commit 6eb4e0109220df39894223706ba4d1c34a8f698f Author: XupaMisto Date: Tue Nov 4 21:33:28 2025 +0000 Primeiro commit do projeto ESP32 diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..5a67064 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,21 @@ +{ + "configurations": [ + { + "name": "ESP-IDF", + "compilerPath": "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe", + "compileCommands": "${workspaceFolder}/build/compile_commands.json", + "includePath": [ + "${workspaceFolder}/**", + "C:/Users/carec/esp/v5.1.6/esp-idf/components/**" + ], + "defines": [ + "ESP_PLATFORM", + "IDF_VER=\"v5.1.6\"" + ], + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2f77ab5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,24 @@ +{ + "files.associations": { + "*.c": "c", + "*.h": "c" + }, + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", + "C_Cpp.default.compileCommands": "Z:/varios/LED_shit/build/compile_commands.json", + + "idf.espIdfPath": "C:/Users/carec/esp/v5.1.6/esp-idf", + "idf.pythonBinPath": "C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe", + "idf.toolsPath": "C:/Users/carec/.espressif/tools", + + "idf.showOnboardingOnInit": false, + "idf.adapterTargetName": "esp32", + "idf.portWin": "COM3", + "idf.flashType": "UART", + "idf.buildDir": "C:/esp_build_temp", + "idf.flashDir": "C:/esp_build_temp", + + "cmake.buildDirectory": "${workspaceFolder}/build", + "cmake.configureSettings": { + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + } +} diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..62bbaa0 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +# The following lines of boilerplate have to be in your project's +# CMakeLists in this exact order for cmake to work correctly +cmake_minimum_required(VERSION 3.16) + +include($ENV{IDF_PATH}/tools/cmake/project.cmake) +project(LED_shit) diff --git a/build/.bin_timestamp b/build/.bin_timestamp new file mode 100644 index 0000000..41413d6 --- /dev/null +++ b/build/.bin_timestamp @@ -0,0 +1 @@ +bf86e35220ed79e066bb5ff66b73f934 C:/LED_shit/build/LED_shit.bin diff --git a/build/.ninja_deps b/build/.ninja_deps new file mode 100644 index 0000000..02fd7bf Binary files /dev/null and b/build/.ninja_deps differ diff --git a/build/.ninja_log b/build/.ninja_log new file mode 100644 index 0000000..52c2ea3 --- /dev/null +++ b/build/.ninja_log @@ -0,0 +1,2113 @@ +# ninja log v6 +83 127 7839044272415465 project_elf_src_esp32.c 4d80597165009c26 +74 709 7839044273251170 C:/LED_shit/build/partition_table/partition-table.bin bb3ebdb005e42544 +21961 22359 7839044490832948 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 4b342660676d40af +36180 36763 7839044633024273 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj 66921c4fd30d77a2 +83 127 7839044272415465 C:/LED_shit/build/project_elf_src_esp32.c 4d80597165009c26 +14021 15017 7839044411430831 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj 8f57d1bf8c348c79 +74 709 7839044273251170 partition_table/partition-table.bin bb3ebdb005e42544 +5255 6130 7839044323773881 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 2126af98c35fc68f +1282 1585 7839044284041198 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj 6a31a3a292ef0372 +8595 9109 7839044357170675 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj a63d4e2b9acd5d25 +18948 19572 7839044460701841 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj 19c3c824ec4af010 +24029 24394 7839044511510974 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj 16781684ab59c4c6 +21378 22035 7839044485000005 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj e97a398d2058251d +67 143 7839044272572761 esp-idf/esp_system/ld/memory.ld 4fb9f1f76b23db1e +67 143 7839044272572761 C:/LED_shit/build/esp-idf/esp_system/ld/memory.ld 4fb9f1f76b23db1e +218 654 7839044273401553 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b8bc78419a6e3695 +211 683 7839044273331450 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 41d07449bcf75a0c +30824 31774 7839044579456229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj 744d9c07650659ca +18955 19528 7839044460763416 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj cd26a859abf0e0c6 +3434 3835 7839044305554336 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj f5236a3371313b81 +20427 21019 7839044475492727 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj 2af9100acfe994b4 +181 1053 7839044273051789 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj d0c736475109e2e0 +13628 14304 7839044407502081 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj dab353537d0e53d8 +41722 42026 7839044688446014 esp-idf/esp_ringbuf/libesp_ringbuf.a 3a1ceec10e86f9d8 +44500 45265 7839044716210907 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj ddd999e21bba9933 +710 1281 7839044278328540 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj 6e01588bb2f95adf +10114 10969 7839044372350651 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 4ff2da27d8f97d14 +29819 30527 7839044569409454 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 4944add3b72818bc +190 1088 7839044273118845 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 7424e12dd684c975 +23407 23861 7839044505284055 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 3a35fded45642f0c +203 1118 7839044273251170 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 811979ddd61dc22c +174 1177 7839044272956793 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 9d54d2c65bf5f6e2 +8579 9144 7839044357008469 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 4462c015d46c88e6 +161 1184 7839044272829409 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 6911394be10a5146 +25846 26427 7839044529672206 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj e9eebc4b3626589c +24431 25158 7839044515531744 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj f11d38abc31cac49 +7049 7810 7839044341714875 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 2707fbc98e32306e +28416 29161 7839044555376144 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 637efd942fa12c9e +41036 41461 7839044681587208 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 7b8ea0e5637b6c9e +7687 8566 7839044348089137 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj cd9541ef66860cf6 +2390 2914 7839044295116514 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj 2249b371544a575b +154 1272 7839044272764225 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 710170348ea53f33 +20844 21204 7839044479654886 esp-idf/cxx/libcxx.a 65bd84a11fc953f1 +1627 2294 7839044287486288 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj cc82a38f6f50e769 +2429 3891 7839044295513483 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 375612f6c44003d2 +35267 35466 7839044625815654 C:/LED_shit/build/x509_crt_bundle.S 3999307797b0ca69 +143 1370 7839044272648172 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 2af67f4f36d9a246 +20465 21026 7839044475870580 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 753c8811bd4e7873 +5065 5655 7839044321964939 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj 3fe89d4f28d1dc10 +168 1425 7839044272891363 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj f25b919e3b801c4d +22259 22765 7839044493817771 esp-idf/esp_hw_support/libesp_hw_support.a 8841a7c09414fa78 +148 1460 7839044272703217 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj ce55a8251a7d2f47 +15813 15982 7839044429349680 esp-idf/esp_phy/libesp_phy.a 9d7735601d52ff10 +1056 2121 7839044281792716 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj e547e4b03fc2e9fc +1178 1491 7839044283002299 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 1801be87c6f83a2e +14410 15203 7839044415320532 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj 3708b0442c2df1d1 +4276 5152 7839044313986114 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj 53ade3930d3c7f68 +1610 2317 7839044287315569 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj de149795e51a45b6 +28510 29496 7839044556322090 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 656555370e401483 +23332 23870 7839044504536617 esp-idf/heap/libheap.a b46f5aa1ed04e0bb +19730 20181 7839044468518761 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj 9ec2ebcbb7f2f8e9 +1272 1608 7839044283942492 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj cb685dcc0d0cde7b +197 2415 7839044273189018 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj ba04a8b800001ea8 +1185 1626 7839044283063734 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj a4d4817880451415 +3205 4295 7839044303267116 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 9e11b8f60dfea9dc +26496 27181 7839044536170769 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj c4111c824c80d555 +2905 3683 7839044300271435 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj fd6d1a00ac61d107 +12141 13010 7839044392637998 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj 3537bbcb8ec6dceb +45177 45868 7839044722987615 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 6862d239cd7b4df +40033 40536 7839044671542303 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 784f5bdad95c4d27 +32319 32936 7839044594410276 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj ddffba684038c2f5 +1120 1688 7839044282431700 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj d4432b2578c382ef +32304 32793 7839044594256024 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj 20dcbfdf69d146b0 +1089 1837 7839044282114063 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 6102a2792d583c7e +9186 9809 7839044363066215 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj e50180f856e904d2 +1370 1821 7839044284916960 esp-idf/esp_https_ota/libesp_https_ota.a 5d242acb8bbc91ab +684 1871 7839044278046151 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj ddbf05b328d66b8 +2522 2891 7839044296442024 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj ebac82c46051fb32 +40271 40785 7839044673928455 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj 4636cdf6fff97c44 +29478 29981 7839044566001143 esp-idf/bootloader_support/libbootloader_support.a 8317efd5d75d437d +225 2179 7839044273462027 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj 96d1ba2ba8f59898 +18178 18918 7839044453001322 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 59aede62c2e6e65c +36561 37951 7839044636828319 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 4327f1638e9c2a67 +3382 3626 7839044305040934 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 16414510860b2a5d +1838 2429 7839044289586201 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj ea75fcd3ebd1ed8a +35471 35698 7839044625931730 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj ec1de122c7bf5492 +1823 2190 7839044289448818 esp-idf/esp_http_server/libesp_http_server.a a0e5ff935b750153 +18763 19352 7839044458848414 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 60391a63bf7511d8 +24490 25165 7839044516124679 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 919bd4de5fe91bce +36007 36328 7839044631293031 esp-idf/mbedtls/libmbedtls.a 6ec445e67aea4563 +1688 2308 7839044288103846 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj decfaa4d804b0fa6 +14006 14840 7839044411280906 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 1fd0be8a9e56a4f0 +45805 46204 7839044729273021 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj ff1671fd0215d3ca +658 2327 7839044277815237 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj fdf5f18679186bc6 +42232 42969 7839044693536507 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b75729d7beaaacb0 +39160 39538 7839044662818837 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj ea62ab4b799056c5 +1491 2389 7839044286127063 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 288c269275e370ae +40890 41555 7839044680120829 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj aa89708be047dd75 +2294 3218 7839044294162632 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj 84370950bcfa07e +1872 2454 7839044289944225 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj 70b9802652ab37e3 +16497 17525 7839044436195625 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 6bb0bd54e5879158 +41490 42103 7839044686119374 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 1ace178eb55ad043 +1461 2522 7839044285824600 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj dba1b917b77bc52a +1432 2478 7839044285542451 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 39fe1bc438d1f117 +6217 7038 7839044333387681 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 94f02bec16bdf4f2 +24184 24386 7839044513050745 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 3a15a2889ae5da2b +2121 2693 7839044292438158 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj 497ed3a0fcb799c9 +8741 9134 7839044358627833 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj a47798de72253ffa +24956 25714 7839044520772332 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 2d9b0b79ad50eafd +2180 2721 7839044293017709 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj 29e52bcbf84f594e +10870 11719 7839044379918696 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 48b07bb31fb07700 +20102 20802 7839044472233131 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj 785cad036bcce950 +22777 23180 7839044498989573 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj c3c480783aac0fa7 +38812 39732 7839044659338288 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj 254ce5c49979362e +1586 2905 7839044287076969 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj cc0247b417aeed96 +16825 19056 7839044439473166 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj eabf1b0f37466db0 +27397 27895 7839044545372253 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 90d48b2c8e1cdb72 +20054 20628 7839044471757399 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj ae5dea1e4a720601 +5843 6646 7839044329643868 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 2af5624efbbd5194 +2415 2827 7839044295374594 esp-idf/esp_http_client/libesp_http_client.a 1277c848d3b657b9 +7810 8906 7839044349322007 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj b6d26fe34138074 +2456 2936 7839044295777809 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj 169a64f0615b9491 +24644 25217 7839044517655498 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj 6d3aace66dc99600 +27296 28152 7839044544180053 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj bac500711427afcb +2308 2956 7839044294303286 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 36e260141a839d38 +13010 13753 7839044401317044 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 8ad1bdc8d0cd1fb8 +26576 27110 7839044536978999 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj bcaf2e6294c35ea9 +43109 44129 7839044702310811 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b5f8f56afef4a0e0 +41760 42245 7839044688827147 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj c10ddd41961f48ba +39487 40092 7839044666110567 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 54c7964d3c45444 +7380 8128 7839044345018107 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj a8f6a84b75e2ba99 +9154 10342 7839044362745982 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj f85ccfba9a30f8ed +2327 3055 7839044294494876 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj c17f76bb52300d4f +26223 26756 7839044533452527 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj 581f9fa70ae9ef20 +2828 3181 7839044299493251 esp-idf/tcp_transport/libtcp_transport.a a4f6ff34acf166aa +2936 3742 7839044300585434 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj dee1b97e409f68f2 +2191 3204 7839044293129270 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj 9554972e3b3468b9 +5203 5786 7839044323252177 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 1ed55f1fdb2c2c84 +6549 7389 7839044336709074 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 9c27be909dbf4fe6 +1403 1616 7839047589926878 esp-idf/main/libmain.a 15ff3e56a89140f3 +3057 3528 7839044301778200 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 1bc7ef6c256a23c2 +22296 22923 7839044494184822 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj fd3549eae83d8a81 +2479 3241 7839044296001286 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj e474f6d9a6fe4cb1 +43502 44222 7839044706230959 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 38fbae136834d822 +10552 11392 7839044376764174 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj e69ed12be1550d5d +2318 3379 7839044294389301 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj c65b2acedc6ba601 +24386 24913 7839044515079789 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 4c10438b34b3d3fb +149 399 7839047577327487 bootloader/bootloader.map 24ea18b8b26a61ed +2891 3433 7839044300137364 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj fdba7fddea2a050 +47003 47581 7839044741247049 esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj e579cf9c1d01f397 +27795 28415 7839044549175745 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 69cb16d8e6949d44 +21482 21782 7839044486038296 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 5d0db723f1f1b7a7 +3181 3547 7839044303031196 esp-idf/esp_gdbstub/libesp_gdbstub.a 62542015abd537a6 +13441 14055 7839044405627937 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj d529316c8227fe94 +2956 3667 7839044300781208 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 311890834965a37e +13382 14021 7839044405029895 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 7d11d23285052390 +41365 41760 7839044684870190 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 7c1e2d732c5acc2f +3242 3874 7839044303634050 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj ddd1579f13775081 +5190 5821 7839044323133751 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 4ba70923b98cae3 +11720 12441 7839044388448467 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 1e1fd37c2e1f648c +20837 21481 7839044479587055 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj 25314407e4f1a776 +2694 3860 7839044298149810 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 591a5938e8b2fd22 +3927 5189 7839044310488557 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj d2093231d826cfec +26640 27689 7839044537608064 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj c2216db032e8efa2 +13485 14099 7839044406060265 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 8b043f91f44569f7 +35535 36461 7839044626574041 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj 477455f2a30f8c3b +2915 3916 7839044300356880 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj 56790387dc30b718 +18818 19308 7839044459400750 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 3acf3647589776b7 +41556 42365 7839044686778205 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj f7a243ccf6624642 +40330 40903 7839044674511054 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj de530cc376209981 +2723 3926 7839044298442894 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj ff5bed3bd60cdd92 +36278 37032 7839044634002864 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj d4a75aa71ae0ba9f +3547 4009 7839044306687261 esp-idf/esp_eth/libesp_eth.a 32636b3f5a0b87e6 +3627 4418 7839044307487545 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj e4dfa175c0c6c654 +3218 4039 7839044303402561 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj f4c4c9ea570ce255 +5375 6313 7839044324976456 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj affe18ade3ca24a0 +37725 38637 7839044648474958 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj 2a36a48a95657ed5 +3531 4275 7839044306558122 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b2dee3fc74567dca +11852 12741 7839044389738420 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b95c472992be570f +4012 4355 7839044311371089 esp-idf/esp_adc/libesp_adc.a 71a3884d0888bbb0 +12849 13484 7839044399710247 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj 5467f3de508e8b02 +3917 4478 7839044310386532 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj c2a4823b29843366 +3670 4501 7839044307942327 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 524b927a5fce6029 +3684 4587 7839044308057776 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 4947005603acf49e +23877 24624 7839044509989785 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj c511f79402e97959 +3861 4597 7839044309829934 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj 53b3d34b8f62324 +3836 4608 7839044309574205 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 429530ba5700edf +3875 4624 7839044309962357 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj c72f552cd8778ee1 +4041 4668 7839044311649505 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 3af0cb8f68a9498 +33481 34194 7839044606038979 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj 4b89cfbdbfbb6b49 +3891 4699 7839044310127782 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj c8fc9bac4a88ac5f +19063 19730 7839044461852844 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj aa106d5ca5803d94 +47472 47728 7839044745939697 esp-idf/espcoredump/libespcoredump.a 3bc1cd2d767141b6 +4356 4799 7839044314774402 esp-idf/esp-tls/libesp-tls.a 694a0a9dd7fdc33c +4297 4883 7839044314207972 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 9f5b9e265c1b5707 +6903 7773 7839044340262452 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj a2351c1318707f00 +30651 31226 7839044577727029 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 2f4a0d78ec6d8ea6 +4478 5063 7839044316001575 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj b38bc9b4b7e5c166 +4418 5135 7839044315399244 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 8cb23ccef715484a +43205 44034 7839044703264543 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 5c2e248f168f91ed +39941 40614 7839044670629589 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 3f3e5ea04b9a44b5 +26213 26789 7839044533347201 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 719b5c25978decea +42675 43501 7839044697968204 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 97b90169b8459404 +4799 5171 7839044319210766 esp-idf/http_parser/libhttp_parser.a fd26986290724dc1 +10346 11229 7839044374685513 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj a75ac5114da89bcf +37604 38661 7839044647264369 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj 929b3640ef0390f7 +4501 5201 7839044316238476 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 4cd7fd0cec8ea365 +3744 5222 7839044308660980 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj fbdaff0b56e77c81 +149 399 7839047577327487 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +47329 47604 7839044744505034 esp-idf/app_trace/libapp_trace.a 26bce0465c8030fe +38637 39738 7839044657590605 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj ad678a000e5659b6 +8128 9005 7839044352499890 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 35667b211622b58a +10585 11296 7839044377073455 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 9e426143c89d179b +4609 5252 7839044317307572 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 10d935cc85b9cd8b +22917 23353 7839044500386350 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj 6d19df60ba5ae735 +24585 25639 7839044517067857 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 5b50a41002d95b26 +29752 30144 7839044568742621 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 5e1867b626cb535e +4597 5290 7839044317186080 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj d68880470898e8a +4624 5300 7839044317461518 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj f969f97b1a8bb9d2 +4588 5336 7839044317100764 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj d1cc1e27fb083155 +31775 32570 7839044588958565 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj 702c75687610bd6 +4699 5366 7839044318211788 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj f53fafcb686c69af +4668 5375 7839044317907975 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 5e9a874f0c8ea5a4 +34043 34273 7839044613860499 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir a3e2a11acd627dfa +4884 5385 7839044320058296 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 4ad340d5d9b091e5 +5176 5584 7839044323000493 esp-idf/esp_wifi/libesp_wifi.a dee3280b882b1d46 +16156 16497 7839044432787211 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 6e2119ee55c38006 +24380 24585 7839044515014565 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 68825a60790708f9 +34285 34594 7839044614071742 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 444a33bf6c8f3b90 +5137 5681 7839044322642867 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj 32a4fa63f309d959 +30222 30650 7839044573444896 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 36fdec2f30e5a6a9 +5160 5796 7839044322845262 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj 8dd759921436021b +18406 19116 7839044455304903 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj f5ae113d8a59933 +22377 22777 7839044494992662 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj dfe9df48831700d +5223 5842 7839044323463555 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 531308a714f5c53a +8566 8952 7839044356883373 esp-idf/esp_coex/libesp_coex.a 7aa6010ba065959c +41206 42037 7839044683275747 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b36ab08c501b8f67 +37584 39092 7839044647081749 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj 2661f8a0c10f260c +5300 5898 7839044324214781 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj a5f8c7f23b0febde +42841 43520 7839044699634565 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 782de018b057ab91 +5291 6207 7839044324121628 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj 19512b5dee17b3f2 +5366 6217 7839044324886121 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj e2f04856aa9e859f +14420 15031 7839044415415941 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 77cb5fe75a1324cd +44009 44873 7839044711311039 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj b475828c9262209 +5337 6296 7839044324588620 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b2144cb76ae6cb4f +5385 6322 7839044325069481 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 73ba9185d6d65c81 +24336 24643 7839044514579942 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 6cf3b1703a31c49d +24658 25235 7839044517806269 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj 4ad410f722f21a7 +5656 6408 7839044327786706 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj a4247bd3f051a85d +39978 40744 7839044671000429 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj e8acb8f975e6c283 +30420 30800 7839044575422590 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 909b4f231bb8aa5d +5585 6420 7839044327073879 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 9683540ffb7dc92e +5796 6548 7839044329181622 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 1a0fc7c4279015ec +5684 6594 7839044328069864 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 26e351186e721f5b +19002 19818 7839044461247693 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 26cbab190e5a2f5a +20803 21377 7839044479249136 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj 96f97007e40815b4 +5898 6865 7839044330207644 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj 9552b1e63043cc91 +6131 6897 7839044332531454 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 7172ac3e5b145360 +5787 6992 7839044329083810 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj ea80bea27a8b5f8e +26783 27599 7839044539045827 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj c649c589ddae1703 +6313 7049 7839044334351284 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj 61fd9b30408c7cc9 +6323 7058 7839044334445685 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 88ca8b7183ec6b5e +25590 26212 7839044527109842 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj cfba6a4773522535 +6300 7200 7839044334258413 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj e6fff9b64a5ec3e +41003 41490 7839044681241588 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj 5e4d49ff3c585add +15858 16155 7839044429802494 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj 6e5df52e196fd27e +39884 40191 7839044670056510 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj b122b5b882ef9565 +5821 7273 7839044329428148 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj c08c1677b2600111 +6594 7526 7839044337158133 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 3318008fc4f24d0d +37976 39024 7839044651000492 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj 3a0a28c0a8acbe7 +6420 7282 7839044335428594 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj bd5d2177913d63de +14305 15075 7839044414270497 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj 2f6c830cec915431 +149 399 7839047577327487 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +44360 45163 7839044714817257 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj b440f7ffc91fb949 +6408 7380 7839044335304965 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 3e29931bac87a09a +26282 26948 7839044534032244 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 17196854d9ac4d2d +41870 42469 7839044689915750 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj 176c78a15e16857d +37951 39392 7839044650734679 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 2f31ac6378f4ba85 +6208 7634 7839044333300676 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 2c0765eb111d0080 +24597 25224 7839044517188642 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj 4b39d2fa573597b0 +44381 44980 7839044715031322 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj eabb8418a69d4a71 +7283 7687 7839044344049548 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj fd4bfc472cb245d +6866 7752 7839044339889469 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 1df19d03887159b +24140 24597 7839044512617811 esp-idf/log/liblog.a f2fd9710d76faf +7039 7763 7839044341609300 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 11f144d44b76eccb +20684 21063 7839044478050736 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj e291088123232211 +29496 30120 7839044566180257 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj a5e1dc2e4017f977 +6646 7786 7839044337674702 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj f5dd28377ad973b1 +7001 7819 7839044341228845 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj ff7ae9a18de66c9a +30520 31017 7839044576408848 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj bab234448352ef6e +7200 8056 7839044343222442 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 9e493280b66c44f1 +40980 41472 7839044681015223 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj f0e298879ef14ed6 +7389 8077 7839044345108716 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj e6f57a26d51a2735 +15129 18034 7839044422512102 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj c1fc25fdf1417f72 +44840 45144 7839044719612364 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj d2d21e084c0f7f7a +7059 8111 7839044341810300 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 4e8ce8a7bb6b0661 +19788 20169 7839044469101040 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj def4da6cc65f47d2 +22485 23019 7839044496063737 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj cd170f2b2a01c89a +41596 42238 7839044687171762 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj 148e77abdd0a2097 +37700 38778 7839044648218104 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj 2ba4eefbde7aaa81 +7752 8397 7839044348743402 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj 63e76859c26871ba +47593 47810 7839044747151567 esp-idf/wifi_provisioning/libwifi_provisioning.a a15b48f0f67d2adf +7527 8408 7839044346484592 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj d991c1cc1c0edd58 +7786 8557 7839044349081320 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj c30070c4bf43a34 +7273 8579 7839044343940159 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj 651fc58561c3a1d6 +13132 13820 7839044402541413 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 2f67c2f9dcad5f3 +35481 35857 7839044626027239 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj 7ab48450644d5b76 +7763 8595 7839044348854127 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj 5a756f5eebd17750 +24079 24431 7839044512010226 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj 8c3acaa473b8d2fb +30478 31125 7839044576002652 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj c78d72575dcfcc1e +28930 29556 7839044560522494 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj f925eda480d55455 +7819 8740 7839044349408779 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj c72f9671b24f9861 +21687 22256 7839044488085638 esp-idf/freertos/libfreertos.a 88aa3c5be8a4e3d2 +33187 33709 7839044603170859 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj f522913ada74b74c +30937 31315 7839044580590138 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 5009ee2edf182994 +8111 8825 7839044352331120 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 8823a59074ca283d +26789 27079 7839044539111042 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj ceee14e06ab78324 +34427 34497 7839044616118231 bootloader-prefix/src/bootloader-stamp/bootloader-patch fa53bfca732733cb +7636 8873 7839044347582641 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj 4451f8c33fdbe380 +8408 9153 7839044355301387 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj d6ca3017c0f52554 +8397 9186 7839044355185747 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj e5f392315e5261b3 +7773 9251 7839044348948945 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 55634ad0d3b0dc89 +30092 30426 7839044572138985 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj 733e0935993dd6a8 +10175 11194 7839044372950881 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj d682f40a95ea65e0 +11879 12574 7839044390011464 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj beb30872651162ad +13218 13861 7839044403391900 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 77d0cb74084ea262 +8056 9307 7839044351784189 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj 4d53c04df3173c6c +22851 23307 7839044499726192 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj c78094eb0ae0cc4e +8557 9314 7839044356795303 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 8c8b475732c010a3 +8077 9348 7839044351987172 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj f5c56980376c3789 +8906 9539 7839044360274144 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj d157e34b4a5dc1ce +9348 10113 7839044364702068 esp-idf/wpa_supplicant/libwpa_supplicant.a caad5189b4175e76 +42245 43109 7839044693669342 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 118baaa2f88e3621 +13070 13661 7839044401912574 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj d1a65b63158e0aba +33973 34271 7839044610948816 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj 68d88d6d147d27ab +9109 9688 7839044362308197 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj 7d171403ee3fec5e +9006 9745 7839044361276242 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj c27eb91e40ad8ff8 +11229 12122 7839044383508121 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj 7424e0013f7945fa +42094 42429 7839044692165398 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj bbda9d9341343a43 +40786 41879 7839044679078147 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 607de3a0031b2795 +18918 19508 7839044460399449 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj 1620de57c3f7f3f4 +23165 23840 7839044502877975 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj a37ec8fc1a28cf27 +8873 9767 7839044359954321 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 8c4cb86317ae9f94 +8952 9816 7839044360738260 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj 148910458510f397 +27996 28609 7839044551181784 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 1bdddca82bb44a96 +9251 9838 7839044363728563 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj ac4865f8153b1015 +12974 13628 7839044400968003 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj a656f5cdbe88ec7 +9135 9868 7839044362562887 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b80f36caca36d29a +29161 30062 7839044562837387 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj c5b98f19f56486d5 +9307 9941 7839044364289839 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj d0d85b34bdea21a7 +9314 10040 7839044364347451 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj c65509c78251d3b4 +9144 10057 7839044362657129 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 49515c5bcf46e768 +9540 10174 7839044366631135 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 304c5d318fd4e5bc +9767 10552 7839044368890899 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 3e326ebddac78652 +14333 14430 7839047719229126 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +25696 26308 7839044528164741 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj c50316e361aa371f +8826 10574 7839044359478909 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj d6d90d9fdeb9df0e +16109 16357 7839044432310778 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj b0872e02eabb64d6 +22120 22509 7839044492417212 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj 8bc59746119a28f7 +9816 10585 7839044369370438 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj ddda9b7755e738a4 +28395 28737 7839044555168800 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 17ab69b7cd18110d +23353 23834 7839044504751405 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj 72ad58b66c990982 +9745 10604 7839044368678181 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj cb4d904a8a16fc0b +21654 22041 7839044487757172 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 8173d77ef9b61af0 +26757 27228 7839044538799170 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj c4b7e0bcd00c85f6 +9809 10674 7839044369309873 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 31228da097d96393 +23841 24424 7839044509625624 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj b8f0751930ef81e +24424 25047 7839044515462883 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 2d588df14526436 +32642 33141 7839044597644120 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 600ba1a2b6574799 +10041 10744 7839044371645739 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 7e61339aff4dcd01 +27907 28954 7839044550287122 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 6c7c2034ab4b36d +23747 24228 7839044508693541 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj ba03c45fe7ee4598 +10058 10787 7839044371799236 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj c0342079cde2135f +20010 20427 7839044471318572 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 934d128a54cafb10 +9941 10851 7839044370625725 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj bd10778c4615f809 +18860 19366 7839044459814712 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj d251526f4a0ce284 +9869 10869 7839044369906333 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 3fae8cf09d40b985 +9838 10939 7839044369599747 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj f35e976575456935 +9688 11112 7839044368108409 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj 4dabd8f07ead42f3 +10577 11310 7839044377001154 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 223653a13c33be29 +22715 23202 7839044498412020 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 21f2e0618954544b +41803 42231 7839044689246398 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 7c6d0f0ef9159c9 +30585 31009 7839044577064755 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj e02e720aa6e861f3 +10788 11684 7839044379098258 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 3aff6d4df459c3a0 +22765 23214 7839044498873723 esp-idf/soc/libsoc.a 67243827a090b7a0 +39044 39978 7839044661660625 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj a7e740f9e3ec004a +10604 11767 7839044377260759 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj a455ef6a9884f3dd +10744 11818 7839044378653475 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj 2577ddc871097350 +25714 26067 7839044528355332 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj 68f43930a061bfaa +10674 11851 7839044377957331 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj a2af66b88515ecb8 +19099 19657 7839044462205243 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj ee8fa084541bfe41 +10851 11879 7839044379729376 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 470f8540935f9c4f +11112 11980 7839044382343088 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj aa6c7cf988b0001d +37746 38576 7839044648675453 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj 1e6b65eb2556d8eb +10969 11988 7839044380911329 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj a4d79cb4209388cd +12574 13205 7839044396958854 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj 7c0e0ee7e06c65d5 +21739 22120 7839044488610454 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj a8020446c5902e85 +35522 36560 7839044626449231 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj 11aef2c9fc7cef38 +10940 12061 7839044380619539 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj b3b552af391963ab +13314 14028 7839044404359316 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj b4d34918cd170699 +21757 22079 7839044488782343 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj 1ebe41c1dc857cc0 +45448 46040 7839044725701177 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj fc21868d26673ae0 +11296 12088 7839044384179511 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj 4c16c86071a8e382 +22875 23399 7839044499963772 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b163e4be5847a36f +11195 12138 7839044383157272 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj d582eadec63ad543 +25597 25845 7839044527184225 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj cce7855aba918a63 +11311 12188 7839044384330863 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj cf0c9cfeb4b3e122 +25754 26449 7839044528756818 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 69c416d381cac547 +40092 40890 7839044672138804 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 98be16c75b98c24b +11392 12218 7839044385145574 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 8c3e4c9fe5d03bcd +36484 37537 7839044636061287 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj adb784aa4ee4a3f4 +11685 12379 7839044388064668 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 9997da58f5b6b9c1 +11818 12457 7839044389400298 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b859945da109ecf7 +12123 12953 7839044392472731 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 76426ea1e5775c9b +11775 12619 7839044388976780 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 829bfbf3ccf5827e +11980 12668 7839044391020807 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj df9ae4b2a0b58f53 +11988 12748 7839044391100976 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj c898073dfafc50a4 +25743 26140 7839044528650585 esp-idf/esp_rom/libesp_rom.a 364779c7bc68f0f0 +12219 12832 7839044393408620 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 74dbda52d05e7e41 +22733 23319 7839044498566960 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 31556f88f6884ef6 +12089 12849 7839044392111352 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 23ff63f06025a4f6 +20023 20576 7839044471459871 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj cff4f2a991ced2ba +12188 12974 7839044393103822 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj ff520ef9885e0dd5 +25839 26438 7839044529614750 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 475d62659a7aeb1d +12458 13069 7839044395791109 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 116c6d618e364c2e +12062 13217 7839044391840278 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 1aabb9a682d90147 +12379 13117 7839044395012557 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj e8600a99ab44f1b1 +12442 13132 7839044395640125 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 90b4dadb53ca9f27 +12668 13314 7839044397901965 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 8e85fa4c20250e79 +45145 45805 7839044722669730 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 352cfc954be929fc +12619 13381 7839044397417374 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj 9c6bf5ef49514ee5 +12749 13388 7839044398701765 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj d6df8de3d61b99e5 +12741 13441 7839044398628320 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 86ba90858d2b4363 +12833 13549 7839044399542650 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj dbc9d7b0fada53d2 +25880 26495 7839044530019141 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 93d72b5f09a2e36a +149 399 7839047577327487 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +28745 29249 7839044558671140 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj bbf5c7c4436fea06 +26950 27475 7839044540715417 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj 8533b293be8ace9b +12953 13606 7839044400755626 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj a82716ef281c204 +14891 18860 7839044420118447 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj f46a8146c2b17f35 +21192 21820 7839044483133000 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b8ad94341b426eaa +13205 13811 7839044403271367 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 95e984a035ea9db3 +18590 19324 7839044457126566 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj 908e376a80a29864 +23399 23877 7839044505208771 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj 7fe02bc5f04d0211 +13117 13842 7839044402389589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 6266a26ea3b8f824 +22127 22644 7839044492493576 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 83173cc5243aa951 +13389 14006 7839044405109725 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 5de6e221b75d7035 +39086 40597 7839044662072798 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj ff7c93eedd8c0d89 +13550 14118 7839044406720821 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 28ba9aac8e9fbf8 +45164 45862 7839044722847213 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj a6c73c6504717955 +13607 14294 7839044407284493 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj 6d2040f27fb4aedb +13661 14407 7839044407832679 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj dbee223875d77f17 +14056 15128 7839044411778599 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj ea388e8bf521c53f +13755 14420 7839044408785516 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj 97b2691438953f51 +14028 14432 7839044411500142 esp-idf/esp_netif/libesp_netif.a 7b86c85ab010f690 +25166 25632 7839044522876867 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj f4daad2273951773 +24913 25743 7839044520348328 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj d74cef0bf1f87a75 +13842 14526 7839044409633645 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj f8e591c1db32b68c +38007 39044 7839044651288967 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj 3bdf31322f4a910e +33206 33633 7839044603281043 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj 2478036abb0164cf +19819 20341 7839044469415008 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 6ff56acc1d49a530 +20986 21882 7839044481078215 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj 142dc3d148c3f5f7 +28376 29079 7839044554986593 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 130dbdce1c1a0774 +13811 14537 7839044409330503 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 57f8d333733881da +22079 22425 7839044492008216 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj da3fec8db7bc95b2 +13861 14647 7839044409829783 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 338e329322efdcbe +31111 31610 7839044582327014 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 77f30453024af2f8 +13820 14665 7839044409429666 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj 48324b8b0a5d90d3 +14099 14888 7839044412210515 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj 6c39c007ee9f60ac +15031 18763 7839044421527424 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj 51125984ac3178bf +14435 14953 7839044415590278 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj d02d25c432766388 +34497 52615 7839044797312310 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure 660a78d6b48085ee +46175 46900 7839044732970728 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 597ee5b0263548d0 +33327 34061 7839044604485744 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj 7132ef19cbdf16d0 +20691 21215 7839044478126125 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj 785e363bd5ec8e7a +14539 15141 7839044416646155 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj bf7e49cb7e1b9277 +32718 33760 7839044598403401 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 299287c076ff6b43 +20064 20986 7839044471849487 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj 6fbcf9dc9a881688 +14118 15210 7839044412399246 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj 6be336ef011aa8ec +14296 15258 7839044414187316 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b1418002bce4153c +19308 20023 7839044464299405 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj c3380c599086a366 +14528 15534 7839044416502657 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj c3460d3a43fdb9f9 +33341 33973 7839044604626509 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj b5ade53aa7087597 +15018 15668 7839044421408747 esp-idf/lwip/liblwip.a e52b485a0070d4f3 +34663 34740 7839044617849739 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a ae5be039bd7a447a +15669 15812 7839044427912271 esp-idf/vfs/libvfs.a 907d16ec8d3fb060 +34740 35267 7839044623674805 C:/LED_shit/build/esp-idf/mbedtls/x509_crt_bundle f6246c6249212e05 +22450 22864 7839044495712488 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 976f930add396249 +15535 15858 7839044426585519 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj 8d00866e7f5722f4 +44156 44825 7839044712781598 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj d5b32cd998689319 +15203 16108 7839044423247340 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj 1f5cb5655206b6c2 +15142 16120 7839044422648201 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 8697c50bd39d5ba9 +39710 40377 7839044668325992 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj ca8f3b495487e0a8 +15982 16420 7839044431048797 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b34eff9de78ffea3 +17641 18248 7839044447751128 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj 2e765ccc3b93ddf5 +33141 33488 7839044602626170 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 9f1d086f6cd7b972 +16120 16825 7839044432455642 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 56528ec37aae044b +16357 16845 7839044434786021 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj 681c99d1b78fb1ab +16420 17061 7839044435423592 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 5f2a4b303aa952c1 +24410 25021 7839044515312924 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj ea4e2f57db86caea +16845 17633 7839044439664352 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj f71f4a8bed87945d +24624 25116 7839044517466721 esp-idf/hal/libhal.a 689c536de9c84c1e +38923 39717 7839044660438188 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj 33768ea212f7bb76 +14841 18119 7839044419617917 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj f74239009cc8577f +149 399 7839047577327487 bootloader/bootloader.elf 24ea18b8b26a61ed +15259 18177 7839044423802067 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj 23744f074d5492a8 +23613 24004 7839044507349229 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 9f6030bac71446e4 +17537 18201 7839044446746995 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj b72486ad3347d52a +442 523 7839047581060096 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +46204 46853 7839044733254097 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 19d6b411a5954010 +14669 18335 7839044417928198 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 4b3d8d27221c0aa7 +14954 18403 7839044420755680 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj c360e10778b2ad94 +15210 18541 7839044423317842 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj f76a07f74159fb5e +15075 18551 7839044421972401 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj aa2b906bff833c4e +18541 19098 7839044456632323 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj 193077dc542bb0a9 +17062 18590 7839044441838765 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 964f4e22d9d7280c +43021 43791 7839044701425715 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 727a04c5e0c86c0 +44825 45795 7839044719468854 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj 89e8d2fe6e4a8ecc +18035 18818 7839044451576116 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj cc9ccdcb5a4145d4 +18248 18934 7839044453699991 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 1fbc370377d86111 +18201 18948 7839044453234496 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj 2b6281ea8394182c +26358 26782 7839044534776677 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj c9a8726f30b1d408 +20190 20872 7839044473131178 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj b5a5d3991b1c5270 +18346 18955 7839044454692240 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj 2fd226fd96bb3091 +18551 19002 7839044456728325 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj da3f2a647927b21d +18119 19063 7839044452415838 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 93960483619898da +14653 19227 7839044417754945 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj a194bc5a0a667fa6 +18934 19521 7839044460561103 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj ead9814ff8880a8f +19228 19646 7839044463502747 esp-idf/nvs_flash/libnvs_flash.a c97f1a91ef478bfa +19116 19698 7839044462385896 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 8f5de763c065843a +19521 19788 7839044466433024 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj 708078efc1ee6468 +37752 38812 7839044648742810 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj b226d1747aef5e15 +42444 42841 7839044695658834 esp-idf/protobuf-c/libprotobuf-c.a 65558fbea0f27f13 +1616 9560 7839047671125318 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +19366 19884 7839044464887307 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj f84162a574eafe1e +25632 26077 7839044527537875 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj 523c3816d335fec0 +19572 19989 7839044466927901 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj 59d63d19ddef91ef +33100 33481 7839044602222839 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj acf0142e0fd66c9 +19646 19998 7839044467684226 esp-idf/esp_event/libesp_event.a fb50ff7a0e7344d9 +19658 20009 7839044467788229 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj a9d8c60ed1cdb6f7 +27114 27907 7839044542360145 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj 6e986494f47d1707 +20342 22048 7839044474642061 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj 382d2c114d31f530 +19353 20016 7839044464749219 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj 8aecf26c1e76071c +32064 32920 7839044591858188 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 66c8c4e5d1606bcc +34427 34497 7839044616118231 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch fa53bfca732733cb +19998 20454 7839044471203042 esp-idf/esp_timer/libesp_timer.a 27a6efcf669d0666 +14333 14430 7839047719229126 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +19698 20053 7839044468203128 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj 552864723721b6bb +19528 20063 7839044466503393 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj ae8032523e16fdb8 +19509 20087 7839044466300399 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 366d2595ebfc1d31 +29981 30408 7839044571032420 esp-idf/esp_app_format/libesp_app_format.a c090ae4fa0437c5e +45266 45941 7839044723888409 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj ec4d9a6c2cf79b07 +21020 21756 7839044481414458 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 7c6a6d187afd3bb1 +31678 32279 7839044588000084 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 94ca0e9ff6b3aeb8 +19324 20101 7839044464465959 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj 540a133cc2174040 +19884 20402 7839044470055929 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj 5184a3639a8d7870 +19990 20408 7839044471117801 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 61741b02993a0da +41473 42115 7839044685944863 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 5ac0afba66e0cdd +19056 20465 7839044461780176 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 263ec5cae2fb9087 +20170 20525 7839044472917765 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj 493e3d70ff40d486 +20402 20683 7839044475226866 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 5c2b6011c0f1647b +30408 30936 7839044575301714 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 5cf707779408d2e0 +43936 44497 7839044710628587 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj 767a001c5754e8bd +20087 20690 7839044472089361 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 8301fd7aa1c98cef +20576 20837 7839044476982844 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj d3189dae6dd18f8a +46900 47440 7839044740223601 esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj f20abe1150824a75 +20629 21280 7839044477509440 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj f00ecb2782b0ec94 +40597 41413 7839044677183869 esp-idf/driver/libdriver.a d1d6e48c7d165719 +47375 47683 7839044744981849 esp-idf/cmock/libcmock.a 952f8f83bfc4b3f9 +20454 20844 7839044475759068 esp-idf/esp_common/libesp_common.a f0f4af40ea9659d3 +25788 26357 7839044529099857 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 6b9fab1eb4650a7b +20017 20906 7839044471383978 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj c9dd1e745e215626 +20525 21191 7839044476463902 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj 454a4b7635ed403f +20872 21435 7839044479938901 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj 6b4ac5a637e6b875 +35517 36484 7839044626388797 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 43e41b74fcb27006 +21028 21549 7839044481492927 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 240a49de9c442f0d +33279 33855 7839044604011236 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj e2e3bfeeacad5a74 +23862 24311 7839044509829060 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj 76553d5dd75618e0 +21215 21654 7839044483369161 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 180cc6949d8835b5 +44867 45177 7839044719887175 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 2d132d6c965f6805 +21204 21687 7839044483253725 esp-idf/newlib/libnewlib.a 55130fc8e7613327 +22017 22345 7839044491401244 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b7ff67e80c8b8700 +21436 21724 7839044485576343 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj ebb8ed9dc54a8c72 +20907 21733 7839044480286313 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj c45710d98cc1f1a +21063 21739 7839044481848333 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 505db122c658cb36 +46972 47604 7839044740939833 esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj b5d30b9b1a97795d +24394 24963 7839044515152016 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj ea3c4f6c08fbe647 +20409 21826 7839044475302677 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj cebbdb3d8ccd41e1 +21550 21947 7839044486719020 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 2495e9d3c73ab37d +32382 33019 7839044595044120 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj eb01cf009f738070 +21281 21959 7839044484020354 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj 9c1a8e940866dd5b +21725 22017 7839044488460951 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj cb3bd8ec46f90203 +21733 22024 7839044488545214 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 87899b8210438436 +21827 22111 7839044489480228 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 4e6bac87203b85b9 +36721 37987 7839044638436274 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj 10554f51f0e6bd41 +26427 27086 7839044535484218 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 5e7a896a3e675a7e +21887 22127 7839044490089616 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 9dd0b2586b13127e +21820 22249 7839044489425098 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj e19393b6dc57c8e3 +27644 28213 7839044547662376 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj c423e3e0ed6f3474 +33379 34059 7839044605016916 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj 8bef11c55879bbac +22028 22449 7839044491502199 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 73503aa69a6f9d2b +26689 27644 7839044538114542 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 8555679ca3ee6357 +21947 22290 7839044490685904 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 4205ba66be1e7883 +21782 22296 7839044489047220 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 263b161a4e60ece7 +31453 32224 7839044585743204 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 3c875fac261a58a4 +22035 22353 7839044491567497 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj 4ee78684c264daf6 +25011 25597 7839044521325953 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj a3b9afcd430c73cf +24606 25010 7839044517281129 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 960130bd86f0b021 +22048 22377 7839044491699704 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj 85e65f30ec6698b4 +22473 23031 7839044495955487 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj 12cb80cdee54dd9f +22041 22472 7839044491629274 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 2bbe4a87b6b50e3 +28738 29152 7839044558600626 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj 8ba90d5c6de4ccf1 +45532 46611 7839044726533354 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 95053011774a5eb1 +9560 13995 7839047671500687 LED_shit.elf a92edf8999502dd0 +25411 25950 7839044525337071 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj ac0c75b7b9a919cf +22111 22485 7839044492329901 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj be86ee491ea9b43f +22509 22875 7839044496312159 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 189644be1baa474e +22250 22713 7839044493727402 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj c75cc0d041d63e16 +22360 22728 7839044494818527 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj 34d7b507384d9575 +22425 22850 7839044495471005 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj cccc5fc762e757e1 +22290 22916 7839044494114713 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 40266a0a93d4f8d +30613 31164 7839044577357094 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 6f24fd2c1d136518 +22645 22975 7839044497660785 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 6d5e74d1cdf985db +22346 23165 7839044494683854 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 7b31fa8aab40f76d +22864 23258 7839044499859759 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj 9568bbcdd5c9ee38 +41879 42511 7839044690011119 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj e305cffc947f3252 +22353 23331 7839044494744140 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj d1bd1576e34938fd +22924 23406 7839044500456847 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj 9f323973246a41d7 +23033 23521 7839044501548069 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj ee2a03349fec97b +23019 23564 7839044501408661 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj 321631e9f5a0c9d8 +42037 42750 7839044691584043 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 8d2a3f714e0cfe1a +25048 25736 7839044521698602 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj d3be5959935d0d10 +23181 23584 7839044503026087 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj 154e1afd9052b44a +22975 23643 7839044500970041 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj aca2b56e6fe844fb +23203 23612 7839044503243494 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj 2b894a5b2eacb344 +29237 30519 7839044563594216 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj a764f8311a17dba3 +23215 23629 7839044503369534 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj 8fe126d683121b67 +34595 34663 7839044617166195 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b2eb66f25a7d37c2 +23259 23747 7839044503808161 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj f890ae4d7c7a10ff +23320 23753 7839044504414260 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj e12c7020e8bfbbb +23308 23763 7839044504288078 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 603351272571e19c +31011 31452 7839044581328798 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 7b9bc600ba209c5f +23564 24029 7839044506864403 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj 5773d1ed7c3a7d01 +23521 24079 7839044506431891 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj 1ccad4c2c7b106ed +23585 24206 7839044507075783 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 4248efdfe3424083 +23763 24139 7839044508849416 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj a952a5b82de1f04a +23754 24183 7839044508758879 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj a8f883cb468718c5 +23643 24239 7839044507653520 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj caeb2ff775c27ee4 +23870 24335 7839044509924525 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj 4fe95c70ebe9cfa3 +23630 24380 7839044507516013 esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj 9d8224bc345f2009 +28063 28376 7839044551846468 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 70bdb5c45738ad97 +23834 24410 7839044509560300 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 8c619e9a887350c8 +40537 41036 7839044676590582 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj e20b1be1be6c0631 +24005 24417 7839044511269113 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj a91ef312cb39ab53 +24206 24490 7839044513282543 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj cd0f36be50dd7c3f +24311 24606 7839044514328241 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 647cbf8bc373ea52 +42455 43491 7839044695775221 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 80bc81e926aedb94 +24229 24658 7839044513528083 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj da317b499a2af3fb +25021 25590 7839044521425462 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj ff6bcdb8079e2c56 +24239 24785 7839044513601989 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 2e2ea2df593aba25 +24417 24955 7839044515377109 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj 285c43d67f658043 +24786 25247 7839044519071031 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj 52cb7a1235cddccc +25117 25410 7839044522378859 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj b5d72f0f3fde809e +25248 25518 7839044523693366 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj db3ce58b94d0bc39 +25224 25695 7839044523461211 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj 340363ad797675 +42116 43015 7839044692378612 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj 3194c81e142efbbf +25519 25754 7839044526408629 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj bef7de7613cd6fad +25235 25788 7839044523571735 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj 70444f53af2fbb7b +30577 30949 7839044576993085 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 948ceb05bb1cd64 +25158 25839 7839044522799154 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj 409a1bbcb2712392 +25218 25879 7839044523378387 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj c686fadccba0f567 +24963 25985 7839044520846765 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj 88938105119514e3 +25736 26060 7839044528577539 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj 9abb6bc7d25d9634 +32793 33334 7839044599148458 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj 5e4adde2c66f71c6 +25640 26223 7839044527616170 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj 74dd977e584dae11 +25950 26281 7839044530726130 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj e99a034b07d3e07d +26068 26575 7839044531903034 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj c18bbe8bf537622d +25985 26638 7839044531056327 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 7a12af71e655cfdb +39732 40586 7839044668542892 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 862f9b46d8969355 +26140 26689 7839044532627015 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 58b79cf637dbfc0c +26079 26697 7839044532008495 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj edcb29e645a71765 +400 442 7839047579858814 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +26061 26795 7839044531825197 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 1a761453ea118e7c +30145 30576 7839044572670739 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj dcc5cefa8441b41a +30527 31118 7839044576486560 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj fe454c8a093c9186 +26308 26906 7839044534303859 esp-idf/esp_system/libesp_system.a 3f94cd983b31b413 +26449 27296 7839044535715139 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj c6f3e9cef5775f0b +46218 46911 7839044733401261 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj c92c9e1b825a1b7a +26796 27394 7839044539175422 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj 3e6e2c71c9b04e34 +26906 27422 7839044540276240 esp-idf/pthread/libpthread.a 8c2e8263e83a3d3d +43430 44123 7839044705527852 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj e2fb844b57cdbb75 +45869 46218 7839044729908210 esp-idf/spiffs/libspiffs.a 16ac2c407167ab9e +26438 27456 7839044535600964 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 85ba279e0fe6d02e +38410 39116 7839044655329237 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj f78dc1c413146cf7 +27087 27625 7839044542078655 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj 54159469cc9468cd +26698 27651 7839044538208922 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj c75612d627f73c4 +31836 32333 7839044589578644 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 2fd3ee348e32057 +27182 27795 7839044543033215 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj 67ec1e5bcd591827 +27462 27963 7839044545837165 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 855e575480dc4b44 +28804 29168 7839044559260345 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj 2922c022d262e24c +33262 33787 7839044603840400 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj 6ec158b3e3ca37d9 +43122 44042 7839044702440159 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj a5c961f5d7dc9b4f +27079 27970 7839044542011213 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj a216c1956627d37d +40192 40721 7839044673132500 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj bedd2e7358490d72 +27476 27996 7839044545972685 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj f3477701520ea28b +27964 28401 7839044550854556 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 3298ce62c2c80b84 +27229 28056 7839044543501305 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b01df052fa77b06d +27436 28062 7839044545718834 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 5d90775d90826e87 +27651 28333 7839044547734147 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 2fb419d022f47ec9 +41528 42094 7839044686505912 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 38c80e84be668a70 +27599 28119 7839044547213469 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 9bdaf9a8679d5daa +27689 28126 7839044548111787 esp-idf/spi_flash/libspi_flash.a 872495571a7ac282 +30817 31984 7839044579390897 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 8ef310e372834270 +27625 28185 7839044547464666 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 1f58f91698feb5af +28056 28394 7839044551776146 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 7d49a109c5e88a14 +31213 31925 7839044583353856 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 976765ce4a966c6e +35492 36819 7839044626133717 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj 556f3a7912f5e6a7 +28119 28465 7839044552423761 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj 8777bf2fb54d5f01 +28153 28510 7839044552753621 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 3416d3cd67c0db15 +28130 28637 7839044552527127 esp-idf/esp_mm/libesp_mm.a 5f85b8df57ee1c0d +31781 32515 7839044589028813 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 217393fed136f77c +27896 28745 7839044550172908 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj a80cc99a9150a41 +27970 28803 7839044550924871 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj cbab9cff2eba5d0a +28186 28811 7839044553075138 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 2435dcc10c2d5daa +31908 32382 7839044590299384 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 5466dfd6935065cf +28213 28930 7839044553351787 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj bcab076b990b99e0 +13995 14333 7839047719165113 .bin_timestamp db79d7fe71236df +28637 29009 7839044557593112 esp-idf/app_update/libapp_update.a 6be496960911d792 +28333 29197 7839044554555319 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj 76110cddbbff9be2 +28811 29237 7839044559330639 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj dfbe75f0b33740c +29009 29478 7839044561308981 esp-idf/esp_partition/libesp_partition.a c072709c2186c980 +28954 29489 7839044560753002 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj db29856f2ab4fd1 +28401 29573 7839044555235378 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 4c0e488940fbc2e4 +28610 29751 7839044557321222 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj 58521c0ccbd24e6d +28466 29792 7839044555874705 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj 14b372d2cfedc6e2 +33788 34249 7839044609089339 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj 24f36bee9a24ef9b +29168 29818 7839044562902534 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 9437db3e2ac11dd4 +29197 29902 7839044563188679 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj c9c3c1f9e88e878d +29152 29947 7839044562739053 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj bc595fdb7f57cdfa +29080 29992 7839044562017045 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj 3a21a9668e7b18ef +29489 30055 7839044566111760 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 1389fbf5bd97a761 +29250 30080 7839044563715523 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 968c6948481c3ad6 +29557 30092 7839044566782088 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 99579b7eff0e12d1 +29574 30180 7839044566963064 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj c92238e5827853ff +29793 30222 7839044569140975 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj f0fe0efe25862024 +30080 30420 7839044572025209 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj bb971b668031586d +29948 30478 7839044570699511 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj f02378a1e3bd6428 +29902 30557 7839044570243283 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b865ba03e71e3ab8 +30120 30584 7839044572421860 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 9bded9c718896ad2 +29993 30613 7839044571147862 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 1318ed6a2ba86e17 +30180 30816 7839044573024405 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 13549794830502a9 +30063 30824 7839044571841633 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj d042deceef6872d0 +35504 36377 7839044626261710 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj 44de48c2df0b39ff +30055 31110 7839044571768762 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 4218db3981a6252e +30801 31206 7839044579227253 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj f18996ab8f498df8 +37157 38006 7839044642793315 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj cd37eca7e2eb26d6 +30427 31213 7839044575482728 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 425412654961280d +31018 31757 7839044581398960 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 69e0f474a8c2b230 +30558 31220 7839044576797549 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 6dfe7f7efe049c84 +30949 31463 7839044580716879 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj 4d042e8db35a395 +31119 31550 7839044582402454 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 8856d9b1f237cd44 +31227 31561 7839044583495325 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 52a97bd639d7d614 +31125 31616 7839044582477666 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj 693abaaf0715cf +44035 44866 7839044711568001 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj f7c069f66b308788 +31220 31674 7839044583424220 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj acc57495439b768a +40155 40736 7839044672769925 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj 4315556de6eea79d +31315 31781 7839044584366566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 1866c20dad24e9c +33334 33895 7839044604551126 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 75508e0a26d1fa49 +31207 31835 7839044583278272 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj 81342521af2d8ae9 +31165 31907 7839044582862802 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 85b98d7a13af4e5a +32297 32862 7839044594181977 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b54c219a65f6f61a +31463 31919 7839044585849074 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj 57b67a48daca3e40 +31551 32064 7839044586729942 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b8bbcc6a9f18b1cf +31610 32141 7839044587318598 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj 56caf2b0e0147904 +31919 32296 7839044590412290 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj cb972e87d4700ddd +31617 32304 7839044587383827 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 5a208e9ff6479c2a +31562 32319 7839044586846737 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj ad15a15cc805618e +31758 32408 7839044588792813 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 1ea6ce79b12f2940 +32143 32642 7839044592672758 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj def1912b384256ca +31984 32653 7839044591062440 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj cfb93b48e382ce89 +44123 44839 7839044712449059 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj 39db3068e1789512 +32408 32709 7839044595302189 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj 1a68f3a376353975 +32224 32718 7839044593462162 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj f2a159a3a3472ef +32333 32878 7839044594549596 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj 3ab282913a838eeb +43509 43936 7839044706311087 esp-idf/unity/libunity.a 281d8322d2f65bad +32280 32929 7839044594021244 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 7e33e9fb7a00700 +32709 33100 7839044598312730 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj c225c0e643dde192 +32573 33186 7839044596943556 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj fe034464926d6a98 +32516 33204 7839044596374627 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj 83c4b31c1942e8c8 +32653 33221 7839044597754028 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj 96b0f7fa32606cda +32936 33262 7839044600579876 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b32c17471f3545c6 +32929 33279 7839044600514681 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj fb5cee0c0604eb93 +33019 33327 7839044601408790 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 3c6033890d7ae578 +32863 33341 7839044599842751 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 8df5c7efbb0d958a +40377 40980 7839044674993043 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj ea9a2846a48e4eda +32878 33379 7839044600003205 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj e88da889421f0c09 +32920 33397 7839044600417169 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj c94b62a2aea39988 +35467 36004 7839044625873934 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 778ce76332ae7610 +33221 33749 7839044603425021 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj f54f8be571c27bb0 +33397 33980 7839044605187674 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj ebff8c72713791f1 +33492 34043 7839044606159771 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj cefae3a44bf498ef +33749 34175 7839044608710253 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj 2fa9baa096ae86af +33710 34227 7839044608324205 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj 4557dc4f112260e5 +33980 34251 7839044611014148 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj 268eb130756dced6 +31925 34255 7839044590476399 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj 75409e22fe6afa71 +33761 34257 7839044608822663 esp-idf/mbedtls/mbedtls/library/libmbedx509.a 6a5d0cbaf2a74f46 +34043 34273 7839044613860499 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir a3e2a11acd627dfa +33633 34285 7839044607547769 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj 765a9c65a2b911ed +33855 34296 7839044609768366 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 66acbcab6d6fd459 +33895 34297 7839044610164552 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 9663e03b1cf3ecf2 +149 399 7839047577327487 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +34273 34352 7839044614663864 bootloader-prefix/src/bootloader-stamp/bootloader-download af263c16502a6327 +36819 37725 7839044639411515 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj edbd1467de49802a +34273 34352 7839044614663864 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-download af263c16502a6327 +34352 34427 7839044615421809 bootloader-prefix/src/bootloader-stamp/bootloader-update 1ea809443a140fb3 +34352 34427 7839044615421809 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-update 1ea809443a140fb3 +34740 35267 7839044623674805 esp-idf/mbedtls/x509_crt_bundle f6246c6249212e05 +35267 35466 7839044625815654 x509_crt_bundle.S 3999307797b0ca69 +37367 38145 7839044644912649 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj 114ba6800091d00f +35476 36037 7839044625976967 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj 17500c6f33c59a73 +35497 36044 7839044626201120 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj 10e4effb4cf10214 +42469 43205 7839044695914484 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj d6f5c958bfd0d5b8 +35486 36179 7839044626085986 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b55679ced3a13b47 +35529 36217 7839044626508478 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj 3aae5679fc4dd0f3 +35510 36278 7839044626321976 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj 23cb959aa3f663c8 +35858 36595 7839044629871303 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj c9e68f780be31bc8 +35698 36721 7839044628211730 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj c2c9dcbbf1a9a303 +36037 36779 7839044631585749 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj 5b57fbdaa0bea2c2 +36044 36803 7839044631659158 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj eeb200bf28b1d1d4 +36217 37155 7839044633384700 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj 97d435fb118d35ac +36328 37366 7839044634504858 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b0e58934b8344f26 +36803 37584 7839044639250549 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj 7368dac48750d2c0 +36595 37604 7839044637179519 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj ad04bf35d4b93414 +36780 37700 7839044639018787 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj 5c3557a25a2ecfd2 +42375 42852 7839044694968889 esp-idf/console/libconsole.a 4eb5f5732c2e606 +36461 37746 7839044635829178 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj f8fa5a860702887f +44166 45100 7839044712879601 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj 285550f92d9d4c25 +36763 37752 7839044638847807 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj 10c2dde3d2f258cc +36378 37823 7839044635000824 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 32c9f7426c3dedb3 +37032 37975 7839044641546458 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj 8a8c37bec72142f8 +37543 38405 7839044646684538 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj 601d27be3ebd7c64 +37990 38922 7839044651121011 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj 7838249c1a6629c3 +37823 38993 7839044649447306 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj efa3823fc57631ed +38146 39085 7839044652675097 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj 2bc6bd7b0984705c +38778 39160 7839044659003863 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj 43dcc4279e2dd7a3 +39116 39485 7839044662383754 esp-idf/esp_pm/libesp_pm.a c385ca445d1822eb +46962 47716 7839044740832283 esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj b24995c31a9c1497 +38661 39668 7839044657832368 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj c2003af190a9ca01 +38579 39710 7839044657016636 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj d3c38c56632a677 +39093 39786 7839044662148465 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj a4c828bb1f6845e3 +442 523 7839047581060096 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +38994 39838 7839044661149530 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj 5f6d63b6c82f1038 +39393 39883 7839044665184295 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 9d4e0565dd8b15d0 +39025 39941 7839044661460021 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj 57bab561ca97c550 +39738 40032 7839044668608390 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj f0f58ec258871e1c +39786 40142 7839044669074258 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 5c5e2c32074a13bb +44832 45532 7839044719546321 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj 3776dbdb24ddd432 +39540 40155 7839044666628792 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj ce5b9ef4225826d3 +39669 40271 7839044667909123 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 4cf304711dbc5840 +39839 40329 7839044669606646 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj 593474bb0a4afc85 +39718 40384 7839044668390904 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 7bccb83dcd48eb18 +40143 40728 7839044672644150 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj 10366679b8fa975b +40385 40957 7839044675068502 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj 4ace481f24886511 +40586 41003 7839044677078075 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj a497ddc906b2d239 +40614 41071 7839044677368471 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj 2759fee45931693e +40729 41205 7839044678509258 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj 7a25cc81dd8744ed +40736 41217 7839044678582672 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj 5eba02c0589d54bb +40903 41364 7839044680252868 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj 548e4e135d4da0d3 +40721 41401 7839044678429373 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj aeae005e7e50ccfb +45558 46541 7839044726802176 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 76cd8736899f1194 +40745 41440 7839044678666404 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj c2c689650b624f18 +40957 41528 7839044680791707 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj 12fc3c4fa3a48a46 +41072 41568 7839044681933512 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj e5fe461ec8a1b663 +41221 41595 7839044683429827 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 81a0bbd41b2d85cb +41413 41722 7839044685350055 esp-idf/efuse/libefuse.a 553098e5db9d0978 +41401 41803 7839044685237508 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b2987fb429d723e7 +41461 41815 7839044685829332 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 600b9ecbbe31dadb +41441 41870 7839044685627852 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj 3b26e79b698c8b70 +41817 42252 7839044689381904 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj 3859267677c8814a +42026 42374 7839044691483147 esp-idf/xtensa/libxtensa.a 55e7309366971db9 +41568 42455 7839044686903793 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj f6d797535a1e2f6e +42104 42674 7839044692257908 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj d5395528c9f837ee +42238 42834 7839044693601655 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj 2626d839afdf7043 +42252 42915 7839044693734765 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj f29d2e364623486 +42366 43121 7839044694876353 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 82884bfe9a0c0d84 +43621 44435 7839044707432336 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj 6137a33996cfe39 +42853 43415 7839044699749967 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 640dc884e55b0adf +42835 43509 7839044699565881 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 644289416007a65b +42750 43602 7839044698721757 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 36926166693b9208 +42970 43621 7839044700910833 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 3b016fd06ade279b +42915 43632 7839044700371014 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj fb8074335270c235 +43520 44009 7839044706427151 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj 85455b44128397a1 +43632 44156 7839044707542645 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj 834fa5216c5823c0 +43492 44165 7839044706140697 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj fb7e6cd6996edb14 +42511 44359 7839044696332307 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 436636faea6634ae +43602 44370 7839044707239554 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj 860cbbe2b4d48963 +43796 44381 7839044709214280 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 9780aa3e7769feb +44222 44651 7839044713441331 esp-idf/protocomm/libprotocomm.a 9099d46a4a6704cf +44130 44818 7839044712514439 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj c837a1ea361703f +44042 44832 7839044711644187 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 7c19f3581fecfd8f +44436 45154 7839044715587595 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 3ce564db954b4e9 +44370 45204 7839044714925600 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 87c25eb5bb6b4bca +44981 45446 7839044721025778 esp-idf/wear_levelling/libwear_levelling.a ca1058822525a3c3 +44874 45548 7839044719953943 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj 5b7f007a24ecb615 +44652 45558 7839044717752299 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 882573100f30239b +44818 45568 7839044719399515 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 6a7c2115815f2a7 +442 523 7839047581060096 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +45100 45587 7839044722222242 esp-idf/sdmmc/libsdmmc.a dd214c20bfb9b64e +45154 45965 7839044722751186 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj e56560a05e17cd0d +45568 46067 7839044726888997 esp-idf/json/libjson.a 1b33c4904481a910 +45588 46076 7839044727095081 esp-idf/mqtt/libmqtt.a cf4ca7c87f6d351d +45796 46143 7839044729171426 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj ffe28cceda3db57e +45862 46174 7839044729832520 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj f204152b3a511aa3 +45205 46340 7839044723266336 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 85c88d40e5bcbe57 +45942 46527 7839044730628743 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj eb37dca18f3489b7 +45548 46599 7839044726702211 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj b64ea987431f87c2 +46040 46695 7839044731624700 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj 893bdaf59c434699 +45965 46882 7839044730866056 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 2fce603d58f4bd40 +46143 46961 7839044732632603 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 9d8220a22dc2ca43 +46343 46972 7839044734647440 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 5fe2ef963cf9535b +46076 47003 7839044731982301 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 34f8bcc406266ed3 +46527 47327 7839044736485286 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj c1ff7f5b2ed4522b +46067 47374 7839044731886935 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj 2ae0f44b08962a2e +46882 47387 7839044740042428 esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj 705be666133c93bd +46853 47425 7839044739754933 esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj 639bdb771aa66542 +47427 47728 7839044745490810 esp-idf/esp_lcd/libesp_lcd.a ed32e95c06d521ef +141 1402 7839047577312682 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj 404464e75b609607 +46701 47508 7839044738235030 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj 5fe6ce0b9546ccb0 +46599 47593 7839044737212247 esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj a867451b39cd138b +46912 47634 7839044740335780 esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj 96f79f44cbfe0ce2 +46542 47677 7839044736640145 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj fe95386e6b82ee4a +47390 47684 7839044745116875 esp-idf/esp_hid/libesp_hid.a 8fb1ecee6c2636f8 +47440 47753 7839044745627201 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 5365f8896a43d72f +47581 47785 7839044747035832 esp-idf/perfmon/libperfmon.a f568bfed0e29c1b2 +47508 47785 7839044746302800 esp-idf/fatfs/libfatfs.a a368fdb8dc3d5b5d +34497 52615 7839044797312310 bootloader-prefix/src/bootloader-stamp/bootloader-configure 660a78d6b48085ee +1616 9560 7839047671125318 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +56205 56305 7839044833254293 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj 877667cee70c25ad +149 399 7839047577327487 bootloader/bootloader.bin 24ea18b8b26a61ed +149 399 7839047577327487 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +400 442 7839047579858814 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +442 523 7839047581060096 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +13995 14333 7839047719165113 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +205 1013 7839052612461582 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 103f7649aa3b1f1b +197 1127 7839052612366806 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj a77d070a208eafea +172 1427 7839052612112785 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 3b1f0ef2c361f53d +154 1553 7839052611930999 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj f19d1ea88bca4717 +188 1575 7839052612286168 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 5605f4bd338bd28e +140 1618 7839052611800126 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 75e8d2405bd1a9ba +134 1699 7839052611725964 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj ed12b1923992c544 +122 1775 7839052611619329 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj eb63d701a976be4 +147 1830 7839052611821566 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 5f20faebf6aa1ad5 +128 1939 7839052611674846 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 24cc52e35435af38 +165 2038 7839052612048750 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 4106a8632a8aa2f5 +1775 2326 7839052628155228 esp-idf/esp_https_ota/libesp_https_ota.a 5d242acb8bbc91ab +1618 2491 7839052626586647 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj eeddcd7674471fea +1831 2502 7839052628711997 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj 948635d941d89cf9 +1942 2539 7839052629810995 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj b5c635ed51635f68 +1577 2801 7839052626165459 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 744d47b7021b07bc +1127 2868 7839052621689459 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b0d67f5395fdffe +2326 2919 7839052633646957 esp-idf/esp_http_server/libesp_http_server.a a0e5ff935b750153 +1700 3024 7839052627408017 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj 187bbfecd8e7ff33 +1014 3079 7839052620532398 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 1ac5c098248acb99 +1555 3414 7839052625969777 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 6bddf7e565010f83 +215 3468 7839052612547044 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b27f0e264779d223 +179 3538 7839052612201287 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 51fcf835fa7b758f +221 3609 7839052612612875 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj adaf96230e6721be +2039 3870 7839052630787811 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 1cc5648b9da9e5f3 +2503 3877 7839052635432805 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj fd1437076ee8ba25 +1427 3885 7839052624671124 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 8274b8b4b3c3e77d +3538 3928 7839052645784166 esp-idf/esp_http_client/libesp_http_client.a 1277c848d3b657b9 +2802 4015 7839052638433562 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj 6410211b33818257 +2921 4107 7839052639612584 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj b47125a3932abd20 +2491 4190 7839052635312246 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj 2d826490a2fee538 +2871 4258 7839052639115381 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj 7b2a4c5a4e453a5d +3930 4352 7839052649723922 esp-idf/tcp_transport/libtcp_transport.a a4f6ff34acf166aa +3079 4374 7839052641208916 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj 11120a3b926e72fd +3027 4388 7839052640710212 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj 8d284700fcf12bd8 +3415 4487 7839052644546806 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj c5fbb9d08ebaa87d +2539 4503 7839052635786171 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj 9809c701fcd9d529 +3469 4555 7839052645111825 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj a3329c0e150f48db +4352 4638 7839052653915869 esp-idf/esp_gdbstub/libesp_gdbstub.a 62542015abd537a6 +3878 4975 7839052649179033 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 36e4d1576cab9bc0 +4638 5026 7839052656784855 esp-idf/esp_eth/libesp_eth.a 32636b3f5a0b87e6 +4258 5143 7839052652969650 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj bb6ae005caf56ab5 +4108 5207 7839052651474061 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj 7ff2e74bda1180ec +4388 5241 7839052654275292 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj d5bdb59514b9f80f +4016 5256 7839052650558818 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj 86297398b0f9fe27 +3610 5436 7839052646502478 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj 717eb705c24986d3 +3870 5573 7839052649093582 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj a664dfa05dc2d338 +3886 5677 7839052649245878 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 371053e8160ea47a +4555 5772 7839052655947294 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 63eb5260d3eb48c8 +4374 5805 7839052654138652 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj 6223d3ff016a3f4e +4504 5906 7839052655433221 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj f6740e3f832b4b26 +5677 6093 7839052667162794 esp-idf/esp_adc/libesp_adc.a 71a3884d0888bbb0 +5774 6246 7839052668137798 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 33f9f2b10a71b649 +5241 6273 7839052662811022 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 16745a8f29298d1c +4975 6400 7839052660150485 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 30f53ccae1e8774b +5208 6523 7839052662474855 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 30c6312892231a73 +4190 6561 7839052652302070 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj c12808c7171985d +5145 6680 7839052661841983 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj 28aa25db63a94e3f +5806 6734 7839052668458927 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj 697fadaaad8bbbed +4488 6809 7839052655275032 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 78dd82e0061ee67e +5027 6872 7839052660664602 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj 17863f77ca9f90ee +5578 6889 7839052666186187 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj bc76df23c29e99cd +6809 7163 7839052678491878 esp-idf/esp-tls/libesp-tls.a 694a0a9dd7fdc33c +5436 7178 7839052664748183 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj ed72355d03322a6b +5256 7193 7839052662962455 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj baa921b603040e32 +5907 7262 7839052669482228 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj 364db70b39e55c19 +6093 7494 7839052671329980 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj d7e8795ff5072514 +7163 7512 7839052682052574 esp-idf/http_parser/libhttp_parser.a fd26986290724dc1 +6523 7867 7839052675630395 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 76719693737f4b2 +6562 7884 7839052676010566 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj 1c843a6d07c8d547 +6247 7899 7839052672868804 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj cbfbb220fcc0757d +7515 7972 7839052685549829 esp-idf/esp_wifi/libesp_wifi.a dee3280b882b1d46 +6273 8017 7839052673131740 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 71e816eedde22e7d +6874 8186 7839052679147278 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 929a277193c7a9c7 +6734 8289 7839052677743062 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj f103e88d259c8f7 +6680 8331 7839052677203063 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj e6ed219ae2fdf957 +6400 8409 7839052674404034 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 6b10e5506cf7c652 +7182 8452 7839052682211848 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 20fc054c25307ff0 +7264 8521 7839052683032137 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj def334e1d0c3f3d4 +7193 8781 7839052682332533 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj f5cc31ee0da17243 +6890 8792 7839052679287360 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj c92b6242444ab678 +7494 8948 7839052685330035 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj bfb203e9c8b40768 +7868 9154 7839052689079123 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj 3eb995bd38bb0746 +7902 9212 7839052689433341 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj ad577e281c9bed9e +7885 9361 7839052689285800 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 255f17d5365599c3 +8017 9371 7839052690564843 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj e91984b8437d8c4b +7973 9394 7839052690128477 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 4124d6a685a2c206 +8186 9578 7839052692260229 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 158f2656db61714b +8331 9603 7839052693715417 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 3952ea7c89ef2681 +8453 9784 7839052694929225 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj 60d1ffe10683d73f +8409 9796 7839052694483885 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj b5a196037699beb2 +8289 9856 7839052693284026 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj f866848869f7ed73 +8522 9868 7839052695634602 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj b81ab2b4201d1b98 +8795 10011 7839052698390993 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj 6722e9d7771f0b76 +8782 10112 7839052698209282 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj c109de944fd4c89c +8948 10424 7839052699881136 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 62b1d3f72e82e345 +9154 10495 7839052701943529 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 862871f4a49d960c +9212 10584 7839052702517058 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 65246d20c7c013bc +9373 10676 7839052704131890 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 1b3b3c89a8df529a +9362 11071 7839052704015306 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj d02b3843fcbd6a73 +9394 11149 7839052704337194 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj ac40ac13d6dcf878 +9797 11210 7839052708380310 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 1168022f1ab8c250 +9579 11234 7839052706230758 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj b24369917ec8623f +9787 11357 7839052708268861 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 27c740205ddbc116 +9604 11372 7839052706436758 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj ced7c3f9c1eb0066 +9858 11382 7839052708989345 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 93ab2cd127f5ef45 +9868 11392 7839052709099843 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 9c85c2c94d815cd1 +10011 11666 7839052710509239 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj 71651a66b741c735 +10112 11858 7839052711526060 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 3c7c3dfdd712783e +10496 12237 7839052715360425 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 283f3b85282b053f +10584 12347 7839052716235225 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj cdc4a9a9ada783c2 +10676 12424 7839052717168622 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 46eb1fbf0ef521e5 +10425 12434 7839052714649441 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj c3e06bc4d55e0419 +11151 12616 7839052721908269 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj ceee02e7b36d4d1b +11383 12648 7839052724224805 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 30169c3ea38b2915 +11210 12764 7839052722499674 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj dfe0a9eda2677e12 +11373 12790 7839052724119057 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 85943641788966ea +11357 12848 7839052723968043 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 3c645c521fd57831 +11392 12937 7839052724321056 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj d57bf29ff68758ae +11234 12947 7839052722744543 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj f2b3135c98601fdb +11077 13203 7839052721173836 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj c9cbbee56218d6ac +11876 13302 7839052729209179 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj 87e0592c734647f4 +11667 13422 7839052727067537 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 4e35a8a5de310297 +12347 13586 7839052733872739 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj d9189933ee61b7f +12850 13673 7839052738899654 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj cd16dec59f1c954e +12424 13748 7839052734642557 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj 51ba8773d599a034 +12237 13779 7839052732769885 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 533f66ee962704a6 +12617 13962 7839052736564580 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj 4d13950038ea4441 +12434 14014 7839052734731563 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 587ad0a422a386f5 +12764 14260 7839052738038922 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 369e45ac66995e14 +12649 14320 7839052736885195 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 58077b3b7ed6cdca +12938 14392 7839052739772883 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj 9f763527aa2ccef8 +12947 14414 7839052739873229 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 9120738e88358126 +13203 14719 7839052742430340 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 2c25d5a291d083a7 +13586 14856 7839052746255840 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj e5c678d1941fea76 +13423 14942 7839052744629627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 83a8a46bba7ea8d2 +12791 15013 7839052738310427 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj f4ebac19cca3c1d3 +13303 15044 7839052743424466 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj e332f48b19f63e58 +13673 15227 7839052747128057 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b8bc8d7f5c7db330 +15013 15431 7839052760531873 esp-idf/esp_coex/libesp_coex.a 7aa6010ba065959c +13782 15452 7839052748244864 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj 42723c1969edbfc9 +13964 15670 7839052750041645 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj af150c99fb9d64fe +14394 15748 7839052754341018 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj 8db6703a3717e4a8 +14414 15891 7839052754544534 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj 536b6eca23ca3ad1 +14017 16043 7839052750569686 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj ecb86cb216c66fc9 +14719 16066 7839052757592193 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 3111649ef2fabe28 +15044 16142 7839052760834535 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 825373c40999d474 +15227 16173 7839052762671448 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 5c2368e161836af5 +15432 16215 7839052764714688 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 34108e10521133da +14857 16241 7839052758972153 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj c4de73376d796cb5 +14943 16299 7839052759830735 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 28b7bf3667b1b3e4 +13751 16337 7839052747912290 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 4d55b631db4da07 +14260 16358 7839052752999597 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj f837abfa3dda04e0 +14320 16424 7839052753600648 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj 69496b732a69bab +16424 17039 7839052774641763 esp-idf/wpa_supplicant/libwpa_supplicant.a caad5189b4175e76 +15748 17057 7839052767880433 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj e57fb1a97b9576f8 +15670 17194 7839052767104860 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 5a5037f12a97847b +16066 17289 7839052771055145 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj 904ee292a81d9550 +16043 17515 7839052770825850 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj 388fa5a3b5409e4f +15891 17538 7839052769314922 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj 3dcf7d84d166d7dc +16241 17611 7839052772809220 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj be62adf2d1b16a4b +16143 17635 7839052771823718 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj 69304e6ed4f49cd1 +16299 17742 7839052773379971 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj 96da1c3aa8f52cd3 +16337 17768 7839052773764938 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj 60e16bd805672e8b +16360 17877 7839052774027474 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 4d284aad1b57ec8e +16174 17969 7839052772125250 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 9468b4e5c8b01220 +16215 18111 7839052772555311 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj b6911eb85c3347a7 +15452 18130 7839052764922556 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj bae639314824d84b +17039 18337 7839052780789589 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj 3517b04cec0c0325 +17194 18620 7839052782338594 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 9eab8e74b654b8e4 +17293 18632 7839052783324447 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj ebc9aa307b8ee927 +17538 19007 7839052785775619 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj df064ab14c08850e +17635 19057 7839052786754513 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 50ac75bb111945f1 +17516 19068 7839052785552584 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 64ba14d74dd7d3a8 +17743 19089 7839052787908347 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj c27d49d3796df491 +17878 19186 7839052789182452 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj aafe0957fbb94a94 +17612 19210 7839052786517091 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj dafa4cdeabb3a7f4 +17771 19308 7839052788119758 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj e6dd53942919e162 +17057 19316 7839052780975857 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj 5355adfd08ee4284 +18337 19703 7839052793767413 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj 3124190987ea6c6e +17969 19727 7839052790085962 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 52298171bd774936 +18112 19861 7839052791518286 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj a50ec0980572853c +18632 19868 7839052796727973 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 55ec9e23a822804d +18131 19876 7839052791714737 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj 6cd705093face07a +18622 19991 7839052796634831 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj db118507f1be37f2 +19210 20397 7839052802503728 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 18bc2a09b3986bef +19057 20662 7839052800968000 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj 26a536ac31cf81e0 +19090 20704 7839052801301167 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 6f65f58f3d880549 +19007 20724 7839052800468824 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj c6e6e96d59a8ba6e +19069 20790 7839052801088827 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj c960e68dbeccd563 +19187 20885 7839052802265012 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj c0c20bf25705a646 +19316 20927 7839052803556858 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 21c6e780418fa76e +19308 21037 7839052803481510 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 1fc359e703b719b1 +19727 21044 7839052807673969 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b5cfbd0a1966a3b8 +19703 21117 7839052807442608 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj c8f0018c715b2f32 +19869 21197 7839052809079661 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj aa7d4c9deba0966e +19876 21317 7839052809160770 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj ece89543c7dbd49e +19861 21361 7839052809014450 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj 89f5beb68412d51e +19992 21449 7839052810312596 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj de57e2564efcdbe3 +20398 21690 7839052814388726 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 8645e524830de38e +20724 22058 7839052817642744 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj ba1d36b20d59efeb +20704 22114 7839052817441282 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 8530498c95a8e1f8 +20664 22188 7839052817042614 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj 717e865cec91a028 +20885 22294 7839052819254025 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 6f29f578e41ee969 +20927 22374 7839052819676337 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj bc9f0d42f6614e8a +21037 22437 7839052820762328 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj 6c4fe07b60d70967 +21117 22462 7839052821571856 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 2bc068aa37faaf8 +20790 22497 7839052818299491 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b6529b67ecfe553d +21197 22718 7839052822369185 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 2f28697a91d5cd89 +21318 22878 7839052823575897 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj e042989a7fc8ec0f +21449 22893 7839052824894677 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 73c7aa1d69d88ffd +21361 22925 7839052824016059 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj 7e8d8934a10e2d6d +21044 23098 7839052820843049 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj c171d7e40c715270 +21690 23157 7839052827317543 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj 86400dbc523476d +22059 23413 7839052830987768 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 6e48bd2d0111bea5 +22115 23588 7839052831547809 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 4b381dd42b94e42f +22188 23719 7839052832282467 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj 5804441308d07bdc +22294 23814 7839052833339334 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj 9447500ea3f9b704 +22374 23885 7839052834139010 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 5b456473a0d3707a +22463 23893 7839052835029620 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj e228108f8947c307 +22437 23912 7839052834773144 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj f460a47e4bb1d0ee +22498 23994 7839052835379910 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 11ef7433bdb33003 +22718 24062 7839052837581047 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj 8ca38c4ad1eeacaa +22925 24197 7839052839652797 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj f327092c999c5860 +23099 24303 7839052841379394 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 1b4d3c0d479cdb76 +22879 24395 7839052839188042 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 2bb13e2be98014ef +22893 24449 7839052839334550 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 5c83bda37e794368 +23157 24501 7839052841958391 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 230743d8f3234796 +23414 24741 7839052844562835 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 2c7cbcd82e308fef +23588 24928 7839052846275391 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj e556b85b2f848e5e +23720 25072 7839052847615873 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 78d7723c863e6a04 +23814 25128 7839052848534670 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 896f7841515a09f5 +23885 25135 7839052849253267 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj dcef5b54f937b52d +23912 25150 7839052849525336 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b9cb0adc15333ce4 +23893 25329 7839052849322454 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj cb392cce2845be3 +24062 25403 7839052851018824 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 6097b7e49a9db69c +23995 25423 7839052850341594 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 346f86523dc013c9 +25151 25577 7839052861901462 esp-idf/esp_netif/libesp_netif.a 7b86c85ab010f690 +24197 25688 7839052852371497 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj 4806fa0efe6ca513 +24303 25701 7839052853430191 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj dfcbaba43fb380fc +24501 25842 7839052855415703 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 5f365e5bb7e681ad +24396 25909 7839052854384287 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj fb49f58aa1fe8ff6 +24450 25982 7839052854897664 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj d0baa5f644c4bcd4 +24928 26435 7839052859685995 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj eb56113423c744fd +24741 26469 7839052857809040 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj f1c45066f67be6d3 +25073 26533 7839052861129312 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 96ecba1803748f3d +25128 26684 7839052861677151 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 1c3f1abc51fe7c80 +25404 26764 7839052864447461 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj c0787c397a5c2534 +25136 26797 7839052861757440 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj f07927198f262ff8 +25842 26844 7839052868819979 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 8f3101686b83cf7c +25909 26977 7839052869490723 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj 355d215435ce2b81 +25702 26989 7839052867414340 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj 728893a371efc005 +25689 27084 7839052867303696 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj d1b2828833749dde +25423 27167 7839052864648552 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj 8a26df62b6d41558 +25331 27178 7839052863710428 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj f86ad4107132a3b1 +25577 27193 7839052866169759 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj 7b00488b949b0013 +26797 27389 7839052878378053 esp-idf/lwip/liblwip.a e52b485a0070d4f3 +26435 27496 7839052874754111 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj 1168515917c332af +25983 27558 7839052870231705 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj 99613a39d2e4380e +27389 27624 7839052884280754 esp-idf/vfs/libvfs.a 907d16ec8d3fb060 +27624 27800 7839052886629367 esp-idf/esp_phy/libesp_phy.a 9d7735601d52ff10 +27558 28125 7839052885972751 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj 59ad97e2a1eacaf3 +27800 28413 7839052888393879 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj c6dc25e1dcb593b4 +27179 28426 7839052882172481 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj f0e485d7dc289a4 +27168 28489 7839052882076480 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 3b51e07b6ecd0529 +28125 29023 7839052891650568 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj 7f3e4b919a19ee5 +28414 29255 7839052894531259 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 9127fe40905ede3c +28490 29468 7839052895289008 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 5fe76577bed49878 +28427 29830 7839052894675656 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 2f37d85a974b0211 +29023 29970 7839052900628861 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj 5b387efac6503229 +29256 30441 7839052902973876 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 2f010bb9ed7a6ae8 +26684 30769 7839052877248718 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 6f4e1b10ab073026 +27084 30822 7839052881247815 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj 54d40b7d7ca9fb7c +27193 30863 7839052882323814 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj d7d3a714e4f0fb02 +27500 30970 7839052885402719 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj fffc683ba60755db +26989 31060 7839052880292384 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 81e9c5dc4e65490e +26534 31125 7839052875761616 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 2b4910f76b880514 +29976 31132 7839052910187447 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj 9f7b6886e24285c9 +29470 31149 7839052905151896 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 95dfd1bc042f38ab +26978 31224 7839052880201725 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b9fb1bc8a356ce3a +26847 31347 7839052878869219 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj 6b01f47b4a480a77 +26766 31357 7839052878071186 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj cf79da8c695a60a4 +30823 31710 7839052918631183 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj d2828e0a85bd3f34 +30775 31771 7839052918191846 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj c245fcc66635b6c +31060 31779 7839052921001312 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj babb74ef25645710 +30868 31788 7839052919112952 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj 2990103edcf363ee +31149 31892 7839052921891513 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj 54a694d410899935 +26472 31899 7839052875108933 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj cb76782fb116f6bf +31132 31979 7839052921724134 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 684f9ee1767138c8 +31125 32001 7839052921653498 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj 6c50d719c7fac29c +31357 32016 7839052923967906 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj 394e9bd04fc9b216 +31225 32093 7839052922645438 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj 1c482b22fa935b0a +30971 32202 7839052920115657 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj ef3c134b6e8d5ea7 +31347 32228 7839052923864335 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj c6464606454c0505 +31899 32320 7839052929391408 esp-idf/nvs_flash/libnvs_flash.a c97f1a91ef478bfa +30453 32449 7839052914961347 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj 361a2cc4f8175c53 +31779 32511 7839052928200300 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 51fccf47cef23088 +31788 32661 7839052928263070 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj 99fb6492bd3991f9 +32320 32667 7839052933602437 esp-idf/esp_event/libesp_event.a fb50ff7a0e7344d9 +31892 32832 7839052929310950 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj b389f2268716a88d +31710 32842 7839052927504357 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj 693341f38758a9b9 +31772 32978 7839052928108797 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 4d0d64d8c266ff99 +31979 33063 7839052930175212 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj 3bca10dcf726749e +32667 33070 7839052937070274 esp-idf/esp_timer/libesp_timer.a 27a6efcf669d0666 +32016 33081 7839052930564684 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj de04a699aed678ba +29838 33125 7839052908778148 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 77945f01fe750deb +32002 33225 7839052930419074 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj 538c4603bd40405e +32093 33398 7839052931326218 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b43d0af111251554 +33127 33460 7839052941664387 esp-idf/esp_common/libesp_common.a f0f4af40ea9659d3 +33070 33523 7839052941092749 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj a49d5ad264f4ec05 +32228 33594 7839052932675673 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj 2f2ad22393a3b329 +32514 33651 7839052935531539 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 3bb6a90f96a4040d +32449 33661 7839052934891180 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj eb2ac60d70c2cc17 +33460 33796 7839052945005921 esp-idf/cxx/libcxx.a 65bd84a11fc953f1 +32979 33872 7839052940179684 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 711762b0faa8717f +32203 33953 7839052932426075 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 79f74c8b19e86181 +33398 33966 7839052944363023 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj fe5c83bcd672ae17 +32661 33988 7839052937011703 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj 31f9cde95b56ae22 +33063 34042 7839052941031589 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b29642d9fafb7b88 +32842 34087 7839052938812160 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj d768d8fb218b9e14 +33083 34099 7839052941237316 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj 716b79a6dcdc1b60 +32832 34106 7839052938721483 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj 111c36abaf838131 +33225 34214 7839052942647355 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj af8b0d20528c4cce +33524 34226 7839052945651917 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj cdf0b4f07e275ba6 +33796 34247 7839052948355748 esp-idf/newlib/libnewlib.a 55130fc8e7613327 +33654 34363 7839052946941307 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj 36098e255eb9d56f +33954 34665 7839052949929832 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 21ef06d7edf37ada +33594 34682 7839052946329857 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj 18162fed959ca7f5 +33661 34694 7839052947037363 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 62e8cb15f3de9e0c +33966 34949 7839052950061347 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj f8917f988d00198a +33872 34965 7839052949116997 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj c56db173a8063b3a +34227 35028 7839052952663264 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj c2eb41ff3e83e5e3 +34089 35241 7839052951292444 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj e54a784f8259e3eb +34665 35256 7839052957038320 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 5a8b53c3d05177db +34106 35329 7839052951458341 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 266af525f994d294 +34042 35368 7839052950817314 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj 25131f5f6edc2b8c +33988 35508 7839052950281380 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 9e4c5164aa650f8c +34215 35593 7839052952546252 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj 28952122344d3c82 +35028 35644 7839052960684150 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj cb09dd4a55a301c8 +34099 35655 7839052951387766 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj f0d021d4ed1e1b44 +34247 35708 7839052952861409 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 64f65fdf19bca7b7 +34694 35900 7839052957340649 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj acc87127984aa492 +34966 36132 7839052960058663 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj ff66a11eb8611749 +34951 36154 7839052959911671 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 51d7420336a2e78 +35256 36231 7839052962949482 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj 8276c9ed4fef5c6e +35248 36339 7839052962872360 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj 7f6584db33925f9e +35368 36525 7839052964086499 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj ec331a3609e8f155 +35329 36689 7839052963685392 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj b814e2a1a993fef1 +35593 36701 7839052966331231 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj cfdd7e71a0f90896 +35508 36911 7839052965462687 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b22aa4a36a51ba9d +35900 37007 7839052969401585 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj d794150314c64265 +34682 37035 7839052957220285 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj 41302171283cb422 +35655 37123 7839052966950280 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj d03a6cdde2ad3452 +36232 37196 7839052972714877 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj 81ac88b1b2aed3fb +35709 37206 7839052967498559 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 941c9904e3dce38a +34364 37214 7839052954020872 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj f2ea75978e30dfcc +35644 37221 7839052966845810 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj 6724c6a4f9c1d41f +36689 37236 7839052977293787 esp-idf/freertos/libfreertos.a 88aa3c5be8a4e3d2 +36155 37317 7839052971940714 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 749523f6cb8c762a +36705 37358 7839052977450512 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj cd7b3bac55efefe0 +36911 37453 7839052979514778 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 8fa063ce5b8e45ef +36339 37557 7839052973787286 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj 618b6bb66208d62 +37007 37602 7839052980473175 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b39fda8d390383b2 +37036 37625 7839052980754760 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 8a3c6e5aaba4e9b0 +37197 37692 7839052982368218 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 3e4e0e15f72a5bd8 +37123 37741 7839052981629025 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj bc82abc7cbc99770 +36133 37762 7839052971719222 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj d4fdc356b9d6d11 +36526 37801 7839052975659744 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj ed244ac79c9cd5c4 +37206 37823 7839052982464087 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 14e28377e59d738c +37359 37959 7839052983973373 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 6ff50f2bc28ad12e +37214 37979 7839052982526218 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj 96ffacb0b2dfc23b +37318 37993 7839052983572443 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj c4665b8255fa4c60 +37237 38006 7839052982762145 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj dfb4a35caa083c72 +37221 38049 7839052982611859 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj f7c2fa8a554a668e +37453 38119 7839052984927772 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 7f15266a709a5c17 +37558 38335 7839052985974700 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 2660369ec54f53a3 +37762 38363 7839052988015310 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj 4f11ff99493cc765 +37602 38373 7839052986425692 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj bde478586952a0cd +37692 38500 7839052987319211 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj 718ba6640bd0a883 +37626 38507 7839052986659754 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 1e5c2cbc6c46bf20 +37802 38538 7839052988418273 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj a86fa7242c738864 +37741 38629 7839052987808905 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj a5cbb8a8ebbfd915 +37993 38651 7839052990328513 esp-idf/esp_hw_support/libesp_hw_support.a 8841a7c09414fa78 +37823 38658 7839052988631251 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj f124802798cf1855 +37960 38696 7839052989999956 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj c443c3b4eee06315 +37980 38758 7839052990200121 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj fa965003a707b5c5 +38373 39007 7839052994135198 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj 464fd92625ce35d0 +38007 39075 7839052990462275 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj 686e1f960c19ef65 +38119 39090 7839052991593014 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 6f541cb6e58f2b07 +38759 39114 7839052997978115 esp-idf/soc/libsoc.a 67243827a090b7a0 +38508 39239 7839052995495716 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 2929aaae726dbd59 +38539 39293 7839052995774808 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 43d6175e2dfdd806 +38500 39306 7839052995406434 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj 7bf5c799fc4c09cb +38049 39314 7839052990891038 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj 4171a48977b99c03 +38658 39321 7839052996980388 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 58244cc98a129ab9 +38697 39387 7839052997365439 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 39328ba812cf9267 +38651 39490 7839052996909115 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj e052e96ebd1f705 +38335 39541 7839052993750907 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 7dfb8688e6a2c2e9 +38364 39612 7839052994037762 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj c3738a61a5f2a474 +38629 39626 7839052996688772 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj fad5ff6e3a660434 +39007 39874 7839053000468392 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 8785a63a83ea7a7a +39612 39997 7839053006519321 esp-idf/heap/libheap.a b46f5aa1ed04e0bb +39240 40109 7839053002802358 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj e71e53c218181b8c +39314 40133 7839053003541777 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj 7479d35f0a783ef1 +39076 40152 7839053001155615 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj f4186ec83be840f9 +39307 40160 7839053003460332 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj c4786bebeec64362 +39293 40167 7839053003329600 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj a92c7ce99d9db975 +39114 40241 7839053001542364 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj e7265cab011a573e +39321 40265 7839053003618866 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 5b2d27d7c90c1a49 +39626 40335 7839053006660303 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj a0b9b0190b47f37f +39091 40345 7839053001314485 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj ce19bdf65315fa6b +39389 40394 7839053004287595 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj 5f3aa26bc057d481 +39491 40464 7839053005308774 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj 4223c05c2175a439 +39998 40706 7839053010400135 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj b0f7361a1676fbb1 +39542 40733 7839053005818810 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj b016b4bf8c64b583 +39875 40741 7839053009172408 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj 2c58948f5dcdfc2b +40167 40807 7839053012059879 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj a07d56d49dcef1ee +40109 40823 7839053011492436 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj 163727f7d69f929c +40133 40858 7839053011726507 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 5d47c1c040212dd8 +40153 40926 7839053011927351 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj 277c55950ace15db +40160 41048 7839053012001918 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj 40c92878fe43f977 +40335 41093 7839053013753019 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj e764f20dc1e00063 +40395 41158 7839053014347955 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 8d249edc11db3cd7 +40265 41165 7839053013052361 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj 6a94ad06b34a1762 +40242 41217 7839053012816687 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 4c5f7b81559079a9 +40346 41227 7839053013858580 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 3672112e6488a4f9 +40807 41387 7839053018463861 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj cddf2af91be4b6c4 +40741 41432 7839053017808755 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj 1c5d5f5ebee0876a +40734 41581 7839053017738076 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj 9bedd3d77d83a498 +41227 41588 7839053022664804 esp-idf/log/liblog.a f2fd9710d76faf +40464 41644 7839053015030010 esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj 4d4caf2013d70767 +40926 41683 7839053019686002 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj 904ea34ab7a4e58b +40707 41732 7839053017467104 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj 45ad0cb3f60eb703 +40858 41750 7839053018981596 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj 1dbadeeb8fc3615f +40823 41785 7839053018624802 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj d1505b994d15470b +41048 41808 7839053020877195 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj 8389f5c1b7708346 +41217 41917 7839053022574171 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj 1d15ca65f87c3c40 +41387 42013 7839053024258651 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 6fb359c8912d4c1c +41166 42022 7839053022064153 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj e27037bc3e9be71c +41158 42044 7839053021972760 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj f262eeb967411a11 +41432 42099 7839053024728533 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj a088dc8af8dc3a1 +41094 42249 7839053021324757 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj b0df15544faf5fcd +41733 42288 7839053027730078 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj d420d597de1adb33 +41644 42375 7839053026828998 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 134d0b8130438913 +41683 42441 7839053027231603 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj cac949d9e4eca4f0 +41581 42574 7839053026212781 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj d98142ae14966d75 +42249 42732 7839053032891409 esp-idf/hal/libhal.a 689c536de9c84c1e +41750 42939 7839053027902933 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 8b22948f6f2a7cf5 +41588 42968 7839053026268677 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 68a22aaf05d8d53f +41808 43219 7839053028473952 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj 6182a873b84272d7 +42375 43226 7839053034145877 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj e07929273bef4805 +41785 43233 7839053028252162 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj 8c3472d93954d8f8 +41917 43256 7839053029574121 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj aab398723f3584ca +42023 43364 7839053030629617 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 9c230b58bd2b4f2e +42044 43372 7839053030837858 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj f8b0614eadb2f859 +42288 43414 7839053033286859 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj aa39dfe0d2768fe3 +42015 43422 7839053030538769 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 8e6063b35250996b +42441 43685 7839053034810272 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b3c7d54c417f8577 +42575 43780 7839053036140189 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj 3d851036ac5e1b0e +42733 43811 7839053037730068 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj 2b5de5ebf37f5349 +43364 44058 7839053044036134 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj 76280705563133ae +42100 44298 7839053031388481 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj eb28699080d3cdca +43812 44370 7839053048508517 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj 48b24de26fb8b025 +43415 44446 7839053044537674 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj 1d574837c145c93f +42940 44507 7839053039801649 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj ebb8c9261a6e5796 +42971 44515 7839053040109336 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 8ed2514448ebcbb3 +43227 44539 7839053042665064 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 10f944ea0cf2c386 +43685 44629 7839053047244812 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj 1cea374980a56181 +43256 44711 7839053042958781 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj 8723d1f4b5b99190 +43234 44731 7839053042738573 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b1577f9aeaff4374 +44299 44812 7839053053390371 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj d89e806c5bad7499 +43372 44864 7839053044116669 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj 9a751c5820e1f881 +43423 44910 7839053044624885 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj 5e3f476bc8cbb071 +44446 44978 7839053054851386 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj c8f7634427a85af9 +43780 44995 7839053048201182 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj 20e92f87095a086b +44731 45061 7839053057709150 esp-idf/esp_rom/libesp_rom.a 364779c7bc68f0f0 +43219 45072 7839053042581446 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj c234747b3ce64af6 +44507 45137 7839053055477382 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj c3138676d8e9b87a +44629 45189 7839053056683534 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj d575d2231e81282e +44711 45298 7839053057511443 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj 1096dd85a7731893 +44058 45455 7839053050984362 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj 6b7cc733520177c +44370 45586 7839053054100939 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj 6794ed864c813f58 +44515 45647 7839053055553564 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj 90109469e099dba6 +45061 45740 7839053061008246 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 1b03ae8ee178a3d9 +44539 45910 7839053055800454 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj d2d520223d8f77a5 +44812 46012 7839053058518280 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj 50b17f3eb78f06ef +45189 46115 7839053062291511 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj fc95f4052396922a +44979 46154 7839053060181936 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj 26e74d918aa9d42f +44865 46191 7839053059031243 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj a06a20073a34b64 +44995 46198 7839053060350792 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 15dd2c284b9fbb82 +45072 46266 7839053061118452 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj d7ca69ba189ba04e +44910 46273 7839053059504137 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 31a4d40ed13a6d94 +45910 46399 7839053069504902 esp-idf/esp_system/libesp_system.a 3f94cd983b31b413 +45298 46455 7839053063385338 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 4c06ee97770a1e91 +45137 46528 7839053061770994 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 7a369ab88635fdc1 +45455 46541 7839053064958796 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 40e9964961a6f5bf +45586 46562 7839053066258613 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 923948c27e29aa06 +45648 46655 7839053066864881 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj 1898d9e1a1ca9447 +46541 46804 7839053075807800 esp-idf/pthread/libpthread.a 8c2e8263e83a3d3d +45740 46849 7839053067792923 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 6213a5caa4338357 +46013 46999 7839053070526918 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj 5bd4c70f50104584 +46655 47263 7839053076947566 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj 53573c4e8c615c08 +46115 47291 7839053071549942 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj d2573c45c41a923 +46266 47384 7839053073057051 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 81c1c59d7da3e6d8 +46528 47526 7839053075679276 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj 8cf8758f6ed8a533 +46852 47574 7839053078921601 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj c6cb98d43d1346b1 +46199 47584 7839053072388383 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 1c81042207bc7599 +46191 47600 7839053072312471 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj aee0a8025463f0bb +46154 47608 7839053071948359 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj d3290d2f053ce739 +46273 47754 7839053073130912 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 2b13094c3abbdfce +46563 47767 7839053076011255 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj 6cd97c62bdfed7f3 +46456 47822 7839053074946444 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 989526634223ac0b +46806 47840 7839053078456412 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj c9ed5c11b32a83fa +46399 47914 7839053074388797 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj a4cb1822766e6ae +47269 48128 7839053083078692 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj cb46d1776a25b546 +46999 48200 7839053080388787 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj c2f93d313ca54b8a +47293 48260 7839053083338902 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj 57e42f1c36ad558d +47385 48395 7839053084245231 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj 2a144c1177189c1c +47915 48432 7839053089548382 esp-idf/spi_flash/libspi_flash.a 872495571a7ac282 +47610 48472 7839053086500310 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 7bc97289fac7c29 +47601 48574 7839053086410980 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 84faf2faf5b248f3 +47585 48587 7839053086238571 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj e6cea29c0df52731 +47754 48648 7839053087941408 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 4a3d52d5b9458e0b +47767 48754 7839053088057274 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 163ea38eabee7b79 +48432 48770 7839053094720891 esp-idf/esp_mm/libesp_mm.a 5f85b8df57ee1c0d +47574 48845 7839053086131745 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj accf76463d3c8d9f +47822 48938 7839053088624215 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj d9a33bf74aaf23d7 +47841 48948 7839053088819096 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj dfcb1c00875594db +47526 48973 7839053085664561 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 2aab80eceac05c92 +48770 49084 7839053098099954 esp-idf/app_update/libapp_update.a 6be496960911d792 +48135 49247 7839053091747316 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj c2ea7f955056cbb2 +48200 49258 7839053092401718 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 816ccfb592f7d3ac +48754 49433 7839053097934482 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 8ead87c3dbad96eb +48472 49441 7839053095121745 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj f3ea7dfba66f6c29 +48648 49484 7839053096872787 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj c0a8e39cc22b33e2 +48845 49502 7839053098849514 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj 470f8c9ec811770f +49084 49509 7839053101230626 esp-idf/esp_partition/libesp_partition.a c072709c2186c980 +48938 49641 7839053099785766 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 9b4867cf98be847a +48260 49708 7839053093009510 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj e92d64deab718989 +48587 49758 7839053096268858 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj c229313c12e40ea5 +48575 50085 7839053096147452 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj c11e1825e1d449db +48949 50161 7839053099883688 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj 57e8a80c1e7e03ad +49434 50173 7839053104741698 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 2fe27e425bdbeba2 +48973 50185 7839053100128878 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 123702dc5caacac2 +48395 50262 7839053094353310 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 44428b65cfd77072 +49258 50446 7839053102984692 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj e2354a4cf88b8851 +49760 50492 7839053108020026 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj 7146f1b9bda4f763 +49710 50570 7839053107501364 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj a0d22de7629b7e34 +49484 50684 7839053105240737 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 320aea48e72614b9 +49247 50781 7839053102868806 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj 86efb436441eb121 +50263 50875 7839053113025714 esp-idf/bootloader_support/libbootloader_support.a 8317efd5d75d437d +50086 50959 7839053111259290 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj 184661cdee8bdac1 +49509 50981 7839053105491461 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 5988ecbc61d99cf6 +49642 51049 7839053106829847 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj c0f64bebe0d8117 +50162 51078 7839053112012724 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj 75e00a16de4c5acd +50186 51131 7839053112251994 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj 541fda51cc3f9bbd +49452 51248 7839053104926815 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 85c3505b594cd74a +50875 51297 7839053119158092 esp-idf/esp_app_format/libesp_app_format.a c090ae4fa0437c5e +49502 51430 7839053105425880 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj 464561572deeb1fa +50174 51469 7839053112137593 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj 4d771581ae3ec9e0 +50493 51920 7839053115318829 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj 16ce63f752373529 +50684 52049 7839053117244760 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 6faee6319688aad0 +50781 52057 7839053118211822 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj 26dcaedea4aedc1 +51430 52154 7839053124703047 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj 90fc03bf8e9741f9 +50570 52255 7839053116101362 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 8a8452ddaf729ac2 +51297 52263 7839053123370019 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 29ddc595dfe6d774 +51049 52375 7839053120879459 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 6a0cd1f5ee8dc233 +50447 52396 7839053114873632 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj 73b489dd235e478f +51248 52462 7839053122877411 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj d2236fd71362afdb +50981 52474 7839053120208185 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 58a7c62fca4e2ea0 +51079 52482 7839053121182649 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj c1adbbb1ed4ac674 +51131 52496 7839053121716958 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj d29dcf8544cd7349 +51469 52859 7839053125085155 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 1b58075b7edb31be +51920 52923 7839053129600546 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 786968f39bdce275 +52396 52954 7839053134361979 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 5cf707779408d2e0 +52050 53084 7839053130892691 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 95afef6516077b9a +52264 53150 7839053133031475 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj 11a1aa43ae00d7b6 +52057 53169 7839053130963307 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 361d16e1757d4e1d +52376 53197 7839053134148851 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj aed2714486c80b5a +52475 53426 7839053135141112 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 7ab5e6033d7ad86c +52465 53449 7839053135071918 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 5b0e2fb36a87e077 +50959 53475 7839053119988319 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj c3e84d43ab87a942 +52496 53482 7839053135356622 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 11f78abb109c05ba +52256 53489 7839053132961187 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj 6cbe5ade3c9bbfae +52859 53544 7839053138989890 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj e0c5d98cb146fcbc +52483 53609 7839053135291290 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 9bcb426680631d6f +52154 53729 7839053131932856 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj 5598f559f159f025 +53206 53930 7839053142456926 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 15502226e39239b6 +52954 54149 7839053139942217 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj ab1b06a9b4cf9e4f +52925 54200 7839053139653318 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj f07d1f532cb794b0 +53084 54227 7839053141248341 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj f20f8d1ee3d39f19 +53150 54241 7839053141902353 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj 309f53cbb428827 +53426 54293 7839053144665022 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 65d90aea013e9623 +53482 54450 7839053145222775 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 6d9c40cd199e70b8 +53169 54460 7839053142093565 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj fc244432869b36 +53609 54578 7839053146491037 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 36f6f19eaee2e6f6 +53475 54608 7839053145147041 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj f6878c9412a6517e +53449 54616 7839053144888330 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 6c9c7d051d12dc11 +53729 54968 7839053147686863 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj d8be8d3ada7775a5 +53930 54989 7839053149699746 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 49cc517e4b0bfe65 +53544 55031 7839053145841127 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj 667d477f81522515 +53490 55158 7839053145297612 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 14023c7a4067ba1f +54228 55168 7839053152684911 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 8ac62d725a14317e +54204 55315 7839053152443505 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 5427de11750a409e +54616 55368 7839053156568696 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj 4070434c18e3ddd6 +54609 55389 7839053156481651 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 2d5c08b15447d1a4 +54241 55396 7839053152809141 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj 575f02a66013fd16 +54451 55530 7839053154912675 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj e37f9688aa7c1c31 +54579 55537 7839053156184812 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 771c8bf0792445e5 +54293 55646 7839053153329537 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj c49c49ee2d9a5858 +54149 55745 7839053151891576 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj c51a72e3288d2277 +54461 55775 7839053155015240 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 9146d3daeaed6e6d +54992 55888 7839053160324176 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj c53cbf10d180410b +55031 56069 7839053160712708 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b168bd6dbf3d39f5 +54970 56216 7839053160111467 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 1dbf7a42807d1249 +55169 56304 7839053162077182 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj 758ec1e5e419e49d +55537 56381 7839053165767173 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 56d545ef6c611504 +55748 56417 7839053167874839 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 1e39bd316388b667 +55646 56426 7839053166860890 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 660d845263c80c6e +55315 56438 7839053163544070 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 13b480ed7e049057 +55369 56458 7839053164089457 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj beec6814559a2e24 +55158 56468 7839053161981840 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj 85ddf1fa4dd8a2f5 +55389 56516 7839053164295175 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj c1fa5290ba913f4a +55530 56638 7839053165698074 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj 997793d9f244625c +55397 56660 7839053164367181 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj a662b963784015f6 +55888 57065 7839053169279315 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj 59afcf45db2fc993 +56217 57239 7839053172573573 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj 413da3246e2bb77d +56517 57255 7839053175562276 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj f621925d1056a5ac +56070 57317 7839053171087918 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 8a4c046eb633733 +56304 57437 7839053173444552 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj 8370c35f3cc06e71 +56381 57507 7839053174212259 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 123af57872a65c76 +56438 57546 7839053174766090 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj 495c555a0f5a200f +56427 57626 7839053174669257 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj 9c796fc1566d3b85 +56417 57633 7839053174571550 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj a6a223a260f108e0 +56459 57642 7839053174987812 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj f7705c030d8aeb81 +56468 57668 7839053175078268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj e6be8e985cfadc2f +56661 57835 7839053177012193 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj dfc3bfb6899fe669 +56638 57876 7839053176785870 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj fd4101c0f491b164 +57256 57958 7839053183002501 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj c2c2299557fa31c4 +57066 58007 7839053181052521 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b90f32a350d5094c +57239 58241 7839053182790706 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj 7473c57127687719 +57642 58365 7839053186822605 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj caef14b40cc2cfb9 +57633 58376 7839053186731948 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj 661314bda8eedcec +57547 58408 7839053185868569 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj c400b6b8ca425ab4 +57508 58415 7839053185477031 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 3df06b74df549591 +57437 58422 7839053184764435 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj d8ddbeefffc9a2a9 +57668 58461 7839053187074090 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 833b6f90578f5c38 +57626 58516 7839053186660898 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 12ba4572e42c22bc +57876 58560 7839053189161989 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 3912423928029761 +57835 58567 7839053188752546 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 8c417ca2ce86e2f +55775 58771 7839053168154433 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj d9c885c4c841e420 +57318 58784 7839053183601041 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 5f1bdf1cce792cdc +57959 58792 7839053189983155 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj 3efdda1f7649af3c +58008 58800 7839053190474242 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj 2ef6c6aec0865b3f +58241 59049 7839053192808717 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj 36e5a76d0c91cd82 +58800 59144 7839053198402845 esp-idf/mbedtls/mbedtls/library/libmbedx509.a 6a5d0cbaf2a74f46 +58365 59189 7839053194049206 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj 22ca2880e2c3be42 +58376 59266 7839053194147181 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj ae19ca534b5f3d97 +58415 59278 7839053194552035 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 6948415f1a1a3e5f +58516 59487 7839053195550457 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj 782d607a0fa5266e +58568 59577 7839053196082739 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj 882363fc9e4599c5 +58423 59677 7839053194627931 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj 9c873bf9b3343672 +58463 59680 7839053195030062 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj ebb115dce7ba29fe +58560 59698 7839053196000763 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj 1b038df3c9697794 +58792 59699 7839053198327626 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj 5cf63b1614a488bc +58771 59727 7839053198114991 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj 1e29950fa73f43d0 +58408 59736 7839053194481729 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj 2511952317e6a045 +58785 59819 7839053198242144 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj 2ad4053aa1d0e1e6 +59266 59898 7839053203054065 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj 18347e1e0dce6d1c +59278 59919 7839053203165887 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj dd746208137fd15f +59144 59978 7839053201836325 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 41b2a67ea0b25d5b +59491 59982 7839053205335820 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +59491 59982 7839053205335820 bootloader/bootloader.elf 24ea18b8b26a61ed +59491 59982 7839053205335820 bootloader/bootloader.bin 24ea18b8b26a61ed +59491 59982 7839053205335820 bootloader/bootloader.map 24ea18b8b26a61ed +59491 59982 7839053205335820 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +59491 59982 7839053205335820 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +59491 59982 7839053205335820 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +59491 59982 7839053205335820 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +59049 59993 7839053200892484 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj d868305ebc24ed22 +59982 60032 7839053210209147 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +59982 60032 7839053210209147 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +59191 60041 7839053202308520 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 1c1ee931d6b1b93c +60033 60116 7839053211481005 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +60033 60116 7839053211481005 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +60033 60116 7839053211481005 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +60033 60116 7839053211481005 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +59819 60154 7839053208591862 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 444a33bf6c8f3b90 +60154 60223 7839053211925676 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b2eb66f25a7d37c2 +60223 60292 7839053212630039 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a ae5be039bd7a447a +60297 60805 7839053213367540 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj 962b55cfe0d4ec06 +60307 61080 7839053213463852 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj f97640fa1281a8dc +60293 61270 7839053213324035 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 18064c7610a4c83a +60323 61347 7839053213634469 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj 84c750550c33a0d2 +60302 61436 7839053213413786 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj 1b6a896ff2d7a14f +60335 61575 7839053213760000 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj 6cb01d8d8b10cef7 +60312 61632 7839053213515116 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj cb1a7d9be1a7d3b2 +60355 61659 7839053213947878 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj b19c2f5afde002f7 +61270 61751 7839053223108946 esp-idf/mbedtls/libmbedtls.a 6ec445e67aea4563 +60329 61762 7839053213684470 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj 2be8135c222a338 +60361 61869 7839053214012071 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj 5878ab5441a47ea2 +60348 61908 7839053213882504 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj aa96a15c31834b5c +60367 61983 7839053214059028 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj 16640f069113b238 +60342 62137 7839053213815378 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 153b386057396efe +60807 62199 7839053218505706 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj 97ee64bc4319acf7 +60317 62243 7839053213570479 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj 912ecc713c656535 +61080 62603 7839053221205590 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj 7006af4ec51cbf88 +61436 62722 7839053224750242 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj 7e0d280eee3ad290 +61636 62886 7839053226767581 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj 733529e47d7dcf69 +61347 63018 7839053223866114 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj 7e5e99cbf7b4859f +61575 63113 7839053226153601 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj b3a0ec8b5cc7b1ef +61870 63443 7839053229102900 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj ec291f080d44823 +61665 63556 7839053227067095 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj 3ce4002f925de9e2 +61751 63741 7839053227910872 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj d858f7d5ddf66309 +62245 63779 7839053232860368 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj 641aa279b1e98d9c +61984 63787 7839053230250060 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj 7470ddd6151cf6e7 +62199 63853 7839053232401202 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj 953897695b055024 +61765 64043 7839053228051647 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj c86225126cc7097b +61908 64158 7839053229487337 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj da99522458b3f27d +62603 64189 7839053236425634 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj 8e7f09ed382bde87 +62723 64221 7839053237627779 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj f4e0516a8c79d493 +62139 64320 7839053231800552 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj a0ad8981199e0cef +62886 64512 7839053239254042 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj c0a2911f16a0ae1d +63019 64521 7839053240603866 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj 1257b2bbdc67324f +63118 64685 7839053241587253 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj 142c2ecfa181f441 +63453 65122 7839053244946497 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj 275517641aaecf0c +63853 65338 7839053248930729 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj 60cc937716992bde +63787 65368 7839053248275107 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj 108c8263a89d8dfb +63780 65752 7839053248189512 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj f00d184d86e644d2 +63743 65767 7839053247840724 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj fb213fcf2886ae0e +63556 65864 7839053245949270 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj e2bbc50616b415f3 +64320 65958 7839053253600242 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj 6a9d383e78318271 +64043 65972 7839053250838588 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj 1fdaa8c088c980ce +64222 66032 7839053252612029 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj 9f2787ea5a240794 +64687 66041 7839053257256192 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj 30f07818b296ae3b +64160 66049 7839053252024868 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj 5b53992af401d88e +64522 66116 7839053255612427 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj 518ca24e9abdda15 +64512 66205 7839053255522666 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj be6a045fe6eea3b2 +64189 66335 7839053252290823 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 8684a7aba8bcb4fe +65756 66401 7839053267963846 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj 7c5db9c42838430a +66116 66646 7839053271550071 esp-idf/esp_pm/libesp_pm.a c385ca445d1822eb +65123 66894 7839053261612568 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj bcf01c890e0631d5 +65339 67017 7839053263785592 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj e05b6d9bb7123441 +65368 67074 7839053264076643 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj 8f7e6e9e4be20352 +66205 67122 7839053272452995 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 48ffda5aa26e4849 +65866 67225 7839053269057126 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj cad066c89924db91 +66335 67237 7839053273754125 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 2f190b4ca221402b +66402 67290 7839053274455947 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj e364c397542dba9e +65774 67360 7839053268145076 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj 67e32eda9a535d7e +65959 67419 7839053269999866 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj 3065d49af497fb4f +66049 67577 7839053270882802 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj a0fb8985569c9308 +65976 67654 7839053270202022 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj 57734b8492d1249c +67225 67762 7839053282648905 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 9d2bf76dd166615f +66034 67824 7839053270726397 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj a6ce3079d78cae4f +66647 67859 7839053276866957 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 8abcbccc096d77bd +66894 67867 7839053279340648 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj a916bbf483db57f7 +67017 67984 7839053280568097 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 1cb489c0e51318d0 +67237 67992 7839053282770392 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj b47174f99dfbed82 +67362 68060 7839053284008419 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj 26d171038158b5f5 +67075 68121 7839053281146601 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj ced834d0cb7c7f3a +67290 68251 7839053283307908 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj e65ba9994d533e90 +66042 68398 7839053270812261 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj 8cee71323204b7f9 +67122 68408 7839053281627660 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 923cff81636bf9e9 +67422 68432 7839053284607996 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 31baef5bd117778 +67654 68453 7839053286953268 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj cd91be372a1fef55 +67867 68681 7839053289073269 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj f91723c7173f9ea6 +67825 68722 7839053288646701 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj acbeae20ef86370d +67859 68770 7839053288992248 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj a90216f4ffc42e44 +67992 68844 7839053290324977 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj d20c2fb715104d93 +68060 68899 7839053290999610 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj c06ea616d50dc7f1 +67578 68906 7839053286175773 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj 67576bbc6079271f +67984 68913 7839053290244634 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj ffe681284057757a +67762 69044 7839053288021109 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 97e09f38d82de484 +68398 69050 7839053294377359 esp-idf/driver/libdriver.a d1d6e48c7d165719 +68251 69103 7839053292914187 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj 29de95bb120e9fe6 +68123 69188 7839053291644612 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj b35270d6e45e6b10 +68409 69337 7839053294488441 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 91fe0ad718028b9 +68432 69345 7839053294718500 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj 1f94dff9ed0cfc9a +68453 69482 7839053294914796 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj b484aab684869662 +69051 69543 7839053300910970 esp-idf/efuse/libefuse.a 553098e5db9d0978 +68722 69617 7839053297610260 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj c22f0141f10b4543 +68681 69636 7839053297207771 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj 490d341ce8191c22 +68770 69839 7839053298102663 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj e18e0e62f164987 +68906 69858 7839053299463604 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj e6983d62c1613c31 +68913 69956 7839053299558937 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj e41766577ff76d18 +69044 69966 7839053300845245 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj a6b9deed575cf6a +69543 70001 7839053305832350 esp-idf/esp_ringbuf/libesp_ringbuf.a 3a1ceec10e86f9d8 +68899 70012 7839053299393251 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj 5aa0a9da06590cbe +69188 70108 7839053302287219 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj bd07ab05a9b20c0f +69104 70233 7839053301425558 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj c30cbed2737b8319 +68844 70306 7839053298831143 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj 258efdcad55b5f75 +69482 70346 7839053305221278 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 549bd4d609f4e876 +69617 70370 7839053306582957 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 902d9034ac3dcfe1 +69337 70388 7839053303761738 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj 6a63d37bd1001d82 +70001 70456 7839053310412229 esp-idf/xtensa/libxtensa.a 55e7309366971db9 +69639 70567 7839053306785663 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj 6917c9052f8b457f +69858 70681 7839053308981792 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj e6d0f2663ce768b2 +69839 70729 7839053308790453 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj a050bcb5cacf0025 +70456 70853 7839053314951212 esp-idf/console/libconsole.a 4eb5f5732c2e606 +70568 70875 7839053316079447 esp-idf/protobuf-c/libprotobuf-c.a 65558fbea0f27f13 +69345 70947 7839053303847696 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj 9cd1306e3bed49a0 +69956 71177 7839053309958455 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj 46e384f183afb54a +70389 71256 7839053314288218 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj dd40a1bc2e05b8e5 +70371 71266 7839053314109501 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 3b01cac5a252b7f3 +70012 71316 7839053310519225 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj 857d3ab78debf52 +69967 71359 7839053310068995 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 974102e6060b9a20 +70346 71510 7839053313856042 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj d1e2f12de5dd0f74 +70875 71532 7839053319137784 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj 21ff404068e5b6ef +70730 71697 7839053317700545 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 9bf22a18d06697c5 +70682 71704 7839053317210759 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj f811b6faf647cd57 +70307 71741 7839053313467065 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj 44dca2a2555de199 +70108 71901 7839053311472279 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 2bcd8869b0076d58 +70234 71931 7839053312727549 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj f1af4f514d2de0a +70947 71947 7839053319875196 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj 14cdd6c7b8804e00 +70853 72039 7839053318930072 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 8d3cd8dc1001baab +71266 72468 7839053323067534 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj d6ae2c98bc14b6c4 +71257 72520 7839053322974352 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj ceb5c193dafa39e9 +71318 72611 7839053323574092 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 49487879d866e4b8 +71362 72654 7839053324044505 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 6f6538221aa5bc51 +71698 72663 7839053327368916 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj 8d85715a4b62a288 +71177 72746 7839053322167181 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj 18e9ab4816a7f8bd +71511 72821 7839053325501107 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 6880a8b9350af8d6 +71532 72835 7839053325720630 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj c0525ced91d8e2ff +72039 72975 7839053330793558 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj 419fce3568ff7712 +71947 73036 7839053329900374 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 1b08adb0de7ee39f +71741 73104 7839053327815912 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 8e878643b8c0680 +71901 73183 7839053329415208 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 6dc4accfaeae991a +71932 73418 7839053329713975 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 9e40b4cda2313bed +72520 73573 7839053335600812 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 6ca221412364203a +72468 73598 7839053335094271 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj 4c84c52cf7c7a8c +73037 73607 7839053340756527 esp-idf/unity/libunity.a 281d8322d2f65bad +72611 73724 7839053336512535 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj fae47e954b1b56a6 +72656 73877 7839053336952759 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj cac64a90b0bf03ce +72747 73939 7839053337863781 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 872ec7881b6463b9 +72836 73948 7839053338757615 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 3bad55e7e72c6a52 +73104 74017 7839053341430991 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj 271f80b63d0f0017 +72824 74024 7839053338631714 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 2646df53469a41e2 +72975 74243 7839053340132870 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 5534a5cda623f2ef +72663 74261 7839053337038569 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj ad6fd232612435b6 +71705 74348 7839053327442812 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj a7503dcaea996c50 +73184 74424 7839053342261293 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj bbc353ce8cb9ad50 +73573 74507 7839053346129359 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj f45bb838f50b0531 +73599 74550 7839053346399232 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 31e216e9861c17cd +73608 74584 7839053346466448 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj f6e63fb9935d947c +74262 74603 7839053353017975 esp-idf/protocomm/libprotocomm.a 9099d46a4a6704cf +73418 74682 7839053344577725 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj dfe4ba4c4c52b4a3 +73724 75038 7839053347633639 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj 1a8c67067ae31652 +74024 75046 7839053350642700 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj e379ed2f636dfcf4 +73939 75135 7839053349784189 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 76b37b208eb08cab +73948 75152 7839053349885209 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj faaed42d4548c803 +74017 75216 7839053350572475 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj dda2ae9b50d75b63 +73878 75337 7839053349172031 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj 63d6ff5ec06b15cc +74507 75357 7839053355475699 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b31a0a82cb7cf3f3 +75135 75546 7839053361748734 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj ad86d1fe759c1241 +75153 75591 7839053361928136 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj 622a10cb402a743b +74350 75605 7839053353922842 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj 2a7b13b16adc142e +74550 75685 7839053355902652 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj de33236f5eeb8667 +75337 75710 7839053363761837 esp-idf/wear_levelling/libwear_levelling.a ca1058822525a3c3 +74424 75807 7839053354628929 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 775289bb600856b6 +75357 75817 7839053363974150 esp-idf/sdmmc/libsdmmc.a dd214c20bfb9b64e +74246 75827 7839053352859647 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj c78704f995d12ab2 +74585 75947 7839053356245381 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj e3a378982d1ec4cf +74683 76102 7839053357222233 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 141d1ea523334f72 +74603 76260 7839053356425055 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj fef6e7cd38cebe1c +75039 76342 7839053360784107 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj ce7d91b6f9ddaac0 +75053 76369 7839053360924939 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj cfafa67febaf0293 +75216 76428 7839053362542965 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj fde570f325f6b0d +76343 76658 7839053373855676 esp-idf/mqtt/libmqtt.a cf4ca7c87f6d351d +76260 76710 7839053373002236 esp-idf/json/libjson.a 1b33c4904481a910 +75546 76785 7839053365850107 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 1ad2d388e6f32348 +75686 76868 7839053367265655 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj 2dc3b06b660233ff +75591 76956 7839053366309102 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 775beceb6f8c162 +75808 76968 7839053368473792 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj f283669ac0dfaa6f +75817 76982 7839053368559777 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj 7b7d015c32b2cad4 +75605 77156 7839053366447800 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj ac7853829de6006c +76369 77197 7839053374089441 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 84261dd9e4466abc +76710 77211 7839053377499534 esp-idf/spiffs/libspiffs.a 16ac2c407167ab9e +76428 77336 7839053374682204 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj d4bb2454117675bb +76658 77368 7839053376984288 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj 58891cc124696e1 +75827 77435 7839053368669389 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj e7751643aa2168b8 +75710 77516 7839053367503713 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 9411ed159bd2642 +75948 77556 7839053369893347 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj 4d248f47469b7d4c +77556 77691 7839053385974706 esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj 38750689ed4146a4 +76103 77701 7839053371427326 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj feee6e2214b0d071 +76785 77833 7839053378253451 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj f6e7a990e2691467 +76958 77869 7839053379979905 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj 42f736a5649bbf7d +77198 77955 7839053382373758 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj 20b7af9d44ba2feb +77211 78108 7839053382511277 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj a69e4faac843084 +77368 78156 7839053384077913 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj ba2516e1e0b78666 +77336 78169 7839053383753075 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj 77ec4055e7b2c6d +76870 78240 7839053379099118 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 9db1b5c2823d8c3a +76982 78399 7839053380221700 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj 667daa49ca90c72c +77156 78467 7839053381963005 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj ef2bc789ced357b1 +77439 78644 7839053384799333 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj 79d1ec3e5fbdb6a5 +76968 78722 7839053380070410 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj a44e40bac14a0e46 +77834 78783 7839053388725944 esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj 3cbfaea6e9dac45d +78399 78834 7839053394395573 esp-idf/app_trace/libapp_trace.a 26bce0465c8030fe +77869 78861 7839053389082021 esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj e2107e670ba62484 +78467 78967 7839053395075954 esp-idf/cmock/libcmock.a 952f8f83bfc4b3f9 +77691 78982 7839053387308894 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj 477c936c7afa67fc +77955 78993 7839053389945308 esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj c77e6c227c3a03b6 +77702 79077 7839053387419301 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj 6536953204b16fd1 +78644 79125 7839053396837066 esp-idf/esp_hid/libesp_hid.a 8fb1ecee6c2636f8 +78722 79127 7839053397617190 esp-idf/esp_lcd/libesp_lcd.a ed32e95c06d521ef +78783 79131 7839053398226541 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 5365f8896a43d72f +78835 79170 7839053398741526 esp-idf/espcoredump/libespcoredump.a 3bc1cd2d767141b6 +78861 79172 7839053399011328 esp-idf/fatfs/libfatfs.a a368fdb8dc3d5b5d +78967 79188 7839053400064996 esp-idf/perfmon/libperfmon.a f568bfed0e29c1b2 +78240 79200 7839053392800118 esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj 57ba922ef921612b +78982 79217 7839053400217279 esp-idf/wifi_provisioning/libwifi_provisioning.a a15b48f0f67d2adf +78159 79339 7839053391983688 esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj 52ccfed4e73f4d8f +78169 79383 7839053392089384 esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj 145301beb96fde1 +78108 79401 7839053391466612 esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj 4dd6ad6f9e21bee4 +122 289 7839054197633851 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +122 289 7839054197633851 bootloader/bootloader.elf 24ea18b8b26a61ed +122 289 7839054197633851 bootloader/bootloader.bin 24ea18b8b26a61ed +122 289 7839054197633851 bootloader/bootloader.map 24ea18b8b26a61ed +122 289 7839054197633851 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +122 289 7839054197633851 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +122 289 7839054197633851 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +122 289 7839054197633851 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +290 326 7839054199322980 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +290 326 7839054199322980 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +326 405 7839054200429784 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +326 405 7839054200429784 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +326 405 7839054200429784 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +326 405 7839054200429784 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +112 278 7839055165348511 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 278 7839055165348511 bootloader/bootloader.elf 24ea18b8b26a61ed +112 278 7839055165348511 bootloader/bootloader.bin 24ea18b8b26a61ed +112 278 7839055165348511 bootloader/bootloader.map 24ea18b8b26a61ed +112 278 7839055165348511 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 278 7839055165348511 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +112 278 7839055165348511 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +112 278 7839055165348511 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +279 315 7839055167009722 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +279 315 7839055167009722 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +315 393 7839055168098513 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +315 393 7839055168098513 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +315 393 7839055168098513 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +315 393 7839055168098513 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +111 290 7839055933448969 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +111 290 7839055933448969 bootloader/bootloader.elf 24ea18b8b26a61ed +111 290 7839055933448969 bootloader/bootloader.bin 24ea18b8b26a61ed +111 290 7839055933448969 bootloader/bootloader.map 24ea18b8b26a61ed +111 290 7839055933448969 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +111 290 7839055933448969 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +111 290 7839055933448969 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +111 290 7839055933448969 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +290 326 7839055935223423 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +290 326 7839055935223423 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +326 409 7839055936358081 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +326 409 7839055936358081 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +326 409 7839055936358081 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +326 409 7839055936358081 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +110 315 7839056892402228 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +110 315 7839056892402228 bootloader/bootloader.elf 24ea18b8b26a61ed +110 315 7839056892402228 bootloader/bootloader.bin 24ea18b8b26a61ed +110 315 7839056892402228 bootloader/bootloader.map 24ea18b8b26a61ed +110 315 7839056892402228 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +110 315 7839056892402228 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +110 315 7839056892402228 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +110 315 7839056892402228 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +315 352 7839056894449007 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +315 352 7839056894449007 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +352 431 7839056895525134 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +352 431 7839056895525134 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +352 431 7839056895525134 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +352 431 7839056895525134 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +109 277 7839057489861632 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +109 277 7839057489861632 bootloader/bootloader.elf 24ea18b8b26a61ed +109 277 7839057489861632 bootloader/bootloader.bin 24ea18b8b26a61ed +109 277 7839057489861632 bootloader/bootloader.map 24ea18b8b26a61ed +109 277 7839057489861632 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +109 277 7839057489861632 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +109 277 7839057489861632 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +109 277 7839057489861632 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +278 314 7839057491547973 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +278 314 7839057491547973 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +314 392 7839057492624300 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +314 392 7839057492624300 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +314 392 7839057492624300 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +314 392 7839057492624300 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +101 748 7839057489785109 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj ae8cb43dac34ecb8 +749 832 7839057496260644 esp-idf/main/libmain.a 15ff3e56a89140f3 +833 7299 7839057561495185 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +833 7299 7839057561495185 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7300 7449 7839057561773218 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj d165bf69d002104 +7449 11475 7839057563228671 LED_shit.elf a92edf8999502dd0 +11476 11813 7839057606829237 .bin_timestamp db79d7fe71236df +11476 11813 7839057606829237 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +11813 11906 7839057606910222 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +11813 11906 7839057606910222 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +135 310 7839060693735844 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +135 310 7839060693735844 bootloader/bootloader.elf 24ea18b8b26a61ed +135 310 7839060693735844 bootloader/bootloader.bin 24ea18b8b26a61ed +135 310 7839060693735844 bootloader/bootloader.map 24ea18b8b26a61ed +135 310 7839060693735844 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +135 310 7839060693735844 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +135 310 7839060693735844 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +135 310 7839060693735844 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +311 351 7839060695493245 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +311 351 7839060695493245 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +351 430 7839060696631031 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +351 430 7839060696631031 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +351 430 7839060696631031 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +351 430 7839060696631031 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +109 277 7839061349955655 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +109 277 7839061349955655 bootloader/bootloader.elf 24ea18b8b26a61ed +109 277 7839061349955655 bootloader/bootloader.bin 24ea18b8b26a61ed +109 277 7839061349955655 bootloader/bootloader.map 24ea18b8b26a61ed +109 277 7839061349955655 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +109 277 7839061349955655 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +109 277 7839061349955655 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +109 277 7839061349955655 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +278 313 7839061351624501 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +278 313 7839061351624501 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +313 394 7839061352708098 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +313 394 7839061352708098 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +313 394 7839061352708098 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +313 394 7839061352708098 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +101 766 7839061349849470 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj ae8cb43dac34ecb8 +766 853 7839061356524609 esp-idf/main/libmain.a 15ff3e56a89140f3 +854 7390 7839061422424953 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +854 7390 7839061422424953 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7390 11553 7839061422758163 LED_shit.elf a92edf8999502dd0 +11553 11913 7839061467909881 .bin_timestamp db79d7fe71236df +11553 11913 7839061467909881 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +11913 12011 7839061467985546 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +11913 12011 7839061467985546 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +120 221 7839061795526615 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +120 221 7839061795526615 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +112 294 7839061795474318 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 294 7839061795474318 bootloader/bootloader.elf 24ea18b8b26a61ed +112 294 7839061795474318 bootloader/bootloader.bin 24ea18b8b26a61ed +112 294 7839061795474318 bootloader/bootloader.map 24ea18b8b26a61ed +112 294 7839061795474318 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 294 7839061795474318 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +112 294 7839061795474318 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +112 294 7839061795474318 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +295 329 7839061797290777 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +295 329 7839061797290777 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +330 407 7839061798361333 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +330 407 7839061798361333 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +330 407 7839061798361333 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +330 407 7839061798361333 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +123 296 7839065844144536 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +123 296 7839065844144536 bootloader/bootloader.elf 24ea18b8b26a61ed +123 296 7839065844144536 bootloader/bootloader.bin 24ea18b8b26a61ed +123 296 7839065844144536 bootloader/bootloader.map 24ea18b8b26a61ed +123 296 7839065844144536 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +123 296 7839065844144536 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +123 296 7839065844144536 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +123 296 7839065844144536 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +297 335 7839065845812460 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +297 335 7839065845812460 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +335 416 7839065847008737 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +335 416 7839065847008737 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +335 416 7839065847008737 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +335 416 7839065847008737 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +115 686 7839065844012241 esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj 38750689ed4146a4 +687 788 7839065849724481 esp-idf/main/libmain.a 15ff3e56a89140f3 +789 7398 7839065916605364 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +789 7398 7839065916605364 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7398 11490 7839065916821737 LED_shit.elf a92edf8999502dd0 +11490 11823 7839065961087383 .bin_timestamp db79d7fe71236df +11490 11823 7839065961087383 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +11824 11920 7839065961147956 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +11824 11920 7839065961147956 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +136 317 7839067251663342 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +136 317 7839067251663342 bootloader/bootloader.elf 24ea18b8b26a61ed +136 317 7839067251663342 bootloader/bootloader.bin 24ea18b8b26a61ed +136 317 7839067251663342 bootloader/bootloader.map 24ea18b8b26a61ed +136 317 7839067251663342 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +136 317 7839067251663342 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +136 317 7839067251663342 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +136 317 7839067251663342 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +318 353 7839067253446196 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +318 353 7839067253446196 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +353 436 7839067254600182 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +353 436 7839067254600182 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +353 436 7839067254600182 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +353 436 7839067254600182 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +129 746 7839067251550153 esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj 38750689ed4146a4 +120 854 7839067251503636 esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj ae8cb43dac34ecb8 +855 944 7839067258848863 esp-idf/main/libmain.a 15ff3e56a89140f3 +944 7405 7839067324063747 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +944 7405 7839067324063747 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7406 11545 7839067324348221 LED_shit.elf a92edf8999502dd0 +11546 11882 7839067369036185 .bin_timestamp db79d7fe71236df +11546 11882 7839067369036185 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +11882 11977 7839067369126159 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +11882 11977 7839067369126159 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +120 222 7839067480208788 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +120 222 7839067480208788 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +112 286 7839067480125904 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 286 7839067480125904 bootloader/bootloader.elf 24ea18b8b26a61ed +112 286 7839067480125904 bootloader/bootloader.bin 24ea18b8b26a61ed +112 286 7839067480125904 bootloader/bootloader.map 24ea18b8b26a61ed +112 286 7839067480125904 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +112 286 7839067480125904 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +112 286 7839067480125904 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +112 286 7839067480125904 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +287 323 7839067481870557 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +287 323 7839067481870557 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +323 401 7839067482955819 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +323 401 7839067482955819 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +323 401 7839067482955819 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +323 401 7839067482955819 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +111 283 7839070500554794 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +111 283 7839070500554794 bootloader/bootloader.elf 24ea18b8b26a61ed +111 283 7839070500554794 bootloader/bootloader.bin 24ea18b8b26a61ed +111 283 7839070500554794 bootloader/bootloader.map 24ea18b8b26a61ed +111 283 7839070500554794 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +111 283 7839070500554794 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +111 283 7839070500554794 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +111 283 7839070500554794 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +283 322 7839070502209413 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +283 322 7839070502209413 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +322 406 7839070503481355 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +322 406 7839070503481355 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +322 406 7839070503481355 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +322 406 7839070503481355 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +103 628 7839070500510422 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj 477c936c7afa67fc +629 723 7839070505727457 esp-idf/main/libmain.a 15ff3e56a89140f3 +724 7341 7839070572594173 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +724 7341 7839070572594173 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7341 11430 7839070572889158 LED_shit.elf a92edf8999502dd0 +11430 11774 7839070617158926 .bin_timestamp db79d7fe71236df +11430 11774 7839070617158926 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +11775 11869 7839070617226026 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +11775 11869 7839070617226026 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +132 307 7839087267794718 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +132 307 7839087267794718 bootloader/bootloader.elf 24ea18b8b26a61ed +132 307 7839087267794718 bootloader/bootloader.bin 24ea18b8b26a61ed +132 307 7839087267794718 bootloader/bootloader.map 24ea18b8b26a61ed +132 307 7839087267794718 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +132 307 7839087267794718 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +132 307 7839087267794718 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +132 307 7839087267794718 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +308 347 7839087269559061 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +308 347 7839087269559061 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +347 431 7839087270723987 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +347 431 7839087270723987 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +347 431 7839087270723987 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +347 431 7839087270723987 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +110 279 7839087986683952 bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +110 279 7839087986683952 bootloader/bootloader.elf 24ea18b8b26a61ed +110 279 7839087986683952 bootloader/bootloader.bin 24ea18b8b26a61ed +110 279 7839087986683952 bootloader/bootloader.map 24ea18b8b26a61ed +110 279 7839087986683952 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 24ea18b8b26a61ed +110 279 7839087986683952 C:/LED_shit/build/bootloader/bootloader.elf 24ea18b8b26a61ed +110 279 7839087986683952 C:/LED_shit/build/bootloader/bootloader.bin 24ea18b8b26a61ed +110 279 7839087986683952 C:/LED_shit/build/bootloader/bootloader.map 24ea18b8b26a61ed +280 318 7839087988382356 bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +280 318 7839087988382356 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install 230ec0388948bd6d +318 401 7839087989540891 CMakeFiles/bootloader-complete 3d17cea5d9978f44 +318 401 7839087989540891 bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +318 401 7839087989540891 C:/LED_shit/build/CMakeFiles/bootloader-complete 3d17cea5d9978f44 +318 401 7839087989540891 C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 3d17cea5d9978f44 +101 613 7839087986603889 esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj 477c936c7afa67fc +613 706 7839087991715713 esp-idf/main/libmain.a 15ff3e56a89140f3 +706 7438 7839088059646747 esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +706 7438 7839088059646747 C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld e9ce06183c2e85eb +7438 11723 7839088059962023 LED_shit.elf a92edf8999502dd0 +11723 12080 7839088106323131 .bin_timestamp db79d7fe71236df +11723 12080 7839088106323131 C:/LED_shit/build/.bin_timestamp db79d7fe71236df +12080 12179 7839088106393187 esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 +12080 12179 7839088106393187 C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size 52f7455a96886cf2 diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt new file mode 100644 index 0000000..6e5dc5b --- /dev/null +++ b/build/CMakeCache.txt @@ -0,0 +1,633 @@ +# This is the CMakeCache file. +# For build in directory: c:/LED_shit/build +# It was generated by CMake: C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//No help, variable specified on the command line. +CCACHE_ENABLE:UNINITIALIZED=1 + +//Path to a program. +CCACHE_FOUND:FILEPATH=C:/Users/carec/.espressif/tools/ccache/4.10.2/ccache-4.10.2-windows-x86_64/ccache.exe + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//ASM Compiler Base Flags +CMAKE_ASM_FLAGS:STRING='-mlongcalls ' + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C++ Compiler Base Flags +CMAKE_CXX_FLAGS:STRING='-mlongcalls -Wno-frame-address ' + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C Compiler Base Flags +CMAKE_C_FLAGS:STRING='-mlongcalls -Wno-frame-address ' + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=C:/msys64/mingw64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/LED_shit/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/LED_shit + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=LED_shit + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=3.6.2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=6 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip.exe + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Disable package configuration, target export and installation +DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON + +//Build Mbed TLS programs. +ENABLE_PROGRAMS:BOOL= + +//Build Mbed TLS tests. +ENABLE_TESTING:BOOL= + +//No help, variable specified on the command line. +ESP_PLATFORM:UNINITIALIZED=1 + +//Generate the auto-generated files as needed +GEN_FILES:BOOL= + +//Git command line client +GIT_EXECUTABLE:FILEPATH=C:/Users/carec/.espressif/tools/idf-git/2.39.2/cmd/git.exe + +//IDF Build Target +IDF_TARGET:STRING=esp32 + +//IDF Build Toolchain Type +IDF_TOOLCHAIN:STRING=gcc + +//Install Mbed TLS headers. +INSTALL_MBEDTLS_HEADERS:BOOL=ON + +//Value Computed by CMake +LED_shit_BINARY_DIR:STATIC=C:/LED_shit/build + +//Value Computed by CMake +LED_shit_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +LED_shit_SOURCE_DIR:STATIC=C:/LED_shit + +//Explicitly link Mbed TLS library to pthread. +LINK_WITH_PTHREAD:BOOL=OFF + +//Explicitly link Mbed TLS library to trusted_storage. +LINK_WITH_TRUSTED_STORAGE:BOOL=OFF + +//Mbed TLS config file (overrides default). +MBEDTLS_CONFIG_FILE:FILEPATH= + +//Compiler warnings treated as errors +MBEDTLS_FATAL_WARNINGS:BOOL=ON + +//Mbed TLS user config file (appended to default). +MBEDTLS_USER_CONFIG_FILE:FILEPATH= + +//Value Computed by CMake +Mbed TLS_BINARY_DIR:STATIC=C:/LED_shit/build/esp-idf/mbedtls/mbedtls + +//Value Computed by CMake +Mbed TLS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Mbed TLS_SOURCE_DIR:STATIC=C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe + +//No help, variable specified on the command line. +PYTHON_DEPS_CHECKED:UNINITIALIZED=1 + +//No help, variable specified on the command line. +SDKCONFIG:UNINITIALIZED=c:\LED_shit\sdkconfig + +//Allow unsafe builds. These builds ARE NOT SECURE. +UNSAFE_BUILD:BOOL=OFF + +//Build Mbed TLS shared library. +USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF + +//Build Mbed TLS static library. +USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON + +//Value Computed by CMake +esp-idf_BINARY_DIR:STATIC=C:/LED_shit/build/esp-idf + +//Value Computed by CMake +esp-idf_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +esp-idf_SOURCE_DIR:STATIC=C:/Users/carec/esp/v5.1.6/esp-idf + +//Dependencies for the target +everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa; + +//Dependencies for the target +mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;everest;general;p256m; + +//Dependencies for the target +mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedx509; + +//Dependencies for the target +mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedcrypto; + +//Dependencies for the target +p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa; + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=c:/LED_shit/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake-gui.exe +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL= +//Have library pthreads +CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= +//Have library pthread +CMAKE_HAVE_PTHREAD_CREATE:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/LED_shit +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=87 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1 +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Users/carec/.espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()] +//Details about finding Python3 +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_TIME_T_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +THREADS_HAVE_PTHREAD_ARG:INTERNAL=FALSE +//CHECK_TYPE_SIZE: sizeof(time_t) +TIME_T_SIZE:INTERNAL=8 +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/LED_shit +//Compiler reason failure +_Python3_Compiler_REASON_FAILURE:INTERNAL= +//Development reason failure +_Python3_Development_REASON_FAILURE:INTERNAL= +_Python3_EXECUTABLE:INTERNAL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe +//Python3 Properties +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;64;;;abi3;C:\Users\carec\.espressif\tools\idf-python\3.11.2\Lib;C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Lib;C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Lib\site-packages;C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Lib\site-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=4a01b8e5e8f7cac1ba77fe75d13d9263 +//NumPy reason failure +_Python3_NumPy_REASON_FAILURE:INTERNAL= + diff --git a/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake b/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake new file mode 100644 index 0000000..3c7ca36 --- /dev/null +++ b/build/CMakeFiles/3.30.2/CMakeASMCompiler.cmake @@ -0,0 +1,28 @@ +set(CMAKE_ASM_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_ASM_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake b/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..cefae5f --- /dev/null +++ b/build/CMakeFiles/3.30.2/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_C_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake b/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..5dc2636 --- /dev/null +++ b/build/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake @@ -0,0 +1,101 @@ +set(CMAKE_CXX_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "23") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_CXX_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin b/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000..c0f3f07 Binary files /dev/null and b/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin b/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000..2ded2cd Binary files /dev/null and b/build/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/CMakeFiles/3.30.2/CMakeSystem.cmake b/build/CMakeFiles/3.30.2/CMakeSystem.cmake new file mode 100644 index 0000000..f43db69 --- /dev/null +++ b/build/CMakeFiles/3.30.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.26200") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.26200") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + +include("C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c b/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..8d8bb03 --- /dev/null +++ b/build/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/CMakeFiles/3.30.2/CompilerIdC/a.out b/build/CMakeFiles/3.30.2/CompilerIdC/a.out new file mode 100644 index 0000000..57e527b Binary files /dev/null and b/build/CMakeFiles/3.30.2/CompilerIdC/a.out differ diff --git a/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..da6c824 --- /dev/null +++ b/build/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out b/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out new file mode 100644 index 0000000..d75f217 Binary files /dev/null and b/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out differ diff --git a/build/CMakeFiles/CMakeConfigureLog.yaml b/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..88a8fb1 --- /dev/null +++ b/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,789 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + The target system is: Generic - - + The host system is: Windows - 10.0.26200 - AMD64 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe + Build flags: -mlongcalls;-Wno-frame-address + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + C:/LED_shit/build/CMakeFiles/3.30.2/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe + Build flags: -mlongcalls;-Wno-frame-address + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + C:/LED_shit/build/CMakeFiles/3.30.2/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + xtensa-esp32-elf-gcc.exe (crosstool-NG esp-12.2.0_20230208) 12.2.0 + Copyright (C) 2022 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-bp3zu7" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-bp3zu7" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-bp3zu7' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_ce9bd + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ce9bd.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cceD0Z3L.s + GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" + #include "..." search starts here: + #include <...> search starts here: + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include + End of search list. + GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cceD0Z3L.s + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.'\x0d + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -o cmTC_ce9bd && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe + COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ce9bd' '-dumpdir' 'cmTC_ce9bd.' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccCVIgxT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ce9bd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ce9bd' '-dumpdir' 'cmTC_ce9bd.'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + end of search list found + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + implicit include dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-bp3zu7'] + ignore line: [] + ignore line: [Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_ce9bd] + ignore line: [[1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ce9bd.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cceD0Z3L.s] + ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cceD0Z3L.s] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/\x0d] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.'\x0d] + ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -o cmTC_ce9bd && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ce9bd' '-dumpdir' 'cmTC_ce9bd.'] + link line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccCVIgxT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ce9bd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore + arg [-plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccCVIgxT.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ce9bd] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] + arg [CMakeFiles/cmTC_ce9bd.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ce9bd' '-dumpdir' 'cmTC_ce9bd.'\x0d] + ignore line: [] + ignore line: [] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit libs: [gcc;c;nosys;c;gcc] + implicit objs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + implicit dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-rdosfn" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-rdosfn" + cmakeVariables: + CMAKE_CXX_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-rdosfn' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_ec397 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ec397.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cc6G4Nre.s + GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" + #include "..." search starts here: + #include <...> search starts here: + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0 + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include + End of search list. + GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410 + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cc6G4Nre.s + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.'\x0d + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_ec397 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe + COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ec397' '-dumpdir' 'cmTC_ec397.' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccJo7sLa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ec397 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ec397' '-dumpdir' 'cmTC_ec397.'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + end of search list found + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + implicit include dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-rdosfn'] + ignore line: [] + ignore line: [Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_ec397] + ignore line: [[1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ec397.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cc6G4Nre.s] + ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cc6G4Nre.s] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.'\x0d] + ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_ec397 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ec397' '-dumpdir' 'cmTC_ec397.'] + link line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccJo7sLa.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_ec397 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore + arg [-plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccJo7sLa.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ec397] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] + arg [CMakeFiles/cmTC_ec397.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_ec397' '-dumpdir' 'cmTC_ec397.'\x0d] + ignore line: [] + ignore line: [] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc] + implicit objs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + implicit dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:251 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for sys/types.h" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-milyol" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-milyol" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-milyol' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_e5f29 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_e5f29.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-milyol/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_e5f29.dir/CheckIncludeFile.c.obj -o cmTC_e5f29 && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:252 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for stdint.h" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-ns9af6" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-ns9af6" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-ns9af6' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_6cff2 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_6cff2.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-ns9af6/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_6cff2.dir/CheckIncludeFile.c.obj -o cmTC_6cff2 && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:253 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for stddef.h" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-hxcpxt" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-hxcpxt" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-hxcpxt' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_a62d4 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_a62d4.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-hxcpxt/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_a62d4.dir/CheckIncludeFile.c.obj -o cmTC_a62d4 && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:147 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Check size of time_t" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-puy05g" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-puy05g" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_TIME_T_SIZE" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-puy05g' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_059ae + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_059ae.dir/TIME_T_SIZE.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-puy05g/TIME_T_SIZE.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_059ae.dir/TIME_T_SIZE.c.obj -o cmTC_059ae && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-a6z30e" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-a6z30e" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-a6z30e' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_74445 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCMAKE_HAVE_LIBC_PTHREAD -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_74445.dir/src.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-a6z30e/src.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_74445.dir/src.c.obj -o cmTC_74445 && cd ." + FAILED: cmTC_74445 + C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_74445.dir/src.c.obj -o cmTC_74445 && cd ." + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0x10): warning: pthread_join is not implemented and will always fail + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0x18): warning: pthread_exit is not implemented and will always fail + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0x8): warning: pthread_detach is not implemented and will always fail + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0x4): warning: pthread_create is not implemented and will always fail + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0xc): warning: pthread_cancel is not implemented and will always fail + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj:(.literal+0x4): undefined reference to `pthread_atfork' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_74445.dir/src.c.obj: in function `main':\x0d + src.c:(.text+0x3f): undefined reference to `pthread_atfork'\x0d + collect2.exe: error: ld returned 1 exit status + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:136 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:169 (_threads_check_flag_pthread)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Check if compiler accepts -pthread" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-1637v1" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-1637v1" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "THREADS_HAVE_PTHREAD_ARG" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-1637v1' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_7c43f + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_7c43f.dir/CheckForPthreads.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-1637v1/CheckForPthreads.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_7c43f.dir/CheckForPthreads.c.obj -o cmTC_7c43f -pthread && cd ." + FAILED: cmTC_7c43f + C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_7c43f.dir/CheckForPthreads.c.obj -o cmTC_7c43f -pthread && cd ." + xtensa-esp32-elf-gcc.exe: error: unrecognized command-line option '-pthread' + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:112 (CHECK_LIBRARY_EXISTS)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:175 (_threads_check_lib)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Looking for pthread_create in pthreads" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-5q7evs" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-5q7evs" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_HAVE_PTHREADS_CREATE" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-5q7evs' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_cd910 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_cd910.dir/CheckFunctionExists.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-5q7evs/CheckFunctionExists.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_cd910.dir/CheckFunctionExists.c.obj -o cmTC_cd910 -lpthreads && cd ." + FAILED: cmTC_cd910 + C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_cd910.dir/CheckFunctionExists.c.obj -o cmTC_cd910 -lpthreads && cd ." + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find -lpthreads: No such file or directory\x0d + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_cd910.dir/CheckFunctionExists.c.obj:(.literal+0x0): warning: pthread_create is not implemented and will always fail\x0d + collect2.exe: error: ld returned 1 exit status + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake:69 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:112 (CHECK_LIBRARY_EXISTS)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake:176 (_threads_check_lib)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Looking for pthread_create in pthread" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-3fyq15" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-3fyq15" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_HAVE_PTHREAD_CREATE" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-3fyq15' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_9d557 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_9d557.dir/CheckFunctionExists.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-3fyq15/CheckFunctionExists.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_9d557.dir/CheckFunctionExists.c.obj -o cmTC_9d557 -lpthread && cd ." + FAILED: cmTC_9d557 + C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_9d557.dir/CheckFunctionExists.c.obj -o cmTC_9d557 -lpthread && cd ." + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find -lpthread: No such file or directory\x0d + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ld.exe: CMakeFiles/cmTC_9d557.dir/CheckFunctionExists.c.obj:(.literal+0x0): warning: pthread_create is not implemented and will always fail\x0d + collect2.exe: error: ld returned 1 exit status + ninja: build stopped: subcommand failed. + + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)" + checks: + - "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + directories: + source: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-te2q76" + binary: "C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-te2q76" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-te2q76' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_3bdaa + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_3bdaa.dir/src.c.obj -c C:/LED_shit/build/CMakeFiles/CMakeScratch/TryCompile-te2q76/src.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow CMakeFiles/cmTC_3bdaa.dir/src.c.obj -o cmTC_3bdaa && cd ." + + exitCode: 0 +... diff --git a/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin b/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin new file mode 100644 index 0000000..153d853 Binary files /dev/null and b/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin differ diff --git a/build/CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj b/build/CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj new file mode 100644 index 0000000..035cc37 Binary files /dev/null and b/build/CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj differ diff --git a/build/CMakeFiles/TargetDirectories.txt b/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..7e5851b --- /dev/null +++ b/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,629 @@ +C:/LED_shit/build/CMakeFiles/menuconfig.dir +C:/LED_shit/build/CMakeFiles/confserver.dir +C:/LED_shit/build/CMakeFiles/save-defconfig.dir +C:/LED_shit/build/CMakeFiles/bootloader.dir +C:/LED_shit/build/CMakeFiles/gen_project_binary.dir +C:/LED_shit/build/CMakeFiles/app.dir +C:/LED_shit/build/CMakeFiles/erase_flash.dir +C:/LED_shit/build/CMakeFiles/monitor.dir +C:/LED_shit/build/CMakeFiles/flash.dir +C:/LED_shit/build/CMakeFiles/encrypted-flash.dir +C:/LED_shit/build/CMakeFiles/_project_elf_src.dir +C:/LED_shit/build/CMakeFiles/LED_shit.elf.dir +C:/LED_shit/build/CMakeFiles/size.dir +C:/LED_shit/build/CMakeFiles/size-files.dir +C:/LED_shit/build/CMakeFiles/size-components.dir +C:/LED_shit/build/CMakeFiles/uf2-app.dir +C:/LED_shit/build/CMakeFiles/uf2.dir +C:/LED_shit/build/CMakeFiles/edit_cache.dir +C:/LED_shit/build/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/CMakeFiles/list_install_components.dir +C:/LED_shit/build/CMakeFiles/install.dir +C:/LED_shit/build/CMakeFiles/install/local.dir +C:/LED_shit/build/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/xtensa/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/efuse/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/driver/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/app_update/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/pthread/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/memory_ld.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/hal/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/__idf_log.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/log/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/heap/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/soc/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/freertos/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/newlib/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/cxx/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/vfs/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/lwip/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/bt/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/unity/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/cmock/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/__idf_console.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/console/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/__idf_json.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/json/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/openthread/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/perfmon/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/ulp/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/usb/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/__idf_main.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/edit_cache.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/list_install_components.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/install.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/install/local.dir +C:/LED_shit/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/build/CMakeFiles/bootloader-complete b/build/CMakeFiles/bootloader-complete new file mode 100644 index 0000000..e69de29 diff --git a/build/CMakeFiles/bootloader.dir/Labels.json b/build/CMakeFiles/bootloader.dir/Labels.json new file mode 100644 index 0000000..e5479d0 --- /dev/null +++ b/build/CMakeFiles/bootloader.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "C:/LED_shit/build/CMakeFiles/bootloader" + }, + { + "file" : "C:/LED_shit/build/CMakeFiles/bootloader.rule" + }, + { + "file" : "C:/LED_shit/build/CMakeFiles/bootloader-complete.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + }, + { + "file" : "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + } + ], + "target" : + { + "labels" : + [ + "bootloader" + ], + "name" : "bootloader" + } +} \ No newline at end of file diff --git a/build/CMakeFiles/bootloader.dir/Labels.txt b/build/CMakeFiles/bootloader.dir/Labels.txt new file mode 100644 index 0000000..ae898ae --- /dev/null +++ b/build/CMakeFiles/bootloader.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + bootloader +# Source files and their labels +C:/LED_shit/build/CMakeFiles/bootloader +C:/LED_shit/build/CMakeFiles/bootloader.rule +C:/LED_shit/build/CMakeFiles/bootloader-complete.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/build/CMakeFiles/clean_additional.cmake b/build/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..1574a95 --- /dev/null +++ b/build/CMakeFiles/clean_additional.cmake @@ -0,0 +1,24 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "LED_shit.bin" + "LED_shit.map" + "bootloader\\bootloader.bin" + "bootloader\\bootloader.elf" + "bootloader\\bootloader.map" + "config\\sdkconfig.cmake" + "config\\sdkconfig.h" + "esp-idf\\esptool_py\\flasher_args.json.in" + "esp-idf\\mbedtls\\x509_crt_bundle" + "flash_app_args" + "flash_bootloader_args" + "flash_project_args" + "flasher_args.json" + "ldgen_libraries" + "ldgen_libraries.in" + "project_elf_src_esp32.c" + "x509_crt_bundle.S" + ) +endif() diff --git a/build/CMakeFiles/cmake.check_cache b/build/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/CMakeFiles/git-data/HEAD b/build/CMakeFiles/git-data/HEAD new file mode 100644 index 0000000..3458893 --- /dev/null +++ b/build/CMakeFiles/git-data/HEAD @@ -0,0 +1 @@ +7452b1cb1d22cd1b439a6a922548efacea98ee72 diff --git a/build/CMakeFiles/git-data/grabRef.cmake b/build/CMakeFiles/git-data/grabRef.cmake new file mode 100644 index 0000000..b0d34a9 --- /dev/null +++ b/build/CMakeFiles/git-data/grabRef.cmake @@ -0,0 +1,50 @@ +# +# Internal file for GetGitRevisionDescription.cmake +# +# Requires CMake 2.6 or newer (uses the 'function' command) +# +# Original Author: +# 2009-2010 Ryan Pavlik +# http://academic.cleardefinition.com +# Iowa State University HCI Graduate Program/VRAC +# +# Copyright Iowa State University 2009-2010. +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +set(HEAD_HASH) + +file(READ "C:/LED_shit/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) + +string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) +set(GIT_DIR "C:/Users/carec/esp/v5.1.6/esp-idf/.git") +# handle git-worktree +if(EXISTS "${GIT_DIR}/commondir") + file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) + string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW) + if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}") + get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE) + endif() + if(EXISTS "${GIT_DIR_NEW}") + set(GIT_DIR "${GIT_DIR_NEW}") + endif() +endif() +if(HEAD_CONTENTS MATCHES "ref") + # named branch + string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") + if(EXISTS "${GIT_DIR}/${HEAD_REF}") + configure_file("${GIT_DIR}/${HEAD_REF}" "C:/LED_shit/build/CMakeFiles/git-data/head-ref" COPYONLY) + elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/LED_shit/build/CMakeFiles/git-data/head-ref" COPYONLY) + set(HEAD_HASH "${HEAD_REF}") + endif() +else() + # detached HEAD + configure_file("${GIT_DIR}/HEAD" "C:/LED_shit/build/CMakeFiles/git-data/head-ref" COPYONLY) +endif() + +if(NOT HEAD_HASH) + file(READ "C:/LED_shit/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + string(STRIP "${HEAD_HASH}" HEAD_HASH) +endif() diff --git a/build/CMakeFiles/git-data/head-ref b/build/CMakeFiles/git-data/head-ref new file mode 100644 index 0000000..3458893 --- /dev/null +++ b/build/CMakeFiles/git-data/head-ref @@ -0,0 +1 @@ +7452b1cb1d22cd1b439a6a922548efacea98ee72 diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja new file mode 100644 index 0000000..8066350 --- /dev/null +++ b/build/CMakeFiles/rules.ninja @@ -0,0 +1,1411 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: LED_shit +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__LED_shit.2eelf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__LED_shit.2eelf_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $FLAGS $LINK_FLAGS @$RSP_FILE -o $TARGET_FILE && $POST_BUILD" + description = Linking CXX executable $TARGET_FILE + rspfile = $RSP_FILE + rspfile_content = $in $LINK_PATH $LINK_LIBRARIES + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_xtensa_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_xtensa_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_xtensa_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_ringbuf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_efuse_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_driver_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_driver_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_pm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__everest_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__everest_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__p256m_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__p256m_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedcrypto_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking CXX static library $TARGET_FILE + rspfile = $RSP_FILE + rspfile_content = $in $LINK_PATH $LINK_LIBRARIES + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedx509_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedx509_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__mbedtls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__mbedtls_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_app_format_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_partition_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_update_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_app_update_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_mm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spi_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_pthread_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_pthread_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_system_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_system_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_hal_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_hal_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_log_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_log_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_heap_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_heap_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_soc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_soc_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hw_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_freertos_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_freertos_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_freertos_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_newlib_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_newlib_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_cxx_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cxx_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_common_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_timer_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_trace_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_event_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_event_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_nvs_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_phy_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_vfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_vfs_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_lwip_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_lwip_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_netif_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wpa_supplicant_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + rspfile = $RSP_FILE + rspfile_content = $in $LINK_PATH $LINK_LIBRARIES + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_coex_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_wifi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_unity_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_unity_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_cmock_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cmock_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_console_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_http_parser_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp-tls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_adc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_eth_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_gdbstub_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_gdbstub_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hid_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_tcp_transport_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_client_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_ota_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_lcd_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protobuf-c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protocomm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_local_ctrl_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_espcoredump_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_wear_levelling_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_sdmmc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_fatfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_json_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_json_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mqtt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_perfmon_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_perfmon_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spiffs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wifi_provisioning_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_main_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ccache ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_main_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = C:\Users\carec\.espressif\tools\ninja\1.12.1\ninja.exe $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = C:\Users\carec\.espressif\tools\ninja\1.12.1\ninja.exe -t targets + description = All primary targets available: + diff --git a/build/LED_shit.bin b/build/LED_shit.bin new file mode 100644 index 0000000..964caab Binary files /dev/null and b/build/LED_shit.bin differ diff --git a/build/LED_shit.elf b/build/LED_shit.elf new file mode 100644 index 0000000..72adff7 Binary files /dev/null and b/build/LED_shit.elf differ diff --git a/build/LED_shit.map b/build/LED_shit.map new file mode 100644 index 0000000..40096ca --- /dev/null +++ b/build/LED_shit.map @@ -0,0 +1,101077 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + (esp_app_desc) +esp-idf/pthread/libpthread.a(pthread.c.obj) + (pthread_include_pthread_impl) +esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + (pthread_include_pthread_cond_var_impl) +esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (pthread_key_create) +esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + (pthread_include_pthread_rwlock_impl) +esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + (pthread_include_pthread_semaphore_impl) +esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + (__ubsan_include) +esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + (call_start_cpu0) +esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (esp_system_abort) +esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + (ld_include_highint_hdl) +esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rtc_init) +esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_cache_err_int_init) +esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_ipc_isr_stall_other_cpu) +esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (esp_ipc_isr_handler) +esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) (esp_ipc_isr_waiting_for_finish_cmd) +esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (int_wdt_cpu1_ticked) +esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (panic_abort) +esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_restart) +esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (g_startup_fn) +esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (panicHandler) +esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_brownout_init) +esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (esp_restart_noos) +esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (panic_print_registers) +esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) (esp_backtrace_print_from_frame) +esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) (esp_backtrace_get_start) +esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) (esp_register_freertos_tick_hook_for_cpu) +esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_rom_uart_tx_wait_idle) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (efuse_hal_chip_revision) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) +esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) (wdt_hal_init) +esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (cache_hal_init) +esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (uart_hal_write_txfifo) +esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (brownout_hal_config) +esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_log_default_level) +esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) (esp_log_impl_lock) +esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) (heap_caps_get_free_size) +esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (registered_heaps) +esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (multi_heap_get_allocated_size) +esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) (tlsf_check) +esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_get_available_memory_region_max_count) +esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) (soc_memory_region_count) +esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) (heap_caps_free) +esp-idf/soc/libsoc.a(dport_access.c.obj) + (esp_dport_access_reg_read) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) (esp_cpu_stall) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_clk_cpu_freq) +esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) (esp_intr_enable_source) +esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (periph_module_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (rtc_isr_register) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_deep_sleep_wakeup_io_reset) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_32k_enable) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_init) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (rtc_clk_cal) +esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_chip_info) +esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) (sar_periph_ctrl_init) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_cpu_intr_get_desc) +esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (regi2c_ctrl_read_reg_mask) +esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (xQueueGetMutexHolder) +esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (xTaskCreatePinnedToCore) +esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (xPortStartScheduler) +esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_startup_start_app) +esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + (uxTopUsedPriority) +esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (vApplicationGetIdleTaskMemory) +esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_frxt_dispatch) +esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (vPortSetupTimer) +esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) (_xt_context_save) +esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (_xt_tick_divisor) +esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) (_xt_user_exit) +esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) (pvPortMalloc) +esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) (vListInitialise) +esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (abort) +esp-idf/newlib/libnewlib.a(assert.c.obj) + (__assert_func) +esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) (malloc) +esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) (_lock_init_recursive) +esp-idf/newlib/libnewlib.a(pthread.c.obj) + (newlib_include_pthread_impl) +esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_reent_init) +esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_newlib_init) +esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_kill_r) +esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (_gettimeofday_r) +esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) (esp_time_impl_get_time_since_boot) +esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + (__cxa_guard_dummy) +esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_timer_early_init) +esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_init_system_time) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_get_min_period_us) +esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (esp_timer_impl_get_time) +esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + (include_esp_phy_override) +esp-idf/vfs/libvfs.a(vfs.c.obj) + (vfs_include_syscalls_impl) +esp-idf/vfs/libvfs.a(vfs_console.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (esp_vfs_console_register) +esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) (esp_vfs_uart_get_vfs) +esp-idf/main/libmain.a(main.c.obj) + (app_main) +esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) (wifi_config_portal_init) +esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(main.c.obj) (mqtt_handler_start) +esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (mqtt_comandos_handle) +esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(main.c.obj) (eeprom_virtual_init) +esp-idf/main/libmain.a(dns_server.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (start_dns_server) +esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (led_set) +esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) (rmt_new_led_strip_encoder) +esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (cJSON_Delete) +esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (esp_mqtt_client_start) +esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (mqtt_get_total_length) +esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (outbox_init) +esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (platform_create_id_string) +esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/main/libmain.a(main.c.obj) (esp_spiffs_info) +esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (spiffs_api_read) +esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (SPIFFS_mounted) +esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) (spiffs_obj_lu_find_entry_visitor) +esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) (spiffs_phys_rd) +esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) (spiffs_lookup_consistency_check) +esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) (spiffs_gc_quick) +esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (xt_int_has_handler) +esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (_xt_interrupt_table) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_efuse_check_errors) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_fill_buff) +esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_get_coding_scheme) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) (ESP_EFUSE_RD_DIS_BLOCK3) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (range_read_addr_blocks) +esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (gpio_sleep_set_direction) +esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (rtc_gpio_is_valid_gpio) +esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) (rmt_enable) +esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) (rmt_del_encoder) +esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) (rmt_new_tx_channel) +esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) (uart_set_word_length) +esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) (esp_pm_lock_delete) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) (bootloader_flash_reset_chip) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (bootloader_common_get_chip_ver_pkg) +esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_encryption_enabled) +esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (esp_partition_find_first) +esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) (esp_partition_write) +esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (esp_ota_get_running_partition) +esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (esp_mmu_map_init) +esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (g_mmu_mem_regions) +esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (cache_sync) +esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (spi_flash_needs_reset_check) +esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (spi_flash_disable_interrupts_caches_and_other_cpu) +esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (spi_flash_mmap) +esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) (spi_flash_init_chip_state) +esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_flash_erase_region) +esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) (esp_flash_default_chip) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_init_os_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (esp_flash_noos_functions) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) (esp_flash_registered_chips) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_generic) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_issi) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_mxic) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) (esp_flash_chip_gd) +esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) (spi_flash_chip_winbond_page_program) +esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (memspi_host_init_pointers) +esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (_esp_error_check_failed) +esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) (esp_crosscore_int_init) +esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (esp_ipc_call_blocking) +esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) (task_wdt_timeout_abort_xtensa) +esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) (esp_task_wdt_impl_timer_allocate) +esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) (_xt_panic) +esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_rom_set_cpu_ticks_per_us) +esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_rom_spiflash_wait_idle) +esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (esp_rom_gpio_connect_out_signal) +esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) (mmu_hal_paddr_to_vaddr) +esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) (rtcio_hal_set_direction) +esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (gpio_hal_intr_enable_on_core) +esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_hal_set_sclk) +esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_init) +esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) (spi_flash_hal_poll_cmd_done) +esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) (spi_flash_encryption_hal_enable) +esp-idf/hal/libhal.a(rmt_hal.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) (rmt_hal_init) +esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) (GPIO_HOLD_MASK) +esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (uart_periph_signal) +esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_periph_signal) +esp-idf/soc/libsoc.a(rmt_periph.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) (rmt_periph_signals) +esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) (rtc_io_desc) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) (esp_ptr_byte_accessible) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) +esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) (esp_random) +esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (esp_read_mac) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) (esp_gpio_reserve_pins) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) (esp_clk_tree_src_get_freq_hz) +esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) (esp_clk_tree_rc_fast_d256_get_freq_hz) +esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (xEventGroupCreate) +esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) (__atomic_fetch_add_8) +esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/main/libmain.a(main.c.obj) (esp_err_to_name) +esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (esp_event_handler_register) +esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_event_loop_create) +esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(main.c.obj) (nvs_flash_init) +esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Storage::isValid() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSHandleSimple::get_partition_name() const) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartition::NVSPartition(esp_partition_t const*)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::NVSPartitionManager::get_instance()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) (nvs::Lock::Lock()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::HashList::~HashList()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::Page::markFull()) +esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (nvs::PageManager::fillStats(nvs_stats_t&)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) (nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**)) +esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (nvs::Item::calculateCrc32() const) +esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/main/libmain.a(main.c.obj) (esp_sntp_setoperatingmode) +esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) (lwip_bind) +esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) (tcpip_callback) +esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) (sntp_init) +esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (lwip_htons) +esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) (dns_gethostbyname) +esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) (lwip_init) +esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) (ipaddr_aton) +esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (mem_init) +esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (memp_init) +esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netif_get_by_index) +esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (pbuf_free) +esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (raw_bind_netif) +esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (tcp_init) +esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_input_pcb) +esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (tcp_split_unsent_seg) +esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) (sys_timeout) +esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (udp_init) +esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (dhcp_network_changed) +esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (etharp_cleanup_netif) +esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp_dest_unreach) +esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) (igmp_init) +esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip4_route_src) +esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip4_addr_isbroadcast_u32) +esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) (ip4_frag) +esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) (icmp6_dest_unreach) +esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_route) +esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (ip6addr_aton) +esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) (ip6_frag) +esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) (mld6_stop) +esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) (nd6_input) +esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) (ethbroadcast) +esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) (lwip_hook_tcp_isn) +esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) (lwip_hook_ip6_input) +esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (lwip_setsockopt_impl_ext) +esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (sys_sem_signal) +esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) (esp_vfs_lwip_sockets_register) +esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netconn_new_with_proto_and_callback) +esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) (lwip_netconn_is_deallocated_msg) +esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (err_to_errno) +esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) (netbuf_delete) +esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) (ip6_chksum_pseudo) +esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (IP_EVENT) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (esp_netif_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (g_wifi_default_wpa_crypto_funcs) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha256_prf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha1_prf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (sha256_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (rc4_skip) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_wrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_unwrap) +esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (os_get_random) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (ccmp_decrypt) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) (aes_gmac) +esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (bin_clear_free) +esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (fastpbkdf2_hmac_sha1) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) (aes_ccm_ae) +esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (esp_wifi_init) +esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (esp_netif_create_default_wifi_ap) +esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_wifi_destroy_if_driver) +esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (g_wifi_osi_funcs) +esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (http_parser_url_init) +esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_tls_get_and_clear_last_error) +esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (esp_tls_internal_event_tracker_capture) +esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (esp_tls_get_platform_time) +esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (esp_mbedtls_get_ssl_context) +esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_list_init) +esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_ssl_enable_global_ca_store) +esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) (esp_transport_utils_ms_to_timeval) +esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (esp_transport_ws_set_path) +esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (httpd_start) +esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) (httpd_sess_enum) +esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (httpd_resp_set_hdr) +esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (httpd_uri_match_wildcard) +esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) (cs_create_ctrl_sock) +esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) (httpd_req_new) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_ssl_get_bytes_avail) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_ssl_init) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_client_step) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_handshake_server_step) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) (mbedtls_ms_time) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (mbedtls_net_init) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_ciphersuite_from_id) +esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ssl_write_client_hello) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_mpi_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (mbedtls_mpi_core_bitlen) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_cipher_info_from_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) (mbedtls_cipher_base_lookup_table) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) (mbedtls_ct_memcmp) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_cipher_cmac_starts) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_ctr_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_ecdh_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) (mbedtls_ecp_get_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) (mbedtls_ecp_group_load) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_entropy_free) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_md_info_from_type) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_md5) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_pk_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (mbedtls_pk_ecc_set_group) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (mbedtls_rsa_alt_info) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) (mbedtls_pk_parse_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) (mbedtls_platform_zeroize) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (psa_get_key_attributes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_aead_encrypt_setup) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) (mbedtls_cipher_values_from_psa) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) (psa_reset_key_attributes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_driver_wrapper_get_key_buffer_size) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_ecp_import_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_hash_abort) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_mac_abort) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (mbedtls_psa_rsa_import_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_is_valid_key_id) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) (psa_destroy_persistent_key) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) (psa_its_get_info) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (psa_generic_status_to_mbedtls) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) (mbedtls_rsa_export) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (mbedtls_rsa_deduce_primes) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha1) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha256) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha512) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (mbedtls_hardware_poll) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) (esp_mbedtls_mem_calloc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (esp_aes_xts_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (esp_aes_crypt_ecb) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) (mbedtls_mpi_exp_mod) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) (esp_mpi_hardware_words) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) (mbedtls_sha1_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha256_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (mbedtls_sha512_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (esp_aes_gcm_setkey) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) (esp_md5_finish) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_aria_setkey_enc) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_asn1_get_tag) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) (mbedtls_asn1_write_len) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) (mbedtls_ccm_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) (mbedtls_ecdsa_sign) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) (mbedtls_hmac_drbg_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_oid_get_pk_alg) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pem_init) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs12_pbe_ext) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) (mbedtls_pkcs5_pbes2_ext) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) (esp_sha_try_lock_engine) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) (mbedtls_base64_encode) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) (mbedtls_x509_crt_check_key_usage) +esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) (mbedtls_x509_get_serial) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_wifi_init_internal) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (g_ic) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_crypto_attach) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (wifi_log) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_free_beacon_eb) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_ht_attach) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_add_ie_vendor_esp_head) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ieee80211_decap) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (current_task_is_wifi_task) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (esp_mesh_quick_funcs) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (wifi_nan_reg_rxcb) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) (nan_dp_search_node) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) (nan_schedule_disc_bcn) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) (nan_get_peer_svc_record) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (g_wifi_nvs) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_reg_netstack_buf_cb) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_phy_deinit) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ieee80211_psq_init) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_proto_attach) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_get_chan_info) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_regdomain_get_country) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_rfid_locp_recv_reset) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_scan_attach) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) (sta_rxcb) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) (wifi_sta_get_prof_password) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (ieee80211_register_hostap_timer) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (g_chm) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (g_cnxMgr) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (offchan_in_progress) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) (ieee80211_send_action_register) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (get_iav_key) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (ccmp) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (sms4) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (tkip) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) (wep) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (ieee80211_getmgtframe) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) (esf_buf_recycle) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) (ic_get_addr) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (lmacIsIdle) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (ptr_beacon_offset_funcs) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) (g_pm) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) (pm_coex_set_reconnect_policy) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (pTxRx) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (wifi_gpio_debug) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) (pp_timer_do_process) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (RC_SetBasicRate) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (rcUpdateAMPDUParam) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (wDevCtrl) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) (hal_agreement_add_rx_ba) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_crypto_clr_key_entry) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) (hal_mac_tx_set_ppdu) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_mac_rx_get_end_state) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) (mac_tx_set_plcp1) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) (hal_sniffer_enable) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) (hal_enable_sta_tsf) +esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) (xRingbufferCreate) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_disable_rom_download_mode) +esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spi_bus_lock_register_dev) +esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) (spicommon_bus_using_iomux) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) (bootloader_common_get_sha256_of_partition) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) (bootloader_common_ota_select_crc) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (bootloader_sha256_flash_contents) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) (esp_image_verify) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) +esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) (mpu_hal_set_region_access) +esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) (clk_hal_lp_slow_get_freq_hz) +esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) (sha_hal_wait_idle) +esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) (aes_hal_setkey) +esp-idf/soc/libsoc.a(dport_access_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (esp_dport_access_read_buffer) +esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (getrandom) +esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (ets_timer_arm) +esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) (net80211_printf) +esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_phy_common_clock_enable) +esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (phy_set_modem_flag) +esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (lwip_freeaddrinfo) +esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) (dhcps_new) +esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (esp_netif_action_start) +esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_inherent_ap_config) +esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) (_g_esp_netif_netstack_default_wifi_ap) +esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) (wlanif_input) +esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) (ethernetif_input) +esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) (esp_pbuf_allocate) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) (esp_supplicant_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_supplicant_unset_all_appie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wps_get_wps_sm_cb) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (esp_wpa3_free_sae_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (owe_deinit) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (hostapd_get_hapd_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) (crypto_ecdh_deinit) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (eloop_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (hostapd_setup_wpa_psk) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) (wpa_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (wpa_auth_gen_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) (pmksa_cache_free_entry) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (ap_get_sta) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (handle_auth_sae) +esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) (check_comeback_token) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) (sae_clear_temp_data) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (dragonfly_min_pwe_loop_iter) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpa_parse_wpa_ie_rsn) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (hmac_sha256_kdf) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (dh_groups_get) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (eap_wsc_build_frag_ack) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (eap_msg_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (cipher_type_map_supp_to_public) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) (wpa_parse_wpa_ie) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpabuf_alloc) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) (wpa_snprintf_hex) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_build_public_key) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_parse_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_generate_pin) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) (wps_build_manufacturer) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wps_enrollee_get_msg) +esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) (sae_pk_valid_password) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (eap_client_get_eap_state) +esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) (wpa_alloc_eapol) +esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (tls_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) (crypto_bignum_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) (aes_siv_decrypt) +esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) (dh5_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) (ieee802_11_parse_elems) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (eap_peer_get_eap_method) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_mschapv2_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_peap_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (peap_prfplus) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_tls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) (eap_peer_tls_ssl_init) +esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) (eap_peer_ttls_register) +esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (mschapv2_remove_domain) +esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) (pmksa_cache_flush) +esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) (wps_process_authenticator) +esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) (nt_password_hash) +esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (md4_vector) +esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) (chap_md5) +esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) (des_encrypt) +esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) (esp_coex_common_malloc_internal_wrapper) +esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (esp_crypto_sha1) +esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) (mbedtls_pk_write_pubkey) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) (g_misc_nvs) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (mesh_set_ie_crypto_config) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (esp_mesh_pm_tbtt_timeout_process) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (mesh_malloc) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (g_mesh_max_layer) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_nvs_init) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (mesh_set_io_process) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_delivery_toSelf) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) (esp_mesh_channel_enable_jp) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (g_is_wifi_connected) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_route_init) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (esp_mesh_send_block_start) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (mesh_timer_do_process) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) (mesh_topo_get_ttl) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) (esp_mesh_ap_list_clear) +esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) (esp_crt_bundle_attach) +esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) (_binary_x509_crt_bundle_start) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) (esp_deep_sleep_register_phy_hook) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (esp_sleep_execute_event_callbacks) +esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (modem_domain_pd_allowed) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (rtc_sleep_get_default_config) +esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) (ethip6_output) +esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) (esp_mesh_send_event_internal) +esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) (touch_pad_get_wakeup_status) +esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_set_voltage) +esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_hal_get_wakeup_status) +esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) (touch_sensor_channel_io_map) +C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) (xthal_window_spill_nw) +C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) (xthal_set_intclear) +C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) (Xthal_intlevel) +C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_restore_extra_nw) +C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) (xthal_save_extra_nw) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator delete[](void*)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) (operator delete[](void*, unsigned int)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (std::nothrow) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) (operator new[](unsigned int, std::nothrow_t const&)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) (operator delete(void*)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) (__cxa_begin_catch) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) (__cxa_get_globals_fast) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) (std::terminate()) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) (__cxxabiv1::__unexpected_handler) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) (operator new[](unsigned int)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) (__cxxabiv1::__terminate_handler) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) (operator new(unsigned int)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) (vtable for __cxxabiv1::__si_class_type_info) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) (std::type_info::__is_pointer_p() const) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) (vtable for std::bad_alloc) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) (__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) (operator delete(void*, unsigned int)) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) (__cxa_allocate_exception) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) (std::exception::~exception()) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) (__cxa_throw) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divsf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) (__floatundisf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__adddf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__muldf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divdf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + esp-idf/json/libjson.a(cJSON.c.obj) (__eqdf2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixdfsi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixunsdfsi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__floatunsidf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) (__truncdfsf2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__extendsfdf2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) (__ffsdi2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__divdi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__moddi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + esp-idf/esp_system/libesp_system.a(clk.c.obj) (__udivdi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + esp-idf/newlib/libnewlib.a(time.c.obj) (__umoddi3) +esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) (__wrap__Unwind_Resume) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) (disable_wifi_agc) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) (phy_change_channel_nomac) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) (ram_txbbgain_to_index) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) (bb_bss_cbw40_ana) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (coex_bt_high_prio) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) (temprature_sens_read) +C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) (rtc_pads_muxsel) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) (ceil) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) (floor) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (asprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + esp-idf/lwip/liblwip.a(netif.c.obj) (atoi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) (bzero) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + esp-idf/json/libjson.a(cJSON.c.obj) (_ctype_) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) (environ) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) (__errno) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (fclose) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (ferror) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) (__sflush_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (fgets) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) (_cleanup_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (fopen) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + esp-idf/driver/libdriver.a(gpio.c.obj) (fputc) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fputs) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (fread) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) (_fseek_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) (_fseeko_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) (ftell) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) (_ftello_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) (__sfvwrite_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) (_fwalk) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) (fwrite) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (gmtime) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) (gmtime_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (_global_impure_ptr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(abort.c.obj) (itoa) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (localtime_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) (__smakebuf_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) (memchr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (memcmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memcpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + esp-idf/lwip/liblwip.a(def.c.obj) (memmove) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) (memset) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (mktime) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) (__month_lengths) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (printf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) (_putc_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) (putchar) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + esp-idf/heap/libheap.a(heap_caps.c.obj) (puts) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) (qsort) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) (rand) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) (_reclaim_reent) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) (__srefill_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (remove) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) (rename) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) (setbuf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) (setvbuf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + esp-idf/log/liblog.a(log_freertos.c.obj) (snprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + esp-idf/json/libjson.a(cJSON.c.obj) (sprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) (sscanf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) (__sread) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) (strcasecmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) (strcasestr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + esp-idf/freertos/libfreertos.a(port.c.obj) (strcat) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (strchr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + esp-idf/log/liblog.a(log.c.obj) (strcmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strcpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + esp-idf/main/libmain.a(mqtt_handler.c.obj) (strdup) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) (_strdup_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (strerror) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) (strerror_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) (strlcat) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (strlcpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + esp-idf/esp_system/libesp_system.a(panic.c.obj) (strlen) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) (strncasecmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + esp-idf/vfs/libvfs.a(vfs.c.obj) (strncmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (strncpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) (strndup) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) (_strndup_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) (strnlen) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) (strrchr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + esp-idf/lwip/liblwip.a(dns.c.obj) (strstr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) (strtod) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) (strtok) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) (__strtok_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) (_strtol_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) (strtoul) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) (_svfprintf_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) (__ssvfscanf_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + esp-idf/main/libmain.a(dns_server.c.obj) (close) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) (gettimeofday) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) (read) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) (stat) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) (write) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) (time) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) (__tzcalc_limits) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) (__tz_lock) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) (_tzset_unlocked) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) (_tzset_unlocked_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) (_timezone) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) (_user_strerror) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) (__utoa) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) (_vfprintf_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) (vprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) (vsnprintf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) (__swbuf_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) (__swsetup_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) (div) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) (_dtoa_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) (__sflags) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (__gethex) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (__match) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) (_getenv_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) (__gettzinfo) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (iswspace) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) (iswspace_l) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (_C_numeric_locale) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (__global_locale_ptr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) (_localeconv_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (_mbrtowc_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) (__ascii_mbtowc) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (_Balloc) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) (frexp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (nan) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (__sccl) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (nanf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) (siscanf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (_strtoll_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (_strtoull_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) (__chclass) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) (_sungetc_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) (__submore) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) (__sprint_r) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) (__ascii_wctomb) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) (__env_lock) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (__fixdfdi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) (__floatdidf) + +Allocating common symbols +Common symbol size file + +pwrdet_offset 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rxbb_dc 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +mesh_self_xonseq 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +ctx 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +phy_chan_gain_table + 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_rxrf_dc 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_chan_pwr_index 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +net80211_funcs 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_manual_nwk 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_self_map_addr + 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +eb_space 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +g_cnxMgr 0xf08 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +s_ni 0x158 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +g_misc_nvs 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +DefFreqCalTimer 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +bt_wifi_chan_data 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +s_wifi_nvs 0x504 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +gChmCxt 0xfc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +g_ic 0x2a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +chip7_sleep_params 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_chan_target_power + 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +g_mesh_xon_cfg_qsize + 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xon 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +set_most_tpw 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +SigInMacISR 0x190 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +freq_i2c_addr 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +mesh_conn_leave 0x2c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +s_dp 0x224 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +s_fix_rate 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +g_wifi_menuconfig 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +gScanStruct 0x11c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +g_log_level 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +g_mesh_cfg_attemps 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +sta_con_timer 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +s_tx_cacheq 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +mesh_xmit_state_mbox + 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +phy_version_str 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +g_deauth_mac_list 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_sa_query_mac_list + 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chip7_phy_init_ctrl + 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +s_pm_beacon_offset_config + 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +g_mesh_current_parent + 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_log_mod 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +g_mesh_self_sta_addr + 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +s_pm_beacon_offset 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +phy_dcur_org 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +s_sd 0x4c4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +s_eapol_txdone_cb 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +g_mesh_ext_vote_state + 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_ext_cfg 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_pm 0x1f0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ApFreqCalTimer 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mesh_ie 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +chip7_phy_api_ctrl 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +action_q 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +wpa_crypto_funcs 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +adc_ana_conf_org 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_dac_org 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +g_mesh_chain 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +if_ctrl 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + +Discarded input sections + + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_line 0x0000000000000000 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_line_str + 0x0000000000000000 0xee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_str 0x0000000000000000 0xfc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .literal 0x0000000000000000 0x44 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .fini.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .init.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0xa2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .bss 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .ctors 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .tm_clone_table + 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .fini 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .init 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0x0 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj + .data 0x0000000000000000 0x0 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj + .bss 0x0000000000000000 0x0 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj + .comment 0x0000000000000000 0x30 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj + .text 0x0000000000000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .literal.pthread_list_find_item + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_find + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.get_default_pthread_core + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_delete + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_set_cfg + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_cfg + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.esp_pthread_get_default_config + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_create + 0x0000000000000000 0x80 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_join + 0x0000000000000000 0x54 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_detach + 0x0000000000000000 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_exit + 0x0000000000000000 0x48 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_task_func + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_cancel + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.sched_yield + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_self + 0x0000000000000000 0x2c esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_once + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.2.literal + 0x0000000000000000 0x1c esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.3.literal + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_mutexattr_settype + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_init + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_attr_destroy + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_list_find_item + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_handle_by_desc + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_get_desc_by_handle + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_find + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.get_default_pthread_core + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_delete + 0x0000000000000000 0x2b esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_set_cfg + 0x0000000000000000 0x51 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_cfg + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.esp_pthread_get_default_config + 0x0000000000000000 0x20 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_create + 0x0000000000000000 0x1ad esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_join + 0x0000000000000000 0x121 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_detach + 0x0000000000000000 0x8a esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_exit.str1.4 + 0x0000000000000000 0x34 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_exit + 0x0000000000000000 0xb6 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_task_func + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_cancel.str1.4 + 0x0000000000000000 0x2b esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_cancel + 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.sched_yield + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_self.str1.4 + 0x0000000000000000 0x2d esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_self + 0x0000000000000000 0x5b esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_equal + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.pthread_once.str1.4 + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_once + 0x0000000000000000 0x58 esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.2 0x0000000000000000 0xfe esp-idf/pthread/libpthread.a(pthread.c.obj) + .iram1.3 0x0000000000000000 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_init + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_destroy + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_gettype + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_mutexattr_settype + 0x0000000000000000 0x26 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_init + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_destroy + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getstacksize + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setstacksize + 0x0000000000000000 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_getdetachstate + 0x0000000000000000 0x12 esp-idf/pthread/libpthread.a(pthread.c.obj) + .text.pthread_attr_setdetachstate + 0x0000000000000000 0x25 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0xd esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0xf esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_list + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .literal.pthread_cond_init + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.s_check_and_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_signal + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_broadcast + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_timedwait + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_wait + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_cond_destroy + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_condattr_init + 0x0000000000000000 0x7 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_init + 0x0000000000000000 0x32 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.s_check_and_init_if_static + 0x0000000000000000 0x4a esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_signal + 0x0000000000000000 0x38 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_broadcast + 0x0000000000000000 0x3f esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_timedwait + 0x0000000000000000 0x173 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_wait + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .text.pthread_cond_destroy + 0x0000000000000000 0x4c esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .literal.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .text.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0x2a esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .literal.pthread_rwlock_init + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_init_if_static + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.checkrw_lock + 0x0000000000000000 0x4 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_destroy + 0x0000000000000000 0x18 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_rdlock + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_wrlock + 0x0000000000000000 0x10 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.pthread_rwlock_unlock + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init + 0x0000000000000000 0x78 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_init_if_static + 0x0000000000000000 0x3c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.checkrw_lock + 0x0000000000000000 0x21 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_destroy + 0x0000000000000000 0x64 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_rdlock + 0x0000000000000000 0x56 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_wrlock + 0x0000000000000000 0x5e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.pthread_rwlock_unlock.str1.4 + 0x0000000000000000 0x6e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .text.pthread_rwlock_unlock + 0x0000000000000000 0x84 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x16 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .literal.sem_destroy + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_init + 0x0000000000000000 0x14 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_post + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_timedwait + 0x0000000000000000 0x28 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_trywait + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_wait + 0x0000000000000000 0x8 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.sem_getvalue + 0x0000000000000000 0xc esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .data 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_destroy + 0x0000000000000000 0x21 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_init + 0x0000000000000000 0x4c esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_post + 0x0000000000000000 0x39 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_timedwait + 0x0000000000000000 0x100 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_trywait + 0x0000000000000000 0x35 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_wait + 0x0000000000000000 0x24 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .text.sem_getvalue + 0x0000000000000000 0x34 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .literal.__ubsan_maybe_debugbreak + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_default_handler + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_type_mismatch + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_type_mismatch_v1 + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_add_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_sub_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_mul_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_negate_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_divrem_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_shift_out_of_bounds + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_out_of_bounds + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_missing_return + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_vla_bound_not_positive + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_load_invalid_value + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_nonnull_arg + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_nonnull_return + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_builtin_unreachable + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_pointer_overflow + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .literal.__ubsan_handle_invalid_builtin + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_maybe_debugbreak + 0x0000000000000000 0x11 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__ubsan_default_handler.str1.4 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_default_handler + 0x0000000000000000 0x44 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_type_mismatch_v1 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_add_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_sub_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_mul_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_negate_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_divrem_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_shift_out_of_bounds + 0x0000000000000000 0x1a esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_out_of_bounds + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_missing_return + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_vla_bound_not_positive + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_load_invalid_value + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_arg + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_nonnull_return + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_builtin_unreachable + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_pointer_overflow + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text.__ubsan_handle_invalid_builtin + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x1b esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x22 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x26 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$9 + 0x0000000000000000 0x23 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$11 + 0x0000000000000000 0x1f esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$12 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$13 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$14 + 0x0000000000000000 0x1c esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$15 + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0x1d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.esp_get_minimum_free_heap_size + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .literal.esp_get_idf_version + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_minimum_free_heap_size + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .rodata.esp_get_idf_version.str1.4 + 0x0000000000000000 0x7 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text.esp_get_idf_version + 0x0000000000000000 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .data 0x0000000000000000 0x18 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .literal.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text.rtc_clk_select_rtc_slow_clk + 0x0000000000000000 0xe esp-idf/esp_system/libesp_system.a(clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .iram1.0.literal + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.1.literal + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.4.literal + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.6.literal + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.0 0x0000000000000000 0x53 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.1 0x0000000000000000 0x53 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.4 0x0000000000000000 0x53 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.6 0x0000000000000000 0x52 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_startup_start_app_other_cores_default + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text.esp_startup_start_app_other_cores_default + 0x0000000000000000 0xf esp-idf/esp_system/libesp_system.a(startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .literal.esp_brownout_disable + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text.esp_brownout_disable + 0x0000000000000000 0x34 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .literal.esp_register_freertos_idle_hook + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_register_freertos_tick_hook + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .literal.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_idle_hook + 0x0000000000000000 0x15 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_register_freertos_tick_hook + 0x0000000000000000 0x15 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x2e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x40 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x2e esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .literal.efuse_hal_get_mac + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_mac + 0x0000000000000000 0x17 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.1 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.2 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_get_rated_freq_mhz + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_set_timing + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_read + 0x0000000000000000 0xc esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_clear_program_registers + 0x0000000000000000 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_program + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_rated_freq_mhz + 0x0000000000000000 0x2d esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_set_timing + 0x0000000000000000 0x70 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_read + 0x0000000000000000 0x3e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .rodata.efuse_hal_clear_program_registers.str1.4 + 0x0000000000000000 0x9f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_clear_program_registers + 0x0000000000000000 0xe5 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_program + 0x0000000000000000 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x57 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.wdt_hal_deinit + 0x0000000000000000 0xc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_deinit + 0x0000000000000000 0xcb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .literal.uart_hal_txfifo_rst + 0x0000000000000000 0xc esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.uart_hal_tx_break + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .literal.uart_hal_read_rxfifo + 0x0000000000000000 0x2c esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_txfifo_rst + 0x0000000000000000 0x2e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_tx_break + 0x0000000000000000 0x5e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text.uart_hal_read_rxfifo + 0x0000000000000000 0xe9 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .literal.esp_log_set_vprintf + 0x0000000000000000 0xc esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_level_get + 0x0000000000000000 0x8 esp-idf/log/liblog.a(log.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_set_vprintf + 0x0000000000000000 0x1b esp-idf/log/liblog.a(log.c.obj) + .text.esp_log_level_get + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_system_timestamp + 0x0000000000000000 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .rodata.esp_log_system_timestamp.str1.4 + 0x0000000000000000 0x15 esp-idf/log/liblog.a(log_freertos.c.obj) + .text.esp_log_system_timestamp + 0x0000000000000000 0xdb esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.bufferLock$1 + 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.buffer$2 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_freertos.c.obj) + .literal.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_malloc_extmem_enable + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.5.literal + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.6.literal + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_total_size + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_minimum_free_size + 0x0000000000000000 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_print_heap_info + 0x0000000000000000 0x38 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_check_integrity_addr + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_dump_all + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_allocated_size + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.9.literal + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.10.literal + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_aligned_calloc + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_register_failed_alloc_callback + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_malloc_extmem_enable + 0x0000000000000000 0xa esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.5 0x0000000000000000 0x8a esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.6 0x0000000000000000 0x8a esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_total_size + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_minimum_free_size + 0x0000000000000000 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_print_heap_info.str1.4 + 0x0000000000000000 0xf4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_print_heap_info + 0x0000000000000000 0x7f esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity + 0x0000000000000000 0x57 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_all + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_check_integrity_addr + 0x0000000000000000 0x35 esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump + 0x0000000000000000 0x3d esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_dump_all + 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.heap_caps_get_allocated_size.str1.4 + 0x0000000000000000 0x2a esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_get_allocated_size + 0x0000000000000000 0x44 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.9 0x0000000000000000 0x56 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.10 0x0000000000000000 0xe esp-idf/heap/libheap.a(heap_caps.c.obj) + .text.heap_caps_aligned_calloc + 0x0000000000000000 0x34 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1d esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_add_region_with_caps + 0x0000000000000000 0x40 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .literal.heap_caps_add_region + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_check_add_region_allowed + 0x0000000000000000 0x5d esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region_with_caps + 0x0000000000000000 0xf6 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .text.heap_caps_add_region + 0x0000000000000000 0x5e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .data.registered_heaps_write_lock$0 + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .literal.multi_heap_dump_tlsf + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_first_block + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_get_next_block + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_check + 0x0000000000000000 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.multi_heap_dump + 0x0000000000000000 0x2c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump_tlsf.str1.4 + 0x0000000000000000 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump_tlsf + 0x0000000000000000 0x1e esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_owner + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_block_address_impl + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_first_block + 0x0000000000000000 0x25 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_get_next_block.str1.4 + 0x0000000000000000 0x4a esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_get_next_block + 0x0000000000000000 0x56 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_is_free + 0x0000000000000000 0xa esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl_offs + 0x0000000000000000 0x72 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_aligned_alloc_impl + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_check + 0x0000000000000000 0x52 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.multi_heap_dump.str1.4 + 0x0000000000000000 0x1c esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_dump + 0x0000000000000000 0x4a esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_minimum_free_size_impl + 0x0000000000000000 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0xb esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1b esp-idf/heap/libheap.a(multi_heap.c.obj) + .literal.integrity_walker + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_check + 0x0000000000000000 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_check_pool + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_remove_pool + 0x0000000000000000 0x44 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_memalign_offs + 0x0000000000000000 0xd8 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_memalign + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.integrity_walker + 0x0000000000000000 0x4f esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_check + 0x0000000000000000 0x108 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_check_pool + 0x0000000000000000 0x1a esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_align_size + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_block_size_min + 0x0000000000000000 0x7 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_remove_pool + 0x0000000000000000 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_destroy + 0x0000000000000000 0x5 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_memalign_offs.str1.4 + 0x0000000000000000 0x6b esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_memalign_offs + 0x0000000000000000 0x6b2 esp-idf/heap/libheap.a(tlsf.c.obj) + .text.tlsf_memalign + 0x0000000000000000 0x15 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$13 + 0x0000000000000000 0x9 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$17 + 0x0000000000000000 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .rodata.soc_memory_type_count + 0x0000000000000000 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + .iram1.5.literal + 0x0000000000000000 0x8 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .text 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .data 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .iram1.5 0x0000000000000000 0x56 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .literal.esp_cpu_reset + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .literal.esp_cpu_set_watchpoint + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_reset + 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_breakpoint + 0x0000000000000000 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_set_watchpoint + 0x0000000000000000 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .text.esp_cpu_clear_watchpoint + 0x0000000000000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .iram1.3.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_rtc_time + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_private_lock + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_private_unlock + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.3 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_rtc_time + 0x0000000000000000 0xf esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_lock + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_private_unlock + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_intr_mark_shared + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.esp_intr_reserve + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.1.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.6.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.7.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_mark_shared + 0x0000000000000000 0x61 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_reserve + 0x0000000000000000 0x51 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.1 0x0000000000000000 0x91 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.esp_intr_get_intno + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.6 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .iram1.7 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .literal.rtc_isr_deregister + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_deregister + 0x0000000000000000 0x71 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .literal.esp_sleep_config_gpio_isolate + 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .literal.esp_sleep_enable_gpio_switch + 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .iram1.0.literal + 0x0000000000000000 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_config_gpio_isolate.str1.4 + 0x0000000000000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_sleep_config_gpio_isolate + 0x0000000000000000 0x83 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.esp_sleep_enable_gpio_switch.str1.4 + 0x0000000000000000 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .text.esp_sleep_enable_gpio_switch + 0x0000000000000000 0x85 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x1a5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .iram1.0 0x0000000000000000 0x1f4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_8m_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_coeff_set + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_fast_src_get + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_coeff_calc + 0x0000000000000000 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_xtal_freq_update + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_xtal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apb_freq_get + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_enable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_disable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_8m_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0x202 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x0000000000000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_coeff_set + 0x0000000000000000 0xe5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_fast_src_get + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_coeff_calc + 0x0000000000000000 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_xtal_freq_update + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_xtal + 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apb_freq_get + 0x0000000000000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_vddsdio_get_config + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_vddsdio_set_config + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_vddsdio_get_config + 0x0000000000000000 0xef esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_vddsdio_set_config + 0x0000000000000000 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_clk_cal_ratio + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_time_us_to_slowclk + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal_ratio + 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_time_us_to_slowclk.str1.4 + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_us_to_slowclk + 0x0000000000000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_slowclk_to_us + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .literal.sar_periph_ctrl_power_enable + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .literal.sar_periph_ctrl_power_disable + 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .literal.sar_periph_ctrl_adc_oneshot_power_acquire + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .literal.sar_periph_ctrl_adc_oneshot_power_release + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .literal.sar_periph_ctrl_adc_continuous_power_acquire + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .literal.sar_periph_ctrl_adc_continuous_power_release + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_enable + 0x0000000000000000 0x5b esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_power_disable + 0x0000000000000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_oneshot_power_acquire + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_oneshot_power_release + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_acquire + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text.sar_periph_ctrl_adc_continuous_power_release + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .iram1.1.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.4.literal + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.5.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.6.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .literal.regi2c_saradc_enable + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .literal.regi2c_saradc_disable + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.1 0x0000000000000000 0x5f esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.4 0x0000000000000000 0x6b esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.5 0x0000000000000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .iram1.6 0x0000000000000000 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text.regi2c_saradc_enable + 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.regi2c_saradc_disable.str1.4 + 0x0000000000000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .text.regi2c_saradc_disable + 0x0000000000000000 0x41 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .bss.s_i2c_saradc_enable_cnt + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .dram1.0 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .literal.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeek + 0x0000000000000000 0x54 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueuePeekFromISR + 0x0000000000000000 0x38 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueSpacesAvailable + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueIsQueueFullFromISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.vQueueWaitForMessageRestricted + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueCreateSet + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueAddToSet + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueRemoveFromSet + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueSelectFromSet + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.xQueueSelectFromSetFromISR + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGetMutexHolderFromISR.str1.4 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueGetMutexHolderFromISR + 0x0000000000000000 0x25 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateCountingSemaphoreStatic + 0x0000000000000000 0x4f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeek + 0x0000000000000000 0x12c esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueuePeekFromISR.str1.4 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueuePeekFromISR + 0x0000000000000000 0x94 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueSpacesAvailable + 0x0000000000000000 0x3a esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueIsQueueFullFromISR + 0x0000000000000000 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.vQueueWaitForMessageRestricted + 0x0000000000000000 0x2e esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueCreateSet + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueAddToSet + 0x0000000000000000 0x36 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueRemoveFromSet + 0x0000000000000000 0x39 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSet + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.xQueueSelectFromSetFromISR + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0xb esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$19 + 0x0000000000000000 0x1c esp-idf/freertos/libfreertos.a(queue.c.obj) + .literal.prvTaskIsTaskSuspended + 0x0000000000000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxGetNextTaskList + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.eTaskGetState + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskResume + 0x0000000000000000 0x40 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskResumeFromISR + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskEndScheduler + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetNumberOfTasks + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetHandle + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetIdleTaskHandle + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskAbortDelay + 0x0000000000000000 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskPlaceOnEventListRestricted + 0x0000000000000000 0x2c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetTimeOutState + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskMissedYield + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskPriorityGetFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGetStaticBuffers + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetStackHighWaterMark2 + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxTaskGetStackStart + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskDelayUntil + 0x0000000000000000 0x3c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vTaskDelayUntil + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskCatchUpTicks + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.ulTaskNotifyTake + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyWait + 0x0000000000000000 0x34 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskNotifyWait + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyFromISR + 0x0000000000000000 0x6c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.xTaskGenericNotifyStateClear + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.ulTaskGenericNotifyValueClear + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.pxTaskGetNext + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.uxTaskGetSnapshotAll + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvTaskPriorityRaise + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvTaskPriorityRestore + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvSearchForNameWithinSingleList + 0x0000000000000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskCheckFreeStackSpace + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskIsTaskSuspended.str1.4 + 0x0000000000000000 0x6 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskIsTaskSuspended + 0x0000000000000000 0x49 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxGetNextTaskList + 0x0000000000000000 0x84 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.eTaskGetState + 0x0000000000000000 0xce esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.vTaskResume.str1.4 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskResume + 0x0000000000000000 0xa7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskResumeFromISR + 0x0000000000000000 0xf5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskEndScheduler + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetNumberOfTasks + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetHandle.str1.4 + 0x0000000000000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetHandle + 0x0000000000000000 0xa7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetIdleTaskHandle.str1.4 + 0x0000000000000000 0x37 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetIdleTaskHandle + 0x0000000000000000 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskAbortDelay + 0x0000000000000000 0xce esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskPlaceOnEventListRestricted + 0x0000000000000000 0x5b esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetTimeOutState + 0x0000000000000000 0x43 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskMissedYield + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskPriorityGetFromISR + 0x0000000000000000 0x26 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGetStaticBuffers.str1.4 + 0x0000000000000000 0x3d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGetStaticBuffers + 0x0000000000000000 0x60 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark2 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetStackStart + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskDelayUntil + 0x0000000000000000 0xb2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.vTaskDelayUntil + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskCatchUpTicks + 0x0000000000000000 0x52 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskNotifyTake + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyWait + 0x0000000000000000 0x160 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskNotifyWait + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyFromISR + 0x0000000000000000 0x1d7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskGenericNotifyStateClear.str1.4 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.xTaskGenericNotifyStateClear + 0x0000000000000000 0x5e esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.ulTaskGenericNotifyValueClear + 0x0000000000000000 0x42 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.pxTaskGetNext + 0x0000000000000000 0x55 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.uxTaskGetSnapshotAll + 0x0000000000000000 0x63 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.prvTaskPriorityRaise.str1.4 + 0x0000000000000000 0x45 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRaise + 0x0000000000000000 0xa8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvTaskPriorityRestore + 0x0000000000000000 0xa3 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$11 + 0x0000000000000000 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$14 + 0x0000000000000000 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$21 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$22 + 0x0000000000000000 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$24 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$25 + 0x0000000000000000 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$26 + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$30 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$31 + 0x0000000000000000 0x17 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$32 + 0x0000000000000000 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$35 + 0x0000000000000000 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$37 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.non_ready_task_lists + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.vPortEndScheduler + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortAssertIfInISR + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.xPortEnterCriticalTimeoutCompliance + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortExitCriticalCompliance + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vApplicationStackOverflowHook + 0x0000000000000000 0x14 esp-idf/freertos/libfreertos.a(port.c.obj) + .literal.vPortSetStackWatchpoint + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortEndScheduler + 0x0000000000000000 0x9 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vPortAssertIfInISR.str1.4 + 0x0000000000000000 0x19 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortAssertIfInISR + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.xPortEnterCriticalTimeoutCompliance.str1.4 + 0x0000000000000000 0x33 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortEnterCriticalTimeoutCompliance + 0x0000000000000000 0x28 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortExitCriticalCompliance + 0x0000000000000000 0x27 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.vApplicationStackOverflowHook.str1.4 + 0x0000000000000000 0x3c esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vApplicationStackOverflowHook + 0x0000000000000000 0x3d esp-idf/freertos/libfreertos.a(port.c.obj) + .text.xPortGetTickRateHz + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + .text.vPortSetStackWatchpoint + 0x0000000000000000 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x13 esp-idf/freertos/libfreertos.a(port.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .literal.vApplicationGetTimerTaskMemory + 0x0000000000000000 0x24 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .text.vApplicationGetTimerTaskMemory + 0x0000000000000000 0x4b esp-idf/freertos/libfreertos.a(port_common.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1f esp-idf/freertos/libfreertos.a(port_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .literal.xt_clock_freq + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .text.xt_clock_freq + 0x0000000000000000 0xd esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .UserEnter.text + 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .literal.xPortGetFreeHeapSize + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .literal.xPortGetMinimumEverFreeHeapSize + 0x0000000000000000 0x8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetFreeHeapSize + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text.xPortGetMinimumEverFreeHeapSize + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .literal.__assert + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .text.__assert + 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(assert.c.obj) + .literal.memalign + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.aligned_alloc + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .literal.posix_memalign + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.memalign + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.aligned_alloc + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.posix_memalign + 0x0000000000000000 0x2a esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_trim + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_usable_size + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.malloc_stats + 0x0000000000000000 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallopt 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(heap.c.obj) + .text.mallinfo + 0x0000000000000000 0x2f esp-idf/newlib/libnewlib.a(heap.c.obj) + .iram1.12.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.14.literal + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.17.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.19.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.20.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.21.literal + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.12 0x0000000000000000 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.14 0x0000000000000000 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.17 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.19 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.20 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(locks.c.obj) + .iram1.21 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + .literal.pthread_condattr_setclock + 0x0000000000000000 0x14 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .rodata.pthread_condattr_setclock.str1.4 + 0x0000000000000000 0x43 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_condattr_setclock + 0x0000000000000000 0x22 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.pthread_sigmask + 0x0000000000000000 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .text.sigfillset + 0x0000000000000000 0xd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1a esp-idf/newlib/libnewlib.a(pthread.c.obj) + .literal.esp_reent_cleanup + 0x0000000000000000 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text.esp_reent_cleanup + 0x0000000000000000 0xd5 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .literal._write_r_console + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._read_r_console + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal._fstat_r_console + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.system + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._write_r_console + 0x0000000000000000 0x2f esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._read_r_console + 0x0000000000000000 0x36 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text._fstat_r_console + 0x0000000000000000 0x26 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .text.system 0x0000000000000000 0x11 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .literal.clock_settime + 0x0000000000000000 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + .literal.clock_getres + 0x0000000000000000 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_settime + 0x0000000000000000 0x52 esp-idf/newlib/libnewlib.a(time.c.obj) + .text.clock_getres + 0x0000000000000000 0x27 esp-idf/newlib/libnewlib.a(time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .literal._ZL20signal_waiting_tasksv + 0x0000000000000000 0xc esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0x34 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal._ZL19static_init_preparev + 0x0000000000000000 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_acquire + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_release + 0x0000000000000000 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.__cxa_guard_abort + 0x0000000000000000 0x38 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL20signal_waiting_tasksv + 0x0000000000000000 0x26 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata._ZL18wait_for_guard_objP7guard_t.str1.4 + 0x0000000000000000 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0xc1 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text._ZL19static_init_preparev + 0x0000000000000000 0x4a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_acquire.str1.4 + 0x0000000000000000 0x2e esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_acquire + 0x0000000000000000 0xa7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_release.str1.4 + 0x0000000000000000 0x6f esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_release + 0x0000000000000000 0xa3 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .rodata.__cxa_guard_abort.str1.4 + 0x0000000000000000 0xa7 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .text.__cxa_guard_abort + 0x0000000000000000 0xc2 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL31s_static_init_max_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL27s_static_init_waiting_count + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .data._ZL15s_init_spinlock + 0x0000000000000000 0x8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL22s_static_init_wait_sem + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .bss._ZL19s_static_init_mutex + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .literal.print_timer_info + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.0.literal + 0x0000000000000000 0x2c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_deinit + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .literal.esp_timer_dump + 0x0000000000000000 0x40 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.11.literal + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.12.literal + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.13.literal + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.14.literal + 0x0000000000000000 0xc esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.15.literal + 0x0000000000000000 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.print_timer_info.str1.4 + 0x0000000000000000 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.print_timer_info + 0x0000000000000000 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.0 0x0000000000000000 0xf3 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_deinit + 0x0000000000000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.esp_timer_dump.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text.esp_timer_dump + 0x0000000000000000 0xcd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.11 0x0000000000000000 0x3f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.12 0x0000000000000000 0x50 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.13 0x0000000000000000 0x45 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.14 0x0000000000000000 0x52 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.15 0x0000000000000000 0x16 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .iram1.1 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .literal.esp_timer_impl_lock + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .literal.esp_timer_impl_unlock + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_lock + 0x0000000000000000 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .text.esp_timer_impl_unlock + 0x0000000000000000 0xe esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .iram1.0 0x0000000000000000 0x12 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .literal.esp_timer_impl_set + 0x0000000000000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .literal.esp_timer_impl_advance + 0x0000000000000000 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .literal.esp_timer_impl_deinit + 0x0000000000000000 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .literal.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x24 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_set + 0x0000000000000000 0x3e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_advance + 0x0000000000000000 0x1e esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_deinit + 0x0000000000000000 0x54 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .text.esp_timer_impl_get_alarm_reg + 0x0000000000000000 0x57 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.1.literal + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.phy_set_pwdet_power + 0x0000000000000000 0xc esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.phy_set_tsens_power + 0x0000000000000000 0xc esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.phy_get_tsens_value + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.0 0x0000000000000000 0xb esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .iram1.1 0x0000000000000000 0xb esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.phy_set_pwdet_power + 0x0000000000000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.phy_set_tsens_power + 0x0000000000000000 0x28 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .text.phy_get_tsens_value + 0x0000000000000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss.s_wifi_tsens_xpd_flag + 0x0000000000000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .bss.s_wifi_pwdet_xpd_flag + 0x0000000000000000 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.esp_vfs_register_with_id + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister_with_id + 0x0000000000000000 0x18 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd_with_local_fd + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_register_fd + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_unregister_fd + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pread + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_pwrite + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_ioctl + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_fsync + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_utime + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_readdir_r + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_telldir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_seekdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rewinddir + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_mkdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_rmdir + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_access + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_truncate + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.esp_vfs_ftruncate + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcgetattr + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcsetattr + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcdrain + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcflush + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcflow + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcgetsid + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .literal.tcsendbreak + 0x0000000000000000 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_with_id + 0x0000000000000000 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_with_id + 0x0000000000000000 0x79 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister + 0x0000000000000000 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd_with_local_fd + 0x0000000000000000 0x99 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_register_fd + 0x0000000000000000 0x15 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_unregister_fd + 0x0000000000000000 0x85 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pread + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_pwrite + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ioctl + 0x0000000000000000 0x99 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_fsync + 0x0000000000000000 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_utime + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_readdir_r + 0x0000000000000000 0x56 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_telldir + 0x0000000000000000 0x4f esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_seekdir + 0x0000000000000000 0x4e esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rewinddir + 0x0000000000000000 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_mkdir + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_rmdir + 0x0000000000000000 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_access + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_truncate + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.esp_vfs_ftruncate + 0x0000000000000000 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetattr + 0x0000000000000000 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsetattr + 0x0000000000000000 0x7c esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcdrain 0x0000000000000000 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflush 0x0000000000000000 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcflow 0x0000000000000000 0x78 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcgetsid + 0x0000000000000000 0x73 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.tcsendbreak + 0x0000000000000000 0x75 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .literal.uart_get_avail_data_len_via_driver + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_rx_char_via_driver + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_tx_char_via_driver + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_register + 0x0000000000000000 0x1c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x20 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x20 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_get_avail_data_len_via_driver + 0x0000000000000000 0x15 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_rx_char_via_driver + 0x0000000000000000 0x31 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_tx_char_via_driver + 0x0000000000000000 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.esp_vfs_dev_uart_register.str1.4 + 0x0000000000000000 0x57 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_register + 0x0000000000000000 0x27 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_rx_line_endings + 0x0000000000000000 0x23 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_port_set_tx_line_endings + 0x0000000000000000 0x23 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x19 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x19 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x42 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x42 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.get_segundos + 0x0000000000000000 0x4 esp-idf/main/libmain.a(main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(main.c.obj) + .text.get_segundos + 0x0000000000000000 0xa esp-idf/main/libmain.a(main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .literal.eeprom_virtual_erase_key + 0x0000000000000000 0x20 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .literal.eeprom_virtual_erase_all + 0x0000000000000000 0x20 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .rodata.eeprom_virtual_erase_key.str1.4 + 0x0000000000000000 0x2f esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .text.eeprom_virtual_erase_key + 0x0000000000000000 0x4a esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .rodata.eeprom_virtual_erase_all.str1.4 + 0x0000000000000000 0x37 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .text.eeprom_virtual_erase_all + 0x0000000000000000 0x43 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(dns_server.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(dns_server.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(dns_server.c.obj) + .literal.led_clear + 0x0000000000000000 0x10 esp-idf/main/libmain.a(led_driver.c.obj) + .literal.led_spin_to + 0x0000000000000000 0x34 esp-idf/main/libmain.a(led_driver.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_driver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_driver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_driver.c.obj) + .text.led_clear + 0x0000000000000000 0x29 esp-idf/main/libmain.a(led_driver.c.obj) + .text.led_spin_to + 0x0000000000000000 0xcf esp-idf/main/libmain.a(led_driver.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .literal.compare_double + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.add_item_to_array + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.update_offset + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_strdup + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.add_item_to_object + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.ensure + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.create_reference + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_string_ptr + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_string + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_number + 0x0000000000000000 0x58 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_value + 0x0000000000000000 0x40 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_array + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.print_object + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetErrorPtr + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Version + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_InitHooks + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_SetNumberHelper + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ParseWithOpts + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Parse + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Print + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintUnformatted + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintBuffered + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_PrintPreallocated + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetArrayItem + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetObjectItemCaseSensitive + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_HasObjectItem + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToArray + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemToObjectCS + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemReferenceToArray + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddItemReferenceToObject + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DetachItemFromObjectCaseSensitive + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_DeleteItemFromObjectCaseSensitive + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_InsertItemInArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemViaPointer + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateNull + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddNullToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateTrue + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddTrueToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateFalse + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddFalseToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateBool + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddBoolToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateNumber + 0x0000000000000000 0x2c esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddNumberToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateString + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddStringToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateStringReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateObjectReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateArrayReference + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateRaw + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddRawToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateArray + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddArrayToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateObject + 0x0000000000000000 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_AddObjectToObject + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateIntArray + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateFloatArray + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateDoubleArray + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_CreateStringArray + 0x0000000000000000 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Duplicate + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Minify + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetNumberValue + 0x0000000000000000 0xc esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_GetStringValue + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_Compare + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_malloc + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_free + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_SetValuestring + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.replace_item_in_object + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInObject + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.cJSON_ReplaceItemInObjectCaseSensitive + 0x0000000000000000 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .text 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .data 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .text.compare_double + 0x0000000000000000 0x7b esp-idf/json/libjson.a(cJSON.c.obj) + .text.get_array_item + 0x0000000000000000 0x28 esp-idf/json/libjson.a(cJSON.c.obj) + .text.suffix_object + 0x0000000000000000 0x9 esp-idf/json/libjson.a(cJSON.c.obj) + .text.add_item_to_array + 0x0000000000000000 0x4c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cast_away_const + 0x0000000000000000 0x5 esp-idf/json/libjson.a(cJSON.c.obj) + .text.skip_oneline_comment + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.skip_multiline_comment + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.minify_string + 0x0000000000000000 0x76 esp-idf/json/libjson.a(cJSON.c.obj) + .text.update_offset + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_strdup + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.add_item_to_object + 0x0000000000000000 0x8c esp-idf/json/libjson.a(cJSON.c.obj) + .text.ensure 0x0000000000000000 0xb4 esp-idf/json/libjson.a(cJSON.c.obj) + .text.create_reference + 0x0000000000000000 0x36 esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.print_string_ptr.str1.4 + 0x0000000000000000 0xa esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_string_ptr + 0x0000000000000000 0x180 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_string + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_number + 0x0000000000000000 0x149 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_value + 0x0000000000000000 0x138 esp-idf/json/libjson.a(cJSON.c.obj) + .text.print 0x0000000000000000 0xba esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_array + 0x0000000000000000 0xba esp-idf/json/libjson.a(cJSON.c.obj) + .text.print_object + 0x0000000000000000 0x180 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetErrorPtr + 0x0000000000000000 0xe esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.cJSON_Version.str1.4 + 0x0000000000000000 0x9 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Version + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_InitHooks + 0x0000000000000000 0x60 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_SetNumberHelper + 0x0000000000000000 0x52 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ParseWithOpts + 0x0000000000000000 0x20 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Parse + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Print + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintUnformatted + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintBuffered + 0x0000000000000000 0x6c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_PrintPreallocated + 0x0000000000000000 0x4e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetArraySize + 0x0000000000000000 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetArrayItem + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetObjectItemCaseSensitive + 0x0000000000000000 0x14 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_HasObjectItem + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToArray + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToObject + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemToObjectCS + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemReferenceToArray + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddItemReferenceToObject + 0x0000000000000000 0x3a esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemViaPointer + 0x0000000000000000 0x4c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromArray + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromArray + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromObject + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DetachItemFromObjectCaseSensitive + 0x0000000000000000 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromObject + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_DeleteItemFromObjectCaseSensitive + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_InsertItemInArray + 0x0000000000000000 0x5e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemViaPointer + 0x0000000000000000 0x7c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInArray + 0x0000000000000000 0x25 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateNull + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddNullToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateTrue + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddTrueToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateFalse + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddFalseToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateBool + 0x0000000000000000 0x1d esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddBoolToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateNumber + 0x0000000000000000 0x62 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddNumberToObject + 0x0000000000000000 0x32 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateString + 0x0000000000000000 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddStringToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateStringReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateObjectReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateArrayReference + 0x0000000000000000 0x24 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateRaw + 0x0000000000000000 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddRawToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateArray + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddArrayToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateObject + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_AddObjectToObject + 0x0000000000000000 0x2e esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateIntArray + 0x0000000000000000 0x84 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateFloatArray + 0x0000000000000000 0x84 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateDoubleArray + 0x0000000000000000 0x80 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_CreateStringArray + 0x0000000000000000 0x7c esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Duplicate + 0x0000000000000000 0x96 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Minify + 0x0000000000000000 0xa1 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsInvalid + 0x0000000000000000 0x16 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsFalse + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsTrue + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsBool + 0x0000000000000000 0x18 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsNull + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetNumberValue + 0x0000000000000000 0x1d esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_GetStringValue + 0x0000000000000000 0x17 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsArray + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsObject + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_IsRaw + 0x0000000000000000 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_Compare + 0x0000000000000000 0x176 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_malloc + 0x0000000000000000 0x11 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_free + 0x0000000000000000 0xf esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_SetValuestring + 0x0000000000000000 0x70 esp-idf/json/libjson.a(cJSON.c.obj) + .text.replace_item_in_object + 0x0000000000000000 0x65 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInObject + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .text.cJSON_ReplaceItemInObjectCaseSensitive + 0x0000000000000000 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + .bss.version$0 + 0x0000000000000000 0xf esp-idf/json/libjson.a(cJSON.c.obj) + .literal.esp_mqtt_dispatch_custom_event + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_disconnect + 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_reconnect + 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_unsubscribe + 0x0000000000000000 0x58 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_enqueue + 0x0000000000000000 0x24 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_unregister_event + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.esp_mqtt_client_get_outbox_size + 0x0000000000000000 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_dispatch_custom_event + 0x0000000000000000 0x1c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_disconnect.str1.4 + 0x0000000000000000 0x33 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_disconnect + 0x0000000000000000 0x50 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_reconnect.str1.4 + 0x0000000000000000 0x39 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_reconnect + 0x0000000000000000 0x69 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_unsubscribe.str1.4 + 0x0000000000000000 0x76 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_unsubscribe + 0x0000000000000000 0x112 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_enqueue + 0x0000000000000000 0xc4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_unregister_event + 0x0000000000000000 0x21 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_get_outbox_size + 0x0000000000000000 0x36 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.MQTT_EVENTS + 0x0000000000000000 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .literal.mqtt_msg_unsubscribe + 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.mqtt_msg_pingresp + 0x0000000000000000 0x8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_header_complete + 0x0000000000000000 0x70 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_msg_unsubscribe + 0x0000000000000000 0x79 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_msg_pingresp + 0x0000000000000000 0x20 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.outbox_delete_single_expired + 0x0000000000000000 0xc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text.outbox_delete_single_expired + 0x0000000000000000 0x81 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .literal.esp_spiffs_mounted + 0x0000000000000000 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.esp_spiffs_check + 0x0000000000000000 0x30 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.esp_spiffs_format + 0x0000000000000000 0x68 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.esp_spiffs_gc + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.esp_vfs_spiffs_unregister + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_mounted + 0x0000000000000000 0x32 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.esp_spiffs_check.str1.4 + 0x0000000000000000 0x31 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_check + 0x0000000000000000 0x92 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.esp_spiffs_format.str1.4 + 0x0000000000000000 0x45 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_format + 0x0000000000000000 0x177 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.esp_spiffs_gc.str1.4 + 0x0000000000000000 0x2d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_gc + 0x0000000000000000 0x6e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_vfs_spiffs_unregister + 0x0000000000000000 0x3e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$14 + 0x0000000000000000 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .literal.SPIFFS_probe_fs + 0x0000000000000000 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_creat + 0x0000000000000000 0x2c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_open_by_dirent + 0x0000000000000000 0x34 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_open_by_page + 0x0000000000000000 0x50 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_fremove + 0x0000000000000000 0x30 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_fflush + 0x0000000000000000 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_check + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_gc_quick + 0x0000000000000000 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_gc + 0x0000000000000000 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_eof + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_tell + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_set_file_callback_func + 0x0000000000000000 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_ix_map + 0x0000000000000000 0x30 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_ix_unmap + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_ix_remap + 0x0000000000000000 0x48 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_bytes_to_ix_map_entries + 0x0000000000000000 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.SPIFFS_ix_map_entries_to_bytes + 0x0000000000000000 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_mounted + 0x0000000000000000 0xf esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_probe_fs + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_creat + 0x0000000000000000 0x98 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_open_by_dirent + 0x0000000000000000 0xd7 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_open_by_page + 0x0000000000000000 0x15b esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_fremove + 0x0000000000000000 0xa8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_fflush + 0x0000000000000000 0x5a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_check + 0x0000000000000000 0x5c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_gc_quick + 0x0000000000000000 0x5c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_gc + 0x0000000000000000 0x58 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_eof + 0x0000000000000000 0x96 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_tell + 0x0000000000000000 0x82 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_set_file_callback_func + 0x0000000000000000 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_ix_map + 0x0000000000000000 0xd4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_ix_unmap + 0x0000000000000000 0x7a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_ix_remap + 0x0000000000000000 0x172 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_bytes_to_ix_map_entries + 0x0000000000000000 0x27 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.SPIFFS_ix_map_entries_to_bytes + 0x0000000000000000 0x22 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .literal.spiffs_populate_ix_map_v + 0x0000000000000000 0x24 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_probe + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_obj_lu_find_id_and_span_by_phdr + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_populate_ix_map + 0x0000000000000000 0x14 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_object_open_by_id + 0x0000000000000000 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_populate_ix_map_v + 0x0000000000000000 0x10c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_probe + 0x0000000000000000 0x100 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_obj_lu_find_id_and_span_by_phdr + 0x0000000000000000 0x8a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_populate_ix_map + 0x0000000000000000 0xca esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_object_open_by_id + 0x0000000000000000 0x3c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .literal.spiffs_object_get_data_page_index_reference + 0x0000000000000000 0xc esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_object_index_consistency_check_v + 0x0000000000000000 0x2c esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_rewrite_page + 0x0000000000000000 0x8 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_delete_obj_lazy + 0x0000000000000000 0xc esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_rewrite_index + 0x0000000000000000 0x30 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_lookup_check_validate + 0x0000000000000000 0x80 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_lookup_check_v + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_page_consistency_check_i + 0x0000000000000000 0x64 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_lookup_consistency_check + 0x0000000000000000 0xc esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_page_consistency_check + 0x0000000000000000 0x4 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .literal.spiffs_object_index_consistency_check + 0x0000000000000000 0x10 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_object_index_search + 0x0000000000000000 0x2c esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_object_get_data_page_index_reference + 0x0000000000000000 0x92 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_object_index_consistency_check_v + 0x0000000000000000 0x1e0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_rewrite_page + 0x0000000000000000 0x4d esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_delete_obj_lazy + 0x0000000000000000 0x52 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_rewrite_index + 0x0000000000000000 0x19d esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_lookup_check_validate + 0x0000000000000000 0x720 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_lookup_check_v + 0x0000000000000000 0x9c esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_page_consistency_check_i + 0x0000000000000000 0x7cf esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_lookup_consistency_check + 0x0000000000000000 0x6c esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_page_consistency_check + 0x0000000000000000 0x4c esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text.spiffs_object_index_consistency_check + 0x0000000000000000 0x80 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_info 0x0000000000000000 0x2176 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_abbrev 0x0000000000000000 0x318 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_loc 0x0000000000000000 0x1c4a esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_ranges 0x0000000000000000 0x150 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_line 0x0000000000000000 0x3aae esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .debug_str 0x0000000000000000 0xa5d esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .literal.xt_set_exception_handler + 0x0000000000000000 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .text.xt_set_exception_handler + 0x0000000000000000 0x46 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .literal.esp_efuse_read_field_bit + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_field_cnt + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_blob + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_cnt + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_bit + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_reg + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_reg + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_begin + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_cancel + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_commit + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x0000000000000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x0000000000000000 0x49 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x0000000000000000 0x7f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x0000000000000000 0x59 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x0000000000000000 0xa3 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x0000000000000000 0x4c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x0000000000000000 0x57 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x0000000000000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x0000000000000000 0x5c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x0000000000000000 0x76 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x0000000000000000 0x61 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x0000000000000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_batch_writing_mode + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_efuse_lock + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.fill_reg + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.set_cnt_in_reg + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.write_reg + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_reset + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_single_block + 0x0000000000000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_pending + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_cnt + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_reg + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_blob + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.fill_reg + 0x0000000000000000 0x9d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.set_cnt_in_reg + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x0000000000000000 0x87 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_reset.str1.4 + 0x0000000000000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x0000000000000000 0x73 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 + 0x0000000000000000 0x12a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_single_block + 0x0000000000000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_pending + 0x0000000000000000 0x60 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x0000000000000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x0000000000000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x0000000000000000 0xdd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0xa2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x25 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_set_write_protect + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_read_protect + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_block_is_empty + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_get_key_dis_read + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_key_dis_read + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_get_key_dis_write + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_key_dis_write + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_key_block_unused + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_find_purpose + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_write_key + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_write_keys + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_block_is_empty + 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x0000000000000000 0xa3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_read + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_read + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_write + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_write + 0x0000000000000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_purpose + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x0000000000000000 0x7 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_purpose + 0x0000000000000000 0x29 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_key + 0x0000000000000000 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x0000000000000000 0xa1 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_keys + 0x0000000000000000 0xff esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_table + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_DECRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_JTAG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_SDIO_HOST + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WAFER_VERSION_MINOR + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_VOL_LEVEL_HP_INV + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_REV2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_REG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC_VREF + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CLK8M_FREQ + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_REV1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_PACKAGE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_HD + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_PACKAGE_4BIT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_BT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_UART_DOWNLOAD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_MAC_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_JTAG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ABS_DONE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ABS_DONE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_REG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC_VREF + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CLK8M_FREQ + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DIS_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_BT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_WR_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_DECRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.JTAG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_SDIO_HOST + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WAFER_VERSION_MINOR + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.VOL_LEVEL_HP_INV + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_REV2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_Q + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_REG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC_VREF + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CLK8M_FREQ + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_REV1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_PACKAGE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_HD + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_PACKAGE_4BIT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_BT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.UART_DOWNLOAD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_MAC_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CUSTOM_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_DECRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_JTAG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ABS_DONE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ABS_DONE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CUSTOM_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_D + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_REG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC_VREF + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CLK8M_FREQ + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_VOL_LEVEL_HP_INV + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DIS_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_BT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_UART_DOWNLOAD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_WR_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .literal.apply_repeat_encoding + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_set_timing + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.read_r_data + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_chip + 0x0000000000000000 0xbc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.apply_repeat_encoding + 0x0000000000000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_set_timing + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.read_r_data + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0xb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x8b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip.str1.4 + 0x0000000000000000 0x2a7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x0000000000000000 0x264 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x0000000000000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x113 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.start_write_addr + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x0000000000000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.gpio_ll_iomux_out + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_set_drive_capability + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_get_drive_capability + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_input_enable + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_input_enable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_input_disable + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_input_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_output_enable + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_output_enable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_output_disable + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_output_disable + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_pulldown_en + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_pulldown_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_pullup_en + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_pullup_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_pulldown_dis + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_pulldown_dis + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_pullup_dis + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_pullup_dis + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_sel_en + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_sleep_sel_dis + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_ll_get_io_config + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.1.literal + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_register_on_core_static + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_level + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_get_level + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_pull_mode + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_direction + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_reset_pin + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_handler_add + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_handler_remove + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_uninstall_isr_service + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_isr_register + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_install_isr_service + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_wakeup_enable + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_wakeup_disable + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_set_drive_capability + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_get_drive_capability + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_en + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_hold_dis + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_en + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_in + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_iomux_out + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_set_direction + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_set_pull_mode + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_sel_en + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_sleep_sel_dis + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.gpio_dump_io_configuration + 0x0000000000000000 0xa8 esp-idf/driver/libdriver.a(gpio.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_iomux_out + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_set_drive_capability.str1.4 + 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_set_drive_capability + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_get_drive_capability.str1.4 + 0x0000000000000000 0xba esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_get_drive_capability + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_input_enable + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_input_enable + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_sleep_input_disable.str1.4 + 0x0000000000000000 0xbc esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_input_disable + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_input_disable + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_output_enable + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_output_enable + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_output_disable + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_output_disable + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_pulldown_en + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_pulldown_en + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_pullup_en + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_pullup_en + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_pulldown_dis + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_pulldown_dis + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_pullup_dis + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_pullup_dis + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_sel_en + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_sleep_sel_dis + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_get_io_config.str1.4 + 0x0000000000000000 0xa6 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_get_io_config + 0x0000000000000000 0xbb esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.0 0x0000000000000000 0x125 esp-idf/driver/libdriver.a(gpio.c.obj) + .iram1.1 0x0000000000000000 0x70 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_register_on_core_static + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_level + 0x0000000000000000 0x106 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_get_level + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_pull_mode.str1.4 + 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_pull_mode + 0x0000000000000000 0x119 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_direction.str1.4 + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_direction + 0x0000000000000000 0xfc esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_reset_pin.str1.4 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_reset_pin + 0x0000000000000000 0x75 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_isr_handler_add.str1.4 + 0x0000000000000000 0x49 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_handler_add + 0x0000000000000000 0xe5 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_handler_remove + 0x0000000000000000 0xce esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_uninstall_isr_service + 0x0000000000000000 0x4e esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_isr_register.str1.4 + 0x0000000000000000 0x81 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_isr_register + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_install_isr_service.str1.4 + 0x0000000000000000 0x23 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_install_isr_service + 0x0000000000000000 0xb2 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_wakeup_enable.str1.4 + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_wakeup_enable + 0x0000000000000000 0xf7 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_wakeup_disable + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_set_drive_capability + 0x0000000000000000 0xd2 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_get_drive_capability + 0x0000000000000000 0xd2 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_hold_en.str1.4 + 0x0000000000000000 0x2f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_en + 0x0000000000000000 0xb9 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_hold_dis + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_en + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_deep_sleep_hold_dis + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_in + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_iomux_out + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_set_direction + 0x0000000000000000 0xe5 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_set_pull_mode + 0x0000000000000000 0x11d esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_sel_en + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_sleep_sel_dis + 0x0000000000000000 0x89 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_dump_io_configuration.str1.4 + 0x0000000000000000 0x1ec esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_dump_io_configuration + 0x0000000000000000 0x21d esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$5 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$7 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$9 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$11 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$12 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$13 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$14 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$15 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$16 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$17 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$18 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$19 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$20 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$21 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$22 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$23 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$24 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$25 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$26 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$27 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$28 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$29 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$30 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$31 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$32 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$33 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$34 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$35 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$36 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$47 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$48 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$49 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + .literal.rtcio_ll_set_drive_capability + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtcio_ll_get_drive_capability + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtcio_ll_force_hold_enable + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtcio_ll_force_hold_disable + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_level + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_level + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_drive_capability + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_get_drive_capability + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_en + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_hold_dis + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_isolate + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_wakeup_enable + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rtc_gpio_wakeup_disable + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtcio_ll_set_drive_capability.str1.4 + 0x0000000000000000 0xb8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_set_drive_capability + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtcio_ll_get_drive_capability.str1.4 + 0x0000000000000000 0xba esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_get_drive_capability + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtcio_ll_force_hold_enable.str1.4 + 0x0000000000000000 0xac esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_force_hold_enable + 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtcio_ll_force_hold_disable.str1.4 + 0x0000000000000000 0xac esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_force_hold_disable + 0x0000000000000000 0x67 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_init + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_level + 0x0000000000000000 0xa2 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_level + 0x0000000000000000 0x51 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_set_drive_capability.str1.4 + 0x0000000000000000 0x6d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_drive_capability + 0x0000000000000000 0xde esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.rtc_gpio_get_drive_capability.str1.4 + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_get_drive_capability + 0x0000000000000000 0xc6 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction + 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_set_direction_in_sleep + 0x0000000000000000 0x5e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_en + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_hold_dis + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_en_all + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_force_hold_dis_all + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_isolate + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_enable + 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_wakeup_disable + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$6 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$15 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$16 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$17 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$18 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$19 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$20 + 0x0000000000000000 0x1e esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$21 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$22 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$25 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(rtc_io.c.obj) + .literal.rmt_get_channel_id + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .literal.rmt_get_channel_resolution + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .literal.rmt_apply_carrier + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .literal.rmt_del_channel + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .literal.rmt_disable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text.rmt_get_channel_id + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text.rmt_get_channel_resolution + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text.rmt_apply_carrier + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text.rmt_del_channel + 0x0000000000000000 0x41 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .text.rmt_disable + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.__FUNCTION__$5 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .literal.rmt_bytes_encoder_update_config + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .text.rmt_bytes_encoder_update_config + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .literal.rmt_new_sync_manager + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .literal.rmt_sync_reset + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .literal.rmt_del_sync_manager + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .literal.rmt_tx_register_event_callbacks + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.rmt_new_sync_manager.str1.4 + 0x0000000000000000 0x3b esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .text.rmt_new_sync_manager + 0x0000000000000000 0x29 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .text.rmt_sync_reset + 0x0000000000000000 0x29 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .text.rmt_del_sync_manager + 0x0000000000000000 0x29 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .text.rmt_tx_register_event_callbacks + 0x0000000000000000 0x76 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__FUNCTION__$5 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .literal.uart_pattern_dequeue + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_link_free + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_try_set_iomux_pin + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_module_enable + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_tx_write_fifo + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_check_buf_full + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_enqueue + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_rx_intr_handler_default + 0x0000000000000000 0x114 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_free_driver_obj + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_alloc_driver_obj + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_module_disable + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_line_inverse + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_sw_flow_ctrl + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_hw_flow_ctrl + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_hw_flow_ctrl + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_clear_intr_status + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_intr_mask + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_intr_mask + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_pop_pos + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_get_pos + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_pattern_queue_reset + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_pattern_det_baud_intr + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_pattern_det_intr + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_rx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_rx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_disable_tx_intr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_enable_tx_intr + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_tx_all + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_pin + 0x0000000000000000 0xb4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rts + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_dtr + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_idle_num + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_param_config + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_intr_config + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_tx_chars + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_write_bytes + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_write_bytes_with_break + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_read_bytes + 0x0000000000000000 0x5c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_tx_buffer_free_size + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_driver_delete + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_driver_install + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_mode + 0x0000000000000000 0x48 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_full_threshold + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_tx_empty_threshold + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_rx_timeout + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_collision_flag + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_wakeup_threshold + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_get_wakeup_threshold + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_wait_tx_idle_polling + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_loop_back + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_set_always_rx_timeout + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_dequeue + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_find_pattern_from_last + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_link_free + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_try_set_iomux_pin + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_module_enable + 0x0000000000000000 0x53 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_tx_write_fifo + 0x0000000000000000 0xa8 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_check_buf_full + 0x0000000000000000 0x72 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_pattern_enqueue.str1.4 + 0x0000000000000000 0x51 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_enqueue + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_rx_intr_handler_default + 0x0000000000000000 0x8ea esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_free_driver_obj + 0x0000000000000000 0x6a esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_alloc_driver_obj + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_module_disable + 0x0000000000000000 0x47 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_line_inverse + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_sw_flow_ctrl.str1.4 + 0x0000000000000000 0x76 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_sw_flow_ctrl + 0x0000000000000000 0xca esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_hw_flow_ctrl.str1.4 + 0x0000000000000000 0x6f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_hw_flow_ctrl + 0x0000000000000000 0xb1 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_hw_flow_ctrl + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_clear_intr_status + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_intr_mask + 0x0000000000000000 0x74 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_intr_mask + 0x0000000000000000 0x71 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_pop_pos + 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_get_pos + 0x0000000000000000 0x7e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_pattern_queue_reset + 0x0000000000000000 0xb2 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_enable_pattern_det_baud_intr.str1.4 + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_pattern_det_baud_intr + 0x0000000000000000 0x13c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_pattern_det_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_rx_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_rx_intr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_disable_tx_intr + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_enable_tx_intr.str1.4 + 0x0000000000000000 0x3b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_enable_tx_intr + 0x0000000000000000 0x9c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_tx_all + 0x0000000000000000 0x17d esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_pin.str1.4 + 0x0000000000000000 0x185 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_pin + 0x0000000000000000 0x39e esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rts.str1.4 + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rts + 0x0000000000000000 0x9c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_dtr + 0x0000000000000000 0x56 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_idle_num.str1.4 + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_idle_num + 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_param_config.str1.4 + 0x0000000000000000 0x2b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_param_config + 0x0000000000000000 0x1a9 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_intr_config + 0x0000000000000000 0xed esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_tx_chars.str1.4 + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_tx_chars + 0x0000000000000000 0xbe esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_write_bytes + 0x0000000000000000 0x98 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_write_bytes_with_break.str1.4 + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_write_bytes_with_break + 0x0000000000000000 0xf0 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_read_bytes + 0x0000000000000000 0x155 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_tx_buffer_free_size.str1.4 + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_tx_buffer_free_size + 0x0000000000000000 0x9b esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_driver_delete.str1.4 + 0x0000000000000000 0x25 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_driver_delete + 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_driver_install.str1.4 + 0x0000000000000000 0x21f esp-idf/driver/libdriver.a(uart.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_driver_install + 0x0000000000000000 0x266 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_mode.str1.4 + 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_mode + 0x0000000000000000 0x11e esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_full_threshold.str1.4 + 0x0000000000000000 0x7f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_full_threshold + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_tx_empty_threshold.str1.4 + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_tx_empty_threshold + 0x0000000000000000 0xc6 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_rx_timeout.str1.4 + 0x0000000000000000 0x3e esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_rx_timeout + 0x0000000000000000 0x96 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_collision_flag.str1.4 + 0x0000000000000000 0x63 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_collision_flag + 0x0000000000000000 0xd6 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_set_wakeup_threshold.str1.4 + 0x0000000000000000 0x3f esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_wakeup_threshold + 0x0000000000000000 0x8e esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_get_wakeup_threshold.str1.4 + 0x0000000000000000 0x31 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_get_wakeup_threshold + 0x0000000000000000 0x6c esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_wait_tx_idle_polling + 0x0000000000000000 0x6b esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_loop_back + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(uart.c.obj) + .text.uart_set_always_rx_timeout + 0x0000000000000000 0x57 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$49 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$48 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$47 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$46 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$45 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$44 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$43 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$42 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$41 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$40 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + .bss.pat_flg$39 + 0x0000000000000000 0x1 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$38 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$36 + 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$33 + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$32 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$31 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$30 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$27 + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$26 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$25 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$24 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$23 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__func__$22 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$20 + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$19 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$18 + 0x0000000000000000 0x22 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$17 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$16 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$15 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$14 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$13 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$12 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$11 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$10 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$9 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$8 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_lock_create + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text.esp_pm_dump_locks + 0x0000000000000000 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .literal.bootloader_mmap_get_free_pages + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_mmap + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_munmap + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_read + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_write + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_sector + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_erase_range + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.0.literal + 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3.literal + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_enable_wp + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_spi_flash_reset + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7.literal + 0x0000000000000000 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_get_spi_mode + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.6 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap_get_free_pages + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x0000000000000000 0x7c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_mmap + 0x0000000000000000 0x73 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_munmap + 0x0000000000000000 0x1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_read + 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_write + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_sector + 0x0000000000000000 0x15 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.0 0x0000000000000000 0x13a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.3 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_enable_wp + 0x0000000000000000 0x13 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x0000000000000000 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x0000000000000000 0xc1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.13 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_get_spi_mode + 0x0000000000000000 0x39 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.11 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.10 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .dram1.5 0x0000000000000000 0x11 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss.map 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.print_flash_info + 0x0000000000000000 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.update_flash_config + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_flash_update_size + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.10.literal + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_configure_spi_pins + 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_init_spi_flash + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .rodata.print_flash_info.str1.4 + 0x0000000000000000 0xf8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.print_flash_info + 0x0000000000000000 0x117 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.update_flash_config + 0x0000000000000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_flash_update_size + 0x0000000000000000 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.10 0x0000000000000000 0x1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_configure_spi_pins + 0x0000000000000000 0x17a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_init_spi_flash + 0x0000000000000000 0x2b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_clock_get_rated_freq_mhz + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .text.bootloader_clock_get_rated_freq_mhz + 0x0000000000000000 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .literal.esp_flash_write_protect_crypt_cnt + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_get_flash_encryption_mode + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_flash_encryption_init_checks + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_flash_encryption_set_release_mode + 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_flash_encryption_cfg_verify_release_mode + 0x0000000000000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_write_protect_crypt_cnt + 0x0000000000000000 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_get_flash_encryption_mode + 0x0000000000000000 0x8a esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_init_checks.str1.4 + 0x0000000000000000 0x95 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_init_checks + 0x0000000000000000 0x46 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.4 + 0x0000000000000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_set_release_mode + 0x0000000000000000 0xde esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 + 0x0000000000000000 0x3d6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_cfg_verify_release_mode + 0x0000000000000000 0x1f4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.bootloader_util_regions_overlap + 0x0000000000000000 0x18 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .literal.esp_partition_unload_all + 0x0000000000000000 0x24 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .literal.esp_partition_verify + 0x0000000000000000 0x24 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .literal.esp_partition_register_external + 0x0000000000000000 0x28 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .literal.esp_partition_deregister_external + 0x0000000000000000 0x14 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.bootloader_util_regions_overlap.str1.4 + 0x0000000000000000 0x5e esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.bootloader_util_regions_overlap + 0x0000000000000000 0x51 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_unload_all + 0x0000000000000000 0x66 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.esp_partition_verify.str1.4 + 0x0000000000000000 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_verify + 0x0000000000000000 0x84 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_register_external + 0x0000000000000000 0xe0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .text.esp_partition_deregister_external + 0x0000000000000000 0x62 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x15 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x19 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .literal.esp_partition_get_sha256 + 0x0000000000000000 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .literal.esp_partition_check_identity + 0x0000000000000000 0x10 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_get_sha256 + 0x0000000000000000 0x15 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .text.esp_partition_check_identity + 0x0000000000000000 0x4c esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .literal.get_ota_ops_entry + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.image_validate + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.find_default_boot_partition + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.read_otadata + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.rewrite_ota_seq + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.check_invalid_otadata + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.get_last_invalid_otadata + 0x0000000000000000 0xc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_begin + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_write + 0x0000000000000000 0x50 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_write_with_offset + 0x0000000000000000 0x44 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_abort + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_end + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_app_partition_count + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_rewrite_ota_data + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_set_boot_partition + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_boot_partition + 0x0000000000000000 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_next_update_partition + 0x0000000000000000 0x1c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_partition_description + 0x0000000000000000 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_check_rollback_is_possible + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_current_ota_is_workable + 0x0000000000000000 0x48 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x14 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_get_state_partition + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .literal.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0x24 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.is_ota_partition + 0x0000000000000000 0x2e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.set_new_state_otadata + 0x0000000000000000 0x7 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_ota_ops_entry + 0x0000000000000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.image_validate + 0x0000000000000000 0x25 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.find_default_boot_partition.str1.4 + 0x0000000000000000 0x4f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.find_default_boot_partition + 0x0000000000000000 0x5c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.read_otadata.str1.4 + 0x0000000000000000 0x62 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.read_otadata + 0x0000000000000000 0x90 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.rewrite_ota_seq + 0x0000000000000000 0x5a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.check_invalid_otadata + 0x0000000000000000 0x32 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.get_last_invalid_otadata + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_begin + 0x0000000000000000 0xde esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write.str1.4 + 0x0000000000000000 0xb5 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write + 0x0000000000000000 0x184 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_write_with_offset.str1.4 + 0x0000000000000000 0xc5 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_write_with_offset + 0x0000000000000000 0xc2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_abort + 0x0000000000000000 0x2c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_end + 0x0000000000000000 0x91 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_app_partition_count.str1.4 + 0x0000000000000000 0x46 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_app_partition_count + 0x0000000000000000 0x40 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_rewrite_ota_data + 0x0000000000000000 0x99 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_set_boot_partition + 0x0000000000000000 0x61 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_boot_partition.str1.4 + 0x0000000000000000 0x4b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_boot_partition + 0x0000000000000000 0x82 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_get_next_update_partition.str1.4 + 0x0000000000000000 0x13 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_next_update_partition + 0x0000000000000000 0x64 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_partition_description + 0x0000000000000000 0x4b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_check_rollback_is_possible + 0x0000000000000000 0xbe esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.esp_ota_current_ota_is_workable.str1.4 + 0x0000000000000000 0xdc esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_current_ota_is_workable + 0x0000000000000000 0xe6 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_valid_cancel_rollback + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_mark_app_invalid_rollback_and_reboot + 0x0000000000000000 0x10 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_last_invalid_partition + 0x0000000000000000 0x66 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_get_state_partition + 0x0000000000000000 0x99 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .text.esp_ota_erase_last_boot_app_partition + 0x0000000000000000 0xd2 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x22 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x20 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x1a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_last_handle + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_ota_ops_entries_head + 0x0000000000000000 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .iram1.17.literal + 0x0000000000000000 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .literal.esp_mmu_map_get_max_consecutive_free_block_size + 0x0000000000000000 0x28 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .literal.esp_mmu_map_reserve_block_with_caps + 0x0000000000000000 0x50 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .literal.esp_mmu_map_dump_mapped_blocks + 0x0000000000000000 0x74 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.5.literal + 0x0000000000000000 0x5c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .literal.esp_mmu_paddr_to_vaddr + 0x0000000000000000 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.17 0x0000000000000000 0x23 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_get_max_consecutive_free_block_size + 0x0000000000000000 0xa9 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_reserve_block_with_caps + 0x0000000000000000 0xe0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map_dump_mapped_blocks.str1.4 + 0x0000000000000000 0x152 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_map_dump_mapped_blocks + 0x0000000000000000 0x12e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.5 0x0000000000000000 0x171 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_paddr_to_vaddr.str1.4 + 0x0000000000000000 0x33 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.esp_mmu_paddr_to_vaddr + 0x0000000000000000 0x7c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__$6 + 0x0000000000000000 0x24 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__$7 + 0x0000000000000000 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.15 0x0000000000000000 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.14 0x0000000000000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.13 0x0000000000000000 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.12 0x0000000000000000 0x1b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.11 0x0000000000000000 0x1e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.10 0x0000000000000000 0x20 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.9 0x0000000000000000 0x19 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.8 0x0000000000000000 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.7 0x0000000000000000 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.6 0x0000000000000000 0x1f esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .literal.cache_register_writeback + 0x0000000000000000 0x4 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .text.cache_register_writeback + 0x0000000000000000 0xc esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .iram1.9.literal + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.10.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.9 0x0000000000000000 0x2f esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .iram1.10 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .literal.s_merge_contiguous_pages + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_mmap_pages + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_mmap_dump + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_mmap_get_free_pages + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .literal.spi_flash_phys2cache + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_find_non_contiguous_block_nums + 0x0000000000000000 0x25 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_pages_to_bytes + 0x0000000000000000 0x20 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.s_merge_contiguous_pages + 0x0000000000000000 0x59 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_pages + 0x0000000000000000 0x107 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_dump + 0x0000000000000000 0x13 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_mmap_get_free_pages + 0x0000000000000000 0x21 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_phys2cache.str1.4 + 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .text.spi_flash_phys2cache + 0x0000000000000000 0x41 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x15 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .iram1.9.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.9 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.12 0x0000000000000000 0x5 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .dram1.7 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.11.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.find_region + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_read_id + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_read_unique_chip_id + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.8.literal + 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.14.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.15.literal + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.17.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.18.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_get_protectable_regions + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.19.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.20.literal + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.27.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_suspend_cmd_init + 0x0000000000000000 0x2c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.esp_flash_app_disable_protect + 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.11 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.find_region + 0x0000000000000000 0x3c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_id + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_read_unique_chip_id + 0x0000000000000000 0x84 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.8 0x0000000000000000 0x15e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.14 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.15 0x0000000000000000 0x48 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.17 0x0000000000000000 0x58 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.18 0x0000000000000000 0x50 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_get_protectable_regions + 0x0000000000000000 0x54 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.19 0x0000000000000000 0xa4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.20 0x0000000000000000 0xd8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.26 0x0000000000000000 0x64 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.27 0x0000000000000000 0x60 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_suspend_cmd_init.str1.4 + 0x0000000000000000 0x93 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_suspend_cmd_init + 0x0000000000000000 0x7a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .text.esp_flash_app_disable_protect + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .literal.acquire_spi_device + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.0.literal + 0x0000000000000000 0x38 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_remove_flash_device + 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .literal.spi_bus_add_flash_device + 0x0000000000000000 0x3c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.use_bus_lock + 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.acquire_spi_device.str1.4 + 0x0000000000000000 0xa6 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.acquire_spi_device + 0x0000000000000000 0xce esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xc8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.0 0x0000000000000000 0x12e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_remove_flash_device + 0x0000000000000000 0x39 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.spi_bus_add_flash_device.str1.4 + 0x0000000000000000 0x2c esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .text.spi_bus_add_flash_device + 0x0000000000000000 0x15b esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0xe esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .iram1.3.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.5.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.2.literal + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.4.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_init_os_functions + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_flash_deinit_os_functions + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.use_bus_lock + 0x0000000000000000 0xa esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.3 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.5 0x0000000000000000 0x1a esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.2 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.4 0x0000000000000000 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_os_functions + 0x0000000000000000 0x6b esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_deinit_os_functions + 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .text.esp_flash_init_main_bus_lock + 0x0000000000000000 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .rodata.esp_flash_spi23_default_os_functions + 0x0000000000000000 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.11.literal + 0x0000000000000000 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.9 0x0000000000000000 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.11 0x0000000000000000 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .literal.memspi_host_erase_sector + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_erase_block + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal.memspi_host_program_page + 0x0000000000000000 0x14 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_chip + 0x0000000000000000 0x26 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_erase_sector.str1.4 + 0x0000000000000000 0x4c esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_sector + 0x0000000000000000 0x4a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_erase_block + 0x0000000000000000 0x4b esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.memspi_host_program_page.str1.4 + 0x0000000000000000 0x1e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_program_page + 0x0000000000000000 0x52 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_read + 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .text.memspi_host_set_write_protect + 0x0000000000000000 0x32 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x18 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .literal._esp_error_check_failed_without_abort + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed_without_abort.str1.4 + 0x0000000000000000 0x1e esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .text._esp_error_check_failed_without_abort + 0x0000000000000000 0x2c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .iram1.4.literal + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.5.literal + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.4 0x0000000000000000 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .iram1.5 0x0000000000000000 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .literal.esp_ipc_call + 0x0000000000000000 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .text.esp_ipc_call + 0x0000000000000000 0x15 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .literal.delete_entry + 0x0000000000000000 0x58 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_stop + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_restart + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_add_user + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_reset_user + 0x0000000000000000 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_delete + 0x0000000000000000 0x20 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.unsubscribe_idle + 0x0000000000000000 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_reconfigure + 0x0000000000000000 0x44 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_deinit + 0x0000000000000000 0x3c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_delete_user + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_status + 0x0000000000000000 0x2c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.delete_entry + 0x0000000000000000 0x11a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_stop + 0x0000000000000000 0x35 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_restart + 0x0000000000000000 0x35 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_add_user + 0x0000000000000000 0x87 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reset_user.str1.4 + 0x0000000000000000 0x36 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reset_user + 0x0000000000000000 0xc2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete + 0x0000000000000000 0x4a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.unsubscribe_idle.str1.4 + 0x0000000000000000 0x26 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.unsubscribe_idle + 0x0000000000000000 0x5b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_reconfigure.str1.4 + 0x0000000000000000 0x39 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_reconfigure + 0x0000000000000000 0xde esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_deinit.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_deinit + 0x0000000000000000 0x9b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_delete_user + 0x0000000000000000 0x6c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.esp_task_wdt_status + 0x0000000000000000 0x6a esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$6 + 0x0000000000000000 0x16 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$9 + 0x0000000000000000 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.__FUNCTION__$11 + 0x0000000000000000 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.esp_task_wdt_impl_timer_reconfigure + 0x0000000000000000 0x10 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .literal.esp_task_wdt_impl_timer_free + 0x0000000000000000 0x28 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .literal.esp_task_wdt_impl_timer_stop + 0x0000000000000000 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_reconfigure + 0x0000000000000000 0x51 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.esp_task_wdt_impl_timer_free.str1.4 + 0x0000000000000000 0x84 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_free + 0x0000000000000000 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text.esp_task_wdt_impl_timer_stop + 0x0000000000000000 0x29 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1d esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .iram1.0.literal + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.0 0x0000000000000000 0x22 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .literal.spi_cache_mode_switch + 0x0000000000000000 0x3c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_read_status + 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_wait_idle + 0x0000000000000000 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_block_internal + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_sector_internal + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_read_data + 0x0000000000000000 0x34 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_enable_write + 0x0000000000000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_program_page_internal + 0x0000000000000000 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write_status + 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_clear_bp + 0x0000000000000000 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_set_bp + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x2c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_chip + 0x0000000000000000 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_block + 0x0000000000000000 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_sector + 0x0000000000000000 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write + 0x0000000000000000 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write_encrypted + 0x0000000000000000 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_read + 0x0000000000000000 0x5c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_area + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write_disable + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.spi_cache_mode_switch + 0x0000000000000000 0x286 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_read_status + 0x0000000000000000 0x63 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_wait_idle + 0x0000000000000000 0x32 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_block_internal + 0x0000000000000000 0x3c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_sector_internal + 0x0000000000000000 0x48 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .rodata.esp_rom_spiflash_read_data.str1.4 + 0x0000000000000000 0x170 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_read_data + 0x0000000000000000 0x12c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_enable_write + 0x0000000000000000 0x3d esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .rodata.esp_rom_spiflash_program_page_internal.str1.4 + 0x0000000000000000 0x13c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_program_page_internal + 0x0000000000000000 0x13a esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0x21 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write_status + 0x0000000000000000 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_clear_bp + 0x0000000000000000 0xdc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_set_bp + 0x0000000000000000 0x53 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x9e esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x2a esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_block + 0x0000000000000000 0x6a esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_sector + 0x0000000000000000 0x6a esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write + 0x0000000000000000 0xda esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write_encrypted + 0x0000000000000000 0x5a esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_read + 0x0000000000000000 0x284 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_area + 0x0000000000000000 0xbe esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write_disable + 0x0000000000000000 0x1d esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0x1b esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .rodata.__func__$14 + 0x0000000000000000 0x27 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_frame 0x0000000000000000 0x220 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_info 0x0000000000000000 0xfe1 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_abbrev 0x0000000000000000 0x32f esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_loc 0x0000000000000000 0xb8f esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_aranges + 0x0000000000000000 0xc8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_ranges 0x0000000000000000 0xb8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_line 0x0000000000000000 0x317c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_str 0x0000000000000000 0x8d1 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .literal.mmu_ll_entry_id_to_vaddr_base + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_ll_find_entry_id_based_on_map_value + 0x0000000000000000 0xc esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_unmap_all + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_init + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_paddr_to_vaddr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_entry_id_to_vaddr_base + 0x0000000000000000 0xaa esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_ll_find_entry_id_based_on_map_value + 0x0000000000000000 0x6a esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_all + 0x0000000000000000 0x8d esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_init + 0x0000000000000000 0xb esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_bytes_to_pages + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_paddr_to_vaddr + 0x0000000000000000 0x71 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.rtcio_ll_input_disable + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_input_enable + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_enable_input_in_sleep + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_enable_output_in_sleep + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_enable_sleep_setting + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_disable_input_in_sleep + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_disable_output_in_sleep + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_disable_sleep_setting + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_pullup_disable + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_pulldown_disable + 0x0000000000000000 0x1c esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_ll_force_hold_enable + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_set_direction + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .literal.rtcio_hal_isolate + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_ll_input_disable.str1.4 + 0x0000000000000000 0xef esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_input_disable + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_ll_input_enable.str1.4 + 0x0000000000000000 0xb8 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_input_enable + 0x0000000000000000 0x4b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_ll_enable_input_in_sleep.str1.4 + 0x0000000000000000 0xb6 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_enable_input_in_sleep + 0x0000000000000000 0x4b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_enable_output_in_sleep + 0x0000000000000000 0x4b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_enable_sleep_setting + 0x0000000000000000 0x4b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_ll_disable_input_in_sleep.str1.4 + 0x0000000000000000 0xba esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_disable_input_in_sleep + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_disable_output_in_sleep + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_disable_sleep_setting + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_pullup_disable + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_pulldown_disable + 0x0000000000000000 0x50 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.rtcio_ll_force_hold_enable.str1.4 + 0x0000000000000000 0xac esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_ll_force_hold_enable + 0x0000000000000000 0x5e esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction + 0x0000000000000000 0x1c2 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_set_direction_in_sleep + 0x0000000000000000 0x86 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text.rtcio_hal_isolate + 0x0000000000000000 0x4a esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1b esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1a esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x1f esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x21 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x1e esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0x1f esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$9 + 0x0000000000000000 0x16 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x17 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_frame 0x0000000000000000 0x160 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_info 0x0000000000000000 0x1b5f esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x2ed esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_loc 0x0000000000000000 0x3e2 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x88 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_ranges 0x0000000000000000 0x78 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_line 0x0000000000000000 0x1250 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .debug_str 0x0000000000000000 0xc03 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .literal.uart_hal_set_sclk + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_hw_flow_ctrl + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_at_cmd_char + 0x0000000000000000 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_tx_idle_num + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_txfifo_empty_thr + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_mode + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_inverse_signal + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_loop_back + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_init + 0x0000000000000000 0x14 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_set_rx_timeout + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sclk + 0x0000000000000000 0x27 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_hw_flow_ctrl + 0x0000000000000000 0x72 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_hw_flow_ctrl + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_sw_flow_ctrl + 0x0000000000000000 0xfd esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_at_cmd_char + 0x0000000000000000 0xad esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_tx_idle_num + 0x0000000000000000 0x22 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_dtr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_rxfifo_full_thr + 0x0000000000000000 0x1d esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_txfifo_empty_thr + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_wakeup_thrd + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_wakeup_thrd + 0x0000000000000000 0x13 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_mode + 0x0000000000000000 0x1be esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_is_hw_rts_en + 0x0000000000000000 0xf esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_inverse_signal + 0x0000000000000000 0xe3 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_loop_back + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_init + 0x0000000000000000 0xdc esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_symb_len + 0x0000000000000000 0x67 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_set_rx_timeout + 0x0000000000000000 0x6e esp-idf/hal/libhal.a(uart_hal.c.obj) + .text.uart_hal_get_max_rx_timeout_thrd + 0x0000000000000000 0x27 esp-idf/hal/libhal.a(uart_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .literal.rmt_hal_rx_channel_reset + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .text.rmt_hal_rx_channel_reset + 0x0000000000000000 0xa1 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_HOLD_MASK + 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .rodata.uart_periph_signal + 0x0000000000000000 0x48 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_info 0x0000000000000000 0x298 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_abbrev 0x0000000000000000 0xd4 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_line 0x0000000000000000 0x21b esp-idf/soc/libsoc.a(uart_periph.c.obj) + .debug_str 0x0000000000000000 0x50b esp-idf/soc/libsoc.a(uart_periph.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .rodata.spi_periph_signal + 0x0000000000000000 0x6c esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_info 0x0000000000000000 0x281b esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x1d0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_line 0x0000000000000000 0x229 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .debug_str 0x0000000000000000 0x1b53 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_dma_ext_capable + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text.esp_ptr_external_ram + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .literal.esp_mac_addr_len_get + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_iface_mac_addr_set + 0x0000000000000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_base_mac_addr_set + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_efuse_mac_get_custom + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_derive_local_mac + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_base_mac_addr_get + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_mac_addr_len_get + 0x0000000000000000 0x2b esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_iface_mac_addr_set + 0x0000000000000000 0xad esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_set + 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_efuse_mac_get_custom + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_derive_local_mac + 0x0000000000000000 0x69 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .text.esp_base_mac_addr_get + 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .literal.esp_gpio_is_pin_reserved + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text.esp_gpio_is_pin_reserved + 0x0000000000000000 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .literal.xEventGroupCreateStatic + 0x0000000000000000 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.xEventGroupGetBitsFromISR + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.xEventGroupSync + 0x0000000000000000 0x4c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.xEventGroupGetStaticBuffer + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.vEventGroupSetBitsCallback + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.vEventGroupClearBitsCallback + 0x0000000000000000 0x4 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .data 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupCreateStatic + 0x0000000000000000 0x73 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetBitsFromISR + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupSync + 0x0000000000000000 0x10a esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.xEventGroupGetStaticBuffer.str1.4 + 0x0000000000000000 0x20 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.xEventGroupGetStaticBuffer + 0x0000000000000000 0x3d esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupSetBitsCallback + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .text.vEventGroupClearBitsCallback + 0x0000000000000000 0xf esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1b esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x10 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x18 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .literal.__atomic_exchange_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_compare_exchange_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_fetch_and_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_fetch_or_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_fetch_xor_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_fetch_nand_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_add_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_sub_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_and_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_or_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_xor_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_nand_fetch_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_add_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_sub_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_and_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_or_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_xor_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_fetch_and_nand_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_add_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_sub_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_and_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_or_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_xor_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_nand_and_fetch_8 + 0x0000000000000000 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_bool_compare_and_swap_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_val_compare_and_swap_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_lock_test_and_set_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__sync_lock_release_8 + 0x0000000000000000 0x1c esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_load + 0x0000000000000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_store + 0x0000000000000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.__atomic_compare_exchange + 0x0000000000000000 0x28 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_exchange_8 + 0x0000000000000000 0x5b esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange_8 + 0x0000000000000000 0x7b esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_and_8 + 0x0000000000000000 0x73 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_or_8 + 0x0000000000000000 0x73 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_xor_8 + 0x0000000000000000 0x73 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_fetch_nand_8 + 0x0000000000000000 0x73 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_add_fetch_8 + 0x0000000000000000 0x6f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_sub_fetch_8 + 0x0000000000000000 0x6f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_and_fetch_8 + 0x0000000000000000 0x62 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_or_fetch_8 + 0x0000000000000000 0x63 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_xor_fetch_8 + 0x0000000000000000 0x63 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_nand_fetch_8 + 0x0000000000000000 0x6b esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_add_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_sub_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_and_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_or_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_xor_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_fetch_and_nand_8 + 0x0000000000000000 0x17 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_add_and_fetch_8 + 0x0000000000000000 0x20 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_sub_and_fetch_8 + 0x0000000000000000 0x24 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_and_and_fetch_8 + 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_or_and_fetch_8 + 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_xor_and_fetch_8 + 0x0000000000000000 0x19 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_nand_and_fetch_8 + 0x0000000000000000 0x21 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_bool_compare_and_swap_8 + 0x0000000000000000 0x73 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_val_compare_and_swap_8 + 0x0000000000000000 0x7f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_test_and_set_8 + 0x0000000000000000 0x5b esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__sync_lock_release_8 + 0x0000000000000000 0x4f esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_load + 0x0000000000000000 0x53 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_store + 0x0000000000000000 0x53 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .text.__atomic_compare_exchange + 0x0000000000000000 0x77 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .literal.esp_err_to_name_r + 0x0000000000000000 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_err_to_name_r.str1.4 + 0x0000000000000000 0xc esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .text.esp_err_to_name_r + 0x0000000000000000 0x56 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal.esp_event_handler_instance_register + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_handler_instance_unregister + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_isr_post + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_loop_delete_default + 0x0000000000000000 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_register + 0x0000000000000000 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_handler_instance_unregister + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_isr_post + 0x0000000000000000 0x24 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .text.esp_event_loop_delete_default + 0x0000000000000000 0x26 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .literal.esp_event_handler_instance_register_with + 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .literal.esp_event_isr_post_to + 0x0000000000000000 0x1c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_register_with + 0x0000000000000000 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_handler_instance_unregister_with + 0x0000000000000000 0x21 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_isr_post_to + 0x0000000000000000 0x9a esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_dump + 0x0000000000000000 0x7 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL24lookup_storage_from_namePKc + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_dump + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_init_partition_ptr + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_erase_all + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_stats + 0x0000000000000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_used_entry_count + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_find + 0x0000000000000000 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_next + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_entry_info + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_release_iterator + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_erase_partition_ptr + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_deinit_partition + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_flash_deinit + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIsEimPKcT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_i16 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIlEimPKcT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_i32 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIxEimPKcT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_i64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_setIyEimPKcT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_set_u64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIsEimPKcPT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_i16 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIlEimPKcPT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_i32 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIxEimPKcPT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_i64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._Z7nvs_getIyEimPKcPT_ + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal.nvs_get_u64 + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL24lookup_storage_from_namePKc + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL15create_iteratorPN3nvs7StorageE10nvs_type_t + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_dump + 0x0000000000000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_init_partition_ptr + 0x0000000000000000 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_erase_all + 0x0000000000000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_stats + 0x0000000000000000 0x5e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_used_entry_count + 0x0000000000000000 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_find + 0x0000000000000000 0x8e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_next + 0x0000000000000000 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_entry_info + 0x0000000000000000 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_release_iterator + 0x0000000000000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_erase_partition_ptr + 0x0000000000000000 0x5a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit_partition + 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_flash_deinit + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIsEimPKcT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i16 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIlEEiPKcT_ + 0x0000000000000000 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIlEimPKcT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i32 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIxEimPKcT_ + 0x0000000000000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_i64 + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x0000000000000000 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_setIyEimPKcT_ + 0x0000000000000000 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_set_u64 + 0x0000000000000000 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIsEimPKcPT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i16 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIlEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIlEimPKcPT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i32 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIxEimPKcPT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_i64 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._Z7nvs_getIyEimPKcPT_ + 0x0000000000000000 0x32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text.nvs_get_u64 + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIsEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIlEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIxEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8set_itemIyEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIsEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIlEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIxEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xt.prop._ZN3nvs9NVSHandle8get_itemIyEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .literal._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZNK3nvs7Storage7isValidEv + 0x0000000000000000 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x17 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9fillStatsER11nvs_stats_t + 0x0000000000000000 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage13fillEntryInfoERNS_4ItemER16nvs_entry_info_t + 0x0000000000000000 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x8a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN3nvs7Storage9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .literal._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9debugDumpEv + 0x0000000000000000 0xe esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9fillStatsER11nvs_stats_t + 0x0000000000000000 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple22calcEntriesInNamespaceERj + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9findEntryEP21nvs_opaque_iterator_tPKc + 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .text._ZN3nvs15NVSHandleSimple9nextEntryEP21nvs_opaque_iterator_t + 0x0000000000000000 0x11 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .group 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .group 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .text._ZN3nvs19NVSPartitionManager17open_handles_sizeEv + 0x0000000000000000 0x7 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .rodata._ZTVN3nvs9NVSHandleE + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .xt.prop._ZTVN3nvs9NVSHandleE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .literal._ZN3nvs4Lock6uninitEv + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .text._ZN3nvs4Lock6uninitEv + 0x0000000000000000 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .group 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page10setVersionEh + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x0000000000000000 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page10setVersionEh + 0x0000000000000000 0x19 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page15pageStateToNameENS0_9PageStateE.str1.4 + 0x0000000000000000 0xbc esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x61 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZNK3nvs4Page9debugDumpEv.str1.4 + 0x0000000000000000 0x96 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0xdb esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .rodata._ZN3nvs4Page11calcEntriesER11nvs_stats_t.str1.4 + 0x0000000000000000 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page11calcEntriesER11nvs_stats_t + 0x0000000000000000 0x71 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x0000000000000000 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .group 0x0000000000000000 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .literal._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x0000000000000000 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .literal._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZN3nvs11PageManager9fillStatsER11nvs_stats_t + 0x0000000000000000 0x45 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xt.lit._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xt.prop._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .literal.do_stop + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_do_restart + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.do_setserver + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_sync_status + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_sync_mode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_sync_mode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_time_sync_notification_cb + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_sync_status + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_sync_interval + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_restart + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_get_system_time + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_stop + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_setserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_getservername + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_getserver + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_getreachability + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_getoperatingmode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.esp_sntp_enabled + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.do_stop 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_do_restart + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.do_setserver + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_sync_status + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_sync_mode + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_sync_mode + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_time_sync_notification_cb + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_sync_status + 0x0000000000000000 0x48 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_set_sync_interval + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_restart + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_get_system_time + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_stop + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_setserver + 0x0000000000000000 0x1b esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_getservername + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_getserver + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_getreachability + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_getoperatingmode + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.esp_sntp_enabled + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.lwip_poll_inc_sockets_used + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_pollscan + 0x0000000000000000 0x3c esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_poll_dec_sockets_used + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_getaddrname + 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_thread_init + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_thread_cleanup + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_socket_dbg_get_socket + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_recvmsg + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_readv + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_sendmsg + 0x0000000000000000 0x7c esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_writev + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_poll + 0x0000000000000000 0x4c esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_getpeername + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_getsockname + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.lwip_inet_ntop + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_inc_sockets_used + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_pollscan + 0x0000000000000000 0x148 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll_dec_sockets_used + 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getaddrname + 0x0000000000000000 0x105 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_init + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_thread_cleanup + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_socket_dbg_get_socket + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_recvmsg + 0x0000000000000000 0x164 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_readv + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_sendmsg + 0x0000000000000000 0x25a esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_writev + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_poll.str1.4 + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_poll + 0x0000000000000000 0x13c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getpeername + 0x0000000000000000 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_getsockname + 0x0000000000000000 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_inet_ntop + 0x0000000000000000 0x6a esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.pbuf_free_int + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_new + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_delete + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_trycallback + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.tcpip_callbackmsg_trycallback_fromisr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.pbuf_free_callback + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.mem_free_callback + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_int + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_new + 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_delete + 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback + 0x0000000000000000 0x2d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.tcpip_callbackmsg_trycallback_fromisr + 0x0000000000000000 0x2d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.pbuf_free_callback + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .text.mem_free_callback + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x1e esp-idf/lwip/liblwip.a(tcpip.c.obj) + .literal.sntp_stop + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_enabled + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getoperatingmode + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getreachability + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_setserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_getservername + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_stop + 0x0000000000000000 0x4e esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_enabled + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getoperatingmode + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getreachability + 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_setserver + 0x0000000000000000 0x4a esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getserver + 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(sntp.c.obj) + .text.sntp_getservername + 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.lwip_strnstr + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .literal.lwip_itoa + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_strnstr + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_stricmp + 0x0000000000000000 0x41 esp-idf/lwip/liblwip.a(def.c.obj) + .text.lwip_itoa + 0x0000000000000000 0x9b esp-idf/lwip/liblwip.a(def.c.obj) + .literal.dns_clear_cache + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + .literal.dns_getserver + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_clear_cache + 0x0000000000000000 0x3e esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_getserver + 0x0000000000000000 0x1a esp-idf/lwip/liblwip.a(dns.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .literal.ipaddr_ntoa + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip.c.obj) + .literal.ipaddr_ntoa_r + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_ntoa + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(ip.c.obj) + .text.ipaddr_ntoa_r + 0x0000000000000000 0x2e esp-idf/lwip/liblwip.a(ip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .literal.memp_malloc_pool + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .literal.memp_free_pool + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_init_pool + 0x0000000000000000 0x5 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_malloc_pool.str1.4 + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_malloc_pool + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(memp.c.obj) + .text.memp_free_pool + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0xf esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(memp.c.obj) + .literal.netif_input + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_index_to_name + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_name_to_index + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_ipaddr + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_netmask + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_set_gw + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_add_noaddr + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_create_ip6_linklocal_address + 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_add_ip6_address + 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_input.str1.4 + 0x0000000000000000 0x37 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_input + 0x0000000000000000 0x55 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_index_to_name + 0x0000000000000000 0x2e esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_name_to_index + 0x0000000000000000 0x1d esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_ipaddr + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_netmask + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_set_gw + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_noaddr + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_create_ip6_linklocal_address.str1.4 + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_create_ip6_linklocal_address + 0x0000000000000000 0xf6 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_add_ip6_address.str1.4 + 0x0000000000000000 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_add_ip6_address + 0x0000000000000000 0xd5 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.pbuf_header + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_dechain + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_get_contiguous + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_coalesce + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_memcmp + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_memfind + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_strstr + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_header + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_dechain.str1.4 + 0x0000000000000000 0x39 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_dechain + 0x0000000000000000 0x69 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_get_contiguous + 0x0000000000000000 0x52 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_coalesce + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memcmp + 0x0000000000000000 0x63 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_memfind + 0x0000000000000000 0x41 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .text.pbuf_strstr + 0x0000000000000000 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.raw_disconnect + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .text.raw_disconnect + 0x0000000000000000 0x8b esp-idf/lwip/liblwip.a(raw.c.obj) + .literal.tcp_listen_with_backlog + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_txnow + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_debug_state_str + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_tcp_get_tcp_addrinfo + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .literal.tcp_new + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_listen_with_backlog + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_txnow + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_setprio + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_debug_state_str + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_tcp_get_tcp_addrinfo + 0x0000000000000000 0x41 esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_new 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x76 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_state_str + 0x0000000000000000 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .literal.sys_timeouts_deinit + 0x0000000000000000 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .literal.sys_restart_timeouts + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_timeouts_deinit + 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text.sys_restart_timeouts + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.lwip_num_cyclic_timers + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .literal.dhcp_inform + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_inform + 0x0000000000000000 0xa8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .literal.etharp_find_addr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .literal.etharp_get_entry + 0x0000000000000000 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_find_addr.str1.4 + 0x0000000000000000 0x22 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_find_addr + 0x0000000000000000 0x62 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text.etharp_get_entry + 0x0000000000000000 0x75 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x11 esp-idf/lwip/liblwip.a(etharp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .literal.ip4_set_default_multicast_netif + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .literal.ip4_output + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_set_default_multicast_netif + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_output + 0x0000000000000000 0x51 esp-idf/lwip/liblwip.a(ip4.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip4.c.obj) + .literal.ip4_addr_netmask_valid + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .literal.ipaddr_addr + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .literal.ip4addr_ntoa_r + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .literal.ip4addr_ntoa + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4_addr_netmask_valid + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ipaddr_addr + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4addr_ntoa_r + 0x0000000000000000 0x92 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text.ip4addr_ntoa + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .bss.str$0 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .literal.icmp6_send_response_with_addrs + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_packet_too_big + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_time_exceeded + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.icmp6_time_exceeded_with_addrs + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.icmp6_send_response_with_addrs.str1.4 + 0x0000000000000000 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_send_response_with_addrs + 0x0000000000000000 0x4e esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_packet_too_big + 0x0000000000000000 0x13 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .text.icmp6_time_exceeded_with_addrs + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(icmp6.c.obj) + .literal.ip6_output + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(ip6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .text.ip6_output + 0x0000000000000000 0x171 esp-idf/lwip/liblwip.a(ip6.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(ip6.c.obj) + .literal.ip6addr_ntoa_r + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .literal.ip6addr_ntoa + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .rodata.ip6addr_ntoa_r.str1.4 + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text.ip6addr_ntoa_r + 0x0000000000000000 0x218 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text.ip6addr_ntoa + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .bss.str$0 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .literal.ip4_netif_exist + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .text.ip4_netif_exist + 0x0000000000000000 0x38 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .literal.sys_mutex_free + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mbox_trypost_fromisr + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_jiffies + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_thread_sem_deinit + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_delay_ms + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mutex_free + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_trypost_fromisr.str1.4 + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mbox_trypost_fromisr + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_mbox_set_owner + 0x0000000000000000 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_jiffies + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_thread_sem_deinit + 0x0000000000000000 0x26 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text.sys_delay_ms + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .literal.netconn_bind_if + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_sendto + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_close + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv_udp_raw_netbuf + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv_tcp_pbuf + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_recv + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_thread_init + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.netconn_thread_cleanup + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_bind_if + 0x0000000000000000 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_sendto + 0x0000000000000000 0x75 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_close + 0x0000000000000000 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_udp_raw_netbuf + 0x0000000000000000 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv_tcp_pbuf + 0x0000000000000000 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv.str1.4 + 0x0000000000000000 0xa esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_recv + 0x0000000000000000 0xb1 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_thread_init.str1.4 + 0x0000000000000000 0x27 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_init + 0x0000000000000000 0x32 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .text.netconn_thread_cleanup + 0x0000000000000000 0x16 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0xd esp-idf/lwip/liblwip.a(api_lib.c.obj) + .literal.lwip_netconn_do_bind_if + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text.lwip_netconn_do_bind_if + 0x0000000000000000 0x74 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .literal.netbuf_new + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.netbuf_ref + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.netbuf_chain + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_new + 0x0000000000000000 0x1c esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_ref + 0x0000000000000000 0x46 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_chain + 0x0000000000000000 0x22 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_data + 0x0000000000000000 0x39 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_next + 0x0000000000000000 0x2a esp-idf/lwip/liblwip.a(netbuf.c.obj) + .text.netbuf_first + 0x0000000000000000 0xb esp-idf/lwip/liblwip.a(netbuf.c.obj) + .literal.inet_cksum_pseudo_partial_base + 0x0000000000000000 0x20 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.inet_chksum_pseudo_partial + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.ip6_chksum_pseudo_partial + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.ip_chksum_pseudo_partial + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.inet_cksum_pseudo_partial_base.str1.4 + 0x0000000000000000 0x3d esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_cksum_pseudo_partial_base + 0x0000000000000000 0xc0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.inet_chksum_pseudo_partial + 0x0000000000000000 0x3e esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip6_chksum_pseudo_partial + 0x0000000000000000 0x55 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .text.ip_chksum_pseudo_partial + 0x0000000000000000 0x34 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .literal.esp_netif_next + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .text.esp_netif_next + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .literal.esp_netif_dhcpc_option_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_find_if_api + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_lwip_ipc_call_fn + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_start_api + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_stop_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_stop_api + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip_info_api + 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_get_clients_by_mac_api + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_dns_info_api + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_dns_info_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_create_ip6_linklocal_api + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_netif_impl_name_api + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_ppp_set_auth_api + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_join_ip6_multicast_group_api + 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_leave_ip6_multicast_group_api + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_add_ip6_address_api + 0x0000000000000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_remove_ip6_address_api + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_default_netif + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_default_netif + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip4_addr + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_ntoa + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_ip4addr_aton + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_str_to_ip4 + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_str_to_ip6 + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_deinit + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_tcpip_exec + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_find_if + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_destroy + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_stop + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_start + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_stop + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_mac + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_option_api + 0x0000000000000000 0x38 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_ip_info + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_get_clients_by_mac + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_set_dns_info + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_dns_info + 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_ip6_get_addr_type + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_create_ip6_linklocal + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_ip6_linklocal + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_ip6_global + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_all_ip6 + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_all_preferred_ip6 + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcps_option + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_dhcpc_option + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_get_netif_impl_name + 0x0000000000000000 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_ppp_set_auth + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_join_ip6_multicast_group + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_leave_ip6_multicast_group + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_add_ip6_address + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .literal.esp_netif_remove_ip6_address + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.tcpip_exec_api + 0x0000000000000000 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option_api + 0x0000000000000000 0x90 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_find_if_api + 0x0000000000000000 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call_fn + 0x0000000000000000 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start_api + 0x0000000000000000 0xc1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop_api + 0x0000000000000000 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcpc_stop_api.str1.4 + 0x0000000000000000 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop_api + 0x0000000000000000 0x61 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_set_ip_info_api.str1.4 + 0x0000000000000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info_api + 0x0000000000000000 0x12a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_clients_by_mac_api + 0x0000000000000000 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info_api + 0x0000000000000000 0x52 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info_api + 0x0000000000000000 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal_api + 0x0000000000000000 0x26 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_name_api + 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ppp_set_auth_api + 0x0000000000000000 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_join_ip6_multicast_group_api.str1.4 + 0x0000000000000000 0x3b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_join_ip6_multicast_group_api + 0x0000000000000000 0x4e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_leave_ip6_multicast_group_api.str1.4 + 0x0000000000000000 0x44 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_leave_ip6_multicast_group_api + 0x0000000000000000 0x56 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_add_ip6_address_api.str1.4 + 0x0000000000000000 0x7c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_add_ip6_address_api + 0x0000000000000000 0xe4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_remove_ip6_address_api + 0x0000000000000000 0x40 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_default_netif + 0x0000000000000000 0x11 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_default_netif + 0x0000000000000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip4_addr + 0x0000000000000000 0x43 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_ntoa + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_ip4addr_aton + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip4 + 0x0000000000000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_str_to_ip6 + 0x0000000000000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_handle_from_netif_impl + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl + 0x0000000000000000 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_deinit + 0x0000000000000000 0x19 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_tcpip_exec + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_find_if + 0x0000000000000000 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_destroy + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_transmit + 0x0000000000000000 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_stop + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_status + 0x0000000000000000 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_start + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_stop + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_mac + 0x0000000000000000 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_dhcps_option_api.str1.4 + 0x0000000000000000 0x5c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_option_api + 0x0000000000000000 0x29d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_ip_info + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_get_clients_by_mac + 0x0000000000000000 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_dns_info + 0x0000000000000000 0x59 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_get_dns_info.str1.4 + 0x0000000000000000 0x34 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_dns_info + 0x0000000000000000 0x46 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ip6_get_addr_type + 0x0000000000000000 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_create_ip6_linklocal + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_linklocal + 0x0000000000000000 0x4e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_ip6_global + 0x0000000000000000 0x76 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_all_ip6 + 0x0000000000000000 0xf4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_all_preferred_ip6 + 0x0000000000000000 0xf6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_route_prio + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcps_option + 0x0000000000000000 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_dhcpc_option + 0x0000000000000000 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_index + 0x0000000000000000 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_get_netif_impl_name + 0x0000000000000000 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_napt_enable + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_ppp_set_auth + 0x0000000000000000 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_napt_disable + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_set_link_speed + 0x0000000000000000 0x7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_join_ip6_multicast_group + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_leave_ip6_multicast_group + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_add_ip6_address + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_remove_ip6_address + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x1e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x17 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .rodata.g_wifi_default_mesh_crypto_funcs + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .literal.sha384_vector + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.sha512_vector + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_init + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_update + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_hash_finish + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.hmac_sha384_vector + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.hmac_sha384 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.aes_128_ctr_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_mod_exp + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .literal.crypto_dh_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha384_vector + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.sha512_vector + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_init + 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_update + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_hash_finish + 0x0000000000000000 0x10a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384_vector + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.hmac_sha384 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.aes_128_ctr_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_mod_exp + 0x0000000000000000 0xb9 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_dh_init + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_global_init + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text.crypto_global_deinit + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .literal.ccmp_aad_nonce_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_encrypt_pv1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_decrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.ccmp_256_encrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_aad_nonce_pv1 + 0x0000000000000000 0xd2 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_get_pn + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_encrypt_pv1 + 0x0000000000000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_decrypt + 0x0000000000000000 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .text.ccmp_256_encrypt + 0x0000000000000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .literal.aes_gcm_ad + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.aes_gcm_ad + 0x0000000000000000 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .literal.hwaddr_aton2 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.printf_encode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.wpa_ssid_txt + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.wpa_merge_byte_arrays + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.str_clear_free + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_gmtime + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.os_mktime + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .literal.get_param + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.hwaddr_aton2 + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .rodata.printf_encode.str1.4 + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.printf_encode + 0x0000000000000000 0xcb esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_ssid_txt + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.__hide_aliasing_typecast + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_is_hex + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.has_ctrl_char + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.wpa_merge_byte_arrays + 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.str_clear_free + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_gmtime + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.os_mktime + 0x0000000000000000 0xde esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.rssi_to_rcpi + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.get_param + 0x0000000000000000 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .bss.ssid_txt$0 + 0x0000000000000000 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .literal.esp_wifi_deinit + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.esp_wifi_deinit + 0x0000000000000000 0x1d esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .text.ieee80211_ftm_attach + 0x0000000000000000 0x7 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .literal.disconnect_and_destroy + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_wifi_set_default_wifi_nan_handlers + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_wifi_clear_default_wifi_driver_and_handlers + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_netif_destroy_default_wifi + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_netif_create_wifi + 0x0000000000000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_netif_create_default_wifi_mesh_netifs + 0x0000000000000000 0x84 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.disconnect_and_destroy + 0x0000000000000000 0x2e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_wifi_set_default_wifi_nan_handlers + 0x0000000000000000 0xd esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_wifi_clear_default_wifi_driver_and_handlers + 0x0000000000000000 0x4d esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_netif_destroy_default_wifi + 0x0000000000000000 0x17 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_netif_create_wifi + 0x0000000000000000 0x53 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.esp_netif_create_default_wifi_mesh_netifs.str1.4 + 0x0000000000000000 0xa8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.esp_netif_create_default_wifi_mesh_netifs + 0x0000000000000000 0x140 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x2a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x16 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .literal.esp_wifi_destroy_if_driver + 0x0000000000000000 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.esp_wifi_destroy_if_driver + 0x0000000000000000 0x26 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .data.memset_func + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.http_method_str + 0x0000000000000000 0x8 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_errno_name + 0x0000000000000000 0x18 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_errno_description + 0x0000000000000000 0x18 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_body_is_final + 0x0000000000000000 0x8 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_parser_version + 0x0000000000000000 0x4 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text 0x0000000000000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .data 0x0000000000000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.http_method_str.str1.4 + 0x0000000000000000 0xa esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_method_str + 0x0000000000000000 0x19 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.http_errno_name.str1.4 + 0x0000000000000000 0x2f esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_errno_name + 0x0000000000000000 0x2a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_errno_description + 0x0000000000000000 0x2a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_body_is_final + 0x0000000000000000 0x19 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_parser_version + 0x0000000000000000 0x8 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x17 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x10 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.http_strerror_tab + 0x0000000000000000 0x108 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.get_port + 0x0000000000000000 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_http_new + 0x0000000000000000 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_http_new_sync + 0x0000000000000000 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_conn_http_new_async + 0x0000000000000000 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_get_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_get_ssl_context + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_set_conn_sockfd + 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_get_conn_state + 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_set_conn_state + 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_init_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_set_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_free_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .rodata.get_port.str1.4 + 0x0000000000000000 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.get_port + 0x0000000000000000 0x52 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_http_new + 0x0000000000000000 0x62 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_http_new_sync + 0x0000000000000000 0x4a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_conn_http_new_async + 0x0000000000000000 0x4a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_get_global_ca_store + 0x0000000000000000 0xd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_get_ssl_context + 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_set_conn_sockfd + 0x0000000000000000 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_get_conn_state + 0x0000000000000000 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_set_conn_state + 0x0000000000000000 0x46 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_init_global_ca_store + 0x0000000000000000 0xd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_set_global_ca_store + 0x0000000000000000 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_free_global_ca_store + 0x0000000000000000 0xb esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .literal.esp_mbedtls_get_ssl_context + 0x0000000000000000 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_init_global_ca_store + 0x0000000000000000 0x1c esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_set_global_ca_store + 0x0000000000000000 0x40 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_get_global_ca_store + 0x0000000000000000 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_mbedtls_free_global_ca_store + 0x0000000000000000 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_get_ssl_context.str1.4 + 0x0000000000000000 0x2a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_get_ssl_context + 0x0000000000000000 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_init_global_ca_store.str1.4 + 0x0000000000000000 0x34 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_init_global_ca_store + 0x0000000000000000 0x50 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.esp_mbedtls_set_global_ca_store.str1.4 + 0x0000000000000000 0xe9 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_set_global_ca_store + 0x0000000000000000 0xb0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_get_global_ca_store + 0x0000000000000000 0xa esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.esp_mbedtls_free_global_ca_store + 0x0000000000000000 0x22 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .literal.esp_transport_translate_error + 0x0000000000000000 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text.esp_transport_get_payload_transport_handle + 0x0000000000000000 0x19 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text.esp_transport_connect_async + 0x0000000000000000 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .text.esp_transport_translate_error + 0x0000000000000000 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .literal.esp_transport_tcp_set_keep_alive + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text.esp_transport_ssl_set_tls_version + 0x0000000000000000 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text.esp_transport_ssl_set_keep_alive + 0x0000000000000000 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text.esp_transport_tcp_set_keep_alive + 0x0000000000000000 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .literal.esp_transport_ws_send_raw + 0x0000000000000000 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_user_agent + 0x0000000000000000 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_headers + 0x0000000000000000 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_auth + 0x0000000000000000 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_set_config + 0x0000000000000000 0x4c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_fin_flag + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_upgrade_request_status + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_read_opcode + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.esp_transport_ws_get_read_payload_len + 0x0000000000000000 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .data 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_send_raw.str1.4 + 0x0000000000000000 0x3c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_send_raw + 0x0000000000000000 0x3e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_user_agent + 0x0000000000000000 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_headers + 0x0000000000000000 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_auth + 0x0000000000000000 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_set_config.str1.4 + 0x0000000000000000 0x3e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_set_config + 0x0000000000000000 0x136 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_fin_flag + 0x0000000000000000 0x11 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_upgrade_request_status + 0x0000000000000000 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_read_opcode + 0x0000000000000000 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.esp_transport_ws_get_read_payload_len + 0x0000000000000000 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .literal.httpd_stop + 0x0000000000000000 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .text.httpd_get_client_list + 0x0000000000000000 0x71 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .text.httpd_get_global_user_ctx + 0x0000000000000000 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .text.httpd_get_global_transport_ctx + 0x0000000000000000 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .rodata.httpd_stop.str1.4 + 0x0000000000000000 0x3e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .text.httpd_stop + 0x0000000000000000 0xa1 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .rodata.ESP_HTTP_SERVER_EVENT + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .literal.httpd_sess_get_ctx + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_set_ctx + 0x0000000000000000 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_get_transport_ctx + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_set_transport_ctx + 0x0000000000000000 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_update_lru_counter + 0x0000000000000000 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_trigger_close + 0x0000000000000000 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_get_ctx + 0x0000000000000000 0x22 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_set_ctx + 0x0000000000000000 0x50 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_get_transport_ctx + 0x0000000000000000 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_set_transport_ctx + 0x0000000000000000 0x26 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_update_lru_counter + 0x0000000000000000 0x69 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .text.httpd_sess_trigger_close + 0x0000000000000000 0x25 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_set_send_override + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_sess_set_recv_override + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_sess_set_pending_override + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_resp_send_chunk + 0x0000000000000000 0x5c esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_socket_send + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_socket_recv + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_sess_set_send_override + 0x0000000000000000 0x1b esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_sess_set_recv_override + 0x0000000000000000 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_sess_set_pending_override + 0x0000000000000000 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_send + 0x0000000000000000 0x32 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .rodata.httpd_resp_send_chunk.str1.4 + 0x0000000000000000 0x42 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_resp_send_chunk + 0x0000000000000000 0x1a1 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_register_err_handler + 0x0000000000000000 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_req_to_sockfd + 0x0000000000000000 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_socket_send + 0x0000000000000000 0x2e esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .text.httpd_socket_recv + 0x0000000000000000 0x2e esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_unregister_uri_handler + 0x0000000000000000 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .literal.httpd_unregister_uri + 0x0000000000000000 0x20 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .rodata.httpd_unregister_uri_handler.str1.4 + 0x0000000000000000 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .text.httpd_unregister_uri_handler + 0x0000000000000000 0xd7 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .rodata.httpd_unregister_uri.str1.4 + 0x0000000000000000 0x38 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .text.httpd_unregister_uri + 0x0000000000000000 0xd2 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .literal.cs_recv_from_ctrl_sock + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .text.cs_recv_from_ctrl_sock + 0x0000000000000000 0x1e esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .literal.httpd_cookie_key_value + 0x0000000000000000 0x20 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_validate_req_ptr + 0x0000000000000000 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_query_key_value + 0x0000000000000000 0x20 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_req_get_url_query_str + 0x0000000000000000 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_req_get_hdr_value_len + 0x0000000000000000 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_req_get_hdr_value_str + 0x0000000000000000 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.httpd_req_get_cookie_val + 0x0000000000000000 0x38 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_cookie_key_value + 0x0000000000000000 0xd1 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_validate_req_ptr + 0x0000000000000000 0x2a esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_query_key_value + 0x0000000000000000 0xbf esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_req_get_url_query_len + 0x0000000000000000 0x24 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_req_get_url_query_str + 0x0000000000000000 0x56 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_req_get_hdr_value_len + 0x0000000000000000 0x96 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_req_get_hdr_value_str + 0x0000000000000000 0xbf esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.httpd_req_get_cookie_val.str1.4 + 0x0000000000000000 0x88 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_req_get_cookie_val + 0x0000000000000000 0x9d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .literal.mbedtls_ssl_check_record + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_close_notify + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_record + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_check_pending + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_set_inbound_transform + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_set_outbound_transform + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.mbedtls_ssl_close_notify + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.ssl_tls12_session_save + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_session_save + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_tls12_session_load + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_session_load + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_get_handshake_transcript_sha384 + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_get_handshake_transcript_sha256 + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_tls_prf + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_extension_mask + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_add_hs_msg_to_checksum + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_reset_msg_layer + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_ciphersuite + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_version + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_input_max_frag_len + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_max_in_record_payload + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_save + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_copy + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_set_session + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_session + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_reset_int + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_reset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_session_load + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_psa_curve_info_from_tls_id + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_handshake_transcript + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_tls12_session_save + 0x0000000000000000 0x1bb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_save + 0x0000000000000000 0x8d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_tls12_session_load + 0x0000000000000000 0x2bf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_session_load + 0x0000000000000000 0x8f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_get_handshake_transcript_sha384 + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_get_handshake_transcript_sha256 + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_tls_prf + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_extension_id + 0x0000000000000000 0x19e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_extension_mask + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_add_hs_msg_to_checksum + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset_msg_layer + 0x0000000000000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dtls_badmac_limit + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_verify + 0x0000000000000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_dbg + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_read_timeout + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_cache + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_ciphersuites + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_profile + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_hs_sni + 0x0000000000000000 0x13 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_ca_chain + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_dn_hints + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_hs_authmode + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_verify + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sig_algs + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_groups + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_sni + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_alpn_protocol + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_cert_req_ca_list + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_encrypt_then_mac + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_extended_master_secret + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_legacy_renegotiation + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_enforced + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_conf_session_tickets_cb + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_export_keys_cb + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ciphersuite_id_from_ssl + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_ciphersuite + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.mbedtls_ssl_get_version.str1.4 + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_version + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_input_max_frag_len + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_max_in_record_payload + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_peer_cert + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_save + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_copy + 0x0000000000000000 0x9b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_set_session + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_session + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset_int + 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_reset + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_session_load + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_psa_curve_info_from_tls_id + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.mbedtls_ssl_get_handshake_transcript + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_serialized_session_header + 0x0000000000000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_conf_preference_order + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .literal.mbedtls_net_connect + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_bind + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_accept + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_set_block + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_set_nonblock + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_usleep + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_net_recv_timeout + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.net_prepare + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_connect + 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_bind + 0x0000000000000000 0x106 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_accept + 0x0000000000000000 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_set_block + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_set_nonblock + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_usleep + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .text.mbedtls_net_recv_timeout + 0x0000000000000000 0xb9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .literal.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_get_ciphersuite_name + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_ciphersuite_get_cipher_key_bitlen + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.mbedtls_ssl_get_ciphersuite_name.str1.4 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_name + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text.mbedtls_ssl_ciphersuite_get_cipher_key_bitlen + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .literal.mbedtls_mpi_lt_mpi_ct + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_swap + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_read_string + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_read_file + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mpi_write_hlp + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_write_string + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_write_file + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_gen_prime + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_self_test + 0x0000000000000000 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_get_digit + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_lt_mpi_ct + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_swap + 0x0000000000000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_string + 0x0000000000000000 0x131 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_read_file + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mpi_write_hlp + 0x0000000000000000 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_string.str1.4 + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_string + 0x0000000000000000 0x10d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_write_file.str1.4 + 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_write_file + 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_gen_prime + 0x0000000000000000 0x238 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.mbedtls_mpi_self_test.str1.4 + 0x0000000000000000 0x46a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.mbedtls_mpi_self_test + 0x0000000000000000 0x302 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .rodata.gcd_pairs + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.exp_mod_calc_first_bit_optionally_safe + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_ct_uint_table_lookup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.exp_mod_table_lookup_optionally_safe + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_mul + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.exp_mod_precompute_window + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_exp_mod_optionally_safe + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_exp_mod_working_limbs + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_exp_mod + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_exp_mod_unsafe + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_mpi_core_from_mont_rep + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_get_window_size + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_calc_first_bit_optionally_safe + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_ct_uint_table_lookup + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_table_lookup_optionally_safe + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_add_if + 0x0000000000000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_mul + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.exp_mod_precompute_window + 0x0000000000000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_exp_mod_optionally_safe + 0x0000000000000000 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_exp_mod_working_limbs + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_exp_mod + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_exp_mod_unsafe + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_check_zero_ct + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .text.mbedtls_mpi_core_from_mont_rep + 0x0000000000000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .literal.mbedtls_cipher_list + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_info_from_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_update_ad + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_write_tag + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_check_tag + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_list + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_info_from_string + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_update_ad + 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_write_tag + 0x0000000000000000 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text.mbedtls_cipher_check_tag + 0x0000000000000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .bss.supported_init + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .bss.mbedtls_cipher_supported + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .literal.cmac_test_subkeys + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.mbedtls_cipher_cmac_reset + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.mbedtls_cipher_cmac + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.cmac_test_wth_cipher + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.mbedtls_aes_cmac_prf_128 + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.test_aes128_cmac_prf + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.mbedtls_cmac_self_test + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.cmac_test_subkeys.str1.4 + 0x0000000000000000 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_test_subkeys + 0x0000000000000000 0x13e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cipher_cmac_reset + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cipher_cmac + 0x0000000000000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.cmac_test_wth_cipher.str1.4 + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.cmac_test_wth_cipher + 0x0000000000000000 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_aes_cmac_prf_128 + 0x0000000000000000 0x8d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.test_aes128_cmac_prf.str1.4 + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.test_aes128_cmac_prf + 0x0000000000000000 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.mbedtls_cmac_self_test.str1.4 + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .text.mbedtls_cmac_self_test + 0x0000000000000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFT 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFM 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFKlen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.PRFK 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_expected_result + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_subkeys + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_256_key + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_expected_result + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_subkeys + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_192_key + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_expected_result + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_subkeys + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_128_key + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.aes_message_lengths + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .rodata.test_message + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .literal.ctr_drbg_self_test_entropy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_update + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .literal.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.ctr_drbg_self_test_entropy + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_prediction_resistance + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_entropy_len + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_nonce_len + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_set_reseed_interval + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update + 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.mbedtls_ctr_drbg_self_test.str1.4 + 0x0000000000000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0x1d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .bss.test_offset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_nopr + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.result_pr + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_nopr + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.pers_pr + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_nopr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .rodata.entropy_source_pr + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_can_do + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .text.mbedtls_ecdh_get_grp_id + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .literal.self_test_rng + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_point_read_string + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_tls_read_group + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.self_test_point + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_keypair_base + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_keypair + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_gen_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_set_public_key + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_write_key_ext + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_write_public_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_keypair_calc_public + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_export + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_self_test + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_rng + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_adjust_exponent + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_point_read_string + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_tls_read_group + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.self_test_point.str1.4 + 0x0000000000000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.self_test_point + 0x0000000000000000 0x10b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair_base + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_keypair + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_gen_key + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_set_public_key + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_write_key_ext + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_write_public_key + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_keypair_calc_public + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_keypair_get_group_id + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_export + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.mbedtls_ecp_self_test.str1.4 + 0x0000000000000000 0x38d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text.mbedtls_ecp_self_test + 0x0000000000000000 0x192 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .data.state$0 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .literal.entropy_dummy_source + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_update_manual + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_gather + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_source_self_test + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_entropy_self_test + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_check_bits + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.entropy_dummy_source + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_manual + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_gather + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_source_self_test.str1.4 + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_source_self_test + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .rodata.mbedtls_entropy_self_test.str1.4 + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .text.mbedtls_entropy_self_test + 0x0000000000000000 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .literal.mbedtls_md_error_from_psa + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_list + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_info_from_string + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_get_name + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_file + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_hmac + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_error_from_psa + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_list + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_info_from_string + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_get_name + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_file + 0x0000000000000000 0xb5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .text.mbedtls_md_hmac + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.md_names + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.supported_digests + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md5_self_test + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.mbedtls_md5_self_test.str1.4 + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .text.mbedtls_md5_self_test + 0x0000000000000000 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_sum + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buflen + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .rodata.md5_test_buf + 0x0000000000000000 0x237 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .literal.psa_extend_key_usage_flags + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.psa_algorithm_for_rsa + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_check_pair + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_debug + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_get_name + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.copy_from_psa + 0x0000000000000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_copy_from_psa + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_copy_public_from_psa + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_sign_ext + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_get_psa_attributes + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.import_public_into_psa + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.import_pair_into_psa + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_import_into_psa + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.psa_extend_key_usage_flags + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.psa_algorithm_for_rsa + 0x0000000000000000 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_check_pair + 0x0000000000000000 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_debug + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .rodata.mbedtls_pk_get_name.str1.4 + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_name + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.copy_from_psa + 0x0000000000000000 0x2ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_copy_from_psa + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_copy_public_from_psa + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_sign_ext + 0x0000000000000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_get_psa_attributes + 0x0000000000000000 0x20d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.import_public_into_psa + 0x0000000000000000 0x106 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.import_pair_into_psa + 0x0000000000000000 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text.mbedtls_pk_import_into_psa + 0x0000000000000000 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .literal.rsa_alt_sign_wrap + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_decrypt_wrap + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_free_wrap + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_alloc_wrap + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_alt_check_pair + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_can_do + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_get_bitlen + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_sign_wrap + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_decrypt_wrap + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_free_wrap + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_alloc_wrap + 0x0000000000000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.rsa_alt_check_pair + 0x0000000000000000 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.mbedtls_rsa_alt_info + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.mbedtls_pk_load_file + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_load_file.str1.4 + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_load_file + 0x0000000000000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x5f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .text.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .literal.mbedtls_platform_set_calloc_free + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_set_calloc_free + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_setup + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text.mbedtls_platform_teardown + 0x0000000000000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .literal.psa_extend_key_usage_flags + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.key_type_is_raw_bytes + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_get_initialized + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_get_drivers_initialized + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_key_can_do + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_policy_algorithm_intersection + 0x0000000000000000 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_algorithm_permits + 0x0000000000000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_policy_permits + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_restrict_key_policy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_validate_key_policy + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_finalize_alg_and_key_validation + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_verify_check_alg + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_get_base_algorithm + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_check_nonce_length + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_check_algorithm + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_validate_tag_length + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_get_kdf_alg + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.is_kdf_alg_supported + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_agreement_try_support + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_allows_free_form_secret_input + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_check_input_type + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_set_seed + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_set_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_set_label + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_input + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_psk_to_ms_set_other_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_ecjpake_to_pms_input + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_copy_input + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_copy_output + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_export_key_buffer_internal + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_wipe_tag_output_buffer + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_get_and_lock_key_slot_with_policy + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_get_and_lock_transparent_key_slot_with_policy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_validate_key_attributes + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_start_key_creation + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_finish_key_creation + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_hash_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_psk_to_ms_set_key + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_tls12_prf_psk_to_ms_input + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_mac_sign_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_start_hmac + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_mac_verify_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_mac_compute + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_compute_internal + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_asymmetric_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_asymmetric_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_cipher_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_cipher_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_cipher_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_cipher_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_cipher_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_aead_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_aead_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_aead_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_aead_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_aead_verify + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_random_free + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_random_init + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_can_do_hash + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_can_do_cipher + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_to_psa_error + 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_random_internal + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_random_seed + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_crypto_init_subsystem + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_validate_unstructured_key_bit_size + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_validate_key_type_and_size_for_key_generation + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_allocate_buffer_to_slot + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_copy_key_material_into_slot + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_import_key_into_slot + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_import_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_remove_key_data_from_memory + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_wipe_key_slot + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_fail_key_creation + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_destroy_key + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_get_key_attributes + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_export_key_internal + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_export_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_export_public_key_internal + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_copy_key + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_finish_internal + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_setup + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_try_support + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_set_maximum_capacity + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_setup_kdf + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_clone + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_setup + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_sign_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_verify_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash_builtin + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_sign_hash + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_message_builtin + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_internal + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash_builtin + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_verify_hash + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_message_builtin + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_internal + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_interruptible_set_max_ops + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_interruptible_get_max_ops + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_sign_hash_start + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash_abort_internal + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_verify_hash_start + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash_abort_internal + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash_complete + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_abort + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_setup + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_abort + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_setup + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_set_nonce_internal + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_set_lengths + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_abort + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_input_internal + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_input_integer_internal + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_setup + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_input_integer + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_input_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_agreement_raw_builtin + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_key_agreement + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_agreement_raw_internal + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_agreement_internal + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_key_internal + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_driver_wrapper_generate_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_key_custom + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_key_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_crypto_configure_entropy_sources + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.mbedtls_psa_crypto_free + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_init + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_local_input_alloc + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_local_input_free + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_import_key + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_update + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_verify + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_compare + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_update + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_verify_finish + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_verify + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_message + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash_start + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_verify_hash_start + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_set_iv + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_set_nonce + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_update_ad + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_input_bytes + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_key_agreement + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_local_output_alloc + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_crypto_local_output_free + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_export_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_export_public_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_finish + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_hash_compute + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_tls12_ecjpake_to_pms_read + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_sign_finish + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_tls12_prf_generate_next_block + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_tls12_prf_read + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_mac_compute + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_message + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_asymmetric_encrypt + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_asymmetric_decrypt + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_sign_hash_complete + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_generate_iv + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_update + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_finish + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_encrypt + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_cipher_decrypt + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_encrypt + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_decrypt + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_generate_nonce + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_update + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_finish + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_verify + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_output_bytes + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_derived_ecc_key_weierstrass_helper + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_derived_ecc_key_montgomery_helper + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_derived_key_internal + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_output_key_custom + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_output_key_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_key_derivation_output_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_raw_key_agreement + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_generate_random + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_extend_key_usage_flags + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.key_type_is_raw_bytes + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_initialized + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_drivers_initialized + 0x0000000000000000 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_key_can_do + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_policy_algorithm_intersection + 0x0000000000000000 0x402 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_algorithm_permits + 0x0000000000000000 0x36a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_policy_permits + 0x0000000000000000 0x106 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_restrict_key_policy + 0x0000000000000000 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_policy + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_optional_attributes + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_finalize_alg_and_key_validation + 0x0000000000000000 0x271 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_verify_check_alg + 0x0000000000000000 0x116 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_get_base_algorithm + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_check_nonce_length + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_check_algorithm + 0x0000000000000000 0xc3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_tag_length + 0x0000000000000000 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_final_checks + 0x0000000000000000 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_get_kdf_alg + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.is_kdf_alg_supported + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_try_support + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_allows_free_form_secret_input + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_check_input_type + 0x0000000000000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_seed + 0x0000000000000000 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_key + 0x0000000000000000 0x3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_set_label + 0x0000000000000000 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_input + 0x0000000000000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_set_other_key + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_ecjpake_to_pms_input + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_copy_input + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_copy_output + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key_buffer_internal + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_wipe_tag_output_buffer + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_and_lock_key_slot_with_policy + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_and_lock_transparent_key_slot_with_policy + 0x0000000000000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_attributes + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_start_key_creation + 0x0000000000000000 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_finish_key_creation + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_hash_setup + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_set_key + 0x0000000000000000 0xc5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_tls12_prf_psk_to_ms_input + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_sign_setup + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_start_hmac + 0x0000000000000000 0x12a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_verify_setup + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_mac_compute + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_compute_internal + 0x0000000000000000 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_asymmetric_encrypt + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_asymmetric_decrypt + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_encrypt_setup + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_decrypt_setup + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_abort + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_encrypt + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_cipher_decrypt + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_encrypt + 0x0000000000000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_decrypt + 0x0000000000000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_encrypt_setup + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_decrypt_setup + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_aead_verify + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_free + 0x0000000000000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_init + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_can_do_hash + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_can_do_cipher + 0x0000000000000000 0xd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_to_psa_error + 0x0000000000000000 0x5a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_random_internal + 0x0000000000000000 0x43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_random_seed + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_init_subsystem + 0x0000000000000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_unstructured_key_bit_size + 0x0000000000000000 0xcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_validate_key_type_and_size_for_key_generation + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_allocate_buffer_to_slot + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_copy_key_material_into_slot + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_import_key_into_slot + 0x0000000000000000 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_import_key + 0x0000000000000000 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_remove_key_data_from_memory + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_wipe_key_slot + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_fail_key_creation + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_destroy_key + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_get_key_attributes + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key_internal + 0x0000000000000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_export_key + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_public_key_internal + 0x0000000000000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_copy_key + 0x0000000000000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_abort + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_finish_internal + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_setup + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_try_support + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_set_maximum_capacity + 0x0000000000000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_setup_kdf + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_clone + 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_abort + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_setup + 0x0000000000000000 0x96 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_sign_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_builtin + 0x0000000000000000 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_sign_hash + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_message_builtin + 0x0000000000000000 0xbe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_internal + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_builtin + 0x0000000000000000 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_verify_hash + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_message_builtin + 0x0000000000000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_internal + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_interruptible_set_max_ops + 0x0000000000000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_interruptible_get_max_ops + 0x0000000000000000 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_get_num_ops + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_get_num_ops + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_interruptible_set_max_ops + 0x0000000000000000 0x5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_get_num_ops + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_get_num_ops + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_start + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_sign_hash_start + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_complete + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_sign_hash_abort + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_abort_internal + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_abort + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_start + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_verify_hash_start + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_complete + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_verify_hash_abort + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_abort_internal + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_complete + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_abort + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_abort + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_setup + 0x0000000000000000 0x166 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_encrypt_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_decrypt_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_abort + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_setup + 0x0000000000000000 0xcb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_encrypt_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_decrypt_setup + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_nonce_internal + 0x0000000000000000 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_lengths + 0x0000000000000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_abort + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_internal + 0x0000000000000000 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_integer_internal + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_get_capacity + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_set_capacity + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_custom_key_parameters_are_default + 0x0000000000000000 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_setup + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_integer + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_key + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_raw_builtin + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_key_agreement + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_raw_internal + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_agreement_internal + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_internal + 0x0000000000000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_driver_wrapper_generate_key + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_custom + 0x0000000000000000 0x1fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key_ext + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_key + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_configure_entropy_sources + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.mbedtls_psa_crypto_free + 0x0000000000000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_init + 0x0000000000000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_input_alloc + 0x0000000000000000 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_input_free + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_import_key + 0x0000000000000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_update + 0x0000000000000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_verify + 0x0000000000000000 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_compare + 0x0000000000000000 0xaf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_update + 0x0000000000000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify_finish + 0x0000000000000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_verify + 0x0000000000000000 0x9f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_message + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_start + 0x0000000000000000 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_verify_hash_start + 0x0000000000000000 0xfc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_set_iv + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_set_nonce + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_update_ad + 0x0000000000000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_input_bytes + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_key_agreement + 0x0000000000000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_output_alloc + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_crypto_local_output_free + 0x0000000000000000 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_key + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_export_public_key + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_finish + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_hash_compute + 0x0000000000000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_ecjpake_to_pms_read + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_sign_finish + 0x0000000000000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_prf_generate_next_block + 0x0000000000000000 0x1d6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_tls12_prf_read + 0x0000000000000000 0x11d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_mac_compute + 0x0000000000000000 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_message + 0x0000000000000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash + 0x0000000000000000 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_asymmetric_encrypt + 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_asymmetric_decrypt + 0x0000000000000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_sign_hash_complete + 0x0000000000000000 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_generate_iv + 0x0000000000000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_update + 0x0000000000000000 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_finish + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_encrypt + 0x0000000000000000 0x1e6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_cipher_decrypt + 0x0000000000000000 0x161 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_encrypt + 0x0000000000000000 0x134 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_decrypt + 0x0000000000000000 0x134 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_generate_nonce + 0x0000000000000000 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_update + 0x0000000000000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_finish + 0x0000000000000000 0xce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_aead_verify + 0x0000000000000000 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_bytes + 0x0000000000000000 0xea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_ecc_key_weierstrass_helper + 0x0000000000000000 0x13a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_ecc_key_montgomery_helper + 0x0000000000000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_derived_key_internal + 0x0000000000000000 0x113 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key_custom + 0x0000000000000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key_ext + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_key_derivation_output_key + 0x0000000000000000 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_raw_key_agreement + 0x0000000000000000 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .text.psa_generate_random + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .rodata.default_custom_production + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .data.psa_interruptible_max_ops + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .bss.global_data + 0x0000000000000000 0x1fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_frame 0x0000000000000000 0x1348 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_info 0x0000000000000000 0xf292 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_abbrev 0x0000000000000000 0x5ab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_loc 0x0000000000000000 0xaabd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_aranges + 0x0000000000000000 0x680 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_ranges 0x0000000000000000 0x840 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_line 0x0000000000000000 0xe435 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .debug_str 0x0000000000000000 0x4358 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .literal.psa_aead_setup + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_set_nonce + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_set_lengths + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_update_ad + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_update + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_finish + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_abort + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_encrypt + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_psa_aead_decrypt + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.psa_aead_unpadded_locate_tag + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.psa_aead_setup + 0x0000000000000000 0xf2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_encrypt_setup + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_decrypt_setup + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_set_nonce + 0x0000000000000000 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_set_lengths + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_update_ad + 0x0000000000000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_update + 0x0000000000000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_finish + 0x0000000000000000 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_abort + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_encrypt + 0x0000000000000000 0xd9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .text.mbedtls_psa_aead_decrypt + 0x0000000000000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_info 0x0000000000000000 0x17aa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_abbrev 0x0000000000000000 0x3fa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_loc 0x0000000000000000 0x99a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_line 0x0000000000000000 0xe64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .debug_str 0x0000000000000000 0xc26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .literal.mbedtls_cipher_validate_values + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.psa_cipher_update_ecb + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_cipher_values_from_psa + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_cipher_info_from_psa + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.psa_cipher_setup + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_encrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_decrypt_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_set_iv + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_update + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_finish + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_abort + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_encrypt + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.mbedtls_psa_cipher_decrypt + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_validate_values + 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.psa_cipher_update_ecb + 0x0000000000000000 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_values_from_psa + 0x0000000000000000 0x11d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_cipher_info_from_psa + 0x0000000000000000 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.psa_cipher_setup + 0x0000000000000000 0x171 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_encrypt_setup + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_decrypt_setup + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_set_iv + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_update + 0x0000000000000000 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_finish + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_abort + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_encrypt + 0x0000000000000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .text.mbedtls_psa_cipher_decrypt + 0x0000000000000000 0xa1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_frame 0x0000000000000000 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_info 0x0000000000000000 0x1561 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_abbrev 0x0000000000000000 0x3c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_loc 0x0000000000000000 0xa77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_aranges + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_ranges 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_line 0x0000000000000000 0x1409 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .debug_str 0x0000000000000000 0xb1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .literal.psa_reset_key_attributes + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .text.psa_reset_key_attributes + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_info 0x0000000000000000 0x22e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_abbrev 0x0000000000000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_line 0x0000000000000000 0x33d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .debug_str 0x0000000000000000 0x2fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .literal.psa_driver_wrapper_export_public_key + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_get_key_buffer_size + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_export_public_key + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .text.psa_driver_wrapper_get_builtin_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_info 0x0000000000000000 0x4be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_abbrev 0x0000000000000000 0x183 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_loc 0x0000000000000000 0x131 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_line 0x0000000000000000 0x40d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .debug_str 0x0000000000000000 0x487 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .literal.mbedtls_psa_ecp_load_representation + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecp_export_key + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecp_import_key + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecp_export_public_key + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecp_generate_key + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecdsa_sign_hash + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecp_load_public_part + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_ecdsa_verify_hash + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_key_agreement_ecdh + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.check_ecc_parameters + 0x0000000000000000 0x106 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_load_representation + 0x0000000000000000 0x135 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_export_key + 0x0000000000000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_import_key + 0x0000000000000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_export_public_key + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_generate_key + 0x0000000000000000 0x95 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecdsa_sign_hash + 0x0000000000000000 0x145 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecp_load_public_part + 0x0000000000000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_ecdsa_verify_hash + 0x0000000000000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .text.mbedtls_psa_key_agreement_ecdh + 0x0000000000000000 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_info 0x0000000000000000 0x19d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_abbrev 0x0000000000000000 0x38f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_loc 0x0000000000000000 0xad2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_line 0x0000000000000000 0x1272 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .debug_str 0x0000000000000000 0xc38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .literal.mbedtls_psa_hash_abort + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.mbedtls_psa_hash_setup + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.mbedtls_psa_hash_clone + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.mbedtls_psa_hash_update + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.mbedtls_psa_hash_finish + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.mbedtls_psa_hash_compute + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_abort + 0x0000000000000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_setup + 0x0000000000000000 0x109 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_clone + 0x0000000000000000 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_update + 0x0000000000000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_finish + 0x0000000000000000 0x17a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .text.mbedtls_psa_hash_compute + 0x0000000000000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_info 0x0000000000000000 0xdb6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_abbrev 0x0000000000000000 0x281 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_loc 0x0000000000000000 0x57c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_line 0x0000000000000000 0xb3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .debug_str 0x0000000000000000 0x719 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .literal.psa_hmac_abort_internal + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mac_init + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.cmac_setup + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.psa_hmac_setup_internal + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.psa_hmac_update_internal + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.psa_hmac_finish_internal + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.psa_mac_finish_internal + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_abort + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.psa_mac_setup + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_sign_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_verify_setup + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_update + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_sign_finish + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_verify_finish + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.mbedtls_psa_mac_compute + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_abort_internal + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mac_init + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.cmac_setup + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_setup_internal + 0x0000000000000000 0x25d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_update_internal + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_hmac_finish_internal + 0x0000000000000000 0x14a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_mac_finish_internal + 0x0000000000000000 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_abort + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.psa_mac_setup + 0x0000000000000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_sign_setup + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_verify_setup + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_update + 0x0000000000000000 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_sign_finish + 0x0000000000000000 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_verify_finish + 0x0000000000000000 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .text.mbedtls_psa_mac_compute + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_frame 0x0000000000000000 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_info 0x0000000000000000 0x17f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_abbrev 0x0000000000000000 0x432 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_loc 0x0000000000000000 0xa04 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_aranges + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_ranges 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_line 0x0000000000000000 0x1300 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .debug_str 0x0000000000000000 0xb28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .literal.rsa_pss_expected_salt_len + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.psa_check_rsa_key_byte_aligned + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.psa_rsa_oaep_set_padding_mode + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_md_get_size_from_type + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.psa_rsa_decode_md_type + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_load_representation + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_export_key + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_import_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_export_public_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_generate_key + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_sign_hash + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_rsa_verify_hash + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_asymmetric_encrypt + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.mbedtls_psa_asymmetric_decrypt + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_read_exponent + 0x0000000000000000 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.rsa_pss_expected_salt_len + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_check_rsa_key_byte_aligned + 0x0000000000000000 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_oaep_set_padding_mode + 0x0000000000000000 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_md_get_size_from_type + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.psa_rsa_decode_md_type + 0x0000000000000000 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_load_representation + 0x0000000000000000 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_export_key + 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_import_key + 0x0000000000000000 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_export_public_key + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_generate_key + 0x0000000000000000 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_sign_hash + 0x0000000000000000 0xfe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_rsa_verify_hash + 0x0000000000000000 0xf6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_asymmetric_encrypt + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .text.mbedtls_psa_asymmetric_decrypt + 0x0000000000000000 0xdd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_frame 0x0000000000000000 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_info 0x0000000000000000 0x19bc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_abbrev 0x0000000000000000 0x3ab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_loc 0x0000000000000000 0xa71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_aranges + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_ranges 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_line 0x0000000000000000 0x13d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .debug_str 0x0000000000000000 0x9ec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .literal.psa_extend_key_usage_flags + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.volatile_key_id_of_index + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.slot_index_of_volatile_key_id + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_get_key_slots_initialized + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.get_volatile_key_slot + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_allocate_volatile_key_slot + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_load_persistent_key_into_slot + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_is_valid_key_id + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_get_and_lock_key_slot_in_memory + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_initialize_key_slots + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_wipe_all_key_slots + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_free_key_slot + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_reserve_free_key_slot + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_get_and_lock_key_slot + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_unregister_read + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_unregister_read_under_mutex + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_open_key + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_close_key + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_purge_key + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.mbedtls_psa_get_stats + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_extend_key_usage_flags + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.volatile_key_id_of_index + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.slice_index_of_volatile_key_id + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.slot_index_of_volatile_key_id + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_key_slots_initialized + 0x0000000000000000 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.get_volatile_key_slot + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_allocate_volatile_key_slot + 0x0000000000000000 0xb5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_load_persistent_key_into_slot + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_is_valid_key_id + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_and_lock_key_slot_in_memory + 0x0000000000000000 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_initialize_key_slots + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_wipe_all_key_slots + 0x0000000000000000 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_free_key_slot + 0x0000000000000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_reserve_free_key_slot + 0x0000000000000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_get_and_lock_key_slot + 0x0000000000000000 0xaa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_unregister_read + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_unregister_read_under_mutex + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_validate_key_location + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_validate_key_persistence + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_open_key + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_close_key + 0x0000000000000000 0x43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.psa_purge_key + 0x0000000000000000 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .text.mbedtls_psa_get_stats + 0x0000000000000000 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .bss.global_data + 0x0000000000000000 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_frame 0x0000000000000000 0x238 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_info 0x0000000000000000 0x1531 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_abbrev 0x0000000000000000 0x3d6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_loc 0x0000000000000000 0x1091 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_aranges + 0x0000000000000000 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_ranges 0x0000000000000000 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_line 0x0000000000000000 0x1d1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .debug_str 0x0000000000000000 0xa13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .literal.psa_crypto_storage_get_data_length + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.check_magic_header + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_crypto_storage_load + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_is_key_present_in_storage + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_crypto_storage_store + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_destroy_persistent_key + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_format_key_data_for_storage + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_parse_key_data_from_storage + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_save_persistent_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_free_persistent_key_data + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_load_persistent_key + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_its_identifier_of_slot + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_get_data_length + 0x0000000000000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.check_magic_header + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_load + 0x0000000000000000 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_is_key_present_in_storage + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_crypto_storage_store + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_destroy_persistent_key + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_format_key_data_for_storage + 0x0000000000000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_parse_key_data_from_storage + 0x0000000000000000 0x158 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_save_persistent_key + 0x0000000000000000 0x69 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_free_persistent_key_data + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .text.psa_load_persistent_key + 0x0000000000000000 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_info 0x0000000000000000 0x11c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_abbrev 0x0000000000000000 0x39c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_loc 0x0000000000000000 0xbe3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_line 0x0000000000000000 0x101e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .debug_str 0x0000000000000000 0x6a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .literal.psa_its_fill_filename + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.psa_its_read_file + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.psa_its_get_info + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.psa_its_get + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.psa_its_set + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.psa_its_remove + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_fill_filename.str1.4 + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_fill_filename + 0x0000000000000000 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_read_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata 0x0000000000000000 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_read_file + 0x0000000000000000 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_get_info + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_get + 0x0000000000000000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .rodata.psa_its_set.str1.4 + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_set + 0x0000000000000000 0xf1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .text.psa_its_remove + 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_info 0x0000000000000000 0x1264 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_abbrev 0x0000000000000000 0x34a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_loc 0x0000000000000000 0x60d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_ranges 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_line 0x0000000000000000 0xa41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .debug_str 0x0000000000000000 0x7b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .literal.convert_raw_to_der_single_int + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.convert_der_to_raw_single_int + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.psa_pk_status_to_mbedtls + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.mbedtls_psa_get_random + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.mbedtls_ecdsa_raw_to_der + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.mbedtls_ecdsa_der_to_raw + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.convert_raw_to_der_single_int + 0x0000000000000000 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.convert_der_to_raw_single_int + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_generic_status_to_mbedtls + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_status_to_mbedtls + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.psa_pk_status_to_mbedtls + 0x0000000000000000 0xa3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecc_group_to_psa + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecc_group_from_psa + 0x0000000000000000 0xbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_psa_get_random + 0x0000000000000000 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecdsa_raw_to_der + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .text.mbedtls_ecdsa_der_to_raw + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_pk_rsa_errors + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_lms_errors + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .rodata.psa_to_md_errors + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_info 0x0000000000000000 0xaa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_abbrev 0x0000000000000000 0x27e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_loc 0x0000000000000000 0x904 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_line 0x0000000000000000 0xfae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .debug_str 0x0000000000000000 0x650 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .literal.myrand + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export_raw + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_write_pubkey + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_export_crt + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_write_key + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_set_padding + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_rsassa_pss_sign_no_mode_check + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_rsassa_pss_sign_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_gen_key + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_copy + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .literal.mbedtls_rsa_self_test + 0x0000000000000000 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.myrand 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_raw + 0x0000000000000000 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export + 0x0000000000000000 0xcc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_write_pubkey + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_export_crt + 0x0000000000000000 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_write_key + 0x0000000000000000 0x1a2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_set_padding + 0x0000000000000000 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_get_padding_mode + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_get_md_alg + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsassa_pss_sign_no_mode_check + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_rsassa_pss_sign_ext + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_gen_key + 0x0000000000000000 0x248 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_copy + 0x0000000000000000 0x101 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .rodata.mbedtls_rsa_self_test.str1.4 + 0x0000000000000000 0x3b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text.mbedtls_rsa_self_test + 0x0000000000000000 0x2d5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .literal.mbedtls_sha1_self_test + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.mbedtls_sha1_self_test.str1.4 + 0x0000000000000000 0x23 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .text.mbedtls_sha1_self_test + 0x0000000000000000 0xfa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_sum + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .rodata.sha1_test_buf + 0x0000000000000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .literal.mbedtls_sha256_common_self_test + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .literal.mbedtls_sha256_self_test + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .literal.mbedtls_sha224_self_test + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.mbedtls_sha256_common_self_test.str1.4 + 0x0000000000000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256_common_self_test + 0x0000000000000000 0x137 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha256_self_test + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .text.mbedtls_sha224_self_test + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha256_test_sum + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha224_test_sum + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .rodata.sha_test_buf + 0x0000000000000000 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .literal.mbedtls_sha512_common_self_test + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .literal.mbedtls_sha512_self_test + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .literal.mbedtls_sha384_self_test + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.mbedtls_sha512_common_self_test.str1.4 + 0x0000000000000000 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_common_self_test + 0x0000000000000000 0x137 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha512_self_test + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text.mbedtls_sha384_self_test + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha512_test_sum + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha384_test_sum + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha_test_buflen + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .rodata.sha_test_buf + 0x0000000000000000 0x153 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .literal.esp_internal_aes_encrypt + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_encrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_internal_aes_decrypt + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_aes_crypt_cfb8 + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_encrypt + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_encrypt + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_internal_aes_decrypt + 0x0000000000000000 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_decrypt + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .text.esp_aes_crypt_cfb8 + 0x0000000000000000 0xe4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .literal.esp_mpi_mul_mpi_mod + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.esp_mpi_mul_mpi_mod + 0x0000000000000000 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .literal.esp_mpi_interrupt_enable + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.esp_mpi_interrupt_clear + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.esp_mpi_mul_mpi_mod_hw_op + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.esp_mpi_interrupt_enable + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.esp_mpi_interrupt_clear + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text.esp_mpi_mul_mpi_mod_hw_op + 0x0000000000000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.mbedtls_internal_sha256_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.mbedtls_internal_sha256_process + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.mbedtls_internal_sha512_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text.mbedtls_internal_sha512_process + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .literal.esp_md5_process + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .text.esp_md5_process + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.mbedtls_aria_self_test + 0x0000000000000000 0x13c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.mbedtls_aria_self_test.str1.4 + 0x0000000000000000 0xe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .text.mbedtls_aria_self_test + 0x0000000000000000 0x4cf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_ctr_ct + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_cfb_ct + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_cbc_ct + 0x0000000000000000 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_pt + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test2_key + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_ct + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_pt + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_test1_ecb_key + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .literal.mbedtls_asn1_get_enum + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.mbedtls_asn1_find_named_data + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_enum + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_find_named_data + 0x0000000000000000 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .literal.asn1_write_tagged_int + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_null + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_oid + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_algorithm_identifier_ext + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_bool + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_int + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_enum + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_tagged_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_utf8_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_printable_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_bitstring + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_named_bitstring + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_write_octet_string + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_asn1_store_named_data + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.asn1_write_tagged_int + 0x0000000000000000 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_null + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_oid + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_algorithm_identifier_ext + 0x0000000000000000 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bool + 0x0000000000000000 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_int + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_enum + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_tagged_string + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_utf8_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_printable_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_bitstring + 0x0000000000000000 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_named_bitstring + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_write_octet_string + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .text.mbedtls_asn1_store_named_data + 0x0000000000000000 0xdc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .literal.mbedtls_ccm_star_encrypt_and_tag + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .literal.mbedtls_ccm_star_auth_decrypt + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .literal.mbedtls_ccm_self_test + 0x0000000000000000 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_star_encrypt_and_tag + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_star_auth_decrypt + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.mbedtls_ccm_self_test.str1.4 + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.mbedtls_ccm_self_test + 0x0000000000000000 0x19c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.res_test_data + 0x0000000000000000 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.tag_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.add_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_len_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.msg_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.ad_test_data + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.iv_test_data + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .rodata.key_test_data + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .literal.mbedtls_ecdsa_sign + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_verify + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_genkey + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.mbedtls_ecdsa_from_keypair + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_sign_det_ext + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_verify + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_genkey + 0x0000000000000000 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .text.mbedtls_ecdsa_from_keypair + 0x0000000000000000 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .literal.hmac_drbg_self_test_entropy + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.hmac_drbg_self_test_entropy + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_prediction_resistance + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_entropy_len + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_set_reseed_interval + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_write_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_update_seed_file.str1.4 + 0x0000000000000000 0x3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.mbedtls_hmac_drbg_self_test.str1.4 + 0x0000000000000000 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .text.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0x1be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .bss.test_offset + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_nopr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_nopr + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.result_pr + 0x0000000000000000 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .rodata.entropy_pr + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .literal.oid_parse_number + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_subidentifier_encode_into + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_x520_attr_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.oid_certificate_policies_from_asn1 + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_certificate_policies + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_oid_by_ec_grp_algid + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_get_numeric_string + 0x0000000000000000 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_oid_from_numeric_string + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_parse_number + 0x0000000000000000 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_subidentifier_num_bytes + 0x0000000000000000 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_subidentifier_encode_into + 0x0000000000000000 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_x520_attr_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.oid_certificate_policies_from_asn1 + 0x0000000000000000 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_certificate_policies + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_oid_by_ec_grp_algid + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.mbedtls_oid_get_numeric_string.str1.4 + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_get_numeric_string + 0x0000000000000000 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .text.mbedtls_oid_from_numeric_string + 0x0000000000000000 0x19a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_certificate_policies + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ext_key_usage + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x520_attr_type + 0x0000000000000000 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .literal.mbedtls_pem_write_buffer + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text.mbedtls_pem_write_buffer + 0x0000000000000000 0x120 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .literal.mbedtls_pkcs5_self_test + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.mbedtls_pkcs5_self_test.str1.4 + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .text.mbedtls_pkcs5_self_test + 0x0000000000000000 0xa2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.result_key_test_data + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.key_len_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.it_cnt_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.salt_test_data + 0x0000000000000000 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.slen_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.password_test_data + 0x0000000000000000 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .rodata.plen_test_data + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .literal.esp_sha_lock_engine + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .text.esp_sha_lock_engine + 0x0000000000000000 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .literal.mbedtls_base64_self_test + 0x0000000000000000 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.mbedtls_base64_self_test.str1.4 + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .text.mbedtls_base64_self_test + 0x0000000000000000 0x9a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_enc + 0x0000000000000000 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .rodata.base64_test_dec + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .literal.x509_info_ext_key_usage + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_info_cert_policies + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_info + 0x0000000000000000 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_verify_info + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_verify + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_verify_with_profile + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_der_nocopy + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_der_with_ext_cb + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_file + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_parse_path + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.mbedtls_x509_crt_get_ca_istrue + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_info_ext_key_usage.str1.4 + 0x0000000000000000 0x11 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_ext_key_usage + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_info_cert_policies + 0x0000000000000000 0x61 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_info.str1.4 + 0x0000000000000000 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_info + 0x0000000000000000 0x57a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_verify_info.str1.4 + 0x0000000000000000 0x33 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_info + 0x0000000000000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_verify_with_profile + 0x0000000000000000 0x29 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_nocopy + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_der_with_ext_cb + 0x0000000000000000 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_file + 0x0000000000000000 0x2f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_parse_path.str1.4 + 0x0000000000000000 0x6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_parse_path + 0x0000000000000000 0xa3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.mbedtls_x509_crt_get_ca_istrue + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x406 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_crt_verify_strings + 0x0000000000000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_none + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.mbedtls_x509_crt_profile_next + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.md_type_to_string + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_dn_gets + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_serial_gets + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_key_size_helper + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_info_subject_alt_name + 0x0000000000000000 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_info_cert_type + 0x0000000000000000 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.mbedtls_x509_info_key_usage + 0x0000000000000000 0x54 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.md_type_to_string.str1.4 + 0x0000000000000000 0x2b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.md_type_to_string + 0x0000000000000000 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.nibble_to_hex_digit + 0x0000000000000000 0x1f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_dn_gets.str1.4 + 0x0000000000000000 0x27 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_dn_gets + 0x0000000000000000 0x33d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_serial_gets.str1.4 + 0x0000000000000000 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_serial_gets + 0x0000000000000000 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_sig_alg_gets.str1.4 + 0x0000000000000000 0x1b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0xad esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_key_size_helper.str1.4 + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_key_size_helper + 0x0000000000000000 0x32 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_cmp + 0x0000000000000000 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_is_past + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_time_is_future + 0x0000000000000000 0x7 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_subject_alt_name.str1.4 + 0x0000000000000000 0x164 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_subject_alt_name + 0x0000000000000000 0x50e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_cert_type.str1.4 + 0x0000000000000000 0x74 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_cert_type + 0x0000000000000000 0x1b9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.mbedtls_x509_info_key_usage.str1.4 + 0x0000000000000000 0x9c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .text.mbedtls_x509_info_key_usage + 0x0000000000000000 0x1ed esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.esp_wifi_ftm_get_report_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_resp_set_offset_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_config_channel_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_negotiated_channel_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_negotiated_bw_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_aid_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_negotiated_phymode_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_inactive_time_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_netstack_buf_cb_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_send_deauth_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_aid_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_end_session_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_get_init_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_is_stop_in_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_api_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_api_unlock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_init_completed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_inactive_time_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_local$part$5 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_default + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_current_ap_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_ap_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_cacl_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_station_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_set_user_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_get_user_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_check_chan_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_deinit_in_caller_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_init_in_caller_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_osi_ready + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_osi_funcs_register + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_osi_funcs_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_crypto_funcs_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_wifi_type_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_esp_wifi_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_esp_wifi_he_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_wifi_he_type_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.net80211_softap_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.net80211_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.net80211_funcs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_init_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deinit_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_initiate_session + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_restart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_clear_fast_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deauth_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_promiscuous_scan_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.get_total_scan_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_records + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_clear_ap_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_connectionless_module_set_wake_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_protocol + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_protocol + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_11b_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_espnow_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_80211_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_config_80211_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_bandwidth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_bandwidth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_home_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_country_code + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_country_code + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_ap_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_storage + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_rxcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_sta_ip + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_auto_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_auto_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_event_post + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.wifi_mesh_event_post + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_max_tx_power + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_max_tx_power + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_event_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_event_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_csi_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ant_gpio + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ant_gpio + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ant + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ant + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ipc_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_end_session + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_get_report + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ftm_resp_set_offset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .wifislpiram.54.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_log_level + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_log + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_ioctl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_configure_wake_window + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_force_wakeup_acquire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_force_wakeup_release + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_on_coex_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_on_coex_schm_phase + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_coex_pwr_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_beacon_offset_sample_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_tbtt_quick_wake_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_update_listen_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_update_light_sleep_default_params + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sleep_min_active_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_keep_alive_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_beacon_monitor_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sleep_wait_broadcast_data_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_beacon_offset_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_netstack_buf_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_config_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_issue_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_improve_contention_ability + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_negotiated_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_negotiated_bandwidth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_aid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_aid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_negotiated_phymode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_tsf_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_tx_done_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_inactive_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_inactive_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_spp_amsdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_disable_pmf_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_phy_apply_phy_init_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_publish_service + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_subscribe_service + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_send_followup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_datapath_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_datapath_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_nan_internal_datapath_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_mesh_reg_rxcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ap_assoc_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_ap_assoc_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_router_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_router_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_beacon_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_beacon_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_map_deauth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_sta_disassoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_cur_ap_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_scan_get_ap_ie_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_cur_ap_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_scan_get_ap_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_mesh_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_roots_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_roots_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_allow_root_conflicts + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_is_root_conflicts_allowed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_parent_monitor_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_parent_monitor_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ie_crypto_funcs_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_ie_crypto_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_ap_records + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_get_cur_ap_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_sort_get_cur_ap_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_clear_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_rssi_threshold_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_rssi_threshold_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_is_roots_found + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_storage + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_switch_channel_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_active_duty_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_active_duty_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_network_duty_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_set_network_duty_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_network_duty_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_get_running_active_duty_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_ps_get_ext_duty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_mesh_ps_duty_signaling + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_non_mesh_connections + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_dynamic_cs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_eb_tx_status_success_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_get_report_local + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset_local + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_config_channel_local + 0x0000000000000000 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_channel_local + 0x0000000000000000 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_negotiated_bw_local + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_aid_local + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_negotiated_phymode_local + 0x0000000000000000 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time_local + 0x0000000000000000 0x77 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session_local + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time_local + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config_default + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_current_ap_id + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_station_ap_check + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_cacl_mac + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_rssi + 0x0000000000000000 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_station_num + 0x0000000000000000 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_set_user_ie + 0x0000000000000000 0x18e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_get_user_ie + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.wifi_get_user_ie + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.wifi_osi_ready + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_osi_funcs_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_crypto_funcs_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_wifi_type_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_esp_wifi_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_esp_wifi_he_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_wifi_he_type_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_initiate_session + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restart + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_fast_connect + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_deauth_sta + 0x0000000000000000 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_promiscuous_scan_start + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.get_total_scan_time + 0x0000000000000000 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_start + 0x0000000000000000 0x1a0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_stop + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_num + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_records + 0x0000000000000000 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_record + 0x0000000000000000 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_ap_list + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ap_get_sta_list + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_connectionless_module_set_wake_interval + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ps + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ps + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_protocol + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_protocol + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_11b_rate + 0x0000000000000000 0x102 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_espnow_rate + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_80211_tx_rate + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_config_80211_tx + 0x0000000000000000 0x18a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_bandwidth + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_bandwidth + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_channel + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_home_channel + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_channel + 0x0000000000000000 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country_code + 0x0000000000000000 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country_code + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_mac + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_ap_info + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_filter + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_ctrl_filter + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_ctrl_filter + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_rx_cb + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous + 0x0000000000000000 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_storage + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_auto_connect + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_auto_connect + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restore + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_max_tx_power + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_max_tx_power + 0x0000000000000000 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_event_mask + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi + 0x0000000000000000 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_config + 0x0000000000000000 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_csi_rx_cb + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant_gpio + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant_gpio + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ant + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ant + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_end_session + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_get_report + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ftm_resp_set_offset + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_log + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_ioctl + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_configure_wake_window + 0x0000000000000000 0x8a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_force_wakeup_acquire + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_force_wakeup_release + 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_coex_pwr_configure + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_sample_beacon + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_tbtt_quick_wake_configure + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_update_listen_interval + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_update_light_sleep_default_params + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_monitor_configure + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_configure + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_config_channel + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_improve_contention_ability + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_channel + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_negotiated_bandwidth + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_aid + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_negotiated_phymode + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_tsf_time + 0x0000000000000000 0xa7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_tx_done_cb + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_inactive_time + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_inactive_time + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_statis_dump + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_spp_amsdu + 0x0000000000000000 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_disable_pmf_config + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_phy_apply_phy_init_data + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_publish_service + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_subscribe_service + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_send_followup + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_datapath_req + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_datapath_resp + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_nan_internal_datapath_end + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_mesh_reg_rxcb + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ap_assoc_expire + 0x0000000000000000 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_ap_assoc_expire + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_router_bssid + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_router_bssid + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_beacon_interval + 0x0000000000000000 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_beacon_interval + 0x0000000000000000 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_sta_disassoc + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_info + 0x0000000000000000 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_ie_len + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_cur_ap_record + 0x0000000000000000 0x180 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_scan_get_ap_record + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_init + 0x0000000000000000 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_deinit + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_set + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_mesh_get + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_set + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_vnd_roots_get + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_allow_root_conflicts + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_root_conflicts_allowed + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_monitor_config + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_monitor_config + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_funcs_internal + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_ie_crypto_key_internal + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_ap_records + 0x0000000000000000 0x16a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_info + 0x0000000000000000 0x109 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_sort_get_cur_ap_record + 0x0000000000000000 0x1d0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_parent_candidate + 0x0000000000000000 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_clear_parent_candidate + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_parent_candidate + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_rssi_threshold_internal + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_rssi_threshold_internal + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_is_roots_found + 0x0000000000000000 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_storage + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_switch_channel_internal + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_active_duty_cycle + 0x0000000000000000 0xfc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_active_duty_cycle + 0x0000000000000000 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_internal + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_set_network_duty_cycle + 0x0000000000000000 0xbc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_get_network_duty_cycle + 0x0000000000000000 0x9d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_get_ext_duty + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_mesh_ps_duty_signaling + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_non_mesh_connections + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_dynamic_cs + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_eb_tx_status_success_internal + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.token$14864 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.sort_bss$14716 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.old_scan_id$13855 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.57 + 0x0000000000000000 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.56 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.55 + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_fetch_num + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_num + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .bss.s_mesh_sort_bss + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.52 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.51 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.48 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.47 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.46 + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.45 + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.44 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.43 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.42 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.41 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.40 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.39 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.38 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.37 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.36 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.35 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.34 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.33 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.32 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.31 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.30 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.29 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.28 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.26 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.25 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.24 + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_verbose.23 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.22 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.15 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.14 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_coex_basic_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_esp_wifi_he_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_he_type_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_esp_wifi_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_type_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_crypto_funcs_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.g_wifi_osi_funcs_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .literal.ieee80211_freedom_inside_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_send_sa_query + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_send_sa_query_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_send_sa_query_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_recv_sa_query_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_recv_sa_query_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_rate_ref_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_freedom_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_user_ie_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifattach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifdetach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_create_nan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_nan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_softap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_recycle_rx_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_get_rand_macaddr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_get_rand_macaddr_keep_oui + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_elem_match + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_ie_match + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_elem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_ext_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_find_ext_elem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_setup_pmf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_create_softap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_create_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.wifi_mode_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_is_robust_mgmt_frm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.wifi_recycle_rx_pkt + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.wifi_get_rand_macaddr + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.wifi_get_rand_macaddr_keep_oui + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ie_match + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.ieee80211_find_elem + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ext_ie + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .text.ieee80211_find_ext_elem + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata.ieee80211_opcap + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_remote + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .data.libnet80211_reversion_git + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .literal.ieee80211_crypto_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_available + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_setkey + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_encap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_aes_128_cmac_encrypt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_aes_128_cmac_decrypt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_gmac_decrypt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_get_cipher_mic_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_available + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_setkey + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .literal.wifi_log + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.dbg_hmac_rxtx_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.dbg_hmac_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_rxtx_statis_dump + 0x0000000000000000 0x297 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .text.dbg_hmac_statis_dump + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.13 + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.12 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.11 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.10 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.9 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.8 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.7 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.6 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.5 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.4 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.3 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .rodata_wlog_info.2 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .literal.unlikely.is_non_esp_oui + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.unlikely.is_esp_manufacturer_oui + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_is_action_category_robust + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_beacon_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_send_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_try_sa_query + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_sa_query_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_ps_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.free_mac_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.clear_mac_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .wifi0iram.55.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_free_beacon_eb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_send_beacon_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_delete_ptk + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_deliver_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_data_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_ap_reg_rxcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_query_mac_in_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_add_in_mac_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_del_mac_info_from_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_auth_open + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_recv_ctl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.create_new_bss_for_sa_query_failed_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_sa_query_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.ap_try_sa_query_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_recv_mgmt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_input + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.add_mic_ie_bip + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .wifi0iram.55 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_data_txcb + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.APRecvBcnStartTick + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .literal.addba_get_rap_from_private + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_stop_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_tx_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_response_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_stop_age_timer$part$0 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_body + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_response + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_free_rx_ba_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_rx_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_delba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_alloc_rx_ba_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_rx_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_request + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_deattach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_cal_tx_pps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.addba_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_request + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.27.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_dispatch_movement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.29.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.31.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.33.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_age_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_start_age_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_age_all + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_process_multicast_address_qos_frame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .wifirxiram.37.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_recv_bar + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_cleanup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_parse_htcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_has_ht40_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_update_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updatehtcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updateparams + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_htrates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_basic_htrates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_vendor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_body + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_vendor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_action_output + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_delba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_addba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap1 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap_amsdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_cal_tx_pps + 0x0000000000000000 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_stop + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_ie_vendor_esp_head + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_manufacturer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_ssid + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .literal.wpa_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.rsn_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_deliver_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_support_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_11b_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_set_max_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_lr_only + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_phy_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_lr_rates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_alloc_challenge + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_wpa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_rsn_cipher_priority + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_better_rsn_pairwise_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_amsdu_negotiate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_rsn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_ht_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_wapi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rateset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.ieee80211_deliver_data + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .text.ieee80211_is_11b_rate + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .literal.wifi_wps_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wps_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_pmk_is_valid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_set_config_local_2 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ioctl_ht2040_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.current_task_is_wifi_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_acquire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_release + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_get_reconnect_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_old_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_bw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_save_ap_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.print_sta_pmk + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mac_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_filter_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_ctrl_filter_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_set_ap_num_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_auto_connect_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_softap_max_support_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_softap_set_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_macaddr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_post_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_reset_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.43.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifislprxiram.45.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_txq_empty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_sw_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_mode_switch + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mode_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.esp_wifi_internal_set_baw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_menuconfig_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_crypto_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wpa_crypto_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_crypto_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hmac_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hmac_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_lmac_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_lmac_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_init_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_connect_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_disconnect_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_stop_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ant_to_ant_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.cipher_map_net80211_to_public_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_clear_ap_list_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_copy_ap_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_list_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_record_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_info_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_sta_list_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_protocol_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_protocol_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_bw_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_bw_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_channel_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_home_channel_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_channel_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_chan_range + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ps_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restart_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_rxcb_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restore_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_vnd_ie_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_vnd_ie_cb_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_max_tpw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_event_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_csi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_csi_set_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ant_config_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifirxiram.93.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ant + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_ant_gpio + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_fix_rate_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deauth_sta_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wps_is_started + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_start_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_is_started + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_ent_enable_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_wpa2_ent_disable_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_log_mod_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_type_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_status_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ipc_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_appie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_appie_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_wps_cb_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_internal_ioctl_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_tsf_time_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ftm_start_initiator_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_send_mgmt_frame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_register_mgmt_frame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_roc_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_nan_set_config_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_config_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_nan_publish_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_nan_subscribe_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_nan_followup_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ndp_req_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ndp_resp_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ndp_end_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_action_tx_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_configure_wake_window_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_disable_pmf_config_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ap_remove_sta_node_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_ap_sta_sae_auth_done_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_force_wakeup_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_update_listen_interval_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_coex_pwr_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_on_coex_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_on_coex_schm_phase_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sample_beacon_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_tbtt_quick_wake_configure_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_roots_ie_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_roots_ie_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_init_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_sta_disassoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_map_deauth_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_sta_disassoc_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ie_crypto_key_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_monitor_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_monitor_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_clear_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_parent_candidate_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_rssi_threshold_set_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_rssi_threshold_get_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_switch_channel_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mesh_act_duty_signaling_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_dynamic_cs_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wps_stop + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wps_start + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_get + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ioctl_ht2040_set + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0xa1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_mode + 0x0000000000000000 0x321 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.print_sta_pmk + 0x0000000000000000 0x1cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_sta_scan + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_mac_process + 0x0000000000000000 0x19a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_filter_process + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_ctrl_filter_process + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_set_ap_num_process + 0x0000000000000000 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_auto_connect_process + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.chip_post_deinit + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_promis_process + 0x0000000000000000 0x92 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.esp_wifi_internal_set_baw + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_crypto_deinit + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_hmac_deinit + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_lmac_deinit + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_disconnect + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_scan_start_process + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_scan_stop_process + 0x0000000000000000 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ant_to_ant_type + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.cipher_map_net80211_to_public_cipher + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_clear_ap_list_process + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_copy_ap_record + 0x0000000000000000 0x105 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_list_process + 0x0000000000000000 0x216 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_record_process + 0x0000000000000000 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_ap_info_process + 0x0000000000000000 0x17a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_sta_list_process + 0x0000000000000000 0x168 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_protocol_process + 0x0000000000000000 0xf1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_protocol_process + 0x0000000000000000 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_bw_process + 0x0000000000000000 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_bw_process + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_channel_process + 0x0000000000000000 0x162 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_home_channel_process + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_channel_process + 0x0000000000000000 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_chan_range + 0x0000000000000000 0x99 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ps_process + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_country + 0x0000000000000000 0x20c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_country + 0x0000000000000000 0x69 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restart_process + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_restore_process + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_process + 0x0000000000000000 0x116 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_vnd_ie_cb_process + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_max_tpw + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_event_mask + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_csi + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_csi_set_config + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ant_config_check + 0x0000000000000000 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .wifirxiram.93 + 0x0000000000000000 0xa9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant + 0x0000000000000000 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_ant_gpio + 0x0000000000000000 0xb7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_fix_rate_process + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_deauth_sta_process + 0x0000000000000000 0x114 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_start_flag + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wpa2_ent_enable_process + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_wpa2_ent_disable_process + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_log_mod_process + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_type_process + 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_status_process + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_wps_cb_process + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_internal_ioctl_process + 0x0000000000000000 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_get_tsf_time_process + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ftm_start_initiator_process + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_rssi_threshold + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_roc_process + 0x0000000000000000 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_nan_publish_process + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_nan_subscribe_process + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_nan_followup_process + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ndp_req_process + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ndp_resp_process + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_ndp_end_process + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_action_tx_process + 0x0000000000000000 0xf4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_configure_wake_window_process + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_disable_pmf_config_process + 0x0000000000000000 0x17a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_force_wakeup_process + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_update_listen_interval_process + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_coex_pwr_process + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sample_beacon_process + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_tbtt_quick_wake_configure_process + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_set_progress + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_get_progress + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_set_progress + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_roots_ie_get_progress + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_init_progress + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_deinit_progress + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_map_deauth_progress + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_sta_disassoc_progress + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_set_beacon_interval_progress + 0x0000000000000000 0x9b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_assoc_expire_set_progress + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_set_progress + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_router_bssid_get_progress + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_root_conflicts_set_progress + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_funcs_set_progress + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ie_crypto_key_set_progress + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_set_progress + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_monitor_get_progress + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_set_progress + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_clear_progress + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_parent_candidate_get_progress + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_set_progress + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_rssi_threshold_get_progress + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_is_roots_found_progress + 0x0000000000000000 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_switch_channel_progress + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_mesh_act_duty_signaling_process + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_dynamic_cs_process + 0x0000000000000000 0x9a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.CSWTCH$222 + 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.137 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.136 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.135 + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.g_mesh_root_conflicts_allowed + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.map_assoc_expire + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.mesh_router_bssid + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.125 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.124 + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.123 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.122 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.121 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.120 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.119 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.118 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.114 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.113 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.108 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.107 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.106 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .data.s_ioctl_table + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.105 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.104 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.100 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.99 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.98 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.97 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.96 + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.95 + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.94 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.92 + 0x0000000000000000 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.91 + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.90 + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.89 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.88 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.87 + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.86 + 0x0000000000000000 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.85 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.84 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.83 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.82 + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.81 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.80 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.79 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.78 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.77 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_verbose.76 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.52 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.19 + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.18 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.16 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.15 + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_public_action_recv_mesh_awake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_vnd_mesh_update_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_vnd_mesh_fully_associated + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.is_esp_mesh_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_public_action_send_mesh_awake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_recv_mesh_awake + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_init + 0x0000000000000000 0x1b2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_deinit + 0x0000000000000000 0xb2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_update_beacon + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_vnd_mesh_fully_associated + 0x0000000000000000 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.str1.1 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .rodata 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_public_action_send_mesh_awake + 0x0000000000000000 0x190 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_ps_duty + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .bss.esp_mesh_appie + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .literal.nan_mgmt_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_get_random_word + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_get_random_byte + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_get_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_is_in_dw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_update_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_action_frames_queued + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_flush_action_q + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_get_clust_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_disc_enable_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_disc_disable_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.wifi_nan_reg_rxcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_set_update_sdf_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_set_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_input + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_transmit_bcn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_alloc_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_alloc_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_alloc_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_post_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_transmit_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_tx_action_frame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_tx_queued_action_frames + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_set_config_local + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_mgmt_txcb + 0x0000000000000000 0xa2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_get_random_word + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_get_random_byte + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_is_in_dw + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_update_tsf + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_action_frames_queued + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_flush_action_q + 0x0000000000000000 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_disc_enable_rx + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_disc_disable_rx + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_input + 0x0000000000000000 0x3ec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_transmit_bcn + 0x0000000000000000 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata.str1.1 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_alloc_beacon + 0x0000000000000000 0x18a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_alloc_sdf + 0x0000000000000000 0x17f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_alloc_action + 0x0000000000000000 0x17f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_transmit_action + 0x0000000000000000 0x93 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_tx_action_frame + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_tx_queued_action_frames + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_start + 0x0000000000000000 0x110 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .text.nan_stop + 0x0000000000000000 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.18 + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.17 + 0x0000000000000000 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.16 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.15 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.14 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.13 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.12 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.11 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.10 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.9 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.8 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.7 + 0x0000000000000000 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.5 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_debug.4 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .bss.s_nan_rx_enabled + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata.NAN_NETWORK_ID + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata.NAN_STANDARD_BSSID + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata.NAN_ACTION_OUI + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata.NAN_STANDARD_OUI + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .literal.nan_dp_clear_tmp_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_ndp_resp_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.ndc_txop_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.ndc_txop_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_in_ndc_slot + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_is_peer_available + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_alloc_time_slots + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_get_chan_bitmap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_allocate_crbs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_alloc_conditional + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_reset_avail_flags_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_avail_entries_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_add_entry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_construct_availability + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_send_indication_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_send_confirm_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_send_terminated_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_node_available + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_alloc_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_remove_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_get_peer_ndp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_get_peer_ndl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_alloc_ndp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_alloc_ndl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_delete_peer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_setup_peer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_confirm_peer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_construct_device_caps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_post_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_ndp_resp_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_construct_ndp_confirm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_construct_ndp_terminate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_construct_ndp_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_construct_ndp_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_send_ndp_confirm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_send_ndp_terminate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_send_ndp_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_send_ndp_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_ndpa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_ndla + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_elem_container + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_dev_caps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_chan_from_bitmap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_time_bitmap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_ndca + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_parse_avail_entries + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_parse_availability + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_parse_ndp_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_parse_ndp_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_parse_ndp_confirm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_parse_ndp_terminate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_get_attr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_rx_naf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_naf_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_datapath_send_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_datapath_send_resp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_datapath_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_sched_init_availability + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_indicate_ndc_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_indicate_faw_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_schedule_next_faw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_dp_schedule_ndc_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_ndp_resp_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.ndc_txop_end + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.ndc_txop_start + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_alloc_time_slots + 0x0000000000000000 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_get_chan_bitmap + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_allocate_crbs + 0x0000000000000000 0x134 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata 0x0000000000000000 0x3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_alloc_conditional + 0x0000000000000000 0xfc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_reset_avail_flags_sdf + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_avail_entries_len + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_add_entry + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_construct_availability + 0x0000000000000000 0x107 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_send_indication_event + 0x0000000000000000 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_send_terminated_event + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_node_available + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_alloc_node + 0x0000000000000000 0xf4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .wifi0iram.10 0x0000000000000000 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_get_peer_ndp + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_get_peer_ndl + 0x0000000000000000 0x83 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_alloc_ndp + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_alloc_ndl + 0x0000000000000000 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_setup_peer + 0x0000000000000000 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_confirm_peer + 0x0000000000000000 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_construct_device_caps + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_construct_ndp_confirm + 0x0000000000000000 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_construct_ndp_terminate + 0x0000000000000000 0xa3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_construct_ndp_resp + 0x0000000000000000 0x32e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_construct_ndp_req + 0x0000000000000000 0x19b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_send_ndp_confirm + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_send_ndp_terminate + 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_send_ndp_resp + 0x0000000000000000 0x9a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_send_ndp_req + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_ndpa + 0x0000000000000000 0xdd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_ndla + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_elem_container + 0x0000000000000000 0xe5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_dev_caps + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_chan_from_bitmap + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_time_bitmap + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_ndca + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_parse_avail_entries + 0x0000000000000000 0x116 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_parse_availability + 0x0000000000000000 0x171 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_parse_ndp_req + 0x0000000000000000 0x18a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_parse_ndp_resp + 0x0000000000000000 0x154 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_parse_ndp_confirm + 0x0000000000000000 0xba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_parse_ndp_terminate + 0x0000000000000000 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_get_attr + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_rx_naf + 0x0000000000000000 0x17c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata.nan_rx_naf + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_naf_txcb + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_datapath_send_req + 0x0000000000000000 0x204 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_datapath_send_resp + 0x0000000000000000 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_datapath_end + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_sched_init_availability + 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_init + 0x0000000000000000 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_deinit + 0x0000000000000000 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_indicate_ndc_start + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_indicate_faw_start + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_schedule_next_faw + 0x0000000000000000 0xfb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .text.nan_dp_schedule_ndc_start + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.44 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.43 + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.42 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.41 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.40 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.39 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.38 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.37 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.36 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.35 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.34 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.33 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.32 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.31 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.30 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.29 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.28 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.27 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.26 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.25 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.24 + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.23 + 0x0000000000000000 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.22 + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.21 + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.20 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.19 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.18 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.17 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.16 + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.15 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.11 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.7 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .bss.s_avail_seq + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.6 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_info.5 + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_info.4 + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .data.g_opclass_chan_tbl + 0x0000000000000000 0xd2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .data.g_def_2g_channels + 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .literal.nan_in_transit_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_schedule_next_dwstart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_fill_dynamic_attr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_compare_mr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_update_amr_for_non_anchor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_common_dwstart_ops + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_common_dwend_ops + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_ndc_start_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_faw_end_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_faw_start_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_action_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_disc_bcn_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sync_bcn_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_dwend_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_warmup_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_scan_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_dwstart_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_is_ambtt_too_old$isra$0 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_update_tsf_from_bcn$isra$1 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_adjust_non_anchor_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_recycle_rx_bcn$isra$2 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_stop_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_init_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_update_bcn_stats + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_nms_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_nmns_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_send_started_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_scan_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_schedule_disc_bcn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_am_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_master_event_hdlr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_handle_event_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_handle_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_warmup_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_scan_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_dw_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_dw_end_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_send_disc_bcn_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_send_sync_bcn_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_send_action_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_faw_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_faw_end_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_ndc_start_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_sm_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_in_transit_event_hdlr + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_schedule_next_dwstart + 0x0000000000000000 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_fill_dynamic_attr + 0x0000000000000000 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_compare_mr + 0x0000000000000000 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_update_amr_for_non_anchor + 0x0000000000000000 0x21d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_common_dwstart_ops + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_common_dwend_ops + 0x0000000000000000 0x157 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_ndc_start_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_faw_end_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_faw_start_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_action_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_disc_bcn_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_sync_bcn_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_dwend_timeout + 0x0000000000000000 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_warmup_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_scan_timeout + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_dwstart_timeout + 0x0000000000000000 0xdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_is_ambtt_too_old$isra$0 + 0x0000000000000000 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_update_tsf_from_bcn$isra$1 + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_adjust_non_anchor_tsf + 0x0000000000000000 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_recycle_rx_bcn$isra$2 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_stop_handler + 0x0000000000000000 0x18f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_init_event_hdlr + 0x0000000000000000 0x152 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_update_bcn_stats + 0x0000000000000000 0xee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_nms_event_hdlr + 0x0000000000000000 0x18a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_nmns_event_hdlr + 0x0000000000000000 0x157 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_send_started_event + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .rodata.str1.1 + 0x0000000000000000 0xd1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_scan_event_hdlr + 0x0000000000000000 0x419 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_schedule_disc_bcn + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_am_event_hdlr + 0x0000000000000000 0x398 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_master_event_hdlr + 0x0000000000000000 0x19e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_sm_handle_event_internal + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_sm_handle_event + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_sm_deinit + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .text.nan_sm_stop + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .rodata.gNanSm + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .rodata_wlog_debug.4 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .data.nan_state_str + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .literal.nan_prepare_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_all_wildcard_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_construct_sdea + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_construct_publish_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_construct_subscribe_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_construct_followup_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_get_peer_svc_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_insert_peer_svc_record + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_discovery_result + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_replied_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_receive_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_static_sdfs_present + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_static_sdfs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_solicited_publish + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_match_filters + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_sd_parse_sdea + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_sd_parse_dev_caps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_sd_parse_availability + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_service_type_diff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_sd_receive_ctrl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_rx_sdf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_get_service_idx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_get_service_by_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_get_service_by_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_sdf_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_update_static_sdfs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_tolower + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_compute_service_hash + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_start_publish_service + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_start_subscribe_service + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.cleanup_peer_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_cancel_service + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_services_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_services_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.nan_send_followup_msg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata.str1.1 + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_prepare_filter + 0x0000000000000000 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_all_wildcard_filter + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_construct_sdea + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_construct_publish_sdf + 0x0000000000000000 0x1e2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_construct_subscribe_sdf + 0x0000000000000000 0x175 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_construct_followup_sdf + 0x0000000000000000 0xec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_get_peer_svc_record + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_insert_peer_svc_record + 0x0000000000000000 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_discovery_result + 0x0000000000000000 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_replied_event + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_receive_event + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_static_sdfs_present + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_static_sdfs + 0x0000000000000000 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_solicited_publish + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_match_filters + 0x0000000000000000 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_sd_parse_sdea + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_sd_parse_dev_caps + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_sd_parse_availability + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_service_type_diff + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_sd_receive_ctrl + 0x0000000000000000 0x2a4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_rx_sdf + 0x0000000000000000 0xcd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_get_service_idx + 0x0000000000000000 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_get_service_by_index + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_get_service_by_id + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_sdf_txcb + 0x0000000000000000 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_update_static_sdfs + 0x0000000000000000 0x122 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_tolower + 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_compute_service_hash + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_start_publish_service + 0x0000000000000000 0x1b6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_start_subscribe_service + 0x0000000000000000 0x1ae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.cleanup_peer_list + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_cancel_service + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_services_init + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_services_deinit + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .text.nan_send_followup_msg + 0x0000000000000000 0xd6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.13 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.12 + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.11 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.10 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.9 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.8 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.7 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.6 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_error.5 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .rodata_wlog_debug.4 + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + COMMON 0x0000000000000000 0x4c4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .literal.wifi_nvs_cfg_item_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_cfg_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_sta_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_ap_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_commit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_adjust_2nd_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_compare_cfg_diff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_set_default_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_password + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_sta_password + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_sta_listen_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_load + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_get_sta_listen_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_set_sta_listen_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_reset_current_ap_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_sta_restore + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_ap_restore + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_restore + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_set_sta_listen_interval + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.7 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.6 + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .literal.add_appie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size$part$5 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_tie_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_reg_encap_amsdu_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_reg_netstack_buf_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_set_hmac_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.wifi_is_started + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_recycle_cache_eb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_empty_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.is_wapi_alloc_tx_buf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_wapi_alloc_tx_buf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.get_wifi_internal_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_copy_eb_header + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_adjust_head + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_adjust_last_length + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_length_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_setup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_tx_mgt_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_classify + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_rates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_dsparams + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_xrates + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_probe_resp_app_ies + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_beacon_app_ies + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_assoc_resp_ies + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_assoc_req_ies + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_probe_req_ies + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_wme_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_dh_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_csa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_extcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_setup_robust_mgmtframe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_mgmt_output + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_getcapinfo + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_assoc_req_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_assoc_resp_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_auth_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_get_robustmgtframe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_deauth_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_disassoc_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.37.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_search_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx_by_ref + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_mesh_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_pending_eb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_send_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_amsdu_encap_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_encap_amsdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_proberesp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_deauth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_raw_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_raw_frame_sanity_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_80211_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_beacon_construct + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifiextrairam.62.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_nulldata + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.20.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .wifi0iram.11.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_probereq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_mgmt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_proberesp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_deauth_no_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_beacon_alloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_encap_null_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_pm_tx_null_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_reg_encap_amsdu_cb + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.wifi_is_started + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.get_wifi_internal_state + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_amsdu_adjust_last_length + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_size + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_by_ref + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_mesh_tx + 0x0000000000000000 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.ieee80211_raw_frame_sanity_check + 0x0000000000000000 0x208 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_80211_tx + 0x0000000000000000 0x154 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.55 + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.54 + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.53 + 0x0000000000000000 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.52 + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.51 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.50 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.49 + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.48 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.47 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.46 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_phy_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_type_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_mode_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_setup_ratetable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_set_user_sup_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .text.ieee80211_set_user_sup_rate + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_psq_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_gpsq_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_cleanup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_find_max_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_set_tim + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_take_head + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_take_tail + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_drop_one_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_send_one_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_is_buff_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.pwrsave_flushq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_node_pwrsave + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave_node_cleanup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave_txcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_is_bufferable_mmpdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_cleanup + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_take_tail + 0x0000000000000000 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_proto_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_gettid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_set_shortslottime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_iserp_rateset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_initparams + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_updateparams + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_mlme_connect_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_iserp_rateset + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_wme_initparams + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata.rates$10401 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .literal.get_country_chan_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_get_chan_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_is_40mhz_valid_bw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .text.ieee80211_get_chan_info + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata.ieee80211_get_chan_info + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .literal.ieee80211_regdomain_max_tx_power + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_get_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_update_phy_country + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update_in_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update_in_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_add_countryie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_max_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_ap_max_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_min_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_ap_min_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_chan_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_chan_in_range + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_is_active_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_max_tx_power + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_chan_num + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_policy + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .data.s_map 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_reset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .text.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .literal.scan_enter_oper_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.sta_update_owe_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_deattach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_apnum + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_pm_channel_op_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_flush_all_tx_buf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_cancel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_hidden_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_act_duration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_pas_duration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_home_chan_dwell_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_probe_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_probe_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_prefer_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_update_scan_history + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_build_chan_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_desChan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.cannel_scan_connect_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_check_hidden + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid_do + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_reset_cipher_and_akm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.cnx_get_authtype_strength + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_profile_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.free_bss_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.clear_bss_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_next_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_enter_oper_channel_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_connect_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.check_bss_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_scan_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_scan_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_parse_ht2040_coex + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_fill_wps_scan_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_owe_channel_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_validate_owe_scenarios + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.scan_parse_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_get_apnum + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_pm_channel_op_cb + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_add_bssid + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_set_home_chan_dwell_time + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.cannel_scan_connect_state + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_connect_state + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_set_scan_id + 0x0000000000000000 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .text.scan_get_scan_id + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.72 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.71 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_is_action_category_robust + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_eapol_txdone_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_assoc_comeback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_try_sa_query + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_sa_query_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_sta_reg_eapol_txdone_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .wifiextrairam.44.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_sta_reg_rxcb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_michael_mic_failure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_wme_standard_ac_to_esp_ac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_parse_wmeparams + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_rx_csa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.update_cs_thres + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.reset_cs_thres + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_parse_obss_scan_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_ctl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_bip_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_is_wpa3_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_is_11r_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_is_wifi_ent_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_get_owe_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_update_power_off_reset_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_sta_new_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_auth_ft + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_auth_open + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_auth_shared + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_auth_sae + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_retry_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_sa_query_process_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_try_sa_query_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.sta_recv_mgmt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .wifirxiram.50.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .wifirxiram.56.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .literal.wifi_sta_connect_internal_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_pmk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_pmk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_update_ap_info_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_ap_info_prof_pmk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_ap_ssid_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_ssid_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_authmode_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_max_sta_conn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_pairwise_cipher_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_authmode_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_pmf_config_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_config_sae_pwe_h2e_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_rsnxe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_disable_wpa2_authmode_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_config_sae_pk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_disable_sae_pk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_enable_sae_pk_only_mode_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_disable_owe_trans_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_notify_node_sae_auth_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_is_sta_sae_reauth_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_sae_identifier_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_is_ap_notify_completed_rsne_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_get_prof_password_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_sta_get_prof_password + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_ap_pmf_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_prof_password_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_reset_param_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_set_reset_param_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wpa_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wpa2_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_wapi_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_prof_is_rsn_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_pairwise_cipher_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_group_cipher_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_sta_gtk_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_sta_gtk_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_set_gtk + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_ptk + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_spp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_wpa_ptk_init_done_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_enable_sta_privacy_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_is_running_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_auth_done_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unregister_wpa2_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_wpa2_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_unregister_wapi_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_register_wapi_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unregister_wpa_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_wpa_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_assoc_bssid_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_sta_is_connected + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_hostap_private_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_deauthenticate_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_spp_attrubute_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_user_init_flag_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_set_rx_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_is_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_set_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_del_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_tx_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_eapol_txdonecb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_macaddr_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_ap_deauth_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.wifi_init_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_ap_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ppInstallKey + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_sta_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_sta_key_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_appie_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_appie_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_unset_appie_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_wpa2_ent_enable_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_wpa2_ent_disable_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wpa2_ent_state_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_type_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_wps_type_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_get_wps_status_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_disarm_sta_connection_timer_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_status_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_cb_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_internal_supplicant_header_md5_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_wps_start_flag_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_pmf_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_get_mgmt_group_cipher + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_igtk_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211w_get_active_igtk_key_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211w_get_igtk_from_keyidx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_skip_supp_pmkcaching + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_set_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_rm_enabled_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_btm_enabled_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_mbo_enabled_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_is_ft_enabled_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_register_mgmt_frame_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_send_mgmt_frm_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_action_tx_req + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_remain_on_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.esp_wifi_sta_connect_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_get_prof_pmk_internal + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_disable_sae_pk_internal + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_sta_gtk_index + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_enable_sta_privacy_internal + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_is_running_internal + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_unregister_wpa2_cb_internal + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_wpa2_cb_internal + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_unregister_wapi_cb + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_register_wapi_cb + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_assoc_bssid_internal + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_is_mask + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_set_mask + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_del_key_internal + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_key_internal + 0x0000000000000000 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_key_internal + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_register_tx_cb_internal + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_appie_internal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_wpa2_ent_enable_internal + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_sta_wpa2_ent_disable_internal + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wpa2_ent_state_internal + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_type_internal + 0x0000000000000000 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_get_wps_type_internal + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_disarm_sta_connection_timer_internal + 0x0000000000000000 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_status_internal + 0x0000000000000000 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_cb_internal + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_internal_supplicant_header_md5_check + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_wps_start_flag_internal + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_set_rssi_threshold + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_rm_enabled_internal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_btm_enabled_internal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_mbo_enabled_internal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_is_ft_enabled_internal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_action_tx_req + 0x0000000000000000 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .text.esp_wifi_remain_on_channel + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data.g_wifi_supplicant_funcs_md5 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .literal.ieee80211_nan_ndp_resp_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_ndc_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_faw_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_faw_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_send_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_send_sync_bcn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_send_disc_bcn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_dw_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_dw_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_scan_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_nan_warmup_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_ampdu_age_handle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_addba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_ap_try_sa_query + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_ap_sa_query_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_cnx_connect_next_ap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_retry_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_sa_query_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_sta_try_sa_query + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_auth + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_chm_dwell + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_handshake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_probe_send + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_csa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_enter_op_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_inter_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_hostap_handle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_send_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_register_hostap_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_do_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .literal.chm_end_op_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_phy_change_channel$constprop$3 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_mhz2num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_release_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_end_op + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_end_op_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_cancel_op + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_acquire_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_current_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .wifi0iram.12.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_home_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_set_home_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_get_chan_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_set_current_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_change_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_start_op + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.chm_return_home_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .literal.cnx_sta_connect_led_timer_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_cal_rc_util + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_get_next_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_traverse_rc_lis_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_next_ap_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_op + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_to_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.ieee80211_cnx_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal._cnx_start_connect_without_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_can_do_obss_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_scan_cmd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_next_ap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wl_is_ap_no_lr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wl_clear_ap_no_lr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_validate_owe_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_check_bssid_in_blacklist + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_from_blacklist + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_add_to_blacklist + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_clear_blacklist + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_choose_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_search + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_do_handoff_internal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_add_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_all_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_do_handoff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_next_ap_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_start_handoff_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_connect_cmd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_alloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_rc_except + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_state_metric + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_age + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.esp_mesh_get_tsf_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.send_ap_probe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_alloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_remove + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifi0iram.88.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifi0iram.90.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_is_any_node_connecting + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_toomany_deny + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_pm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss_more + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.ic_set_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_leave + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_associated + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_leave + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_node_join + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_start_obss_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_obss_scan_done_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_stop_obss_scan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifislprxiram.113.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifislprxiram.114.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.cnx_sta_scan_cmd + 0x0000000000000000 0x40a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.esp_mesh_get_tsf_time + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.cnx_is_any_node_connecting + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.wifi_softap_toomany_deny + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .text.cnx_stop_obss_scan + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .wifislprxiram.114 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.25 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.24 + 0x0000000000000000 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.23 + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.22 + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.21 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.20 + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.19 + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.18 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.17 + 0x0000000000000000 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .literal.offchan_in_progress + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_recv_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_send_action_tx_status + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.roc_op_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.roc_op_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_txop_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.offchan_txop_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.roc_op_start + 0x0000000000000000 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.roc_op_end + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.offchan_txop_end + 0x0000000000000000 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .text.offchan_txop_start + 0x0000000000000000 0x292 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .rodata_wlog_error.3 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .rodata_wlog_error.2 + 0x0000000000000000 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .data.s_global_offchan_seq + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .literal.send_inval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.recv_inval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_register + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_unregister + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_register + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_unregister + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text.ieee80211_send_action_unregister + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .text.ieee80211_recv_action_unregister + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .literal.get_iav_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_recv_action_vendor_spec + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_action_vendor_spec_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .rodata.str1.1 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x6b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x3d8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .data.s_global_vendor_seq$10998 + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_tx_content + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .literal.ccmp_encap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ccmp_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_decrypt_espnow_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_ccmp_decrypt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ieee80211_ccmp_encrypt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.sms4_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .literal.sms4_encap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .literal.tkip_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.tkip_encap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.wep_encap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .literal.wep_decap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .literal.ieee80211_getmgtframe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .literal.ieee80211_getbcnframe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .literal.esf_buf_alloc_dynamic_default_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifiextrairam.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_alloc_default_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifislprxiram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_recycle_default_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .wifirxiram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup_for_mesh + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup_static + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_free_static + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setdown + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_setup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.esf_buf_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text.esf_buf_setup_for_mesh + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata.str1.1 + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .text.esf_buf_statis_dump + 0x0000000000000000 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.20 + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.19 + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.18 + 0x0000000000000000 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .literal.bb_intr_handl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_is_pure_sta + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_ptk_alg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_crypto + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_obtain_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_tx_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_alloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.esp_wifi_internal_free_rx_buffer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_timer_post_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_michael_mic_failure_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_pp_tx_done_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_promis_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_promis_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_promis_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_promis_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_promis_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_csi_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_config_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_is_mgmt_hwdecr_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_pm_tx_null_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_net80211_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_timer_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_ftm_callbacks + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_register_nan_callbacks + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_pp_post + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_enable_sniffer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_sniffer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_vif + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_next_tbtt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_reset_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_add_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_reset_tbtt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_key_all + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_del_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_ac_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_ampdu_op + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.esp_mesh_set_6m_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_bb_check_noise_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_interrupt_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_clear_interrupt_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_enable_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_disable_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_beacon_int + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_current_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_random + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_tx_is_idle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_pp_hdl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_rx_policy_ubssid_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_rx_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_sta_auth_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_interface + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_set_per_pkt_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_update_ifx_phy_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_stop_hw_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_stop_sw_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_txq_empty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_create_wifi_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_delete_wifi_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_csi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .wifislprxiram.14.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_csi_set_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_update_light_sleep_default_params + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_sleep_min_active_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_keep_alive_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_sleep_wait_broadcast_data_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_beacon_monitor_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_beacon_offset_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_update_listen_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_rx_disable_bssid_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_rx_enable_bssid_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_bar_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_trc_update_def_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_espnow_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_80211_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_80211_tx_rate_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_espnow_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_80211_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_set_80211_tx_rate_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_default_sched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_get_G6M_sched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.ic_connectionless_module_set_wake_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.bb_intr_handl + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_is_pure_sta + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_rssi + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_pp_tx_done_cb + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_promis_filter + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_promis_filter + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_promis_ctrl_filter + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_promis_ctrl_filter + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_promis_rx_cb + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_csi_rx_cb + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_ftm_callbacks + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_register_nan_callbacks + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_pp_post + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.esp_mesh_set_6m_rate + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_bb_check_noise_init + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_random + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_tx_is_idle + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_fix_rate + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_fix_rate + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_csi + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_csi_set_config + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_update_light_sleep_default_params + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_beacon_monitor_configure + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_beacon_offset_configure + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_update_listen_interval + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_rx_disable_bssid_check + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_rx_enable_bssid_check + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_bar_rate + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_trc_update_def_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_espnow_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_80211_tx_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_80211_tx_rate_config + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_espnow_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_80211_tx_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_set_80211_tx_rate_config + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_default_sched + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_get_G6M_sched + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .text.ic_connectionless_module_set_wake_interval + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_info.11 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .literal.lmacIsIdle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacGetTxFrame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacReachShortLimit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacReachLongLimit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacIsLongFrame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifiextrairam.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacSetAcParam + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacInitAc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacInit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxopSuccess + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.17.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacEndRetryAMPDUFail + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.28.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.32.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.33.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .iram1.34.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.38.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.dbg_cnt_lmac_drop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_mib + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_rts + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_rts + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.54.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.55.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmac_record_txtime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmac_update_tx_statistic + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.59.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDiscardMSDU + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.18.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacRetryTxFrame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifiextrairam.20.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.22.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifiextrairam.15.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessShortRetryFail + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCtsTimeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessLongRetryFail + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCollision + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessCollisions_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessAckTimeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxRtsError + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxseckiderr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxError + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifiextrairam.35.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacRxDone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacDisableTransmit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacProcessTxTimeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmacStopTransmit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.dbg_lmac_get_acs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.lmac_stop_hw_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.63.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .literal.esp_wifi_set_11b_tx_plcp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacReachShortLimit + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacReachLongLimit + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.3 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.4 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmacProcessTxopSuccess + 0x0000000000000000 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.dbg_cnt_lmac_drop + 0x0000000000000000 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_get_mib + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_set_rts + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_internal_get_rts + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmac_record_txtime + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.lmac_update_tx_statistic + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifi0iram.13 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.dbg_lmac_get_acs + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .text.esp_wifi_set_11b_tx_plcp + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10443 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10426 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.53 + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.14 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.12 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.10 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.9 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .data.txopstart_index + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .wifislprxiram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_add_total_counter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_add_loss_counter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_get_rx_beacon_success_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_resample_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_resample_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislprxiram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_get_average + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.2.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_beacon_offset_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.pm_funcs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislprxiram.8 + 0x0000000000000000 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.9 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.10 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_configure + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_add_total_counter + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_add_loss_counter + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_deinit + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_set_rx_beacon_standard + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_init + 0x0000000000000000 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_get_rx_beacon_success_rate + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_resample_timeout_process + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_resample_timeout + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislprxiram.5 + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_check + 0x0000000000000000 0x15b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_get_average + 0x0000000000000000 0x122 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.2 + 0x0000000000000000 0x185 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.3 + 0x0000000000000000 0x1cf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .wifislpiram.7 + 0x0000000000000000 0xf9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .text.pm_beacon_offset_funcs_init + 0x0000000000000000 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .bss.total_tbtt_count$9176 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .bss.prev_last_tbtt_time$9175 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_debug.15 + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_debug.13 + 0x0000000000000000 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.12 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_info.11 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_error.6 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_error.4 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + COMMON 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .literal.hal_pm_unblock_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_incr_coex_active_cnt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disable_active_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_monitor_tbtt_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_restart_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_monitor_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_window_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_wake_interval_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep_delay_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_slice_wifi_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_sleep_delay_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_active_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_dream_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tbtt_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.wifi_apb80m_request + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.wifi_apb80m_release + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_dream + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_sleeping + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_open + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_allow_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.18.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_reset_keep_alive + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.20.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.21.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_sleep_delay_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disable_disconnected_sleep_delay_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_disconnected_sleep_delay_timer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_pend_noise_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_noise_check_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_register_pm_tx_null_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_nullfunc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_wakeup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mac_sleep + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.23.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.24.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.25.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.26.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.27.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.28.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.29.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_monitor_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.30.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_wake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.31.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.is_off_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_wake_up + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_probe_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_off_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_wake_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_separate_connectionless_window + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.22.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.32.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_go_to_sleep + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_next_tbtt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_mesh_set_next_tbtt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_at_next_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.34.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.36.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_timestamp_statistic + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_misc_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_is_in_wifi_slice_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.38.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_schm_process_restart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_slice_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_dream_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_sleep_delay_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.40.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_sleep_delay_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.42.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislpiram.43.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_restart_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.47.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.48.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_data_done_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_null_data_done_quick_wake_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tx_null_data_done_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_go_to_wake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_probe_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_params + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_tbtt_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_active_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.39.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.45.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.44.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.41.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifiextrairam.46.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_sleep_null_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_send_wake_null_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_coex_schm_process_restart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_coex_schm_status_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_coex_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifirxiram.51.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifiextrairam.52.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_data_tx_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_sample_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.50.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_on_probe_resp_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_disconnected_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_tbtt_quick_wake_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_deattach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_sleep_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_get_sleep_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_beacon_monitor_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_update_light_sleep_default_params + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_sleep_min_active_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_keep_alive_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_set_sleep_wait_broadcast_data_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_scan_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_scan_unlock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_try_scan_unlock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_force_scan_unlock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_get_idle_wait_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_enable_sta_disconnected_power_management + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_register_connectionless_wake_window + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_unregister_connectionless_wake_window + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_connectionless_module_set_wake_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.58.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_get_beacon_duration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.wifi_apb80m_request + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.wifi_apb80m_release + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_is_dream + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_mac_sleep_init + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_mac_sleep_deinit + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_pend_noise_check + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .wifislprxiram.25 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.is_off_channel + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_update_at_next_beacon + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_beacon_misc_process + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_tbtt_quick_wake_configure + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_set_sleep_type + 0x0000000000000000 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_get_sleep_type + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_beacon_monitor_configure + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_update_light_sleep_default_params + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_scan_lock + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_scan_unlock + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_try_scan_unlock + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_get_idle_wait_time + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_register_connectionless_wake_window + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_unregister_connectionless_wake_window + 0x0000000000000000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_connectionless_module_set_wake_interval + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .text.pm_get_beacon_duration + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.57 + 0x0000000000000000 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.56 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .literal.pm_coex_reconnect_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .literal.pm_coex_set_reconnect_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .wifislprxiram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .iram1.2.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .wifislprxiram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .literal.pm_coex_pwr_configure + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .text.pm_coex_pwr_configure + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .literal.pp_delete_task_manually + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislpiram.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.getle32 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.putle32 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.rotl 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.rotr 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.xswap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_set_cut_rx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_set_cut_evt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_can_cut_sevt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_can_cut_evt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.RxNodeNum + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.TxNodeNum + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.SigSpaceMalloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.SigSpaceFree + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.DefFreqCalTimerCB + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifirxiram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_net80211_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_config_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_timer_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_michael_mic_failure_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_default_event_handler + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.12.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppAddTimCount + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterPromisRxCallback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterTxDoneUserActionCallback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterRxCallback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRegisterTxCallback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppUnregisterTxCallback + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_register_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_unregister_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.17.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRecycleTxBuf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxQIdle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckIsConnTraffic + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxConnTrafficIdle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.20.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppSetInterface + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.23.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.25.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_gettid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppAssembleMicHdr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCalTkipMic + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppClearRxFragment + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifirxiram.27.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifirxiram.29.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppGetTxQFirstAvail_Locked + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppFetchTxQFirstAvail + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDequeueTxQ + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRollBackTxQ + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppSetBarRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppFillAMPDUBar + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.33.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.34.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.35.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.36.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxAMPDUlength + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.37.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.38.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppReSendBar + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppRecordBarRRC + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.44.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.48.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.50.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.21.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.51.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.52.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifislprxiram.30.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.emul_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_create_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_deattach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.60.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppInitTxq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppEnableQueue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.63.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppTxqEmpty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .iram1.67.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_delete_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.64.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.65.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppProcessWaitQ + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDisableQueue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppCheckTxIdle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.62.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.61.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.66.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppDiscardMPDU + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.69.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.71.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppPrepareBarFrame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_attach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.39.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.41.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.42.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.24.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.45.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.72.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppClearTxq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.pp_stop_sw_txq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.73.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.74.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppGetTaskHdl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .literal.ppMessageInQ + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifi0iram.75.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.rotl 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.rotr 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_set_cut_rx + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_set_cut_evt + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_can_cut_sevt + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_can_cut_evt + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.RxNodeNum + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.TxNodeNum + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.SigSpaceMalloc + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.SigSpaceFree + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.DefFreqCalTimerCB + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppAddTimCount + 0x0000000000000000 0x198 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRegisterPromisRxCallback + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRegisterTxDoneUserActionCallback + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppUnregisterTxCallback + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_register_tx_cb + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.pp_unregister_tx_cb + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRecycleTxBuf + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppGetTxQFirstAvail_Locked + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppFetchTxQFirstAvail + 0x0000000000000000 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppRollBackTxQ + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppSetBarRate + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.33 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .wifiextrairam.37 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.emul_timeout + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppProcessWaitQ + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .text.ppMessageInQ + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.CanDoFreqCal + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.LowestFreqOffsetInOneChk + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.HighestFreqOffsetInOneChk + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.NoiseTimerInterval + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pend_flag_periodic_cal + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.CurSigIdxToBeUse + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.CurFreeSigIdx + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_allow_cut_sevt + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_need_cut_rx + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .data.libpp_reversion_git + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + COMMON 0x0000000000000000 0x1a4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .iram1.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .iram1.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.wifi_gpio_debug_max_event_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_rxtx_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_hw_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_diag_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_ps_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_ps_statis_reset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_statis_dump + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_eb_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_event_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_int_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_rx_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_tx_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_ebuf_loc_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_path_show + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_path_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_perf_throughput_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.dbg_lmac_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .iram1.5 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.wifi_gpio_debug_max_event_get + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata.str1.1 + 0x0000000000000000 0x1c0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_rxtx_statis_dump + 0x0000000000000000 0x21e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_hw_statis_dump + 0x0000000000000000 0x2ff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_diag_statis_dump + 0x0000000000000000 0x1be C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_ps_statis_dump + 0x0000000000000000 0x192 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_lmac_statis_dump + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_eb_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_event_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_int_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_rx_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_his_lmac_tx_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_ebuf_loc_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_path_show + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_path_set + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .text.dbg_perf_throughput_cal + 0x0000000000000000 0xa1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.36 + 0x0000000000000000 0x3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss.s_t_old 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .bss.s_total 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.35 + 0x0000000000000000 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.34 + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.33 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.32 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.31 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.30 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.29 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.28 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.26 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.25 + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.24 + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.23 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.22 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.21 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.20 + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.19 + 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.18 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.17 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.16 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.15 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.14 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.13 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.12 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.11 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.10 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.9 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.8 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.7 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .rodata_wlog_info.6 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .literal.pp_timer_resample + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_coex_restart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_beacon_monitor_tbtt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_beacon_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_connectionless_wake_window + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_connectionless_wake_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_disconnected_sleep_delay + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_sleep_delay + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_coex_slice + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_active + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_dream + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .wifislpiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_noise_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .wifislpiram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_register_post_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.pp_timer_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .literal.RC_GetDuration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_SetBasicRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetAckRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetRtsRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetAckTime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetCtsTime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.RC_GetBlockAckTime + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text.RC_GetAckRate + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .text.RC_GetRtsRate + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .literal.rc11NRate2SchedIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc11GRate2SchedIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc11BRate2SchedIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcLoRaRate2SchedIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcBuildIndex + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_calc_duration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rx11NRate2AMPDULimit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trcAmpduSetState + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcSetTxAmpduLimit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateAMPDUParam + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11NHighestRateIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11GHighestRateIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGet11BHighestRateIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetDefaultHigestRateIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetHighestRateIdx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurStat + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurSched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcClearCurAMPDUSched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdatePhyMode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcLowerSched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpSched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateAckSnr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcTxUpdatePer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifirxiram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onAmpduOp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_per_pkt_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcSetBarRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_default_sched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_G6M_sched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcGetAmpduSched + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifiextrairam.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rssi_margin + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_PER_IS_GOOD + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcAmpduLowerRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.TRC_AMPDU_PER_UP_THRESHOLD + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcUpdateRate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.11.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcReachRetryLimit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rcAttach + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_NeedRTS + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onDisconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onScanStart + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_onScanDone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_isAmpduOn + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifiextrairam.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_SetTxAmpduState + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.20.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifi0iram.21.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_mask + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_disable_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_disable_trc_by_interface + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_sta_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .wifirxiram.25.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_trc_by_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_trc_default + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_only_sta_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_update_def_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_update_ifx_phy_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_set_per_conn_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_enable_trc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_get_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.rc_set_fix_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_get_espnow_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_espnow_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_get_80211_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_get_80211_tx_rate_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_80211_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .literal.trc_set_80211_tx_rate_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcClearCurStat + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcSetBarRate + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_default_sched + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_G6M_sched + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_NeedRTS + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.trc_NeedRTS + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onDisconnect + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onScanStart + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_onScanDone + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_isAmpduOn + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_SetTxAmpduState + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_mask + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_sta_trc + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_trc_default + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_only_sta_trc + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_update_def_rate + 0x0000000000000000 0xbf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_get_fix_rate + 0x0000000000000000 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc_set_fix_rate + 0x0000000000000000 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_get_espnow_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_espnow_rate + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_get_80211_tx_rate + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_get_80211_tx_rate_config + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_80211_tx_rate + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.trc_set_80211_tx_rate_config + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.27 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .data.BAROFDMSched + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_80211_tx_rate_config + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_80211_tx_rate + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.g_espnow_rate + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .iram1.49.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifiorslpiram.27.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SetCurChannel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SetAuthed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Set_Beacon_Int + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Reset_TBTT + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_reset_bcnSendTick + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Mesh_Enable_Tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Mesh_Set_TBTT + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Get_Next_TBTT + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_mac_sleep_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_mac_sleep_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.14.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifi0iram.15.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislpiram.16.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_csi_hw_bug_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_csi_rx_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_pop_promis_misc_buf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_process_misc_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_buf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_ctrl_pkt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_get_promis_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_promis_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_get_promis_ctrl_filter + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SnifferRxAmpdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_SnifferRxData + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_IndicateCtrlFrame + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_RxSecError + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.28.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_nan_set_callbacks + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_nan_is_in_dw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_FetchFirstDesc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_disable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_enable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_is_low_rate_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.46.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.47.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .iram1.50.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.54.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislpiram.26.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.23.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.25.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.29.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.31.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Insert_KeyEntry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry_all_cnx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wDev_Crypto_Disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifislprxiram.58.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_set_csi_rx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.wdev_is_mgmt_hwdecr_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_csi_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_ampdu_rx_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_ampdu_tx_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_amsdu_tx_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_nvs_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_rx_baw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_static_rx_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_dynamic_rx_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_tx_buffer_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_static_tx_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_dynamic_tx_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_rx_mgmt_buffer_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_rx_mgmt_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_cache_tx_buffer_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_timer_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_wps_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_wpa2_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_coexist_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_pm_task_stack_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_task_core_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_beacon_max_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_mgmt_sbuf_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_feature_capabilities + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_espnow_max_encrypt_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_is_cache_tx_buf_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.config_get_wifi_sta_disconnected_pm + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_Mesh_Enable_Tsf + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_Mesh_Set_TBTT + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_mac_sleep_init + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_mac_sleep_deinit + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_set_promis_filter + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_get_promis_filter + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_set_promis_ctrl_filter + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_get_promis_ctrl_filter + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .wifirxiram.28 + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_nan_set_callbacks + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wDev_FetchFirstDesc + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.wdev_set_csi_rx_cb + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_csi_enable + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_timer_task_stack_size + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_wps_task_stack_size + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_wpa2_task_stack_size + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_coexist_task_stack_size + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .text.config_get_wifi_pm_task_stack_size + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .bss.dbg_rx_bcn_count + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.12 + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.11 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .literal.hal_agreement_add_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_agreement_clr_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_agreement_del_rx_ba + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_ba_session_store + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_ba_session_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_ba_session_restore_by_hw_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .literal.hal_crypto_clr_key_entry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_get_using_key_idx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_set_key_entry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_is_key_valid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_get_key_entry + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_mgmt_rx_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.hal_crypto_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .text.hal_crypto_get_using_key_idx + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .literal.mac_tx_set_plcp0 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_tx_set_duration + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tx_set_ppdu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifiextrairam.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_txq_invalid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_is_txq_valid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_is_txq_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_now + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tx_set_cca + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_disable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_enable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_rxbuf_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_disable_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_enable_mac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislpiram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.11.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.12.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_txrx_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_rxq_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_last_rxbuf_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_last_rxbuf_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.mac_rxbuf_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.14.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.15.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_set_policy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_clr_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_get_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.wDev_Mesh_Disable_Tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifiextrairam.16.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_set_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_tsf_reset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_set_csi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislprxiram.17.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifi0iram.18.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_mac_rx_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_rx_disable_bssid_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .literal.hal_rx_enable_bssid_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_is_txq_enabled + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .wifislpiram.10 + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.mac_last_rxbuf_deinit + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.mac_rxbuf_disable + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_clr_bssid + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.wDev_Mesh_Disable_Tsf + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_tsf_set_time + 0x0000000000000000 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_set_csi + 0x0000000000000000 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_rx_enable + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_mac_rx_disable + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_rx_disable_bssid_check + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .text.hal_rx_enable_bssid_check + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .bss.g_mac_deinit_txing + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .bss.g_mac_deinit_rxing + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .bss.g_mac_deinit_count + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .iram1.2.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .wifislprxiram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .iram1.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .literal.mac_tx_set_plcp1 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.mac_tx_set_plcp2 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.mac_tx_set_htsig + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .wifi0iram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_get_txq_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_clr_txq_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_get_txq_pmd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_attenna_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_mac_rate_autoack_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .literal.hal_sniffer_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_rx_set_promis + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_sniffer_rx_clr_statistics + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .literal.hal_enable_sta_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.hal_disable_sta_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.hal_enable_nan_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.hal_disable_nan_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.hal_disable_softap_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .text.hal_enable_nan_tsf + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .text.hal_disable_nan_tsf + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .bss.s_tbttstart + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .literal.prvReturnItemByteBuf + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvGetItemByteBuf + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCheckItemFitsByteBuffer + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvReturnItemDefault + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvGetItemDefault + 0x0000000000000000 0x48 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvSendItemDoneNoSplit + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCheckItemFitsDefault + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvGetFreeSize + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvInitializeNewRingbuffer + 0x0000000000000000 0x4c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemByteBuf + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemAllowSplit + 0x0000000000000000 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvCopyItemNoSplit + 0x0000000000000000 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.prvReceiveGenericFromISR + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreate + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreateNoSplit + 0x0000000000000000 0x4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferCreateStatic + 0x0000000000000000 0x2c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendAcquire + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendComplete + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferSendFromISR + 0x0000000000000000 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveFromISR + 0x0000000000000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplit + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpTo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferReturnItemFromISR + 0x0000000000000000 0x24 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferDelete + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferGetMaxItemSize + 0x0000000000000000 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferGetCurFreeSize + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.vRingbufferGetInfo + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.xRingbufferPrintInfo + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeNoSplit + 0x0000000000000000 0x40 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeAllowSplit + 0x0000000000000000 0x51 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetCurMaxSizeByteBuf + 0x0000000000000000 0x20 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemByteBuf + 0x0000000000000000 0x4f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemByteBuf.str1.4 + 0x0000000000000000 0x127 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemByteBuf + 0x0000000000000000 0x101 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsByteBuffer + 0x0000000000000000 0x6e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReturnItemDefault.str1.4 + 0x0000000000000000 0x165 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReturnItemDefault + 0x0000000000000000 0x144 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetItemDefault.str1.4 + 0x0000000000000000 0x186 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetItemDefault + 0x0000000000000000 0x190 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvSendItemDoneNoSplit.str1.4 + 0x0000000000000000 0x7e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvSendItemDoneNoSplit + 0x0000000000000000 0x126 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCheckItemFitsDefault + 0x0000000000000000 0xae esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvGetFreeSize.str1.4 + 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvGetFreeSize + 0x0000000000000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvInitializeNewRingbuffer.str1.4 + 0x0000000000000000 0x3b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvInitializeNewRingbuffer + 0x0000000000000000 0xc9 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemByteBuf + 0x0000000000000000 0x8d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemAllowSplit + 0x0000000000000000 0xfc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvCopyItemNoSplit + 0x0000000000000000 0x26 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.prvReceiveGenericFromISR + 0x0000000000000000 0xb4 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreate.str1.4 + 0x0000000000000000 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreate + 0x0000000000000000 0x92 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateNoSplit + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferCreateStatic.str1.4 + 0x0000000000000000 0x82 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferCreateStatic + 0x0000000000000000 0x8b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendAcquire + 0x0000000000000000 0x68 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendComplete + 0x0000000000000000 0xb9 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferSendFromISR + 0x0000000000000000 0xec esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveFromISR + 0x0000000000000000 0x44 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveSplit.str1.4 + 0x0000000000000000 0x88 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplit + 0x0000000000000000 0x6d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveSplitFromISR + 0x0000000000000000 0x6c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceiveUpTo.str1.4 + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpTo + 0x0000000000000000 0x65 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x61 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferReturnItemFromISR + 0x0000000000000000 0x67 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferDelete + 0x0000000000000000 0x2f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetMaxItemSize + 0x0000000000000000 0x1c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferGetCurFreeSize + 0x0000000000000000 0x38 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferAddToQueueSetRead.str1.4 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x5e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x5e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.vRingbufferGetInfo + 0x0000000000000000 0x6a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferPrintInfo.str1.4 + 0x0000000000000000 0x3d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .text.xRingbufferPrintInfo + 0x0000000000000000 0x4a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0xf esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x22 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$8 + 0x0000000000000000 0x1d esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x1e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$11 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$12 + 0x0000000000000000 0x1f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$13 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$14 + 0x0000000000000000 0x19 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$15 + 0x0000000000000000 0x1a esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$18 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$20 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$21 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$22 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$23 + 0x0000000000000000 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$24 + 0x0000000000000000 0x18 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$25 + 0x0000000000000000 0x17 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$27 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$28 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$29 + 0x0000000000000000 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$30 + 0x0000000000000000 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$31 + 0x0000000000000000 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$32 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$33 + 0x0000000000000000 0x15 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$34 + 0x0000000000000000 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .literal.esp_efuse_get_pkg_ver + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .rodata.esp_efuse_disable_basic_rom_console.str1.4 + 0x0000000000000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0x33 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_set_rom_log_scheme + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x0000000000000000 0x400 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x0000000000000000 0x1ca esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x0000000000000000 0x50f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x0000000000000000 0x56a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .iram1.11.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.req_core + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.10.literal + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.7.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.16.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.14.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.12.literal + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_init_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_deinit_lock + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_register_dev + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_unregister_dev + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.24.literal + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.26.literal + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.29.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.spi_bus_lock_bg_request + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.30.literal + 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.31.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.32.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.33.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.34.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.try_acquire_free_dev + 0x0000000000000000 0x54 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.11 0x0000000000000000 0x9d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.req_core + 0x0000000000000000 0x6f esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.10 0x0000000000000000 0x86 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.13 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.7 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.16 0x0000000000000000 0x68 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.14 0x0000000000000000 0x60 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.12 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_init_lock + 0x0000000000000000 0x39 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.spi_bus_deinit_lock.str1.4 + 0x0000000000000000 0x5b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_deinit_lock + 0x0000000000000000 0x3a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_register_dev + 0x0000000000000000 0x9b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_unregister_dev + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_set_bg_control + 0x0000000000000000 0xb esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.21 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.22 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.str1.4 + 0x0000000000000000 0xf2 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.24 0x0000000000000000 0x65 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.26 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.27 0x0000000000000000 0xa esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.28 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.29 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .text.spi_bus_lock_bg_request + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.30 0x0000000000000000 0xbd esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.31 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.32 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.33 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .iram1.34 0x0000000000000000 0x1d esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x1a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0x1b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .dram1.0 0x0000000000000000 0x9 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .data.s_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .literal.check_iomux_pins_quad + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_uses_iomux_pins + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.get_dma_periph + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.claim_dma_chan + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.dma_chan_free + 0x0000000000000000 0x34 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.connect_spi_and_dma + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.alloc_dma_chan + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_iomux_pins_set_quad + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bus_iomux_pins_set + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_claim + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_in_use + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_periph_free + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqsource_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_irqdma_source_for_host + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_alloc + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_dma_chan_free + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_initialize_io + 0x0000000000000000 0x13c esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_free_io_cfg + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_initialize + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_cs_free_io + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spicommon_bus_using_iomux + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_main_set_lock + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_lock_get_by_id + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_initialize + 0x0000000000000000 0x90 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_get_attr + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_free + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.spi_bus_register_destroy_func + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.0.literal + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.1.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.2.literal + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.3.literal + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.check_iomux_pins_quad + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_uses_iomux_pins + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.get_dma_periph.str1.4 + 0x0000000000000000 0x63 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.get_dma_periph + 0x0000000000000000 0x24 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.claim_dma_chan + 0x0000000000000000 0x4a esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.dma_chan_free.str1.4 + 0x0000000000000000 0x3d esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.dma_chan_free + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.connect_spi_and_dma + 0x0000000000000000 0x33 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.alloc_dma_chan.str1.4 + 0x0000000000000000 0x79 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.alloc_dma_chan + 0x0000000000000000 0xb2 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_iomux_pins_set_quad + 0x0000000000000000 0xc4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.bus_iomux_pins_set + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_periph_claim.str1.4 + 0x0000000000000000 0x35 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_claim + 0x0000000000000000 0xaf esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_in_use + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_periph_free + 0x0000000000000000 0x82 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqsource_for_host + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_irqdma_source_for_host + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_alloc + 0x0000000000000000 0x92 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_dma_chan_free + 0x0000000000000000 0x44 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_bus_initialize_io.str1.4 + 0x0000000000000000 0x321 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_initialize_io + 0x0000000000000000 0x734 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_free_io_cfg + 0x0000000000000000 0x61 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_cs_initialize.str1.4 + 0x0000000000000000 0xba esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_initialize + 0x0000000000000000 0x114 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spicommon_cs_free_io.str1.4 + 0x0000000000000000 0x20 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_cs_free_io + 0x0000000000000000 0x50 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spicommon_bus_using_iomux + 0x0000000000000000 0x8c esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_main_set_lock + 0x0000000000000000 0xd esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_lock_get_by_id + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.spi_bus_initialize.str1.4 + 0x0000000000000000 0x11f esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_initialize + 0x0000000000000000 0x252 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_get_attr + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_free + 0x0000000000000000 0x7c esp-idf/driver/libdriver.a(spi_common.c.obj) + .text.spi_bus_register_destroy_func + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.0 0x0000000000000000 0x52 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.1 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.2 0x0000000000000000 0x4c esp-idf/driver/libdriver.a(spi_common.c.obj) + .iram1.3 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x13 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0xe esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__FUNCTION__$8 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$9 + 0x0000000000000000 0xf esp-idf/driver/libdriver.a(spi_common.c.obj) + .rodata.__func__$10 + 0x0000000000000000 0x19 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_waiting_for_chan + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.dmaworkaround_mux + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_cb_arg + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_cb + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.dmaworkaround_channels_busy + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.spi_dma_spinlock + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.spi_dma_chan_enabled + 0x0000000000000000 0x1 esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.bus_ctx 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.s_mainbus + 0x0000000000000000 0x64 esp-idf/driver/libdriver.a(spi_common.c.obj) + .bss.spi_claiming_func + 0x0000000000000000 0xc esp-idf/driver/libdriver.a(spi_common.c.obj) + .data.spi_periph_claimed + 0x0000000000000000 0x3 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_frame 0x0000000000000000 0x2f8 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_info 0x0000000000000000 0x5b85 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_abbrev 0x0000000000000000 0x5f4 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_loc 0x0000000000000000 0x13de esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_aranges + 0x0000000000000000 0x110 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_ranges 0x0000000000000000 0x130 esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_line 0x0000000000000000 0x338d esp-idf/driver/libdriver.a(spi_common.c.obj) + .debug_str 0x0000000000000000 0x2cdf esp-idf/driver/libdriver.a(spi_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(spi_common.c.obj) + .literal.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_label_search + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_erase_part_type_data + 0x0000000000000000 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_vddsdio_configure + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_check_long_hold_gpio_level.str1.4 + 0x0000000000000000 0xf4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0xf6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.4 + 0x0000000000000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x0000000000000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.4 + 0x0000000000000000 0x115 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x0000000000000000 0x142 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_vddsdio_configure + 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x2d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x0000000000000000 0x17fa esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x0000000000000000 0x3c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x0000000000000000 0x484 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x0000000000000000 0x10a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_str 0x0000000000000000 0xc7b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_ota_select_crc + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_ota_select_valid + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_check_chip_validity + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_get_active_otadata + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_crc + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_invalid + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_ota_select_valid + 0x0000000000000000 0x29 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x0000000000000000 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_check_chip_validity + 0x0000000000000000 0x110 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_select_otadata + 0x0000000000000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text.bootloader_common_get_active_otadata + 0x0000000000000000 0x31 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x0000000000000000 0x849 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x0000000000000000 0x21a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x0000000000000000 0x444 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x0000000000000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x0000000000000000 0x9cf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x0000000000000000 0x756 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.log_invalid_app_partition + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.read_otadata + 0x0000000000000000 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.write_otadata + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_actual_ota_seq + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_common_get_partition_description + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_partition_table + 0x0000000000000000 0x8c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_reset + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_atexit + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.set_cache_and_start_app + 0x0000000000000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.unpack_load_app + 0x0000000000000000 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.load_image + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_utility_load_boot_image + 0x0000000000000000 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_sha256_flash_contents + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.index_to_partition + 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.check_anti_rollback + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x0000000000000000 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.log_invalid_app_partition + 0x0000000000000000 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.read_otadata.str1.4 + 0x0000000000000000 0x91 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.read_otadata + 0x0000000000000000 0x95 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.write_otadata.str1.4 + 0x0000000000000000 0x45 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.write_otadata + 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x0000000000000000 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_get_partition_description + 0x0000000000000000 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x0000000000000000 0x1df esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_partition_table + 0x0000000000000000 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x0000000000000000 0x113 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_get_selected_boot_partition + 0x0000000000000000 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_reset + 0x0000000000000000 0x9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x0000000000000000 0x9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_cache_and_start_app.str1.4 + 0x0000000000000000 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_cache_and_start_app + 0x0000000000000000 0x4d5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.unpack_load_app.str1.4 + 0x0000000000000000 0x6d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.unpack_load_app + 0x0000000000000000 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x0000000000000000 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x0000000000000000 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x0000000000000000 0xe2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_utility_load_boot_image + 0x0000000000000000 0x15b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x0000000000000000 0x75 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_debug_buffer + 0x0000000000000000 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x0000000000000000 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss.ota_has_initial_contents + 0x0000000000000000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x0000000000000000 0x27c1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x0000000000000000 0x4b9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x0000000000000000 0x1b8f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x0000000000000000 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x0000000000000000 0x2dbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x0000000000000000 0xf4e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.esp_partition_table_verify + 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x0000000000000000 0x16c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text.esp_partition_table_verify + 0x0000000000000000 0x175 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x0000000000000000 0x63d esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x0000000000000000 0x1e2 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x0000000000000000 0x231 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x0000000000000000 0x89c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x0000000000000000 0x405 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .literal.should_map + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_segment_header + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_appended_hash_and_sig + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_checksum + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_image_header + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_image_header + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.should_load + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segment_data + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segment + 0x0000000000000000 0x54 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.process_segments + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.verify_simple_hash + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.image_load + 0x0000000000000000 0x3c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_metadata + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader_data + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_flash_size + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_map + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_segment_header.str1.4 + 0x0000000000000000 0x98 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_segment_header + 0x0000000000000000 0x78 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_appended_hash_and_sig.str1.4 + 0x0000000000000000 0x4d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_appended_hash_and_sig + 0x0000000000000000 0x69 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_checksum.str1.4 + 0x0000000000000000 0x43 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_checksum + 0x0000000000000000 0xca esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_image_header.str1.4 + 0x0000000000000000 0x9f esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_image_header + 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_image_header + 0x0000000000000000 0x68 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.should_load + 0x0000000000000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment_data.str1.4 + 0x0000000000000000 0x3d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment_data + 0x0000000000000000 0xc0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segment.str1.4 + 0x0000000000000000 0xd9 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segment + 0x0000000000000000 0x156 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x0000000000000000 0x31 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.process_segments + 0x0000000000000000 0x91 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_simple_hash.str1.4 + 0x0000000000000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.verify_simple_hash + 0x0000000000000000 0x6c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x0000000000000000 0x47 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.image_load + 0x0000000000000000 0x11d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x0000000000000000 0x7c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x1e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x0000000000000000 0x66 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x0000000000000000 0x1b74 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x0000000000000000 0x360 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x0000000000000000 0x1097 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x0000000000000000 0xc0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x0000000000000000 0x20bc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x0000000000000000 0xd83 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.bootloader_sha256_start + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_sha256_data + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_sha256_finish + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_start + 0x0000000000000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x0000000000000000 0x59 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_data + 0x0000000000000000 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text.bootloader_sha256_finish + 0x0000000000000000 0x47 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x0000000000000000 0x526 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x0000000000000000 0x19b esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x0000000000000000 0xae esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x0000000000000000 0x520 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x0000000000000000 0x385 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_random_enable + 0x0000000000000000 0x74 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .literal.bootloader_random_disable + 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text.bootloader_random_enable + 0x0000000000000000 0x1c4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text.bootloader_random_disable + 0x0000000000000000 0x11d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_frame 0x0000000000000000 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_info 0x0000000000000000 0x26e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_abbrev 0x0000000000000000 0xd5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_aranges + 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_ranges 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_line 0x0000000000000000 0x102c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_str 0x0000000000000000 0x512 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_init + 0x0000000000000000 0x5 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .text.ets_timer_deinit + 0x0000000000000000 0x5 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .literal.rtc_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.wpa_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.wpa2_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.wps_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.pp_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.sc_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.core_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.coexist_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.wapi_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.mesh_printf + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.rtc_printf.str1.4 + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.rtc_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.wpa_printf.str1.4 + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.wpa_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.wpa2_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.wpa2_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.wps_printf.str1.4 + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.wps_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.pp_printf.str1.4 + 0x0000000000000000 0x3 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.pp_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.sc_printf.str1.4 + 0x0000000000000000 0xc esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.sc_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.core_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.core_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.coexist_printf.str1.4 + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.coexist_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.wapi_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.wapi_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.mesh_printf.str1.4 + 0x0000000000000000 0x5 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.mesh_printf + 0x0000000000000000 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .literal.esp_phy_rf_get_on_ts + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .literal.esp_phy_erase_cal_data_in_nvs + 0x0000000000000000 0x40 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .literal.phy_get_lock + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_rf_get_on_ts + 0x0000000000000000 0xc esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_release_init_data + 0x0000000000000000 0x5 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.esp_phy_erase_cal_data_in_nvs.str1.4 + 0x0000000000000000 0xd2 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.esp_phy_erase_cal_data_in_nvs + 0x0000000000000000 0x9e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .text.phy_get_lock + 0x0000000000000000 0xa esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .literal.phy_enabled_modem_contains + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_track_pll_internal + 0x0000000000000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_track_pll_timer_callback + 0x0000000000000000 0x10 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_track_pll + 0x0000000000000000 0x14 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_track_pll_init + 0x0000000000000000 0x30 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_track_pll_deinit + 0x0000000000000000 0x24 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_enabled_modem_contains + 0x0000000000000000 0x1b esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_internal + 0x0000000000000000 0x2e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_timer_callback + 0x0000000000000000 0x24 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll + 0x0000000000000000 0x45 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_track_pll_init.str1.4 + 0x0000000000000000 0xce esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_init + 0x0000000000000000 0x5e esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.phy_track_pll_deinit.str1.4 + 0x0000000000000000 0x4a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .text.phy_track_pll_deinit + 0x0000000000000000 0x43 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x15 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x13 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss.s_wifi_prev_timestamp + 0x0000000000000000 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .bss.phy_track_pll_timer + 0x0000000000000000 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.lwip_gethostbyname + 0x0000000000000000 0x28 esp-idf/lwip/liblwip.a(netdb.c.obj) + .literal.lwip_gethostbyname_r + 0x0000000000000000 0x10 esp-idf/lwip/liblwip.a(netdb.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .text.lwip_gethostbyname + 0x0000000000000000 0x13a esp-idf/lwip/liblwip.a(netdb.c.obj) + .text.lwip_gethostbyname_r + 0x0000000000000000 0x16c esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_aliases$1 + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostent$2 + 0x0000000000000000 0x14 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostname$3 + 0x0000000000000000 0x101 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_phostent_addr$4 + 0x0000000000000000 0x8 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.s_hostent_addr$5 + 0x0000000000000000 0x18 esp-idf/lwip/liblwip.a(netdb.c.obj) + .bss.h_errno 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(netdb.c.obj) + .literal.dhcp_search_ip_on_mac + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .literal.dhcps_dns_setserver + 0x0000000000000000 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_option_info + 0x0000000000000000 0x76 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcp_search_ip_on_mac + 0x0000000000000000 0x44 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_dns_setserver + 0x0000000000000000 0x21 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .text.dhcps_dns_getserver + 0x0000000000000000 0x15 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .literal.esp_netif_action_join_ip6_multicast_group + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .literal.esp_netif_action_leave_ip6_multicast_group + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .literal.esp_netif_action_add_ip6_address + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .literal.esp_netif_action_remove_ip6_address + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text.esp_netif_action_join_ip6_multicast_group + 0x0000000000000000 0xf esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text.esp_netif_action_leave_ip6_multicast_group + 0x0000000000000000 0xf esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text.esp_netif_action_add_ip6_address + 0x0000000000000000 0xf esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text.esp_netif_action_remove_ip6_address + 0x0000000000000000 0xf esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .rodata._g_esp_netif_inherent_eth_config + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_wifi_nan + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .data._g_esp_netif_netstack_default_eth + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_wifi_netif_config_nan + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_eth_netif_config + 0x0000000000000000 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .literal.wlanif_init_nan + 0x0000000000000000 0x4 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .text.wlanif_init_nan + 0x0000000000000000 0x1d esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .literal.ethernet_low_level_output + 0x0000000000000000 0x18 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .literal.ethernetif_input + 0x0000000000000000 0x14 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .literal.ethernetif_init + 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text.ethernet_low_level_init + 0x0000000000000000 0x20 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text.ethernet_low_level_output + 0x0000000000000000 0x81 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text.ethernetif_input + 0x0000000000000000 0x5b esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .rodata.ethernetif_init.str1.4 + 0x0000000000000000 0x4e esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text.ethernetif_init + 0x0000000000000000 0x58 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x10 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_info 0x0000000000000000 0xb0d esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_abbrev 0x0000000000000000 0x2be esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_loc 0x0000000000000000 0x262 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_line 0x0000000000000000 0x81b esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .debug_str 0x0000000000000000 0x6d0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .literal.wpa_sendto_wrapper + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.esp_supplicant_disable_pmk_caching + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.wpa_sendto_wrapper + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .text.esp_supplicant_disable_pmk_caching + 0x0000000000000000 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .literal.esp_supplicant_str_to_mac + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_supplicant_str_to_mac + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_rrm_send_neighbor_rep_request + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_wnm_send_bss_transition_mgmt_query + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .literal.wps_rxq_init + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_rxq_enqueue + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_rxq_dequeue + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_rxq_deinit + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.save_credentials_cb + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_ether_send + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_init + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_stop_connection_timers + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_wps_scan_done + 0x0000000000000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.ap_supports_sae + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_build_ic_appie_wps_pr + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_build_ic_appie_wps_ar + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_parse_scan_result + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_post + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_rx_eapol + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_timeout + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_msg_timeout + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_success + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_eapol_start_handle + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_wps_scan + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_alloc_eapol + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_free_eapol + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_send_eap_identity_rsp + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_send_frag_ack + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_enrollee_process_msg_frag + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_process_wps_mX_req + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_send_wps_mX_rsp + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_tx_start + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_start_pending + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_stop_process + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_notify_deauth + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_add_discard_ap + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_start_msg_timer + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_set_default_factory + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_set_factory_info + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_dev_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_dev_init + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_timeout_internal + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_success_internal + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_eapol_start_handle_internal + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_init_cfg_pin + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_init + 0x0000000000000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_delete_timer + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_finish + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_rx_eapol_internal + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_msg_timeout_internal + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_deinit + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_sm_get + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_station_wps_start + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_wps_scan_internal + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_task_deinit + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_task_init + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_post_block + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.esp_wifi_wps_disable + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_check_wifi_mode + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.esp_wifi_wps_enable + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.is_wps_enabled + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_wps_enable_internal + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wifi_wps_disable_internal + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wps_task + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.esp_wifi_wps_start + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_init + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_enqueue + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_dequeue + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rf_band_cb + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_rxq_deinit + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.save_credentials_cb + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_ether_send + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_init + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_stop_connection_timers + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan_done + 0x0000000000000000 0x13b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.ap_supports_sae + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_build_ic_appie_wps_pr + 0x0000000000000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_build_ic_appie_wps_ar + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_parse_scan_result + 0x0000000000000000 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_post + 0x0000000000000000 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_rx_eapol + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_timeout + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_msg_timeout + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_success + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_eapol_start_handle + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_alloc_eapol + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_free_eapol + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_eap_identity_rsp + 0x0000000000000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_frag_ack + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_enrollee_process_msg_frag + 0x0000000000000000 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_process_wps_mX_req + 0x0000000000000000 0x121 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_send_wps_mX_rsp + 0x0000000000000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_tx_start.str1.4 + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_tx_start + 0x0000000000000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_start_pending + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_stop_process + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_notify_deauth + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_add_discard_ap + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_start_msg_timer + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_set_default_factory.str1.4 + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_set_default_factory + 0x0000000000000000 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_set_factory_info + 0x0000000000000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_dev_deinit + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_dev_init.str1.4 + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_dev_init + 0x0000000000000000 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_timeout_internal + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_success_internal + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_eapol_start_handle_internal + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_init_cfg_pin.str1.4 + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_init_cfg_pin + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wifi_station_wps_init.str1.4 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_init + 0x0000000000000000 0x206 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_delete_timer + 0x0000000000000000 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_finish + 0x0000000000000000 0x139 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_rx_eapol_internal + 0x0000000000000000 0x1a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_msg_timeout_internal + 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_deinit + 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_sm_get + 0x0000000000000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_station_wps_start + 0x0000000000000000 0xdd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_scan_internal + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task_deinit + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.wps_task_init.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task_init + 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_post_block + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.esp_wifi_wps_disable.str1.4 + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_disable + 0x0000000000000000 0xc9 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_check_wifi_mode + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_enable + 0x0000000000000000 0xf3 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.is_wps_enabled + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_enable_internal + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wifi_wps_disable_internal + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.wps_task + 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .text.esp_wifi_wps_start + 0x0000000000000000 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.wps_buf$0 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_factory_info + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.gWpsSm 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_sig_cnt + 0x0000000000000000 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_task_create_sem + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_data_lock + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_queue + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_task_hdl + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_rxq + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_enabled + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_api_sem + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .bss.s_wps_api_lock + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .data.wps_model_number + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.esp_wifi_unregister_wpa3_cb + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.esp_wifi_unregister_wpa3_cb + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .literal.crypto_rng_wrapper + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.pk_write_ec_pubkey_formatted + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.pk_write_ec_param + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_group_byname + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_affine_coordinates + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_get_order + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_key_compare + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_debug_print_point + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_public_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_priv_key_der + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_group_from_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_private_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_publickey_buf + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_write_pubkey_der + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_key + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_get_curve_id + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ecdh + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ecdsa_get_sign + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_edcsa_sign_verify + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_parse_subpub_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_is_ec_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_gen_keypair + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.mbedtls_pk_write_pubkey_formatted + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_pk_write_formatted_pubkey_der + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.crypto_ec_write_pub_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_rng_wrapper + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_pubkey_formatted + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.pk_write_ec_param + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_byname + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_affine_coordinates + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_get_order + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_key_compare + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_debug_print_point + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_public_key + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_priv_key_der + 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_group_from_key + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_private_key + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_publickey_buf + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_write_pubkey_der + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_key + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_get_curve_id + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdh + 0x0000000000000000 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ecdsa_get_sign + 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_edcsa_sign_verify + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_debug_print_ec_key + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_parse_subpub_key + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_is_ec_key + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_gen_keypair + 0x0000000000000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.mbedtls_pk_write_pubkey_formatted + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_pk_write_formatted_pubkey_der + 0x0000000000000000 0xf4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .text.crypto_ec_write_pub_key + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .literal.eloop_cancel_timeout_one + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .literal.eloop_is_timeout_registered + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .literal.eloop_deplete_timeout + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .literal.eloop_replenish_timeout + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_cancel_timeout_one + 0x0000000000000000 0xa5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_is_timeout_registered + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_deplete_timeout + 0x0000000000000000 0xd9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_replenish_timeout + 0x0000000000000000 0xd9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .literal.hostapd_config_defaults_bss + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_config_defaults + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_mac_comp + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_mac_comp_empty + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_wep_key_cmp + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.hostapd_maclist_found + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults_bss + 0x0000000000000000 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_config_defaults + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_mac_comp_empty + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_wep_key_cmp + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_maclist_found + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .text.hostapd_rate_found + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .literal.wpa_auth_pmksa_remove + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_auth_sm_event + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_for_each_sta + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sta_no_wpa + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_pmksa_remove + 0x0000000000000000 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_auth_sm_event + 0x0000000000000000 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .literal.pmksa_cache_auth_flush + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .literal.pmksa_cache_auth_list + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_auth_flush + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .rodata.pmksa_cache_auth_list.str1.4 + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .text.pmksa_cache_auth_list + 0x0000000000000000 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .literal.ap_sta_delayed_1x_auth_fail_cb + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .literal.hostapd_free_stas + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .literal.ap_sta_delayed_1x_auth_fail_disconnect + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .literal.ap_sta_pending_delayed_1x_auth_fail_disconnect + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_delayed_1x_auth_fail_cb + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_for_each_sta + 0x0000000000000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.hostapd_free_stas + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_delayed_1x_auth_fail_disconnect + 0x0000000000000000 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_sta_pending_delayed_1x_auth_fail_disconnect + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .literal.sae_state_txt + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_state_txt.str1.4 + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_state_txt + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .text.dragonfly_suitable_group + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .literal.wpa_akm_to_suite + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .literal.wpa_cipher_txt + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .literal.wpa_insert_pmkid + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .literal.wpa_cipher_rsc_len + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_akm_to_suite + 0x0000000000000000 0x65 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .rodata.wpa_cipher_txt.str1.4 + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_cipher_txt + 0x0000000000000000 0x9d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_insert_pmkid + 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.wpa_cipher_rsc_len + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .literal.dh_init + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .literal.dh_derive_shared + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text.dh_init 0x0000000000000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .text.dh_derive_shared + 0x0000000000000000 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .literal.eap_wsc_build_frag_ack + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .text.eap_wsc_build_frag_ack + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_info 0x0000000000000000 0x3cb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_abbrev 0x0000000000000000 0x1bf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_loc 0x0000000000000000 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_line 0x0000000000000000 0x45d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .debug_str 0x0000000000000000 0x467 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .literal.wpabuf_put_be24 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .literal.eap_hdr_validate + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .literal.eap_msg_alloc + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.wpabuf_put_be24 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_len_valid + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_hdr_validate + 0x0000000000000000 0xb7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_msg_alloc + 0x0000000000000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_update_len + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_id + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .text.eap_get_type + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_info 0x0000000000000000 0xa52 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_abbrev 0x0000000000000000 0x29f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_loc 0x0000000000000000 0x860 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_ranges 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_line 0x0000000000000000 0xb63 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .debug_str 0x0000000000000000 0x54f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .literal.wpa_sm_set_pmk + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .literal.wpa_sta_is_cur_pmksa_set + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.eapol_sm_notify_eap_success + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sm_set_pmk + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_sta_is_cur_pmksa_set + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .literal.wpabuf_resize + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_alloc_ext_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_dup + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_concat + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal.wpabuf_printf + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_resize + 0x0000000000000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_alloc_ext_data + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_dup + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_concat + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .text.wpabuf_printf + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .literal._wpa_snprintf_hex + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .literal.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .literal.wpa_snprintf_hex + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .rodata._wpa_snprintf_hex.str1.4 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text._wpa_snprintf_hex + 0x0000000000000000 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .text.wpa_snprintf_hex + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_info 0x0000000000000000 0x346 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_abbrev 0x0000000000000000 0x139 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_loc 0x0000000000000000 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_line 0x0000000000000000 0x4c5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .debug_str 0x0000000000000000 0x257 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_init + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_deinit + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_process_msg + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_get_msg + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_selected_pbc_registrar + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_selected_pin_registrar + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_addr_authorized + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_ap_priority_compar + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_get_uuid_e + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_is_20 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_build_assoc_req_ie + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_build_assoc_resp_ie + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_build_probe_req_ie + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wps_attr_text + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.is_selected_pin_registrar + 0x0000000000000000 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_init.str1.4 + 0x0000000000000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_init + 0x0000000000000000 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_deinit + 0x0000000000000000 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_process_msg + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_msg + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_selected_pbc_registrar + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_selected_pin_registrar + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_is_addr_authorized.str1.4 + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_addr_authorized + 0x0000000000000000 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_ap_priority_compar + 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_get_uuid_e + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_is_20 + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_assoc_req_ie + 0x0000000000000000 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_assoc_resp_ie + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_build_probe_req_ie + 0x0000000000000000 0x112 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .rodata.wps_attr_text.str1.4 + 0x0000000000000000 0xfb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .text.wps_attr_text + 0x0000000000000000 0x219 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_frame 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_info 0x0000000000000000 0x2a8f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_abbrev 0x0000000000000000 0x4d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_loc 0x0000000000000000 0xc06 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_aranges + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_ranges 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_line 0x0000000000000000 0x1b63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .debug_str 0x0000000000000000 0x16f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .literal.wpabuf_put_be16 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wpabuf_put_be24 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_public_key + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_req_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_resp_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_config_methods + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_uuid_e + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_dev_password_id + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_config_error + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_authenticator + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_version + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_wfa_ext + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_msg_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_enrollee_nonce + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_registrar_nonce + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_auth_type_flags + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_encr_type_flags + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_conn_type_flags + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_assoc_state + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_key_wrap_auth + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_encr_settings + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_ie_encapsulate + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_mac_addr + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_rf_bands_attr + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_build_ap_channel + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be16 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be24 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_public_key + 0x0000000000000000 0xf7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_req_type + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_resp_type + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_config_methods + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_uuid_e + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_dev_password_id + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_config_error + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_authenticator + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_version + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_wfa_ext + 0x0000000000000000 0x154 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_msg_type + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_enrollee_nonce + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_registrar_nonce + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_auth_type_flags + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_encr_type_flags + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_conn_type_flags + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_assoc_state + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_key_wrap_auth + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_encr_settings + 0x0000000000000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_ie_encapsulate + 0x0000000000000000 0x7f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_mac_addr + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_rf_bands_attr + 0x0000000000000000 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .text.wps_build_ap_channel + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_frame 0x0000000000000000 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_info 0x0000000000000000 0x4320 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_abbrev 0x0000000000000000 0x4bc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_loc 0x0000000000000000 0x1fec esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_aranges + 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_ranges 0x0000000000000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_line 0x0000000000000000 0x2b50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .debug_str 0x0000000000000000 0x190b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .literal.wps_parse_vendor_ext_wfa + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wps_parse_vendor_ext + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wps_set_attr + 0x0000000000000000 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wps_parse_msg + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_set_vendor_ext_wfa_subelem + 0x0000000000000000 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_vendor_ext_wfa + 0x0000000000000000 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_vendor_ext + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_set_attr + 0x0000000000000000 0x7f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .text.wps_parse_msg + 0x0000000000000000 0xc3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_info 0x0000000000000000 0xd4b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_abbrev 0x0000000000000000 0x2ab esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_loc 0x0000000000000000 0x17bc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_ranges 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_line 0x0000000000000000 0x1d0e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .debug_str 0x0000000000000000 0xe96 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_kdf + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_derive_keys + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_derive_psk + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_decrypt_encr_settings + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_pin_checksum + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_pin_valid + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_generate_pin + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_fail_event + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_success_event + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_pwd_auth_fail_event + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_dev_type_str2bin + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_dev_type_bin2str + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.uuid_gen_mac_addr + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_config_methods_str2bin + 0x0000000000000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_build_wsc_ack + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wps_build_wsc_nack + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_kdf 0x0000000000000000 0x9f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_derive_keys.str1.4 + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_derive_keys + 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_derive_psk + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_decrypt_encr_settings + 0x0000000000000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_checksum + 0x0000000000000000 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_valid + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_generate_pin + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pin_str_valid + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_fail_event + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_success_event + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pwd_auth_fail_event + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_overlap_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_selected_registrar_timeout_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_timeout_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_active_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_pbc_disable_event + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_str2bin + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_dev_type_bin2str.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_dev_type_bin2str + 0x0000000000000000 0x65 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.uuid_gen_mac_addr.str1.4 + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.uuid_gen_mac_addr + 0x0000000000000000 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .rodata.wps_config_methods_str2bin.str1.4 + 0x0000000000000000 0xb5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_config_methods_str2bin + 0x0000000000000000 0x14f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_build_wsc_ack + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .text.wps_build_wsc_nack + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_frame 0x0000000000000000 0x238 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_info 0x0000000000000000 0x2644 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_abbrev 0x0000000000000000 0x50e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_loc 0x0000000000000000 0x94e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_aranges + 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_ranges 0x0000000000000000 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_line 0x0000000000000000 0x1ac8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .debug_str 0x0000000000000000 0x10bb esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .literal.wpabuf_put_be16 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_primary_dev_type + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_manufacturer + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_model_name + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_model_number + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_serial_number + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_dev_name + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_manufacturer + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_model_name + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_model_number + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_serial_number + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_primary_dev_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_secondary_dev_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_req_dev_type + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_dev_name + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_device_attrs + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_os_version + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_vendor_ext_m1 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_rf_bands + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_vendor_ext + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_application_ext + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_process_device_attrs + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_device_data_free + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_be16 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_primary_dev_type + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_manufacturer + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_name + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_model_number + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_serial_number + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_dev_name + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_manufacturer + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_model_name + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_model_number + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_serial_number + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_primary_dev_type + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_secondary_dev_type + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_req_dev_type + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_dev_name + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_device_attrs + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_os_version + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_vendor_ext_m1 + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_rf_bands + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_vendor_ext + 0x0000000000000000 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_build_application_ext + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_device_attrs + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_os_version + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_vendor_ext_m1 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_process_rf_bands + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .text.wps_device_data_free + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_frame 0x0000000000000000 0x2b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_info 0x0000000000000000 0x261f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_abbrev 0x0000000000000000 0x34b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_loc 0x0000000000000000 0x1280 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_aranges + 0x0000000000000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_ranges 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_line 0x0000000000000000 0x1d44 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .debug_str 0x0000000000000000 0x1029 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .literal.wps_build_wps_state + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_m1 + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_e_hash + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_m3 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_e_snonce1 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_m5 + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_e_snonce2 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_m7 + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_registrar_nonce + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_uuid_r + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_r_hash1 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_r_hash2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_build_wsc_done + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_wsc_start + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_enrollee_nonce + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_wsc_ack + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_wsc_nack + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_dev_pw_id + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_pubkey + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_m2 + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_r_snonce1 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_m4 + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_r_snonce2 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_m6 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_cred_e + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_creds + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_ap_settings_e + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_m8 + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_process_wsc_msg + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_enrollee_get_msg + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.wps_enrollee_process_msg + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_ap_settings + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_wps_state + 0x0000000000000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m1 + 0x0000000000000000 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_hash + 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m3 + 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_snonce1 + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m5 + 0x0000000000000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_e_snonce2 + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_m7 + 0x0000000000000000 0xdf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_registrar_nonce + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_uuid_r + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_hash1 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_hash2 + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_build_wsc_done + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_start + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_enrollee_nonce + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_ack + 0x0000000000000000 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_nack + 0x0000000000000000 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_dev_pw_id + 0x0000000000000000 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_pubkey + 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m2 + 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m2d + 0x0000000000000000 0xbc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_snonce1 + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m4 + 0x0000000000000000 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_r_snonce2 + 0x0000000000000000 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m6 + 0x0000000000000000 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_cred_e + 0x0000000000000000 0xa7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_creds + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_ap_settings_e + 0x0000000000000000 0xa7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_m8 + 0x0000000000000000 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_process_wsc_msg + 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_enrollee_get_msg + 0x0000000000000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .text.wps_enrollee_process_msg + 0x0000000000000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_frame 0x0000000000000000 0x340 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_info 0x0000000000000000 0x4843 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_abbrev 0x0000000000000000 0x55d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_loc 0x0000000000000000 0x1ea7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_aranges + 0x0000000000000000 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_ranges 0x0000000000000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_line 0x0000000000000000 0x3f7b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .debug_str 0x0000000000000000 0x2134 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .literal.add_char + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .literal.sae_pk_base32_encode + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.add_char + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_pk_base32_encode + 0x0000000000000000 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .literal.wpa2_api_lock + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_api_unlock + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_rxq_init + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_rxq_enqueue + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_rxq_dequeue + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_rxq_deinit + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_set_eap_state + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_start_eapol_internal + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_client_enable_fn + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_wifi_sta_enterprise_disable + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_post + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_task_delete + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_peer_sm_deinit + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_peer_sm_init + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_client_disable_fn + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_start_eapol + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_sm_rx_eapol + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_ent_rx_eapol + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_sm_send_eapol + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_sm_process_request + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.eap_sm_rx_eapol_internal + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wpa2_task + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_wifi_sta_enterprise_enable + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_certificate_and_key + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_certificate_and_key + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_ca_cert + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_ca_cert + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_identity + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_identity + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_username + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_username + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_password + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_password + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_new_password + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_clear_new_password + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_get_disable_time_check + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_ttls_phase2_method + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_pac_file + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_set_fast_params + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.esp_eap_client_use_default_cert_bundle + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_api_lock + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_api_unlock + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_init + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_enqueue + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_dequeue + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_rxq_deinit + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_set_eap_state + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.wpa2_start_eapol_internal.str1.4 + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_start_eapol_internal + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_client_enable_fn + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_wifi_sta_enterprise_disable + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_post + 0x0000000000000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_task_delete + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_peer_sm_deinit.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_peer_sm_deinit + 0x0000000000000000 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_peer_sm_init.str1.4 + 0x0000000000000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_peer_sm_init + 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_client_disable_fn + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_start_eapol + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_rx_eapol + 0x0000000000000000 0x75 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_ent_rx_eapol + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_send_eapol + 0x0000000000000000 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_sm_process_request.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_process_request + 0x0000000000000000 0x204 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.eap_sm_rx_eapol_internal.str1.4 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.eap_sm_rx_eapol_internal + 0x0000000000000000 0x105 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wpa2_task + 0x0000000000000000 0xeb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_wifi_sta_enterprise_enable + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_certificate_and_key + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_certificate_and_key + 0x0000000000000000 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_ca_cert + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_ca_cert + 0x0000000000000000 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_identity + 0x0000000000000000 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_identity + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_username + 0x0000000000000000 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_username + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_password + 0x0000000000000000 0x51 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_password + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_new_password + 0x0000000000000000 0x51 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_clear_new_password + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_disable_time_check + 0x0000000000000000 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_get_disable_time_check + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.esp_eap_client_set_ttls_phase2_method.str1.4 + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_ttls_phase2_method + 0x0000000000000000 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_suiteb_192bit_certification + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_pac_file + 0x0000000000000000 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .rodata.esp_eap_client_set_fast_params.str1.4 + 0x0000000000000000 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_set_fast_params + 0x0000000000000000 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text.esp_eap_client_use_default_cert_bundle + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wpa2_rxq + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .data.s_disable_time_check + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wifi_wpa2_sync_sem + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wpa2_api_lock + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .data.s_wpa2_state + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wpa2_queue + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wpa2_task_hdl + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.s_wpa2_data_lock + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .text.wpa_sm_get_beacon_ie + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .literal.tls_mbedtls_cleanup + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_conn_delete + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_key_derivation + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_read + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_mbedtls_write + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_enable_sha1_config + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_ca_cert + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_pki_context + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_set_ciphersuite + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.set_client_config + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_create_mbedtls_handle + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_prf + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_init + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_deinit + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_init + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_handshake + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_decrypt + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_get_version + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_get_cipher + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_set_params + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_export_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_shutdown + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.tls_connection_get_random + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_cleanup + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_conn_delete + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_key_derivation + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_read + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_mbedtls_write + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_enable_sha1_config + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_ca_cert + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_pki_context + 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_set_ciphersuite + 0x0000000000000000 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.set_client_config.str1.4 + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.set_client_config + 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.tls_create_mbedtls_handle.str1.4 + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_create_mbedtls_handle + 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_prf + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_init + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_deinit + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_init + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_deinit + 0x0000000000000000 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_errors + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_established + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_verify + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_verify + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_handshake + 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_server_handshake + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_encrypt + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_decrypt + 0x0000000000000000 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_resumed + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_cipher_list + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_version + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_get_cipher + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_enable_workaround + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_failed + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_read_alerts + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_write_alerts + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_params + 0x0000000000000000 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_global_set_params + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_set_session_ticket_cb + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_export_key + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_eap_fast_key + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_client_hello_ext + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_shutdown + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .text.tls_connection_get_random + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.eap_ciphersuite_preference + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .rodata.eap_mbedtls_x509_crt_profile + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .data.tls_sig_algs_for_eap + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .bss.tls_instance_count + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_frame 0x0000000000000000 0x3e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_info 0x0000000000000000 0x465c esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_abbrev 0x0000000000000000 0x5e5 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_loc 0x0000000000000000 0xe52 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_aranges + 0x0000000000000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_ranges 0x0000000000000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_line 0x0000000000000000 0x1e0e esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .debug_str 0x0000000000000000 0x29fd esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .literal.crypto_bignum_bits + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_bignum_to_string + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.crypto_free_buffer + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_bits + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_bignum_to_string + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .text.crypto_free_buffer + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .literal.aes_siv_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .text.aes_siv_encrypt + 0x0000000000000000 0xc4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .literal.dh5_init + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .literal.dh5_derive_shared + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_init + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_init_fixed + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_derive_shared + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .text.dh5_free + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_info 0x0000000000000000 0x33d esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_abbrev 0x0000000000000000 0x1ab esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_loc 0x0000000000000000 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_line 0x0000000000000000 0x3b3 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .debug_str 0x0000000000000000 0x2ab esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .literal.mbo_add_ie + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .literal.ieee802_11_parse_candidate_list + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .literal.ieee802_11_vendor_ie_concat + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_ie 0x0000000000000000 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_ie_count + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_vendor_ie + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.mbo_add_ie + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .rodata.ieee802_11_parse_candidate_list.str1.4 + 0x0000000000000000 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_parse_candidate_list + 0x0000000000000000 0x141 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_vendor_ie_concat + 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_ext_capab + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.get_operating_class + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .literal.wpabuf_put_be24 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_copy_buf + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_eap_method + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_methods + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_get_type + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_phase2_type + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_phase2_types + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_method_alloc + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_method_free + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_method_register + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_unregister_methods + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_register_methods + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_config_init + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_config_deinit + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_blob_init + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_get_method_name + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_peer_blob_deinit + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_abort + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_allowed_method + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_allowMethod + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_build_identity_resp + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_build_nak + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_identity + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_request_new_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_sm_buildIdentity + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_identity + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_password2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_new_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_set_config_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_get_config_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_config_allowed_method + 0x0000000000000000 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_allowed_phase2_type + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_set_scard_pin + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_scard_identity + 0x0000000000000000 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_be24 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_copy_buf + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_eap_method + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_methods + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_get_type + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_type + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_phase2_types + 0x0000000000000000 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_alloc + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_free + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_method_register + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_unregister_methods + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_register_methods + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_deinit_prev_method + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_config_init.str1.4 + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_config_init + 0x0000000000000000 0x1c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_config_deinit + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_peer_blob_init.str1.4 + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_blob_init + 0x0000000000000000 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .rodata.eap_sm_get_method_name.str1.4 + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_get_method_name + 0x0000000000000000 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_peer_blob_deinit + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_abort + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_allowed_method + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_allowMethod + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_identity_resp + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_build_nak + 0x0000000000000000 0x13c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_identity + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_password + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_request_new_password + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_sm_buildIdentity + 0x0000000000000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_identity + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_password2 + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_new_password + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_set_config_blob + 0x0000000000000000 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .text.eap_get_config_blob + 0x0000000000000000 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.config_methods + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.eap_methods + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.esp_crt_bundle_attach_fn + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_default_cert_bundle + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_suiteb_certification + 0x0000000000000000 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_pac_file_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_pac_file + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_phase1_options + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_ttls_phase2_type + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_new_password_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_new_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_password_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_password + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_ca_cert_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_ca_cert + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_private_key_passwd_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_private_key_passwd + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_private_key_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_private_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_client_cert_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_client_cert + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_username_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_username + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_anonymous_identity_len + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .bss.g_wpa_anonymous_identity + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_frame 0x0000000000000000 0x3e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_info 0x0000000000000000 0x2577 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_abbrev 0x0000000000000000 0x54a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_loc 0x0000000000000000 0xf85 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_aranges + 0x0000000000000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_ranges 0x0000000000000000 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_line 0x0000000000000000 0x282b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .debug_str 0x0000000000000000 0x12f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .literal.eap_mschapv2_getKey + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_check_config + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_copy_challenge + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_challenge_reply + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_challenge + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_deinit + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_password_changed + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_success + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_failure_txt + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_change_password + 0x0000000000000000 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_failure + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_process + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_mschapv2_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_peer_mschapv2_register + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_mslen + 0x0000000000000000 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_getKey + 0x0000000000000000 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_check_config + 0x0000000000000000 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_copy_challenge + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge_reply + 0x0000000000000000 0x12e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_challenge + 0x0000000000000000 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_deinit + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_password_changed + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_success + 0x0000000000000000 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_mschapv2_failure_txt.str1.4 + 0x0000000000000000 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure_txt + 0x0000000000000000 0x17b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_change_password + 0x0000000000000000 0x1e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_failure + 0x0000000000000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_process + 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_mschapv2_init + 0x0000000000000000 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .rodata.eap_peer_mschapv2_register.str1.4 + 0x0000000000000000 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .text.eap_peer_mschapv2_register + 0x0000000000000000 0x47 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_frame 0x0000000000000000 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_info 0x0000000000000000 0x273c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_abbrev 0x0000000000000000 0x4cb esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_loc 0x0000000000000000 0x102e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_aranges + 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_ranges 0x0000000000000000 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_line 0x0000000000000000 0x224c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .debug_str 0x0000000000000000 0x10aa esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .literal.eap_peap_get_session_id + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_init_for_reauth + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_deinit_for_reauth + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_has_reauth_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_get_status + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_getKey + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.wpabuf_put_be16 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peapv2_tlv_eap_payload + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_get_isk + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_build_nak + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_derive_cmk + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_validate_cryptobinding + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.peap_phase2_sufficient + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_add_cryptobinding + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_build_result + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_tlv_process + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_phase2_request + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_decrypt + 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_process + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_deinit + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_parse_phase1 + 0x0000000000000000 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peap_init + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.eap_peer_peap_register + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_session_id + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init_for_reauth + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit_for_reauth + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_has_reauth_data + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_get_status.str1.4 + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_status + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata 0x0000000000000000 0x2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_getKey.str1.4 + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_getKey + 0x0000000000000000 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.wpabuf_put_be16 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peapv2_tlv_eap_payload + 0x0000000000000000 0x65 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_get_isk + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_nak + 0x0000000000000000 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_derive_cmk.str1.4 + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_derive_cmk + 0x0000000000000000 0xa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_validate_cryptobinding + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.peap_phase2_sufficient + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_add_cryptobinding + 0x0000000000000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_build_result + 0x0000000000000000 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_tlv_process + 0x0000000000000000 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_phase2_request + 0x0000000000000000 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_decrypt + 0x0000000000000000 0x3da esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_process.str1.4 + 0x0000000000000000 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_process + 0x0000000000000000 0x1ba esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_deinit + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_parse_phase1.str1.4 + 0x0000000000000000 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_parse_phase1 + 0x0000000000000000 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peap_init.str1.4 + 0x0000000000000000 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peap_init + 0x0000000000000000 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .rodata.eap_peer_peap_register.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .text.eap_peer_peap_register + 0x0000000000000000 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_frame 0x0000000000000000 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_info 0x0000000000000000 0x3ad2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_abbrev 0x0000000000000000 0x4d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_loc 0x0000000000000000 0x1bcf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_aranges + 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_ranges 0x0000000000000000 0x108 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_line 0x0000000000000000 0x3cd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .debug_str 0x0000000000000000 0x12ad esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .literal.peap_prfplus + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .text.peap_prfplus + 0x0000000000000000 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_info 0x0000000000000000 0x35f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_abbrev 0x0000000000000000 0x167 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_loc 0x0000000000000000 0x13b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_line 0x0000000000000000 0x5c6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .debug_str 0x0000000000000000 0x258 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .literal.eap_tls_getKey + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_failure + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_success + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_process + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_deinit + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_peer_tls_register + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_isKeyAvailable + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_getKey + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_failure + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_tls_success.str1.4 + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_success + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_process + 0x0000000000000000 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_deinit + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_tls_init + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .rodata.eap_peer_tls_register.str1.4 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .text.eap_peer_tls_register + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_frame 0x0000000000000000 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_info 0x0000000000000000 0x12e9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_abbrev 0x0000000000000000 0x2fc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_loc 0x0000000000000000 0x281 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_aranges + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_ranges 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_line 0x0000000000000000 0xa96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .debug_str 0x0000000000000000 0xbc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .literal.eap_tls_params_flags + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_params_from_conf1 + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_check_blob + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_params_from_conf + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_init_connection + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.wpabuf_put_data + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.wpabuf_put_be32 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_msg_alloc + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_ssl_init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_derive_key + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_derive_session_id + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_build_ack + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_status + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_process_init + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reset_input + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reassemble_fragment + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_data_reassemble + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_process_input + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reset_output + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_ssl_deinit + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_tls_process_output + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_process_helper + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_reauth_init + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_decrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_select_phase2_methods + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_peer_tls_phase2_nak + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_params_flags.str1.4 + 0x0000000000000000 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_flags + 0x0000000000000000 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf1 + 0x0000000000000000 0x8b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_check_blob + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_params_from_conf + 0x0000000000000000 0xb0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_init_connection + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.wpabuf_put_data + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.wpabuf_put_be32 + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_msg_alloc + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_ssl_init.str1.4 + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_init + 0x0000000000000000 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_key + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_derive_session_id + 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_build_ack + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_peer_tls_status.str1.4 + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_status + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_init + 0x0000000000000000 0xe9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_input + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reassemble_fragment + 0x0000000000000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_data_reassemble + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_input + 0x0000000000000000 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reset_output + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_ssl_deinit + 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .rodata.eap_tls_process_output.str1.4 + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_tls_process_output + 0x0000000000000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_process_helper + 0x0000000000000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_reauth_init + 0x0000000000000000 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_decrypt + 0x0000000000000000 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_encrypt + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_select_phase2_methods + 0x0000000000000000 0x109 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .text.eap_peer_tls_phase2_nak + 0x0000000000000000 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_frame 0x0000000000000000 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_info 0x0000000000000000 0x2a99 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_abbrev 0x0000000000000000 0x50b esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_loc 0x0000000000000000 0x10bf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_aranges + 0x0000000000000000 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_ranges 0x0000000000000000 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_line 0x0000000000000000 0x26e7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .debug_str 0x0000000000000000 0x12f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .literal.eap_ttls_fake_identity_request + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_emsk + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_session_id + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_getKey + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_init_for_reauth + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_has_reauth_data + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_get_status + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_encrypt_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_eap_method + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_avp_encapsulate + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_eap + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_avp_add + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_pap + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_implicit_challenge + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_mschapv2 + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_mschap + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request_chap + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_request + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_implicit_identity_request + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_phase2_eap + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_phase2_start + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_attr_eap + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_avp + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_parse_avps + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_phase2_mschapv2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_decrypted + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_decrypt + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_v0_derive_key + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process_handshake + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_process + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_deinit + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_ttls_init + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.eap_peer_ttls_register + 0x0000000000000000 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_deinit + 0x0000000000000000 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_select_eap_method + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_check_auth_status + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_isKeyAvailable + 0x0000000000000000 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_fake_identity_request + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_emsk + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_session_id + 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_getKey + 0x0000000000000000 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init_for_reauth + 0x0000000000000000 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_has_reauth_data + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_get_status.str1.4 + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_get_status + 0x0000000000000000 0xc6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_eap_process + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_encrypt_response + 0x0000000000000000 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap_method + 0x0000000000000000 0x8e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_hdr + 0x0000000000000000 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_encapsulate + 0x0000000000000000 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_eap + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_avp_add + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_pap + 0x0000000000000000 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_implicit_challenge.str1.4 + 0x0000000000000000 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_challenge + 0x0000000000000000 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschapv2 + 0x0000000000000000 0x18e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_mschap + 0x0000000000000000 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request_chap + 0x0000000000000000 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_phase2_request.str1.4 + 0x0000000000000000 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_request + 0x0000000000000000 0xd7 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_implicit_identity_request + 0x0000000000000000 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_eap + 0x0000000000000000 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_phase2_start + 0x0000000000000000 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_attr_eap + 0x0000000000000000 0x59 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avp + 0x0000000000000000 0xf9 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_parse_avps + 0x0000000000000000 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_phase2_mschapv2 + 0x0000000000000000 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_decrypted + 0x0000000000000000 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_decrypt + 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_v0_derive_key.str1.4 + 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_v0_derive_key + 0x0000000000000000 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process_handshake + 0x0000000000000000 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_process + 0x0000000000000000 0xba esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_deinit + 0x0000000000000000 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_ttls_init.str1.4 + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_ttls_init + 0x0000000000000000 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .rodata.eap_peer_ttls_register.str1.4 + 0x0000000000000000 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .text.eap_peer_ttls_register + 0x0000000000000000 0x67 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_frame 0x0000000000000000 0x3d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_info 0x0000000000000000 0x4202 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_abbrev 0x0000000000000000 0x495 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_loc 0x0000000000000000 0x2129 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_aranges + 0x0000000000000000 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_ranges 0x0000000000000000 0x160 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_line 0x0000000000000000 0x3cfd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .debug_str 0x0000000000000000 0x1478 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .literal.mschapv2_derive_response + 0x0000000000000000 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .literal.mschapv2_verify_auth_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_remove_domain + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_derive_response + 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .text.mschapv2_verify_auth_response + 0x0000000000000000 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_frame 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_info 0x0000000000000000 0x5a0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_abbrev 0x0000000000000000 0x171 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_loc 0x0000000000000000 0x156 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_aranges + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_ranges 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_line 0x0000000000000000 0x6d2 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .debug_str 0x0000000000000000 0x392 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .literal.pmksa_cache_list + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .rodata.pmksa_cache_list.str1.4 + 0x0000000000000000 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .text.pmksa_cache_list + 0x0000000000000000 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .literal.wps_process_cred_ssid + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_cred_network_key + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_cred_mac_addr + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_workaround_cred_key + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_authenticator + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_key_wrap_auth + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_cred + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.wps_process_ap_settings + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_idx + 0x0000000000000000 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_auth_type + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_encr_type + 0x0000000000000000 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_key_idx + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_ssid + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_network_key + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred_mac_addr + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_workaround_cred_key + 0x0000000000000000 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_authenticator + 0x0000000000000000 0x63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_key_wrap_auth + 0x0000000000000000 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_cred + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .text.wps_process_ap_settings + 0x0000000000000000 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_frame 0x0000000000000000 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_info 0x0000000000000000 0x1b14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_abbrev 0x0000000000000000 0x3ab esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_loc 0x0000000000000000 0x621 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_aranges + 0x0000000000000000 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_line 0x0000000000000000 0xd5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .debug_str 0x0000000000000000 0xfdc esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .literal.utf8_to_ucs2 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.challenge_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_password_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.hash_nt_password_hash + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.challenge_response + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_nt_response + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_nt_response_pwhash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_authenticator_response_pwhash + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.generate_authenticator_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_challenge_response + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.get_master_key + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.get_asymetric_start_key + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.utf8_to_ucs2 + 0x0000000000000000 0xc5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_hash + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash + 0x0000000000000000 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.hash_nt_password_hash + 0x0000000000000000 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.challenge_response + 0x0000000000000000 0x51 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response + 0x0000000000000000 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_nt_response_pwhash + 0x0000000000000000 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata 0x0000000000000000 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response_pwhash + 0x0000000000000000 0x8d esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.generate_authenticator_response + 0x0000000000000000 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_challenge_response + 0x0000000000000000 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_master_key + 0x0000000000000000 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.get_asymetric_start_key + 0x0000000000000000 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x83 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .text.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad2$0 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2$1 + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic3$2 + 0x0000000000000000 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.shs_pad1$3 + 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1$4 + 0x0000000000000000 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic2$5 + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .rodata.magic1$6 + 0x0000000000000000 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_frame 0x0000000000000000 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_info 0x0000000000000000 0x1294 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_abbrev 0x0000000000000000 0x293 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_loc 0x0000000000000000 0x7c9 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_aranges + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_ranges 0x0000000000000000 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_line 0x0000000000000000 0x1051 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .debug_str 0x0000000000000000 0x62a esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .literal.MD4Init + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Transform + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Update + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Pad + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.MD4Final + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.md4_vector + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Init 0x0000000000000000 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Transform + 0x0000000000000000 0x45a esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Update + 0x0000000000000000 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Pad 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.MD4Final + 0x0000000000000000 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .text.md4_vector + 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .rodata.PADDING + 0x0000000000000000 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_info 0x0000000000000000 0x5da esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_abbrev 0x0000000000000000 0x1d3 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_loc 0x0000000000000000 0x430 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_line 0x0000000000000000 0xaaf esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .debug_str 0x0000000000000000 0x2fa esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .literal.chap_md5 + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .text.chap_md5 + 0x0000000000000000 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_info 0x0000000000000000 0x1ca esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_abbrev 0x0000000000000000 0x10b esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_loc 0x0000000000000000 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_line 0x0000000000000000 0x35e esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .debug_str 0x0000000000000000 0x209 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .literal.desfunc + 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.cookey + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.deskey + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_encrypt + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_key_setup + 0x0000000000000000 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_block_encrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des_block_decrypt + 0x0000000000000000 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_key_setup + 0x0000000000000000 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_encrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.des3_decrypt + 0x0000000000000000 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.desfunc 0x0000000000000000 0x1e3 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.cookey 0x0000000000000000 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.deskey 0x0000000000000000 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_encrypt + 0x0000000000000000 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_key_setup + 0x0000000000000000 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_encrypt + 0x0000000000000000 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des_block_decrypt + 0x0000000000000000 0x7d esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_key_setup + 0x0000000000000000 0x62 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_encrypt + 0x0000000000000000 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .text.des3_decrypt + 0x0000000000000000 0x99 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP8 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP7 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP6 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP5 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP4 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP3 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP2 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.SP1 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc2 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.totrot + 0x0000000000000000 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.pc1 0x0000000000000000 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bigbyte + 0x0000000000000000 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .rodata.bytebit + 0x0000000000000000 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_frame 0x0000000000000000 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_info 0x0000000000000000 0xe44 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_abbrev 0x0000000000000000 0x2f9 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_loc 0x0000000000000000 0x10bb esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_aranges + 0x0000000000000000 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_line 0x0000000000000000 0x1cd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .debug_str 0x0000000000000000 0x373 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .literal.esp_coex_internal_semphr_take_wrapper + 0x0000000000000000 0x8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_coex_internal_semphr_give_wrapper + 0x0000000000000000 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_coex_internal_semphr_delete_wrapper + 0x0000000000000000 0x8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.9.literal + 0x0000000000000000 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.8.literal + 0x0000000000000000 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_coex_internal_semphr_create_wrapper + 0x0000000000000000 0xc esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.7 0x0000000000000000 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coexist_debug_matrix_init_wrapper + 0x0000000000000000 0x8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_internal_semphr_take_wrapper + 0x0000000000000000 0x22 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_internal_semphr_give_wrapper + 0x0000000000000000 0x15 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_internal_semphr_delete_wrapper + 0x0000000000000000 0x1a esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.9 0x0000000000000000 0x11 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .iram1.8 0x0000000000000000 0x14 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text.esp_coex_internal_semphr_create_wrapper + 0x0000000000000000 0x24 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .data.g_coex_adapter_funcs + 0x0000000000000000 0x60 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .literal.pk_get_type_ext + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_get_ec_group_id + 0x0000000000000000 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_pubkey + 0x0000000000000000 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_param + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_rsa_der + 0x0000000000000000 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_private + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_rfc8410_der + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.pk_write_ec_der + 0x0000000000000000 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey + 0x0000000000000000 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey_der + 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_key_der + 0x0000000000000000 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_pubkey_pem + 0x0000000000000000 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.mbedtls_pk_write_key_pem + 0x0000000000000000 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_get_type_ext + 0x0000000000000000 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_get_ec_group_id + 0x0000000000000000 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_pubkey + 0x0000000000000000 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_param + 0x0000000000000000 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_rsa_der + 0x0000000000000000 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_private + 0x0000000000000000 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_rfc8410_der + 0x0000000000000000 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.pk_write_ec_der + 0x0000000000000000 0x104 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_der + 0x0000000000000000 0x12a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_der + 0x0000000000000000 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_pubkey_pem.str1.4 + 0x0000000000000000 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_pubkey_pem + 0x0000000000000000 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .rodata.mbedtls_pk_write_key_pem.str1.4 + 0x0000000000000000 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .text.mbedtls_pk_write_key_pem + 0x0000000000000000 0xb5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_frame 0x0000000000000000 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_info 0x0000000000000000 0x17fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_abbrev 0x0000000000000000 0x3f6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_loc 0x0000000000000000 0xbd2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_aranges + 0x0000000000000000 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_ranges 0x0000000000000000 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_line 0x0000000000000000 0x1569 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .debug_str 0x0000000000000000 0x88b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .literal.misc_nvs_load + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.misc_nvs_restore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .text.misc_nvs_restore + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .data.libcore_reversion_git + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .literal.is_zero_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_ext_assoc_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_yield + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_roots_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_ext_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_sync_interface_tsf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_ext_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_free$part$14 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_fixed$part$15 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_conflict_root_state$part$31 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_my_ie_encrypted + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_ssid_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_coding_ie_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_encrypt_vnd_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_decrypt_vnd_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_check_vnd_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_ie_crypto_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_mesh_quick_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_mesh_quick_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_sta_monitor_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_reject_connection + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_quick_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_quick_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_ie_esp_mesh_head + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ssid_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_ps_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_duty_signaling + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_init_mesh_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.roots_type2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_free + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._wifi_vnd_ext_mesh_roots_malloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._print_roots_count + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_num_reach_max + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_reset_window_open_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_roots_get + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_valid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_yield + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_announce_used + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_yield_used + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_is_mesh_roots_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_vnd_roots_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_add_mesh_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_stop_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_window_close_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_window_open_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.print_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.is_esp_mesh_duty_signaling + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_ps_set_new_duty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_post_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_master_is_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_ps_entire_rule + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_ps_uplink_rule + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_check_duration_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_set_master_identity + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_clr_master_identity + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_clr_remaining + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_set_remaining + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_check_allowed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_ps_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_recv_mesh_duty_signaling + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_nwk_duty_process_remaining + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_root_process_duty_duration_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_root_found + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_root_invalid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_ie_ignored + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_is_same_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_conflict_root_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_check_roots_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_remove_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_yield + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_conflict_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_find_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_update_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_add_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_is_new_found_conflict_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.ieee80211_vnd_mesh_roots_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_remove_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_roots_process_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_process_roots_ie_ttl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_timer_process_yield + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_root_process_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_process_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_parse_conflict_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_conflict_roots_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_check_conflict_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_conflict_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_clear_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_parent_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_switch_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_weak_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_post_parent_assoc_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_parent_candidate_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_parent_monitor_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_parent_monitor_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_sub_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal._mesh_set_flag_roots_found + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_get_vnd_roots_len + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_parent_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_map_probe_response + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_monitor_vote_candidate_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_parse_beacon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_set_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_get_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_quick_funcs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_init_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.esp_mesh_quick_funcs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_deinit_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_zero_addr + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ext_assoc_len + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_ext_get_process + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ssid + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_announce + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_yield + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_fixed + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_roots_gone + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ps + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ext_assoc_ie + 0x0000000000000000 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_sync_interface_tsf + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_ext_assoc + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free$part$14 + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed$part$15 + 0x0000000000000000 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state$part$31 + 0x0000000000000000 0x25b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_my_ie_encrypted + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_ssid_len + 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_coding_ie_key + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_encrypt_vnd_ie + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_assoc_ie + 0x0000000000000000 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_decrypt_vnd_ie + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_check_vnd_ie + 0x0000000000000000 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_ie_crypto_config + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_set + 0x0000000000000000 0x25a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_set + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_mesh_quick_get + 0x0000000000000000 0x15a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.ieee80211_mesh_quick_get + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_sta_monitor_rssi + 0x0000000000000000 0x148 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_reject_connection + 0x0000000000000000 0xc9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_change_beacon_interval + 0x0000000000000000 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_set + 0x0000000000000000 0x1d4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_quick_get + 0x0000000000000000 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.str1.1 + 0x0000000000000000 0x342 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_ie_esp_mesh_head + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ssid_ie + 0x0000000000000000 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ext_assoc_ie + 0x0000000000000000 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_ps_ie + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_duty_signaling + 0x0000000000000000 0xee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_init_mesh_assoc_ie + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.roots_type2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_free + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._wifi_vnd_ext_mesh_roots_malloc + 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._print_roots_count + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_num_reach_max + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_reset_window_open_time + 0x0000000000000000 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_announce + 0x0000000000000000 0x27c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_fixed + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_get + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_valid + 0x0000000000000000 0xa7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce + 0x0000000000000000 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_announce_used + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_yield_used + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_fixed + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_is_mesh_roots_gone + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_vnd_roots_len + 0x0000000000000000 0x87 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_add_mesh_roots_ie + 0x0000000000000000 0x136 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_stop_beacon + 0x0000000000000000 0xde C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_window_close_expire + 0x0000000000000000 0x19a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_window_open_expire + 0x0000000000000000 0x1ca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_fixed + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_gone + 0x0000000000000000 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.print_roots_ie + 0x0000000000000000 0x29a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.is_esp_mesh_duty_signaling + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_ps_set_new_duty + 0x0000000000000000 0xa2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_post_event + 0x0000000000000000 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_master_is_root + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_entire_rule + 0x0000000000000000 0x4cf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_ps_uplink_rule + 0x0000000000000000 0x20b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_duration_expire + 0x0000000000000000 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_master_identity + 0x0000000000000000 0xe1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_master_identity + 0x0000000000000000 0x136 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_clr_remaining + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_set_remaining + 0x0000000000000000 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_check_allowed + 0x0000000000000000 0x20e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_set_process + 0x0000000000000000 0x31e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_ps_ie + 0x0000000000000000 0x28d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_recv_mesh_duty_signaling + 0x0000000000000000 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_nwk_duty_process_remaining + 0x0000000000000000 0x33f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_root_process_duty_duration_expire + 0x0000000000000000 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_ps_duty_cycle_get_process + 0x0000000000000000 0x185 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_found + 0x0000000000000000 0x19a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_root_invalid + 0x0000000000000000 0x92 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_ie_ignored + 0x0000000000000000 0x8b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_is_same_router + 0x0000000000000000 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_conflict_root_state + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_check_roots_gone + 0x0000000000000000 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_announce + 0x0000000000000000 0x128 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_conflict_root + 0x0000000000000000 0x13b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_remove_conflict_root + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_yield + 0x0000000000000000 0x161 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_conflict_table + 0x0000000000000000 0xf5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_find_conflict_root + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_update_conflict_root + 0x0000000000000000 0xf4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_add_conflict_root + 0x0000000000000000 0x207 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_is_new_found_conflict_root + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.ieee80211_vnd_mesh_roots_set + 0x0000000000000000 0x53c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_remove_gone + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_gone + 0x0000000000000000 0x190 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_roots_process_stop + 0x0000000000000000 0x120 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie_ttl + 0x0000000000000000 0xb6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_timer_process_yield + 0x0000000000000000 0x22f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_root_process_roots_ie + 0x0000000000000000 0x34e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_process_roots_ie + 0x0000000000000000 0x39c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_parse_conflict_roots_ie + 0x0000000000000000 0x450 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_roots_ie + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_check_conflict_beacon + 0x0000000000000000 0xdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_conflict_assoc_ie + 0x0000000000000000 0x4c0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_candidate + 0x0000000000000000 0xf8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_clear_parent_candidate + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_candidate + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_switch_candidate + 0x0000000000000000 0x35b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_weak_rssi + 0x0000000000000000 0x1c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_post_parent_assoc_ie + 0x0000000000000000 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_candidate_ie + 0x0000000000000000 0x24f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_parent_monitor_config + 0x0000000000000000 0x87 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_parent_monitor_config + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_sub_ie + 0x0000000000000000 0x99 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text._mesh_set_flag_roots_found + 0x0000000000000000 0xde C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_get_vnd_roots_len + 0x0000000000000000 0x2ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_parent_ie + 0x0000000000000000 0x48a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_map_probe_response + 0x0000000000000000 0x121 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_monitor_vote_candidate_rssi + 0x0000000000000000 0x110 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_parse_beacon + 0x0000000000000000 0x14a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_set_rssi_threshold + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_get_rssi_threshold + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_init + 0x0000000000000000 0x1ad C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_init_cb + 0x0000000000000000 0xab C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.esp_mesh_quick_funcs_deinit + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .text.mesh_deinit_cb + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.CSWTCH$377 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.rx_bcn_count$11052 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.monitor_count$10923 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.last_parent_layer$10922 + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.mesh_sub_ie$10913 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.candidate_rssi$10902 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.monitor_time_start$10833 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$10800 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.post_event_time$10622 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.signaling_token$10441 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$10377 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.max_ie_len$10372 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.roots_found_time$10370 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.is_roots_found$10369 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.post_event_time$10329 + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$10005 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9999 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata.__func__$9826 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.36 + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.35 + 0x0000000000000000 0x77 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.34 + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_worse_rssi_time + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.33 + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.32 + 0x0000000000000000 0x99 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.31 + 0x0000000000000000 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.30 + 0x0000000000000000 0xa3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.29 + 0x0000000000000000 0xa2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.28 + 0x0000000000000000 0x89 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.27 + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.26 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.25 + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.24 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.23 + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.22 + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.21 + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_info.20 + 0x0000000000000000 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.19 + 0x0000000000000000 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.18 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.17 + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.16 + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.15 + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.14 + 0x0000000000000000 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.13 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.12 + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.11 + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.10 + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.9 + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.8 + 0x0000000000000000 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.7 + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.6 + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_error.5 + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.4 + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .rodata_wlog_error.2 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.esp_mesh_remain_nwk_duty + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty_type + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty_type + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_device_duty + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_ps_parent_duty + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.wifi_vnd_ext_mesh_roots + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_conflict_roots + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_roots_ie_life + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_assoc_time + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_parent_monitor_weak_time + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_parent_candidate + 0x0000000000000000 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_rssi_threshold + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_monitor_parent_cfg + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_recv_bcn_count + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_is_probe_requested + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.iv 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_funcs + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.s_mesh_ie_crypto_key + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.g_mesh_monitor_parent_beacon_count + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .literal.mesh_pm_tbtt_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tbtt_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_rx_beacon_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tx_data_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_tx_null_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.mesh_pm_set_null + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_go_to_sleep + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_pm_go_to_wake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.esp_mesh_is_start_pm_now + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.mesh_pm_tbtt_start + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tbtt_timeout_process + 0x0000000000000000 0x1fb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_rx_beacon_process + 0x0000000000000000 0x188 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_data_process + 0x0000000000000000 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_tx_null_process + 0x0000000000000000 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.mesh_pm_set_null + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_sleep + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_pm_go_to_wake + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .text.esp_mesh_is_start_pm_now + 0x0000000000000000 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.rx_bcn_count$8201 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.send_null_cnt$8147 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.4 + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_warning.3 + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .rodata_wlog_info.2 + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.mesh_ps_keep_cnx + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data.s_mesh_active_duty_cycle + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.s_mesh_next_awake_tbtt + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .bss.s_mesh_is_awake_duty + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .data.g_mesh_dfs_compensation_ms + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .literal.mesh_mutex_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_mutex_unlock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_create_mbox + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_free_mbox + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_malloc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_free + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_create_context + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_free_context + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_create_task + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.wifi_event_id2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.nwk_event_id2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_msg_id2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_state_id2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.discnx_reason_id2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.mesh_ie_type2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.scan_status2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.vote_done2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.vote_start2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.txq_opr2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.tx_wifi_err2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.io_cfg2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.opt_type2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.reconnect_type2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.dutytype2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_lock + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_mutex_unlock + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.str1.1 + 0x0000000000000000 0xde1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_mbox + 0x0000000000000000 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_mbox + 0x0000000000000000 0x93 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_malloc + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_free + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_create_context + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.esp_mesh_free_context + 0x0000000000000000 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_create_task + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.wifi_event_id2str + 0x0000000000000000 0x148 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.wifi_event_id2str + 0x0000000000000000 0xe8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.nwk_event_id2str + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_msg_id2str + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_state_id2str + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.discnx_reason_id2str + 0x0000000000000000 0x170 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.mesh_ie_type2str + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.scan_status2str + 0x0000000000000000 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.vote_done2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.vote_start2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.txq_opr2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.tx_wifi_err2str + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.io_cfg2str + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.opt_type2str + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.reconnect_type2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .text.dutytype2str + 0x0000000000000000 0x9b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$57 + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$55 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$53 + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$51 + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$49 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$47 + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$45 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$40 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$38 + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.CSWTCH$36 + 0x0000000000000000 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .bss.strid$9470 + 0x0000000000000000 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.__func__$9426 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .rodata.__func__$9420 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .literal.esp_mesh_get_rx_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_ie_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_wifi_event_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_stop_recv + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_parse_option + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_add_option + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_chain_header_add_ttl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_topo + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_process_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_wait + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_sem_signal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_mgmt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_add_option + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv_process_flag + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_recv + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_max_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_password + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_authmode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_authmode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ap_connections + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ap_connections + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_non_mesh_connections + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_non_mesh_connections + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_parent_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv_release + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_recv_toDS + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_max_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_self_organized + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_self_organized + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_waive_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_waive_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_send_stop_vote + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_send_stop_vote + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_vote_percentage + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_vote_percentage + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_attempts + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_attempts + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_total_node_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_xon_qsize + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_xon_qsize + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_group + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_insert_group_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_group_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_delete_group_id + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_group_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_capacity_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_capacity_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.mesh_set_ie_crypto_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_root_healing_delay + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_passive_scan_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_fix_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_root_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_announce_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_announce_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_switch_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_look_for_network + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_set_topology + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_get_topology + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_device_active + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_enable_ps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_disable_ps + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_is_ps_enabled + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.esp_mesh_ps_get_duties + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.str1.1 + 0x0000000000000000 0xaa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_rx_pending + 0x0000000000000000 0x13f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_ie_init + 0x0000000000000000 0x136 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_init + 0x0000000000000000 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_wifi_event_deinit + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_init + 0x0000000000000000 0x261 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_stop_recv + 0x0000000000000000 0x1ee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_parse_option + 0x0000000000000000 0x118 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.mesh_parse_option + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_add_option + 0x0000000000000000 0x11c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_chain_header_add_ttl + 0x0000000000000000 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_topo + 0x0000000000000000 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_process_flag + 0x0000000000000000 0x178 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_wait + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_sem_signal + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_mgmt + 0x0000000000000000 0x2ea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send + 0x0000000000000000 0x6b4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.esp_mesh_send + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_add_option + 0x0000000000000000 0x170 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv_process_flag + 0x0000000000000000 0x105 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_recv + 0x0000000000000000 0x3e8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv + 0x0000000000000000 0x166 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_encrypt_ie_plain_key + 0x0000000000000000 0x118 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_config + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_router + 0x0000000000000000 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_router + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_id + 0x0000000000000000 0xd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_id + 0x0000000000000000 0x152 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_id + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_type + 0x0000000000000000 0xb2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_type + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_max_layer + 0x0000000000000000 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_password + 0x0000000000000000 0xcf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_authmode + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_authmode + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ap_connections + 0x0000000000000000 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ap_connections + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_non_mesh_connections + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_config + 0x0000000000000000 0x4b9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_non_mesh_connections + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_layer + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_parent_bssid + 0x0000000000000000 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root + 0x0000000000000000 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_print_rxQ_waiting + 0x0000000000000000 0x204 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_myself_queue + 0x0000000000000000 0x21c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_tcpip_queue + 0x0000000000000000 0x3ca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_flush_tcpip_queue + 0x0000000000000000 0xa9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv_release + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_recv_toDS + 0x0000000000000000 0x1da C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_max_layer + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_self_organized + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_self_organized + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_parent + 0x0000000000000000 0x677 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_parent + 0x0000000000000000 0x15a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_waive_root + 0x0000000000000000 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_waive_root + 0x0000000000000000 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_send_stop_vote + 0x0000000000000000 0x1c5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_send_stop_vote + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_vote_percentage + 0x0000000000000000 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_vote_percentage + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_addr + 0x0000000000000000 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_attempts + 0x0000000000000000 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_attempts + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_push_to_xmit_state_queue + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_stop + 0x0000000000000000 0x6aa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_deinit + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_start + 0x0000000000000000 0x21c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_total_node_num + 0x0000000000000000 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_switch_parent_paras + 0x0000000000000000 0xb9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_switch_parent_paras + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_xon_qsize + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_xon_qsize + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_group + 0x0000000000000000 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_insert_group_addr + 0x0000000000000000 0x141 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_addr + 0x0000000000000000 0x1b2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_group_id + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_delete_group_id + 0x0000000000000000 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_num + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_group_list + 0x0000000000000000 0x8a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_capacity_num + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_capacity_num + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_my_ie_encrypted + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_funcs + 0x0000000000000000 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_funcs + 0x0000000000000000 0x107 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.mesh_set_ie_crypto_key + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_ie_crypto_key + 0x0000000000000000 0x1a4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_ie_crypto_key + 0x0000000000000000 0xf2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_root_healing_delay + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_root_healing_delay + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_passive_scan_time + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_passive_scan_time + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_fix_root + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_root_fixed + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_announce_interval + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_announce_interval + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_num + 0x0000000000000000 0xec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_subnet_nodes_list + 0x0000000000000000 0x12a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_switch_channel + 0x0000000000000000 0x124 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_look_for_network + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_set_topology + 0x0000000000000000 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_get_topology + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_device_active + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_enable_ps + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_disable_ps + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_is_ps_enabled + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .text.esp_mesh_ps_get_duties + 0x0000000000000000 0xe6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9931 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9919 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9863 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9804 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9794 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9785 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9709 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9677 + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9609 + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9590 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.option$9557 + 0x0000000000000000 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.value$9556 + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9511 + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .rodata.__func__$9501 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_group_addr + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_send_mutex + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_stop_mutex + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_stop_event_group + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_ioctl_sem + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_xmit_sem + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_tcpip_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.mesh_myself_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_mesh_ext_crypto_config + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.s_mesh_ie_crypto_plain_key + 0x0000000000000000 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_started + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_mesh_inited + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toDS_qsize + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.s_extra_toSelf_qsize + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_standalone_sta + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_ann_interval + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_is_root_fixed + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_rt_capacity + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_root_healing_delay + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_passive_scan_time + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_cfg_vote_percent + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.g_mesh_cfg_switch_parent + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.g_mesh_max_layer + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.libmesh_reversion_git + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + COMMON 0x0000000000000000 0x146 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .literal.nvs_op2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_operate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_nvs_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.str1.1 + 0x0000000000000000 0xf5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.nvs_op2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_operate + 0x0000000000000000 0x368 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.esp_mesh_nvs_operate + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_layer + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_set_assoc + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_init + 0x0000000000000000 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .text.esp_mesh_nvs_deinit + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .rodata.CSWTCH$12 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.mesh_nvs_settings + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .data.mesh_nvs_handle + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .bss.g_mesh_nvs_settings + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .literal.esp_mesh_io_sem_wait + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_io_sem_signal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_io_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_self_organized + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_set_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_csa_set_bssid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_switch_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_look_for_network + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_nwk_io_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_wait + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_io_sem_signal + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.str1.1 + 0x0000000000000000 0x20c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_io_process + 0x0000000000000000 0xdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.esp_mesh_stop_parent_reconnection + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_router + 0x0000000000000000 0x22b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_self_organized + 0x0000000000000000 0x145 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_set_type + 0x0000000000000000 0x2da C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_csa_set_bssid + 0x0000000000000000 0x92 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_switch_channel + 0x0000000000000000 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_look_for_network + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .text.mesh_nwk_io_process + 0x0000000000000000 0x1d9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.mesh_nwk_io_process + 0x0000000000000000 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$9481 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .rodata.__func__$9427 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.csa_bssid + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.s_mesh_io_error + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.g_mesh_stop_reconnection + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .literal.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.optype2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_get_optlen + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_mcast_cover_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toDS + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_delivery_toSelf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mcast_cover_node + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_mcast + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_bcast + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_switch + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_root_waive + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.mesh_process_mgmt_routing_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_options + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_process_ucast + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_forward_packet + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.str1.1 + 0x0000000000000000 0x8bc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce$part$6 + 0x0000000000000000 0x3f1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table$part$7 + 0x0000000000000000 0x3ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.optype2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_get_optlen + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_mcast_cover_node + 0x0000000000000000 0x350 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_remove_myself_from_forwarding + 0x0000000000000000 0x113 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toDS + 0x0000000000000000 0x1fc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_delivery_toSelf + 0x0000000000000000 0x3cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mcast_cover_node + 0x0000000000000000 0x4ca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_mcast + 0x0000000000000000 0x17a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_bcast + 0x0000000000000000 0x39c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_switch + 0x0000000000000000 0x182 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_root_waive + 0x0000000000000000 0x1e2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_announce + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.mesh_process_mgmt_routing_table + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_options + 0x0000000000000000 0x226 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_process_ucast + 0x0000000000000000 0x9b8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .text.esp_mesh_forward_packet + 0x0000000000000000 0x3ca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.CSWTCH$144 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$9527 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$9513 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$9495 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$9463 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .rodata.__func__$9429 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.mesh_xseqno + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .literal.esp_mesh_channel_enable_jp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_reselect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_look_for_network + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_nwk_process_allow_switch + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.str1.1 + 0x0000000000000000 0x69c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_channel_enable_jp + 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.esp_mesh_scan_done_get_channel + 0x0000000000000000 0x7ab C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_reselect + 0x0000000000000000 0x2c2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_look_for_network + 0x0000000000000000 0x368 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .text.mesh_nwk_process_allow_switch + 0x0000000000000000 0x13c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$9496 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$9485 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.look_for_nwk_count$9480 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.scan_times$9460 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .rodata.__func__$9466 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .literal.mesh_set_root_candidate$part$17 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate_ie$part$18 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_sta_auth_expire_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_register_timer_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ie_update_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_mesh_last_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_send_root_switch + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_switch_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_compute_my_votes + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_check_rc_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_change_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_parent_candidate_config + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_check_root_conflict + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timer_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.route_announce_timer_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ie_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ie_monitor_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timer_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timer_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.candidate_monitor_timer_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_disable_parent_switch_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.candidate_monitor_timer_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_ps_control_check_awake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_set_awake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_set_sleep + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_get_min_duty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_find_conflict_roots + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_remove_conflict_roots + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_self_mac_greater + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_yield_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_add_conflict_roots + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_yield_roots_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_yield_roots_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_delete_timers + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_gone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_fixed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_send_roots_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_conflict_roots + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_send_rmv_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_scan_allowed + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_rt_change_debug + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_rt_change_debug + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_vote_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_disconnected + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_scan_request + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_rootless + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_no_parent_found + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_process_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_child_set_ps_duty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_child_clr_ps_duty + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_process_ps_type + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_better_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.is_mesh_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_flush_scan_result + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_scan_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.scan_result_print + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_scan_done_process_weak + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_conn_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_conn_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_insert_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_scan_done_vote + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_scan_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_current_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_ie_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_root_candidate_ie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_compute_votes + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_root_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_same_root_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_add_invalid_rc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal._mesh_find_root_competitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.print_rc_info + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_is_last_rc_existing + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_update_rcandidate_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_init_rcandidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_check_last_rcandidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_find_root_competitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_vote_root_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_nvs_settings + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_is_better_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_compute_rank + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_set_ignore + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_limit_layer2_cap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_try_rssi + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent_try_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_select_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_process_ps_awake + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_child_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_child_macconnected + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.print_txupQ_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_idx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_child_idx_lock + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_insert_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_remove_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_remove_children + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_leaf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_no_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_clear_parent + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_revote_root + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_healing + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_push_to_nwk_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_route_announce_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ie_monitor_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_candidate_monitor_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_candidate_monitor_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_control_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_sta_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_connect_to_router + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_connect_to_candidate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_connect_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_root_process_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_manual_networking + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_sta_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_disconnect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_parent_reselect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_check_layer + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_ie_change + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_process_conflict_discnx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_node_process_cycle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_wifi_event_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_post_toDS_state + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_set_default_rssi_threshold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_nwk_inited + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_is_nwk_running + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_process_parent_organized + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_nwk_task_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_nwk_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_get_beacon_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_adjust_passive_scan_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_set_beacon_interval + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_parent_select_done + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_parent_select + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_bcn_change_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_nwk_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_ps_get_duties + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.esp_mesh_print_scan_result + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate$part$17 + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie$part$18 + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_sta_auth_expire_time + 0x0000000000000000 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_register_timer_cb + 0x0000000000000000 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_update_rssi + 0x0000000000000000 0xc9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_ie + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_mesh_last_parent + 0x0000000000000000 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_root_switch + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.str1.1 + 0x0000000000000000 0x2b64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_switch_parent + 0x0000000000000000 0x202 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_my_votes + 0x0000000000000000 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_check_rc_expire + 0x0000000000000000 0x36a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_change_layer + 0x0000000000000000 0x9e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_parent_candidate_config + 0x0000000000000000 0xc3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_check_root_conflict + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timer_start + 0x0000000000000000 0xb7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timeout_process + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.route_announce_timer_stop + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ie_monitor + 0x0000000000000000 0x130 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout_process + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timer_start + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timer_start + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_stop + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_disable_parent_switch_monitor + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.candidate_monitor_timer_start + 0x0000000000000000 0x212 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_ps_control_check_awake + 0x0000000000000000 0xa3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_awake + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_set_sleep + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_get_min_duty + 0x0000000000000000 0x138 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout_process + 0x0000000000000000 0x1ee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_find_conflict_roots + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_remove_conflict_roots + 0x0000000000000000 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_self_mac_greater + 0x0000000000000000 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_yield_root + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_add_conflict_roots + 0x0000000000000000 0x20d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_announce + 0x0000000000000000 0x21e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_yield_roots_monitor + 0x0000000000000000 0x1c6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_delete_timers + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_gone + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_fixed + 0x0000000000000000 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_send_roots_stop + 0x0000000000000000 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_conflict_roots + 0x0000000000000000 0x18e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_send_rmv_announcement + 0x0000000000000000 0x1e0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_scan_allowed + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_rt_change_debug + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_rt_change_debug + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_vote_done + 0x0000000000000000 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_disconnected + 0x0000000000000000 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_request + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_rootless + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_no_parent_found + 0x0000000000000000 0x9e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_process_connect + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_child_set_ps_duty + 0x0000000000000000 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_child_clr_ps_duty + 0x0000000000000000 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_type + 0x0000000000000000 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_better_parent + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.is_mesh_child + 0x0000000000000000 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_flush_scan_result + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_scan_done + 0x0000000000000000 0x212 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.scan_result_print + 0x0000000000000000 0x29c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_scan_done_process_weak + 0x0000000000000000 0xf5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_init + 0x0000000000000000 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_conn_deinit + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_insert_candidate + 0x0000000000000000 0x166 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done_vote + 0x0000000000000000 0x534 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_scan_done + 0x0000000000000000 0x774 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_current_parent + 0x0000000000000000 0x13f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate + 0x0000000000000000 0x99 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_ie_rssi + 0x0000000000000000 0xa9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_root_candidate_ie + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_compute_votes + 0x0000000000000000 0xed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_root_candidate + 0x0000000000000000 0x24d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_same_root_candidate + 0x0000000000000000 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_add_invalid_rc + 0x0000000000000000 0x116 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text._mesh_find_root_competitor + 0x0000000000000000 0x68a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.print_rc_info + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_is_last_rc_existing + 0x0000000000000000 0x124 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_update_rcandidate_rssi + 0x0000000000000000 0xa1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_init_rcandidate + 0x0000000000000000 0xf8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_check_last_rcandidate + 0x0000000000000000 0x26e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_find_root_competitor + 0x0000000000000000 0x1cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_vote_root_candidate + 0x0000000000000000 0x5a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_router + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_nvs_settings + 0x0000000000000000 0x25d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_is_better_parent + 0x0000000000000000 0x124 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_compute_rank + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_set_ignore + 0x0000000000000000 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_limit_layer2_cap + 0x0000000000000000 0x25e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_rssi + 0x0000000000000000 0x1fb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent_try_layer + 0x0000000000000000 0x14c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_select_parent + 0x0000000000000000 0x22c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_num + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_process_ps_awake + 0x0000000000000000 0x145 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_child_event + 0x0000000000000000 0xe8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_child_macconnected + 0x0000000000000000 0x254 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.print_txupQ_pending + 0x0000000000000000 0x286 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_child_idx_lock + 0x0000000000000000 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_insert_child + 0x0000000000000000 0x2fd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_child + 0x0000000000000000 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_remove_children + 0x0000000000000000 0x125 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_leaf + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_no_parent + 0x0000000000000000 0xdd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_clear_parent + 0x0000000000000000 0x15a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_disconnect + 0x0000000000000000 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_revote_root + 0x0000000000000000 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_healing + 0x0000000000000000 0xd5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_push_to_nwk_queue + 0x0000000000000000 0x12a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_route_announce_timeout + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ie_monitor_timeout + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout + 0x0000000000000000 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_candidate_monitor_timeout_process + 0x0000000000000000 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_control_timeout + 0x0000000000000000 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_connect + 0x0000000000000000 0x215 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_router + 0x0000000000000000 0x349 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_connect_to_candidate + 0x0000000000000000 0x404 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_connect_timeout_process + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_root_process_disconnect + 0x0000000000000000 0x112 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_manual_networking + 0x0000000000000000 0x35d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_sta_disconnect + 0x0000000000000000 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_connect + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_disconnect + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_reselect + 0x0000000000000000 0xdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_check_layer + 0x0000000000000000 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_ie_change + 0x0000000000000000 0x402 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_process_conflict_discnx + 0x0000000000000000 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_node_process_cycle + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_wifi_event_cb + 0x0000000000000000 0x4df C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.mesh_wifi_event_cb + 0x0000000000000000 0xe4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_post_toDS_state + 0x0000000000000000 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_rssi_threshold + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_rssi_threshold + 0x0000000000000000 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_set_default_rssi_threshold + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_inited + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_is_nwk_running + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_process_parent_organized + 0x0000000000000000 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_deinit + 0x0000000000000000 0xb9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_init + 0x0000000000000000 0x3c9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_nwk_task_deinit + 0x0000000000000000 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_get_beacon_interval + 0x0000000000000000 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_adjust_passive_scan_time + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_set_beacon_interval + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_parent_select_done + 0x0000000000000000 0x965 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_parent_select + 0x0000000000000000 0x943 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_bcn_change_timeout_process + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_nwk_task_main + 0x0000000000000000 0x38c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.mesh_nwk_task_main + 0x0000000000000000 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.mesh_ps_get_duties + 0x0000000000000000 0x11a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .text.esp_mesh_print_scan_result + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10939 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.last_event_id$10869 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10844 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10836 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10805 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10792 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10776 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10503 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10499 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10487 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10462 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10443 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10421 + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10414 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10345 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10209 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10204 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10190 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10167 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10156 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10142 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$10081 + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9942 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9910 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9902 + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9897 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9885 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9876 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9851 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9845 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.cnx_backoff$9838 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_final_struggle$9826 + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.max_voter_num$9821 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9823 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9771 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9759 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9715 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .rodata.__func__$9695 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_rt_change_dbg + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_monitor_timer_interval + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_history_root_backoff + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.retry_attemps + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_ps_cnt + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_layer_backoff_times + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_rssi_backoff_times + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.vote_log_time_start + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.vote_log_time_stop + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_scan_times + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_extra_scan_attempts + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_ps_times + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_rc_times + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_rcandidate + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_rcandidate + 0x0000000000000000 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_ps_control + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_mesh_beacon_interval + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_running_channel + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_monitor_parent_config + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_first_short_time_retries + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_rssi_threshold + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_root_addr + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_is_parent_set + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_sta_discnx_times + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_sta_cnx_times + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent + 0x0000000000000000 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_chain + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_last_parent_ie + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.ann_time_start + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mie_log_time_start + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_root_connect_timer_armed + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.ps_control_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.candidate_monitor_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.root_connect_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.bcn_change_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mie_monitor_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.route_announce_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_timer_func + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_task + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_nwk_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.is_nwk_running + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_root_children_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_invalid_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_vote_expire_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_cyclic_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_map_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_parent_idle_list + 0x0000000000000000 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_print_scan_result_enable + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .data.s_mesh_scan_done + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_scan_req + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.s_mesh_last_layer + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_rmv_opt + 0x0000000000000000 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.mesh_conn_mutex + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_mesh_conn + 0x0000000000000000 0x2c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_disconnecting + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connecting + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.g_is_wifi_connected + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + COMMON 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .literal.mesh_rt_change_timeout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_route_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_route_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_rt_change_timer_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_rt_change_timeout_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_match_self + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_total_children_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_lookup_sub_route + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_lookup_route + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_print_route_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_sub_capacity + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.routetype2str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_update_route_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_delete_sub_children + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_add_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_fill_rmv_sub_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_malloc_rmv_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_construct_rmv_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_pack_rmv_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_pack_rmv_announcement + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_pack_multi_routing_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_ie_update_capacity + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_check_nonassociated_children + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_monitor_nonassociated_children + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_remove_nonassociated_children + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_copy_mgmt_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_process_redundant_subchildren + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_combine_multi_redundant_ack + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_check_multi_redundant_ack + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_refresh_routing_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_routing_table_size + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_get_routing_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_get_subnet_nodes_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_get_subnet_nodes_list + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_rtable_request + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_send_rtable_ack + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.esp_mesh_nwk_redundant_route + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_route_init + 0x0000000000000000 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_route_deinit + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timer_start + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_rt_change_timeout_process + 0x0000000000000000 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_match_self + 0x0000000000000000 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_total_children_num + 0x0000000000000000 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_sub_route + 0x0000000000000000 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.str1.1 + 0x0000000000000000 0xd07 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_lookup_route + 0x0000000000000000 0x14a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_print_route_table + 0x0000000000000000 0x9f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_sub_capacity + 0x0000000000000000 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.routetype2str + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_update_route_table + 0x0000000000000000 0x3ff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_delete_sub_children + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_add_announcement + 0x0000000000000000 0xed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_fill_rmv_sub_child + 0x0000000000000000 0x39c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_malloc_rmv_announcement + 0x0000000000000000 0xbc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_construct_rmv_announcement + 0x0000000000000000 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_pack_rmv_announcement + 0x0000000000000000 0xcd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_rmv_announcement + 0x0000000000000000 0x136 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_pack_multi_routing_table + 0x0000000000000000 0x4fb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_ie_update_capacity + 0x0000000000000000 0x184 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_check_nonassociated_children + 0x0000000000000000 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_monitor_nonassociated_children + 0x0000000000000000 0x2ed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_remove_nonassociated_children + 0x0000000000000000 0x1c6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_copy_mgmt_announce + 0x0000000000000000 0x2df C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_process_redundant_subchildren + 0x0000000000000000 0x3bd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_combine_multi_redundant_ack + 0x0000000000000000 0x2ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_check_multi_redundant_ack + 0x0000000000000000 0x2b1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_refresh_routing_table + 0x0000000000000000 0x6fa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table_size + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_get_routing_table + 0x0000000000000000 0x1ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_num + 0x0000000000000000 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.mesh_get_subnet_nodes_list + 0x0000000000000000 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_request + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_send_rtable_ack + 0x0000000000000000 0x20a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .text.esp_mesh_nwk_redundant_route + 0x0000000000000000 0x1ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.CSWTCH$137 + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9759 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9746 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9717 + 0x0000000000000000 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9712 + 0x0000000000000000 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9687 + 0x0000000000000000 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9672 + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9583 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9565 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9525 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9452 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9435 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .rodata.__func__$9427 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_multi_send_ack + 0x0000000000000000 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_multi_recv_ack + 0x0000000000000000 0xf0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.rt_change_timer + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.mesh_route_table + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.is_route_inited + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .literal.mesh_print_txQ_waiting + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_print_txQ_waiting + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_get_tx_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_get_tx_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_event + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_forward_check_active + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_check_tid_mbox_full + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_ack_state_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_best_effort_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_wnd_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_operation_rxseqno + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_get_cidx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_insert_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_delete_child + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_get_xonseq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending_clear_xonseq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_txupQ_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_process_txupQ_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_tx_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_force_txupQ_pending + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_available_txupQ_num + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_flush_txQ + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_tid_flush + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_tid_stop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_push_to_ps_tx_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_ps_tx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.tx_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_discard_context + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_xon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_recv_xon + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_deliver_packet + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_flush_packets + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_disconnected + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_expired + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_flush_upstream_packets + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.xon_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_process_no_wnd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_xon_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_tx_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_task_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_tx_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_send_block_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_send_block_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_flush_upstream_packets + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.esp_mesh_send_block_time + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.str1.1 + 0x0000000000000000 0x141a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_print_txQ_waiting + 0x0000000000000000 0x13e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_print_txQ_waiting + 0x0000000000000000 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_get_tx_pending + 0x0000000000000000 0x1b1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_get_tx_pending + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_event + 0x0000000000000000 0x1c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_start + 0x0000000000000000 0x1b0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_forward_check_active + 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_check_tid_mbox_full + 0x0000000000000000 0x1d4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.mesh_check_tid_mbox_full + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ack_state_queue + 0x0000000000000000 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_cb + 0x0000000000000000 0x10b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_best_effort_tx + 0x0000000000000000 0x323 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_wnd_queue + 0x0000000000000000 0x102 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_operation_rxseqno + 0x0000000000000000 0x3c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_cidx + 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_insert_child + 0x0000000000000000 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_delete_child + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_get_xonseq + 0x0000000000000000 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending_clear_xonseq + 0x0000000000000000 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_txupQ_pending + 0x0000000000000000 0xc86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_process_txupQ_pending + 0x0000000000000000 0x270 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_tx_queue + 0x0000000000000000 0x535 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_force_txupQ_pending + 0x0000000000000000 0x146 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_available_txupQ_num + 0x0000000000000000 0x1d0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_flush_txQ + 0x0000000000000000 0x130 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_tid_flush + 0x0000000000000000 0x1e5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_tid_stop + 0x0000000000000000 0x1c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_push_to_ps_tx_queue + 0x0000000000000000 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_ps_tx + 0x0000000000000000 0x138 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.tx_task_main + 0x0000000000000000 0x240 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_discard_context + 0x0000000000000000 0x16a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_xon + 0x0000000000000000 0x6e5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_recv_xon + 0x0000000000000000 0x14f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_main + 0x0000000000000000 0x9a2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_deliver_packet + 0x0000000000000000 0x1c0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_flush_packets + 0x0000000000000000 0x23d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_disconnected + 0x0000000000000000 0x309 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_expired + 0x0000000000000000 0x131 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_flush_upstream_packets + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.xon_task_main + 0x0000000000000000 0x1b5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_process_no_wnd + 0x0000000000000000 0xf0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_xon_task_main + 0x0000000000000000 0xa8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_tx_task_deinit + 0x0000000000000000 0x1da C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_init + 0x0000000000000000 0x252 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.esp_mesh_tx_task_init + 0x0000000000000000 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_tx_task_deinit + 0x0000000000000000 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_deinit + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_deinit + 0x0000000000000000 0x91 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.mesh_send_block_main + 0x0000000000000000 0x4b2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_init + 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_flush_upstream_packets + 0x0000000000000000 0x182 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .text.esp_mesh_send_block_time + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9972 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9964 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9927 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9869 + 0x0000000000000000 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9816 + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9798 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9790 + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9782 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_fail_cnt$9757 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9764 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9746 + 0x0000000000000000 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9698 + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9691 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9680 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9667 + 0x0000000000000000 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9657 + 0x0000000000000000 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9619 + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9603 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9570 + 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9558 + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9535 + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9498 + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .rodata.__func__$9467 + 0x0000000000000000 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_flush_mbox + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_task + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.send_block_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.is_block_running + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data.g_mesh_packet_lifetime + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_xreq_seqno + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_be_xmit_seqno + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_new_wnd_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_ack_state_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_mbox + 0x0000000000000000 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_tx_task + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.is_mesh_tx_started + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.mesh_reassign_xseqno + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + COMMON 0x0000000000000000 0x2e8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .literal.mesh_timer_route_announce + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_mie_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_bcn_change + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_root_connect + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_candidate_monitor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_rt_change + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_ps_control + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.mesh_timer_do_process + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_route_announce + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_mie_monitor + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_bcn_change + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_root_connect + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_candidate_monitor + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_rt_change + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_ps_control + 0x0000000000000000 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .rodata.str1.1 + 0x0000000000000000 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .text.mesh_timer_do_process + 0x0000000000000000 0xe8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .rodata.__func__$9458 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .data.mesh_timer_info + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .literal.esp_mesh_push_to_rx_queue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_topo_get_ttl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_deinit + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.mesh_rx_task_main + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_rx_task_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.str1.1 + 0x0000000000000000 0x2f7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_push_to_rx_queue + 0x0000000000000000 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_topo_get_ttl + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_wifi_recv_cb + 0x0000000000000000 0x748 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_deinit + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_deinit + 0x0000000000000000 0x95 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.mesh_rx_task_main + 0x0000000000000000 0x230 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .text.esp_mesh_rx_task_init + 0x0000000000000000 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$9484 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$9471 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.parent_last_mac_seqno$9468 + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .rodata.__func__$9443 + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_task + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.mesh_rx_mbox + 0x0000000000000000 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.is_rx_running + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .data.MESH_BCAST_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .bss.MESH_ZERO_ADDR + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .literal.esp_mesh_ap_list_clear + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_clear_expire + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find_invalid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_clear_invalid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_update_invalid + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_list_find + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_mesh_ap_enqueue + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.str1.1 + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_expire + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_expire + 0x0000000000000000 0xbe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find_invalid + 0x0000000000000000 0xba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_clear_invalid + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_update_invalid + 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_list_find + 0x0000000000000000 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .text.esp_mesh_ap_enqueue + 0x0000000000000000 0x1b9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.__func__$9491 + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .rodata.__func__$9419 + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .literal.esp_crt_check_signature + 0x0000000000000000 0x54 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_verify_callback + 0x0000000000000000 0x3c esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_bundle_init + 0x0000000000000000 0x4c esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_bundle_attach + 0x0000000000000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_bundle_detach + 0x0000000000000000 0xc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_bundle_set + 0x0000000000000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .literal.esp_crt_bundle_in_use + 0x0000000000000000 0x4 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_check_signature.str1.4 + 0x0000000000000000 0xe7 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_check_signature + 0x0000000000000000 0x113 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_verify_callback.str1.4 + 0x0000000000000000 0x99 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_verify_callback + 0x0000000000000000 0xfa esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_bundle_init.str1.4 + 0x0000000000000000 0x131 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_init + 0x0000000000000000 0x129 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.esp_crt_bundle_attach.str1.4 + 0x0000000000000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_attach + 0x0000000000000000 0x5e esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_detach + 0x0000000000000000 0x23 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_set + 0x0000000000000000 0x11 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text.esp_crt_bundle_in_use + 0x0000000000000000 0x12 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .bss.s_crt_bundle + 0x0000000000000000 0xc esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .rodata.s_dummy_crt + 0x0000000000000000 0x198 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_frame 0x0000000000000000 0xb8 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_info 0x0000000000000000 0x1d83 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_abbrev 0x0000000000000000 0x33f esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_loc 0x0000000000000000 0x6c5 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_aranges + 0x0000000000000000 0x50 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_ranges 0x0000000000000000 0x58 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_line 0x0000000000000000 0x1107 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .debug_str 0x0000000000000000 0x1628 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .text 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .data 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .bss 0x0000000000000000 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .rodata.embedded + 0x0000000000000000 0xfa3d esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .literal.rtcio_ll_ext0_set_wakeup_pin + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.s_do_deep_sleep_phy_callback + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.can_power_down_vddsdio + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.11.literal + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.s_sleep_hook_deregister + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.get_power_down_flags + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.21.literal + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.16.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.17.literal + 0x0000000000000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.light_sleep_uart_prepare + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.18.literal + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.rtcio_ll_function_select + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.rtcio_ll_input_enable + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.ext0_wakeup_prepare + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.rtcio_ll_force_hold_enable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.ext1_wakeup_prepare + 0x0000000000000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.19.literal + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.timer_wakeup_prepare + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.12.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.13.literal + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.22.literal + 0x0000000000000000 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.27.literal + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_periph_use_8m + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_get_deep_sleep_wake_stub + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_set_deep_sleep_wake_stub + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.24.literal + 0x0000000000000000 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_register_hook + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_deregister_hook + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_deregister_phy_hook + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.25.literal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.26.literal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_light_sleep_start + 0x0000000000000000 0xdc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_disable_wakeup_source + 0x0000000000000000 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_timer_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_try + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_touchpad_wakeup + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_is_valid_wakeup_gpio + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ext0_wakeup + 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ext1_wakeup_io + 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_disable_ext1_wakeup_io + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_ext1_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_gpio_wakeup + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_uart_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_get_wakeup_cause + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_get_touchpad_wakeup_status + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_get_ext1_wakeup_status + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_pd_config + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_deep_sleep_disable_rom_logging + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.esp_sleep_enable_adc_tsens_monitor + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .literal.rtc_sleep_enable_ultra_low + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtcio_ll_ext0_set_wakeup_pin + 0x0000000000000000 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_do_deep_sleep_phy_callback + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.can_power_down_vddsdio + 0x0000000000000000 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.text.11 0x0000000000000000 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.s_sleep_hook_deregister + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.get_power_down_flags.str1.4 + 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.get_power_down_flags + 0x0000000000000000 0xf3 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.21 0x0000000000000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.16 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.str1.4 + 0x0000000000000000 0x42f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.17 0x0000000000000000 0xa1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.light_sleep_uart_prepare + 0x0000000000000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.18 0x0000000000000000 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.rtcio_ll_function_select.str1.4 + 0x0000000000000000 0x1a8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtcio_ll_function_select + 0x0000000000000000 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtcio_ll_input_enable + 0x0000000000000000 0x4b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.ext0_wakeup_prepare + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.rtcio_ll_force_hold_enable.str1.4 + 0x0000000000000000 0xac esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtcio_ll_force_hold_enable + 0x0000000000000000 0x5e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.ext1_wakeup_prepare.str1.4 + 0x0000000000000000 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.ext1_wakeup_prepare + 0x0000000000000000 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.19 0x0000000000000000 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.timer_wakeup_prepare + 0x0000000000000000 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.12 0x0000000000000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.13 0x0000000000000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.22 0x0000000000000000 0x1db esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.27 0x0000000000000000 0x37 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_periph_use_8m + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_get_deep_sleep_wake_stub + 0x0000000000000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_set_deep_sleep_wake_stub + 0x0000000000000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.24 0x0000000000000000 0xa1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_register_hook + 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_hook + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_deregister_phy_hook + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.25 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .iram1.26 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_light_sleep_start + 0x0000000000000000 0x31b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_disable_wakeup_source.str1.4 + 0x0000000000000000 0x41 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wakeup_source + 0x0000000000000000 0x151 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ulp_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_timer_wakeup + 0x0000000000000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep + 0x0000000000000000 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_try + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_touchpad_wakeup.str1.4 + 0x0000000000000000 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_touchpad_wakeup + 0x0000000000000000 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_is_valid_wakeup_gpio + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext0_wakeup.str1.4 + 0x0000000000000000 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext0_wakeup + 0x0000000000000000 0xa1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_enable_ext1_wakeup_io.str1.4 + 0x0000000000000000 0x2e esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup_io + 0x0000000000000000 0x141 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_disable_ext1_wakeup_io.str1.4 + 0x0000000000000000 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_ext1_wakeup_io + 0x0000000000000000 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_ext1_wakeup + 0x0000000000000000 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_gpio_wakeup + 0x0000000000000000 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_uart_wakeup + 0x0000000000000000 0x51 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_wifi_beacon_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_wifi_beacon_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_bt_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_disable_bt_wakeup + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_wakeup_cause + 0x0000000000000000 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_get_touchpad_wakeup_status.str1.4 + 0x0000000000000000 0x55 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_touchpad_wakeup_status + 0x0000000000000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_get_ext1_wakeup_status + 0x0000000000000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.esp_sleep_pd_config.str1.4 + 0x0000000000000000 0xa esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_pd_config + 0x0000000000000000 0xc4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_deep_sleep_disable_rom_logging + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.esp_sleep_enable_adc_tsens_monitor + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text.rtc_sleep_enable_ultra_low + 0x0000000000000000 0xb esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$16 + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$13 + 0x0000000000000000 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$12 + 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$11 + 0x0000000000000000 0xd esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$9 + 0x0000000000000000 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$7 + 0x0000000000000000 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$6 + 0x0000000000000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$5 + 0x0000000000000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_suspended_uarts_bmap + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_cache_suspend_cnt + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_periph_use_8m_flag + 0x0000000000000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_ultra_low_enabled + 0x0000000000000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .rtc.force_fast.10 + 0x0000000000000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_light_sleep_wakeup + 0x0000000000000000 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data.s_config + 0x0000000000000000 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_lightsleep_cnt + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss.s_dslp_cb + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .iram1.0 0x0000000000000000 0x5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_info 0x0000000000000000 0x11f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_abbrev 0x0000000000000000 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_line 0x0000000000000000 0xed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .debug_str 0x0000000000000000 0x313 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .literal.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .literal.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .literal.periph_inform_out_light_sleep_overhead + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .literal.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .literal.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.0 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.1 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .iram1.2 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.sleep_modem_configure + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_inform_out_light_sleep_overhead_callback + 0x0000000000000000 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.periph_inform_out_light_sleep_overhead + 0x0000000000000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_register_light_sleep_default_params_config_callback + 0x0000000000000000 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .text.esp_pm_unregister_light_sleep_default_params_config_callback + 0x0000000000000000 0x13 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .bss.s_light_sleep_default_params_config_cb + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .bss.s_periph_inform_out_light_sleep_overhead_cb + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_frame 0x0000000000000000 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_info 0x0000000000000000 0x30a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_abbrev 0x0000000000000000 0x18f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_loc 0x0000000000000000 0x147 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_aranges + 0x0000000000000000 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_ranges 0x0000000000000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_line 0x0000000000000000 0x570 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .debug_str 0x0000000000000000 0x444 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .literal.rtc_sleep_finish + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_pd + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_get_default_config + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_init + 0x0000000000000000 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_low_init + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_sleep_start + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .literal.rtc_deep_sleep_start + 0x0000000000000000 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_finish + 0x0000000000000000 0x35 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_pd + 0x0000000000000000 0x1bd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_get_default_config + 0x0000000000000000 0x13d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_init + 0x0000000000000000 0x4aa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_low_init + 0x0000000000000000 0x5d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_sleep_start + 0x0000000000000000 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text.rtc_deep_sleep_start + 0x0000000000000000 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_frame 0x0000000000000000 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_info 0x0000000000000000 0x5c6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_abbrev 0x0000000000000000 0x23f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_loc 0x0000000000000000 0x126 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_aranges + 0x0000000000000000 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_ranges 0x0000000000000000 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_line 0x0000000000000000 0x267d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .debug_str 0x0000000000000000 0x49a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .text 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .data 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .literal.esp_mesh_send_event_internal + 0x0000000000000000 0x8 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .rodata.esp_mesh_send_event_internal.str1.4 + 0x0000000000000000 0xb esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .text.esp_mesh_send_event_internal + 0x0000000000000000 0x18 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .rodata.MESH_EVENT + 0x0000000000000000 0x4 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_info 0x0000000000000000 0x1a1 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_abbrev 0x0000000000000000 0xde esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_line 0x0000000000000000 0x363 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .debug_str 0x0000000000000000 0x243 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .literal.touch_ll_set_threshold + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_ll_get_threshold + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_ll_read_trigger_status_mask + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_isr_deregister + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_voltage + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_voltage + 0x0000000000000000 0x10 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_cnt_mode + 0x0000000000000000 0x40 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_cnt_mode + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_io_init + 0x0000000000000000 0x2c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_fsm_start + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_fsm_stop + 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_fsm_mode + 0x0000000000000000 0x3c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_fsm_mode + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_sw_start + 0x0000000000000000 0x18 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_set_thresh + 0x0000000000000000 0x28 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_thresh + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_pad_get_wakeup_status + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.0.literal + 0x0000000000000000 0x4 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.1.literal + 0x0000000000000000 0x8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_ll_set_threshold + 0x0000000000000000 0x85 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_ll_get_threshold + 0x0000000000000000 0x5f esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_ll_read_trigger_status_mask + 0x0000000000000000 0x46 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_isr_deregister + 0x0000000000000000 0x11 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_voltage.str1.4 + 0x0000000000000000 0x6e esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_voltage + 0x0000000000000000 0xda esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_voltage + 0x0000000000000000 0x37 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_cnt_mode.str1.4 + 0x0000000000000000 0x38 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_cnt_mode + 0x0000000000000000 0xbc esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_cnt_mode + 0x0000000000000000 0x65 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_io_init + 0x0000000000000000 0x62 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_fsm_start + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_fsm_stop + 0x0000000000000000 0x2e esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.touch_pad_set_fsm_mode.str1.4 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_fsm_mode + 0x0000000000000000 0x9e esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_fsm_mode + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_sw_start + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_set_thresh + 0x0000000000000000 0x5d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_thresh + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .text.touch_pad_get_wakeup_status + 0x0000000000000000 0x42 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.0 0x0000000000000000 0x14 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .iram1.1 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$0 + 0x0000000000000000 0x1c esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$1 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$2 + 0x0000000000000000 0x15 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$3 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$4 + 0x0000000000000000 0x12 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$5 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$6 + 0x0000000000000000 0x17 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .rodata.__FUNCTION__$7 + 0x0000000000000000 0x16 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_frame 0x0000000000000000 0x1d8 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_info 0x0000000000000000 0x4321 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_abbrev 0x0000000000000000 0x45b esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_loc 0x0000000000000000 0x55d esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_aranges + 0x0000000000000000 0xb0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_ranges 0x0000000000000000 0xa0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_line 0x0000000000000000 0x1410 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .debug_str 0x0000000000000000 0x2a4f esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .literal.touch_ll_set_threshold + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_config + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_set_voltage + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_voltage + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_set_meas_mode + 0x0000000000000000 0xc esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_meas_mode + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_ll_set_threshold + 0x0000000000000000 0x85 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_config + 0x0000000000000000 0x53 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_set_voltage + 0x0000000000000000 0x5f esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_voltage + 0x0000000000000000 0x29 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_set_meas_mode + 0x0000000000000000 0x60 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_meas_mode + 0x0000000000000000 0x3d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_frame 0x0000000000000000 0xa0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_info 0x0000000000000000 0x26f1 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x320 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_loc 0x0000000000000000 0x5b0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x48 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_ranges 0x0000000000000000 0x38 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_line 0x0000000000000000 0x813 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x1708 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_ll_set_meas_time + 0x0000000000000000 0xc esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_ll_read_trigger_status_mask + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_init + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_deinit + 0x0000000000000000 0x10 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .literal.touch_hal_get_wakeup_status + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_ll_set_meas_time + 0x0000000000000000 0x57 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_ll_read_trigger_status_mask + 0x0000000000000000 0x46 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_init + 0x0000000000000000 0x135 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_deinit + 0x0000000000000000 0x3d esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text.touch_hal_get_wakeup_status + 0x0000000000000000 0x2f esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_info 0x0000000000000000 0x337a esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_abbrev 0x0000000000000000 0x34b esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_loc 0x0000000000000000 0x118 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_ranges 0x0000000000000000 0x30 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_line 0x0000000000000000 0x6f8 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .debug_str 0x0000000000000000 0x22b0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .rodata.touch_sensor_channel_io_map + 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_info 0x0000000000000000 0xba esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x68 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_line 0x0000000000000000 0xc4 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .debug_str 0x0000000000000000 0x1b7 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .literal._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .text._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x1f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .literal._ZSt18uncaught_exceptionv + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .literal._ZSt19uncaught_exceptionsv + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .text.__cxa_get_exception_ptr + 0x0000000000000000 0xa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .text._ZSt18uncaught_exceptionv + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .text._ZSt19uncaught_exceptionsv + 0x0000000000000000 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .literal._ZSt13set_terminatePFvvE + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .literal._ZN10__cxxabiv112__unexpectedEPFvvE + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .literal._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .literal._ZSt10unexpectedv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text._ZSt13set_terminatePFvvE + 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text._ZN10__cxxabiv112__unexpectedEPFvvE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text._ZSt10unexpectedv + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .group 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .group 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .literal._ZNSt9type_infoD0Ev + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .literal._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv + 0x0000000000000000 0x7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD0Ev + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .text._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .rodata._ZTVSt9type_info + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .xt.prop._ZTVSt9type_info + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .group 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .literal._ZN9__gnu_cxx9__freeresEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .literal.__cxa_allocate_dependent_exception + 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .literal.__cxa_free_dependent_exception + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text.__cxx_eh_arena_size_get + 0x0000000000000000 0xa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text._ZN9__gnu_cxx9__freeresEv + 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text.__cxa_allocate_dependent_exception + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table.__cxa_allocate_dependent_exception + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text.__cxa_free_dependent_exception + 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table.__cxa_free_dependent_exception + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .rodata._ZTSSt9exception + 0x0000000000000000 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .rodata._ZTISt9exception + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .xt.prop._ZTISt9exception + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZNKSt9exception4whatEv + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZNKSt13bad_exception4whatEv + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZNSt9exceptionD0Ev + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZNSt13bad_exceptionD0Ev + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZN10__cxxabiv115__forced_unwindD0Ev + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD2Ev + 0x0000000000000000 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZNKSt9exception4whatEv.str1.1 + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZNKSt9exception4whatEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZNKSt13bad_exception4whatEv.str1.1 + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZNKSt13bad_exception4whatEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZNSt9exceptionD0Ev + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD0Ev + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD2Ev + 0x0000000000000000 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD0Ev + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD2Ev + 0x0000000000000000 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x0000000000000000 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZGTtNKSt9exceptionD1Ev + 0x0000000000000000 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .text._ZGTtNKSt13bad_exceptionD1Ev + 0x0000000000000000 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZTVSt9exception + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZTVSt13bad_exception + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv115__forced_unwindE + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv119__foreign_exceptionE + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .xt.prop._ZTVSt9exception + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .xt.prop._ZTVSt13bad_exception + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .xt.prop._ZTVN10__cxxabiv115__forced_unwindE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .xt.prop._ZTVN10__cxxabiv119__foreign_exceptionE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .literal.__cxa_rethrow + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .text.__cxa_rethrow + 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .text 0x0000000000000000 0x85 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_line 0x0000000000000000 0x159 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .text 0x0000000000000000 0x312 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_line 0x0000000000000000 0x6b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .text 0x0000000000000000 0x1ff c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_line 0x0000000000000000 0x478 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .text 0x0000000000000000 0x213 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_line 0x0000000000000000 0x4a1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .literal 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .text 0x0000000000000000 0x176 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_line 0x0000000000000000 0x36f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .text 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_line 0x0000000000000000 0xe7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .text 0x0000000000000000 0x5d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_line 0x0000000000000000 0x117 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .text 0x0000000000000000 0x3d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_line 0x0000000000000000 0xc9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .text 0x0000000000000000 0xa4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_line 0x0000000000000000 0x195 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .text 0x0000000000000000 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_line 0x0000000000000000 0x117 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .text 0x0000000000000000 0x23 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_info 0x0000000000000000 0x185 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_abbrev 0x0000000000000000 0x10b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_loclists + 0x0000000000000000 0x8d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_line 0x0000000000000000 0xdb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_str 0x0000000000000000 0x16e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .debug_line_str + 0x0000000000000000 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x37 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_info 0x0000000000000000 0xce c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_abbrev 0x0000000000000000 0x68 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_loclists + 0x0000000000000000 0xac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_line 0x0000000000000000 0xf7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_str 0x0000000000000000 0x144 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_line_str + 0x0000000000000000 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x2ae c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .text 0x0000000000000000 0x29a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .text 0x0000000000000000 0x270 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .text 0x0000000000000000 0x25e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .literal._Z12abort_returnIPPvET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z12abort_returnIPvET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z12abort_returnIP11frame_stateET_v + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.abort_expect_void + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.abort_expect_void_and_return + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.forward_abort_uw_ctx + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetEnableExceptionFdeSorting + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_bases + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_table_bases + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap___register_frame_info_table + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_Find_FDE + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetGR + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetCFA + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetIP + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_SetGR + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_GetIPInfo + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal._Z17__frame_state_forPvP11frame_state + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_ForcedUnwind + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .literal.__wrap__Unwind_Backtrace + 0x0000000000000000 0x4 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .data 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .bss 0x0000000000000000 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPPvET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIPvET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z12abort_returnIP11frame_stateET_v + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.abort_expect_void_and_return + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.forward_abort_uw_ctx + 0x0000000000000000 0xc esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetEnableExceptionFdeSorting + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_bases + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table_bases + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap___register_frame_info_table + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Find_FDE + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetGR + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetCFA + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetIP + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_SetGR + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_GetIPInfo + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text._Z17__frame_state_forPvP11frame_state + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_ForcedUnwind + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .text.__wrap__Unwind_Backtrace + 0x0000000000000000 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .iram1.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.0.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_set_pbus_mem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_start_tx_tone + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_bb_tx_ht20_cen + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_phy_get_noisefloor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_check_noise_floor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.1.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_bb_bss_bw_40_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal$part$5 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal$part$6 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.spur_cal$part$8 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.2.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.3.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.5.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.6.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.4.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.7.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.8.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.9.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.10.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.11.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.13.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.15.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.14.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.16.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.18.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ram_gen_rx_gain_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_iq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rx_chan_dc_sort + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_dc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.wr_rx_gain_mem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_testchip_70 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_correct_bbgain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_index_to_bb + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_bb_to_index + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.get_bbgain_db + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.force_bttx_gain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_bttx_low_power + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_wifitx_low_power + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_tx_gain_table_bt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_tx_dig_gain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.spur_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_chanfreq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_chanfreq_nomac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_dis + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_cca + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_rx_sense + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.read_hw_noisefloor + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_txpwr_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.noise_check_loop + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.noise_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.target_power_backoff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_set_rfrx_dcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chip_v7_set_chan_misc + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_table + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rx_blocking_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rx_gain_level + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.txiq_cal_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_rx11blr_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.analog_gain_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_param_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bb_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.wifi_rifs_mode_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_chan_filt_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy_init_param + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.uart_wait_idle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_romfunc_addr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_byte_to_word + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_recovery + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_backup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_rf_cal_version + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_rfcal_data_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.i2cmst_reg_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.fe_reg_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.12.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.17.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.get_phy_version_str + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_version_print + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.get_iq_value + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_rfcal_data_check_value + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.tx_cont_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.tx_cont_dis + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.tx_cont_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_pwr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_init_pwr_print + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_rx_freq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.reset_rf_dig + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_set_most_tpw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_most_tpw + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_rx_sense_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_dft_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_wifitx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_wifirx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_bttx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_btrx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_tx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.ant_rx_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.esp_tx_state_out + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_chan_dump_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chan14_mic_cfg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.chan14_mic_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_get_adc_rand + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_enable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_disable_low_rate + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_close_pa + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.btpwr_backoff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_dig_reg_backup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.get_iq_est_snr_1 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.freq_offset_get_pwr_1 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.get_spur4m_pwr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.rx_spur_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_opt_write_mem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.bt_rx_spur_opt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_init_param_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.pbus_print + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_reg_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_i2c_check + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.phy_cal_print + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.5 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .phyiram.11 0x0000000000000000 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_correct_bbgain + 0x0000000000000000 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_bb_to_index + 0x0000000000000000 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_txdc_cal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.get_bbgain_db + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_txiq_cal + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.force_bttx_gain + 0x0000000000000000 0xa7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_bttx_low_power + 0x0000000000000000 0xb1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_wifitx_low_power + 0x0000000000000000 0x17a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.set_tx_dig_gain + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.spur_cal + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.set_chanfreq + 0x0000000000000000 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.set_cca 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_txpwr_param + 0x0000000000000000 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.noise_init + 0x0000000000000000 0x12b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.target_power_backoff + 0x0000000000000000 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_set_rfrx_dcap + 0x0000000000000000 0xf0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.rx_blocking_set + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.rx_gain_level + 0x0000000000000000 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_rx11blr_cfg + 0x0000000000000000 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_param_set + 0x0000000000000000 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.wifi_rifs_mode_en + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_chan_filt_set + 0x0000000000000000 0x10d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_tx_rate + 0x0000000000000000 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.uart_wait_idle + 0x0000000000000000 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_version_print + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.get_iq_value + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.tx_cont_en + 0x0000000000000000 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.tx_cont_dis + 0x0000000000000000 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.tx_cont_cfg + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_tx_pwr + 0x0000000000000000 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_init_pwr_print + 0x0000000000000000 0x152 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_rx_freq + 0x0000000000000000 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_most_tpw + 0x0000000000000000 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_rx_sense_set + 0x0000000000000000 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_dft_cfg + 0x0000000000000000 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_wifitx_cfg + 0x0000000000000000 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_wifirx_cfg + 0x0000000000000000 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_bttx_cfg + 0x0000000000000000 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_btrx_cfg + 0x0000000000000000 0xc7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_tx_cfg + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.ant_rx_cfg + 0x0000000000000000 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.esp_tx_state_out + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_chan_dump_cfg + 0x0000000000000000 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.chan14_mic_enable + 0x0000000000000000 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_get_adc_rand + 0x0000000000000000 0x19a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_close_pa + 0x0000000000000000 0xb6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.btpwr_backoff + 0x0000000000000000 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_dig_reg_backup + 0x0000000000000000 0x3c9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.get_iq_est_snr_1 + 0x0000000000000000 0x4ce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.freq_offset_get_pwr_1 + 0x0000000000000000 0x214 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.get_spur4m_pwr + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.rx_spur_cal + 0x0000000000000000 0xe9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_opt_write_mem + 0x0000000000000000 0x91 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.bt_rx_spur_opt + 0x0000000000000000 0x187 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.pbus_print + 0x0000000000000000 0xdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_reg_check + 0x0000000000000000 0x275 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_i2c_check + 0x0000000000000000 0x1ed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .text.phy_cal_print + 0x0000000000000000 0x592 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .rodata.CSWTCH$373 + 0x0000000000000000 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .rodata.CSWTCH$372 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .rodata.CSWTCH$371 + 0x0000000000000000 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.rfrx_dcap_enable + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.rfrx_vga_lna_dcap + 0x0000000000000000 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.bt_txpwr_backoff + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.chan14_mic_flag + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.bt_mode_wifibb + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.rxmax_ext_level + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .bss.noise_timeout_flag + 0x0000000000000000 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .data.noise_array + 0x0000000000000000 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .literal.RFChannelSel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .literal.phy_change_channel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .literal.phy_change_channel_nomac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .text.RFChannelSel + 0x0000000000000000 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .text.phy_change_channel + 0x0000000000000000 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .iram1.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.24.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.25.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.26.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.27.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.28.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_index_to_txbbgain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_txdc_cal_v70 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.txcal_debuge_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_txcal_work_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_get_fm_sar_dout + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_txiq_get_mis_pwr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_txiq_cover + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.rfcal_txiq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_disable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_dc_iq_est + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_pbus_rx_dco_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.rxdc_est_min + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.pbus_rx_dco_cal_1step + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.rc_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_rfcal_txcap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.tx_cap_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_meas_tone_pwr_db + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_rfcal_pwrctrl + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_tx_pwr_backoff + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.cal_rf_ana_gain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.bt_tx_pwctrl_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.set_bt_chan_cal_interp + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.phy_set_bt_dig_gain + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.ram_phy_get_vdd33 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.txpwr_offset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.phy_get_bb_freqoffset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.phy_pwdet_always_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .literal.dpd_scale_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.24 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text.set_bt_chan_cal_interp + 0x0000000000000000 0xcc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text.phy_set_bt_dig_gain + 0x0000000000000000 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text.phy_get_bb_freqoffset + 0x0000000000000000 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text.phy_pwdet_always_en + 0x0000000000000000 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .text.dpd_scale_set + 0x0000000000000000 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .phyiram.23.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .iram1.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .phyiram.21.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .phyiram.22.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .phyiram.19.literal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_pbus_force_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_pbus_xpd_tx_on + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.i2c_xtal_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.i2c_rfpll_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_rfpll_reset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_restart_cal + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_wait_rfpll_cal_end + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.ram_rfpll_set_freq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.get_lna_vga_dcap_val + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_rxmax_ext_ana + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_freq_correct_opt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_adc_wr_dly + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.i2c_bbtop_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.i2c_rftx_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.i2c_bias_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.rfpll_1p2_opt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_cap + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.correct_rfpll_offset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.wr_rf_freq_mem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.write_freq_mem_all + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.get_rfrx_dcap_bt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init$part$2 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_mem + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_write_set + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_set_wifi_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_wifi_pll_track + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_pll_track + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.tsens_read_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_power_track + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.bt_get_i2c_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.write_wifi_chan_data + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_hw_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.rf_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.check_rfpll_write_i2c + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_hw_set_freq_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_sw_start + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.set_channel_rfpll_freq + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_nomac + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_offset + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_ana + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.freq_write_wifi_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_unforce_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_force_chan + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.phy_set_wifi_mode_only + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.i2c_xtal_init + 0x0000000000000000 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.i2c_rfpll_init + 0x0000000000000000 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.chip_v7_adc_wr_dly + 0x0000000000000000 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.i2c_bbtop_init + 0x0000000000000000 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.i2c_rftx_init + 0x0000000000000000 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.get_rf_freq_init + 0x0000000000000000 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_set + 0x0000000000000000 0xf1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_mem + 0x0000000000000000 0xc3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_wifi_pll_track + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_bt_pll_track + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_bt_power_track + 0x0000000000000000 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.check_rfpll_write_i2c + 0x0000000000000000 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_hw_set_freq_enable + 0x0000000000000000 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.freq_write_wifi_chan + 0x0000000000000000 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_unforce_chan + 0x0000000000000000 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_force_chan + 0x0000000000000000 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .text.phy_set_wifi_mode_only + 0x0000000000000000 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .bss.flag$5259 + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .literal.BT_tx_8m_enable + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.BT_tx_if_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.BT_init_rx_filters + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_dgmixer_fstep_250k + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_rfoffset_en + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx_reg + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.rw_coex_on + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.force_bt_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.force_wifi_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.unforce_wifi_mode + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.coex_bt_high_prio + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_rxfilt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_txfilt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_wr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_wr + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_re + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_re + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.BT_tx_8m_enable + 0x0000000000000000 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.BT_tx_if_init + 0x0000000000000000 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.BT_init_rx_filters + 0x0000000000000000 0x2bc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_dgmixer_fstep_250k + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_rfoffset_en + 0x0000000000000000 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_bb_init_cmplx + 0x0000000000000000 0x26e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_bb_init_cmplx_reg + 0x0000000000000000 0xb5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.rw_coex_on + 0x0000000000000000 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.force_bt_mode + 0x0000000000000000 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.force_wifi_mode + 0x0000000000000000 0xb2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.unforce_wifi_mode + 0x0000000000000000 0x96 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_rxfilt + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_txfilt + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_cmplx_hq_wr + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_cmplx_lq_wr + 0x0000000000000000 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_cmplx_hq_re + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .text.bt_cmplx_lq_re + 0x0000000000000000 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .bss.force_wifi_mode_on + 0x0000000000000000 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .literal.temprature_sens_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.dac_out + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.touch_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.touch_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.vdd33_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.get_vdd33 + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc1_read_test + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc1_amp_read_full + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.hall_sens_read_full + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read_full + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc2_read_test + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc1_pad_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc1_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc1_amp_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.hall_sens_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc2_pad_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc2_read + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc_pad_int + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.adc_pad_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.dac_pad_init + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.dac_out 0x0000000000000000 0x249 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.touch_init + 0x0000000000000000 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.touch_read + 0x0000000000000000 0xba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.vdd33_init + 0x0000000000000000 0x13b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.get_vdd33 + 0x0000000000000000 0x100 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc1_read_test + 0x0000000000000000 0x1f0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc1_amp_read_full + 0x0000000000000000 0x213 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.hall_sens_read_full + 0x0000000000000000 0xfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.hall_sens_amp_read_full + 0x0000000000000000 0xe8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc2_read_test + 0x0000000000000000 0x1b0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc1_pad_init + 0x0000000000000000 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc1_read + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc1_amp_read + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.hall_sens_read + 0x0000000000000000 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.hall_sens_amp_read + 0x0000000000000000 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc2_pad_init + 0x0000000000000000 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc2_read + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc_pad_int + 0x0000000000000000 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.adc_pad_init + 0x0000000000000000 0x180 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .text.dac_pad_init + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .rodata.CSWTCH$24 + 0x0000000000000000 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .rodata.CSWTCH$18 + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .literal.rtc_cmd_wakeup_conf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_muxsel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_funsel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_slpsel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_slpoe + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_slpie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_funie + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_pu + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_pd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pads_hold + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_apbbridge_sel + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_powerup_rf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_powerdown_rf + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_get_st + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_is_st_idle + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_soc_clk_ck12m + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_init_full + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pad_gpio_wakeup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_pad_ext_wakeup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_cmd_ext_wakeup + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_wifi_force_pd + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_sdreg_off + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.rtc_slp_prep_lite_12M + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .literal.cfg_sdio_volt + 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .data 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .bss 0x0000000000000000 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_cmd_wakeup_conf + 0x0000000000000000 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_muxsel + 0x0000000000000000 0x29e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_funsel + 0x0000000000000000 0x292 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_slpsel + 0x0000000000000000 0x292 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_slpoe + 0x0000000000000000 0x1ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_slpie + 0x0000000000000000 0x28e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_funie + 0x0000000000000000 0x292 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_pu + 0x0000000000000000 0x1ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_pd + 0x0000000000000000 0x1ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pads_hold + 0x0000000000000000 0x266 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_apbbridge_sel + 0x0000000000000000 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_powerup_rf + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_powerdown_rf + 0x0000000000000000 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_get_st + 0x0000000000000000 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_is_st_idle + 0x0000000000000000 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_soc_clk_ck12m + 0x0000000000000000 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_init_full + 0x0000000000000000 0x3ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pad_gpio_wakeup + 0x0000000000000000 0xd3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_pad_ext_wakeup + 0x0000000000000000 0xd7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_cmd_ext_wakeup + 0x0000000000000000 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_wifi_force_pd + 0x0000000000000000 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_sdreg_off + 0x0000000000000000 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.rtc_slp_prep_lite_12M + 0x0000000000000000 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .text.cfg_sdio_volt + 0x0000000000000000 0xb3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_frame 0x0000000000000000 0x250 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_info 0x0000000000000000 0x965 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_abbrev 0x0000000000000000 0x1ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_loc 0x0000000000000000 0x455 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_aranges + 0x0000000000000000 0xd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_ranges 0x0000000000000000 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_line 0x0000000000000000 0x104b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .debug_str 0x0000000000000000 0x4a2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .comment 0x0000000000000000 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .text 0x0000000000000000 0x29 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_info 0x0000000000000000 0x8ea c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_abbrev 0x0000000000000000 0x1eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_loclists + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_line 0x0000000000000000 0xc6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_str 0x0000000000000000 0x4a5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .debug_line_str + 0x0000000000000000 0x369 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .text 0x0000000000000000 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_info 0x0000000000000000 0xf1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_abbrev 0x0000000000000000 0xab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_line 0x0000000000000000 0x7c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_str 0x0000000000000000 0xed c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .debug_line_str + 0x0000000000000000 0x2f2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .rodata 0x0000000000000000 0x101 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_info 0x0000000000000000 0xb9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_abbrev 0x0000000000000000 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_line 0x0000000000000000 0x3e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_str 0x0000000000000000 0xda c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .debug_line_str + 0x0000000000000000 0x258 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .bss 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_info 0x0000000000000000 0x42 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_abbrev 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_line 0x0000000000000000 0x3a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_str 0x0000000000000000 0x4a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .debug_line_str + 0x0000000000000000 0x1f8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .literal 0x0000000000000000 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .text 0x0000000000000000 0x12a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_info 0x0000000000000000 0xb0a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_abbrev 0x0000000000000000 0x2c6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_loclists + 0x0000000000000000 0x9d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_line 0x0000000000000000 0x381 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_str 0x0000000000000000 0x5c4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .debug_line_str + 0x0000000000000000 0x385 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .literal 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .text 0x0000000000000000 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_info 0x0000000000000000 0x9d1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_abbrev 0x0000000000000000 0x240 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_loclists + 0x0000000000000000 0x2d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_line 0x0000000000000000 0x1d8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_str 0x0000000000000000 0x565 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .debug_line_str + 0x0000000000000000 0x374 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .literal 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .text 0x0000000000000000 0x204 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_frame 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_info 0x0000000000000000 0xbe3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_abbrev 0x0000000000000000 0x310 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_loclists + 0x0000000000000000 0x161 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_line 0x0000000000000000 0x680 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_str 0x0000000000000000 0x5b9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .debug_line_str + 0x0000000000000000 0x385 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .literal 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .text 0x0000000000000000 0x15a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_info 0x0000000000000000 0xb98 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_abbrev 0x0000000000000000 0x2a5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_loclists + 0x0000000000000000 0x168 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_rnglists + 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_line 0x0000000000000000 0x42e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_str 0x0000000000000000 0x587 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .debug_line_str + 0x0000000000000000 0x382 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .literal 0x0000000000000000 0x94 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .text 0x0000000000000000 0x25f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .rodata 0x0000000000000000 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_frame 0x0000000000000000 0x160 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_info 0x0000000000000000 0x1147 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_abbrev 0x0000000000000000 0x40b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_loclists + 0x0000000000000000 0xdb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_rnglists + 0x0000000000000000 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_line 0x0000000000000000 0x812 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_str 0x0000000000000000 0x7c1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .debug_line_str + 0x0000000000000000 0x38e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .text 0x0000000000000000 0x5c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_info 0x0000000000000000 0x988 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_abbrev 0x0000000000000000 0x256 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_loclists + 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_line 0x0000000000000000 0x13a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_str 0x0000000000000000 0x4f6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .debug_line_str + 0x0000000000000000 0x381 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .literal 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .text 0x0000000000000000 0xa4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_info 0x0000000000000000 0xa88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_abbrev 0x0000000000000000 0x284 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_loclists + 0x0000000000000000 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_line 0x0000000000000000 0x1ec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_str 0x0000000000000000 0x57a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .debug_line_str + 0x0000000000000000 0x371 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .literal 0x0000000000000000 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .text 0x0000000000000000 0xc0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_info 0x0000000000000000 0xb48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_abbrev 0x0000000000000000 0x29c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_loclists + 0x0000000000000000 0x66 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_line 0x0000000000000000 0x26c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_str 0x0000000000000000 0x5c4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .debug_line_str + 0x0000000000000000 0x384 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .literal 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .text 0x0000000000000000 0x138 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_info 0x0000000000000000 0xb86 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_abbrev 0x0000000000000000 0x2f1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_loclists + 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_rnglists + 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_line 0x0000000000000000 0x3d4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_str 0x0000000000000000 0x597 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .debug_line_str + 0x0000000000000000 0x382 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .text 0x0000000000000000 0x29 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_info 0x0000000000000000 0x93b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_abbrev 0x0000000000000000 0x251 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_loclists + 0x0000000000000000 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_line 0x0000000000000000 0x119 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_str 0x0000000000000000 0x4b0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .debug_line_str + 0x0000000000000000 0x367 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .literal 0x0000000000000000 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .text 0x0000000000000000 0x152 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_info 0x0000000000000000 0xa51 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_abbrev 0x0000000000000000 0x27a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_loclists + 0x0000000000000000 0xa2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_line 0x0000000000000000 0x3a8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_str 0x0000000000000000 0x568 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .debug_line_str + 0x0000000000000000 0x374 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .text 0x0000000000000000 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_info 0x0000000000000000 0x958 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_abbrev 0x0000000000000000 0x1c7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_loclists + 0x0000000000000000 0x7d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_line 0x0000000000000000 0x252 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_str 0x0000000000000000 0x4b8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .debug_line_str + 0x0000000000000000 0x367 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .literal 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .text 0x0000000000000000 0xf4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_info 0x0000000000000000 0xb86 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_abbrev 0x0000000000000000 0x2dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_loclists + 0x0000000000000000 0x104 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_line 0x0000000000000000 0x2df c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_str 0x0000000000000000 0x5c3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .debug_line_str + 0x0000000000000000 0x37e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .literal 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .text 0x0000000000000000 0x3a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .rodata.str1.1 + 0x0000000000000000 0x85 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_info 0x0000000000000000 0x9c7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_abbrev 0x0000000000000000 0x23d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_loclists + 0x0000000000000000 0x2e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_line 0x0000000000000000 0x110 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_str 0x0000000000000000 0x527 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .debug_line_str + 0x0000000000000000 0x403 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .literal 0x0000000000000000 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .text 0x0000000000000000 0x1c6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_info 0x0000000000000000 0x24e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_abbrev 0x0000000000000000 0xf7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_loclists + 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_line 0x0000000000000000 0x5c2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_str 0x0000000000000000 0x187 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .debug_line_str + 0x0000000000000000 0x35a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_info 0x0000000000000000 0x80e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_abbrev 0x0000000000000000 0x173 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_line 0x0000000000000000 0x51 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_str 0x0000000000000000 0x49a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_line_str + 0x0000000000000000 0x2f1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .text 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_info 0x0000000000000000 0x17e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_abbrev 0x0000000000000000 0x119 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_loclists + 0x0000000000000000 0x8d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_line 0x0000000000000000 0x15a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_str 0x0000000000000000 0xf7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .debug_line_str + 0x0000000000000000 0x260 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .literal 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .text 0x0000000000000000 0x260 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_info 0x0000000000000000 0x390 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_abbrev 0x0000000000000000 0x191 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_loclists + 0x0000000000000000 0x117 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_line 0x0000000000000000 0x676 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_str 0x0000000000000000 0x221 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .debug_line_str + 0x0000000000000000 0x373 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .text 0x0000000000000000 0x1b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_info 0x0000000000000000 0x110 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_abbrev 0x0000000000000000 0xb1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_loclists + 0x0000000000000000 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_line 0x0000000000000000 0xd0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_str 0x0000000000000000 0xf0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .debug_line_str + 0x0000000000000000 0x2eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .text 0x0000000000000000 0x4f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_info 0x0000000000000000 0x12b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_abbrev 0x0000000000000000 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_loclists + 0x0000000000000000 0x120 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_line 0x0000000000000000 0x177 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_str 0x0000000000000000 0xe0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_line_str + 0x0000000000000000 0x2eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x135 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_line 0x0000000000000000 0x30f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x41 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_info 0x0000000000000000 0x10f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_abbrev 0x0000000000000000 0xac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_loclists + 0x0000000000000000 0xec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_line 0x0000000000000000 0x127 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_str 0x0000000000000000 0xfa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .text 0x0000000000000000 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_line 0x0000000000000000 0x146 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .literal 0x0000000000000000 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .text 0x0000000000000000 0x593 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .rodata 0x0000000000000000 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_info 0x0000000000000000 0x4a1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_abbrev 0x0000000000000000 0x20c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_loclists + 0x0000000000000000 0x2d9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_rnglists + 0x0000000000000000 0x17 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_line 0x0000000000000000 0xcda c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_str 0x0000000000000000 0x27a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .debug_line_str + 0x0000000000000000 0x373 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .rodata 0x0000000000000000 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_info 0x0000000000000000 0xad c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_abbrev 0x0000000000000000 0x61 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_line 0x0000000000000000 0x3f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_str 0x0000000000000000 0xe2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .debug_line_str + 0x0000000000000000 0x20a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .literal 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .text 0x0000000000000000 0xc8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_info 0x0000000000000000 0xaf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_abbrev 0x0000000000000000 0x2ca c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_loclists + 0x0000000000000000 0xc9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_line 0x0000000000000000 0x248 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_str 0x0000000000000000 0x584 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .debug_line_str + 0x0000000000000000 0x36e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .literal 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .text 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_info 0x0000000000000000 0x923 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_abbrev 0x0000000000000000 0x234 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_loclists + 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_line 0x0000000000000000 0x151 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_str 0x0000000000000000 0x4c0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .debug_line_str + 0x0000000000000000 0x36d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .text 0x0000000000000000 0x34f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_frame 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_info 0x0000000000000000 0x857 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_abbrev 0x0000000000000000 0x267 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_loclists + 0x0000000000000000 0x52d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_line 0x0000000000000000 0x92c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_str 0x0000000000000000 0x13b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .debug_line_str + 0x0000000000000000 0x2e8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .literal 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .text 0x0000000000000000 0xcf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .rodata.str1.1 + 0x0000000000000000 0x85 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_info 0x0000000000000000 0x99e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_abbrev 0x0000000000000000 0x24c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_loclists + 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_rnglists + 0x0000000000000000 0x1b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_line 0x0000000000000000 0x2e9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_str 0x0000000000000000 0x4c4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .debug_line_str + 0x0000000000000000 0x372 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .text 0x0000000000000000 0x2e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_info 0x0000000000000000 0x8be c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_abbrev 0x0000000000000000 0x213 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_loclists + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_line 0x0000000000000000 0xd3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_str 0x0000000000000000 0x4b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .debug_line_str + 0x0000000000000000 0x372 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .text 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_info 0x0000000000000000 0x884 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_abbrev 0x0000000000000000 0x1e2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_line 0x0000000000000000 0x98 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_str 0x0000000000000000 0x4a3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .debug_line_str + 0x0000000000000000 0x36a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .text 0x0000000000000000 0x1b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_info 0x0000000000000000 0x89c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_abbrev 0x0000000000000000 0x1b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_line 0x0000000000000000 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_str 0x0000000000000000 0x4a2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .debug_line_str + 0x0000000000000000 0x36a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .literal 0x0000000000000000 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .text 0x0000000000000000 0x1e3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_info 0x0000000000000000 0xb83 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_abbrev 0x0000000000000000 0x2a7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_loclists + 0x0000000000000000 0x163 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_rnglists + 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_line 0x0000000000000000 0x592 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_str 0x0000000000000000 0x5ab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .debug_line_str + 0x0000000000000000 0x388 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .literal 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .text 0x0000000000000000 0xc6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_frame 0x0000000000000000 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_info 0x0000000000000000 0xb40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_abbrev 0x0000000000000000 0x231 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_loclists + 0x0000000000000000 0xaa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_line 0x0000000000000000 0x254 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_str 0x0000000000000000 0x50e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .debug_line_str + 0x0000000000000000 0x377 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .text 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_info 0x0000000000000000 0x157 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_abbrev 0x0000000000000000 0xb2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_loclists + 0x0000000000000000 0x129 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_rnglists + 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_line 0x0000000000000000 0x181 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_str 0x0000000000000000 0xe5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .debug_line_str + 0x0000000000000000 0x27b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .text 0x0000000000000000 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_info 0x0000000000000000 0x1cd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_abbrev 0x0000000000000000 0x109 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_loclists + 0x0000000000000000 0x98 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_line 0x0000000000000000 0x18c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_str 0x0000000000000000 0x104 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .debug_line_str + 0x0000000000000000 0x309 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .text 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_info 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_abbrev 0x0000000000000000 0x86 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_loclists + 0x0000000000000000 0x7e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_line 0x0000000000000000 0xda c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_str 0x0000000000000000 0xd9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .debug_line_str + 0x0000000000000000 0x266 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .text 0x0000000000000000 0x1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_info 0x0000000000000000 0xf4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_abbrev 0x0000000000000000 0x82 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_loclists + 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_line 0x0000000000000000 0xd6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_str 0x0000000000000000 0xd9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .debug_line_str + 0x0000000000000000 0x266 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .literal 0x0000000000000000 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .text 0x0000000000000000 0x123 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_line 0x0000000000000000 0x2b5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_line 0x0000000000000000 0x182 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .text 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_info 0x0000000000000000 0xe9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_abbrev 0x0000000000000000 0x9f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_loclists + 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_line 0x0000000000000000 0xf9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_str 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .text 0x0000000000000000 0x15 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_info 0x0000000000000000 0x86a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_abbrev 0x0000000000000000 0x1d1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_line 0x0000000000000000 0x96 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_str 0x0000000000000000 0x4a3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .debug_line_str + 0x0000000000000000 0x36f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .text 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_info 0x0000000000000000 0x913 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_abbrev 0x0000000000000000 0x21c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_loclists + 0x0000000000000000 0x2e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_line 0x0000000000000000 0xd3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_str 0x0000000000000000 0x4bf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .debug_line_str + 0x0000000000000000 0x37e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .text 0x0000000000000000 0x2e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_info 0x0000000000000000 0x923 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_abbrev 0x0000000000000000 0x21a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_loclists + 0x0000000000000000 0x26 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_line 0x0000000000000000 0xbf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_str 0x0000000000000000 0x4d2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .debug_line_str + 0x0000000000000000 0x37b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .text 0x0000000000000000 0x52 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_info 0x0000000000000000 0x141 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_abbrev 0x0000000000000000 0xdb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_loclists + 0x0000000000000000 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_line 0x0000000000000000 0x1c7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_str 0x0000000000000000 0xed c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .text 0x0000000000000000 0x47 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_info 0x0000000000000000 0x114 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_abbrev 0x0000000000000000 0xa0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_loclists + 0x0000000000000000 0xf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_line 0x0000000000000000 0x15b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_str 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .text 0x0000000000000000 0x63 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_line 0x0000000000000000 0x122 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .text 0x0000000000000000 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_info 0x0000000000000000 0x174 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_abbrev 0x0000000000000000 0xc1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_loclists + 0x0000000000000000 0xda c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_rnglists + 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_line 0x0000000000000000 0x1aa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_str 0x0000000000000000 0xed c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .debug_line_str + 0x0000000000000000 0x303 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .text 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_info 0x0000000000000000 0xde c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_abbrev 0x0000000000000000 0x79 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_loclists + 0x0000000000000000 0xa6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_line 0x0000000000000000 0x107 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_str 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x113 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_line 0x0000000000000000 0x2a8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_line_str + 0x0000000000000000 0x107 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_str 0x0000000000000000 0x11d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .text 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_info 0x0000000000000000 0x88d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_abbrev 0x0000000000000000 0x1e2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_line 0x0000000000000000 0x98 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_str 0x0000000000000000 0x4ac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .debug_line_str + 0x0000000000000000 0x372 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .text 0x0000000000000000 0x41 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_info 0x0000000000000000 0x90f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_abbrev 0x0000000000000000 0x21f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_loclists + 0x0000000000000000 0x87 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_line 0x0000000000000000 0x139 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_str 0x0000000000000000 0x4b9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .debug_line_str + 0x0000000000000000 0x381 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .text 0x0000000000000000 0x1a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_info 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_abbrev 0x0000000000000000 0x8d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_loclists + 0x0000000000000000 0x3f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_line 0x0000000000000000 0xbd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_str 0x0000000000000000 0xe7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .text 0x0000000000000000 0x2d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_info 0x0000000000000000 0x112 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_abbrev 0x0000000000000000 0xca c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_loclists + 0x0000000000000000 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_line 0x0000000000000000 0xec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_str 0x0000000000000000 0xe6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .debug_line_str + 0x0000000000000000 0x269 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .text 0x0000000000000000 0x36 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_info 0x0000000000000000 0xef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_abbrev 0x0000000000000000 0x9f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_loclists + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_line 0x0000000000000000 0x134 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_str 0x0000000000000000 0xe0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_line_str + 0x0000000000000000 0x2eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .literal 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .text 0x0000000000000000 0x6c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .rodata.str1.1 + 0x0000000000000000 0x87 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_info 0x0000000000000000 0x961 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_abbrev 0x0000000000000000 0x24a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_loclists + 0x0000000000000000 0x36 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_line 0x0000000000000000 0x1f9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_str 0x0000000000000000 0x4cc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .debug_line_str + 0x0000000000000000 0x381 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .text 0x0000000000000000 0x76 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_info 0x0000000000000000 0x1a9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_abbrev 0x0000000000000000 0x10e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_loclists + 0x0000000000000000 0x10e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_line 0x0000000000000000 0x276 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_str 0x0000000000000000 0x110 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .debug_line_str + 0x0000000000000000 0x26c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .literal 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .text 0x0000000000000000 0x156 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_frame 0x0000000000000000 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_info 0x0000000000000000 0xe47 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_abbrev 0x0000000000000000 0x323 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_loclists + 0x0000000000000000 0x240 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_rnglists + 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_line 0x0000000000000000 0x579 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_str 0x0000000000000000 0x723 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .debug_line_str + 0x0000000000000000 0x417 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .text 0x0000000000000000 0x132 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_frame 0x0000000000000000 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_info 0x0000000000000000 0xdc1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_abbrev 0x0000000000000000 0x2e6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_loclists + 0x0000000000000000 0x1fd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_line 0x0000000000000000 0x4fc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_str 0x0000000000000000 0x71f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .debug_line_str + 0x0000000000000000 0x412 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .text 0x0000000000000000 0x15 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_info 0x0000000000000000 0x869 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_abbrev 0x0000000000000000 0x1d1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_line 0x0000000000000000 0x9b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_str 0x0000000000000000 0x4a1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .debug_line_str + 0x0000000000000000 0x385 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .text 0x0000000000000000 0x19 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_info 0x0000000000000000 0x8b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_abbrev 0x0000000000000000 0x1e3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_line 0x0000000000000000 0x9d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_str 0x0000000000000000 0x4af c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .debug_line_str + 0x0000000000000000 0x382 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .text 0x0000000000000000 0x19 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_info 0x0000000000000000 0x8b7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_abbrev 0x0000000000000000 0x1e8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_loclists + 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_line 0x0000000000000000 0x9d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_str 0x0000000000000000 0x4b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .debug_line_str + 0x0000000000000000 0x385 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .literal 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .text 0x0000000000000000 0x1a6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_info 0x0000000000000000 0x298 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_abbrev 0x0000000000000000 0x139 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_loclists + 0x0000000000000000 0xdd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_line 0x0000000000000000 0x49f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_str 0x0000000000000000 0x1b2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .debug_line_str + 0x0000000000000000 0x310 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .text 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_info 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_abbrev 0x0000000000000000 0xc8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_line 0x0000000000000000 0x7e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_str 0x0000000000000000 0x144 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .debug_line_str + 0x0000000000000000 0x260 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .literal 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .text 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_info 0x0000000000000000 0x889 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_abbrev 0x0000000000000000 0x1d7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_line 0x0000000000000000 0xac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_str 0x0000000000000000 0x4d0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .debug_line_str + 0x0000000000000000 0x36a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .literal 0x0000000000000000 0x84 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x3c6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .bss 0x0000000000000000 0x1a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .rodata.str1.1 + 0x0000000000000000 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_info 0x0000000000000000 0xe28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_abbrev 0x0000000000000000 0x2bd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_loclists + 0x0000000000000000 0x164 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_line 0x0000000000000000 0x9e5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_str 0x0000000000000000 0x5ec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .debug_line_str + 0x0000000000000000 0x424 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .data 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .bss 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .rodata.str1.1 + 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_info 0x0000000000000000 0xcb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_abbrev 0x0000000000000000 0x5e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_line 0x0000000000000000 0x3e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_str 0x0000000000000000 0xee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .debug_line_str + 0x0000000000000000 0x253 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .text 0x0000000000000000 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .rodata.str1.1 + 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_info 0x0000000000000000 0x1cf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_abbrev 0x0000000000000000 0x113 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_loclists + 0x0000000000000000 0xdb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_line 0x0000000000000000 0x257 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_str 0x0000000000000000 0x112 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .debug_line_str + 0x0000000000000000 0x26b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .literal 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .text 0x0000000000000000 0xc4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_info 0x0000000000000000 0xa28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_abbrev 0x0000000000000000 0x27d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_loclists + 0x0000000000000000 0x92 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_line 0x0000000000000000 0x2c9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_str 0x0000000000000000 0x516 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .debug_line_str + 0x0000000000000000 0x36e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .text 0x0000000000000000 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_info 0x0000000000000000 0xfc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_abbrev 0x0000000000000000 0xc1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_loclists + 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_line 0x0000000000000000 0x99 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_str 0x0000000000000000 0xe3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .debug_line_str + 0x0000000000000000 0x25d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .literal 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .text 0x0000000000000000 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_info 0x0000000000000000 0x9a4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_abbrev 0x0000000000000000 0x245 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_loclists + 0x0000000000000000 0xa0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_line 0x0000000000000000 0x229 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_str 0x0000000000000000 0x4eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .debug_line_str + 0x0000000000000000 0x388 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .text 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .data 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_info 0x0000000000000000 0x170 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_abbrev 0x0000000000000000 0xb7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_line 0x0000000000000000 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_str 0x0000000000000000 0x162 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .debug_line_str + 0x0000000000000000 0x2fc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .text 0x0000000000000000 0x7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .bss 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .text 0x0000000000000000 0xa0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_info 0x0000000000000000 0x10e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_abbrev 0x0000000000000000 0x9a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_loclists + 0x0000000000000000 0xf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_line 0x0000000000000000 0x264 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_str 0x0000000000000000 0xe9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .debug_line_str + 0x0000000000000000 0x25f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .literal 0x0000000000000000 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .text 0x0000000000000000 0xc2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_info 0x0000000000000000 0xa11 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_abbrev 0x0000000000000000 0x25a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_loclists + 0x0000000000000000 0x5a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_line 0x0000000000000000 0x2db c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_str 0x0000000000000000 0x512 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .debug_line_str + 0x0000000000000000 0x392 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .literal 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .text 0x0000000000000000 0x20c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_frame 0x0000000000000000 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_info 0x0000000000000000 0xbb6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_abbrev 0x0000000000000000 0x2d9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_loclists + 0x0000000000000000 0x17e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_rnglists + 0x0000000000000000 0x17 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_line 0x0000000000000000 0x6ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_str 0x0000000000000000 0x5a4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .debug_line_str + 0x0000000000000000 0x386 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .text 0x0000000000000000 0x41 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_info 0x0000000000000000 0xbb3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_abbrev 0x0000000000000000 0x241 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_loclists + 0x0000000000000000 0x61 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_line 0x0000000000000000 0x17f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_str 0x0000000000000000 0x6ce c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .debug_line_str + 0x0000000000000000 0x403 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .text 0x0000000000000000 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_frame 0x0000000000000000 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_info 0x0000000000000000 0x88a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_abbrev 0x0000000000000000 0x1e4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_line 0x0000000000000000 0xaa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_str 0x0000000000000000 0x516 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .debug_line_str + 0x0000000000000000 0x373 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .text 0x0000000000000000 0x6c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_line 0x0000000000000000 0x135 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .text 0x0000000000000000 0x81 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_line 0x0000000000000000 0x159 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .init.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .text 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .ctors 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .tm_clone_table + 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .init 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .init 0x0000000000000000 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .fini 0x0000000000000000 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + +Memory Configuration + +Name Origin Length Attributes +iram0_0_seg 0x0000000040080000 0x0000000000020000 xr +iram0_2_seg 0x00000000400d0020 0x000000000032ffe0 xr +dram0_0_seg 0x000000003ffb0000 0x000000000002c200 rw +drom0_0_seg 0x000000003f400020 0x00000000003fffe0 r +rtc_iram_seg 0x00000000400c0000 0x0000000000002000 xrw +rtc_data_seg 0x000000003ff80000 0x0000000000002000 rw +rtc_fast_reserved_seg 0x000000003ff82000 0x0000000000000000 rw +rtc_slow_seg 0x0000000050000000 0x0000000000001fe8 rw +rtc_slow_reserved_seg 0x0000000050001fe8 0x0000000000000018 rw +extern_ram_seg 0x000000003f800000 0x0000000000400000 xrw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x0000000000000000 IDF_TARGET_ESP32 = 0x0 +LOAD CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/cmock/libcmock.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/esp_hid/libesp_hid.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/esp_lcd/libesp_lcd.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/esp_local_ctrl/libesp_local_ctrl.a +LOAD esp-idf/espcoredump/libespcoredump.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/fatfs/libfatfs.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/perfmon/libperfmon.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/wifi_provisioning/libwifi_provisioning.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/app_trace/libapp_trace.a +LOAD esp-idf/unity/libunity.a +LOAD esp-idf/wear_levelling/libwear_levelling.a +LOAD esp-idf/sdmmc/libsdmmc.a +LOAD esp-idf/protocomm/libprotocomm.a +LOAD esp-idf/console/libconsole.a +LOAD esp-idf/protobuf-c/libprotobuf-c.a +LOAD esp-idf/json/libjson.a +LOAD esp-idf/mqtt/libmqtt.a +LOAD esp-idf/spiffs/libspiffs.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/esp_ringbuf/libesp_ringbuf.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/driver/libdriver.a +LOAD esp-idf/esp_pm/libesp_pm.a +LOAD esp-idf/mbedtls/libmbedtls.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/esp_partition/libesp_partition.a +LOAD esp-idf/app_update/libapp_update.a +LOAD esp-idf/esp_mm/libesp_mm.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/pthread/libpthread.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/heap/libheap.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/freertos/libfreertos.a +LOAD esp-idf/newlib/libnewlib.a +LOAD esp-idf/cxx/libcxx.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_timer/libesp_timer.a +LOAD esp-idf/esp_event/libesp_event.a +LOAD esp-idf/nvs_flash/libnvs_flash.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD esp-idf/vfs/libvfs.a +LOAD esp-idf/lwip/liblwip.a +LOAD esp-idf/esp_netif/libesp_netif.a +LOAD esp-idf/wpa_supplicant/libwpa_supplicant.a +LOAD esp-idf/esp_coex/libesp_coex.a +LOAD esp-idf/esp_wifi/libesp_wifi.a +LOAD esp-idf/http_parser/libhttp_parser.a +LOAD esp-idf/esp-tls/libesp-tls.a +LOAD esp-idf/esp_adc/libesp_adc.a +LOAD esp-idf/esp_eth/libesp_eth.a +LOAD esp-idf/esp_gdbstub/libesp_gdbstub.a +LOAD esp-idf/tcp_transport/libtcp_transport.a +LOAD esp-idf/esp_http_client/libesp_http_client.a +LOAD esp-idf/esp_http_server/libesp_http_server.a +LOAD esp-idf/esp_https_ota/libesp_https_ota.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedtls.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a +LOAD esp-idf/mbedtls/mbedtls/library/libmbedx509.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a +LOAD esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a +LOAD esp-idf/newlib/libnewlib.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a +LOAD esp-idf/pthread/libpthread.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a +LOAD esp-idf/cxx/libcxx.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a +LOAD esp-idf/esp_phy/libesp_phy.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libnosys.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + 0x000000003ff40000 PROVIDE (UART0 = 0x3ff40000) + 0x000000003ff42000 PROVIDE (SPI1 = 0x3ff42000) + 0x000000003ff43000 PROVIDE (SPI0 = 0x3ff43000) + 0x000000003ff44000 PROVIDE (GPIO = 0x3ff44000) + [!provide] PROVIDE (SDM = 0x3ff44f00) + 0x000000003ff48000 PROVIDE (RTCCNTL = 0x3ff48000) + 0x000000003ff48400 PROVIDE (RTCIO = 0x3ff48400) + 0x000000003ff48800 PROVIDE (SENS = 0x3ff48800) + [!provide] PROVIDE (HINF = 0x3ff4b000) + [!provide] PROVIDE (UHCI1 = 0x3ff4c000) + [!provide] PROVIDE (I2S0 = 0x3ff4f000) + 0x000000003ff50000 PROVIDE (UART1 = 0x3ff50000) + [!provide] PROVIDE (I2C0 = 0x3ff53000) + [!provide] PROVIDE (UHCI0 = 0x3ff54000) + [!provide] PROVIDE (HOST = 0x3ff55000) + 0x000000003ff56000 PROVIDE (RMT = 0x3ff56000) + 0x000000003ff56800 PROVIDE (RMTMEM = 0x3ff56800) + [!provide] PROVIDE (PCNT = 0x3ff57000) + [!provide] PROVIDE (SLC = 0x3ff58000) + [!provide] PROVIDE (LEDC = 0x3ff59000) + 0x000000003ff5a000 PROVIDE (EFUSE = 0x3ff5a000) + [!provide] PROVIDE (MCPWM0 = 0x3ff5e000) + 0x000000003ff5f000 PROVIDE (TIMERG0 = 0x3ff5f000) + 0x000000003ff60000 PROVIDE (TIMERG1 = 0x3ff60000) + 0x000000003ff64000 PROVIDE (SPI2 = 0x3ff64000) + 0x000000003ff65000 PROVIDE (SPI3 = 0x3ff65000) + [!provide] PROVIDE (SYSCON = 0x3ff66000) + [!provide] PROVIDE (I2C1 = 0x3ff67000) + [!provide] PROVIDE (SDMMC = 0x3ff68000) + [!provide] PROVIDE (EMAC_DMA = 0x3ff69000) + [!provide] PROVIDE (EMAC_EXT = 0x3ff69800) + [!provide] PROVIDE (EMAC_MAC = 0x3ff6a000) + [!provide] PROVIDE (TWAI = 0x3ff6b000) + [!provide] PROVIDE (MCPWM1 = 0x3ff6c000) + [!provide] PROVIDE (I2S1 = 0x3ff6d000) + 0x000000003ff6e000 PROVIDE (UART2 = 0x3ff6e000) + [!provide] PROVIDE (Add2SelfBigHex256 = 0x40015b7c) + [!provide] PROVIDE (AddBigHex256 = 0x40015b28) + [!provide] PROVIDE (AddBigHexModP256 = 0x40015c98) + [!provide] PROVIDE (AddP256 = 0x40015c74) + [!provide] PROVIDE (AddPdiv2_256 = 0x40015ce0) + [!provide] PROVIDE (app_gpio_arg = 0x3ffe003c) + [!provide] PROVIDE (app_gpio_handler = 0x3ffe0040) + [!provide] PROVIDE (BasePoint_x_256 = 0x3ff97488) + [!provide] PROVIDE (BasePoint_y_256 = 0x3ff97468) + [!provide] PROVIDE (bigHexInversion256 = 0x400168f0) + [!provide] PROVIDE (bigHexP256 = 0x3ff973bc) + [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get = 0x40019b0c) + [!provide] PROVIDE (btdm_r_btdm_option_data_p_get = 0x40010004) + [!provide] PROVIDE (btdm_r_btdm_rom_version_get = 0x40010078) + [!provide] PROVIDE (btdm_r_data_init = 0x4001002c) + [!provide] PROVIDE (btdm_r_import_rf_phy_func_p_get = 0x40054298) + [!provide] PROVIDE (btdm_r_ip_func_p_get = 0x40019af0) + [!provide] PROVIDE (btdm_r_ip_func_p_set = 0x40019afc) + [!provide] PROVIDE (btdm_r_modules_func_p_get = 0x4005427c) + [!provide] PROVIDE (btdm_r_modules_func_p_set = 0x40054270) + [!provide] PROVIDE (btdm_r_plf_func_p_set = 0x40054288) + [!provide] PROVIDE (bt_util_buf_env = 0x3ffb8bd4) + 0x00000000400095e0 PROVIDE (cache_flash_mmu_set_rom = 0x400095e0) + 0x0000000040009a14 PROVIDE (Cache_Flush_rom = 0x40009a14) + 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom = 0x40009ab8) + 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom = 0x40009a84) + [!provide] PROVIDE (Cache_Read_Init_rom = 0x40009950) + [!provide] PROVIDE (cache_sram_mmu_set_rom = 0x400097f4) + [!provide] PROVIDE (calc_rtc_memory_crc = 0x40008170) + [!provide] PROVIDE (__clear_cache = 0x40063860) + [!provide] PROVIDE (co_default_bdaddr = 0x3ffae704) + [!provide] PROVIDE (co_null_bdaddr = 0x3ffb80e0) + [!provide] PROVIDE (co_sca2ppm = 0x3ff971e8) + [!provide] PROVIDE (crc16_be = 0x4005d09c) + [!provide] PROVIDE (crc16_le = 0x4005d05c) + [!provide] PROVIDE (crc32_be = 0x4005d024) + 0x000000004005cfec PROVIDE (crc32_le = 0x4005cfec) + [!provide] PROVIDE (crc8_be = 0x4005d114) + [!provide] PROVIDE (crc8_le = 0x4005d0e0) + [!provide] PROVIDE (_data_end_rom = 0x4000d5c8) + [!provide] PROVIDE (_data_end_btdm_rom = 0x4000d4f8) + [!provide] PROVIDE (_data_start_rom = 0x4000d4f8) + [!provide] PROVIDE (_data_start_btdm_rom = 0x4000d4f4) + [!provide] PROVIDE (_data_start_btdm = 0x3ffae6e0) + [!provide] PROVIDE (_data_end_btdm = 0x3ffaff10) + [!provide] PROVIDE (_bss_start_btdm = 0x3ffb8000) + [!provide] PROVIDE (_bss_end_btdm = 0x3ffbff70) + [!provide] PROVIDE (dbg_default_handler = 0x3ff97218) + [!provide] PROVIDE (dbg_default_state = 0x3ff97220) + [!provide] PROVIDE (dbg_state = 0x3ffb8d5d) + [!provide] PROVIDE (DebugE256PublicKey_x = 0x3ff97428) + [!provide] PROVIDE (DebugE256PublicKey_y = 0x3ff97408) + [!provide] PROVIDE (DebugE256SecretKey = 0x3ff973e8) + [!provide] PROVIDE (debug_timer = 0x3ffe042c) + [!provide] PROVIDE (debug_timerfn = 0x3ffe0430) + [!provide] PROVIDE (dh_group14_generator = 0x3ff9ac60) + [!provide] PROVIDE (dh_group14_prime = 0x3ff9ab60) + [!provide] PROVIDE (dh_group15_generator = 0x3ff9ab5f) + [!provide] PROVIDE (dh_group15_prime = 0x3ff9a9df) + [!provide] PROVIDE (dh_group16_generator = 0x3ff9a9de) + [!provide] PROVIDE (dh_group16_prime = 0x3ff9a7de) + [!provide] PROVIDE (dh_group17_generator = 0x3ff9a7dd) + [!provide] PROVIDE (dh_group17_prime = 0x3ff9a4dd) + [!provide] PROVIDE (dh_group18_generator = 0x3ff9a4dc) + [!provide] PROVIDE (dh_group18_prime = 0x3ff9a0dc) + [!provide] PROVIDE (dh_group1_generator = 0x3ff9ae03) + [!provide] PROVIDE (dh_group1_prime = 0x3ff9ada3) + [!provide] PROVIDE (dh_group2_generator = 0x3ff9ada2) + [!provide] PROVIDE (dh_group2_prime = 0x3ff9ad22) + [!provide] PROVIDE (dh_group5_generator = 0x3ff9ad21) + [!provide] PROVIDE (dh_group5_prime = 0x3ff9ac61) + 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus = 0x3ffae290) + [!provide] PROVIDE (ecc_env = 0x3ffb8d60) + [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256 = 0x3ff972e8) + [!provide] PROVIDE (em_buf_env = 0x3ffb8d74) + 0x000000004005d144 PROVIDE (esp_crc8 = 0x4005d144) + [!provide] PROVIDE (_etext = 0x4000d66c) + [!provide] PROVIDE (ets_readySet_ = 0x3ffe01f0) + [!provide] PROVIDE (ets_startup_callback = 0x3ffe0404) + [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) + [!provide] PROVIDE (rwip_priority = 0x3ff99159) + [!provide] PROVIDE (exc_cause_table = 0x3ff991d0) + [!provide] PROVIDE (GF_Jacobian_Point_Addition256 = 0x400163a4) + [!provide] PROVIDE (GF_Jacobian_Point_Double256 = 0x40016260) + [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256 = 0x40016b0c) + [!provide] PROVIDE (g_phyFuns_instance = 0x3ffae0c4) + 0x000000003ffae270 PROVIDE (g_rom_flashchip = 0x3ffae270) + [!provide] PROVIDE (gTxMsg = 0x3ffe0050) + [!provide] PROVIDE (hci_cmd_desc_root_tab = 0x3ff976d4) + [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb = 0x3ff97b70) + [!provide] PROVIDE (hci_cmd_desc_tab_info_par = 0x3ff97b1c) + [!provide] PROVIDE (hci_cmd_desc_tab_le = 0x3ff97870) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl = 0x3ff97fc0) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol = 0x3ff97f3c) + [!provide] PROVIDE (hci_cmd_desc_tab_stat_par = 0x3ff97ac8) + [!provide] PROVIDE (hci_cmd_desc_tab_testing = 0x3ff97a98) + [!provide] PROVIDE (hci_cmd_desc_tab_vs = 0x3ff97714) + [!provide] PROVIDE (hci_command_handler = 0x4004c928) + [!provide] PROVIDE (hci_env = 0x3ffb9350) + [!provide] PROVIDE (rwip_env = 0x3ffb8bcc) + [!provide] PROVIDE (hci_evt_dbg_desc_tab = 0x3ff9750c) + [!provide] PROVIDE (hci_evt_desc_tab = 0x3ff9751c) + [!provide] PROVIDE (hci_evt_le_desc_tab = 0x3ff974b4) + [!provide] PROVIDE (hci_fc_env = 0x3ffb9340) + [!provide] PROVIDE (jd_decomp = 0x400613e8) + [!provide] PROVIDE (jd_prepare = 0x40060fa8) + [!provide] PROVIDE (ke_env = 0x3ffb93cc) + [!provide] PROVIDE (ke_handler_search = 0x4001a430) + [!provide] PROVIDE (ke_task_env = 0x3ffb81d4) + [!provide] PROVIDE (ke_event_env = 0x3ffb81a4) + [!provide] PROVIDE (lb_default_handler = 0x3ff982b8) + [!provide] PROVIDE (lb_default_state_tab_p_get = 0x4001c198) + [!provide] PROVIDE (lb_env = 0x3ffb9424) + [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get = 0x4001c18c) + [!provide] PROVIDE (lb_state = 0x3ffb94e8) + [!provide] PROVIDE (lc_default_handler = 0x3ff98648) + [!provide] PROVIDE (lc_default_state_tab_p_get = 0x4002f494) + [!provide] PROVIDE (lc_env = 0x3ffb94ec) + [!provide] PROVIDE (lc_hci_cmd_handler_tab_p_get = 0x4002f488) + [!provide] PROVIDE (lc_state = 0x3ffb9508) + [!provide] PROVIDE (ld_acl_br_sizes = 0x3ff98a2a) + [!provide] PROVIDE (ld_acl_br_types = 0x3ff98a36) + [!provide] PROVIDE (ld_acl_edr_sizes = 0x3ff98a14) + [!provide] PROVIDE (ld_acl_edr_types = 0x3ff98a22) + [!provide] PROVIDE (ld_env = 0x3ffb9510) + [!provide] PROVIDE (ld_pcm_settings_dft = 0x3ff98a0c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + [!provide] PROVIDE (ld_sync_train_channels = 0x3ff98a3c) + [!provide] PROVIDE (llc_default_handler = 0x3ff98b3c) + [!provide] PROVIDE (llc_default_state_tab_p_get = 0x40046058) + [!provide] PROVIDE (llc_env = 0x3ffb96d0) + [!provide] PROVIDE (llc_hci_acl_data_tx_handler = 0x40042398) + [!provide] PROVIDE (llc_hci_cmd_handler_tab_p_get = 0x40042358) + [!provide] PROVIDE (llc_hci_command_handler = 0x40042360) + [!provide] PROVIDE (llcp_pdu_handler_tab_p_get = 0x40043f64) + [!provide] PROVIDE (llc_state = 0x3ffb96f8) + [!provide] PROVIDE (lldesc_build_chain = 0x4000a850) + [!provide] PROVIDE (lldesc_num2link = 0x4000a948) + [!provide] PROVIDE (lldesc_set_owner = 0x4000a974) + [!provide] PROVIDE (lld_evt_deferred_elt_push = 0x400466b4) + [!provide] PROVIDE (lld_evt_deferred_elt_pop = 0x400466dc) + [!provide] PROVIDE (lld_evt_winsize_change = 0x40046730) + [!provide] PROVIDE (lld_evt_rxwin_compute = 0x400467c8) + [!provide] PROVIDE (lld_evt_slave_time_compute = 0x40046818) + [!provide] PROVIDE (lld_evt_env = 0x3ffb9704) + [!provide] PROVIDE (lld_evt_elt_wait_get = 0x400468e4) + [!provide] PROVIDE (lld_evt_get_next_free_slot = 0x4004692c) + [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab = 0x3ff98c70) + [!provide] PROVIDE (lld_pdu_llcp_pk_desc_tab = 0x3ff98b68) + [!provide] PROVIDE (lld_pdu_tx_flush_list = 0x4004a760) + [!provide] PROVIDE (lld_pdu_pack = 0x4004ab14) + [!provide] PROVIDE (LLM_AA_CT1 = 0x3ff98d8a) + [!provide] PROVIDE (LLM_AA_CT2 = 0x3ff98d88) + [!provide] PROVIDE (llm_default_handler = 0x3ff98d80) + [!provide] PROVIDE (llm_default_state_tab_p_get = 0x4004e718) + [!provide] PROVIDE (llm_hci_cmd_handler_tab_p_get = 0x4004c920) + [!provide] PROVIDE (llm_le_env = 0x3ffb976c) + [!provide] PROVIDE (llm_local_cmds = 0x3ff98d38) + [!provide] PROVIDE (llm_local_data_len_values = 0x3ff98d1c) + [!provide] PROVIDE (llm_local_le_feats = 0x3ff98d30) + [!provide] PROVIDE (llm_local_le_states = 0x3ff98d28) + [!provide] PROVIDE (llm_state = 0x3ffb985c) + [!provide] PROVIDE (lm_default_handler = 0x3ff990e0) + [!provide] PROVIDE (lm_default_state_tab_p_get = 0x40054268) + [!provide] PROVIDE (lm_env = 0x3ffb9860) + [!provide] PROVIDE (lm_hci_cmd_handler_tab_p_get = 0x4005425c) + [!provide] PROVIDE (lm_local_supp_feats = 0x3ff990ee) + [!provide] PROVIDE (lm_n_page_tab = 0x3ff990e8) + [!provide] PROVIDE (lmp_desc_tab = 0x3ff96e6c) + [!provide] PROVIDE (lmp_ext_desc_tab = 0x3ff96d9c) + [!provide] PROVIDE (lm_state = 0x3ffb9a1c) + [!provide] PROVIDE (maxSecretKey_256 = 0x3ff97448) + 0x00000000400095a4 PROVIDE (mmu_init = 0x400095a4) + [!provide] PROVIDE (MultiplyBigHexByUint32_256 = 0x40016214) + [!provide] PROVIDE (MultiplyBigHexModP256 = 0x400160b8) + [!provide] PROVIDE (MultiplyByU32ModP256 = 0x40015fdc) + [!provide] PROVIDE (multofup = 0x4000ab8c) + [!provide] PROVIDE (mz_adler32 = 0x4005edbc) + [!provide] PROVIDE (mz_crc32 = 0x4005ee88) + [!provide] PROVIDE (mz_free = 0x4005eed4) + [!provide] PROVIDE (notEqual256 = 0x40015b04) + [!provide] PROVIDE (one_bits = 0x3ff971f8) + 0x0000000040004100 PROVIDE (phy_get_romfuncs = 0x40004100) + [!provide] PROVIDE (_Pri_4_HandlerAddress = 0x3ffe0648) + [!provide] PROVIDE (_Pri_5_HandlerAddress = 0x3ffe064c) + [!provide] PROVIDE (r_btdm_option_data = 0x3ffae6e0) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc = 0x40010218) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_free = 0x40010234) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc = 0x40010268) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_free = 0x40010280) + [!provide] PROVIDE (r_bt_util_buf_init = 0x400100e4) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc = 0x400101d0) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free = 0x400101ec) + [!provide] PROVIDE (r_bt_util_buf_sync_clear = 0x400103c8) + [!provide] PROVIDE (r_bt_util_buf_sync_init = 0x400102c4) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc = 0x40010468) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_free = 0x4001049c) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc = 0x400103ec) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_free = 0x40010428) + [!provide] PROVIDE (r_co_bdaddr_compare = 0x40014324) + [!provide] PROVIDE (r_co_bytes_to_string = 0x400142e4) + [!provide] PROVIDE (r_co_list_check_size_available = 0x400142c4) + [!provide] PROVIDE (r_co_list_extract = 0x4001404c) + [!provide] PROVIDE (r_co_list_extract_after = 0x40014118) + [!provide] PROVIDE (r_co_list_find = 0x4001419c) + [!provide] PROVIDE (r_co_list_init = 0x40013f14) + [!provide] PROVIDE (r_co_list_insert_after = 0x40014254) + [!provide] PROVIDE (r_co_list_insert_before = 0x40014200) + [!provide] PROVIDE (r_co_list_merge = 0x400141bc) + [!provide] PROVIDE (r_co_list_pool_init = 0x40013f30) + [!provide] PROVIDE (r_co_list_pop_front = 0x40014028) + [!provide] PROVIDE (r_co_list_push_back = 0x40013fb8) + [!provide] PROVIDE (r_co_list_push_front = 0x40013ff4) + [!provide] PROVIDE (r_co_list_size = 0x400142ac) + [!provide] PROVIDE (r_co_nb_good_channels = 0x40014360) + [!provide] PROVIDE (r_co_slot_to_duration = 0x40014348) + [!provide] PROVIDE (r_dbg_init = 0x40014394) + [!provide] PROVIDE (r_dbg_platform_reset_complete = 0x400143d0) + [!provide] PROVIDE (r_dbg_swdiag_init = 0x40014470) + [!provide] PROVIDE (r_dbg_swdiag_read = 0x400144a4) + [!provide] PROVIDE (r_dbg_swdiag_write = 0x400144d0) + [!provide] PROVIDE (r_E1 = 0x400108e8) + [!provide] PROVIDE (r_E21 = 0x40010968) + [!provide] PROVIDE (r_E22 = 0x400109b4) + [!provide] PROVIDE (r_E3 = 0x40010a58) + [!provide] PROVIDE (lm_n192_mod_mul = 0x40011dc0) + [!provide] PROVIDE (lm_n192_mod_add = 0x40011e9c) + [!provide] PROVIDE (lm_n192_mod_sub = 0x40011eec) + [!provide] PROVIDE (r_ea_alarm_clear = 0x40015ab4) + [!provide] PROVIDE (r_ea_alarm_set = 0x40015a10) + [!provide] PROVIDE (r_ea_elt_cancel = 0x400150d0) + [!provide] PROVIDE (r_ea_elt_create = 0x40015264) + [!provide] PROVIDE (r_ea_elt_insert = 0x400152a8) + [!provide] PROVIDE (r_ea_elt_remove = 0x400154f0) + [!provide] PROVIDE (r_ea_finetimer_isr = 0x400155d4) + [!provide] PROVIDE (r_ea_init = 0x40015228) + [!provide] PROVIDE (r_ea_interval_create = 0x4001555c) + [!provide] PROVIDE (r_ea_interval_delete = 0x400155a8) + [!provide] PROVIDE (r_ea_interval_duration_req = 0x4001597c) + [!provide] PROVIDE (r_ea_interval_insert = 0x4001557c) + [!provide] PROVIDE (r_ea_interval_remove = 0x40015590) + [!provide] PROVIDE (ea_conflict_check = 0x40014e9c) + [!provide] PROVIDE (ea_prog_timer = 0x40014f88) + [!provide] PROVIDE (r_ea_offset_req = 0x40015748) + [!provide] PROVIDE (r_ea_sleep_check = 0x40015928) + [!provide] PROVIDE (r_ea_sw_isr = 0x40015724) + [!provide] PROVIDE (r_ea_time_get_halfslot_rounded = 0x40015894) + [!provide] PROVIDE (r_ea_time_get_slot_rounded = 0x400158d4) + [!provide] PROVIDE (r_ecc_abort_key256_generation = 0x40017070) + [!provide] PROVIDE (r_ecc_generate_key256 = 0x40016e00) + [!provide] PROVIDE (r_ecc_gen_new_public_key = 0x400170c0) + [!provide] PROVIDE (r_ecc_gen_new_secret_key = 0x400170e4) + [!provide] PROVIDE (r_ecc_get_debug_Keys = 0x40017224) + [!provide] PROVIDE (r_ecc_init = 0x40016dbc) + [!provide] PROVIDE (ecc_point_multiplication_uint8_256 = 0x40016804) + [!provide] PROVIDE (RecvBuff = 0x3ffe009c) + [!provide] PROVIDE (r_em_buf_init = 0x4001729c) + [!provide] PROVIDE (r_em_buf_rx_buff_addr_get = 0x400173e8) + [!provide] PROVIDE (r_em_buf_rx_free = 0x400173c4) + [!provide] PROVIDE (r_em_buf_tx_buff_addr_get = 0x40017404) + [!provide] PROVIDE (r_em_buf_tx_free = 0x4001741c) + [!provide] PROVIDE (r_F1_256 = 0x400133e4) + [!provide] PROVIDE (r_F2_256 = 0x40013568) + [!provide] PROVIDE (r_F3_256 = 0x40013664) + [!provide] PROVIDE (RFPLL_ICP_TABLE = 0x3ffb8b7c) + [!provide] PROVIDE (r_G_256 = 0x40013470) + [!provide] PROVIDE (r_H3 = 0x40013760) + [!provide] PROVIDE (r_H4 = 0x40013830) + [!provide] PROVIDE (r_h4tl_init = 0x40017878) + [!provide] PROVIDE (r_h4tl_start = 0x40017924) + [!provide] PROVIDE (r_h4tl_stop = 0x40017934) + [!provide] PROVIDE (r_h4tl_write = 0x400178d0) + [!provide] PROVIDE (r_H5 = 0x400138dc) + [!provide] PROVIDE (r_hashConcat = 0x40013a38) + [!provide] PROVIDE (r_hci_acl_tx_data_alloc = 0x4001951c) + [!provide] PROVIDE (r_hci_acl_tx_data_received = 0x40019654) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register = 0x40018900) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister = 0x400189ac) + [!provide] PROVIDE (r_hci_bt_acl_conhdl_register = 0x4001895c) + [!provide] PROVIDE (r_hci_cmd_get_max_param_size = 0x400192d0) + [!provide] PROVIDE (r_hci_cmd_received = 0x400192f8) + [!provide] PROVIDE (r_hci_evt_filter_add = 0x40018a64) + [!provide] PROVIDE (r_hci_evt_mask_set = 0x400189e4) + [!provide] PROVIDE (r_hci_fc_acl_buf_size_set = 0x40017988) + [!provide] PROVIDE (r_hci_fc_acl_en = 0x400179d8) + [!provide] PROVIDE (r_hci_fc_acl_packet_sent = 0x40017a3c) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets = 0x40017aa4) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets = 0x40017ac8) + [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete = 0x40017a6c) + [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete = 0x40017a88) + [!provide] PROVIDE (r_hci_fc_init = 0x40017974) + [!provide] PROVIDE (r_hci_fc_sync_buf_size_set = 0x400179b0) + [!provide] PROVIDE (r_hci_fc_sync_en = 0x40017a30) + [!provide] PROVIDE (r_hci_fc_sync_packet_sent = 0x40017a54) + [!provide] PROVIDE (r_hci_init = 0x40018538) + [!provide] PROVIDE (r_hci_look_for_cmd_desc = 0x40018454) + [!provide] PROVIDE (r_hci_look_for_dbg_evt_desc = 0x400184c4) + [!provide] PROVIDE (r_hci_look_for_evt_desc = 0x400184a0) + [!provide] PROVIDE (r_hci_look_for_le_evt_desc = 0x400184e0) + [!provide] PROVIDE (r_hci_reset = 0x4001856c) + [!provide] PROVIDE (r_hci_send_2_host = 0x400185bc) + [!provide] PROVIDE (r_hci_sync_tx_data_alloc = 0x40019754) + [!provide] PROVIDE (r_hci_sync_tx_data_received = 0x400197c0) + [!provide] PROVIDE (r_hci_tl_init = 0x40019290) + [!provide] PROVIDE (r_hci_tl_send = 0x40019228) + [!provide] PROVIDE (r_hci_util_pack = 0x40019874) + [!provide] PROVIDE (r_hci_util_unpack = 0x40019998) + [!provide] PROVIDE (r_hci_voice_settings_get = 0x40018bdc) + [!provide] PROVIDE (r_hci_voice_settings_set = 0x40018be8) + [!provide] PROVIDE (r_HMAC = 0x40013968) + [!provide] PROVIDE (r_import_rf_phy_func = 0x3ffb8354) + [!provide] PROVIDE (r_import_rf_phy_func_p = 0x3ffafd64) + [!provide] PROVIDE (r_ip_funcs = 0x3ffae710) + [!provide] PROVIDE (r_ip_funcs_p = 0x3ffae70c) + [!provide] PROVIDE (r_ke_check_malloc = 0x40019de0) + [!provide] PROVIDE (r_ke_event_callback_set = 0x40019ba8) + [!provide] PROVIDE (r_ke_event_clear = 0x40019c2c) + [!provide] PROVIDE (r_ke_event_flush = 0x40019ccc) + [!provide] PROVIDE (r_ke_event_get = 0x40019c78) + [!provide] PROVIDE (r_ke_event_get_all = 0x40019cc0) + [!provide] PROVIDE (r_ke_event_init = 0x40019b90) + [!provide] PROVIDE (r_ke_event_schedule = 0x40019cdc) + [!provide] PROVIDE (r_ke_event_set = 0x40019be0) + [!provide] PROVIDE (r_ke_flush = 0x4001a374) + [!provide] PROVIDE (r_ke_free = 0x4001a014) + [!provide] PROVIDE (r_ke_get_max_mem_usage = 0x4001a1c8) + [!provide] PROVIDE (r_ke_get_mem_usage = 0x4001a1a0) + [!provide] PROVIDE (r_ke_init = 0x4001a318) + [!provide] PROVIDE (r_ke_is_free = 0x4001a184) + [!provide] PROVIDE (r_ke_malloc = 0x40019eb4) + [!provide] PROVIDE (r_ke_mem_init = 0x40019d3c) + [!provide] PROVIDE (r_ke_mem_is_empty = 0x40019d8c) + [!provide] PROVIDE (r_ke_msg_alloc = 0x4001a1e0) + [!provide] PROVIDE (r_ke_msg_dest_id_get = 0x4001a2e0) + [!provide] PROVIDE (r_ke_msg_discard = 0x4001a850) + [!provide] PROVIDE (r_ke_msg_forward = 0x4001a290) + [!provide] PROVIDE (r_ke_msg_forward_new_id = 0x4001a2ac) + [!provide] PROVIDE (r_ke_msg_free = 0x4001a2cc) + [!provide] PROVIDE (r_ke_msg_in_queue = 0x4001a2f8) + [!provide] PROVIDE (r_ke_msg_save = 0x4001a858) + [!provide] PROVIDE (r_ke_msg_send = 0x4001a234) + [!provide] PROVIDE (r_ke_msg_send_basic = 0x4001a26c) + [!provide] PROVIDE (r_ke_msg_src_id_get = 0x4001a2ec) + [!provide] PROVIDE (r_ke_queue_extract = 0x40055fd0) + [!provide] PROVIDE (r_ke_queue_insert = 0x40056020) + [!provide] PROVIDE (r_ke_sleep_check = 0x4001a3d8) + [!provide] PROVIDE (r_ke_state_get = 0x4001a7d8) + [!provide] PROVIDE (r_ke_state_set = 0x4001a6fc) + [!provide] PROVIDE (r_ke_stats_get = 0x4001a3f0) + [!provide] PROVIDE (r_ke_task_check = 0x4001a8a4) + [!provide] PROVIDE (r_ke_task_create = 0x4001a674) + [!provide] PROVIDE (r_ke_task_delete = 0x4001a6c0) + [!provide] PROVIDE (r_ke_task_init = 0x4001a650) + [!provide] PROVIDE (r_ke_task_msg_flush = 0x4001a860) + [!provide] PROVIDE (r_ke_timer_active = 0x4001ac08) + [!provide] PROVIDE (r_ke_timer_adjust_all = 0x4001ac30) + [!provide] PROVIDE (r_ke_timer_clear = 0x4001ab90) + [!provide] PROVIDE (r_ke_timer_init = 0x4001aa9c) + [!provide] PROVIDE (r_ke_timer_set = 0x4001aac0) + [!provide] PROVIDE (r_ke_timer_sleep_check = 0x4001ac50) + [!provide] PROVIDE (r_KPrimC = 0x40010ad4) + [!provide] PROVIDE (r_lb_clk_adj_activate = 0x4001ae70) + [!provide] PROVIDE (r_lb_clk_adj_id_get = 0x4001af14) + [!provide] PROVIDE (r_lb_clk_adj_period_update = 0x4001af20) + [!provide] PROVIDE (r_lb_init = 0x4001acd4) + [!provide] PROVIDE (r_lb_mst_key = 0x4001afc0) + [!provide] PROVIDE (r_lb_mst_key_cmp = 0x4001af74) + [!provide] PROVIDE (r_lb_mst_key_restart_enc = 0x4001b0d4) + [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc = 0x4001b198) + [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc = 0x4001b24c) + [!provide] PROVIDE (r_lb_reset = 0x4001ad38) + [!provide] PROVIDE (r_lb_send_lmp = 0x4001adbc) + [!provide] PROVIDE (r_lb_send_pdu_clk_adj = 0x4001af3c) + [!provide] PROVIDE (r_lb_util_get_csb_mode = 0x4001ada4) + [!provide] PROVIDE (r_lb_util_get_nb_broadcast = 0x4001ad80) + [!provide] PROVIDE (r_lb_util_get_res_lt_addr = 0x4001ad98) + [!provide] PROVIDE (r_lb_util_set_nb_broadcast = 0x4001ad8c) + [!provide] PROVIDE (r_lc_afh_set = 0x4001cc74) + [!provide] PROVIDE (r_lc_afh_start = 0x4001d240) + [!provide] PROVIDE (r_lc_auth_cmp = 0x4001cd54) + [!provide] PROVIDE (r_lc_calc_link_key = 0x4001ce7c) + [!provide] PROVIDE (r_lc_chg_pkt_type_cmp = 0x4001d038) + [!provide] PROVIDE (r_lc_chg_pkt_type_cont = 0x4001cfbc) + [!provide] PROVIDE (r_lc_chg_pkt_type_retry = 0x4001d0ac) + [!provide] PROVIDE (r_lc_chk_to = 0x4001d2a8) + [!provide] PROVIDE (r_lc_cmd_stat_send = 0x4001c914) + [!provide] PROVIDE (r_lc_comb_key_svr = 0x4001d30c) + [!provide] PROVIDE (r_lc_con_cmp = 0x4001d44c) + [!provide] PROVIDE (r_lc_con_cmp_evt_send = 0x4001d4fc) + [!provide] PROVIDE (r_lc_conn_seq_done = 0x40021334) + [!provide] PROVIDE (r_lc_detach = 0x4002037c) + [!provide] PROVIDE (r_lc_dhkey = 0x4001d564) + [!provide] PROVIDE (r_lc_enc_cmp = 0x4001d8bc) + [!provide] PROVIDE (r_lc_enc_key_refresh = 0x4001d720) + [!provide] PROVIDE (r_lc_end_chk_colli = 0x4001d858) + [!provide] PROVIDE (r_lc_end_of_sniff_nego = 0x4001d9a4) + [!provide] PROVIDE (r_lc_enter_sniff_mode = 0x4001ddb8) + [!provide] PROVIDE (r_lc_epr_change_lk = 0x4001db38) + [!provide] PROVIDE (r_lc_epr_cmp = 0x4001da88) + [!provide] PROVIDE (r_lc_epr_resp = 0x4001e0b4) + [!provide] PROVIDE (r_lc_epr_rsw_cmp = 0x4001dd40) + [!provide] PROVIDE (r_lc_ext_feat = 0x40020d6c) + [!provide] PROVIDE (r_lc_feat = 0x40020984) + [!provide] PROVIDE (r_lc_hl_connect = 0x400209e8) + [!provide] PROVIDE (r_lc_init = 0x4001c948) + [!provide] PROVIDE (r_lc_init_calc_f3 = 0x4001deb0) + [!provide] PROVIDE (r_lc_initiator_epr = 0x4001e064) + [!provide] PROVIDE (r_lc_init_passkey_loop = 0x4001dfc0) + [!provide] PROVIDE (r_lc_init_start_mutual_auth = 0x4001df60) + [!provide] PROVIDE (r_lc_key_exch_end = 0x4001e140) + [!provide] PROVIDE (r_lc_legacy_pair = 0x4001e1c0) + [!provide] PROVIDE (r_lc_local_switch = 0x4001e22c) + [!provide] PROVIDE (r_lc_local_trans_mode = 0x4001e2e4) + [!provide] PROVIDE (r_lc_local_untrans_mode = 0x4001e3a0) + [!provide] PROVIDE (r_lc_loc_auth = 0x40020ecc) + [!provide] PROVIDE (r_lc_locepr_lkref = 0x4001d648) + [!provide] PROVIDE (r_lc_locepr_rsw = 0x4001d5d0) + [!provide] PROVIDE (r_lc_loc_sniff = 0x40020a6c) + [!provide] PROVIDE (r_lc_max_slot_mgt = 0x4001e410) + [!provide] PROVIDE (r_lc_mst_key = 0x4001e7c0) + [!provide] PROVIDE (r_lc_mst_qos_done = 0x4001ea80) + [!provide] PROVIDE (r_lc_mst_send_mst_key = 0x4001e8f4) + [!provide] PROVIDE (r_lc_mutual_auth_end = 0x4001e670) + [!provide] PROVIDE (r_lc_mutual_auth_end2 = 0x4001e4f4) + [!provide] PROVIDE (r_lc_packet_type = 0x40021038) + [!provide] PROVIDE (r_lc_pair = 0x40020ddc) + [!provide] PROVIDE (r_lc_pairing_cont = 0x4001eafc) + [!provide] PROVIDE (r_lc_passkey_comm = 0x4001ed20) + [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj = 0x40021430) + [!provide] PROVIDE (r_lc_proc_rcv_dhkey = 0x4001edec) + [!provide] PROVIDE (r_lc_ptt = 0x4001ee2c) + [!provide] PROVIDE (r_lc_ptt_cmp = 0x4001eeec) + [!provide] PROVIDE (r_lc_qos_setup = 0x4001ef50) + [!provide] PROVIDE (r_lc_rd_rem_name = 0x4001efd0) + [!provide] PROVIDE (r_lc_release = 0x4001f8a8) + [!provide] PROVIDE (r_lc_rem_enc = 0x4001f124) + [!provide] PROVIDE (r_lc_rem_name_cont = 0x4001f290) + [!provide] PROVIDE (r_lc_rem_nego_trans_mode = 0x4001f1b4) + [!provide] PROVIDE (r_lc_rem_sniff = 0x40020ca4) + [!provide] PROVIDE (r_lc_rem_sniff_sub_rate = 0x40020b10) + [!provide] PROVIDE (r_lc_rem_switch = 0x4001f070) + [!provide] PROVIDE (r_lc_rem_trans_mode = 0x4001f314) + [!provide] PROVIDE (r_lc_rem_unsniff = 0x400207a0) + [!provide] PROVIDE (r_lc_rem_untrans_mode = 0x4001f36c) + [!provide] PROVIDE (r_lc_reset = 0x4001c99c) + [!provide] PROVIDE (r_lc_resp_auth = 0x4001f518) + [!provide] PROVIDE (r_lc_resp_calc_f3 = 0x4001f710) + [!provide] PROVIDE (r_lc_resp_num_comp = 0x40020074) + [!provide] PROVIDE (r_lc_resp_oob_nonce = 0x4001f694) + [!provide] PROVIDE (r_lc_resp_oob_wait_nonce = 0x4001f66c) + [!provide] PROVIDE (r_lc_resp_pair = 0x400208a4) + [!provide] PROVIDE (r_lc_resp_sec_auth = 0x4001f4a0) + [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont = 0x4001f86c) + [!provide] PROVIDE (r_lc_restart_enc = 0x4001f8ec) + [!provide] PROVIDE (r_lc_restart_enc_cont = 0x4001f940) + [!provide] PROVIDE (r_lc_restore_afh_reporting = 0x4001f028) + [!provide] PROVIDE (r_lc_restore_to = 0x4001f9e0) + [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg = 0x4001fa30) + [!provide] PROVIDE (r_lc_rsw_clean_up = 0x4001dc70) + [!provide] PROVIDE (r_lc_rsw_done = 0x4001db94) + [!provide] PROVIDE (r_lc_sco_baseband_ack = 0x40022b00) + [!provide] PROVIDE (r_lc_sco_detach = 0x40021e40) + [!provide] PROVIDE (r_lc_sco_host_accept = 0x40022118) + [!provide] PROVIDE (r_lc_sco_host_reject = 0x400222b8) + [!provide] PROVIDE (r_lc_sco_host_request = 0x40021f4c) + [!provide] PROVIDE (r_lc_sco_host_request_disc = 0x4002235c) + [!provide] PROVIDE (r_lc_sco_init = 0x40021dc8) + [!provide] PROVIDE (r_lc_sco_peer_accept = 0x40022780) + [!provide] PROVIDE (r_lc_sco_peer_accept_disc = 0x40022a08) + [!provide] PROVIDE (r_lc_sco_peer_reject = 0x40022824) + [!provide] PROVIDE (r_lc_sco_peer_reject_disc = 0x40022a8c) + [!provide] PROVIDE (r_lc_sco_peer_request = 0x4002240c) + [!provide] PROVIDE (r_lc_sco_peer_request_disc = 0x400228ec) + [!provide] PROVIDE (r_lc_sco_release = 0x40021eec) + [!provide] PROVIDE (r_lc_sco_reset = 0x40021dfc) + [!provide] PROVIDE (r_lc_sco_timeout = 0x40022bd4) + [!provide] PROVIDE (r_lc_sec_auth_compute_sres = 0x4001f3ec) + [!provide] PROVIDE (r_lc_semi_key_cmp = 0x40020294) + [!provide] PROVIDE (r_lc_send_enc_chg_evt = 0x4002134c) + [!provide] PROVIDE (r_lc_send_enc_mode = 0x40020220) + [!provide] PROVIDE (r_lc_send_lmp = 0x4001c1a8) + [!provide] PROVIDE (r_lc_send_pdu_acc = 0x4001c21c) + [!provide] PROVIDE (r_lc_send_pdu_acc_ext4 = 0x4001c240) + [!provide] PROVIDE (r_lc_send_pdu_au_rand = 0x4001c308) + [!provide] PROVIDE (r_lc_send_pdu_auto_rate = 0x4001c5d0) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack = 0x4001c46c) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req = 0x4001c494) + [!provide] PROVIDE (r_lc_send_pdu_comb_key = 0x4001c368) + [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk = 0x4001c8e8) + [!provide] PROVIDE (r_lc_send_pdu_encaps_head = 0x4001c440) + [!provide] PROVIDE (r_lc_send_pdu_encaps_payl = 0x4001c410) + [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req = 0x4001c670) + [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req = 0x4001c5a8) + [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req = 0x4001c6ec) + [!provide] PROVIDE (r_lc_send_pdu_feats_res = 0x4001c694) + [!provide] PROVIDE (r_lc_send_pdu_in_rand = 0x4001c338) + [!provide] PROVIDE (r_lc_send_pdu_io_cap_res = 0x4001c72c) + [!provide] PROVIDE (r_lc_send_pdu_lsto = 0x4001c64c) + [!provide] PROVIDE (r_lc_send_pdu_max_slot = 0x4001c3c8) + [!provide] PROVIDE (r_lc_send_pdu_max_slot_req = 0x4001c3ec) + [!provide] PROVIDE (r_lc_send_pdu_not_acc = 0x4001c26c) + [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4 = 0x4001c294) + [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail = 0x4001c770) + [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req = 0x4001c794) + [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req = 0x4001c7c0) + [!provide] PROVIDE (r_lc_send_pdu_ptt_req = 0x4001c4c0) + [!provide] PROVIDE (r_lc_send_pdu_qos_req = 0x4001c82c) + [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req = 0x4001c7e4) + [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req = 0x4001c580) + [!provide] PROVIDE (r_lc_send_pdu_set_afh = 0x4001c2c8) + [!provide] PROVIDE (r_lc_send_pdu_setup_cmp = 0x4001c808) + [!provide] PROVIDE (r_lc_send_pdu_slot_off = 0x4001c854) + [!provide] PROVIDE (r_lc_send_pdu_sniff_req = 0x4001c5f0) + [!provide] PROVIDE (r_lc_send_pdu_sp_cfm = 0x4001c518) + [!provide] PROVIDE (r_lc_send_pdu_sp_nb = 0x4001c4e8) + [!provide] PROVIDE (r_lc_send_pdu_sres = 0x4001c548) + [!provide] PROVIDE (r_lc_send_pdu_tim_acc = 0x4001c6cc) + [!provide] PROVIDE (r_lc_send_pdu_unit_key = 0x4001c398) + [!provide] PROVIDE (r_lc_send_pdu_unsniff_req = 0x4001c894) + [!provide] PROVIDE (r_lc_send_pdu_vers_req = 0x4001c8b4) + [!provide] PROVIDE (r_lc_skip_hl_oob_req = 0x400201bc) + [!provide] PROVIDE (r_lc_sniff_init = 0x40022cac) + [!provide] PROVIDE (r_lc_sniff_max_slot_chg = 0x40020590) + [!provide] PROVIDE (r_lc_sniff_reset = 0x40022cc8) + [!provide] PROVIDE (r_lc_sniff_slot_unchange = 0x40021100) + [!provide] PROVIDE (r_lc_sniff_sub_mode = 0x400204fc) + [!provide] PROVIDE (r_lc_sp_end = 0x400213a8) + [!provide] PROVIDE (r_lc_sp_fail = 0x40020470) + [!provide] PROVIDE (r_lc_sp_oob_tid_fail = 0x400204cc) + [!provide] PROVIDE (r_lc_ssr_nego = 0x4002125c) + [!provide] PROVIDE (r_lc_start = 0x4001ca28) + [!provide] PROVIDE (r_lc_start_enc = 0x4001fb28) + [!provide] PROVIDE (r_lc_start_enc_key_size = 0x4001fd9c) + [!provide] PROVIDE (r_lc_start_key_exch = 0x4001fe10) + [!provide] PROVIDE (r_lc_start_lmp_to = 0x4001fae8) + [!provide] PROVIDE (r_lc_start_oob = 0x4001fffc) + [!provide] PROVIDE (r_lc_start_passkey = 0x4001feac) + [!provide] PROVIDE (r_lc_start_passkey_loop = 0x4001ff88) + [!provide] PROVIDE (r_lc_stop_afh_report = 0x40020184) + [!provide] PROVIDE (r_lc_stop_enc = 0x40020110) + [!provide] PROVIDE (r_lc_switch_cmp = 0x40020448) + [!provide] PROVIDE (r_lc_unit_key_svr = 0x400206d8) + [!provide] PROVIDE (r_lc_unsniff = 0x40020c50) + [!provide] PROVIDE (r_lc_unsniff_cmp = 0x40020810) + [!provide] PROVIDE (r_lc_unsniff_cont = 0x40020750) + [!provide] PROVIDE (r_lc_upd_to = 0x4002065c) + [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type = 0x4002f9b0) + [!provide] PROVIDE (r_lc_util_get_max_packet_size = 0x4002f4ac) + [!provide] PROVIDE (r_lc_util_get_offset_clke = 0x4002f538) + [!provide] PROVIDE (r_lc_util_get_offset_clkn = 0x4002f51c) + [!provide] PROVIDE (r_lc_util_set_loc_trans_coll = 0x4002f500) + [!provide] PROVIDE (r_lc_version = 0x40020a30) + [!provide] PROVIDE (lc_set_encap_pdu_data_p192 = 0x4002e4c8) + [!provide] PROVIDE (lc_set_encap_pdu_data_p256 = 0x4002e454) + [!provide] PROVIDE (lm_get_auth_method = 0x40023420) + [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + [!provide] PROVIDE (lm_get_auth_method = 0x40023420) + [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + [!provide] PROVIDE (lmp_clk_adj_req_handler = 0x4002751c) + [!provide] PROVIDE (lmp_feats_res_ext_handler = 0x4002cac4) + [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + [!provide] PROVIDE (lmp_pkt_type_tbl_req_handler = 0x40027574) + [!provide] PROVIDE (lmp_esco_link_req_handler = 0x40027610) + [!provide] PROVIDE (lmp_rmv_esco_link_req_handler = 0x400276e8) + [!provide] PROVIDE (lmp_ch_class_req_handler = 0x40027730) + [!provide] PROVIDE (lmp_ch_class_handler = 0x4002ca18) + [!provide] PROVIDE (lmp_ssr_req_handler = 0x4002780c) + [!provide] PROVIDE (lmp_ssr_res_handler = 0x40027900) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + [!provide] PROVIDE (lmp_pause_enc_req_handler = 0x4002df90) + [!provide] PROVIDE (lmp_resume_enc_req_handler = 0x4002e084) + [!provide] PROVIDE (lmp_num_comparison_fail_handler = 0x40027a74) + [!provide] PROVIDE (lmp_passkey_fail_handler = 0x40027aec) + [!provide] PROVIDE (lmp_keypress_notif_handler = 0x4002c5c8) + [!provide] PROVIDE (lmp_pwr_ctrl_req_handler = 0x400263bc) + [!provide] PROVIDE (lmp_pwr_ctrl_res_handler = 0x40026480) + [!provide] PROVIDE (lmp_auto_rate_handler = 0x40026548) + [!provide] PROVIDE (lmp_pref_rate_handler = 0x4002657c) + [!provide] PROVIDE (lmp_name_req_handler = 0x40025050) + [!provide] PROVIDE (lmp_name_res_handler = 0x400250bc) + [!provide] PROVIDE (lmp_not_accepted_handler = 0x400251d0) + [!provide] PROVIDE (lmp_accepted_handler = 0x4002e894) + [!provide] PROVIDE (lmp_clk_off_req_handler = 0x40025a44) + [!provide] PROVIDE (lmp_clk_off_res_handler = 0x40025ab8) + [!provide] PROVIDE (lmp_detach_handler = 0x40025b74) + [!provide] PROVIDE (lmp_tempkey_handler = 0x4002b6b0) + [!provide] PROVIDE (lmp_temprand_handler = 0x4002b74c) + [!provide] PROVIDE (lmp_sres_handler = 0x4002b840) + [!provide] PROVIDE (lmp_aurand_handler = 0x4002bda0) + [!provide] PROVIDE (lmp_unitkey_handler = 0x4002c13c) + [!provide] PROVIDE (lmp_combkey_handler = 0x4002c234) + [!provide] PROVIDE (lmp_inrand_handler = 0x4002c414) + [!provide] PROVIDE (lmp_oob_fail_handler = 0x40027b84) + [!provide] PROVIDE (lmp_ping_req_handler = 0x40027c08) + [!provide] PROVIDE (lmp_ping_res_handler = 0x40027c5c) + [!provide] PROVIDE (lmp_enc_mode_req_handler = 0x40025c60) + [!provide] PROVIDE (lmp_enc_key_size_req_handler = 0x40025e54) + [!provide] PROVIDE (lmp_switch_req_handler = 0x40025f84) + [!provide] PROVIDE (lmp_start_enc_req_handler = 0x4002e124) + [!provide] PROVIDE (lmp_stop_enc_req_handler = 0x4002de30) + [!provide] PROVIDE (lmp_sniff_req_handler = 0x400260c8) + [!provide] PROVIDE (lmp_unsniff_req_handler = 0x400261e0) + [!provide] PROVIDE (lmp_incr_pwr_req_handler = 0x4002629c) + [!provide] PROVIDE (lmp_decr_pwr_req_handler = 0x400262f8) + [!provide] PROVIDE (lmp_max_pwr_handler = 0x40026354) + [!provide] PROVIDE (lmp_min_pwr_handler = 0x40026388) + [!provide] PROVIDE (lmp_ver_req_handler = 0x400265f0) + [!provide] PROVIDE (lmp_ver_res_handler = 0x40026670) + [!provide] PROVIDE (lmp_qos_handler = 0x40026790) + [!provide] PROVIDE (lmp_qos_req_handler = 0x40026844) + [!provide] PROVIDE (lmp_sco_link_req_handler = 0x40026930) + [!provide] PROVIDE (lmp_rmv_sco_link_req_handler = 0x40026a10) + [!provide] PROVIDE (lmp_max_slot_handler = 0x40026a54) + [!provide] PROVIDE (lmp_max_slot_req_handler = 0x40026aac) + [!provide] PROVIDE (lmp_timing_accu_req_handler = 0x40026b54) + [!provide] PROVIDE (lmp_timing_accu_res_handler = 0x40026bcc) + [!provide] PROVIDE (lmp_setup_cmp_handler = 0x40026c84) + [!provide] PROVIDE (lmp_feats_res_handler = 0x4002b548) + [!provide] PROVIDE (lmp_feats_req_handler = 0x4002b620) + [!provide] PROVIDE (lmp_host_con_req_handler = 0x4002b3d8) + [!provide] PROVIDE (lmp_use_semi_perm_key_handler = 0x4002b4c4) + [!provide] PROVIDE (lmp_slot_off_handler = 0x40026cc8) + [!provide] PROVIDE (lmp_page_mode_req_handler = 0x40026d0c) + [!provide] PROVIDE (lmp_page_scan_mode_req_handler = 0x40026d4c) + [!provide] PROVIDE (lmp_supv_to_handler = 0x40026d94) + [!provide] PROVIDE (lmp_test_activate_handler = 0x40026e7c) + [!provide] PROVIDE (lmp_test_ctrl_handler = 0x40026ee4) + [!provide] PROVIDE (lmp_enc_key_size_mask_req_handler = 0x40027038) + [!provide] PROVIDE (lmp_enc_key_size_mask_res_handler = 0x400270a4) + [!provide] PROVIDE (lmp_set_afh_handler = 0x4002b2e4) + [!provide] PROVIDE (lmp_encaps_hdr_handler = 0x40027120) + [!provide] PROVIDE (lmp_encaps_payl_handler = 0x4002e590) + [!provide] PROVIDE (lmp_sp_nb_handler = 0x4002acf0) + [!provide] PROVIDE (lmp_sp_cfm_handler = 0x4002b170) + [!provide] PROVIDE (lmp_dhkey_chk_handler = 0x4002ab48) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + [!provide] PROVIDE (lmp_io_cap_res_handler = 0x4002c670) + [!provide] PROVIDE (lmp_io_cap_req_handler = 0x4002c7a4) + [!provide] PROVIDE (lc_cmd_cmp_bd_addr_send = 0x4002cec4) + [!provide] PROVIDE (ld_acl_tx_packet_type_select = 0x4002fb40) + [!provide] PROVIDE (ld_acl_sched = 0x40033268) + [!provide] PROVIDE (ld_acl_sniff_sched = 0x4003340c) + [!provide] PROVIDE (ld_acl_sniff_exit = 0x400312b4) + [!provide] PROVIDE (ld_acl_rx = 0x4003274c) + [!provide] PROVIDE (ld_acl_tx = 0x4002ffdc) + [!provide] PROVIDE (ld_acl_rx_sync = 0x4002fbec) + [!provide] PROVIDE (ld_acl_rx_sync2 = 0x4002fd8c) + [!provide] PROVIDE (ld_acl_rx_no_sync = 0x4002fe78) + [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) + [!provide] PROVIDE (ld_acl_rsw_frm_cbk = 0x40033bb0) + [!provide] PROVIDE (ld_sco_modify = 0x40031778) + [!provide] PROVIDE (lm_cmd_cmp_send = 0x40051838) + [!provide] PROVIDE (ld_sco_frm_cbk = 0x400349dc) + [!provide] PROVIDE (ld_sco_evt_stop_cbk = 0x40031d78) + [!provide] PROVIDE (ld_acl_rsw_evt_start_cbk = 0x40031154) + [!provide] PROVIDE (ld_acl_sco_rsvd_check = 0x4002fa94) + [!provide] PROVIDE (ld_acl_sniff_frm_cbk = 0x4003482c) + [!provide] PROVIDE (ld_inq_end = 0x4003ab48) + [!provide] PROVIDE (ld_inq_sched = 0x4003aba4) + [!provide] PROVIDE (ld_inq_frm_cbk = 0x4003ae4c) + [!provide] PROVIDE (ld_pscan_frm_cbk = 0x4003ebe4) + [!provide] PROVIDE (r_ld_acl_active_hop_types_get = 0x40036e10) + [!provide] PROVIDE (r_ld_acl_afh_confirm = 0x40036d40) + [!provide] PROVIDE (r_ld_acl_afh_prepare = 0x40036c84) + [!provide] PROVIDE (r_ld_acl_afh_set = 0x40036b60) + [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set = 0x40036810) + [!provide] PROVIDE (r_ld_acl_bcst_rx_dec = 0x40036394) + [!provide] PROVIDE (r_ld_acl_bit_off_get = 0x40036b18) + [!provide] PROVIDE (r_ld_acl_clk_adj_set = 0x40036a00) + [!provide] PROVIDE (r_ld_acl_clk_off_get = 0x40036b00) + [!provide] PROVIDE (r_ld_acl_clk_set = 0x40036950) + [!provide] PROVIDE (r_ld_acl_clock_offset_get = 0x400364c0) + [!provide] PROVIDE (r_ld_acl_current_tx_power_get = 0x400368f0) + [!provide] PROVIDE (r_ld_acl_data_flush = 0x400357bc) + [!provide] PROVIDE (r_ld_acl_data_tx = 0x4003544c) + [!provide] PROVIDE (r_ld_acl_edr_set = 0x4003678c) + [!provide] PROVIDE (r_ld_acl_enc_key_load = 0x40036404) + [!provide] PROVIDE (r_ld_acl_flow_off = 0x40035400) + [!provide] PROVIDE (r_ld_acl_flow_on = 0x4003541c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_get = 0x40035f9c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_set = 0x40035fe0) + [!provide] PROVIDE (r_ld_acl_init = 0x40034d08) + [!provide] PROVIDE (r_ld_acl_lmp_flush = 0x40035d80) + [!provide] PROVIDE (r_ld_acl_lmp_tx = 0x40035b34) + [!provide] PROVIDE (r_ld_acl_lsto_get = 0x400366b4) + [!provide] PROVIDE (r_ld_acl_lsto_set = 0x400366f8) + [!provide] PROVIDE (r_ld_acl_reset = 0x40034d24) + [!provide] PROVIDE (r_ld_acl_role_get = 0x40036b30) + [!provide] PROVIDE (r_ld_acl_rssi_delta_get = 0x40037028) + [!provide] PROVIDE (r_ld_acl_rsw_req = 0x40035e74) + [!provide] PROVIDE (r_ld_acl_rx_enc = 0x40036344) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_get = 0x40036e58) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_set = 0x40036ea0) + [!provide] PROVIDE (r_ld_acl_slot_offset_get = 0x4003653c) + [!provide] PROVIDE (r_ld_acl_slot_offset_set = 0x40036658) + [!provide] PROVIDE (r_ld_acl_sniff = 0x4003617c) + [!provide] PROVIDE (r_ld_acl_sniff_trans = 0x400360a8) + [!provide] PROVIDE (r_ld_acl_ssr_set = 0x40036274) + [!provide] PROVIDE (r_ld_acl_start = 0x40034ddc) + [!provide] PROVIDE (r_ld_acl_stop = 0x4003532c) + [!provide] PROVIDE (r_ld_acl_test_mode_set = 0x40036f24) + [!provide] PROVIDE (r_ld_acl_timing_accuracy_set = 0x4003673c) + [!provide] PROVIDE (r_ld_acl_t_poll_get = 0x40036024) + [!provide] PROVIDE (r_ld_acl_t_poll_set = 0x40036068) + [!provide] PROVIDE (r_ld_acl_tx_enc = 0x400362f8) + [!provide] PROVIDE (ld_acl_frm_cbk = 0x40034414) + [!provide] PROVIDE (ld_acl_rsw_end = 0x40032bc0) + [!provide] PROVIDE (ld_acl_end = 0x40033140) + [!provide] PROVIDE (ld_acl_resched = 0x40033814) + [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (r_ld_acl_unsniff = 0x400361e0) + [!provide] PROVIDE (r_ld_active_check = 0x4003cac4) + [!provide] PROVIDE (r_ld_afh_ch_assess_data_get = 0x4003caec) + [!provide] PROVIDE (r_ld_bcst_acl_data_tx = 0x40038d3c) + [!provide] PROVIDE (r_ld_bcst_acl_init = 0x40038bd0) + [!provide] PROVIDE (r_ld_bcst_acl_reset = 0x40038bdc) + [!provide] PROVIDE (r_ld_bcst_acl_start = 0x4003882c) + [!provide] PROVIDE (r_ld_bcst_afh_update = 0x40038f3c) + [!provide] PROVIDE (r_ld_bcst_enc_key_load = 0x4003906c) + [!provide] PROVIDE (r_ld_bcst_lmp_tx = 0x40038bf8) + [!provide] PROVIDE (r_ld_bcst_tx_enc = 0x40038ff8) + [!provide] PROVIDE (r_ld_bd_addr_get = 0x4003ca20) + [!provide] PROVIDE (r_ld_channel_assess = 0x4003c184) + [!provide] PROVIDE (r_ld_class_of_dev_get = 0x4003ca34) + [!provide] PROVIDE (r_ld_class_of_dev_set = 0x4003ca50) + [!provide] PROVIDE (r_ld_csb_rx_afh_update = 0x40039af4) + [!provide] PROVIDE (r_ld_csb_rx_init = 0x40039690) + [!provide] PROVIDE (r_ld_csb_rx_reset = 0x4003969c) + [!provide] PROVIDE (r_ld_csb_rx_start = 0x4003972c) + [!provide] PROVIDE (r_ld_csb_rx_stop = 0x40039bb8) + [!provide] PROVIDE (r_ld_csb_tx_afh_update = 0x4003a5fc) + [!provide] PROVIDE (r_ld_csb_tx_clr_data = 0x4003a71c) + [!provide] PROVIDE (r_ld_csb_tx_dis = 0x4003a5e8) + [!provide] PROVIDE (r_ld_csb_tx_en = 0x4003a1c0) + [!provide] PROVIDE (r_ld_csb_tx_init = 0x4003a0e8) + [!provide] PROVIDE (r_ld_csb_tx_reset = 0x4003a0f8) + [!provide] PROVIDE (r_ld_csb_tx_set_data = 0x4003a6c0) + [!provide] PROVIDE (r_ld_fm_clk_isr = 0x4003a7a8) + [!provide] PROVIDE (r_ld_fm_frame_isr = 0x4003a82c) + [!provide] PROVIDE (r_ld_fm_init = 0x4003a760) + [!provide] PROVIDE (r_ld_fm_prog_check = 0x4003ab28) + [!provide] PROVIDE (r_ld_fm_prog_disable = 0x4003a984) + [!provide] PROVIDE (r_ld_fm_prog_enable = 0x4003a944) + [!provide] PROVIDE (r_ld_fm_prog_push = 0x4003a9d4) + [!provide] PROVIDE (r_ld_fm_reset = 0x4003a794) + [!provide] PROVIDE (r_ld_fm_rx_isr = 0x4003a7f4) + [!provide] PROVIDE (r_ld_fm_sket_isr = 0x4003a8a4) + [!provide] PROVIDE (r_ld_init = 0x4003c294) + [!provide] PROVIDE (r_ld_inq_init = 0x4003b15c) + [!provide] PROVIDE (r_ld_inq_reset = 0x4003b168) + [!provide] PROVIDE (r_ld_inq_start = 0x4003b1f0) + [!provide] PROVIDE (r_ld_inq_stop = 0x4003b4f0) + [!provide] PROVIDE (r_ld_iscan_eir_get = 0x4003c118) + [!provide] PROVIDE (r_ld_iscan_eir_set = 0x4003bfa0) + [!provide] PROVIDE (r_ld_iscan_init = 0x4003b9f0) + [!provide] PROVIDE (r_ld_iscan_reset = 0x4003ba14) + [!provide] PROVIDE (r_ld_iscan_restart = 0x4003ba44) + [!provide] PROVIDE (r_ld_iscan_start = 0x4003bb28) + [!provide] PROVIDE (r_ld_iscan_stop = 0x4003bf1c) + [!provide] PROVIDE (r_ld_iscan_tx_pwr_get = 0x4003c138) + [!provide] PROVIDE (r_ld_page_init = 0x4003d808) + [!provide] PROVIDE (r_ld_page_reset = 0x4003d814) + [!provide] PROVIDE (r_ld_page_start = 0x4003d848) + [!provide] PROVIDE (r_ld_page_stop = 0x4003da54) + [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust = 0x4003e324) + [!provide] PROVIDE (r_ld_pca_init = 0x4003deb4) + [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging = 0x4003e4ac) + [!provide] PROVIDE (r_ld_pca_local_config = 0x4003df6c) + [!provide] PROVIDE (r_ld_pca_mws_frame_sync = 0x4003e104) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt = 0x4003e278) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt = 0x4003e280) + [!provide] PROVIDE (r_ld_pca_reporting_enable = 0x4003e018) + [!provide] PROVIDE (r_ld_pca_reset = 0x4003df0c) + [!provide] PROVIDE (r_ld_pca_update_target_offset = 0x4003e050) + [!provide] PROVIDE (r_ld_pscan_evt_handler = 0x4003f238) + [!provide] PROVIDE (r_ld_pscan_init = 0x4003f474) + [!provide] PROVIDE (r_ld_pscan_reset = 0x4003f498) + [!provide] PROVIDE (r_ld_pscan_restart = 0x4003f4b8) + [!provide] PROVIDE (r_ld_pscan_start = 0x4003f514) + [!provide] PROVIDE (r_ld_pscan_stop = 0x4003f618) + [!provide] PROVIDE (r_ld_read_clock = 0x4003c9e4) + [!provide] PROVIDE (r_ld_reset = 0x4003c714) + [!provide] PROVIDE (r_ld_sched_acl_add = 0x4003f978) + [!provide] PROVIDE (r_ld_sched_acl_remove = 0x4003f99c) + [!provide] PROVIDE (r_ld_sched_compute = 0x4003f6f8) + [!provide] PROVIDE (r_ld_sched_init = 0x4003f7ac) + [!provide] PROVIDE (r_ld_sched_inq_add = 0x4003f8a8) + [!provide] PROVIDE (r_ld_sched_inq_remove = 0x4003f8d0) + [!provide] PROVIDE (r_ld_sched_iscan_add = 0x4003f7e8) + [!provide] PROVIDE (r_ld_sched_iscan_remove = 0x4003f808) + [!provide] PROVIDE (r_ld_sched_page_add = 0x4003f910) + [!provide] PROVIDE (r_ld_sched_page_remove = 0x4003f938) + [!provide] PROVIDE (r_ld_sched_pscan_add = 0x4003f828) + [!provide] PROVIDE (r_ld_sched_pscan_remove = 0x4003f848) + [!provide] PROVIDE (r_ld_sched_reset = 0x4003f7d4) + [!provide] PROVIDE (r_ld_sched_sco_add = 0x4003fa4c) + [!provide] PROVIDE (r_ld_sched_sco_remove = 0x4003fa9c) + [!provide] PROVIDE (r_ld_sched_sniff_add = 0x4003f9c4) + [!provide] PROVIDE (r_ld_sched_sniff_remove = 0x4003fa0c) + [!provide] PROVIDE (r_ld_sched_sscan_add = 0x4003f868) + [!provide] PROVIDE (r_ld_sched_sscan_remove = 0x4003f888) + [!provide] PROVIDE (r_ld_sco_audio_isr = 0x40037cc8) + [!provide] PROVIDE (r_ld_sco_data_tx = 0x40037ee8) + [!provide] PROVIDE (r_ld_sco_start = 0x40037110) + [!provide] PROVIDE (r_ld_sco_stop = 0x40037c40) + [!provide] PROVIDE (r_ld_sco_update = 0x40037a74) + [!provide] PROVIDE (r_ld_sscan_activated = 0x4004031c) + [!provide] PROVIDE (r_ld_sscan_init = 0x400402f0) + [!provide] PROVIDE (r_ld_sscan_reset = 0x400402fc) + [!provide] PROVIDE (r_ld_sscan_start = 0x40040384) + [!provide] PROVIDE (r_ld_strain_init = 0x400409f4) + [!provide] PROVIDE (r_ld_strain_reset = 0x40040a00) + [!provide] PROVIDE (r_ld_strain_start = 0x40040a8c) + [!provide] PROVIDE (r_ld_strain_stop = 0x40040df0) + [!provide] PROVIDE (r_ld_timing_accuracy_get = 0x4003caac) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_get = 0x4004131c) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_set = 0x40041308) + [!provide] PROVIDE (r_ld_util_bch_create = 0x40040fcc) + [!provide] PROVIDE (r_ld_util_fhs_pk = 0x400411c8) + [!provide] PROVIDE (r_ld_util_fhs_unpk = 0x40040e54) + [!provide] PROVIDE (r_ld_util_stp_pk = 0x400413f4) + [!provide] PROVIDE (r_ld_util_stp_unpk = 0x40041324) + [!provide] PROVIDE (r_ld_version_get = 0x4003ca6c) + [!provide] PROVIDE (r_ld_wlcoex_set = 0x4003caf8) + [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map = 0x40041574) + [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map = 0x4004150c) + [!provide] PROVIDE (r_llc_ch_assess_local = 0x40041494) + [!provide] PROVIDE (r_llc_ch_assess_merge_ch = 0x40041588) + [!provide] PROVIDE (r_llc_ch_assess_reass_ch = 0x400415c0) + [!provide] PROVIDE (r_llc_common_cmd_complete_send = 0x40044eac) + [!provide] PROVIDE (r_llc_common_cmd_status_send = 0x40044ee0) + [!provide] PROVIDE (r_llc_common_enc_change_evt_send = 0x40044f6c) + [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send = 0x40044f38) + [!provide] PROVIDE (r_llc_common_flush_occurred_send = 0x40044f0c) + [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send = 0x40045000) + [!provide] PROVIDE (r_llc_con_update_complete_send = 0x40044d68) + [!provide] PROVIDE (r_llc_con_update_finished = 0x4004518c) + [!provide] PROVIDE (r_llc_con_update_ind = 0x40045038) + [!provide] PROVIDE (r_llc_discon_event_complete_send = 0x40044a30) + [!provide] PROVIDE (r_llc_end_evt_defer = 0x40046330) + [!provide] PROVIDE (r_llc_feats_rd_event_send = 0x40044e0c) + [!provide] PROVIDE (r_llc_init = 0x40044778) + [!provide] PROVIDE (r_llc_le_con_cmp_evt_send = 0x40044a78) + [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send = 0x40043f94) + [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send = 0x400442fc) + [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send = 0x40044358) + [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send = 0x400442c4) + [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send = 0x40044064) + [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send = 0x40044160) + [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send = 0x400443b4) + [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send = 0x400443f0) + [!provide] PROVIDE (r_llc_llcp_get_autorize = 0x4004475c) + [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send = 0x40044574) + [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send = 0x400445ac) + [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send = 0x40043fd8) + [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send = 0x40044010) + [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send = 0x4004454c) + [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send = 0x40044560) + [!provide] PROVIDE (r_llc_llcp_recv_handler = 0x40044678) + [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send = 0x4004425c) + [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send = 0x4004441c) + [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send = 0x400441f8) + [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send = 0x400444b0) + [!provide] PROVIDE (r_llc_llcp_tester_send = 0x400445e4) + [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu = 0x40044534) + [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send = 0x40043f6c) + [!provide] PROVIDE (r_llc_lsto_con_update = 0x40045098) + [!provide] PROVIDE (r_llc_ltk_req_send = 0x40044dc0) + [!provide] PROVIDE (r_llc_map_update_finished = 0x40045260) + [!provide] PROVIDE (r_llc_map_update_ind = 0x400450f0) + [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer = 0x400464dc) + [!provide] PROVIDE (r_llc_pdu_defer = 0x40046528) + [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer = 0x400463ac) + [!provide] PROVIDE (r_llc_reset = 0x400447b8) + [!provide] PROVIDE (r_llc_start = 0x400447f4) + [!provide] PROVIDE (r_llc_stop = 0x400449ac) + [!provide] PROVIDE (r_llc_util_bw_mgt = 0x4004629c) + [!provide] PROVIDE (r_llc_util_clear_operation_ptr = 0x40046234) + [!provide] PROVIDE (r_llc_util_dicon_procedure = 0x40046130) + [!provide] PROVIDE (r_llc_util_get_free_conhdl = 0x400460c8) + [!provide] PROVIDE (r_llc_util_get_nb_active_link = 0x40046100) + [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin = 0x400461f4) + [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable = 0x400461c8) + [!provide] PROVIDE (r_llc_util_update_channel_map = 0x400461ac) + [!provide] PROVIDE (r_llc_version_rd_event_send = 0x40044e60) + [!provide] PROVIDE (r_lld_adv_start = 0x40048b38) + [!provide] PROVIDE (r_lld_adv_stop = 0x40048ea0) + [!provide] PROVIDE (r_lld_ch_map_ind = 0x4004a2f4) + [!provide] PROVIDE (r_lld_con_param_req = 0x40049f0c) + [!provide] PROVIDE (r_lld_con_param_rsp = 0x40049e00) + [!provide] PROVIDE (r_lld_con_start = 0x400491f8) + [!provide] PROVIDE (r_lld_con_stop = 0x40049fdc) + [!provide] PROVIDE (r_lld_con_update_after_param_req = 0x40049bcc) + [!provide] PROVIDE (r_lld_con_update_ind = 0x4004a30c) + [!provide] PROVIDE (r_lld_con_update_req = 0x40049b60) + [!provide] PROVIDE (r_lld_core_reset = 0x40048a9c) + [!provide] PROVIDE (r_lld_crypt_isr = 0x4004a324) + [!provide] PROVIDE (r_lld_evt_adv_create = 0x400481f4) + [!provide] PROVIDE (r_lld_evt_canceled = 0x400485c8) + [!provide] PROVIDE (r_lld_evt_channel_next = 0x40046aac) + [!provide] PROVIDE (r_lld_evt_deffered_elt_handler = 0x400482bc) + [!provide] PROVIDE (r_lld_evt_delete_elt_handler = 0x40046974) + [!provide] PROVIDE (r_lld_evt_delete_elt_push = 0x40046a3c) + [!provide] PROVIDE (r_lld_evt_drift_compute = 0x40047670) + [!provide] PROVIDE (r_lld_evt_elt_delete = 0x40047538) + [!provide] PROVIDE (r_lld_evt_elt_insert = 0x400474c8) + [!provide] PROVIDE (r_lld_evt_end = 0x400483e8) + [!provide] PROVIDE (r_lld_evt_end_isr = 0x4004862c) + [!provide] PROVIDE (r_lld_evt_init = 0x40046b3c) + [!provide] PROVIDE (r_lld_evt_init_evt = 0x40046cd0) + [!provide] PROVIDE (r_lld_evt_move_to_master = 0x40047ba0) + [!provide] PROVIDE (r_lld_evt_move_to_slave = 0x40047e18) + [!provide] PROVIDE (r_lld_evt_prevent_stop = 0x40047adc) + [!provide] PROVIDE (r_lld_evt_restart = 0x40046d50) + [!provide] PROVIDE (r_lld_evt_rx = 0x40048578) + [!provide] PROVIDE (r_lld_evt_rx_isr = 0x40048678) + [!provide] PROVIDE (r_lld_evt_scan_create = 0x40047ae8) + [!provide] PROVIDE (r_lld_evt_schedule = 0x40047908) + [!provide] PROVIDE (r_lld_evt_schedule_next = 0x400477dc) + [!provide] PROVIDE (r_lld_evt_schedule_next_instant = 0x400476a8) + [!provide] PROVIDE (r_lld_evt_slave_update = 0x40048138) + [!provide] PROVIDE (r_lld_evt_update_create = 0x40047cd8) + [!provide] PROVIDE (r_lld_get_mode = 0x40049ff8) + [!provide] PROVIDE (r_lld_init = 0x4004873c) + [!provide] PROVIDE (r_lld_move_to_master = 0x400499e0) + [!provide] PROVIDE (r_lld_move_to_slave = 0x4004a024) + [!provide] PROVIDE (r_lld_pdu_adv_pack = 0x4004b488) + [!provide] PROVIDE (r_lld_pdu_check = 0x4004ac34) + [!provide] PROVIDE (r_lld_pdu_data_send = 0x4004b018) + [!provide] PROVIDE (r_lld_pdu_data_tx_push = 0x4004aecc) + [!provide] PROVIDE (r_lld_pdu_rx_handler = 0x4004b4d4) + [!provide] PROVIDE (r_lld_pdu_send_packet = 0x4004b774) + [!provide] PROVIDE (r_lld_pdu_tx_flush = 0x4004b414) + [!provide] PROVIDE (r_lld_pdu_tx_loop = 0x4004ae40) + [!provide] PROVIDE (r_lld_pdu_tx_prog = 0x4004b120) + [!provide] PROVIDE (r_lld_pdu_tx_push = 0x4004b080) + [!provide] PROVIDE (r_lld_ral_renew_req = 0x4004a73c) + [!provide] PROVIDE (r_lld_scan_start = 0x40048ee0) + [!provide] PROVIDE (r_lld_scan_stop = 0x40049190) + [!provide] PROVIDE (r_lld_test_mode_rx = 0x4004a540) + [!provide] PROVIDE (r_lld_test_mode_tx = 0x4004a350) + [!provide] PROVIDE (r_lld_test_stop = 0x4004a710) + [!provide] PROVIDE (r_lld_util_anchor_point_move = 0x4004bacc) + [!provide] PROVIDE (r_lld_util_compute_ce_max = 0x4004bc0c) + [!provide] PROVIDE (r_lld_util_connection_param_set = 0x4004ba40) + [!provide] PROVIDE (r_lld_util_dle_set_cs_fields = 0x4004ba90) + [!provide] PROVIDE (r_lld_util_eff_tx_time_set = 0x4004bd88) + [!provide] PROVIDE (r_lld_util_elt_programmed = 0x4004bce0) + [!provide] PROVIDE (r_lld_util_flush_list = 0x4004bbd8) + [!provide] PROVIDE (r_lld_util_freq2chnl = 0x4004b9e4) + [!provide] PROVIDE (r_lld_util_get_bd_address = 0x4004b8ac) + [!provide] PROVIDE (r_lld_util_get_local_offset = 0x4004ba10) + [!provide] PROVIDE (r_lld_util_get_peer_offset = 0x4004ba24) + [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt = 0x4004bd80) + [!provide] PROVIDE (r_lld_util_instant_get = 0x4004b890) + [!provide] PROVIDE (r_lld_util_instant_ongoing = 0x4004bbfc) + [!provide] PROVIDE (r_lld_util_priority_set = 0x4004bd10) + [!provide] PROVIDE (r_lld_util_priority_update = 0x4004bd78) + [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew = 0x4004b980) + [!provide] PROVIDE (r_lld_util_set_bd_address = 0x4004b8f8) + [!provide] PROVIDE (r_lld_wlcoex_set = 0x4004bd98) + [!provide] PROVIDE (r_llm_ble_ready = 0x4004cc34) + [!provide] PROVIDE (r_llm_common_cmd_complete_send = 0x4004d288) + [!provide] PROVIDE (r_llm_common_cmd_status_send = 0x4004d2b4) + [!provide] PROVIDE (r_llm_con_req_ind = 0x4004cc54) + [!provide] PROVIDE (r_llm_con_req_tx_cfm = 0x4004d158) + [!provide] PROVIDE (r_llm_create_con = 0x4004de78) + [!provide] PROVIDE (r_llm_encryption_done = 0x4004dff8) + [!provide] PROVIDE (r_llm_encryption_start = 0x4004e128) + [!provide] PROVIDE (r_llm_end_evt_defer = 0x4004eb6c) + [!provide] PROVIDE (r_llm_init = 0x4004c9f8) + [!provide] PROVIDE (r_llm_le_adv_report_ind = 0x4004cdf4) + [!provide] PROVIDE (r_llm_pdu_defer = 0x4004ec48) + [!provide] PROVIDE (r_llm_ral_clear = 0x4004e1fc) + [!provide] PROVIDE (r_llm_ral_dev_add = 0x4004e23c) + [!provide] PROVIDE (r_llm_ral_dev_rm = 0x4004e3bc) + [!provide] PROVIDE (r_llm_ral_get_rpa = 0x4004e400) + [!provide] PROVIDE (r_llm_ral_set_timeout = 0x4004e4a0) + [!provide] PROVIDE (r_llm_ral_update = 0x4004e4f8) + [!provide] PROVIDE (r_llm_set_adv_data = 0x4004d960) + [!provide] PROVIDE (r_llm_set_adv_en = 0x4004d7ec) + [!provide] PROVIDE (r_llm_set_adv_param = 0x4004d5f4) + [!provide] PROVIDE (r_llm_set_scan_en = 0x4004db64) + [!provide] PROVIDE (r_llm_set_scan_param = 0x4004dac8) + [!provide] PROVIDE (r_llm_set_scan_rsp_data = 0x4004da14) + [!provide] PROVIDE (r_llm_test_mode_start_rx = 0x4004d534) + [!provide] PROVIDE (r_llm_test_mode_start_tx = 0x4004d2fc) + [!provide] PROVIDE (r_llm_util_adv_data_update = 0x4004e8fc) + [!provide] PROVIDE (r_llm_util_apply_bd_addr = 0x4004e868) + [!provide] PROVIDE (r_llm_util_bd_addr_in_ral = 0x4004eb08) + [!provide] PROVIDE (r_llm_util_bd_addr_in_wl = 0x4004e788) + [!provide] PROVIDE (r_llm_util_bd_addr_wl_position = 0x4004e720) + [!provide] PROVIDE (r_llm_util_bl_add = 0x4004e9ac) + [!provide] PROVIDE (r_llm_util_bl_check = 0x4004e930) + [!provide] PROVIDE (r_llm_util_bl_rem = 0x4004ea70) + [!provide] PROVIDE (r_llm_util_check_address_validity = 0x4004e7e4) + [!provide] PROVIDE (r_llm_util_check_evt_mask = 0x4004e8b0) + [!provide] PROVIDE (r_llm_util_check_map_validity = 0x4004e800) + [!provide] PROVIDE (r_llm_util_get_channel_map = 0x4004e8d4) + [!provide] PROVIDE (r_llm_util_get_supp_features = 0x4004e8e8) + [!provide] PROVIDE (r_llm_util_set_public_addr = 0x4004e89c) + [!provide] PROVIDE (r_llm_wl_clr = 0x4004dc54) + [!provide] PROVIDE (r_llm_wl_dev_add = 0x4004dcc0) + [!provide] PROVIDE (r_llm_wl_dev_add_hdl = 0x4004dd38) + [!provide] PROVIDE (r_llm_wl_dev_rem = 0x4004dcfc) + [!provide] PROVIDE (r_llm_wl_dev_rem_hdl = 0x4004dde0) + [!provide] PROVIDE (r_lm_acl_disc = 0x4004f148) + [!provide] PROVIDE (r_LM_AddSniff = 0x40022d20) + [!provide] PROVIDE (r_lm_add_sync = 0x40051358) + [!provide] PROVIDE (r_lm_afh_activate_timer = 0x4004f444) + [!provide] PROVIDE (r_lm_afh_ch_ass_en_get = 0x4004f3f8) + [!provide] PROVIDE (r_lm_afh_host_ch_class_get = 0x4004f410) + [!provide] PROVIDE (r_lm_afh_master_ch_map_get = 0x4004f43c) + [!provide] PROVIDE (r_lm_afh_peer_ch_class_set = 0x4004f418) + [!provide] PROVIDE (r_lm_check_active_sync = 0x40051334) + [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest = 0x4002f90c) + [!provide] PROVIDE (r_LM_CheckSwitchInstant = 0x4002f8c0) + [!provide] PROVIDE (r_lm_check_sync_hl_rsp = 0x4005169c) + [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear = 0x4004f514) + [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set = 0x4004f4d8) + [!provide] PROVIDE (r_LM_ComputePacketType = 0x4002f554) + [!provide] PROVIDE (r_LM_ComputeSniffSubRate = 0x400233ac) + [!provide] PROVIDE (r_lm_debug_key_compare_192 = 0x4004f3a8) + [!provide] PROVIDE (r_lm_debug_key_compare_256 = 0x4004f3d0) + [!provide] PROVIDE (r_lm_dhkey_calc_init = 0x40013234) + [!provide] PROVIDE (r_lm_dhkey_compare = 0x400132d8) + [!provide] PROVIDE (r_lm_dut_mode_en_get = 0x4004f3ec) + [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize = 0x4001aca4) + [!provide] PROVIDE (r_lm_f1 = 0x40012bb8) + [!provide] PROVIDE (r_lm_f2 = 0x40012cfc) + [!provide] PROVIDE (r_lm_f3 = 0x40013050) + [!provide] PROVIDE (r_lm_g = 0x40012f90) + [!provide] PROVIDE (r_LM_GetAFHSwitchInstant = 0x4002f86c) + [!provide] PROVIDE (r_lm_get_auth_en = 0x4004f1ac) + [!provide] PROVIDE (r_lm_get_common_pkt_types = 0x4002fa1c) + [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout = 0x4004f1f4) + [!provide] PROVIDE (r_LM_GetFeature = 0x4002f924) + [!provide] PROVIDE (r_LM_GetLinkTimeout = 0x400233ec) + [!provide] PROVIDE (r_LM_GetLocalNameSeg = 0x4004f200) + [!provide] PROVIDE (r_lm_get_loopback_mode = 0x4004f248) + [!provide] PROVIDE (r_LM_GetMasterEncKeySize = 0x4001b29c) + [!provide] PROVIDE (r_LM_GetMasterEncRand = 0x4001b288) + [!provide] PROVIDE (r_LM_GetMasterKey = 0x4001b260) + [!provide] PROVIDE (r_LM_GetMasterKeyRand = 0x4001b274) + [!provide] PROVIDE (r_lm_get_min_sync_intv = 0x400517a8) + [!provide] PROVIDE (r_lm_get_nb_acl = 0x4004ef9c) + [!provide] PROVIDE (r_lm_get_nb_sync_link = 0x4005179c) + [!provide] PROVIDE (r_lm_get_nonce = 0x400131c4) + [!provide] PROVIDE (r_lm_get_oob_local_commit = 0x4004f374) + [!provide] PROVIDE (r_lm_get_oob_local_data_192 = 0x4004f2d4) + [!provide] PROVIDE (r_lm_get_oob_local_data_256 = 0x4004f318) + [!provide] PROVIDE (r_LM_GetPINType = 0x4004f1e8) + [!provide] PROVIDE (r_lm_get_priv_key_192 = 0x4004f278) + [!provide] PROVIDE (r_lm_get_priv_key_256 = 0x4004f2b8) + [!provide] PROVIDE (r_lm_get_pub_key_192 = 0x4004f258) + [!provide] PROVIDE (r_lm_get_pub_key_256 = 0x4004f298) + [!provide] PROVIDE (r_LM_GetQoSParam = 0x4002f6e0) + [!provide] PROVIDE (r_lm_get_sec_con_host_supp = 0x4004f1d4) + [!provide] PROVIDE (r_LM_GetSniffSubratingParam = 0x4002325c) + [!provide] PROVIDE (r_lm_get_sp_en = 0x4004f1c0) + [!provide] PROVIDE (r_LM_GetSwitchInstant = 0x4002f7f8) + [!provide] PROVIDE (r_lm_get_synchdl = 0x4005175c) + [!provide] PROVIDE (r_lm_get_sync_param = 0x400503b4) + [!provide] PROVIDE (r_lm_init = 0x4004ed34) + [!provide] PROVIDE (r_lm_init_sync = 0x400512d8) + [!provide] PROVIDE (r_lm_is_acl_con = 0x4004f47c) + [!provide] PROVIDE (r_lm_is_acl_con_role = 0x4004f49c) + [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending = 0x4004f4e8) + [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending = 0x4004f4c8) + [!provide] PROVIDE (r_lm_local_ext_fr_configured = 0x4004f540) + [!provide] PROVIDE (r_lm_look_for_stored_link_key = 0x4002f948) + [!provide] PROVIDE (r_lm_look_for_sync = 0x40051774) + [!provide] PROVIDE (r_lm_lt_addr_alloc = 0x4004ef1c) + [!provide] PROVIDE (r_lm_lt_addr_free = 0x4004ef74) + [!provide] PROVIDE (r_lm_lt_addr_reserve = 0x4004ef48) + [!provide] PROVIDE (r_LM_MakeCof = 0x4002f84c) + [!provide] PROVIDE (r_LM_MakeRandVec = 0x400112d8) + [!provide] PROVIDE (r_lm_master_clk_adj_req_handler = 0x40054180) + [!provide] PROVIDE (r_LM_MaxSlot = 0x4002f694) + [!provide] PROVIDE (r_lm_modif_sync = 0x40051578) + [!provide] PROVIDE (r_lm_n_is_zero = 0x40012170) + [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set = 0x4004f500) + [!provide] PROVIDE (r_lm_oob_f1 = 0x40012e54) + [!provide] PROVIDE (r_lm_pca_sscan_link_get = 0x4004f560) + [!provide] PROVIDE (r_lm_pca_sscan_link_set = 0x4004f550) + [!provide] PROVIDE (nvds_null_read = 0x400542a0) + [!provide] PROVIDE (nvds_null_write = 0x400542a8) + [!provide] PROVIDE (nvds_null_erase = 0x400542b0) + [!provide] PROVIDE (nvds_read = 0x400542c4) + [!provide] PROVIDE (nvds_write = 0x400542fc) + [!provide] PROVIDE (nvds_erase = 0x40054334) + [!provide] PROVIDE (nvds_init_memory = 0x40054358) + [!provide] PROVIDE (r_lmp_pack = 0x4001135c) + [!provide] PROVIDE (r_lmp_unpack = 0x4001149c) + [!provide] PROVIDE (r_lm_read_features = 0x4004f0d8) + [!provide] PROVIDE (r_LM_RemoveSniff = 0x40023124) + [!provide] PROVIDE (r_LM_RemoveSniffSubrating = 0x400233c4) + [!provide] PROVIDE (r_lm_remove_sync = 0x400517c8) + [!provide] PROVIDE (r_lm_reset_sync = 0x40051304) + [!provide] PROVIDE (r_lm_role_switch_finished = 0x4004f028) + [!provide] PROVIDE (r_lm_role_switch_start = 0x4004efe0) + [!provide] PROVIDE (r_lm_sco_nego_end = 0x40051828) + [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired = 0x40023334) + [!provide] PROVIDE (r_LM_SniffSubratingHlReq = 0x40023154) + [!provide] PROVIDE (r_LM_SniffSubratingPeerReq = 0x400231dc) + [!provide] PROVIDE (r_lm_sp_debug_mode_get = 0x4004f398) + [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf = 0x400123c0) + [!provide] PROVIDE (r_lm_sp_n_one = 0x400123a4) + [!provide] PROVIDE (r_lm_sp_p192_add = 0x40012828) + [!provide] PROVIDE (r_lm_sp_p192_dbl = 0x4001268c) + [!provide] PROVIDE (r_lm_sp_p192_invert = 0x40012b6c) + [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine = 0x40012468) + [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine = 0x400124e4) + [!provide] PROVIDE (r_lm_sp_p192_point_to_inf = 0x40012458) + [!provide] PROVIDE (r_lm_sp_pre_compute_points = 0x40012640) + [!provide] PROVIDE (r_lm_sp_sha256_calculate = 0x400121a0) + [!provide] PROVIDE (r_LM_SuppressAclPacket = 0x4002f658) + [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get = 0x4004f404) + [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType = 0x4002f5d8) + [!provide] PROVIDE (r_LM_UpdateAclPacketType = 0x4002f584) + [!provide] PROVIDE (r_modules_funcs = 0x3ffafd6c) + [!provide] PROVIDE (r_modules_funcs_p = 0x3ffafd68) + [!provide] PROVIDE (r_nvds_del = 0x400544c4) + [!provide] PROVIDE (r_nvds_get = 0x40054488) + [!provide] PROVIDE (r_nvds_init = 0x40054410) + [!provide] PROVIDE (r_nvds_lock = 0x400544fc) + [!provide] PROVIDE (r_nvds_put = 0x40054534) + [!provide] PROVIDE (rom_abs_temp = 0x400054f0) + [!provide] PROVIDE (rom_bb_bss_bw_40_en = 0x4000401c) + [!provide] PROVIDE (rom_bb_bss_cbw40_dig = 0x40003bac) + [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en = 0x40003734) + [!provide] PROVIDE (rom_bb_tx_ht20_cen = 0x40003760) + [!provide] PROVIDE (rom_bb_wdg_test_en = 0x40003b70) + [!provide] PROVIDE (rom_cbw2040_cfg = 0x400040b0) + [!provide] PROVIDE (rom_check_noise_floor = 0x40003c78) + [!provide] PROVIDE (rom_chip_i2c_readReg = 0x40004110) + [!provide] PROVIDE (rom_chip_i2c_writeReg = 0x40004168) + [!provide] PROVIDE (rom_chip_v7_bt_init = 0x40004d8c) + [!provide] PROVIDE (rom_chip_v7_rx_init = 0x40004cec) + [!provide] PROVIDE (rom_chip_v7_rx_rifs_en = 0x40003d90) + [!provide] PROVIDE (rom_chip_v7_tx_init = 0x40004d18) + [!provide] PROVIDE (rom_clk_force_on_vit = 0x40003710) + [!provide] PROVIDE (rom_correct_rf_ana_gain = 0x400062a8) + [!provide] PROVIDE (rom_dc_iq_est = 0x400055c8) + [!provide] PROVIDE (rom_disable_agc = 0x40002fa4) + [!provide] PROVIDE (rom_enable_agc = 0x40002fcc) + [!provide] PROVIDE (rom_en_pwdet = 0x4000506c) + [!provide] PROVIDE (rom_gen_rx_gain_table = 0x40003e3c) + [!provide] PROVIDE (rom_get_data_sat = 0x4000312c) + [!provide] PROVIDE (rom_get_fm_sar_dout = 0x40005204) + [!provide] PROVIDE (rom_get_power_db = 0x40005fc8) + [!provide] PROVIDE (rom_get_pwctrl_correct = 0x400065d4) + [!provide] PROVIDE (rom_get_rfcal_rxiq_data = 0x40005bbc) + [!provide] PROVIDE (rom_get_rf_gain_qdb = 0x40006290) + [!provide] PROVIDE (rom_get_sar_dout = 0x40006564) + 0x0000000040004148 PROVIDE (rom_i2c_readReg = 0x40004148) + 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask = 0x400041c0) + 0x00000000400041a4 PROVIDE (rom_i2c_writeReg = 0x400041a4) + 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask = 0x400041fc) + [!provide] PROVIDE (rom_index_to_txbbgain = 0x40004df8) + [!provide] PROVIDE (rom_iq_est_disable = 0x40005590) + [!provide] PROVIDE (rom_iq_est_enable = 0x40005514) + [!provide] PROVIDE (rom_linear_to_db = 0x40005f64) + [!provide] PROVIDE (rom_loopback_mode_en = 0x400030f8) + [!provide] PROVIDE (rom_meas_tone_pwr_db = 0x40006004) + [!provide] PROVIDE (rom_mhz2ieee = 0x4000404c) + [!provide] PROVIDE (rom_noise_floor_auto_set = 0x40003bdc) + [!provide] PROVIDE (rom_pbus_debugmode = 0x40004458) + [!provide] PROVIDE (rom_pbus_force_mode = 0x40004270) + [!provide] PROVIDE (rom_pbus_force_test = 0x400043c0) + [!provide] PROVIDE (rom_pbus_rd = 0x40004414) + [!provide] PROVIDE (rom_pbus_rd_addr = 0x40004334) + [!provide] PROVIDE (rom_pbus_rd_shift = 0x40004374) + [!provide] PROVIDE (rom_pbus_rx_dco_cal = 0x40005620) + [!provide] PROVIDE (rom_pbus_set_dco = 0x40004638) + [!provide] PROVIDE (rom_pbus_set_rxgain = 0x40004480) + [!provide] PROVIDE (rom_pbus_workmode = 0x4000446c) + [!provide] PROVIDE (rom_pbus_xpd_rx_off = 0x40004508) + [!provide] PROVIDE (rom_pbus_xpd_rx_on = 0x4000453c) + [!provide] PROVIDE (rom_pbus_xpd_tx_off = 0x40004590) + [!provide] PROVIDE (rom_pbus_xpd_tx_on = 0x400045e0) + [!provide] PROVIDE (rom_phy_disable_agc = 0x40002f6c) + [!provide] PROVIDE (rom_phy_disable_cca = 0x40003000) + [!provide] PROVIDE (rom_phy_enable_agc = 0x40002f88) + [!provide] PROVIDE (rom_phy_enable_cca = 0x4000302c) + [!provide] PROVIDE (rom_phy_freq_correct = 0x40004b44) + [!provide] PROVIDE (rom_phyFuns = 0x3ffae0c0) + [!provide] PROVIDE (rom_phy_get_noisefloor = 0x40003c2c) + [!provide] PROVIDE (rom_phy_get_vdd33 = 0x4000642c) + [!provide] PROVIDE (rom_pow_usr = 0x40003044) + [!provide] PROVIDE (rom_read_sar_dout = 0x400051c0) + [!provide] PROVIDE (rom_restart_cal = 0x400046e0) + [!provide] PROVIDE (rom_rfcal_pwrctrl = 0x40006058) + [!provide] PROVIDE (rom_rfcal_rxiq = 0x40005b4c) + [!provide] PROVIDE (rom_rfcal_txcap = 0x40005dec) + [!provide] PROVIDE (rom_rfpll_reset = 0x40004680) + [!provide] PROVIDE (rom_rfpll_set_freq = 0x400047f8) + [!provide] PROVIDE (rom_rtc_mem_backup = 0x40003db4) + [!provide] PROVIDE (rom_rtc_mem_recovery = 0x40003df4) + [!provide] PROVIDE (rom_rx_gain_force = 0x4000351c) + [!provide] PROVIDE (rom_rxiq_cover_mg_mp = 0x40005a68) + [!provide] PROVIDE (rom_rxiq_get_mis = 0x400058e4) + [!provide] PROVIDE (rom_rxiq_set_reg = 0x40005a00) + [!provide] PROVIDE (rom_set_cal_rxdc = 0x400030b8) + [!provide] PROVIDE (rom_set_chan_cal_interp = 0x40005ce0) + [!provide] PROVIDE (rom_set_channel_freq = 0x40004880) + [!provide] PROVIDE (rom_set_loopback_gain = 0x40003060) + [!provide] PROVIDE (rom_set_noise_floor = 0x40003d48) + [!provide] PROVIDE (rom_set_pbus_mem = 0x400031a4) + [!provide] PROVIDE (rom_set_rf_freq_offset = 0x40004ca8) + [!provide] PROVIDE (rom_set_rxclk_en = 0x40003594) + [!provide] PROVIDE (rom_set_txcap_reg = 0x40005d50) + [!provide] PROVIDE (rom_set_txclk_en = 0x40003564) + [!provide] PROVIDE (rom_spur_coef_cfg = 0x40003ac8) + [!provide] PROVIDE (rom_spur_reg_write_one_tone = 0x400037f0) + [!provide] PROVIDE (rom_start_tx_tone = 0x400036b4) + [!provide] PROVIDE (rom_start_tx_tone_step = 0x400035d0) + [!provide] PROVIDE (rom_stop_tx_tone = 0x40003f98) + [!provide] PROVIDE (_rom_store = 0x4000d66c) + [!provide] PROVIDE (_rom_store_table = 0x4000d4f8) + [!provide] PROVIDE (rom_target_power_add_backoff = 0x40006268) + [!provide] PROVIDE (rom_tx_atten_set_interp = 0x400061cc) + [!provide] PROVIDE (rom_txbbgain_to_index = 0x40004dc0) + [!provide] PROVIDE (rom_txcal_work_mode = 0x4000510c) + [!provide] PROVIDE (rom_txdc_cal_init = 0x40004e10) + [!provide] PROVIDE (rom_txdc_cal_v70 = 0x40004ea4) + [!provide] PROVIDE (rom_txiq_cover = 0x4000538c) + [!provide] PROVIDE (rom_txiq_get_mis_pwr = 0x400052dc) + [!provide] PROVIDE (rom_txiq_set_reg = 0x40005154) + [!provide] PROVIDE (rom_tx_pwctrl_bg_init = 0x4000662c) + [!provide] PROVIDE (rom_txtone_linear_pwr = 0x40005290) + [!provide] PROVIDE (rom_wait_rfpll_cal_end = 0x400047a8) + [!provide] PROVIDE (rom_write_gain_mem = 0x4000348c) + [!provide] PROVIDE (rom_write_rfpll_sdm = 0x40004740) + 0x000000004000ab7c PROVIDE (roundup2 = 0x4000ab7c) + [!provide] PROVIDE (r_plf_funcs_p = 0x3ffb8360) + [!provide] PROVIDE (r_rf_rw_bt_init = 0x40054868) + [!provide] PROVIDE (r_rf_rw_init = 0x40054b0c) + [!provide] PROVIDE (r_rf_rw_le_init = 0x400549d0) + [!provide] PROVIDE (r_rwble_activity_ongoing_check = 0x40054d8c) + [!provide] PROVIDE (r_rwble_init = 0x40054bf4) + [!provide] PROVIDE (r_rwble_isr = 0x40054e08) + [!provide] PROVIDE (r_rwble_reset = 0x40054ce8) + [!provide] PROVIDE (r_rwble_sleep_check = 0x40054d78) + [!provide] PROVIDE (r_rwble_version = 0x40054dac) + [!provide] PROVIDE (r_rwbt_init = 0x40055160) + [!provide] PROVIDE (r_rwbt_isr = 0x40055248) + [!provide] PROVIDE (r_rwbt_reset = 0x400551bc) + [!provide] PROVIDE (r_rwbt_sleep_check = 0x4005577c) + [!provide] PROVIDE (r_rwbt_sleep_enter = 0x400557a4) + [!provide] PROVIDE (r_rwbt_sleep_wakeup = 0x400557fc) + [!provide] PROVIDE (r_rwbt_sleep_wakeup_end = 0x400558cc) + [!provide] PROVIDE (r_rwbt_version = 0x4005520c) + [!provide] PROVIDE (r_rwip_assert_err = 0x40055f88) + [!provide] PROVIDE (r_rwip_check_wakeup_boundary = 0x400558fc) + [!provide] PROVIDE (r_rwip_ext_wakeup_enable = 0x40055f3c) + [!provide] PROVIDE (r_rwip_init = 0x4005595c) + [!provide] PROVIDE (r_rwip_pca_clock_dragging_only = 0x40055f48) + [!provide] PROVIDE (r_rwip_prevent_sleep_clear = 0x40055ec8) + [!provide] PROVIDE (r_rwip_prevent_sleep_set = 0x40055e64) + [!provide] PROVIDE (r_rwip_reset = 0x40055ab8) + [!provide] PROVIDE (r_rwip_schedule = 0x40055b38) + [!provide] PROVIDE (r_rwip_sleep = 0x40055b5c) + [!provide] PROVIDE (r_rwip_sleep_enable = 0x40055f30) + [!provide] PROVIDE (r_rwip_version = 0x40055b20) + [!provide] PROVIDE (r_rwip_wakeup = 0x40055dc4) + [!provide] PROVIDE (r_rwip_wakeup_delay_set = 0x40055e4c) + [!provide] PROVIDE (r_rwip_wakeup_end = 0x40055e18) + [!provide] PROVIDE (r_rwip_wlcoex_set = 0x40055f60) + [!provide] PROVIDE (r_SHA_256 = 0x40013a90) + [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) + [!provide] PROVIDE (rwip_priority = 0x3ff99159) + [!provide] PROVIDE (rwip_rf = 0x3ffbdb28) + [!provide] PROVIDE (rwip_rf_p_get = 0x400558f4) + [!provide] PROVIDE (r_XorKey = 0x400112c0) + [!provide] PROVIDE (sha_blk_bits = 0x3ff99290) + [!provide] PROVIDE (sha_blk_bits_bytes = 0x3ff99288) + [!provide] PROVIDE (sha_blk_hash_bytes = 0x3ff9928c) + [!provide] PROVIDE (sig_matrix = 0x3ffae293) + [!provide] PROVIDE (sip_after_tx_complete = 0x4000b358) + [!provide] PROVIDE (sip_alloc_to_host_evt = 0x4000ab9c) + [!provide] PROVIDE (sip_get_ptr = 0x4000b34c) + [!provide] PROVIDE (sip_get_state = 0x4000ae2c) + [!provide] PROVIDE (sip_init_attach = 0x4000ae58) + [!provide] PROVIDE (sip_install_rx_ctrl_cb = 0x4000ae10) + [!provide] PROVIDE (sip_install_rx_data_cb = 0x4000ae20) + [!provide] PROVIDE (sip_is_active = 0x4000b3c0) + [!provide] PROVIDE (sip_post_init = 0x4000aed8) + [!provide] PROVIDE (sip_reclaim_from_host_cmd = 0x4000adbc) + [!provide] PROVIDE (sip_reclaim_tx_data_pkt = 0x4000ad5c) + [!provide] PROVIDE (sip_send = 0x4000af54) + [!provide] PROVIDE (sip_to_host_chain_append = 0x4000aef8) + [!provide] PROVIDE (sip_to_host_evt_send_done = 0x4000ac04) + [!provide] PROVIDE (slc_add_credits = 0x4000baf4) + [!provide] PROVIDE (slc_enable = 0x4000b64c) + [!provide] PROVIDE (slc_from_host_chain_fetch = 0x4000b7e8) + [!provide] PROVIDE (slc_from_host_chain_recycle = 0x4000bb10) + [!provide] PROVIDE (slc_has_pkt_to_host = 0x4000b5fc) + [!provide] PROVIDE (slc_init_attach = 0x4000b918) + [!provide] PROVIDE (slc_init_credit = 0x4000badc) + [!provide] PROVIDE (slc_reattach = 0x4000b62c) + [!provide] PROVIDE (slc_send_to_host_chain = 0x4000b6a0) + [!provide] PROVIDE (slc_set_host_io_max_window = 0x4000b89c) + [!provide] PROVIDE (slc_to_host_chain_recycle = 0x4000b758) + [!provide] PROVIDE (specialModP256 = 0x4001600c) + [!provide] PROVIDE (__stack = 0x3ffe3f20) + [!provide] PROVIDE (__stack_app = 0x3ffe7e30) + [!provide] PROVIDE (_stack_sentry = 0x3ffe1320) + [!provide] PROVIDE (_stack_sentry_app = 0x3ffe5230) + [!provide] PROVIDE (_start = 0x40000704) + [!provide] PROVIDE (start_tb_console = 0x4005a980) + [!provide] PROVIDE (_stat_r = 0x4000bcb4) + [!provide] PROVIDE (_stext = 0x40000560) + [!provide] PROVIDE (SubtractBigHex256 = 0x40015bcc) + [!provide] PROVIDE (SubtractBigHexMod256 = 0x40015e8c) + [!provide] PROVIDE (SubtractBigHexUint32_256 = 0x40015f8c) + [!provide] PROVIDE (SubtractFromSelfBigHex256 = 0x40015c20) + [!provide] PROVIDE (SubtractFromSelfBigHexSign256 = 0x40015dc8) + [!provide] PROVIDE (sw_to_hw = 0x3ffb8d40) + 0x000000003ffae020 PROVIDE (syscall_table_ptr_app = 0x3ffae020) + 0x000000003ffae024 PROVIDE (syscall_table_ptr_pro = 0x3ffae024) + [!provide] PROVIDE (tdefl_compress = 0x400600bc) + [!provide] PROVIDE (tdefl_compress_buffer = 0x400607f4) + [!provide] PROVIDE (tdefl_compress_mem_to_mem = 0x40060900) + [!provide] PROVIDE (tdefl_compress_mem_to_output = 0x400608e0) + [!provide] PROVIDE (tdefl_get_adler32 = 0x400608d8) + [!provide] PROVIDE (tdefl_get_prev_return_status = 0x400608d0) + [!provide] PROVIDE (tdefl_init = 0x40060810) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory = 0x4006091c) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex = 0x40060910) + [!provide] PROVIDE (tinfl_decompress = 0x4005ef30) + [!provide] PROVIDE (tinfl_decompress_mem_to_callback = 0x40060090) + [!provide] PROVIDE (tinfl_decompress_mem_to_mem = 0x40060050) + [!provide] PROVIDE (UartDev = 0x3ffe019c) + [!provide] PROVIDE (user_code_start = 0x3ffe0400) + [!provide] PROVIDE (veryBigHexP256 = 0x3ff9736c) + [!provide] PROVIDE (xthal_bcopy = 0x4000c098) + [!provide] PROVIDE (xthal_copy123 = 0x4000c124) + [!provide] PROVIDE (xthal_get_ccompare = 0x4000c078) + [!provide] PROVIDE (xthal_get_ccount = 0x4000c050) + [!provide] PROVIDE (xthal_get_interrupt = 0x4000c1e4) + [!provide] PROVIDE (xthal_get_intread = 0x4000c1e4) + [!provide] PROVIDE (Xthal_intlevel = 0x3ff9c2b4) + [!provide] PROVIDE (xthal_memcpy = 0x4000c0bc) + [!provide] PROVIDE (xthal_set_ccompare = 0x4000c058) + [!provide] PROVIDE (xthal_set_intclear = 0x4000c1ec) + 0x000000004000bfdc PROVIDE (_xtos_set_intlevel = 0x4000bfdc) + 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro = 0x3ffe01e0) + 0x000000003ffe40f0 PROVIDE (g_ticks_per_us_app = 0x3ffe40f0) + 0x0000000040063238 PROVIDE (esp_rom_spiflash_config_param = 0x40063238) + 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd = 0x400621b0) + 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x40062e60) + 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40062df4) + 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x40061ddc) + [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40062a6c) + 0x0000000040062bc8 PROVIDE (esp_rom_spiflash_config_clk = 0x40062bc8) + 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip = 0x3ffae270) + [!provide] PROVIDE (SPI_write_enable = 0x40062320) + [!provide] PROVIDE (hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4) + [!provide] PROVIDE (hci_per_inq_mode_cmd_handler = 0x400519b0) + [!provide] PROVIDE (llcp_length_req_handler = 0x40043808) + [!provide] PROVIDE (llcp_unknown_rsp_handler = 0x40043ba8) + [!provide] PROVIDE (llcp_channel_map_req_handler = 0x4004291c) + [!provide] PROVIDE (llcp_con_up_req_handler = 0x400426f0) + [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc = 0x40008b24) + [!provide] PROVIDE (FilePacketSendReqMsgProc = 0x40008860) + [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc = 0x40008ad8) + [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc = 0x4000891c) + [!provide] PROVIDE (FlashDwnLdStartMsgProc = 0x40008820) + [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc = 0x40008c18) + [!provide] PROVIDE (FlashDwnLdStopReqMsgProc = 0x400088ec) + [!provide] PROVIDE (MemDwnLdStartMsgProc = 0x40008948) + [!provide] PROVIDE (MemDwnLdStopReqMsgProc = 0x400089dc) + [!provide] PROVIDE (MemPacketSendReqMsgProc = 0x40008978) + [!provide] PROVIDE (uart_baudrate_detect = 0x40009034) + [!provide] PROVIDE (uart_buff_switch = 0x400093c0) + [!provide] PROVIDE (UartConnCheck = 0x40008738) + [!provide] PROVIDE (UartConnectProc = 0x40008a04) + [!provide] PROVIDE (UartDwnLdProc = 0x40008ce8) + [!provide] PROVIDE (UartRegReadProc = 0x40008a58) + [!provide] PROVIDE (UartRegWriteProc = 0x40008a14) + [!provide] PROVIDE (UartSetBaudProc = 0x40008aac) + [!provide] PROVIDE (UartSpiAttachProc = 0x40008a6c) + [!provide] PROVIDE (UartSpiReadProc = 0x40008a80) + [!provide] PROVIDE (VerifyFlashMd5Proc = 0x40008c44) + [!provide] PROVIDE (GetUartDevice = 0x40009598) + [!provide] PROVIDE (RcvMsg = 0x4000954c) + [!provide] PROVIDE (SendMsg = 0x40009384) + [!provide] PROVIDE (UartGetCmdLn = 0x40009564) + [!provide] PROVIDE (UartRxString = 0x400092fc) + [!provide] PROVIDE (Uart_Init = 0x40009120) + [!provide] PROVIDE (recv_packet = 0x40009424) + [!provide] PROVIDE (send_packet = 0x40009340) + [!provide] PROVIDE (uartAttach = 0x40008fd0) + [!provide] PROVIDE (uart_div_modify = 0x400090cc) + [!provide] PROVIDE (uart_rx_intr_handler = 0x40008f4c) + 0x00000000400092d0 PROVIDE (uart_rx_one_char = 0x400092d0) + [!provide] PROVIDE (uart_rx_one_char_block = 0x400092a4) + [!provide] PROVIDE (uart_rx_readbuff = 0x40009394) + [!provide] PROVIDE (uart_tx_flush = 0x40009258) + 0x0000000040009200 PROVIDE (uart_tx_one_char = 0x40009200) + [!provide] PROVIDE (uart_tx_one_char2 = 0x4000922c) + 0x0000000040009028 PROVIDE (uart_tx_switch = 0x40009028) + [!provide] PROVIDE (gpio_output_set = 0x40009b24) + [!provide] PROVIDE (gpio_output_set_high = 0x40009b5c) + [!provide] PROVIDE (gpio_input_get = 0x40009b88) + [!provide] PROVIDE (gpio_input_get_high = 0x40009b9c) + 0x0000000040009edc PROVIDE (gpio_matrix_in = 0x40009edc) + [!provide] PROVIDE (gpio_matrix_out = 0x40009f0c) + 0x0000000040009fdc PROVIDE (gpio_pad_select_gpio = 0x40009fdc) + [!provide] PROVIDE (gpio_pad_set_drv = 0x4000a11c) + [!provide] PROVIDE (gpio_pad_pulldown = 0x4000a348) + 0x000000004000a22c PROVIDE (gpio_pad_pullup = 0x4000a22c) + [!provide] PROVIDE (gpio_pad_hold = 0x4000a734) + [!provide] PROVIDE (gpio_pad_unhold = 0x4000a484) + [!provide] PROVIDE (ets_aes_crypt = 0x4005c9b8) + [!provide] PROVIDE (ets_aes_disable = 0x4005c8f8) + [!provide] PROVIDE (ets_aes_enable = 0x4005c8cc) + [!provide] PROVIDE (ets_aes_set_endian = 0x4005c928) + [!provide] PROVIDE (ets_aes_setkey_dec = 0x4005c994) + [!provide] PROVIDE (ets_aes_setkey_enc = 0x4005c97c) + [!provide] PROVIDE (ets_bigint_disable = 0x4005c4e0) + [!provide] PROVIDE (ets_bigint_enable = 0x4005c498) + [!provide] PROVIDE (ets_bigint_mod_mult_getz = 0x4005c818) + [!provide] PROVIDE (ets_bigint_mod_mult_prepare = 0x4005c7b4) + [!provide] PROVIDE (ets_bigint_mod_power_getz = 0x4005c614) + [!provide] PROVIDE (ets_bigint_mod_power_prepare = 0x4005c54c) + [!provide] PROVIDE (ets_bigint_montgomery_mult_getz = 0x4005c7a4) + [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare = 0x4005c6fc) + [!provide] PROVIDE (ets_bigint_mult_getz = 0x4005c6e8) + [!provide] PROVIDE (ets_bigint_mult_prepare = 0x4005c630) + [!provide] PROVIDE (ets_bigint_wait_finish = 0x4005c520) + [!provide] PROVIDE (ets_post = 0x4000673c) + [!provide] PROVIDE (ets_run = 0x400066bc) + [!provide] PROVIDE (ets_set_idle_cb = 0x40006674) + [!provide] PROVIDE (ets_task = 0x40006688) + [!provide] PROVIDE (ets_efuse_get_8M_clock = 0x40008710) + 0x0000000040008658 PROVIDE (ets_efuse_get_spiconfig = 0x40008658) + [!provide] PROVIDE (ets_efuse_program_op = 0x40008628) + [!provide] PROVIDE (ets_efuse_read_op = 0x40008600) + [!provide] PROVIDE (ets_intr_lock = 0x400067b0) + [!provide] PROVIDE (ets_intr_unlock = 0x400067c4) + [!provide] PROVIDE (ets_isr_attach = 0x400067ec) + [!provide] PROVIDE (ets_waiti0 = 0x400067d8) + 0x000000004000681c PROVIDE (intr_matrix_set = 0x4000681c) + [!provide] PROVIDE (check_pos = 0x400068b8) + 0x000000004000689c PROVIDE (ets_set_appcpu_boot_addr = 0x4000689c) + [!provide] PROVIDE (ets_set_startup_callback = 0x4000688c) + [!provide] PROVIDE (ets_set_user_start = 0x4000687c) + [!provide] PROVIDE (ets_unpack_flash_code = 0x40007018) + [!provide] PROVIDE (ets_unpack_flash_code_legacy = 0x4000694c) + [!provide] PROVIDE (rom_main = 0x400076c4) + [!provide] PROVIDE (ets_write_char_uart = 0x40007cf8) + 0x0000000040007d18 PROVIDE (ets_install_putc1 = 0x40007d18) + 0x0000000040007d38 PROVIDE (ets_install_putc2 = 0x40007d38) + 0x0000000040007d28 PROVIDE (ets_install_uart_printf = 0x40007d28) + 0x0000000040007d54 PROVIDE (ets_printf = 0x40007d54) + [!provide] PROVIDE (rtc_boot_control = 0x4000821c) + 0x00000000400081d4 PROVIDE (rtc_get_reset_reason = 0x400081d4) + [!provide] PROVIDE (rtc_get_wakeup_cause = 0x400081f4) + [!provide] PROVIDE (rtc_select_apb_bridge = 0x40008288) + 0x0000000040008208 PROVIDE (set_rtc_memory_crc = 0x40008208) + 0x000000004000824c PROVIDE (software_reset = 0x4000824c) + 0x0000000040008264 PROVIDE (software_reset_cpu = 0x40008264) + [!provide] PROVIDE (ets_secure_boot_check = 0x4005cb40) + [!provide] PROVIDE (ets_secure_boot_check_finish = 0x4005cc04) + [!provide] PROVIDE (ets_secure_boot_check_start = 0x4005cbcc) + [!provide] PROVIDE (ets_secure_boot_finish = 0x4005ca84) + [!provide] PROVIDE (ets_secure_boot_hash = 0x4005cad4) + [!provide] PROVIDE (ets_secure_boot_obtain = 0x4005cb14) + [!provide] PROVIDE (ets_secure_boot_rd_abstract = 0x4005cba8) + [!provide] PROVIDE (ets_secure_boot_rd_iv = 0x4005cb84) + [!provide] PROVIDE (ets_secure_boot_start = 0x4005ca34) + [!provide] PROVIDE (ets_sha_disable = 0x4005c0a8) + [!provide] PROVIDE (ets_sha_enable = 0x4005c07c) + [!provide] PROVIDE (ets_sha_finish = 0x4005c104) + [!provide] PROVIDE (ets_sha_init = 0x4005c0d4) + [!provide] PROVIDE (ets_sha_update = 0x4005c2a0) + 0x0000000040008534 PROVIDE (ets_delay_us = 0x40008534) + [!provide] PROVIDE (ets_get_cpu_frequency = 0x4000855c) + 0x0000000040008588 PROVIDE (ets_get_detected_xtal_freq = 0x40008588) + [!provide] PROVIDE (ets_get_xtal_scale = 0x4000856c) + 0x0000000040008550 PROVIDE (ets_update_cpu_frequency_rom = 0x40008550) + [!provide] PROVIDE (hci_tl_env = 0x3ffb8154) + [!provide] PROVIDE (ld_acl_env = 0x3ffb8258) + [!provide] PROVIDE (ea_env = 0x3ffb80ec) + [!provide] PROVIDE (lc_sco_data_path_config = 0x3ffb81f8) + [!provide] PROVIDE (lc_sco_env = 0x3ffb81fc) + [!provide] PROVIDE (ld_active_ch_map = 0x3ffb8334) + [!provide] PROVIDE (ld_bcst_acl_env = 0x3ffb8274) + [!provide] PROVIDE (ld_csb_rx_env = 0x3ffb8278) + [!provide] PROVIDE (ld_csb_tx_env = 0x3ffb827c) + [!provide] PROVIDE (ld_env = 0x3ffb9510) + [!provide] PROVIDE (ld_fm_env = 0x3ffb8284) + [!provide] PROVIDE (ld_inq_env = 0x3ffb82e4) + [!provide] PROVIDE (ld_iscan_env = 0x3ffb82e8) + [!provide] PROVIDE (ld_page_env = 0x3ffb82f0) + [!provide] PROVIDE (ld_pca_env = 0x3ffb82f4) + [!provide] PROVIDE (ld_pscan_env = 0x3ffb8308) + [!provide] PROVIDE (ld_sched_env = 0x3ffb830c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + [!provide] PROVIDE (ld_sco_env = 0x3ffb824c) + [!provide] PROVIDE (ld_sscan_env = 0x3ffb832c) + [!provide] PROVIDE (ld_strain_env = 0x3ffb8330) + [!provide] PROVIDE (LM_Sniff = 0x3ffb8230) + [!provide] PROVIDE (LM_SniffSubRate = 0x3ffb8214) + [!provide] PROVIDE (prbs_64bytes = 0x3ff98992) + [!provide] PROVIDE (nvds_env = 0x3ffb8364) + [!provide] PROVIDE (nvds_magic_number = 0x3ff9912a) + [!provide] PROVIDE (TASK_DESC_LLD = 0x3ff98b58) + [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) + [!provide] PROVIDE (ld_acl_evt_canceled_cbk = 0x40033944) + [!provide] PROVIDE (ld_acl_evt_stop_cbk = 0x40033870) + [!provide] PROVIDE (ld_acl_evt_start_cbk = 0x40030ab0) + [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (ld_acl_resched = 0x40033814) + [!provide] PROVIDE (ld_acl_rx_isr = 0x40033aa8) + [!provide] PROVIDE (lc_acl_disc_ind_handler = 0x4002f270) + [!provide] PROVIDE (lc_pca_sscan_start_req_handler = 0x40029b34) + [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + [!provide] PROVIDE (ld_pscan_em_init = 0x4003e5e8) + [!provide] PROVIDE (ld_acl_rsw_start = 0x40032e90) + [!provide] PROVIDE (ld_acl_sniff_enter = 0x40031244) + [!provide] PROVIDE (ld_acl_sniff_trans_sched = 0x40033734) + [!provide] PROVIDE (lc_pwr_decr_ind_handler = 0x4002859c) + [!provide] PROVIDE (lc_pwr_incr_ind_handler = 0x400284a8) + [!provide] PROVIDE (lc_pwr_max_ind_handler = 0x40028690) + [!provide] PROVIDE (lc_setup_sync_param_check = 0x4002354c) + [!provide] PROVIDE (lm_sync_conf = 0x3ffb8348) + [!provide] PROVIDE (lm_nb_sync_active = 0x3ffb8346) + [!provide] PROVIDE (lm_sync_nego = 0x3ffb8345) + [!provide] PROVIDE (lm_nego_cnt = 0x3ffb8344) + [!provide] PROVIDE (lm_nego_cntl = 0x3ffb8342) + [!provide] PROVIDE (lm_nego_max_cnt = 0x3ffb8343) + [!provide] PROVIDE (lm_nego_pkt_used = 0x3ffb8340) + 0x000000004005cfec PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + 0x0000000040009fdc PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x000000004000a22c PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + [!provide] PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x0000000040009edc PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + [!provide] PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + 0x000000004005d144 PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + 0x0000000040008658 PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + 0x0000000040009200 PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + 0x00000000400092d0 PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + 0x0000000040009028 PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + [!provide] PROVIDE (esp_rom_uart_switch_buffer = uart_buff_switch) + 0x000000004005da7c PROVIDE (esp_rom_md5_init = 0x4005da7c) + 0x000000004005da9c PROVIDE (esp_rom_md5_update = 0x4005da9c) + 0x000000004005db1c PROVIDE (esp_rom_md5_final = 0x4005db1c) + 0x000000004000824c PROVIDE (esp_rom_software_reset_system = software_reset) + 0x0000000040008264 PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) + 0x0000000040007d54 PROVIDE (esp_rom_printf = ets_printf) + 0x0000000040008534 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x0000000040007d28 PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x00000000400081d4 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + 0x000000004000681c PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) + [!provide] PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_set_bp = esp_rom_spiflash_lock) + [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + 0x0000000040004148 PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) + 0x00000000400041c0 PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) + 0x00000000400041a4 PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) + 0x00000000400041fc PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) + 0x000000004006387c __absvdi2 = 0x4006387c + 0x0000000040063868 __absvsi2 = 0x40063868 + 0x0000000040002590 __adddf3 = 0x40002590 + 0x00000000400020e8 __addsf3 = 0x400020e8 + 0x0000000040002cbc __addvdi3 = 0x40002cbc + 0x0000000040002c98 __addvsi3 = 0x40002c98 + 0x000000004000c818 __ashldi3 = 0x4000c818 + 0x000000004000c830 __ashrdi3 = 0x4000c830 + 0x0000000040064b08 __bswapdi2 = 0x40064b08 + 0x0000000040064ae0 __bswapsi2 = 0x40064ae0 + 0x0000000040064b7c __clrsbdi2 = 0x40064b7c + 0x0000000040064b64 __clrsbsi2 = 0x40064b64 + 0x000000004000ca50 __clzdi2 = 0x4000ca50 + 0x000000004000c7e8 __clzsi2 = 0x4000c7e8 + 0x0000000040063820 __cmpdi2 = 0x40063820 + 0x000000004000ca64 __ctzdi2 = 0x4000ca64 + 0x000000004000c7f0 __ctzsi2 = 0x4000c7f0 + 0x00000000400645a4 __divdc3 = 0x400645a4 + 0x0000000040002954 __divdf3 = 0x40002954 + 0x000000004000ca84 __divdi3 = 0x4000ca84 + 0x000000004000c7b8 __divsi3 = 0x4000c7b8 + 0x00000000400636a8 __eqdf2 = 0x400636a8 + 0x0000000040063374 __eqsf2 = 0x40063374 + 0x0000000040002c34 __extendsfdf2 = 0x40002c34 + 0x000000004000ca2c __ffsdi2 = 0x4000ca2c + 0x000000004000c804 __ffssi2 = 0x4000c804 + 0x0000000040002ac4 __fixdfdi = 0x40002ac4 + 0x0000000040002a78 __fixdfsi = 0x40002a78 + 0x000000004000244c __fixsfdi = 0x4000244c + 0x000000004000240c __fixsfsi = 0x4000240c + 0x0000000040002b30 __fixunsdfsi = 0x40002b30 + 0x0000000040002504 __fixunssfdi = 0x40002504 + 0x00000000400024ac __fixunssfsi = 0x400024ac + 0x000000004000c988 __floatdidf = 0x4000c988 + 0x000000004000c8c0 __floatdisf = 0x4000c8c0 + 0x000000004000c944 __floatsidf = 0x4000c944 + 0x000000004000c870 __floatsisf = 0x4000c870 + 0x000000004000c978 __floatundidf = 0x4000c978 + 0x000000004000c8b0 __floatundisf = 0x4000c8b0 + 0x000000004000c938 __floatunsidf = 0x4000c938 + 0x000000004000c864 __floatunsisf = 0x4000c864 + 0x0000000040064a70 __gcc_bcmp = 0x40064a70 + 0x0000000040063768 __gedf2 = 0x40063768 + 0x000000004006340c __gesf2 = 0x4006340c + 0x00000000400636dc __gtdf2 = 0x400636dc + 0x00000000400633a0 __gtsf2 = 0x400633a0 + 0x0000000040063704 __ledf2 = 0x40063704 + 0x00000000400633c0 __lesf2 = 0x400633c0 + 0x000000004000c84c __lshrdi3 = 0x4000c84c + 0x0000000040063790 __ltdf2 = 0x40063790 + 0x000000004006342c __ltsf2 = 0x4006342c + 0x000000004000cd4c __moddi3 = 0x4000cd4c + 0x000000004000c7c0 __modsi3 = 0x4000c7c0 + 0x0000000040063c90 __muldc3 = 0x40063c90 + 0x000000004006358c __muldf3 = 0x4006358c + 0x000000004000c9fc __muldi3 = 0x4000c9fc + 0x00000000400632c8 __mulsf3 = 0x400632c8 + 0x000000004000c7b0 __mulsi3 = 0x4000c7b0 + 0x0000000040002d78 __mulvdi3 = 0x40002d78 + 0x0000000040002d60 __mulvsi3 = 0x40002d60 + 0x00000000400636a8 __nedf2 = 0x400636a8 + 0x00000000400634a0 __negdf2 = 0x400634a0 + 0x000000004000ca14 __negdi2 = 0x4000ca14 + 0x00000000400020c0 __negsf2 = 0x400020c0 + 0x0000000040002e98 __negvdi2 = 0x40002e98 + 0x0000000040002e78 __negvsi2 = 0x40002e78 + 0x0000000040063374 __nesf2 = 0x40063374 + 0x000000003ff96544 __nsau_data = 0x3ff96544 + 0x0000000040002f3c __paritysi2 = 0x40002f3c + 0x000000003ff96544 __popcount_tab = 0x3ff96544 + 0x0000000040002ef8 __popcountdi2 = 0x40002ef8 + 0x0000000040002ed0 __popcountsi2 = 0x40002ed0 + 0x00000000400638e4 __powidf2 = 0x400638e4 + 0x00000000400026e4 __subdf3 = 0x400026e4 + 0x00000000400021d0 __subsf3 = 0x400021d0 + 0x0000000040002d20 __subvdi3 = 0x40002d20 + 0x0000000040002cf8 __subvsi3 = 0x40002cf8 + 0x0000000040002b90 __truncdfsf2 = 0x40002b90 + 0x0000000040063840 __ucmpdi2 = 0x40063840 + 0x0000000040064bec __udiv_w_sdiv = 0x40064bec + 0x000000004000cff8 __udivdi3 = 0x4000cff8 + 0x0000000040064bf4 __udivmoddi4 = 0x40064bf4 + 0x000000004000c7c8 __udivsi3 = 0x4000c7c8 + 0x000000004000d280 __umoddi3 = 0x4000d280 + 0x000000004000c7d0 __umodsi3 = 0x4000c7d0 + 0x000000004000c7d8 __umulsidi3 = 0x4000c7d8 + 0x00000000400637f4 __unorddf2 = 0x400637f4 + 0x0000000040063478 __unordsf2 = 0x40063478 + 0x000000003ff96354 _ctype_ = 0x3ff96354 + 0x000000003ff96350 __ctype_ptr__ = 0x3ff96350 + 0x000000003ffae0b4 environ = 0x3ffae0b4 + 0x000000003ffae0b0 _global_impure_ptr = 0x3ffae0b0 + 0x000000003ff96530 __mb_cur_max = 0x3ff96530 + 0x000000003ff96458 __sf_fake_stderr = 0x3ff96458 + 0x000000003ff96498 __sf_fake_stdin = 0x3ff96498 + 0x000000003ff96478 __sf_fake_stdout = 0x3ff96478 + 0x000000003ff96540 __wctomb = 0x3ff96540 + 0x000000003ffae0ac __sfp_lock = 0x3ffae0ac + 0x000000003ffae0a8 __sinit_lock = 0x3ffae0a8 + 0x000000003ffae0b8 __env_lock_object = 0x3ffae0b8 + 0x000000003ffae080 __tz_lock_object = 0x3ffae080 + 0x0000000040001778 close = 0x40001778 + 0x000000004000178c open = 0x4000178c + 0x00000000400017dc read = 0x400017dc + 0x00000000400017f4 sbrk = 0x400017f4 + 0x0000000040001808 times = 0x40001808 + 0x000000004000181c write = 0x4000181c + 0x0000000040056340 abs = 0x40056340 + 0x0000000040058ef0 __ascii_wctomb = 0x40058ef0 + 0x00000000400566c4 atoi = 0x400566c4 + 0x00000000400566d4 _atoi_r = 0x400566d4 + 0x00000000400566ec atol = 0x400566ec + 0x00000000400566fc _atol_r = 0x400566fc + 0x000000004000c1f4 bzero = 0x4000c1f4 + 0x0000000040001df8 _cleanup = 0x40001df8 + 0x0000000040001d48 _cleanup_r = 0x40001d48 + 0x0000000040000e8c creat = 0x40000e8c + 0x0000000040056348 div = 0x40056348 + 0x000000004000c728 __dummy_lock = 0x4000c728 + 0x000000004000c730 __dummy_lock_try = 0x4000c730 + 0x0000000040001fd4 __env_lock = 0x40001fd4 + 0x0000000040001fe0 __env_unlock = 0x40001fe0 + 0x00000000400020ac fclose = 0x400020ac + 0x0000000040001fec _fclose_r = 0x40001fec + 0x0000000040059394 fflush = 0x40059394 + 0x0000000040059320 _fflush_r = 0x40059320 + 0x0000000040001f44 _findenv_r = 0x40001f44 + 0x0000000040001f1c __fp_lock_all = 0x40001f1c + 0x0000000040001f30 __fp_unlock_all = 0x40001f30 + 0x0000000040058da0 __fputwc = 0x40058da0 + 0x0000000040058ea8 fputwc = 0x40058ea8 + 0x0000000040058e4c _fputwc_r = 0x40058e4c + 0x000000004000c738 _fwalk = 0x4000c738 + 0x000000004000c770 _fwalk_reent = 0x4000c770 + 0x0000000040001fbc _getenv_r = 0x40001fbc + 0x0000000040000f04 isalnum = 0x40000f04 + 0x0000000040000f18 isalpha = 0x40000f18 + 0x000000004000c20c isascii = 0x4000c20c + 0x0000000040000f2c isblank = 0x40000f2c + 0x0000000040000f50 iscntrl = 0x40000f50 + 0x0000000040000f64 isdigit = 0x40000f64 + 0x0000000040000f94 isgraph = 0x40000f94 + 0x0000000040000f78 islower = 0x40000f78 + 0x0000000040000fa8 isprint = 0x40000fa8 + 0x0000000040000fc0 ispunct = 0x40000fc0 + 0x0000000040000fd4 isspace = 0x40000fd4 + 0x0000000040000fe8 isupper = 0x40000fe8 + 0x0000000040056678 __itoa = 0x40056678 + 0x00000000400566b4 itoa = 0x400566b4 + 0x0000000040056370 labs = 0x40056370 + 0x0000000040056378 ldiv = 0x40056378 + 0x00000000400562cc longjmp = 0x400562cc + 0x000000004000c220 memccpy = 0x4000c220 + 0x000000004000c244 memchr = 0x4000c244 + 0x000000004000c260 memcmp = 0x4000c260 + 0x000000004000c2c8 memcpy = 0x4000c2c8 + 0x000000004000c3c0 memmove = 0x4000c3c0 + 0x000000004000c400 memrchr = 0x4000c400 + 0x000000004000c44c memset = 0x4000c44c + 0x0000000040056424 qsort = 0x40056424 + 0x0000000040001058 rand = 0x40001058 + 0x00000000400010d4 rand_r = 0x400010d4 + 0x000000004000c498 __sccl = 0x4000c498 + 0x00000000400011b8 __sclose = 0x400011b8 + 0x0000000040001148 __seofread = 0x40001148 + 0x0000000040056268 setjmp = 0x40056268 + 0x00000000400591e0 __sflush_r = 0x400591e0 + 0x0000000040001dc8 __sfmoreglue = 0x40001dc8 + 0x0000000040001e90 __sfp = 0x40001e90 + 0x0000000040001e08 __sfp_lock_acquire = 0x40001e08 + 0x0000000040001e14 __sfp_lock_release = 0x40001e14 + 0x0000000040001e38 __sinit = 0x40001e38 + 0x0000000040001e20 __sinit_lock_acquire = 0x40001e20 + 0x0000000040001e2c __sinit_lock_release = 0x40001e2c + 0x0000000040001004 srand = 0x40001004 + 0x0000000040001118 __sread = 0x40001118 + 0x0000000040001184 __sseek = 0x40001184 + 0x00000000400011cc strcasecmp = 0x400011cc + 0x0000000040001210 strcasestr = 0x40001210 + 0x000000004000c518 strcat = 0x4000c518 + 0x000000004000c53c strchr = 0x4000c53c + 0x0000000040001274 strcmp = 0x40001274 + 0x0000000040001398 strcoll = 0x40001398 + 0x00000000400013ac strcpy = 0x400013ac + 0x000000004000c558 strcspn = 0x4000c558 + 0x000000004000143c strdup = 0x4000143c + 0x0000000040001450 _strdup_r = 0x40001450 + 0x0000000040001470 strlcat = 0x40001470 + 0x000000004000c584 strlcpy = 0x4000c584 + 0x00000000400014c0 strlen = 0x400014c0 + 0x0000000040001524 strlwr = 0x40001524 + 0x0000000040001550 strncasecmp = 0x40001550 + 0x000000004000c5c4 strncat = 0x4000c5c4 + 0x000000004000c5f4 strncmp = 0x4000c5f4 + 0x00000000400015d4 strncpy = 0x400015d4 + 0x00000000400016b0 strndup = 0x400016b0 + 0x00000000400016c4 _strndup_r = 0x400016c4 + 0x000000004000c628 strnlen = 0x4000c628 + 0x0000000040001708 strrchr = 0x40001708 + 0x0000000040001734 strsep = 0x40001734 + 0x000000004000c648 strspn = 0x4000c648 + 0x000000004000c674 strstr = 0x4000c674 + 0x000000004000c6a8 __strtok_r = 0x4000c6a8 + 0x000000004000c70c strtok_r = 0x4000c70c + 0x000000004005681c strtol = 0x4005681c + 0x0000000040056714 _strtol_r = 0x40056714 + 0x000000004005692c strtoul = 0x4005692c + 0x0000000040056834 _strtoul_r = 0x40056834 + 0x000000004000174c strupr = 0x4000174c + 0x0000000040058f3c __submore = 0x40058f3c + 0x0000000040058cb4 __swbuf = 0x40058cb4 + 0x0000000040058bec __swbuf_r = 0x40058bec + 0x0000000040001150 __swrite = 0x40001150 + 0x000000004000c720 toascii = 0x4000c720 + 0x0000000040001868 tolower = 0x40001868 + 0x0000000040001884 toupper = 0x40001884 + 0x00000000400590f4 ungetc = 0x400590f4 + 0x0000000040058fa0 _ungetc_r = 0x40058fa0 + 0x00000000400561f0 __utoa = 0x400561f0 + 0x0000000040056258 utoa = 0x40056258 + 0x0000000040058920 wcrtomb = 0x40058920 + 0x00000000400588d8 _wcrtomb_r = 0x400588d8 + 0x0000000040058f14 _wctomb_r = 0x40058f14 + 0x0000000000000010 _esp_flash_mmap_prefetch_pad_size = 0x10 + 0x0000000000000000 _esp_memprot_prefetch_pad_size = 0x0 + 0x0000000000000000 _esp_memprot_align_size = 0x0 + 0x0000000000010000 _esp_mmu_block_size = 0x10000 + 0x000000003ffb95c8 _heap_start = _heap_low_start + 0x00000000400a0000 _sram1_iram_start = 0x400a0000 + 0x0000000000000000 _sram1_iram_len = (_iram_end > _sram1_iram_start)?(_iram_end - _sram1_iram_start):0x0 + 0x0000000040000000 _heap_end = ALIGN (((0x40000000 - _sram1_iram_len) - 0x3), 0x4) + 0x000000003ff80000 _data_seg_org = ORIGIN (rtc_data_seg) + 0x0000000000000001 ASSERT ((_rodata_start == ORIGIN (default_rodata_seg)), .flash.appdesc section must be placed at the beginning of the rodata segment.) + +.rtc.text 0x00000000400c0000 0x0 + 0x00000000400c0000 . = ALIGN (0x4) + *(.rtc.literal .rtc.text .rtc.text.*) + *rtc_wake_stub*.*(.literal .text .literal.* .text.*) + 0x00000000400c0000 _rtc_text_end = ABSOLUTE (.) + +.rtc.dummy 0x000000003ff80000 0x0 + 0x000000003ff80000 _rtc_dummy_start = ABSOLUTE (.) + 0x000000003ff80000 _rtc_fast_start = ABSOLUTE (.) + 0x0000000000000000 . = SIZEOF (.rtc.text) + 0x000000003ff80000 _rtc_dummy_end = ABSOLUTE (.) + +.rtc.force_fast + 0x000000003ff80000 0x0 + 0x000000003ff80000 . = ALIGN (0x4) + 0x000000003ff80000 _rtc_force_fast_start = ABSOLUTE (.) + 0x000000003ff80000 _coredump_rtc_fast_start = ABSOLUTE (.) + *(.rtc.fast.coredump .rtc.fast.coredump.*) + 0x000000003ff80000 _coredump_rtc_fast_end = ABSOLUTE (.) + *(.rtc.force_fast .rtc.force_fast.*) + 0x000000003ff80000 . = ALIGN (0x4) + 0x000000003ff80000 _rtc_force_fast_end = ABSOLUTE (.) + +.rtc.data 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_data_start = ABSOLUTE (.) + 0x0000000050000000 _coredump_rtc_start = ABSOLUTE (.) + *(.rtc.coredump .rtc.coredump.*) + 0x0000000050000000 _coredump_rtc_end = ABSOLUTE (.) + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.*) + 0x0000000050000000 _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.*(.bss .bss.*) + *rtc_wake_stub*.*(COMMON) + *(.rtc.bss) + 0x0000000050000000 _rtc_bss_end = ABSOLUTE (.) + +.rtc_noinit 0x0000000050000000 0x0 + 0x0000000050000000 . = ALIGN (0x4) + 0x0000000050000000 _rtc_noinit_start = ABSOLUTE (.) + *(.rtc_noinit .rtc_noinit.*) + 0x0000000050000000 . = ALIGN (0x4) + 0x0000000050000000 _rtc_noinit_end = ABSOLUTE (.) + +.rtc.force_slow + 0x0000000050000000 0x0 + 0x0000000050000000 . = ALIGN (0x4) + 0x0000000050000000 _rtc_force_slow_start = ABSOLUTE (.) + *(.rtc.force_slow .rtc.force_slow.*) + 0x0000000050000000 . = ALIGN (0x4) + 0x0000000050000000 _rtc_force_slow_end = ABSOLUTE (.) + +.rtc_fast_reserved + 0x000000003ff82000 0x0 + 0x000000003ff82000 . = ALIGN (0x4) + 0x000000003ff82000 _rtc_fast_reserved_start = ABSOLUTE (.) + *(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*) + 0x000000003ff82000 _rtc_fast_reserved_end = ABSOLUTE (.) + 0x0000000000000000 _rtc_fast_reserved_length = (_rtc_fast_reserved_end - _rtc_fast_reserved_start) + 0x0000000000000001 ASSERT ((_rtc_fast_reserved_length <= LENGTH (rtc_fast_reserved_seg)), RTC FAST reserved segment data does not fit.) + +.rtc_slow_reserved + 0x0000000050001fe8 0x18 + 0x0000000050001fe8 . = ALIGN (0x4) + 0x0000000050001fe8 _rtc_slow_reserved_start = ABSOLUTE (.) + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + .rtc_timer_data_in_rtc_mem + 0x0000000050001fe8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x0000000050002000 _rtc_slow_reserved_end = ABSOLUTE (.) + 0x0000000000000018 _rtc_slow_reserved_length = (_rtc_slow_reserved_end - _rtc_slow_reserved_start) + 0x0000000000000018 _rtc_reserved_length = _rtc_slow_reserved_length + 0x0000000000000001 ASSERT ((_rtc_slow_reserved_length <= LENGTH (rtc_slow_reserved_seg)), RTC SLOW reserved segment data does not fit.) + 0x0000000000000000 _rtc_slow_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_slow_end - _rtc_data_start):(_rtc_force_slow_end - _rtc_force_slow_start) + 0x0000000000000000 _rtc_fast_length = (ORIGIN (rtc_slow_seg) == ORIGIN (rtc_data_location))?(_rtc_force_fast_end - _rtc_fast_start):(_rtc_noinit_end - _rtc_fast_start) + 0x0000000000000000 ASSERT ((_rtc_slow_length <= LENGTH (rtc_slow_seg)), RTC_SLOW segment data does not fit.) + 0x0000000000000000 ASSERT ((_rtc_fast_length <= LENGTH (rtc_data_seg)), RTC_FAST segment data does not fit.) + +.iram0.vectors 0x0000000040080000 0x403 + 0x0000000040080000 _iram_start = ABSOLUTE (.) + 0x0000000040080000 _vector_table = ABSOLUTE (.) + 0x0000000000000000 . = 0x0 + *(.WindowVectors.text) + .WindowVectors.text + 0x0000000040080000 0x16a esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080000 _WindowOverflow4 + 0x0000000040080040 _WindowUnderflow4 + 0x0000000040080050 _xt_alloca_exc + 0x0000000040080080 _WindowOverflow8 + 0x00000000400800c0 _WindowUnderflow8 + 0x0000000040080100 _WindowOverflow12 + 0x0000000040080140 _WindowUnderflow12 + 0x0000000000000180 . = 0x180 + *fill* 0x000000004008016a 0x16 + *(.Level2InterruptVector.text) + .Level2InterruptVector.text + 0x0000000040080180 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040080180 _Level2Vector + 0x00000000000001c0 . = 0x1c0 + *fill* 0x0000000040080186 0x3a + *(.Level3InterruptVector.text) + .Level3InterruptVector.text + 0x00000000400801c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x00000000400801c0 _Level3Vector + 0x0000000000000200 . = 0x200 + *fill* 0x00000000400801c6 0x3a + *(.Level4InterruptVector.text) + .Level4InterruptVector.text + 0x0000000040080200 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040080200 _Level4Vector + 0x0000000000000240 . = 0x240 + *fill* 0x0000000040080206 0x3a + *(.Level5InterruptVector.text) + .Level5InterruptVector.text + 0x0000000040080240 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040080240 _Level5Vector + 0x0000000000000280 . = 0x280 + *fill* 0x0000000040080246 0x3a + *(.DebugExceptionVector.text) + .DebugExceptionVector.text + 0x0000000040080280 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x0000000040080280 _DebugExceptionVector + 0x00000000000002c0 . = 0x2c0 + *fill* 0x0000000040080286 0x3a + *(.NMIExceptionVector.text) + .NMIExceptionVector.text + 0x00000000400802c0 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x00000000400802c0 _NMIExceptionVector + 0x0000000000000300 . = 0x300 + *fill* 0x00000000400802c6 0x3a + *(.KernelExceptionVector.text) + .KernelExceptionVector.text + 0x0000000040080300 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040080300 _KernelExceptionVector + 0x0000000000000340 . = 0x340 + *fill* 0x0000000040080306 0x3a + *(.UserExceptionVector.text) + .UserExceptionVector.text + 0x0000000040080340 0x6 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x9 (size before relaxing) + 0x0000000040080340 _UserExceptionVector + 0x00000000000003c0 . = 0x3c0 + *fill* 0x0000000040080346 0x7a + *(.DoubleExceptionVector.text) + .DoubleExceptionVector.text + 0x00000000400803c0 0xe esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x11 (size before relaxing) + 0x00000000400803c0 _DoubleExceptionVector + 0x0000000000000400 . = 0x400 + *fill* 0x00000000400803ce 0x32 + 0x0000000040080400 _invalid_pc_placeholder = ABSOLUTE (.) + *(.*Vector.literal) + .DoubleExceptionVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .KernelExceptionVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .UserExceptionVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level2InterruptVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level3InterruptVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level4InterruptVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .Level5InterruptVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + .NMIExceptionVector.literal + 0x0000000040080400 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x4 (size before relaxing) + *(.UserEnter.literal) + *(.UserEnter.text) + 0x0000000040080400 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + .init 0x0000000040080400 0x3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + 0x0000000040080400 _init + 0x0000000040080403 _init_end = ABSOLUTE (.) + +.iram0.text 0x0000000040080404 0x16b37 + 0x0000000040080404 _iram_text_start = ABSOLUTE (.) + *(.iram1 .iram1.*) + .iram1.1.literal + 0x0000000040080404 0xc esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .iram1.0.literal + 0x0000000040080410 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x10 (size before relaxing) + .iram1.1.literal + 0x0000000040080410 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x8 (size before relaxing) + .iram1.4.literal + 0x0000000040080414 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x20 (size before relaxing) + .iram1.6.literal + 0x0000000040080420 0x44 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x50 (size before relaxing) + .iram1.7.literal + 0x0000000040080464 0x24 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x48 (size before relaxing) + .iram1.8.literal + 0x0000000040080488 0x5c esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0xd4 (size before relaxing) + .iram1.0.literal + 0x00000000400804e4 0x4 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x14 (size before relaxing) + .iram1.literal + 0x00000000400804e8 0x10 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x1c (size before relaxing) + .iram1.7.literal + 0x00000000400804f8 0x18 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .iram1.2.literal + 0x0000000040080510 0x1c esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x2c (size before relaxing) + .iram1.3.literal + 0x000000004008052c 0xc esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x38 (size before relaxing) + .iram1.5.literal + 0x0000000040080538 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x4 (size before relaxing) + .iram1.literal + 0x0000000040080538 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + 0x24 (size before relaxing) + .iram1.0.literal + 0x0000000040080540 0x4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x1c (size before relaxing) + .iram1.1.literal + 0x0000000040080544 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .iram1.1.literal + 0x000000004008054c 0xc esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x10 (size before relaxing) + .iram1.0.literal + 0x0000000040080558 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040080558 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x8 (size before relaxing) + .iram1.2.literal + 0x000000004008055c 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x000000004008055c 0xc esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x28 (size before relaxing) + .iram1.6.literal + 0x0000000040080568 0xc esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x20 (size before relaxing) + .iram1.7.literal + 0x0000000040080574 0x2c esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x9c (size before relaxing) + .iram1.1.literal + 0x00000000400805a0 0x14 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x20 (size before relaxing) + .iram1.2.literal + 0x00000000400805b4 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x00000000400805b4 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .iram1.3.literal + 0x00000000400805e4 0x10 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x60 (size before relaxing) + .iram1.4.literal + 0x00000000400805f4 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x8 (size before relaxing) + .iram1.literal + 0x00000000400805f4 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x00000000400805f4 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .iram1.2.literal + 0x00000000400805f8 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .iram1.3.literal + 0x0000000040080604 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x18 (size before relaxing) + .iram1.0.literal + 0x0000000040080610 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x0000000040080610 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080610 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x0000000040080614 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080614 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .iram1.1.literal + 0x0000000040080618 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .iram1.2.literal + 0x000000004008061c 0x14 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x28 (size before relaxing) + .iram1.4.literal + 0x0000000040080630 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x10 (size before relaxing) + .iram1.7.literal + 0x0000000040080634 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .iram1.3.literal + 0x0000000040080638 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x28 (size before relaxing) + .iram1.8.literal + 0x000000004008063c 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xc (size before relaxing) + .iram1.0.literal + 0x0000000040080640 0x28 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x3c (size before relaxing) + .iram1.1.literal + 0x0000000040080668 0x10 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x20 (size before relaxing) + .iram1.2.literal + 0x0000000040080678 0x4 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x1c (size before relaxing) + .iram1.3.literal + 0x000000004008067c 0x10 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x4c (size before relaxing) + .iram1.4.literal + 0x000000004008068c 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x000000004008068c 0x4 esp-idf/soc/libsoc.a(dport_access.c.obj) + .iram1.1.literal + 0x0000000040080690 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x4 (size before relaxing) + .iram1.1.literal + 0x0000000040080690 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .iram1.2.literal + 0x0000000040080698 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x10 (size before relaxing) + .iram1.0.literal + 0x00000000400806a0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xc (size before relaxing) + .iram1.4.literal + 0x00000000400806a4 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x34 (size before relaxing) + .iram1.5.literal + 0x00000000400806b0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .iram1.2.literal + 0x00000000400806b0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x30 (size before relaxing) + .iram1.3.literal + 0x00000000400806b8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + .iram1.0.literal + 0x00000000400806c8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x00000000400806cc 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x00000000400806cc 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x24 (size before relaxing) + .iram1.4.literal + 0x00000000400806d4 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x24 (size before relaxing) + .iram1.5.literal + 0x00000000400806d4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x20 (size before relaxing) + .iram1.6.literal + 0x00000000400806e4 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x10 (size before relaxing) + .iram1.7.literal + 0x00000000400806f0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0xc (size before relaxing) + .iram1.2.literal + 0x00000000400806f0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.3.literal + 0x00000000400806f8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x20 (size before relaxing) + .iram1.4.literal + 0x00000000400806fc 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + .iram1.literal + 0x0000000040080700 0x44 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0xac (size before relaxing) + .iram1.0.literal + 0x0000000040080744 0x4 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + .iram1.16.literal + 0x0000000040080748 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x10 (size before relaxing) + .iram1.4.literal + 0x0000000040080754 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x34 (size before relaxing) + .iram1.9.literal + 0x000000004008075c 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x28 (size before relaxing) + .iram1.1.literal + 0x0000000040080764 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x0000000040080764 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.3.literal + 0x0000000040080764 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x24 (size before relaxing) + .iram1.5.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.8.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.10.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.11.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.13.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.15.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x4 (size before relaxing) + .iram1.18.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.22.literal + 0x000000004008076c 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x000000004008076c 0x8 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040080774 0xc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x14 (size before relaxing) + .iram1.0.literal + 0x0000000040080780 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x8 (size before relaxing) + .iram1.7.literal + 0x0000000040080780 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.4.literal + 0x0000000040080784 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x18 (size before relaxing) + .iram1.8.literal + 0x0000000040080794 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x10 (size before relaxing) + .iram1.5.literal + 0x0000000040080794 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x14 (size before relaxing) + .iram1.9.literal + 0x0000000040080798 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x000000004008079c 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1c (size before relaxing) + .iram1.2.literal + 0x000000004008079c 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x28 (size before relaxing) + .iram1.3.literal + 0x00000000400807a0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x14 (size before relaxing) + .iram1.0.literal + 0x00000000400807a0 0x4 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x00000000400807a4 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.0.literal + 0x00000000400807ac 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .iram1.1.literal + 0x00000000400807bc 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x00000000400807bc 0x20 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x48 (size before relaxing) + .iram1.4.literal + 0x00000000400807dc 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x30 (size before relaxing) + .iram1.0.literal + 0x00000000400807f0 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x00000000400807f4 0x8 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .iram1.1.literal + 0x00000000400807fc 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x00000000400807fc 0xc esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x1c (size before relaxing) + .iram1.1.literal + 0x0000000040080808 0x8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x14 (size before relaxing) + .iram1.4.literal + 0x0000000040080810 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x0000000040080810 0x8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x54 (size before relaxing) + .iram1.5.literal + 0x0000000040080818 0xc esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x1c (size before relaxing) + .iram1.6.literal + 0x0000000040080824 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040080824 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x54 (size before relaxing) + .iram1.2.literal + 0x0000000040080864 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .iram1.4.literal + 0x0000000040080864 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xc (size before relaxing) + .iram1.12.literal + 0x000000004008086c 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x1c (size before relaxing) + .iram1.6.literal + 0x0000000040080874 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.7.literal + 0x0000000040080884 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .iram1.8.literal + 0x0000000040080888 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x60 (size before relaxing) + .iram1.9.literal + 0x00000000400808bc 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x18 (size before relaxing) + .iram1.0.literal + 0x00000000400808cc 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x00000000400808cc 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x00000000400808cc 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x4 (size before relaxing) + .iram1.3.literal + 0x00000000400808cc 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x70 (size before relaxing) + .iram1.4.literal + 0x00000000400808fc 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x10 (size before relaxing) + .iram1.16.literal + 0x00000000400808fc 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x00000000400808fc 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .iram1.3.literal + 0x0000000040080900 0x0 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0xc (size before relaxing) + .iram1.12.literal + 0x0000000040080900 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x0000000040080900 0x34 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x58 (size before relaxing) + .iram1.13.literal + 0x0000000040080934 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x0000000040080934 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x20 (size before relaxing) + .iram1.8.literal + 0x0000000040080938 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x44 (size before relaxing) + .iram1.11.literal + 0x0000000040080948 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x24 (size before relaxing) + .iram1.14.literal + 0x0000000040080954 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080954 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4 (size before relaxing) + .iram1.1.literal + 0x0000000040080954 0x8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .iram1.8.literal + 0x000000004008095c 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .iram1.10.literal + 0x0000000040080960 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x8 (size before relaxing) + .iram1.6.literal + 0x0000000040080964 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .iram1.5.literal + 0x0000000040080968 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xc (size before relaxing) + .iram1.12.literal + 0x0000000040080970 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x24 (size before relaxing) + .iram1.10.literal + 0x000000004008097c 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xc (size before relaxing) + .iram1.13.literal + 0x000000004008097c 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x8 (size before relaxing) + .iram1.9.literal + 0x0000000040080980 0x1c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x5c (size before relaxing) + .iram1.16.literal + 0x000000004008099c 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x24 (size before relaxing) + .iram1.21.literal + 0x00000000400809ac 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x18 (size before relaxing) + .iram1.22.literal + 0x00000000400809b0 0xc esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x3c (size before relaxing) + .iram1.25.literal + 0x00000000400809bc 0x8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x18 (size before relaxing) + .iram1.28.literal + 0x00000000400809c4 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x54 (size before relaxing) + .iram1.9.literal + 0x00000000400809d4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xc (size before relaxing) + .iram1.17.literal + 0x00000000400809d4 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xc (size before relaxing) + .iram1.8.literal + 0x00000000400809dc 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x14 (size before relaxing) + .iram1.12.literal + 0x00000000400809e8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.11.literal + 0x00000000400809e8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x10 (size before relaxing) + .iram1.10.literal + 0x00000000400809f0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.14.literal + 0x00000000400809f0 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.13.literal + 0x00000000400809f0 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.0.literal + 0x00000000400809f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x00000000400809f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x00000000400809f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x00000000400809f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4 (size before relaxing) + .iram1.8.literal + 0x00000000400809f4 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x00000000400809f4 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x18 (size before relaxing) + .iram1.6.literal + 0x00000000400809f8 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x18 (size before relaxing) + .iram1.1.literal + 0x00000000400809f8 0x10 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x20 (size before relaxing) + .iram1.2.literal + 0x0000000040080a08 0x10 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x28 (size before relaxing) + .iram1.3.literal + 0x0000000040080a18 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x0000000040080a18 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x0000000040080a18 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x4 (size before relaxing) + .iram1.2.literal + 0x0000000040080a18 0x2c esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x40 (size before relaxing) + .iram1.literal + 0x0000000040080a44 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0xc (size before relaxing) + .iram1.1.literal + 0x0000000040080a44 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x8 (size before relaxing) + .iram1.0.literal + 0x0000000040080a48 0x24 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0x28 (size before relaxing) + .iram1.0.literal + 0x0000000040080a6c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x10 (size before relaxing) + .iram1.10.literal + 0x0000000040080a74 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.2.literal + 0x0000000040080a78 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.3.literal + 0x0000000040080a78 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.4.literal + 0x0000000040080a78 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.5.literal + 0x0000000040080a78 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.16.literal + 0x0000000040080a78 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.15.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.14.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.13.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.1.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.9.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.8.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x0000000040080a7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080a7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x0000000040080a7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x0000000040080a7c 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .iram1.1.literal + 0x0000000040080a80 0x18 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x34 (size before relaxing) + .iram1.2.literal + 0x0000000040080a98 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x34 (size before relaxing) + .iram1.3.literal + 0x0000000040080a9c 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .iram1.2.literal + 0x0000000040080a9c 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.3.literal + 0x0000000040080aa0 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x10 (size before relaxing) + .iram1.4.literal + 0x0000000040080aa0 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4 (size before relaxing) + .iram1.5.literal + 0x0000000040080aa0 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x0000000040080aa0 0x14 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x38 (size before relaxing) + .iram1.6.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0xc (size before relaxing) + .iram1.2.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0xc (size before relaxing) + .iram1.3.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.4.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4 (size before relaxing) + .iram1.5.literal + 0x0000000040080ab4 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4 (size before relaxing) + .literal.esp_cpu_stall + 0x0000000040080ab4 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x20 (size before relaxing) + .literal.esp_cpu_unstall + 0x0000000040080ad0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x20 (size before relaxing) + .literal.esp_gpio_reserve_pins + 0x0000000040080ad4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .literal.esp_ptr_byte_accessible + 0x0000000040080ad8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x8 (size before relaxing) + .literal.periph_module_reset + 0x0000000040080adc 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x30 (size before relaxing) + .literal.wifi_module_disable + 0x0000000040080aec 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x20 (size before relaxing) + .literal.wifi_module_enable + 0x0000000040080af0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x20 (size before relaxing) + .literal.rtc_clk_32k_enable_common + 0x0000000040080af4 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_clk_bbpll_disable + 0x0000000040080b04 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_bbpll_enable + 0x0000000040080b0c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c (size before relaxing) + .literal.rtc_clk_bbpll_configure + 0x0000000040080b0c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x40 (size before relaxing) + .literal.rtc_clk_32k_enable + 0x0000000040080b1c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_32k_enable_external + 0x0000000040080b24 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_8m_enable + 0x0000000040080b24 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_8md256_enabled + 0x0000000040080b2c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_src_set + 0x0000000040080b2c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_slow_src_get + 0x0000000040080b2c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000040080b2c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_fast_src_set + 0x0000000040080b38 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x0000000040080b3c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_mhz_to_config + 0x0000000040080b44 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cpu_freq_get_config + 0x0000000040080b44 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x38 (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x0000000040080b54 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_xtal + 0x0000000040080b58 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x34 (size before relaxing) + .literal.rtc_clk_cpu_set_to_default_config + 0x0000000040080b6c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xc (size before relaxing) + .literal.rtc_clk_cpu_freq_to_pll_mhz + 0x0000000040080b6c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x38 (size before relaxing) + .literal.rtc_clk_cpu_freq_to_8m + 0x0000000040080b74 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2c (size before relaxing) + .literal.rtc_clk_cpu_freq_set_config + 0x0000000040080b7c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x30 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040080b7c 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x80 (size before relaxing) + .literal.rtc_clk_cal + 0x0000000040080bb0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x24 (size before relaxing) + .literal.rtc_time_get + 0x0000000040080bb8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x24 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000040080bc8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x38 (size before relaxing) + .literal.rtc_clk_freq_cal + 0x0000000040080bd0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x8 (size before relaxing) + .literal.cache_sync + 0x0000000040080bd4 0x4 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .literal.prvAcquireItemNoSplit + 0x0000000040080bd8 0x14 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x20 (size before relaxing) + .literal.prvReceiveGeneric + 0x0000000040080bec 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x34 (size before relaxing) + .literal.prvSendAcquireGeneric + 0x0000000040080bf8 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.xRingbufferSend + 0x0000000040080bf8 0xc esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x1c (size before relaxing) + .literal.xRingbufferReceive + 0x0000000040080c04 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x14 (size before relaxing) + .literal.vRingbufferReturnItem + 0x0000000040080c0c 0x8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x28 (size before relaxing) + .literal.esp_error_check_failed_print + 0x0000000040080c14 0x14 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x28 (size before relaxing) + .literal._esp_error_check_failed + 0x0000000040080c28 0x8 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x10 (size before relaxing) + .literal.esp_system_abort + 0x0000000040080c30 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x4 (size before relaxing) + .literal.wifi_sta_receive + 0x0000000040080c30 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_transmit_wrap + 0x0000000040080c38 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.prvCopyDataToQueue + 0x0000000040080c3c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xc (size before relaxing) + .literal.prvCopyDataFromQueue + 0x0000000040080c3c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.prvNotifyQueueSetContainer + 0x0000000040080c3c 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x40 (size before relaxing) + .literal.xQueueGenericReset + 0x0000000040080c54 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3c (size before relaxing) + .literal.prvInitialiseNewQueue + 0x0000000040080c6c 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4 (size before relaxing) + .literal.xQueueGenericCreateStatic + 0x0000000040080c6c 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueGenericGetStaticBuffers + 0x0000000040080c84 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueGenericCreate + 0x0000000040080c8c 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x28 (size before relaxing) + .literal.xQueueGetMutexHolder + 0x0000000040080c98 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueCreateCountingSemaphore + 0x0000000040080c98 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1c (size before relaxing) + .literal.xQueueGenericSend + 0x0000000040080ca4 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x74 (size before relaxing) + .literal.prvInitialiseMutex + 0x0000000040080cb8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueCreateMutex + 0x0000000040080cb8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueCreateMutexStatic + 0x0000000040080cb8 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x8 (size before relaxing) + .literal.xQueueGiveMutexRecursive + 0x0000000040080cb8 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueGenericSendFromISR + 0x0000000040080cc0 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + .literal.xQueueGiveFromISR + 0x0000000040080cc4 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x30 (size before relaxing) + .literal.xQueueReceive + 0x0000000040080cd0 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x54 (size before relaxing) + .literal.xQueueSemaphoreTake + 0x0000000040080cdc 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x60 (size before relaxing) + .literal.xQueueTakeMutexRecursive + 0x0000000040080ce0 0x4 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.xQueueReceiveFromISR + 0x0000000040080ce4 0x10 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x30 (size before relaxing) + .literal.uxQueueMessagesWaiting + 0x0000000040080cf4 0xc esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1c (size before relaxing) + .literal.vQueueDelete + 0x0000000040080d00 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x18 (size before relaxing) + .literal.prvResetNextTaskUnblockTime + 0x0000000040080d08 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .literal.prvDeleteTLS + 0x0000000040080d10 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.prvInitialiseNewTask + 0x0000000040080d20 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.prvInitialiseTaskLists + 0x0000000040080d20 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + .literal.prvCheckForYieldUsingPrioritySMP + 0x0000000040080d3c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.prvAddNewTaskToReadyList + 0x0000000040080d48 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x38 (size before relaxing) + .literal.taskSelectHighestPriorityTaskSMP + 0x0000000040080d5c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvDeleteTCB + 0x0000000040080d68 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.prvCheckTasksWaitingTermination + 0x0000000040080d78 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvAddCurrentTaskToDelayedList + 0x0000000040080d80 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.prvIdleTask + 0x0000000040080d84 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.xTaskCreateStaticPinnedToCore + 0x0000000040080d88 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.prvCreateIdleTasks + 0x0000000040080d9c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.xTaskCreatePinnedToCore + 0x0000000040080da8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14 (size before relaxing) + .literal.vTaskSuspendAll + 0x0000000040080da8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.xTaskGetTickCount + 0x0000000040080da8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetTickCountFromISR + 0x0000000040080da8 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.xTaskGetIdleTaskHandleForCPU + 0x0000000040080da8 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x24 (size before relaxing) + .literal.xTaskIncrementTick + 0x0000000040080dbc 0x20 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x70 (size before relaxing) + .literal.xTaskIncrementTickOtherCores + 0x0000000040080ddc 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x34 (size before relaxing) + .literal.vTaskSwitchContext + 0x0000000040080de8 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.vTaskPlaceOnEventList + 0x0000000040080df8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.vTaskPlaceOnUnorderedEventList + 0x0000000040080e04 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x30 (size before relaxing) + .literal.xTaskRemoveFromEventList + 0x0000000040080e0c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x68 (size before relaxing) + .literal.vTaskTakeKernelLock + 0x0000000040080e20 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.vTaskReleaseKernelLock + 0x0000000040080e20 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.vTaskRemoveFromUnorderedEventList + 0x0000000040080e20 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x34 (size before relaxing) + .literal.vTaskInternalSetTimeOutState + 0x0000000040080e28 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.xTaskCheckForTimeOut + 0x0000000040080e34 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + .literal.xTaskGetCurrentTaskHandle + 0x0000000040080e44 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.vTaskDelete + 0x0000000040080e44 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x64 (size before relaxing) + .literal.uxTaskPriorityGet + 0x0000000040080e4c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.vTaskPrioritySet + 0x0000000040080e4c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.vTaskSuspend + 0x0000000040080e54 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x54 (size before relaxing) + .literal.pcTaskGetName + 0x0000000040080e5c 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x18 (size before relaxing) + .literal.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000040080e64 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.pvTaskGetThreadLocalStoragePointer + 0x0000000040080e64 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetAffinity + 0x0000000040080e64 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetCurrentTaskHandleForCPU + 0x0000000040080e64 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.xTaskGetSchedulerState + 0x0000000040080e64 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc (size before relaxing) + .literal.vTaskDelay + 0x0000000040080e64 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x28 (size before relaxing) + .literal.xTaskResumeAll + 0x0000000040080e6c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + .literal.xTaskPriorityInherit + 0x0000000040080e78 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20 (size before relaxing) + .literal.xTaskPriorityDisinherit + 0x0000000040080e78 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.vTaskPriorityDisinheritAfterTimeout + 0x0000000040080e8c 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x40 (size before relaxing) + .literal.uxTaskResetEventItemValue + 0x0000000040080e9c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.pvTaskIncrementMutexHeldCount + 0x0000000040080e9c 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + .literal.ulTaskGenericNotifyTake + 0x0000000040080e9c 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x34 (size before relaxing) + .literal.xTaskGenericNotify + 0x0000000040080ea8 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x5c (size before relaxing) + .literal.vTaskGenericNotifyGiveFromISR + 0x0000000040080ecc 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x60 (size before relaxing) + .literal.__getreent + 0x0000000040080edc 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x8 (size before relaxing) + .literal.vTaskGetSnapshot + 0x0000000040080edc 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4 (size before relaxing) + .literal.vTaskStartScheduler + 0x0000000040080edc 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2c (size before relaxing) + .literal.vPortTaskWrapper + 0x0000000040080ee8 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x18 (size before relaxing) + .literal.xPortStartScheduler + 0x0000000040080ef0 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x10 (size before relaxing) + .literal.pxPortInitialiseStack + 0x0000000040080ef4 0x24 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x34 (size before relaxing) + .literal.xPortInIsrContext + 0x0000000040080f18 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x8 (size before relaxing) + .literal.xPortEnterCriticalTimeout + 0x0000000040080f18 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x5c (size before relaxing) + .literal.vPortExitCritical + 0x0000000040080f48 0xc esp-idf/freertos/libfreertos.a(port.c.obj) + 0x30 (size before relaxing) + .literal.vPortYieldOtherCore + 0x0000000040080f54 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.vPortCleanUpCoprocArea + 0x0000000040080f54 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4 (size before relaxing) + .literal.vApplicationGetIdleTaskMemory + 0x0000000040080f54 0x10 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x20 (size before relaxing) + .literal 0x0000000040080f64 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0xa4 (size before relaxing) + .literal.vPortSetupTimer + 0x0000000040080f84 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x8 (size before relaxing) + .literal.xPortSysTickHandler + 0x0000000040080f84 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x10 (size before relaxing) + .literal 0x0000000040080f84 0x4 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x2c (size before relaxing) + .literal._xt_tick_divisor_init + 0x0000000040080f88 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0xc (size before relaxing) + .literal.pvPortMalloc + 0x0000000040080f8c 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x8 (size before relaxing) + .literal.vPortFree + 0x0000000040080f8c 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x4 (size before relaxing) + .literal.xPortCheckValidTCBMem + 0x0000000040080f8c 0x8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x14 (size before relaxing) + .literal.xPortcheckValidStackMem + 0x0000000040080f94 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x14 (size before relaxing) + .literal.xEventGroupCreate + 0x0000000040080f94 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x1c (size before relaxing) + .literal.xEventGroupWaitBits + 0x0000000040080fa0 0x1c esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x5c (size before relaxing) + .literal.xEventGroupClearBits + 0x0000000040080fbc 0x8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x24 (size before relaxing) + .literal.xEventGroupSetBits + 0x0000000040080fc4 0xc esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x34 (size before relaxing) + .literal.vEventGroupDelete + 0x0000000040080fd0 0x8 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x2c (size before relaxing) + .literal.cache_hal_suspend + 0x0000000040080fd8 0x14 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x34 (size before relaxing) + .literal.cache_hal_resume + 0x0000000040080fec 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x24 (size before relaxing) + .literal.cache_hal_is_cache_enabled + 0x0000000040080fec 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x10 (size before relaxing) + .literal.mmu_ll_check_entry_valid + 0x0000000040080fec 0x10 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x18 (size before relaxing) + .literal.mmu_ll_get_entry_target + 0x0000000040080ffc 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x1c (size before relaxing) + .literal.mmu_ll_entry_id_to_paddr_base + 0x0000000040081004 0x4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x18 (size before relaxing) + .literal.mmu_hal_check_valid_ext_vaddr_region + 0x0000000040081008 0x28 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x30 (size before relaxing) + .literal.mmu_hal_map_region + 0x0000000040081030 0x2c esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x78 (size before relaxing) + .literal.mmu_hal_unmap_region + 0x000000004008105c 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x68 (size before relaxing) + .literal.mmu_hal_vaddr_to_paddr + 0x0000000040081064 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x54 (size before relaxing) + .literal.spi_flash_encrypt_ll_enable + 0x000000004008106c 0x4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_encrypt_ll_disable + 0x0000000040081070 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_encrypt_ll_plaintext_save + 0x0000000040081070 0x14 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_encryption_hal_enable + 0x0000000040081084 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_encryption_hal_disable + 0x0000000040081084 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_encryption_hal_prepare + 0x0000000040081084 0x8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_encryption_hal_done + 0x000000004008108c 0x4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .literal.spi_flash_ll_set_read_mode + 0x0000000040081090 0xc esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_ll_set_buffer_data + 0x000000004008109c 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_ll_get_buffer_data + 0x000000004008109c 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_configure_host_io_mode + 0x000000004008109c 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x30 (size before relaxing) + .literal.spi_flash_hal_common_command + 0x00000000400810a0 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_hal_read + 0x00000000400810a0 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_erase_chip + 0x00000000400810a0 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_hal_erase_sector + 0x00000000400810a0 0x4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_erase_block + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_hal_program_page + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_hal_set_write_protect + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_check_status + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_resume + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_hal_suspend + 0x00000000400810a4 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_init + 0x00000000400810a4 0x3c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x54 (size before relaxing) + .literal.wdt_hal_config_stage + 0x00000000400810e0 0xc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x34 (size before relaxing) + .literal.wdt_hal_write_protect_disable + 0x00000000400810ec 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_enable + 0x00000000400810ec 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_disable + 0x00000000400810ec 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_handle_intr + 0x00000000400810ec 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_feed + 0x00000000400810ec 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_set_flashboot_en + 0x00000000400810ec 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.assert_valid_block + 0x00000000400810f0 0x4 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + .literal.multi_heap_free_impl + 0x00000000400810f4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x18 (size before relaxing) + .literal.multi_heap_get_allocated_size_impl + 0x00000000400810f4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4 (size before relaxing) + .literal.multi_heap_internal_lock + 0x00000000400810f4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4 (size before relaxing) + .literal.multi_heap_internal_unlock + 0x00000000400810f4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x4 (size before relaxing) + .literal.multi_heap_malloc_impl + 0x00000000400810f4 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x14 (size before relaxing) + .literal.multi_heap_realloc_impl + 0x00000000400810f4 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x2c (size before relaxing) + .literal.tlsf_free + 0x0000000040081100 0x54 esp-idf/heap/libheap.a(tlsf.c.obj) + 0xa0 (size before relaxing) + .literal.tlsf_get_pool + 0x0000000040081154 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4 (size before relaxing) + .literal.tlsf_malloc + 0x0000000040081154 0x30 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x94 (size before relaxing) + .literal.tlsf_realloc + 0x0000000040081184 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + 0xd4 (size before relaxing) + .literal.esp_log_write + 0x0000000040081190 0x4 esp-idf/log/liblog.a(log.c.obj) + .literal.esp_log_early_timestamp + 0x0000000040081194 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4 (size before relaxing) + .literal.esp_log_impl_lock + 0x0000000040081194 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x10 (size before relaxing) + .literal.esp_log_impl_lock_timeout + 0x0000000040081198 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x10 (size before relaxing) + .literal.esp_log_impl_unlock + 0x0000000040081198 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + 0xc (size before relaxing) + .literal.esp_log_timestamp + 0x0000000040081198 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1c (size before relaxing) + .literal.abort + 0x000000004008119c 0x18 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x24 (size before relaxing) + .literal.ra_to_str + 0x00000000400811b4 0x4 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x8 (size before relaxing) + .literal.__assert_func + 0x00000000400811b8 0x20 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x3c (size before relaxing) + .literal.malloc + 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.realloc + 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal.free 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._malloc_r + 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._free_r + 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._realloc_r + 0x00000000400811d8 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x4 (size before relaxing) + .literal._calloc_r + 0x00000000400811d8 0x4 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.calloc + 0x00000000400811dc 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x8 (size before relaxing) + .literal.__atomic_fetch_add_8 + 0x00000000400811dc 0x4 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x1c (size before relaxing) + .literal.__atomic_fetch_sub_8 + 0x00000000400811e0 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x1c (size before relaxing) + .literal.__atomic_load_8 + 0x00000000400811e0 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x1c (size before relaxing) + .literal.__atomic_store_8 + 0x00000000400811e0 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_needs_reset_check + 0x00000000400811e0 0x4 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_set_erasing_flag + 0x00000000400811e4 0x4 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .literal.spi_flash_brownout_need_reset + 0x00000000400811e8 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x8 (size before relaxing) + .literal.memspi_host_read_id_hs + 0x00000000400811e8 0xc esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x18 (size before relaxing) + .literal.memspi_host_flush_cache + 0x00000000400811f4 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x8 (size before relaxing) + .literal.memspi_host_init_pointers + 0x00000000400811f4 0x8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_chip_gd_detect_size + 0x00000000400811fc 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_gd_probe + 0x0000000040081200 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_gd_set_io_mode + 0x0000000040081200 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_chip_gd_get_io_mode + 0x0000000040081210 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_detect_size + 0x0000000040081210 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_generic_config_host_io_mode + 0x0000000040081210 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_chip_generic_write_encrypted + 0x0000000040081218 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x000000004008121c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_common_write_status_16b_wrsr + 0x000000004008121c 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_read + 0x000000004008121c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_chip_generic_write + 0x0000000040081224 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_generic_get_write_protect + 0x0000000040081224 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x10 (size before relaxing) + .literal.spi_flash_chip_generic_yield + 0x0000000040081230 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_suspend_cmd_conf + 0x0000000040081230 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_chip_generic_read_unique_id + 0x0000000040081234 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x14 (size before relaxing) + .literal.spi_flash_common_read_status_8b_rdsr2 + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_get_io_mode + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_read_status_8b_rdsr + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_write_status_8b_wrsr + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_common_write_status_8b_wrsr2 + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_generic_set_io_mode + 0x0000000040081238 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_chip_issi_probe + 0x0000000040081238 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_chip_issi_set_io_mode + 0x000000004008123c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0xc (size before relaxing) + .literal.spi_flash_chip_issi_get_io_mode + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_mxic_detect_size + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_command_winbond_program_4B + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_page_program + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_command_winbond_erase_sector_4B + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_erase_sector + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_command_erase_block_4B + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_erase_block + 0x0000000040081244 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_chip_winbond_read + 0x0000000040081244 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x1c (size before relaxing) + .literal 0x000000004008124c 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0x4 (size before relaxing) + .iram1.1 0x000000004008124c 0xb2 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x000000004008124c esp_app_get_elf_sha256 + *fill* 0x00000000400812fe 0x2 + .iram1.0 0x0000000040081300 0x54 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x60 (size before relaxing) + .iram1.1 0x0000000040081354 0x22 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x0000000040081354 pthread_mutex_lock + *fill* 0x0000000040081376 0x2 + .iram1.4 0x0000000040081378 0x61 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x6d (size before relaxing) + 0x0000000040081378 pthread_mutex_unlock + *fill* 0x00000000400813d9 0x3 + .iram1.6 0x00000000400813dc 0xb3 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0xbf (size before relaxing) + 0x00000000400813dc call_start_cpu1 + *fill* 0x000000004008148f 0x1 + .iram1.7 0x0000000040081490 0x114 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x128 (size before relaxing) + 0x0000000040081490 do_multicore_settings + .iram1.8 0x00000000400815a4 0x1c3 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x1f3 (size before relaxing) + 0x00000000400815a4 call_start_cpu0 + *fill* 0x0000000040081767 0x1 + .iram1.0 0x0000000040081768 0x33 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x3f (size before relaxing) + 0x0000000040081768 esp_restart_noos_dig + *fill* 0x000000004008179b 0x1 + .iram1 0x000000004008179c 0x91 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x95 (size before relaxing) + 0x000000004008179c xt_highint4 + 0x000000004008182d ld_include_highint_hdl + *fill* 0x000000004008182d 0x3 + .iram1.7 0x0000000040081830 0x71 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + *fill* 0x00000000400818a1 0x3 + .iram1.2 0x00000000400818a4 0x6a esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x72 (size before relaxing) + 0x00000000400818a4 esp_ipc_isr_stall_other_cpu + *fill* 0x000000004008190e 0x2 + .iram1.3 0x0000000040081910 0x83 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x8e (size before relaxing) + 0x0000000040081910 esp_ipc_isr_release_other_cpu + *fill* 0x0000000040081993 0x1 + .iram1.5 0x0000000040081994 0xf esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x0000000040081994 esp_ipc_isr_stall_abort + *fill* 0x00000000400819a3 0x1 + .iram1 0x00000000400819a4 0x63 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + 0x00000000400819a4 esp_ipc_isr_handler + *fill* 0x0000000040081a07 0x1 + .iram1.0 0x0000000040081a08 0x62 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040081a6a 0x2 + .iram1.1 0x0000000040081a6c 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x0000000040081a6c panic_abort + *fill* 0x0000000040081a86 0x2 + .iram1.1 0x0000000040081a88 0x2a esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x0000000040081a88 start_cpu_other_cores + *fill* 0x0000000040081ab2 0x2 + .iram1.0 0x0000000040081ab4 0x1a esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040081ace 0x2 + .iram1.1 0x0000000040081ad0 0x12 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x16 (size before relaxing) + 0x0000000040081ad0 panicHandler + *fill* 0x0000000040081ae2 0x2 + .iram1.2 0x0000000040081ae4 0x12 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x16 (size before relaxing) + 0x0000000040081ae4 xt_unhandled_exception + *fill* 0x0000000040081af6 0x2 + .iram1.1 0x0000000040081af8 0x56 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x62 (size before relaxing) + *fill* 0x0000000040081b4e 0x2 + .iram1.6 0x0000000040081b50 0x47 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x57 (size before relaxing) + 0x0000000040081b50 esp_system_reset_modules_on_exit + *fill* 0x0000000040081b97 0x1 + .iram1.7 0x0000000040081b98 0x133 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x177 (size before relaxing) + 0x0000000040081b98 esp_restart_noos + *fill* 0x0000000040081ccb 0x1 + .iram1.1 0x0000000040081ccc 0x3b esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + *fill* 0x0000000040081d07 0x1 + .iram1.2 0x0000000040081d08 0x18 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .iram1.0 0x0000000040081d20 0x99 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x0000000040081d20 esp_backtrace_get_next_frame + *fill* 0x0000000040081db9 0x3 + .iram1.3 0x0000000040081dbc 0x16a esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x172 (size before relaxing) + 0x0000000040081dbc esp_backtrace_print_from_frame + *fill* 0x0000000040081f26 0x2 + .iram1.4 0x0000000040081f28 0x25 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x29 (size before relaxing) + 0x0000000040081f28 esp_backtrace_print + *fill* 0x0000000040081f4d 0x3 + .iram1 0x0000000040081f50 0x1d esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x0000000040081f50 esp_backtrace_get_start + *fill* 0x0000000040081f6d 0x3 + .iram1.0 0x0000000040081f70 0x27 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x0000000040081f70 esp_vApplicationTickHook + *fill* 0x0000000040081f97 0x1 + .iram1.2 0x0000000040081f98 0x4b esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040081f98 esp_rom_uart_tx_wait_idle + *fill* 0x0000000040081fe3 0x1 + .iram1.3 0x0000000040081fe4 0x58 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040081fe4 esp_rom_uart_set_clock_baudrate + .iram1.0 0x000000004008203c 0x18 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x1c (size before relaxing) + 0x000000004008203c efuse_hal_chip_revision + .iram1.3 0x0000000040082054 0x28 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x0000000040082054 efuse_hal_flash_encryption_enabled + .iram1.0 0x000000004008207c 0x49 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x000000004008207c efuse_hal_get_major_chip_version + *fill* 0x00000000400820c5 0x3 + .iram1.1 0x00000000400820c8 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000400820c8 efuse_hal_get_minor_chip_version + .iram1.0 0x00000000400820d8 0x16 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x00000000400820ee 0x2 + .iram1.1 0x00000000400820f0 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x30 (size before relaxing) + 0x00000000400820f0 heap_caps_malloc + .iram1.2 0x000000004008211c 0x74 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x78 (size before relaxing) + 0x000000004008211c heap_caps_malloc_default + .iram1.4 0x0000000040082190 0x8b esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x0000000040082190 heap_caps_malloc_prefer + *fill* 0x000000004008221b 0x1 + .iram1.7 0x000000004008221c 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x30 (size before relaxing) + 0x000000004008221c heap_caps_realloc + .iram1.3 0x0000000040082248 0x7c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x80 (size before relaxing) + 0x0000000040082248 heap_caps_realloc_default + .iram1.8 0x00000000400822c4 0x2c esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x34 (size before relaxing) + 0x00000000400822c4 heap_caps_calloc + .iram1.0 0x00000000400822f0 0x89 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x99 (size before relaxing) + *fill* 0x0000000040082379 0x3 + .iram1.1 0x000000004008237c 0x4f esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x52 (size before relaxing) + 0x000000004008237c heap_caps_free + *fill* 0x00000000400823cb 0x1 + .iram1.2 0x00000000400823cc 0xac esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0xb0 (size before relaxing) + 0x00000000400823cc heap_caps_malloc_base + .iram1.3 0x0000000040082478 0x13a esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x14e (size before relaxing) + 0x0000000040082478 heap_caps_realloc_base + *fill* 0x00000000400825b2 0x2 + .iram1.4 0x00000000400825b4 0x2f esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x33 (size before relaxing) + 0x00000000400825b4 heap_caps_calloc_base + *fill* 0x00000000400825e3 0x1 + .iram1.0 0x00000000400825e4 0x15 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x00000000400825e4 esp_dport_access_reg_read + *fill* 0x00000000400825f9 0x3 + .iram1.1 0x00000000400825fc 0xc esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x00000000400825fc esp_dport_access_sequence_reg_read + .iram1.1 0x0000000040082608 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x0000000040082608 esp_clk_cpu_freq + .iram1.2 0x0000000040082618 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x0000000040082618 esp_clk_apb_freq + *fill* 0x0000000040082632 0x2 + .iram1.0 0x0000000040082634 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x40 (size before relaxing) + *fill* 0x000000004008266d 0x3 + .iram1.4 0x0000000040082670 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x8f (size before relaxing) + 0x0000000040082670 esp_intr_noniram_disable + *fill* 0x00000000400826e4 0x0 + .iram1.5 0x00000000400826e4 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x7f (size before relaxing) + 0x00000000400826e4 esp_intr_noniram_enable + *fill* 0x0000000040082748 0x0 + .iram1.2 0x0000000040082748 0xbe esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xce (size before relaxing) + 0x0000000040082748 esp_intr_enable + *fill* 0x0000000040082806 0x2 + .iram1.3 0x0000000040082808 0xfa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x10e (size before relaxing) + 0x0000000040082808 esp_intr_disable + *fill* 0x0000000040082902 0x2 + .iram1.0 0x0000000040082904 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004008291f 0x1 + .iram1.1 0x0000000040082920 0x1b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004008293b 0x1 + .iram1.3 0x000000004008293c 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x63 (size before relaxing) + 0x000000004008293c wifi_bt_common_module_enable + *fill* 0x000000004008298c 0x0 + .iram1.4 0x000000004008298c 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x5f (size before relaxing) + 0x000000004008298c wifi_bt_common_module_disable + *fill* 0x00000000400829d4 0x0 + .iram1.5 0x00000000400829d4 0x4c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x58 (size before relaxing) + .iram1.6 0x0000000040082a20 0x32 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x0000000040082a20 rtc_isr_noniram_disable + *fill* 0x0000000040082a52 0x2 + .iram1.7 0x0000000040082a54 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x0000000040082a54 rtc_isr_noniram_enable + *fill* 0x0000000040082a72 0x2 + .iram1.2 0x0000000040082a74 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x67 (size before relaxing) + 0x0000000040082a74 regi2c_ctrl_read_reg_mask + *fill* 0x0000000040082acc 0x0 + .iram1.3 0x0000000040082acc 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x63 (size before relaxing) + 0x0000000040082acc regi2c_ctrl_write_reg + *fill* 0x0000000040082b1c 0x0 + .iram1.4 0x0000000040082b1c 0x1a esp-idf/freertos/libfreertos.a(port.c.obj) + 0x0000000040082b1c xPortInterruptedFromISRContext + *fill* 0x0000000040082b36 0x2 + .iram1 0x0000000040082b38 0x4e2 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x506 (size before relaxing) + 0x0000000040082b38 xt_debugexception + 0x0000000040082c0c _xt_user_exit + 0x0000000040082f40 _xt_medint2_exit + 0x0000000040082ff0 _xt_medint3_exit + 0x000000004008300c xt_highint5 + 0x0000000040083014 xt_nmi + *fill* 0x000000004008301a 0x2 + .iram1.0 0x000000004008301c 0x24 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x2f (size before relaxing) + *fill* 0x0000000040083040 0x0 + .iram1.16 0x0000000040083040 0x17 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040083057 0x1 + .iram1.4 0x0000000040083058 0xa5 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xb9 (size before relaxing) + *fill* 0x00000000400830fd 0x3 + .iram1.9 0x0000000040083100 0x5e esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x6a (size before relaxing) + *fill* 0x000000004008315e 0x2 + .iram1.1 0x0000000040083160 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083160 _lock_init + *fill* 0x0000000040083173 0x1 + .iram1.2 0x0000000040083174 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083174 _lock_init_recursive + *fill* 0x0000000040083187 0x1 + .iram1.3 0x0000000040083188 0x37 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x47 (size before relaxing) + 0x0000000040083188 _lock_close_recursive + 0x0000000040083188 _lock_close + *fill* 0x00000000400831bf 0x1 + .iram1.5 0x00000000400831c0 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x00000000400831c0 _lock_acquire + *fill* 0x00000000400831ce 0x2 + .iram1.6 0x00000000400831d0 0xe esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x12 (size before relaxing) + 0x00000000400831d0 _lock_acquire_recursive + *fill* 0x00000000400831de 0x2 + .iram1.7 0x00000000400831e0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x00000000400831e0 _lock_try_acquire + .iram1.8 0x00000000400831f0 0x10 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x14 (size before relaxing) + 0x00000000400831f0 _lock_try_acquire_recursive + .iram1.10 0x0000000040083200 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083200 _lock_release + *fill* 0x000000004008320f 0x1 + .iram1.11 0x0000000040083210 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083210 _lock_release_recursive + *fill* 0x000000004008321f 0x1 + .iram1.13 0x0000000040083220 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083220 __retarget_lock_init_recursive + *fill* 0x0000000040083233 0x1 + .iram1.15 0x0000000040083234 0xf esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x0000000040083234 __retarget_lock_close_recursive + *fill* 0x0000000040083243 0x1 + .iram1.18 0x0000000040083244 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x0000000040083244 __retarget_lock_acquire_recursive + *fill* 0x0000000040083257 0x1 + .iram1.22 0x0000000040083258 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x17 (size before relaxing) + 0x0000000040083258 __retarget_lock_release_recursive + *fill* 0x000000004008326b 0x1 + .iram1.0 0x000000004008326c 0x2c esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x000000004008326c esp_reent_init + .iram1.1 0x0000000040083298 0x4a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x0000000040083298 _gettimeofday_r + *fill* 0x00000000400832e2 0x2 + .iram1.0 0x00000000400832e4 0x28 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x2c (size before relaxing) + 0x00000000400832e4 _times_r + .iram1.7 0x000000004008330c 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x2c (size before relaxing) + .iram1.4 0x0000000040083334 0x94 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .iram1.8 0x00000000400833c8 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400833e7 0x1 + .iram1.5 0x00000000400833e8 0x64 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x68 (size before relaxing) + .iram1.9 0x000000004008344c 0x1e esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x22 (size before relaxing) + *fill* 0x000000004008346a 0x2 + .iram1.1 0x000000004008346c 0x65 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x75 (size before relaxing) + 0x000000004008346c esp_timer_start_once + *fill* 0x00000000400834d1 0x3 + .iram1.2 0x00000000400834d4 0x85 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x99 (size before relaxing) + 0x00000000400834d4 esp_timer_start_periodic + *fill* 0x0000000040083559 0x3 + .iram1.3 0x000000004008355c 0x41 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4d (size before relaxing) + 0x000000004008355c esp_timer_stop + *fill* 0x000000004008359d 0x3 + .iram1.0 0x00000000400835a0 0x1f esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x00000000400835a0 esp_system_get_time + *fill* 0x00000000400835bf 0x1 + .iram1.3 0x00000000400835c0 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x00000000400835da 0x2 + .iram1.0 0x00000000400835dc 0x4f esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400835dc esp_timer_impl_get_counter_reg + *fill* 0x000000004008362b 0x1 + .iram1.1 0x000000004008362c 0x14 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x17 (size before relaxing) + 0x000000004008362c esp_timer_get_time + 0x000000004008362c esp_timer_impl_get_time + *fill* 0x0000000040083640 0x0 + .iram1.2 0x0000000040083640 0x150 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x163 (size before relaxing) + 0x0000000040083640 esp_timer_impl_set_alarm_id + *fill* 0x0000000040083790 0x0 + .iram1.4 0x0000000040083790 0x67 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x6b (size before relaxing) + 0x0000000040083790 esp_timer_private_update_apb_freq + 0x0000000040083790 esp_timer_impl_update_apb_freq + *fill* 0x00000000400837f7 0x1 + .iram1.0 0x00000000400837f8 0x16 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x00000000400837f8 xt_unhandled_interrupt + *fill* 0x000000004008380e 0x2 + .iram1.0 0x0000000040083810 0x16f esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x000000004008397f 0x1 + .iram1.1 0x0000000040083980 0xe9 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x0000000040083a69 0x3 + .iram1.0 0x0000000040083a6c 0xc8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xcc (size before relaxing) + .iram1.1 0x0000000040083b34 0x57 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x5b (size before relaxing) + *fill* 0x0000000040083b8b 0x1 + .iram1.4 0x0000000040083b8c 0x43 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x0000000040083bcf 0x1 + .iram1.3 0x0000000040083bd0 0x1e3 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x212 (size before relaxing) + *fill* 0x0000000040083db3 0x1 + .iram1.5 0x0000000040083db4 0xda esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xe6 (size before relaxing) + *fill* 0x0000000040083e8e 0x2 + .iram1.6 0x0000000040083e90 0x57 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040083ee7 0x1 + .iram1.1 0x0000000040083ee8 0x20c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x0000000040083ee8 bootloader_flash_execute_command_common + .iram1.2 0x00000000400840f4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00000000400840f4 bootloader_execute_flash_command + .iram1.4 0x0000000040084114 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2e (size before relaxing) + 0x0000000040084114 bootloader_read_flash_id + *fill* 0x000000004008413e 0x2 + .iram1.12 0x0000000040084140 0x94 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x9c (size before relaxing) + 0x0000000040084140 bootloader_flash_reset_chip + .iram1.6 0x00000000400841d4 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400841d4 bootloader_flash_cs_timing_config + *fill* 0x0000000040084242 0x2 + .iram1.7 0x0000000040084244 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040084244 bootloader_flash_clock_config + .iram1.8 0x0000000040084294 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x1ec (size before relaxing) + 0x0000000040084294 bootloader_flash_gpio_config + .iram1.9 0x000000004008446c 0xb3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x000000004008446c bootloader_flash_dummy_config + *fill* 0x000000004008451f 0x1 + .iram1.0 0x0000000040084520 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x0000000040084520 bootloader_common_get_chip_ver_pkg + *fill* 0x000000004008453e 0x2 + .iram1.0 0x0000000040084540 0xa esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0xd (size before relaxing) + 0x0000000040084540 esp_flash_encryption_enabled + *fill* 0x000000004008454a 0x2 + .iram1.2 0x000000004008454c 0x8 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040084554 0x0 + .iram1.3 0x0000000040084554 0x219 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x22d (size before relaxing) + *fill* 0x000000004008476d 0x3 + .iram1.4 0x0000000040084770 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x29 (size before relaxing) + *fill* 0x000000004008478d 0x3 + .iram1.16 0x0000000040084790 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x22 (size before relaxing) + *fill* 0x00000000400847aa 0x2 + .iram1.1 0x00000000400847ac 0x67 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x00000000400847ac esp_mmu_paddr_find_caps + *fill* 0x0000000040084813 0x1 + .iram1.3 0x0000000040084814 0x15 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0x19 (size before relaxing) + *fill* 0x0000000040084829 0x3 + .iram1.12 0x000000004008482c 0xa esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xe (size before relaxing) + 0x000000004008482c spi_flash_disable_cache + *fill* 0x0000000040084836 0x2 + .iram1.7 0x0000000040084838 0xea esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x102 (size before relaxing) + 0x0000000040084838 spi_flash_disable_interrupts_caches_and_other_cpu + *fill* 0x0000000040084922 0x2 + .iram1.13 0x0000000040084924 0xa esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xe (size before relaxing) + 0x0000000040084924 spi_flash_restore_cache + *fill* 0x000000004008492e 0x2 + .iram1.6 0x0000000040084930 0x46 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x52 (size before relaxing) + 0x0000000040084930 spi_flash_op_block_func + *fill* 0x0000000040084976 0x2 + .iram1.8 0x0000000040084978 0xa9 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xb9 (size before relaxing) + 0x0000000040084978 spi_flash_enable_interrupts_caches_and_other_cpu + *fill* 0x0000000040084a21 0x3 + .iram1.11 0x0000000040084a24 0xbb esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0xbf (size before relaxing) + 0x0000000040084a24 spi_flash_enable_cache + *fill* 0x0000000040084adf 0x1 + .iram1.14 0x0000000040084ae0 0xc esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x10 (size before relaxing) + 0x0000000040084ae0 spi_flash_cache_enabled + .iram1.0 0x0000000040084aec 0x1c esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x20 (size before relaxing) + .iram1.1 0x0000000040084b08 0x52 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x56 (size before relaxing) + 0x0000000040084b08 spi_flash_check_and_flush_cache + *fill* 0x0000000040084b5a 0x2 + .iram1.8 0x0000000040084b5c 0xa esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x0000000040084b5c spi_flash_guard_set + *fill* 0x0000000040084b66 0x2 + .iram1.10 0x0000000040084b68 0x47 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x0000000040084b68 esp_mspi_pin_init + *fill* 0x0000000040084baf 0x1 + .iram1.6 0x0000000040084bb0 0x46 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x0000000040084bf6 0x2 + .iram1.5 0x0000000040084bf8 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x0000000040084c1a 0x2 + .iram1.12 0x0000000040084c1c 0x8c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x94 (size before relaxing) + .iram1.10 0x0000000040084ca8 0x66 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x6a (size before relaxing) + *fill* 0x0000000040084d0e 0x2 + .iram1.13 0x0000000040084d10 0x6c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000040084d10 esp_flash_get_physical_size + .iram1.9 0x0000000040084d7c 0x178 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x190 (size before relaxing) + 0x0000000040084d7c esp_flash_init_main + .iram1.16 0x0000000040084ef4 0x222 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x226 (size before relaxing) + 0x0000000040084ef4 esp_flash_erase_region + *fill* 0x0000000040085116 0x2 + .iram1.21 0x0000000040085118 0x146 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000040085118 esp_flash_read + *fill* 0x000000004008525e 0x2 + .iram1.22 0x0000000040085260 0x186 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000040085260 esp_flash_write + *fill* 0x00000000400853e6 0x2 + .iram1.25 0x00000000400853e8 0x66 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x00000000400853e8 esp_flash_read_encrypted + *fill* 0x000000004008544e 0x2 + .iram1.28 0x0000000040085450 0x27a esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x282 (size before relaxing) + 0x0000000040085450 esp_flash_write_encrypted + *fill* 0x00000000400856ca 0x2 + .iram1.9 0x00000000400856cc 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x20 (size before relaxing) + .iram1.17 0x00000000400856e4 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.8 0x0000000040085714 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x34 (size before relaxing) + .iram1.12 0x0000000040085744 0xa esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xe (size before relaxing) + *fill* 0x000000004008574e 0x2 + .iram1.11 0x0000000040085750 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x4a (size before relaxing) + *fill* 0x0000000040085796 0x2 + .iram1.10 0x0000000040085798 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .iram1.14 0x00000000400857a8 0xb esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400857b3 0x1 + .iram1.13 0x00000000400857b4 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x00000000400857d2 0x2 + .iram1.0 0x00000000400857d4 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400857dc 0x0 + .iram1.7 0x00000000400857dc 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x18 (size before relaxing) + .iram1.1 0x00000000400857f0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400857f8 0x0 + .iram1.6 0x00000000400857f8 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x10 (size before relaxing) + .iram1.8 0x0000000040085804 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .iram1.7 0x0000000040085814 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x2f (size before relaxing) + *fill* 0x0000000040085837 0x1 + .iram1.6 0x0000000040085838 0x23 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x2f (size before relaxing) + *fill* 0x000000004008585b 0x1 + .iram1.1 0x000000004008585c 0x5a esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000400858b6 0x2 + .iram1.2 0x00000000400858b8 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x60 (size before relaxing) + .iram1.3 0x0000000040085910 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x0000000040085910 esp_crosscore_int_send_yield + *fill* 0x000000004008591f 0x1 + .iram1.6 0x0000000040085920 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x0000000040085920 esp_crosscore_int_send_print_backtrace + *fill* 0x000000004008592f 0x1 + .iram1.7 0x0000000040085930 0xf esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x0000000040085930 esp_crosscore_int_send_twdt_abort + *fill* 0x000000004008593f 0x1 + .iram1.2 0x0000000040085940 0xe3 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0xf2 (size before relaxing) + *fill* 0x0000000040085a23 0x1 + .iram1 0x0000000040085a24 0x40 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x48 (size before relaxing) + 0x0000000040085a24 _xt_panic + .iram1.1 0x0000000040085a64 0xf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x0000000040085a64 esp_rom_set_cpu_ticks_per_us + *fill* 0x0000000040085a73 0x1 + .iram1.0 0x0000000040085a74 0x77 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0x0000000040085a74 esp_rom_gpio_connect_out_signal + *fill* 0x0000000040085aeb 0x1 + .iram1.0 0x0000000040085aec 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x44 (size before relaxing) + 0x0000000040085aec esp_random + .iram1.10 0x0000000040085b2c 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040085b3a 0x2 + .iram1.2 0x0000000040085b3c 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + 0x0000000040085b3c wifi_malloc + .iram1.3 0x0000000040085b48 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040085b48 wifi_realloc + *fill* 0x0000000040085b59 0x3 + .iram1.4 0x0000000040085b5c 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040085b5c wifi_calloc + *fill* 0x0000000040085b6d 0x3 + .iram1.5 0x0000000040085b70 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040085b81 0x3 + .iram1.16 0x0000000040085b84 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.15 0x0000000040085b98 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.14 0x0000000040085bac 0x14 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .iram1.13 0x0000000040085bc0 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040085bd2 0x2 + .iram1.1 0x0000000040085bd4 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040085bdc 0x0 + .iram1.0 0x0000000040085bdc 0x8 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xb (size before relaxing) + *fill* 0x0000000040085be4 0x0 + .iram1.9 0x0000000040085be4 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040085bf9 0x3 + .iram1.8 0x0000000040085bfc 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x10 (size before relaxing) + .iram1.7 0x0000000040085c08 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040085c19 0x3 + .iram1.0 0x0000000040085c1c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x0000000040085c1c esp_mbedtls_mem_calloc + .iram1.1 0x0000000040085c30 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0xe (size before relaxing) + 0x0000000040085c30 esp_mbedtls_mem_free + *fill* 0x0000000040085c3a 0x2 + .iram1.28 0x0000000040085c3c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x0000000040085c3c lmacProcessCollisions + *fill* 0x0000000040085c4b 0x1 + .iram1.32 0x0000000040085c4c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x0000000040085c4c lmacProcessAllTxTimeout + *fill* 0x0000000040085c5b 0x1 + .iram1.33 0x0000000040085c5c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x13 (size before relaxing) + 0x0000000040085c5c lmacPostTxComplete + *fill* 0x0000000040085c6b 0x1 + .iram1.34 0x0000000040085c6c 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x67 (size before relaxing) + 0x0000000040085c84 lmacProcessRxSucData + *fill* 0x0000000040085ccf 0x1 + .iram1.2 0x0000000040085cd0 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0xb4 (size before relaxing) + 0x0000000040085cd4 pm_get_null_max_tx_time + .iram1.67 0x0000000040085d68 0x14e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x156 (size before relaxing) + 0x0000000040085d80 pp_post + *fill* 0x0000000040085eb6 0x2 + .iram1.4 0x0000000040085eb8 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x0000000040085ebc wifi_gpio_debug + *fill* 0x0000000040085ecf 0x1 + .iram1.49 0x0000000040085ed0 0x9a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9e (size before relaxing) + 0x0000000040085f5c wdev_record_rx_linked_list + *fill* 0x0000000040085f6a 0x2 + .iram1.19 0x0000000040085f6c 0x69 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x6d (size before relaxing) + 0x0000000040085f70 wdev_push_promis_misc_buf + *fill* 0x0000000040085fd5 0x3 + .iram1.46 0x0000000040085fd8 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa5 (size before relaxing) + 0x0000000040085fdc wdev_process_panic_watchdog + *fill* 0x0000000040086057 0x1 + .iram1.47 0x0000000040086058 0x1c2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x21a (size before relaxing) + 0x0000000040086098 wDev_ProcessFiq + *fill* 0x000000004008621a 0x2 + .iram1.50 0x000000004008621c 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9a (size before relaxing) + 0x0000000040086228 wdev_dump_rx_linked_list + *fill* 0x000000004008629e 0x2 + .iram1.13 0x00000000400862a0 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000400862a4 hal_mac_interrupt_get_event + *fill* 0x00000000400862b1 0x3 + .iram1.14 0x00000000400862b4 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000400862b8 hal_mac_interrupt_clr_event + .iram1.15 0x00000000400862c8 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x23 (size before relaxing) + 0x00000000400862c8 hal_mac_interrupt_clr_watchdog + *fill* 0x00000000400862e3 0x1 + .iram1.2 0x00000000400862e4 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x00000000400862e8 hal_mac_rx_get_end_state + .iram1.6 0x00000000400862f8 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x5f (size before relaxing) + 0x0000000040086308 hal_mac_rx_get_end_info + *fill* 0x000000004008634f 0x1 + .iram1.0 0x0000000040086350 0x13 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x0000000040086363 0x1 + .iram1.1 0x0000000040086364 0x5a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x6e (size before relaxing) + 0x0000000040086364 ets_timer_arm_us + 0x0000000040086364 os_timer_arm_us + *fill* 0x00000000400863be 0x2 + .iram1.2 0x00000000400863c0 0x62 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x76 (size before relaxing) + 0x00000000400863c0 os_timer_arm + 0x00000000400863c0 ets_timer_arm + *fill* 0x0000000040086422 0x2 + .iram1.3 0x0000000040086424 0x14 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x18 (size before relaxing) + 0x0000000040086424 os_timer_disarm + 0x0000000040086424 ets_timer_disarm + .iram1.2 0x0000000040086438 0x24 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x2c (size before relaxing) + 0x0000000040086438 phy_enter_critical + .iram1.3 0x000000004008645c 0x1c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x23 (size before relaxing) + 0x000000004008645c phy_exit_critical + *fill* 0x0000000040086478 0x0 + .iram1.4 0x0000000040086478 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0xb (size before relaxing) + 0x0000000040086478 esp_phy_common_clock_enable + *fill* 0x0000000040086480 0x0 + .iram1.5 0x0000000040086480 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0xb (size before relaxing) + 0x0000000040086480 esp_phy_common_clock_disable + *fill* 0x0000000040086488 0x0 + .iram1.6 0x0000000040086488 0x74 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x87 (size before relaxing) + 0x0000000040086488 esp_wifi_power_domain_on + 0x0000000040086488 esp_wifi_bt_power_domain_on + *fill* 0x00000000400864fc 0x0 + .iram1.6 0x00000000400864fc 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x00000000400864fc esp_coex_common_malloc_internal_wrapper + *fill* 0x000000004008650e 0x2 + .iram1.1 0x0000000040086510 0x22 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x26 (size before relaxing) + 0x0000000040086510 esp_coex_common_int_disable_wrapper + *fill* 0x0000000040086532 0x2 + .iram1.2 0x0000000040086534 0x17 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x22 (size before relaxing) + 0x0000000040086534 esp_coex_common_int_restore_wrapper + *fill* 0x000000004008654b 0x1 + .iram1.3 0x000000004008654c 0x8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0xb (size before relaxing) + 0x000000004008654c esp_coex_common_task_yield_from_isr_wrapper + *fill* 0x0000000040086554 0x0 + .iram1.4 0x0000000040086554 0xa esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0xe (size before relaxing) + 0x0000000040086554 esp_coex_common_timer_disarm_wrapper + *fill* 0x000000004008655e 0x2 + .iram1.5 0x0000000040086560 0x12 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x0000000040086560 esp_coex_common_timer_arm_us_wrapper + *fill* 0x0000000040086572 0x2 + .iram1 0x0000000040086574 0x88a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x9ca (size before relaxing) + 0x0000000040086578 ram_disable_agc + 0x0000000040086594 ram_enable_agc + 0x00000000400865c8 ram_write_gain_mem + 0x000000004008662c ram_set_txclk_en + 0x000000004008665c ram_set_rxclk_en + 0x000000004008669c disable_wifi_agc + 0x00000000400866f8 enable_wifi_agc + 0x0000000040086764 wr_bt_tx_atten + 0x00000000400867c0 wr_bt_tx_gain_mem + 0x00000000400868c0 set_tx_gain_table + 0x000000004008699c set_most_pwr_reg + 0x0000000040086b84 bb_wdt_rst_enable + 0x0000000040086ba8 bb_wdt_int_enable + 0x0000000040086bd4 bb_wdt_timeout_clear + 0x0000000040086bf4 bb_wdt_get_status + 0x0000000040086c0c bt_tx_gain_cal + 0x0000000040086cc0 bt_tx_gain_cal_set + 0x0000000040086cd0 phy_wifi_enable_set + 0x0000000040086d20 ram_set_noise_floor + 0x0000000040086d8c phy_close_rf + *fill* 0x0000000040086dfe 0x2 + .iram1 0x0000000040086e00 0xfbf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x10e7 (size before relaxing) + 0x0000000040086e08 get_target_power_offset + 0x0000000040086e50 ram_txbbgain_to_index + 0x0000000040086e8c ram_set_chan_cal_interp + 0x0000000040086f54 write_txrate_power_offset + 0x00000000400870b8 get_phy_target_power + 0x000000004008712c force_txrx_off + 0x00000000400871bc phy_pwdet_onetime_en + 0x0000000040087200 ram_read_sar_dout + 0x0000000040087234 get_rate_fcc_index + 0x000000004008736c get_rate_target_power + 0x00000000400873b8 get_chan_pwr_index + 0x0000000040087438 write_wifi_dig_gain + 0x000000004008749c correct_rf_ana_gain_new + 0x00000000400875ac tx_gain_table_set + 0x000000004008764c set_chan_dig_gain + 0x0000000040087904 tx_pwctrl_cal + 0x0000000040087c28 tx_pwctrl_background + 0x0000000040087d10 ram_get_rf_gain_qdb + 0x0000000040087d28 wifi_11g_rate_chg + 0x0000000040087d40 ram_set_txcap_reg + *fill* 0x0000000040087dbf 0x1 + .iram1 0x0000000040087dc0 0xad5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xdbd (size before relaxing) + 0x0000000040087dc4 get_i2c_read_mask + 0x0000000040087df8 pll_correct_dcap + 0x0000000040087ee0 bb_rst_en_set + 0x0000000040087f24 phy_dis_hw_set_freq + 0x0000000040087f84 phy_force_wifi_chan + 0x000000004008808c phy_en_hw_set_freq + 0x00000000400880e4 ram_chip_i2c_readReg + 0x00000000400881bc ram_chip_i2c_writeReg + 0x0000000040088260 phy_unforce_wifi_chan + 0x00000000400882e8 wifi_track_pll_cap + 0x0000000040088374 phy_get_fetx_delay + 0x0000000040088398 get_temp_cal + 0x00000000400883d4 btpwr_pll_track + 0x00000000400884ac phy_bt_ifs_set + 0x00000000400884f8 tsens_code_read + 0x0000000040088564 btpwr_tsens_track + 0x00000000400885d4 bt_track_tx_power + 0x0000000040088614 bt_track_pll_cap + 0x0000000040088680 chan_to_freq + 0x00000000400886b8 get_i2c_write_data + 0x00000000400886e8 i2c_write_master + 0x0000000040088760 ram_pbus_debugmode + 0x000000004008878c ram_pbus_force_test + 0x00000000400887f0 force_txrxoff + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x0 + *fill* 0x0000000040088895 0x3 + .iram1 0x0000000040088898 0xa esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + 0x0000000040088898 esp_ipc_isr_waiting_for_finish_cmd + *fill* 0x00000000400888a2 0x0 + *fill* 0x00000000400888a2 0x0 + *fill* 0x00000000400888a2 0x2 + .iram1.2 0x00000000400888a4 0x5 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400888a4 esp_reset_reason_set_hint + *fill* 0x00000000400888a9 0x3 + .iram1.3 0x00000000400888ac 0x7 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400888ac esp_reset_reason_get_hint + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x0 + *fill* 0x00000000400888b3 0x1 + .iram1.6 0x00000000400888b4 0x13 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x0 + *fill* 0x00000000400888c7 0x1 + .iram1.1 0x00000000400888c8 0x9 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x00000000400888c8 esp_timer_impl_get_min_period_us + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x0 + *fill* 0x00000000400888d1 0x3 + .iram1.0 0x00000000400888d4 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x00000000400888d4 esp_pm_lock_acquire + .iram1.1 0x00000000400888dc 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x00000000400888dc esp_pm_lock_release + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + *fill* 0x00000000400888e4 0x0 + .iram1.11 0x00000000400888e4 0x7 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x00000000400888e4 spi_flash_init_chip_state + *fill* 0x00000000400888eb 0x0 + *fill* 0x00000000400888eb 0x1 + .iram1.3 0x00000000400888ec 0x22 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000004008890e 0x2 + .iram1.4 0x0000000040088910 0x18 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x0000000040088928 0x0 + .iram1.7 0x0000000040088928 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x0000000040088928 esp_flash_chip_driver_initialized + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + *fill* 0x0000000040088938 0x0 + .iram1.6 0x0000000040088938 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008894a 0x0 + *fill* 0x000000004008894a 0x2 + .iram1.11 0x000000004008894c 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040088951 0x3 + .iram1.12 0x0000000040088954 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040088959 0x3 + .iram1.17 0x000000004008895c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040088963 0x1 + .iram1.18 0x0000000040088964 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008896b 0x1 + .iram1.19 0x000000004008896c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040088973 0x1 + .iram1.20 0x0000000040088974 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004008897b 0x1 + .iram1.21 0x000000004008897c 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x0 + *fill* 0x0000000040088981 0x3 + .iram1.0 0x0000000040088984 0x7 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x0000000040088984 esp_coex_common_env_is_chip_wrapper + *fill* 0x000000004008898b 0x0 + *fill* 0x000000004008898b 0x0 + *fill* 0x000000004008898b 0x0 + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *libdriver.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *fill* 0x000000004008898b 0x1 + .text.esp_cpu_compare_and_set + 0x000000004008898c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x000000004008898c esp_cpu_compare_and_set + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *fill* 0x00000000400889a1 0x3 + .text.esp_cpu_stall + 0x00000000400889a4 0x85 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x89 (size before relaxing) + 0x00000000400889a4 esp_cpu_stall + *fill* 0x0000000040088a29 0x0 + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_unstall .text.esp_cpu_unstall) + *fill* 0x0000000040088a29 0x3 + .text.esp_cpu_unstall + 0x0000000040088a2c 0x53 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x57 (size before relaxing) + 0x0000000040088a2c esp_cpu_unstall + *fill* 0x0000000040088a7f 0x0 + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_wait_for_intr .text.esp_cpu_wait_for_intr) + *fill* 0x0000000040088a7f 0x1 + .text.esp_cpu_wait_for_intr + 0x0000000040088a80 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x0000000040088a80 esp_cpu_wait_for_intr + *libesp_hw_support.a:esp_gpio_reserve.*(.literal.esp_gpio_is_pin_reserved .text.esp_gpio_is_pin_reserved) + *libesp_hw_support.a:esp_gpio_reserve.*(.literal.esp_gpio_reserve_pins .text.esp_gpio_reserve_pins) + .text.esp_gpio_reserve_pins + 0x0000000040088a88 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x0000000040088a88 esp_gpio_reserve_pins + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040088aa1 0x3 + .text.esp_ptr_byte_accessible + 0x0000000040088aa4 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x0000000040088aa4 esp_ptr_byte_accessible + *fill* 0x0000000040088abd 0x0 + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + *fill* 0x0000000040088abd 0x3 + .text.periph_module_reset + 0x0000000040088ac0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x6b (size before relaxing) + 0x0000000040088ac0 periph_module_reset + *fill* 0x0000000040088b18 0x0 + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + *fill* 0x0000000040088b18 0x0 + .text.wifi_module_disable + 0x0000000040088b18 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4f (size before relaxing) + 0x0000000040088b18 wifi_module_disable + *fill* 0x0000000040088b54 0x0 + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + *fill* 0x0000000040088b54 0x0 + .text.wifi_module_enable + 0x0000000040088b54 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x4b (size before relaxing) + 0x0000000040088b54 wifi_module_enable + *fill* 0x0000000040088b90 0x0 + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040088b90 0x0 + .text.rtc_clk_32k_enable_common + 0x0000000040088b90 0x95 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x0000000040088c25 0x3 + .text.rtc_clk_bbpll_disable + 0x0000000040088c28 0x3e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x0000000040088c66 0x2 + .text.rtc_clk_bbpll_enable + 0x0000000040088c68 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x76 (size before relaxing) + *fill* 0x0000000040088cce 0x2 + .text.rtc_clk_bbpll_configure + 0x0000000040088cd0 0x1b4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1c8 (size before relaxing) + .text.rtc_clk_32k_enable + 0x0000000040088e84 0x35 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x39 (size before relaxing) + 0x0000000040088e84 rtc_clk_32k_enable + *fill* 0x0000000040088eb9 0x3 + .text.rtc_clk_32k_enable_external + 0x0000000040088ebc 0xa esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xe (size before relaxing) + 0x0000000040088ebc rtc_clk_32k_enable_external + *fill* 0x0000000040088ec6 0x2 + .text.rtc_clk_8m_enable + 0x0000000040088ec8 0x9d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x0000000040088ec8 rtc_clk_8m_enable + *fill* 0x0000000040088f65 0x3 + .text.rtc_clk_8md256_enabled + 0x0000000040088f68 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x0000000040088f68 rtc_clk_8md256_enabled + *fill* 0x0000000040088f82 0x2 + .text.rtc_clk_slow_src_set + 0x0000000040088f84 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x9a (size before relaxing) + 0x0000000040088f84 rtc_clk_slow_src_set + *fill* 0x000000004008901a 0x2 + .text.rtc_clk_slow_src_get + 0x000000004008901c 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004008901c rtc_clk_slow_src_get + *fill* 0x0000000040089036 0x2 + .text.rtc_clk_slow_freq_get_hz + 0x0000000040089038 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2a (size before relaxing) + 0x0000000040089038 rtc_clk_slow_freq_get_hz + *fill* 0x000000004008905e 0x2 + .text.rtc_clk_fast_src_set + 0x0000000040089060 0x47 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4a (size before relaxing) + 0x0000000040089060 rtc_clk_fast_src_set + *fill* 0x00000000400890a7 0x1 + .text.rtc_clk_xtal_freq_get + 0x00000000400890a8 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000400890a8 rtc_clk_xtal_freq_get + 0x00000000400890a8 rtc_get_xtal + *fill* 0x00000000400890de 0x2 + .text.rtc_clk_cpu_freq_mhz_to_config + 0x00000000400890e0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000400890e0 rtc_clk_cpu_freq_mhz_to_config + .text.rtc_clk_cpu_freq_get_config + 0x0000000040089148 0xc9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xd1 (size before relaxing) + 0x0000000040089148 rtc_clk_cpu_freq_get_config + *fill* 0x0000000040089211 0x3 + .text.rtc_clk_apb_freq_update + 0x0000000040089214 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x0000000040089214 rtc_clk_apb_freq_update + *fill* 0x000000004008922d 0x3 + .text.rtc_clk_cpu_freq_to_xtal + 0x0000000040089230 0x81 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x89 (size before relaxing) + 0x0000000040089230 rtc_clk_cpu_freq_to_xtal + *fill* 0x00000000400892b1 0x3 + .text.rtc_clk_cpu_set_to_default_config + 0x00000000400892b4 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x19 (size before relaxing) + 0x00000000400892b4 rtc_clk_cpu_set_to_default_config + *fill* 0x00000000400892c5 0x3 + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x00000000400892c8 0xad esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xb9 (size before relaxing) + *fill* 0x0000000040089375 0x3 + .text.rtc_clk_cpu_freq_to_8m + 0x0000000040089378 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000400893da 0x2 + .text.rtc_clk_cpu_freq_set_config + 0x00000000400893dc 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x8f (size before relaxing) + 0x00000000400893dc rtc_clk_cpu_freq_set_config + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *fill* 0x0000000040089450 0x0 + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040089450 0x0 + .text.rtc_clk_cal_internal + 0x0000000040089450 0x204 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x218 (size before relaxing) + .text.rtc_clk_cal + 0x0000000040089654 0xd9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0xe1 (size before relaxing) + 0x0000000040089654 rtc_clk_cal + *fill* 0x000000004008972d 0x3 + .text.rtc_time_get + 0x0000000040089730 0x6f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x0000000040089730 rtc_time_get + *fill* 0x000000004008979f 0x1 + .text.rtc_clk_wait_for_slow_cycle + 0x00000000400897a0 0xa7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x00000000400897a0 rtc_clk_wait_for_slow_cycle + *fill* 0x0000000040089847 0x1 + .text.rtc_clk_freq_cal + 0x0000000040089848 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x0000000040089848 rtc_clk_freq_cal + *fill* 0x0000000040089862 0x0 + *fill* 0x0000000040089862 0x0 + *fill* 0x0000000040089862 0x0 + *fill* 0x0000000040089862 0x0 + *libesp_hw_support.a:rtc_wdt.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) + *libesp_mm.a:cache_esp32.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040089862 0x2 + .text.cache_sync + 0x0000000040089864 0x22 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0x0000000040089864 cache_sync + *fill* 0x0000000040089886 0x0 + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *fill* 0x0000000040089886 0x2 + .text.prvAcquireItemNoSplit + 0x0000000040089888 0xaa esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xb1 (size before relaxing) + *fill* 0x0000000040089932 0x2 + .text.prvReceiveGeneric + 0x0000000040089934 0xfb esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x10b (size before relaxing) + *fill* 0x0000000040089a2f 0x1 + .text.prvSendAcquireGeneric + 0x0000000040089a30 0xd8 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xf0 (size before relaxing) + .text.xRingbufferSend + 0x0000000040089b08 0x62 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x66 (size before relaxing) + 0x0000000040089b08 xRingbufferSend + *fill* 0x0000000040089b6a 0x2 + .text.xRingbufferReceive + 0x0000000040089b6c 0x45 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x0000000040089b6c xRingbufferReceive + *fill* 0x0000000040089bb1 0x3 + .text.vRingbufferReturnItem + 0x0000000040089bb4 0x5c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x6e (size before relaxing) + 0x0000000040089bb4 vRingbufferReturnItem + *fill* 0x0000000040089c10 0x0 + .text.prvCheckItemAvail + 0x0000000040089c10 0x49 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x0000000040089c59 0x0 + *fill* 0x0000000040089c59 0x0 + *fill* 0x0000000040089c59 0x0 + *fill* 0x0000000040089c59 0x0 + *fill* 0x0000000040089c59 0x0 + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040089c59 0x3 + .text.esp_error_check_failed_print + 0x0000000040089c5c 0x4b esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x4f (size before relaxing) + *fill* 0x0000000040089ca7 0x1 + .text._esp_error_check_failed + 0x0000000040089ca8 0x2a esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x32 (size before relaxing) + 0x0000000040089ca8 _esp_error_check_failed + *fill* 0x0000000040089cd2 0x0 + *fill* 0x0000000040089cd2 0x0 + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + *fill* 0x0000000040089cd2 0x2 + .text.esp_system_abort + 0x0000000040089cd4 0x8 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0xc (size before relaxing) + 0x0000000040089cd4 esp_system_abort + *fill* 0x0000000040089cdc 0x0 + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + .text.__ubsan_include + 0x0000000040089cdc 0x5 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x0000000040089cdc __ubsan_include + *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) + *fill* 0x0000000040089ce1 0x3 + .text.coex_pti_get_wrapper + 0x0000000040089ce4 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) + *fill* 0x0000000040089ceb 0x1 + .text.wifi_sta_receive + 0x0000000040089cec 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *fill* 0x0000000040089d08 0x0 + *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) + .text.wifi_transmit_wrap + 0x0000000040089d08 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:idf_additions.* *libfreertos.a:app_startup.*) .literal EXCLUDE_FILE(*libfreertos.a:idf_additions.* *libfreertos.a:app_startup.*) .literal.* EXCLUDE_FILE(*libfreertos.a:idf_additions.* *libfreertos.a:app_startup.*) .text EXCLUDE_FILE(*libfreertos.a:idf_additions.* *libfreertos.a:app_startup.*) .text.*) + .text.prvCopyDataToQueue + 0x0000000040089d1c 0x93 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x0000000040089daf 0x1 + .text.prvCopyDataFromQueue + 0x0000000040089db0 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + .text.prvNotifyQueueSetContainer + 0x0000000040089dd4 0x9c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xb3 (size before relaxing) + *fill* 0x0000000040089e70 0x0 + .text.xQueueGenericReset + 0x0000000040089e70 0xa6 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xae (size before relaxing) + 0x0000000040089e70 xQueueGenericReset + *fill* 0x0000000040089f16 0x2 + .text.prvInitialiseNewQueue + 0x0000000040089f18 0x1f esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x23 (size before relaxing) + *fill* 0x0000000040089f37 0x1 + .text.xQueueGenericCreateStatic + 0x0000000040089f38 0xb0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xb8 (size before relaxing) + 0x0000000040089f38 xQueueGenericCreateStatic + .text.xQueueGenericGetStaticBuffers + 0x0000000040089fe8 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x44 (size before relaxing) + 0x0000000040089fe8 xQueueGenericGetStaticBuffers + .text.xQueueGenericCreate + 0x000000004008a028 0x8c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x98 (size before relaxing) + 0x000000004008a028 xQueueGenericCreate + .text.xQueueGetMutexHolder + 0x000000004008a0b4 0x26 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x000000004008a0b4 xQueueGetMutexHolder + *fill* 0x000000004008a0da 0x2 + .text.xQueueCreateCountingSemaphore + 0x000000004008a0dc 0x43 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x4b (size before relaxing) + 0x000000004008a0dc xQueueCreateCountingSemaphore + *fill* 0x000000004008a11f 0x1 + .text.xQueueGenericSend + 0x000000004008a120 0x1c0 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1f8 (size before relaxing) + 0x000000004008a120 xQueueGenericSend + .text.prvInitialiseMutex + 0x000000004008a2e0 0x36 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000004008a316 0x2 + .text.xQueueCreateMutex + 0x000000004008a318 0x16 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1a (size before relaxing) + 0x000000004008a318 xQueueCreateMutex + *fill* 0x000000004008a32e 0x2 + .text.xQueueCreateMutexStatic + 0x000000004008a330 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x1e (size before relaxing) + 0x000000004008a330 xQueueCreateMutexStatic + *fill* 0x000000004008a34a 0x2 + .text.xQueueGiveMutexRecursive + 0x000000004008a34c 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x48 (size before relaxing) + 0x000000004008a34c xQueueGiveMutexRecursive + .text.xQueueGenericSendFromISR + 0x000000004008a38c 0x10c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x11c (size before relaxing) + 0x000000004008a38c xQueueGenericSendFromISR + .text.xQueueGiveFromISR + 0x000000004008a498 0xce esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xda (size before relaxing) + 0x000000004008a498 xQueueGiveFromISR + *fill* 0x000000004008a566 0x2 + .text.xQueueReceive + 0x000000004008a568 0x104 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x130 (size before relaxing) + 0x000000004008a568 xQueueReceive + .text.xQueueSemaphoreTake + 0x000000004008a66c 0x118 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x144 (size before relaxing) + 0x000000004008a66c xQueueSemaphoreTake + .text.xQueueTakeMutexRecursive + 0x000000004008a784 0x40 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x44 (size before relaxing) + 0x000000004008a784 xQueueTakeMutexRecursive + .text.xQueueReceiveFromISR + 0x000000004008a7c4 0x93 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xa3 (size before relaxing) + 0x000000004008a7c4 xQueueReceiveFromISR + *fill* 0x000000004008a857 0x1 + .text.uxQueueMessagesWaiting + 0x000000004008a858 0x2c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x34 (size before relaxing) + 0x000000004008a858 uxQueueMessagesWaiting + .text.vQueueDelete + 0x000000004008a884 0x24 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x27 (size before relaxing) + 0x000000004008a884 vQueueDelete + *fill* 0x000000004008a8a8 0x0 + .text.prvResetNextTaskUnblockTime + 0x000000004008a8a8 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvDeleteTLS + 0x000000004008a8e0 0x3b esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000004008a91b 0x1 + .text.prvInitialiseNewTask + 0x000000004008a91c 0xce esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xd6 (size before relaxing) + *fill* 0x000000004008a9ea 0x2 + .text.prvInitialiseTaskLists + 0x000000004008a9ec 0x67 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x77 (size before relaxing) + *fill* 0x000000004008aa53 0x1 + .text.prvCheckForYieldUsingPrioritySMP + 0x000000004008aa54 0x8c esp-idf/freertos/libfreertos.a(tasks.c.obj) + .text.prvAddNewTaskToReadyList + 0x000000004008aae0 0x170 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x17f (size before relaxing) + *fill* 0x000000004008ac50 0x0 + .text.taskSelectHighestPriorityTaskSMP + 0x000000004008ac50 0x120 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x124 (size before relaxing) + .text.prvDeleteTCB + 0x000000004008ad70 0x48 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000004008adb8 0x0 + .text.prvCheckTasksWaitingTermination + 0x000000004008adb8 0x97 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x9f (size before relaxing) + *fill* 0x000000004008ae4f 0x1 + .text.prvAddCurrentTaskToDelayedList + 0x000000004008ae50 0xca esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xd6 (size before relaxing) + *fill* 0x000000004008af1a 0x2 + .text.prvIdleTask + 0x000000004008af1c 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000004008af2b 0x1 + .text.xTaskCreateStaticPinnedToCore + 0x000000004008af2c 0xdc esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xec (size before relaxing) + 0x000000004008af2c xTaskCreateStaticPinnedToCore + .text.prvCreateIdleTasks + 0x000000004008b008 0x8e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x92 (size before relaxing) + *fill* 0x000000004008b096 0x2 + .text.xTaskCreatePinnedToCore + 0x000000004008b098 0x5a esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x6a (size before relaxing) + 0x000000004008b098 xTaskCreatePinnedToCore + *fill* 0x000000004008b0f2 0x2 + .text.vTaskSuspendAll + 0x000000004008b0f4 0x2e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x32 (size before relaxing) + 0x000000004008b0f4 vTaskSuspendAll + *fill* 0x000000004008b122 0x2 + .text.xTaskGetTickCount + 0x000000004008b124 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008b124 xTaskGetTickCount + *fill* 0x000000004008b131 0x3 + .text.xTaskGetTickCountFromISR + 0x000000004008b134 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x22 (size before relaxing) + 0x000000004008b134 xTaskGetTickCountFromISR + *fill* 0x000000004008b152 0x2 + .text.xTaskGetIdleTaskHandleForCPU + 0x000000004008b154 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3c (size before relaxing) + 0x000000004008b154 xTaskGetIdleTaskHandleForCPU + .text.xTaskIncrementTick + 0x000000004008b18c 0x19d esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1b1 (size before relaxing) + 0x000000004008b18c xTaskIncrementTick + *fill* 0x000000004008b329 0x3 + .text.xTaskIncrementTickOtherCores + 0x000000004008b32c 0x98 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x9c (size before relaxing) + 0x000000004008b32c xTaskIncrementTickOtherCores + .text.vTaskSwitchContext + 0x000000004008b3c4 0x110 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x118 (size before relaxing) + 0x000000004008b3c4 vTaskSwitchContext + .text.vTaskPlaceOnEventList + 0x000000004008b4d4 0x47 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + 0x000000004008b4d4 vTaskPlaceOnEventList + *fill* 0x000000004008b51b 0x1 + .text.vTaskPlaceOnUnorderedEventList + 0x000000004008b51c 0x5b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x6b (size before relaxing) + 0x000000004008b51c vTaskPlaceOnUnorderedEventList + *fill* 0x000000004008b577 0x1 + .text.xTaskRemoveFromEventList + 0x000000004008b578 0x128 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x14b (size before relaxing) + 0x000000004008b578 xTaskRemoveFromEventList + *fill* 0x000000004008b6a0 0x0 + .text.vTaskTakeKernelLock + 0x000000004008b6a0 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x10 (size before relaxing) + 0x000000004008b6a0 vTaskTakeKernelLock + *fill* 0x000000004008b6ad 0x3 + .text.vTaskReleaseKernelLock + 0x000000004008b6b0 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xe (size before relaxing) + 0x000000004008b6b0 vTaskReleaseKernelLock + *fill* 0x000000004008b6bb 0x1 + .text.vTaskRemoveFromUnorderedEventList + 0x000000004008b6bc 0x6e esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x82 (size before relaxing) + 0x000000004008b6bc vTaskRemoveFromUnorderedEventList + *fill* 0x000000004008b72a 0x2 + .text.vTaskInternalSetTimeOutState + 0x000000004008b72c 0x3b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x43 (size before relaxing) + 0x000000004008b72c vTaskInternalSetTimeOutState + *fill* 0x000000004008b767 0x1 + .text.xTaskCheckForTimeOut + 0x000000004008b768 0xbb esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xc6 (size before relaxing) + 0x000000004008b768 xTaskCheckForTimeOut + *fill* 0x000000004008b823 0x1 + .text.xTaskGetCurrentTaskHandle + 0x000000004008b824 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008b824 xTaskGetCurrentTaskHandle + *fill* 0x000000004008b843 0x1 + .text.vTaskDelete + 0x000000004008b844 0x114 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x130 (size before relaxing) + 0x000000004008b844 vTaskDelete + .text.uxTaskPriorityGet + 0x000000004008b958 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x26 (size before relaxing) + 0x000000004008b958 uxTaskPriorityGet + *fill* 0x000000004008b977 0x1 + .text.vTaskPrioritySet + 0x000000004008b978 0x119 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x127 (size before relaxing) + 0x000000004008b978 vTaskPrioritySet + *fill* 0x000000004008ba91 0x3 + .text.vTaskSuspend + 0x000000004008ba94 0x148 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x163 (size before relaxing) + 0x000000004008ba94 vTaskSuspend + *fill* 0x000000004008bbdc 0x0 + .text.pcTaskGetName + 0x000000004008bbdc 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x27 (size before relaxing) + 0x000000004008bbdc pcTaskGetName + *fill* 0x000000004008bc00 0x0 + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x000000004008bc00 0x27 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x32 (size before relaxing) + 0x000000004008bc00 vTaskSetThreadLocalStoragePointerAndDelCallback + *fill* 0x000000004008bc27 0x1 + .text.pvTaskGetThreadLocalStoragePointer + 0x000000004008bc28 0x1c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x20 (size before relaxing) + 0x000000004008bc28 pvTaskGetThreadLocalStoragePointer + .text.xTaskGetAffinity + 0x000000004008bc44 0x10 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13 (size before relaxing) + 0x000000004008bc44 xTaskGetAffinity + *fill* 0x000000004008bc54 0x0 + .text.xTaskGetCurrentTaskHandleForCPU + 0x000000004008bc54 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008bc54 xTaskGetCurrentTaskHandleForCPU + .text.xTaskGetSchedulerState + 0x000000004008bc6c 0x37 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008bc6c xTaskGetSchedulerState + *fill* 0x000000004008bca3 0x1 + .text.vTaskDelay + 0x000000004008bca4 0x3b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4f (size before relaxing) + 0x000000004008bca4 vTaskDelay + *fill* 0x000000004008bcdf 0x1 + .text.xTaskResumeAll + 0x000000004008bce0 0x130 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x143 (size before relaxing) + 0x000000004008bce0 xTaskResumeAll + *fill* 0x000000004008be10 0x0 + .text.xTaskPriorityInherit + 0x000000004008be10 0xe3 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xea (size before relaxing) + 0x000000004008be10 xTaskPriorityInherit + *fill* 0x000000004008bef3 0x1 + .text.xTaskPriorityDisinherit + 0x000000004008bef4 0xa7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xba (size before relaxing) + 0x000000004008bef4 xTaskPriorityDisinherit + *fill* 0x000000004008bf9b 0x1 + .text.vTaskPriorityDisinheritAfterTimeout + 0x000000004008bf9c 0xad esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0xb5 (size before relaxing) + 0x000000004008bf9c vTaskPriorityDisinheritAfterTimeout + *fill* 0x000000004008c049 0x3 + .text.uxTaskResetEventItemValue + 0x000000004008c04c 0x3b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x3f (size before relaxing) + 0x000000004008c04c uxTaskResetEventItemValue + *fill* 0x000000004008c087 0x1 + .text.pvTaskIncrementMutexHeldCount + 0x000000004008c088 0x47 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x4a (size before relaxing) + 0x000000004008c088 pvTaskIncrementMutexHeldCount + *fill* 0x000000004008c0cf 0x1 + .text.ulTaskGenericNotifyTake + 0x000000004008c0d0 0x10d esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x121 (size before relaxing) + 0x000000004008c0d0 ulTaskGenericNotifyTake + *fill* 0x000000004008c1dd 0x3 + .text.xTaskGenericNotify + 0x000000004008c1e0 0x154 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x173 (size before relaxing) + 0x000000004008c1e0 xTaskGenericNotify + *fill* 0x000000004008c334 0x0 + .text.vTaskGenericNotifyGiveFromISR + 0x000000004008c334 0x124 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x13f (size before relaxing) + 0x000000004008c334 vTaskGenericNotifyGiveFromISR + *fill* 0x000000004008c458 0x0 + .text.__getreent + 0x000000004008c458 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x19 (size before relaxing) + 0x000000004008c458 __getreent + *fill* 0x000000004008c46d 0x3 + .text.vTaskGetSnapshot + 0x000000004008c470 0x25 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x29 (size before relaxing) + 0x000000004008c470 vTaskGetSnapshot + *fill* 0x000000004008c495 0x3 + .text.vTaskStartScheduler + 0x000000004008c498 0x4c esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x57 (size before relaxing) + 0x000000004008c498 vTaskStartScheduler + *fill* 0x000000004008c4e4 0x0 + .text.vPortTaskWrapper + 0x000000004008c4e4 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004008c50a 0x2 + .text.xPortStartScheduler + 0x000000004008c50c 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x2e (size before relaxing) + 0x000000004008c50c xPortStartScheduler + *fill* 0x000000004008c532 0x2 + .text.pxPortInitialiseStack + 0x000000004008c534 0x99 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004008c534 pxPortInitialiseStack + *fill* 0x000000004008c5cd 0x3 + .text.xPortInIsrContext + 0x000000004008c5d0 0x26 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004008c5d0 xPortInIsrContext + *fill* 0x000000004008c5f6 0x2 + .text.xPortEnterCriticalTimeout + 0x000000004008c5f8 0x150 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x15c (size before relaxing) + 0x000000004008c5f8 xPortEnterCriticalTimeout + .text.vPortExitCritical + 0x000000004008c748 0x8c esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000004008c748 vPortExitCritical + .text.vPortYieldOtherCore + 0x000000004008c7d4 0xa esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe (size before relaxing) + 0x000000004008c7d4 vPortYieldOtherCore + *fill* 0x000000004008c7de 0x2 + .text.vPortCleanUpCoprocArea + 0x000000004008c7e0 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x1a (size before relaxing) + 0x000000004008c7e0 vPortCleanUpCoprocArea + *fill* 0x000000004008c7f6 0x2 + .text.vApplicationGetIdleTaskMemory + 0x000000004008c7f8 0x3d esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x4b (size before relaxing) + 0x000000004008c7f8 vApplicationGetIdleTaskMemory + *fill* 0x000000004008c835 0x3 + .text 0x000000004008c838 0x25a esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x26a (size before relaxing) + 0x000000004008c838 _frxt_setup_switch + 0x000000004008c850 _frxt_int_enter + 0x000000004008c894 _frxt_int_exit + 0x000000004008c8e4 _frxt_timer_int + 0x000000004008c90c _frxt_tick_timer_init + 0x000000004008c928 _frxt_dispatch + 0x000000004008c98c vPortYield + 0x000000004008c9f0 vPortYieldFromInt + 0x000000004008ca24 _frxt_task_coproc_state + 0x000000004008ca64 _frxt_coproc_exc_hook + *fill* 0x000000004008ca92 0x2 + .text.vPortSetupTimer + 0x000000004008ca94 0xb esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x11 (size before relaxing) + 0x000000004008ca94 vPortSetupTimer + *fill* 0x000000004008ca9f 0x1 + .text.xPortSysTickHandler + 0x000000004008caa0 0x27 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x2f (size before relaxing) + 0x000000004008caa0 xPortSysTickHandler + *fill* 0x000000004008cac7 0x1 + .text 0x000000004008cac8 0x186 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x18e (size before relaxing) + 0x000000004008cac8 _xt_context_save + 0x000000004008cb6c _xt_context_restore + 0x000000004008cbb0 _xt_coproc_init + 0x000000004008cbc4 _xt_coproc_release + 0x000000004008cc08 _xt_coproc_savecs + 0x000000004008cc2c _xt_coproc_restorecs + *fill* 0x000000004008cc4e 0x2 + .text._xt_tick_divisor_init + 0x000000004008cc50 0x1c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x1f (size before relaxing) + 0x000000004008cc50 _xt_tick_divisor_init + *fill* 0x000000004008cc6c 0x0 + .text.pvPortMalloc + 0x000000004008cc6c 0x12 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x000000004008cc6c pvPortMalloc + *fill* 0x000000004008cc7e 0x2 + .text.vPortFree + 0x000000004008cc80 0xa esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0xe (size before relaxing) + 0x000000004008cc80 vPortFree + *fill* 0x000000004008cc8a 0x2 + .text.xPortCheckValidTCBMem + 0x000000004008cc8c 0x49 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x000000004008cc8c xPortCheckValidTCBMem + *fill* 0x000000004008ccd5 0x3 + .text.xPortcheckValidStackMem + 0x000000004008ccd8 0x49 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x000000004008ccd8 xPortcheckValidStackMem + *fill* 0x000000004008cd21 0x3 + .text.xEventGroupCreate + 0x000000004008cd24 0x38 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x40 (size before relaxing) + 0x000000004008cd24 xEventGroupCreate + .text.xEventGroupWaitBits + 0x000000004008cd5c 0x116 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x136 (size before relaxing) + 0x000000004008cd5c xEventGroupWaitBits + *fill* 0x000000004008ce72 0x2 + .text.xEventGroupClearBits + 0x000000004008ce74 0x54 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x5c (size before relaxing) + 0x000000004008ce74 xEventGroupClearBits + .text.xEventGroupSetBits + 0x000000004008cec8 0xa5 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0xad (size before relaxing) + 0x000000004008cec8 xEventGroupSetBits + *fill* 0x000000004008cf6d 0x3 + .text.vEventGroupDelete + 0x000000004008cf70 0x4f esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x63 (size before relaxing) + 0x000000004008cf70 vEventGroupDelete + *fill* 0x000000004008cfbf 0x1 + .text.prvGetDisinheritPriorityAfterTimeout + 0x000000004008cfc0 0x18 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + *fill* 0x000000004008cfd8 0x0 + .text.xTimerCreateTimerTask + 0x000000004008cfd8 0x7 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000004008cfd8 xTimerCreateTimerTask + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x0 + *fill* 0x000000004008cfdf 0x1 + .text.vListInitialise + 0x000000004008cfe0 0x18 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004008cfe0 vListInitialise + .text.vListInitialiseItem + 0x000000004008cff8 0x9 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004008cff8 vListInitialiseItem + *fill* 0x000000004008d001 0x3 + .text.vListInsertEnd + 0x000000004008d004 0x1f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004008d004 vListInsertEnd + *fill* 0x000000004008d023 0x1 + .text.vListInsert + 0x000000004008d024 0x33 esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004008d024 vListInsert + *fill* 0x000000004008d057 0x1 + .text.uxListRemove + 0x000000004008d058 0x2f esp-idf/freertos/libfreertos.a(list.c.obj) + 0x000000004008d058 uxListRemove + *fill* 0x000000004008d087 0x1 + .text.prvTestWaitCondition + 0x000000004008d088 0x21 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000004008d0a9 0x0 + *fill* 0x000000004008d0a9 0x0 + *fill* 0x000000004008d0a9 0x0 + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cache_hal_esp32.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008d0a9 0x3 + .text.cache_hal_suspend + 0x000000004008d0ac 0xd6 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0xe2 (size before relaxing) + 0x000000004008d0ac cache_hal_suspend + *fill* 0x000000004008d182 0x2 + .text.cache_hal_resume + 0x000000004008d184 0x81 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x91 (size before relaxing) + 0x000000004008d184 cache_hal_resume + *fill* 0x000000004008d205 0x3 + .text.cache_hal_is_cache_enabled + 0x000000004008d208 0x25 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x29 (size before relaxing) + 0x000000004008d208 cache_hal_is_cache_enabled + *fill* 0x000000004008d22d 0x3 + .text.cache_hal_init + 0x000000004008d230 0x5 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x000000004008d230 cache_hal_init + *fill* 0x000000004008d235 0x0 + *fill* 0x000000004008d235 0x0 + *fill* 0x000000004008d235 0x0 + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008d235 0x3 + .text.mmu_ll_check_entry_valid + 0x000000004008d238 0x41 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x45 (size before relaxing) + *fill* 0x000000004008d279 0x3 + .text.mmu_ll_get_entry_target + 0x000000004008d27c 0x4c esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x50 (size before relaxing) + .text.mmu_ll_entry_id_to_paddr_base + 0x000000004008d2c8 0x41 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x49 (size before relaxing) + *fill* 0x000000004008d309 0x3 + .text.mmu_hal_check_valid_ext_vaddr_region + 0x000000004008d30c 0x9f esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x000000004008d30c mmu_hal_check_valid_ext_vaddr_region + *fill* 0x000000004008d3ab 0x1 + .text.mmu_hal_map_region + 0x000000004008d3ac 0x185 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x195 (size before relaxing) + 0x000000004008d3ac mmu_hal_map_region + *fill* 0x000000004008d531 0x3 + .text.mmu_hal_unmap_region + 0x000000004008d534 0x13f esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x14b (size before relaxing) + 0x000000004008d534 mmu_hal_unmap_region + *fill* 0x000000004008d673 0x1 + .text.mmu_hal_vaddr_to_paddr + 0x000000004008d674 0xce esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0xe2 (size before relaxing) + 0x000000004008d674 mmu_hal_vaddr_to_paddr + *fill* 0x000000004008d742 0x0 + *fill* 0x000000004008d742 0x0 + *fill* 0x000000004008d742 0x2 + .text.mmu_hal_pages_to_bytes + 0x000000004008d744 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x000000004008d744 mmu_hal_pages_to_bytes + *fill* 0x000000004008d74c 0x0 + *fill* 0x000000004008d74c 0x0 + *fill* 0x000000004008d74c 0x0 + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + .text.spi_flash_encrypt_ll_enable + 0x000000004008d74c 0x1b esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *fill* 0x000000004008d767 0x1 + .text.spi_flash_encrypt_ll_disable + 0x000000004008d768 0x1b esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *fill* 0x000000004008d783 0x1 + .text.spi_flash_encrypt_ll_plaintext_save + 0x000000004008d784 0x43 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004008d7c7 0x1 + .text.spi_flash_encryption_hal_enable + 0x000000004008d7c8 0x8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0xb (size before relaxing) + 0x000000004008d7c8 spi_flash_encryption_hal_enable + *fill* 0x000000004008d7d0 0x0 + .text.spi_flash_encryption_hal_disable + 0x000000004008d7d0 0x8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0xb (size before relaxing) + 0x000000004008d7d0 spi_flash_encryption_hal_disable + *fill* 0x000000004008d7d8 0x0 + .text.spi_flash_encryption_hal_prepare + 0x000000004008d7d8 0x20 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x24 (size before relaxing) + 0x000000004008d7d8 spi_flash_encryption_hal_prepare + .text.spi_flash_encryption_hal_done + 0x000000004008d7f8 0x10 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x000000004008d7f8 spi_flash_encryption_hal_done + *fill* 0x000000004008d808 0x0 + *fill* 0x000000004008d808 0x0 + *fill* 0x000000004008d808 0x0 + *fill* 0x000000004008d808 0x0 + *fill* 0x000000004008d808 0x0 + *fill* 0x000000004008d808 0x0 + .text.spi_flash_encryption_hal_destroy + 0x000000004008d808 0x5 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x000000004008d808 spi_flash_encryption_hal_destroy + *fill* 0x000000004008d80d 0x3 + .text.spi_flash_encryption_hal_check + 0x000000004008d810 0xf esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x000000004008d810 spi_flash_encryption_hal_check + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008d81f 0x1 + .text.spi_flash_ll_set_read_mode + 0x000000004008d820 0xba esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + *fill* 0x000000004008d8da 0x2 + .text.spi_flash_ll_set_buffer_data + 0x000000004008d8dc 0x3d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + *fill* 0x000000004008d919 0x3 + .text.spi_flash_ll_get_buffer_data + 0x000000004008d91c 0x56 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + *fill* 0x000000004008d972 0x2 + .text.spi_flash_hal_configure_host_io_mode + 0x000000004008d974 0x18b esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008d974 spi_flash_hal_configure_host_io_mode + *fill* 0x000000004008daff 0x1 + .text.spi_flash_hal_common_command + 0x000000004008db00 0x174 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008db00 spi_flash_hal_common_command + .text.spi_flash_hal_read + 0x000000004008dc74 0xc4 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0xc8 (size before relaxing) + 0x000000004008dc74 spi_flash_hal_read + .text.spi_flash_hal_erase_chip + 0x000000004008dd38 0x22 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008dd38 spi_flash_hal_erase_chip + *fill* 0x000000004008dd5a 0x2 + .text.spi_flash_hal_erase_sector + 0x000000004008dd5c 0x5a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008dd5c spi_flash_hal_erase_sector + *fill* 0x000000004008ddb6 0x2 + .text.spi_flash_hal_erase_block + 0x000000004008ddb8 0x52 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008ddb8 spi_flash_hal_erase_block + *fill* 0x000000004008de0a 0x2 + .text.spi_flash_hal_program_page + 0x000000004008de0c 0x74 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008de0c spi_flash_hal_program_page + .text.spi_flash_hal_set_write_protect + 0x000000004008de80 0x3c esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008de80 spi_flash_hal_set_write_protect + .text.spi_flash_hal_check_status + 0x000000004008debc 0x36 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008debc spi_flash_hal_check_status + *fill* 0x000000004008def2 0x2 + .text.spi_flash_hal_resume + 0x000000004008def4 0x6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x9 (size before relaxing) + 0x000000004008def4 spi_flash_hal_resume + *fill* 0x000000004008defa 0x2 + .text.spi_flash_hal_suspend + 0x000000004008defc 0x6 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x9 (size before relaxing) + 0x000000004008defc spi_flash_hal_suspend + *fill* 0x000000004008df02 0x0 + *fill* 0x000000004008df02 0x0 + *fill* 0x000000004008df02 0x0 + *fill* 0x000000004008df02 0x2 + .text.spi_flash_hal_poll_cmd_done + 0x000000004008df04 0xf esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008df04 spi_flash_hal_poll_cmd_done + *fill* 0x000000004008df13 0x1 + .text.spi_flash_hal_device_config + 0x000000004008df14 0xdb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008df14 spi_flash_hal_device_config + *fill* 0x000000004008dfef 0x0 + *fill* 0x000000004008dfef 0x0 + *fill* 0x000000004008dfef 0x0 + *fill* 0x000000004008dfef 0x0 + *fill* 0x000000004008dfef 0x0 + *fill* 0x000000004008dfef 0x1 + .text.spi_flash_hal_setup_read_suspend + 0x000000004008dff0 0x7 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x000000004008dff0 spi_flash_hal_setup_read_suspend + *fill* 0x000000004008dff7 0x0 + *fill* 0x000000004008dff7 0x0 + *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:timer_hal.*(.literal.timer_hal_capture_and_get_counter_value .text.timer_hal_capture_and_get_counter_value) + *libhal.a:wdt_hal_iram.*(.literal .literal.* .text .text.*) + *fill* 0x000000004008dff7 0x1 + .text.wdt_hal_init + 0x000000004008dff8 0x2a8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008dff8 wdt_hal_init + .text.wdt_hal_config_stage + 0x000000004008e2a0 0x16d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x174 (size before relaxing) + 0x000000004008e2a0 wdt_hal_config_stage + *fill* 0x000000004008e40d 0x3 + .text.wdt_hal_write_protect_disable + 0x000000004008e410 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e410 wdt_hal_write_protect_disable + *fill* 0x000000004008e432 0x2 + .text.wdt_hal_enable + 0x000000004008e434 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e434 wdt_hal_enable + .text.wdt_hal_disable + 0x000000004008e484 0x34 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e484 wdt_hal_disable + .text.wdt_hal_handle_intr + 0x000000004008e4b8 0x50 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e4b8 wdt_hal_handle_intr + .text.wdt_hal_feed + 0x000000004008e508 0x2a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e508 wdt_hal_feed + *fill* 0x000000004008e532 0x2 + .text.wdt_hal_set_flashboot_en + 0x000000004008e534 0x49 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e534 wdt_hal_set_flashboot_en + *fill* 0x000000004008e57d 0x0 + *fill* 0x000000004008e57d 0x3 + .text.wdt_hal_write_protect_enable + 0x000000004008e580 0x1e esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e580 wdt_hal_write_protect_enable + *fill* 0x000000004008e59e 0x0 + *fill* 0x000000004008e59e 0x0 + *fill* 0x000000004008e59e 0x2 + .text.wdt_hal_is_enabled + 0x000000004008e5a0 0x22 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004008e5a0 wdt_hal_is_enabled + *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) + *fill* 0x000000004008e5c2 0x2 + .text.assert_valid_block + 0x000000004008e5c4 0x38 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x3c (size before relaxing) + *fill* 0x000000004008e5fc 0x0 + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl .text.multi_heap_aligned_alloc_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl_offs .text.multi_heap_aligned_alloc_impl_offs) + *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) + .text.multi_heap_free_impl + 0x000000004008e5fc 0x46 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x56 (size before relaxing) + 0x000000004008e5fc multi_heap_free_impl + 0x000000004008e5fc multi_heap_aligned_free + 0x000000004008e5fc multi_heap_free + *libheap.a:multi_heap.*(.literal.multi_heap_get_allocated_size_impl .text.multi_heap_get_allocated_size_impl) + *fill* 0x000000004008e642 0x2 + .text.multi_heap_get_allocated_size_impl + 0x000000004008e644 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x10 (size before relaxing) + 0x000000004008e644 multi_heap_get_allocated_size_impl + 0x000000004008e644 multi_heap_get_allocated_size + *fill* 0x000000004008e650 0x0 + *libheap.a:multi_heap.*(.literal.multi_heap_get_block_address_impl .text.multi_heap_get_block_address_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_get_first_block .text.multi_heap_get_first_block) + *libheap.a:multi_heap.*(.literal.multi_heap_get_next_block .text.multi_heap_get_next_block) + *libheap.a:multi_heap.*(.literal.multi_heap_internal_lock .text.multi_heap_internal_lock) + .text.multi_heap_internal_lock + 0x000000004008e650 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x12 (size before relaxing) + 0x000000004008e650 multi_heap_internal_lock + *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.multi_heap_internal_unlock) + *fill* 0x000000004008e65e 0x2 + .text.multi_heap_internal_unlock + 0x000000004008e660 0xc esp-idf/heap/libheap.a(multi_heap.c.obj) + 0xf (size before relaxing) + 0x000000004008e660 multi_heap_internal_unlock + *fill* 0x000000004008e66c 0x0 + *libheap.a:multi_heap.*(.literal.multi_heap_is_free .text.multi_heap_is_free) + *libheap.a:multi_heap.*(.literal.multi_heap_malloc_impl .text.multi_heap_malloc_impl) + *fill* 0x000000004008e66c 0x0 + .text.multi_heap_malloc_impl + 0x000000004008e66c 0x4e esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x62 (size before relaxing) + 0x000000004008e66c multi_heap_malloc + 0x000000004008e66c multi_heap_malloc_impl + *fill* 0x000000004008e6ba 0x0 + *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) + *fill* 0x000000004008e6ba 0x2 + .text.multi_heap_realloc_impl + 0x000000004008e6bc 0x73 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x87 (size before relaxing) + 0x000000004008e6bc multi_heap_realloc + 0x000000004008e6bc multi_heap_realloc_impl + *fill* 0x000000004008e72f 0x0 + *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) + *fill* 0x000000004008e72f 0x1 + .text.multi_heap_set_lock + 0x000000004008e730 0x7 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x000000004008e730 multi_heap_set_lock + *libheap.a:tlsf.*(.literal.tlsf_align_size .text.tlsf_align_size) + *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) + *fill* 0x000000004008e737 0x1 + .text.tlsf_alloc_overhead + 0x000000004008e738 0x7 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x000000004008e738 tlsf_alloc_overhead + *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) + *fill* 0x000000004008e73f 0x1 + .text.tlsf_block_size + 0x000000004008e740 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x000000004008e740 tlsf_block_size + *libheap.a:tlsf.*(.literal.tlsf_block_size_max .text.tlsf_block_size_max) + *fill* 0x000000004008e756 0x2 + .text.tlsf_block_size_max + 0x000000004008e758 0x19 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x000000004008e758 tlsf_block_size_max + *libheap.a:tlsf.*(.literal.tlsf_block_size_min .text.tlsf_block_size_min) + *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) + *fill* 0x000000004008e771 0x3 + .text.tlsf_free + 0x000000004008e774 0x408 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x424 (size before relaxing) + 0x000000004008e774 tlsf_free + *fill* 0x000000004008eb7c 0x0 + *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) + .text.tlsf_get_pool + 0x000000004008eb7c 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + 0x10 (size before relaxing) + 0x000000004008eb7c tlsf_get_pool + *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) + .text.tlsf_malloc + 0x000000004008eb88 0x3e5 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3f9 (size before relaxing) + 0x000000004008eb88 tlsf_malloc + *libheap.a:tlsf.*(.literal.tlsf_memalign .text.tlsf_memalign) + *libheap.a:tlsf.*(.literal.tlsf_memalign_offs .text.tlsf_memalign_offs) + *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) + *fill* 0x000000004008ef6d 0x3 + .text.tlsf_realloc + 0x000000004008ef70 0x59c esp-idf/heap/libheap.a(tlsf.c.obj) + 0x5d8 (size before relaxing) + 0x000000004008ef70 tlsf_realloc + *fill* 0x000000004008f50c 0x0 + *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) + .text.tlsf_size + 0x000000004008f50c 0xe esp-idf/heap/libheap.a(tlsf.c.obj) + 0x000000004008f50c tlsf_size + *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) + *fill* 0x000000004008f51a 0x2 + .text.esp_log_write + 0x000000004008f51c 0x26 esp-idf/log/liblog.a(log.c.obj) + 0x000000004008f51c esp_log_write + *fill* 0x000000004008f542 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *fill* 0x000000004008f542 0x2 + .text.esp_log_early_timestamp + 0x000000004008f544 0x1c esp-idf/log/liblog.a(log_freertos.c.obj) + 0x000000004008f544 esp_log_early_timestamp + *fill* 0x000000004008f560 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) + .text.esp_log_impl_lock + 0x000000004008f560 0x27 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x32 (size before relaxing) + 0x000000004008f560 esp_log_impl_lock + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) + *fill* 0x000000004008f587 0x1 + .text.esp_log_impl_lock_timeout + 0x000000004008f588 0x3c esp-idf/log/liblog.a(log_freertos.c.obj) + 0x44 (size before relaxing) + 0x000000004008f588 esp_log_impl_lock_timeout + *fill* 0x000000004008f5c4 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) + .text.esp_log_impl_unlock + 0x000000004008f5c4 0x1b esp-idf/log/liblog.a(log_freertos.c.obj) + 0x1f (size before relaxing) + 0x000000004008f5c4 esp_log_impl_unlock + *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *fill* 0x000000004008f5df 0x1 + .text.esp_log_timestamp + 0x000000004008f5e0 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x57 (size before relaxing) + 0x000000004008f5e0 esp_log_timestamp + *fill* 0x000000004008f628 0x0 + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *fill* 0x000000004008f628 0x0 + .wifi0iram.8 0x000000004008f628 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x7c (size before relaxing) + 0x000000004008f634 nan_dp_search_node + .wifi0iram.20 0x000000004008f694 0x559 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x5a5 (size before relaxing) + 0x000000004008f6cc ieee80211_encap_esfbuf + *fill* 0x000000004008fbed 0x3 + .wifi0iram.11 0x000000004008fbf0 0x2a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2d8 (size before relaxing) + 0x000000004008fc40 ieee80211_output_process + .wifi0iram.12 0x000000004008fe98 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000004008fe9c chm_is_at_home_channel + *fill* 0x000000004008feb6 0x2 + .wifi0iram.88 0x000000004008feb8 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x86 (size before relaxing) + 0x000000004008fec8 cnx_node_search + *fill* 0x000000004008ff2e 0x2 + .wifi0iram.90 0x000000004008ff30 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x69 (size before relaxing) + 0x000000004008ff38 cnx_node_is_existing + *fill* 0x000000004008ff85 0x3 + .wifi0iram.37 0x000000004008ff88 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000004008ff88 ieee80211_is_tx_allowed + *fill* 0x000000004008ffa6 0x0 + *fill* 0x000000004008ffa6 0x0 + *fill* 0x000000004008ffa6 0x0 + *fill* 0x000000004008ffa6 0x0 + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *fill* 0x000000004008ffa6 0x2 + .wifirxiram.27 + 0x000000004008ffa8 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x78 (size before relaxing) + 0x000000004008ffb4 ampdu_dispatch + .wifirxiram.29 + 0x0000000040090010 0x91 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xa1 (size before relaxing) + 0x0000000040090018 ampdu_dispatch_as_many_as_possible + *fill* 0x00000000400900a1 0x3 + .wifirxiram.31 + 0x00000000400900a4 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x9d (size before relaxing) + 0x00000000400900a8 ampdu_dispatch_all + *fill* 0x0000000040090131 0x3 + .wifirxiram.33 + 0x0000000040090134 0xd7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xf3 (size before relaxing) + 0x0000000040090138 ampdu_dispatch_upto + *fill* 0x000000004009020b 0x1 + .wifirxiram.37 + 0x000000004009020c 0x238 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x26c (size before relaxing) + 0x0000000040090230 ieee80211_ampdu_reorder + .wifirxiram.50 + 0x0000000040090444 0x58b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x5d7 (size before relaxing) + 0x0000000040090490 sta_input + *fill* 0x00000000400909cf 0x1 + .wifirxiram.56 + 0x00000000400909d0 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x20 (size before relaxing) + 0x00000000400909d0 sta_rx_cb + *fill* 0x00000000400909e8 0x0 + *fill* 0x00000000400909e8 0x0 + *fill* 0x00000000400909e8 0x0 + *fill* 0x00000000400909e8 0x0 + *fill* 0x00000000400909e8 0x0 + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + .wifislprxiram.43 + 0x00000000400909e8 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xa3 (size before relaxing) + 0x00000000400909f8 wifi_rf_phy_enable + *fill* 0x0000000040090a77 0x1 + .wifislprxiram.45 + 0x0000000040090a78 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x9c (size before relaxing) + 0x0000000040090a80 wifi_rf_phy_disable + .wifislprxiram.113 + 0x0000000040090af8 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x52 (size before relaxing) + 0x0000000040090af8 sta_reset_beacon_timeout + *fill* 0x0000000040090b42 0x0 + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040090b42 0x2 + .text.abort 0x0000000040090b44 0x8d esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x91 (size before relaxing) + 0x0000000040090b44 abort + *fill* 0x0000000040090bd1 0x0 + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040090bd1 0x3 + .text.ra_to_str + 0x0000000040090bd4 0x2f esp-idf/newlib/libnewlib.a(assert.c.obj) + *fill* 0x0000000040090c03 0x1 + .text.__assert_func + 0x0000000040090c04 0x10c esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x118 (size before relaxing) + 0x0000000040090c04 __assert_func + *fill* 0x0000000040090d10 0x0 + *fill* 0x0000000040090d10 0x0 + .text.newlib_include_assert_impl + 0x0000000040090d10 0x5 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x0000000040090d10 newlib_include_assert_impl + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040090d15 0x3 + .text.malloc 0x0000000040090d18 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040090d18 valloc + 0x0000000040090d18 malloc + 0x0000000040090d18 pvalloc + .text.realloc 0x0000000040090d24 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040090d24 realloc + *fill* 0x0000000040090d35 0x3 + .text.free 0x0000000040090d38 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040090d38 cfree + 0x0000000040090d38 free + *fill* 0x0000000040090d42 0x2 + .text._malloc_r + 0x0000000040090d44 0xc esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x10 (size before relaxing) + 0x0000000040090d44 _malloc_r + .text._free_r 0x0000000040090d50 0xa esp-idf/newlib/libnewlib.a(heap.c.obj) + 0xe (size before relaxing) + 0x0000000040090d50 _free_r + *fill* 0x0000000040090d5a 0x2 + .text._realloc_r + 0x0000000040090d5c 0x11 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040090d5c _realloc_r + *fill* 0x0000000040090d6d 0x3 + .text._calloc_r + 0x0000000040090d70 0x2c esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x30 (size before relaxing) + 0x0000000040090d70 _calloc_r + .text.calloc 0x0000000040090d9c 0x14 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x18 (size before relaxing) + 0x0000000040090d9c calloc + *fill* 0x0000000040090db0 0x0 + *fill* 0x0000000040090db0 0x0 + *fill* 0x0000000040090db0 0x0 + *fill* 0x0000000040090db0 0x0 + *fill* 0x0000000040090db0 0x0 + .text.newlib_include_heap_impl + 0x0000000040090db0 0x5 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x0000000040090db0 newlib_include_heap_impl + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040090db5 0x3 + .text.__atomic_fetch_add_8 + 0x0000000040090db8 0x68 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x73 (size before relaxing) + 0x0000000040090db8 __atomic_fetch_add_8 + *fill* 0x0000000040090e20 0x0 + .text.__atomic_fetch_sub_8 + 0x0000000040090e20 0x68 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x77 (size before relaxing) + 0x0000000040090e20 __atomic_fetch_sub_8 + *fill* 0x0000000040090e88 0x0 + .text.__atomic_load_8 + 0x0000000040090e88 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x53 (size before relaxing) + 0x0000000040090e88 __atomic_load_8 + *fill* 0x0000000040090ec8 0x0 + .text.__atomic_store_8 + 0x0000000040090ec8 0x40 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x53 (size before relaxing) + 0x0000000040090ec8 __atomic_store_8 + *fill* 0x0000000040090f08 0x0 + *fill* 0x0000000040090f08 0x0 + *fill* 0x0000000040090f08 0x0 + *fill* 0x0000000040090f08 0x0 + *libpp.a:(.wifi0iram .wifi0iram.*) + *fill* 0x0000000040090f08 0x0 + .wifi0iram.17 0x0000000040090f08 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000040090f0c GetAccess + *fill* 0x0000000040090f1d 0x3 + .wifi0iram.38 0x0000000040090f20 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xa2 (size before relaxing) + 0x0000000040090f24 lmacMSDUAged + *fill* 0x0000000040090fa2 0x2 + .wifi0iram.54 0x0000000040090fa4 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x5a (size before relaxing) + 0x0000000040090fa4 lmacAdjustTimestamp + *fill* 0x0000000040090fee 0x2 + .wifi0iram.55 0x0000000040090ff0 0x1fa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x246 (size before relaxing) + 0x000000004009101c lmacTxFrame + *fill* 0x00000000400911ea 0x2 + .wifi0iram.59 0x00000000400911ec 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xba (size before relaxing) + 0x0000000040091204 lmacTxDone + *fill* 0x000000004009127b 0x1 + .wifi0iram.18 0x000000004009127c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000040091280 lmacDiscardAgedMSDU + .wifi0iram.19 0x0000000040091294 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x27 (size before relaxing) + 0x0000000040091294 lmacRecycleMPDU + *fill* 0x00000000400912b7 0x1 + .wifi0iram.22 0x00000000400912b8 0x2c2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x31a (size before relaxing) + 0x00000000400912e4 lmacEndFrameExchangeSequence + *fill* 0x000000004009157a 0x2 + .wifi0iram.63 0x000000004009157c 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x000000004009157c is_lmac_idle + .wifi0iram.8 0x0000000040091598 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1e (size before relaxing) + 0x000000004009159c pp_process_hmac_waiting_txq + *fill* 0x00000000400915b2 0x2 + .wifi0iram.12 0x00000000400915b4 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x95 (size before relaxing) + 0x00000000400915b4 ppTxProtoProc + *fill* 0x0000000040091641 0x3 + .wifi0iram.20 0x0000000040091644 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6c (size before relaxing) + 0x0000000040091644 ppProcTxCallback + .wifi0iram.23 0x00000000400916ac 0x118 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x120 (size before relaxing) + 0x00000000400916b0 pp_coex_tx_request + .wifi0iram.34 0x00000000400917c4 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x27 (size before relaxing) + 0x00000000400917c4 ppResumeTxAMPDU + *fill* 0x00000000400917e7 0x1 + .wifi0iram.35 0x00000000400917e8 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000400917ec ppCalSubFrameLength + *fill* 0x000000004009180f 0x1 + .wifi0iram.63 0x0000000040091810 0xf2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xfe (size before relaxing) + 0x0000000040091814 ppSearchTxQueue + *fill* 0x0000000040091902 0x2 + .wifi0iram.61 0x0000000040091904 0x114 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x124 (size before relaxing) + 0x000000004009190c ppSearchTxframe + .wifi0iram.66 0x0000000040091a18 0x18d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1a9 (size before relaxing) + 0x0000000040091a24 ppMapTxQueue + *fill* 0x0000000040091ba5 0x3 + .wifi0iram.69 0x0000000040091ba8 0x144 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x164 (size before relaxing) + 0x0000000040091bc8 ppProcTxSecFrame + .wifi0iram.71 0x0000000040091cec 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6b (size before relaxing) + 0x0000000040091cf8 ppCalFrameTimes + *fill* 0x0000000040091d53 0x1 + .wifi0iram.13 0x0000000040091d54 0x1eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x25f (size before relaxing) + 0x0000000040091d68 ppTxPkt + *fill* 0x0000000040091f3f 0x1 + .wifi0iram.42 0x0000000040091f40 0x2c6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2fe (size before relaxing) + 0x0000000040091f54 ppCalTxAMPDULength + *fill* 0x0000000040092206 0x2 + .wifi0iram.24 0x0000000040092208 0x166 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1aa (size before relaxing) + 0x0000000040092214 ppProcessTxQ + *fill* 0x000000004009236e 0x2 + .wifi0iram.45 0x0000000040092370 0x3d3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x43a (size before relaxing) + 0x0000000040092384 ppResortTxAMPDU + *fill* 0x0000000040092743 0x1 + .wifi0iram.10 0x0000000040092744 0x22b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x263 (size before relaxing) + 0x0000000040092780 ppTask + *fill* 0x000000004009296f 0x1 + .wifi0iram.75 0x0000000040092970 0xa2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xba (size before relaxing) + 0x000000004009297c ppProcessLifeTime + *fill* 0x0000000040092a12 0x2 + .wifi0iram.8 0x0000000040092a14 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x73 (size before relaxing) + 0x0000000040092a1c rcUpdateTxDone + *fill* 0x0000000040092a83 0x1 + .wifi0iram.10 0x0000000040092a84 0x35a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x382 (size before relaxing) + 0x0000000040092ab4 rcUpdateTxDoneAmpdu2 + *fill* 0x0000000040092dde 0x2 + .wifi0iram.11 0x0000000040092de0 0xd5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xdd (size before relaxing) + 0x0000000040092e00 rcGetSched + *fill* 0x0000000040092eb5 0x3 + .wifi0iram.7 0x0000000040092eb8 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9b (size before relaxing) + 0x0000000040092ed0 wdev_mac_reg_load + *fill* 0x0000000040092f27 0x1 + .wifi0iram.8 0x0000000040092f28 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9b (size before relaxing) + 0x0000000040092f28 wdev_mac_reg_store + *fill* 0x0000000040092f7f 0x1 + .wifi0iram.9 0x0000000040092f80 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x0000000040092f90 wdev_mac_special_reg_load + .wifi0iram.10 0x0000000040092fa4 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x24 (size before relaxing) + 0x0000000040092fa8 wdev_mac_special_reg_store + .wifi0iram.13 0x0000000040092fbc 0x99 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xb5 (size before relaxing) + 0x0000000040092fcc wdev_mac_wakeup + *fill* 0x0000000040093055 0x3 + .wifi0iram.14 0x0000000040093058 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x36 (size before relaxing) + 0x0000000040093058 wdev_is_data_in_rxlist + *fill* 0x0000000040093086 0x2 + .wifi0iram.15 0x0000000040093088 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa8 (size before relaxing) + 0x000000004009308c wdev_mac_sleep + .wifi0iram.3 0x0000000040093104 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x34 (size before relaxing) + 0x0000000040093108 hal_mac_tx_config_timeout + .wifi0iram.4 0x0000000040093134 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x63 (size before relaxing) + 0x000000004009313c hal_mac_tx_config_edca + *fill* 0x0000000040093193 0x1 + .wifi0iram.5 0x0000000040093194 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x0000000040093198 hal_mac_txq_enable + .wifi0iram.7 0x00000000400931bc 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x00000000400931c8 hal_mac_tx_get_blockack + *fill* 0x0000000040093217 0x1 + .wifi0iram.8 0x0000000040093218 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004009321c hal_random + *fill* 0x0000000040093229 0x3 + .wifi0iram.9 0x000000004009322c 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2f (size before relaxing) + 0x0000000040093234 hal_mac_is_low_rate_enabled + *fill* 0x0000000040093257 0x1 + .wifi0iram.18 0x0000000040093258 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x43 (size before relaxing) + 0x0000000040093260 hal_mac_deinit + *fill* 0x0000000040093293 0x1 + .wifi0iram.5 0x0000000040093294 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x0000000040093298 hal_mac_tx_is_cbw40 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + *fill* 0x00000000400932b4 0x0 + .wifi0iram.36 0x00000000400932b4 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000400932b4 ppEmptyDelimiterLength + .wifi0iram.38 0x00000000400932d4 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x00000000400932d4 ppSubFromAMPDU + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + *fill* 0x00000000400932f0 0x0 + .wifi0iram.20 0x00000000400932f0 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x00000000400932f0 trc_isTxAmpduOperational + *fill* 0x0000000040093302 0x2 + .wifi0iram.21 0x0000000040093304 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000040093304 trc_tid_isTxAmpduOperational + *fill* 0x000000004009331b 0x1 + .wifi0iram.5 0x000000004009331c 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004009331c wdev_bank_store + *fill* 0x000000004009333a 0x2 + .wifi0iram.6 0x000000004009333c 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004009333c wdev_bank_load + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *fill* 0x000000004009335a 0x0 + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *fill* 0x000000004009335a 0x2 + .wifiorslpiram.27 + 0x000000004009335c 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x33 (size before relaxing) + 0x0000000040093360 wDev_GetNoiseFloor + *libpp.a:(.wifirxiram .wifirxiram.*) + *fill* 0x000000004009338b 0x1 + .wifirxiram.9 0x000000004009338c 0x105 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x115 (size before relaxing) + 0x00000000400933a0 esf_buf_recycle + *fill* 0x0000000040093491 0x3 + .wifirxiram.18 + 0x0000000040093494 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x8e (size before relaxing) + 0x00000000400934a0 pm_enable_active_timer + *fill* 0x000000004009350e 0x2 + .wifirxiram.47 + 0x0000000040093510 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x88 (size before relaxing) + 0x0000000040093520 pm_rx_data_process + .wifirxiram.51 + 0x000000004009358c 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2a (size before relaxing) + 0x000000004009358c pm_on_data_rx + *fill* 0x00000000400935a8 0x0 + .wifirxiram.7 0x00000000400935a8 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x36 (size before relaxing) + 0x00000000400935a8 ppProcessRxPktHdr + *fill* 0x00000000400935d6 0x2 + .wifirxiram.27 + 0x00000000400935d8 0x436 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x49a (size before relaxing) + 0x0000000040093604 ppRxFragmentProc + *fill* 0x0000000040093a0e 0x2 + .wifirxiram.9 0x0000000040093a10 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x84 (size before relaxing) + 0x0000000040093a10 rcUpdateRxDone + .wifirxiram.25 + 0x0000000040093a90 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x5a (size before relaxing) + 0x0000000040093a94 rc_get_trc + *fill* 0x0000000040093ae2 0x2 + .wifirxiram.25 + 0x0000000040093ae4 0x2f6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x32a (size before relaxing) + 0x0000000040093b00 wDev_IndicateAmpdu + *fill* 0x0000000040093dda 0x0 + *fill* 0x0000000040093dda 0x0 + *fill* 0x0000000040093dda 0x2 + .wifirxiram.48 + 0x0000000040093ddc 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040093ddc pm_hmac_rx_data_process + *fill* 0x0000000040093de1 0x0 + *fill* 0x0000000040093de1 0x0 + *fill* 0x0000000040093de1 0x0 + *fill* 0x0000000040093de1 0x3 + .wifirxiram.29 + 0x0000000040093de4 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040093de4 is_fragmented_pkt + *fill* 0x0000000040093e0a 0x0 + *fill* 0x0000000040093e0a 0x0 + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *fill* 0x0000000040093e0a 0x2 + .wifislprxiram.7 + 0x0000000040093e0c 0x148 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x168 (size before relaxing) + 0x0000000040093e18 esf_buf_alloc + .wifislprxiram.3 + 0x0000000040093f54 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x0000000040093f54 ic_interface_enabled + .wifislprxiram.13 + 0x0000000040093f68 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040093f68 ic_mac_init + *fill* 0x0000000040093f72 0x2 + .wifislprxiram.14 + 0x0000000040093f74 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040093f74 ic_mac_deinit + *fill* 0x0000000040093f7e 0x2 + .wifislprxiram.3 + 0x0000000040093f80 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x0000000040093f80 pm_is_waked + *fill* 0x0000000040093f92 0x2 + .wifislprxiram.4 + 0x0000000040093f94 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x0000000040093f98 pm_sleep_for + .wifislprxiram.21 + 0x0000000040093fec 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x30 (size before relaxing) + 0x0000000040093ff0 pm_disable_sleep_delay_timer + .wifislprxiram.23 + 0x0000000040094014 0x95 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xa9 (size before relaxing) + 0x0000000040094014 pm_get_tbtt_count + *fill* 0x00000000400940a9 0x3 + .wifislprxiram.24 + 0x00000000400940ac 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x29 (size before relaxing) + 0x00000000400940ac pm_save_tbtt_info + *fill* 0x00000000400940d1 0x3 + .wifislprxiram.26 + 0x00000000400940d4 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x10a (size before relaxing) + 0x00000000400940dc pm_beacon_monitor_tbtt_start + *fill* 0x00000000400941d2 0x2 + .wifislprxiram.27 + 0x00000000400941d4 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x17 (size before relaxing) + 0x00000000400941d4 pm_beacon_monitor_tbtt_stop + *fill* 0x00000000400941e7 0x1 + .wifislprxiram.28 + 0x00000000400941e8 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xac (size before relaxing) + 0x00000000400941e8 pm_enable_beacon_monitor_timer + .wifislprxiram.29 + 0x0000000040094284 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x43 (size before relaxing) + 0x0000000040094284 pm_disable_beacon_monitor_timer + *fill* 0x00000000400942bf 0x1 + .wifislprxiram.30 + 0x00000000400942c0 0x14a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16a (size before relaxing) + 0x00000000400942d0 pm_dream + *fill* 0x000000004009440a 0x2 + .wifislprxiram.31 + 0x000000004009440c 0x1b4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1e4 (size before relaxing) + 0x0000000040094414 pm_sleep + .wifislprxiram.32 + 0x00000000400945c0 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x48 (size before relaxing) + 0x00000000400945c0 pm_check_state + .wifislprxiram.38 + 0x00000000400945f8 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x8d (size before relaxing) + 0x00000000400945f8 pm_keep_alive + *fill* 0x0000000040094669 0x3 + .wifislprxiram.40 + 0x000000004009466c 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x86 (size before relaxing) + 0x000000004009466c pm_beacon_monitor_timeout_process + *fill* 0x00000000400946db 0x1 + .wifislprxiram.39 + 0x00000000400946dc 0x1a3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1c7 (size before relaxing) + 0x00000000400946f4 pm_process_tim + *fill* 0x000000004009487f 0x1 + .wifislprxiram.45 + 0x0000000040094880 0x9f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xbb (size before relaxing) + 0x0000000040094880 pm_rx_beacon_process + *fill* 0x000000004009491f 0x1 + .wifislprxiram.44 + 0x0000000040094920 0x16f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1c7 (size before relaxing) + 0x0000000040094940 pm_tbtt_process + *fill* 0x0000000040094a8f 0x1 + .wifislprxiram.41 + 0x0000000040094a90 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x23 (size before relaxing) + 0x0000000040094a90 pm_beacon_monitor_tbtt_timeout_process + *fill* 0x0000000040094aab 0x1 + .wifislprxiram.6 + 0x0000000040094aac 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xd8 (size before relaxing) + 0x0000000040094ab8 pm_scale_listen_interval + .wifislprxiram.8 + 0x0000000040094b6c 0x1d2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x216 (size before relaxing) + 0x0000000040094b94 pm_parse_beacon + *fill* 0x0000000040094d3e 0x2 + .wifislprxiram.50 + 0x0000000040094d40 0xb7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf3 (size before relaxing) + 0x0000000040094d48 pm_on_beacon_rx + *fill* 0x0000000040094df7 0x1 + .wifislprxiram.58 + 0x0000000040094df8 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x22 (size before relaxing) + 0x0000000040094df8 pm_set_beacon_duration + *fill* 0x0000000040094e12 0x2 + .wifislprxiram.4 + 0x0000000040094e14 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x24 (size before relaxing) + 0x0000000040094e14 pm_coex_schm_overall_period_get + .wifislprxiram.5 + 0x0000000040094e34 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x6f (size before relaxing) + 0x0000000040094e38 pm_coex_pwr_update + *fill* 0x0000000040094e97 0x1 + .wifislprxiram.25 + 0x0000000040094e98 0xf8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x130 (size before relaxing) + 0x0000000040094e9c ppRxProtoProc + .wifislprxiram.51 + 0x0000000040094f90 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x22 (size before relaxing) + 0x0000000040094f90 ppEnqueueRxq + *fill* 0x0000000040094fae 0x2 + .wifislprxiram.52 + 0x0000000040094fb0 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x29 (size before relaxing) + 0x0000000040094fb0 ppDequeueRxq_Locked + *fill* 0x0000000040094fd5 0x3 + .wifislprxiram.30 + 0x0000000040094fd8 0x121 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x155 (size before relaxing) + 0x0000000040094fdc ppRxPkt + *fill* 0x00000000400950f9 0x3 + .wifislprxiram.54 + 0x00000000400950fc 0x133 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x18b (size before relaxing) + 0x0000000040095118 wDev_AppendRxBlocks + *fill* 0x000000004009522f 0x1 + .wifislprxiram.23 + 0x0000000040095230 0x28e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2de (size before relaxing) + 0x0000000040095230 wDev_IndicateFrame + *fill* 0x00000000400954be 0x2 + .wifislprxiram.29 + 0x00000000400954c0 0x329 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x39d (size before relaxing) + 0x00000000400954e0 wDev_ProcessRxSucData + *fill* 0x00000000400957e9 0x3 + .wifislprxiram.31 + 0x00000000400957ec 0xfc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12c (size before relaxing) + 0x0000000040095800 wdevProcessRxSucDataAll + .wifislprxiram.58 + 0x00000000400958e8 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xa0 (size before relaxing) + 0x00000000400958f8 wDevCheckBlockError + .wifislprxiram.11 + 0x0000000040095970 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x11 (size before relaxing) + 0x0000000040095970 hal_mac_rx_read_rxdscrnext + *fill* 0x000000004009597d 0x3 + .wifislprxiram.12 + 0x0000000040095980 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x14 (size before relaxing) + 0x0000000040095980 hal_mac_rx_set_base + .wifislprxiram.17 + 0x0000000040095990 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x25 (size before relaxing) + 0x0000000040095994 hal_mac_init + *fill* 0x00000000400959b1 0x3 + .wifislprxiram.3 + 0x00000000400959b4 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x11 (size before relaxing) + 0x00000000400959b4 hal_mac_rx_get_last_dscr + *fill* 0x00000000400959c1 0x3 + .wifislprxiram.4 + 0x00000000400959c4 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x14 (size before relaxing) + 0x00000000400959c4 hal_mac_rx_is_dscr_reload + .wifislprxiram.5 + 0x00000000400959d4 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x1e (size before relaxing) + 0x00000000400959d4 hal_mac_rx_set_dscr_reload + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *fill* 0x00000000400959ee 0x0 + *librtc.a:(.literal .literal.* .text .text.*) + *fill* 0x00000000400959ee 0x2 + .text.coex_bt_high_prio + 0x00000000400959f0 0x117 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + 0x137 (size before relaxing) + 0x0000000040095a0c coex_bt_high_prio + *fill* 0x0000000040095b07 0x1 + .text.temprature_sens_read + 0x0000000040095b08 0xb1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + 0xe1 (size before relaxing) + 0x0000000040095b0c temprature_sens_read + *fill* 0x0000000040095bb9 0x0 + *fill* 0x0000000040095bb9 0x0 + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040095bb9 0x3 + .text.spi_flash_needs_reset_check + 0x0000000040095bbc 0x16 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x0000000040095bbc spi_flash_needs_reset_check + *fill* 0x0000000040095bd2 0x2 + .text.spi_flash_set_erasing_flag + 0x0000000040095bd4 0xb esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x0000000040095bd4 spi_flash_set_erasing_flag + *fill* 0x0000000040095bdf 0x1 + .text.spi_flash_brownout_need_reset + 0x0000000040095be0 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x0000000040095be0 spi_flash_brownout_need_reset + *fill* 0x0000000040095c00 0x0 + *fill* 0x0000000040095c00 0x0 + *fill* 0x0000000040095c00 0x0 + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + .text.memspi_host_read_id_hs + 0x0000000040095c00 0x82 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x86 (size before relaxing) + 0x0000000040095c00 memspi_host_read_id_hs + *fill* 0x0000000040095c82 0x2 + .text.memspi_host_flush_cache + 0x0000000040095c84 0x19 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040095c84 memspi_host_flush_cache + *fill* 0x0000000040095c9d 0x3 + .text.memspi_host_init_pointers + 0x0000000040095ca0 0x4e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040095ca0 memspi_host_init_pointers + *fill* 0x0000000040095cee 0x2 + .text.memspi_host_read_status_hs + 0x0000000040095cf0 0x38 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040095cf0 memspi_host_read_status_hs + .text.memspi_host_write_data_slicer + 0x0000000040095d28 0x3e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040095d28 memspi_host_write_data_slicer + *fill* 0x0000000040095d66 0x2 + .text.memspi_host_read_data_slicer + 0x0000000040095d68 0x35 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x0000000040095d68 memspi_host_read_data_slicer + *fill* 0x0000000040095d9d 0x0 + *fill* 0x0000000040095d9d 0x0 + *fill* 0x0000000040095d9d 0x0 + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040095d9d 0x3 + .text.spi_flash_chip_gd_detect_size + 0x0000000040095da0 0x35 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040095da0 spi_flash_chip_gd_detect_size + *fill* 0x0000000040095dd5 0x3 + .text.spi_flash_chip_gd_probe + 0x0000000040095dd8 0x39 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040095dd8 spi_flash_chip_gd_probe + *fill* 0x0000000040095e11 0x3 + .text.spi_flash_chip_gd_set_io_mode + 0x0000000040095e14 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040095e14 spi_flash_chip_gd_set_io_mode + .text.spi_flash_chip_gd_get_io_mode + 0x0000000040095e58 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040095e58 spi_flash_chip_gd_get_io_mode + *fill* 0x0000000040095e76 0x2 + .text.spi_flash_chip_gd_get_caps + 0x0000000040095e78 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x0000000040095e78 spi_flash_chip_gd_get_caps + *fill* 0x0000000040095e91 0x0 + *fill* 0x0000000040095e91 0x0 + *fill* 0x0000000040095e91 0x0 + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040095e91 0x3 + .text.spi_flash_chip_generic_detect_size + 0x0000000040095e94 0x41 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040095e94 spi_flash_chip_generic_detect_size + *fill* 0x0000000040095ed5 0x3 + .text.spi_flash_chip_generic_config_host_io_mode + 0x0000000040095ed8 0x152 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040095ed8 spi_flash_chip_generic_config_host_io_mode + *fill* 0x000000004009602a 0x2 + .text.spi_flash_chip_generic_write_encrypted + 0x000000004009602c 0xcd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009602c spi_flash_chip_generic_write_encrypted + *fill* 0x00000000400960f9 0x3 + .text.spi_flash_common_read_status_16b_rdsr_rdsr2 + 0x00000000400960fc 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x38 (size before relaxing) + 0x00000000400960fc spi_flash_common_read_status_16b_rdsr_rdsr2 + .text.spi_flash_common_write_status_16b_wrsr + 0x0000000040096130 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096130 spi_flash_common_write_status_16b_wrsr + *fill* 0x0000000040096145 0x3 + .text.spi_flash_chip_generic_read + 0x0000000040096148 0xb8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xc0 (size before relaxing) + 0x0000000040096148 spi_flash_chip_generic_read + .text.spi_flash_chip_generic_write + 0x0000000040096200 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096200 spi_flash_chip_generic_write + .text.spi_flash_chip_generic_get_write_protect + 0x00000000400962b0 0x3a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x3e (size before relaxing) + 0x00000000400962b0 spi_flash_chip_generic_get_write_protect + *fill* 0x00000000400962ea 0x2 + .text.spi_flash_chip_generic_yield + 0x00000000400962ec 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x48 (size before relaxing) + 0x00000000400962ec spi_flash_chip_generic_yield + .text.spi_flash_chip_generic_suspend_cmd_conf + 0x0000000040096330 0x54 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x58 (size before relaxing) + 0x0000000040096330 spi_flash_chip_generic_suspend_cmd_conf + .text.spi_flash_chip_generic_read_unique_id + 0x0000000040096384 0x97 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x9b (size before relaxing) + 0x0000000040096384 spi_flash_chip_generic_read_unique_id + *fill* 0x000000004009641b 0x1 + .text.spi_flash_common_read_status_8b_rdsr2 + 0x000000004009641c 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009641c spi_flash_common_read_status_8b_rdsr2 + *fill* 0x0000000040096431 0x3 + .text.spi_flash_chip_generic_get_io_mode + 0x0000000040096434 0x1e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096434 spi_flash_chip_generic_get_io_mode + *fill* 0x0000000040096452 0x2 + .text.spi_flash_common_read_status_8b_rdsr + 0x0000000040096454 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096454 spi_flash_common_read_status_8b_rdsr + *fill* 0x0000000040096469 0x3 + .text.spi_flash_common_write_status_8b_wrsr + 0x000000004009646c 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009646c spi_flash_common_write_status_8b_wrsr + *fill* 0x0000000040096481 0x3 + .text.spi_flash_common_write_status_8b_wrsr2 + 0x0000000040096484 0x15 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096484 spi_flash_common_write_status_8b_wrsr2 + *fill* 0x0000000040096499 0x3 + .text.spi_flash_chip_generic_set_io_mode + 0x000000004009649c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009649c spi_flash_chip_generic_set_io_mode + *fill* 0x00000000400964b4 0x0 + *fill* 0x00000000400964b4 0x0 + .text.spi_flash_chip_generic_probe + 0x00000000400964b4 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400964b4 spi_flash_chip_generic_probe + *fill* 0x00000000400964bb 0x1 + .text.spi_flash_chip_generic_reset + 0x00000000400964bc 0x5c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400964bc spi_flash_chip_generic_reset + .text.spi_flash_chip_generic_erase_chip + 0x0000000040096518 0x8c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096518 spi_flash_chip_generic_erase_chip + .text.spi_flash_chip_generic_erase_sector + 0x00000000400965a4 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400965a4 spi_flash_chip_generic_erase_sector + .text.spi_flash_chip_generic_erase_block + 0x0000000040096634 0x90 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096634 spi_flash_chip_generic_erase_block + .text.spi_flash_chip_generic_page_program + 0x00000000400966c4 0x65 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x00000000400966c4 spi_flash_chip_generic_page_program + *fill* 0x0000000040096729 0x3 + .text.spi_flash_chip_generic_set_write_protect + 0x000000004009672c 0x50 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009672c spi_flash_chip_generic_set_write_protect + .text.spi_flash_chip_generic_read_reg + 0x000000004009677c 0x12 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000004009677c spi_flash_chip_generic_read_reg + *fill* 0x000000004009678e 0x2 + .text.spi_flash_chip_generic_wait_idle + 0x0000000040096790 0x98 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096790 spi_flash_chip_generic_wait_idle + *fill* 0x0000000040096828 0x0 + *fill* 0x0000000040096828 0x0 + .text.spi_flash_chip_generic_get_caps + 0x0000000040096828 0x75 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096828 spi_flash_chip_generic_get_caps + *fill* 0x000000004009689d 0x3 + .text.spi_flash_common_read_qe_sr + 0x00000000400968a0 0x34 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .text.spi_flash_common_write_qe_sr + 0x00000000400968d4 0x32 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x0000000040096906 0x0 + *fill* 0x0000000040096906 0x0 + *fill* 0x0000000040096906 0x0 + *fill* 0x0000000040096906 0x2 + .text.spi_flash_chip_generic_read_unique_id_none + 0x0000000040096908 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096908 spi_flash_chip_generic_read_unique_id_none + *fill* 0x0000000040096910 0x0 + *fill* 0x0000000040096910 0x0 + *fill* 0x0000000040096910 0x0 + *fill* 0x0000000040096910 0x0 + *fill* 0x0000000040096910 0x0 + .text.spi_flash_common_set_io_mode + 0x0000000040096910 0xa4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x0000000040096910 spi_flash_common_set_io_mode + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + .text.spi_flash_chip_issi_probe + 0x00000000400969b4 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x00000000400969b4 spi_flash_chip_issi_probe + *fill* 0x00000000400969dd 0x3 + .text.spi_flash_chip_issi_set_io_mode + 0x00000000400969e0 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x18 (size before relaxing) + 0x00000000400969e0 spi_flash_chip_issi_set_io_mode + .text.spi_flash_chip_issi_get_io_mode + 0x00000000400969f4 0x1c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x20 (size before relaxing) + 0x00000000400969f4 spi_flash_chip_issi_get_io_mode + *fill* 0x0000000040096a10 0x0 + .text.spi_flash_chip_issi_get_caps + 0x0000000040096a10 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x0000000040096a10 spi_flash_chip_issi_get_caps + *fill* 0x0000000040096a17 0x0 + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096a17 0x1 + .text.spi_flash_chip_mxic_detect_size + 0x0000000040096a18 0x4a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x0000000040096a18 spi_flash_chip_mxic_detect_size + *fill* 0x0000000040096a62 0x2 + .text.spi_flash_chip_mxic_probe + 0x0000000040096a64 0x25 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x0000000040096a64 spi_flash_chip_mxic_probe + *fill* 0x0000000040096a89 0x0 + *fill* 0x0000000040096a89 0x3 + .text.spi_flash_chip_mxic_get_caps + 0x0000000040096a8c 0x7 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x0000000040096a8c spi_flash_chip_mxic_get_caps + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096a93 0x1 + .text.spi_flash_command_winbond_program_4B + 0x0000000040096a94 0x49 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x0000000040096add 0x3 + .text.spi_flash_chip_winbond_page_program + 0x0000000040096ae0 0x35 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040096ae0 spi_flash_chip_winbond_page_program + *fill* 0x0000000040096b15 0x3 + .text.spi_flash_command_winbond_erase_sector_4B + 0x0000000040096b18 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .text.spi_flash_chip_winbond_erase_sector + 0x0000000040096b5c 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040096b5c spi_flash_chip_winbond_erase_sector + *fill* 0x0000000040096bae 0x2 + .text.spi_flash_command_erase_block_4B + 0x0000000040096bb0 0x46 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x0000000040096bf6 0x2 + .text.spi_flash_chip_winbond_erase_block + 0x0000000040096bf8 0x52 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040096bf8 spi_flash_chip_winbond_erase_block + *fill* 0x0000000040096c4a 0x2 + .text.spi_flash_chip_winbond_read + 0x0000000040096c4c 0xc8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0xcc (size before relaxing) + 0x0000000040096c4c spi_flash_chip_winbond_read + *fill* 0x0000000040096d14 0x0 + .text.spi_flash_chip_winbond_probe + 0x0000000040096d14 0x16 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040096d14 spi_flash_chip_winbond_probe + *fill* 0x0000000040096d2a 0x2 + .text.spi_flash_chip_winbond_get_caps + 0x0000000040096d2c 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x0000000040096d2c spi_flash_chip_winbond_get_caps + *fill* 0x0000000040096d45 0x0 + *fill* 0x0000000040096d45 0x0 + *fill* 0x0000000040096d45 0x0 + *fill* 0x0000000040096d45 0x0 + *fill* 0x0000000040096d45 0x0 + *fill* 0x0000000040096d45 0x0 + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + *libxt_hal.a:(.literal .literal.* .text .text.*) + *fill* 0x0000000040096d45 0x3 + .text 0x0000000040096d48 0x137 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0x0000000040096d48 xthal_spill_registers_into_stack_nw + 0x0000000040096d48 xthal_window_spill_nw + 0x0000000040096e5c xthal_window_spill + *fill* 0x0000000040096e7f 0x1 + .text 0x0000000040096e80 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + 0x0000000040096e80 xthal_set_intclear + .text 0x0000000040096e88 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + 0x0000000040096e88 xthal_restore_extra_nw + *fill* 0x0000000040096ec6 0x2 + .text 0x0000000040096ec8 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + 0x0000000040096ec8 xthal_save_extra_nw + *libxtensa.a:eri.*(.literal .literal.* .text .text.*) + *libxtensa.a:xtensa_intr_asm.*(.literal .literal.* .text .text.*) + *fill* 0x0000000040096f06 0x2 + .text 0x0000000040096f08 0x33 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x0000000040096f08 xt_ints_on + 0x0000000040096f20 xt_ints_off + +.dram0.data 0x000000003ffb0000 0x3cc8 + 0x000000003ffb0000 _data_start = ABSOLUTE (.) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.data .data.*) + .data.first_call$1 + 0x000000003ffb0000 0x1 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + *fill* 0x000000003ffb0001 0x3 + .data.pthread_lazy_init_lock + 0x000000003ffb0004 0x8 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x000000003ffb0004 pthread_lazy_init_lock + .data.s_keys_lock + 0x000000003ffb000c 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .data.esp_ipc_isr_end_fl + 0x000000003ffb0014 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x000000003ffb0014 esp_ipc_isr_end_fl + .data.s_ipc_isr_mux + 0x000000003ffb0018 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .data 0x000000003ffb0020 0x10 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .data.s_panic_uart + 0x000000003ffb0030 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.rtc_wdt_ctx + 0x000000003ffb0034 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .data.wdt0_context + 0x000000003ffb003c 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .data.hooks_spinlock + 0x000000003ffb0044 0x8 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .data.s_log_print_func + 0x000000003ffb004c 0x4 esp-idf/log/liblog.a(log.c.obj) + .data.esp_log_default_level + 0x000000003ffb0050 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x000000003ffb0050 esp_log_default_level + .data.malloc_alwaysinternal_limit + 0x000000003ffb0054 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .data.first_call$0 + 0x000000003ffb0058 0x1 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + *fill* 0x000000003ffb0059 0x3 + .data.s_esp_rtc_time_lock + 0x000000003ffb005c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .data.spinlock + 0x000000003ffb0064 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .data.periph_spinlock + 0x000000003ffb006c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .data.rtc_spinlock + 0x000000003ffb0074 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x000000003ffb0074 rtc_spinlock + .data.mux 0x000000003ffb007c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .data.xKernelLock + 0x000000003ffb0084 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003ffb008c 0x4 + .data 0x000000003ffb0090 0x14 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003ffb0090 _xt_coproc_owner_sa + 0x000000003ffb00a0 _xt_coproc_owner_sa_lock + .data.lock_init_spinlock + 0x000000003ffb00a4 0x8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .data.s_stub_table + 0x000000003ffb00ac 0x90 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .data.s_timer_lock + 0x000000003ffb013c 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003ffb0144 0x4 + .data.timestamp_id + 0x000000003ffb0148 0x10 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x000000003ffb0148 timestamp_id + .data.s_time_update_lock + 0x000000003ffb0158 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x000000003ffb0158 s_time_update_lock + .data.s_fd_table + 0x000000003ffb0160 0xc0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .data.s_registered_select_lock + 0x000000003ffb0220 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.s_context + 0x000000003ffb0228 0x78 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .data.global_hooks + 0x000000003ffb02a0 0xc esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000003ffb02ac 0x4 + .data 0x000000003ffb02b0 0x400 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x000000003ffb02b0 _xt_interrupt_table + 0x000000003ffb04b0 _xt_exception_table + .data.ESP_EFUSE_MAC_VERSION + 0x000000003ffb06b0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb06b0 ESP_EFUSE_MAC_VERSION + .data.ESP_EFUSE_MAC_CUSTOM + 0x000000003ffb06b8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb06b8 ESP_EFUSE_MAC_CUSTOM + .data.ESP_EFUSE_CUSTOM_MAC_CRC + 0x000000003ffb06c0 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb06c0 ESP_EFUSE_CUSTOM_MAC_CRC + .data.ESP_EFUSE_MAC_CRC + 0x000000003ffb06c8 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb06c8 ESP_EFUSE_MAC_CRC + .data.ESP_EFUSE_MAC + 0x000000003ffb06d0 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x000000003ffb06d0 ESP_EFUSE_MAC + *fill* 0x000000003ffb06ec 0x4 + .data.gpio_context + 0x000000003ffb06f0 0x20 esp-idf/driver/libdriver.a(gpio.c.obj) + .data._gpio_hal + 0x000000003ffb0710 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + .data.uart_selectlock + 0x000000003ffb0714 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + .data.uart_context + 0x000000003ffb071c 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .data.s_cache_drv + 0x000000003ffb074c 0x8 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .data.s_flash_op_cpu + 0x000000003ffb0754 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .data.esp_flash_registered_chips + 0x000000003ffb0758 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x000000003ffb0758 esp_flash_registered_chips + .data.default_registered_chips + 0x000000003ffb075c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .data.reason_spinlock + 0x000000003ffb0774 0x8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .data.spinlock + 0x000000003ffb077c 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .data.s_mac_table + 0x000000003ffb0784 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .data.s_atomic_lock + 0x000000003ffb07bc 0x8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .data.s_sync_interval + 0x000000003ffb07c4 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .data.tcp_port + 0x000000003ffb07c8 0x2 esp-idf/lwip/liblwip.a(tcp.c.obj) + .data.udp_port + 0x000000003ffb07ca 0x2 esp-idf/lwip/liblwip.a(udp.c.obj) + .data.retrans_timer + 0x000000003ffb07cc 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb07cc retrans_timer + .data.reachable_time + 0x000000003ffb07d0 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb07d0 reachable_time + .data.g_wifi_osi_funcs + 0x000000003ffb07d4 0x1e0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x000000003ffb07d4 g_wifi_osi_funcs + .data.ssl_tls12_preset_suiteb_sig_algs + 0x000000003ffb09b4 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003ffb09ba 0x2 + .data.ssl_tls12_preset_default_sig_algs + 0x000000003ffb09bc 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .data.mbedtls_cipher_base_lookup_table + 0x000000003ffb09d0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003ffb09d0 mbedtls_cipher_base_lookup_table + .data.mbedtls_free_func + 0x000000003ffb09ec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data.mbedtls_calloc_func + 0x000000003ffb09f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .data.memset_func + 0x000000003ffb09f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .data.aes_spinlock + 0x000000003ffb09f8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .data.engines_in_use_lock + 0x000000003ffb0a00 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data.memory_block_lock + 0x000000003ffb0a08 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .data.WIFI_MESH_EVENT + 0x000000003ffb0a10 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb0a10 WIFI_MESH_EVENT + .data.g_wifi_event_mask + 0x000000003ffb0a14 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb0a14 g_wifi_event_mask + .data.s_wifi_init_state + 0x000000003ffb0a18 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .data.TmpSTAAPCloseAP + 0x000000003ffb0a1c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb0a1c TmpSTAAPCloseAP + .data.g_phy_cap_rx_stbc + 0x000000003ffb0a1d 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000003ffb0a1d g_phy_cap_rx_stbc + .data.g_mesh_self_organized + 0x000000003ffb0a1e 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb0a1e g_mesh_self_organized + .data.s_ndp_id + 0x000000003ffb0a1f 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x000000003ffb0a1f s_ndp_id + .data.g_wifi_nvs + 0x000000003ffb0a20 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffb0a20 g_wifi_nvs + .data.s_raw_seq$13401 + 0x000000003ffb0a24 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .data.country_info_24ghz + 0x000000003ffb0a26 0xe6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x000000003ffb0a26 country_info_24ghz + .data.g_scan_chan_list + 0x000000003ffb0b0c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + *fill* 0x000000003ffb0b1a 0x2 + .data.g_scan 0x000000003ffb0b1c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb0b1c g_scan + .data.g_dynamic_cs + 0x000000003ffb0b20 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb0b20 g_dynamic_cs + .data.send_deauth + 0x000000003ffb0b2c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb0b2c send_deauth + *fill* 0x000000003ffb0b2d 0x1 + .data.s_ap_igtk_active_idx + 0x000000003ffb0b2e 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .data.s_sta_igtk_active_idx + 0x000000003ffb0b30 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x000000003ffb0b32 0x2 + .data.g_timer_info + 0x000000003ffb0b34 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x000000003ffb0b34 g_timer_info + .data.g_chm 0x000000003ffb0c3c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffb0c3c g_chm + .data.join_deny_flag + 0x000000003ffb0c40 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + *fill* 0x000000003ffb0c41 0x3 + .data.public_recv_action + 0x000000003ffb0c44 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.sa_query_recv_action + 0x000000003ffb0ccc 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.vendor_recv_action + 0x000000003ffb0cd4 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ht_recv_action + 0x000000003ffb0cd8 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ba_recv_action + 0x000000003ffb0cdc 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.sa_query_send_action + 0x000000003ffb0ce8 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.vendor_send_action + 0x000000003ffb0cf0 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ht_send_action + 0x000000003ffb0cf4 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ba_send_action + 0x000000003ffb0cf8 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .data.ccmp 0x000000003ffb0d04 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x000000003ffb0d04 ccmp + .data.sms4 0x000000003ffb0d1c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0x000000003ffb0d1c sms4 + .data.tkip 0x000000003ffb0d34 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0x000000003ffb0d34 tkip + .data.wep 0x000000003ffb0d4c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x000000003ffb0d4c wep + .data.g_eb_list_desc + 0x000000003ffb0d64 0xc8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000003ffb0d64 g_eb_list_desc + .data.lmacConfMib + 0x000000003ffb0e2c 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb0e2c lmacConfMib + .data.g_pm_cfg + 0x000000003ffb0e5c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000003ffb0e5c g_pm_cfg + .data.pTxRx 0x000000003ffb0e88 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb0e88 pTxRx + .data.TxRxCxt 0x000000003ffb0e8c 0x3cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb0e8c TxRxCxt + .data.g_pp_timer_info + 0x000000003ffb1258 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x000000003ffb1258 g_pp_timer_info + .data.rc11BSchedTbl + 0x000000003ffb12c8 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb12c8 rc11BSchedTbl + .data.rcP2P11GSchedTbl + 0x000000003ffb1310 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1310 rcP2P11GSchedTbl + .data.rc11GSchedTbl + 0x000000003ffb1370 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1370 rc11GSchedTbl + .data.rcP2P11NSchedTbl + 0x000000003ffb140c 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb140c rcP2P11NSchedTbl + .data.rc11NSchedTbl + 0x000000003ffb1478 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1478 rc11NSchedTbl + .data.rcLoRaSchedTbl + 0x000000003ffb1520 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1520 rcLoRaSchedTbl + .data.BasicOFDMSched + 0x000000003ffb1538 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1538 BasicOFDMSched + .data.trc_ctl 0x000000003ffb1544 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb1544 trc_ctl + .data.BcnInterval + 0x000000003ffb1560 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1560 BcnInterval + .data.wDevCtrl + 0x000000003ffb1564 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb1564 wDevCtrl + .data._g_esp_netif_netstack_default_wifi_ap + 0x000000003ffb159c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffb159c _g_esp_netif_netstack_default_wifi_ap + .data._g_esp_netif_netstack_default_wifi_sta + 0x000000003ffb15a0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x000000003ffb15a0 _g_esp_netif_netstack_default_wifi_sta + .data.g_allowed_groups + 0x000000003ffb15a4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x000000003ffb15a4 g_allowed_groups + .data.spinlock_rtc_deep_sleep + 0x000000003ffb15ac 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .data._ZN10__cxxabiv120__unexpected_handlerE + 0x000000003ffb15b4 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + 0x000000003ffb15b4 __cxxabiv1::__unexpected_handler + .data._ZN10__cxxabiv119__terminate_handlerE + 0x000000003ffb15b8 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + 0x000000003ffb15b8 __cxxabiv1::__terminate_handler + .data.chan14_mic_most_power + 0x000000003ffb15bc 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15bc chan14_mic_most_power + .data.phy_in_most_power_bk + 0x000000003ffb15bd 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15bd phy_in_most_power_bk + .data.phy_in_most_power + 0x000000003ffb15be 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15be phy_in_most_power + *fill* 0x000000003ffb15bf 0x1 + .data.bt_tx_pa_gain + 0x000000003ffb15c0 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15c0 bt_tx_pa_gain + *fill* 0x000000003ffb15c2 0x2 + .data.tx_rf_ana_gain + 0x000000003ffb15c4 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15c4 tx_rf_ana_gain + .data.wifi_bbgain_max + 0x000000003ffb15c8 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb15c8 wifi_bbgain_max + *fill* 0x000000003ffb15c9 0x3 + .data.bt_rx_gain_swp + 0x000000003ffb15cc 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .data.rfbb_gain_swp + 0x000000003ffb15d5 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb15d6 0x2 + .data.wifi_rx_gain_swp + 0x000000003ffb15d8 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .data.wifi_txband_ht40 + 0x000000003ffb15e4 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb15e4 wifi_txband_ht40 + .data.wifi_txband + 0x000000003ffb15e5 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb15e5 wifi_txband + .data.rfcal_bb_atten_init + 0x000000003ffb15e6 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb15e6 rfcal_bb_atten_init + .data.dreg_1p2_set + 0x000000003ffb15e7 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb15e7 dreg_1p2_set + .data.phy_wifi_pll_track_en + 0x000000003ffb15e8 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb15e8 phy_wifi_pll_track_en + .data.phy_bt_pll_track_en + 0x000000003ffb15e9 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb15e9 phy_bt_pll_track_en + *fill* 0x000000003ffb15ea 0x2 + .data 0x000000003ffb15ec 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x000000003ffb15ec __global_locale_ptr + *(.dram1 .dram1.*) + .dram1.2 0x000000003ffb15f0 0x2b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x000000003ffb161b 0x1 + .dram1.0 0x000000003ffb161c 0x4 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .dram1.4 0x000000003ffb1620 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.3 0x000000003ffb1628 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.2 0x000000003ffb162c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.1 0x000000003ffb1630 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x000000003ffb1634 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .dram1.0 0x000000003ffb1638 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000003ffb1638 FreeRTOS_openocd_params + .dram1.3 0x000000003ffb1640 0xc00 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb1640 port_IntStack + .dram1.2 0x000000003ffb2240 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb2240 offset_xCoreID + .dram1.1 0x000000003ffb2244 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb2244 offset_cpsa + .dram1.0 0x000000003ffb2248 0x4 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb2248 offset_pxEndOfStack + .dram1.2 0x000000003ffb224c 0x4d esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003ffb2299 0x3 + .dram1.0 0x000000003ffb229c 0x4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .dram1.6 0x000000003ffb22a0 0x8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x000000003ffb22a0 g_flash_guard_default_ops + .dram1.32 0x000000003ffb22a8 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb22c3 0x1 + .dram1.31 0x000000003ffb22c4 0x21 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb22e5 0x3 + .dram1.30 0x000000003ffb22e8 0x3b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb2323 0x1 + .dram1.29 0x000000003ffb2324 0x3e esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb2362 0x2 + .dram1.23 0x000000003ffb2364 0x1b esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb237f 0x1 + .dram1.2 0x000000003ffb2380 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x000000003ffb2380 rom_spiflash_api_funcs + .dram1.1 0x000000003ffb2384 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .dram1.0 0x000000003ffb2394 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003ffb239e 0x2 + .dram1.2 0x000000003ffb23a0 0x20 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.1 0x000000003ffb23c0 0x28 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .dram1.16 0x000000003ffb23e8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.15 0x000000003ffb2410 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .dram1.10 0x000000003ffb2420 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x000000003ffb2420 esp_flash_noos_functions + .dram1.5 0x000000003ffb2448 0x14 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb2448 spi_flash_chip_generic_timeout + .dram1.4 0x000000003ffb245c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .dram1.3 0x000000003ffb2474 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb2474 rom_flash_chip_dummy_hpm + .dram1.2 0x000000003ffb2478 0x4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb2478 rom_flash_chip_dummy + .dram1.1 0x000000003ffb247c 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb2482 0x2 + .dram1.0 0x000000003ffb2484 0x6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb248a 0x2 + .dram1.0 0x000000003ffb248c 0x58 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .dram1.1 0x000000003ffb24e4 0xa8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .dram1.0 0x000000003ffb258c 0xa8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .dram1.0 0x000000003ffb2634 0x19 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003ffb264d 0x3 + .dram1.0 0x000000003ffb2650 0x28 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x000000003ffb2650 GPIO_PIN_MUX_REG_OFFSET + .dram1.6 0x000000003ffb2678 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb2678 g_wifi_mac_time_delta + .dram1.5 0x000000003ffb267c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb267c g_osi_funcs_p + .dram1.5 0x000000003ffb2680 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb2680 g_intr_lock_mux + .dram1.4 0x000000003ffb2684 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb2684 g_mesh_is_root + *fill* 0x000000003ffb2685 0x3 + .dram1.3 0x000000003ffb2688 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb2688 g_mesh_init_ps_type + .dram1.2 0x000000003ffb268c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb268c g_mesh_is_started + .dram1.2 0x000000003ffb268d 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb268d g_sta_connected_flag + *fill* 0x000000003ffb268e 0x2 + .dram1.3 0x000000003ffb2690 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000003ffb2690 eb_txdesc_space + .dram1.16 0x000000003ffb2710 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + 0x000000003ffb2710 ptr_beacon_offset_funcs + .dram1.5 0x000000003ffb2714 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb2714 xphyQueue + .dram1.4 0x000000003ffb2718 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb2718 bars + .dram1.3 0x000000003ffb27a8 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb27a8 pp_sig_cnt + *fill* 0x000000003ffb27c6 0x2 + .dram1.3 0x000000003ffb27c8 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .dram1.48 0x000000003ffb27cc 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb27cc s_record_list + .dram1.45 0x000000003ffb2850 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *fill* 0x000000003ffb2851 0x3 + .dram1.44 0x000000003ffb2854 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.43 0x000000003ffb2870 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.42 0x000000003ffb2878 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.18 0x000000003ffb2888 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.3 0x000000003ffb288c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .dram1.1 0x000000003ffb2890 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .dram1.0 0x000000003ffb2898 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000003ffb28a0 _coredump_dram_start = ABSOLUTE (.) + *(.dram2.coredump .dram2.coredump.*) + 0x000000003ffb28a0 _coredump_dram_end = ABSOLUTE (.) + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.rtc_clk_apll_coeff_calc.str1.4 + 0x000000003ffb28a0 0xca esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *fill* 0x000000003ffb296a 0x2 + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x000000003ffb296c 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_to_xtal.str1.4 + 0x000000003ffb29a8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.__func__$25 + 0x000000003ffb29e8 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *libesp_mm.a:cache_esp32.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb29ff 0x1 + .rodata.esp_error_check_failed_print.str1.4 + 0x000000003ffb2a00 0x5c esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .rodata._esp_error_check_failed.str1.4 + 0x000000003ffb2a5c 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libfreertos.a:FreeRTOS-openocd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.uxTopUsedPriority + 0x000000003ffb2a6c 0x4 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x000000003ffb2a6c uxTopUsedPriority + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal_esp32.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:i2c_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:ledc_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:mmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.mmu_ll_entry_id_to_vaddr_base.str1.4 + 0x000000003ffb2a70 0x37 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2aa7 0x1 + .rodata.mmu_ll_check_entry_valid.str1.4 + 0x000000003ffb2aa8 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2ac1 0x3 + .rodata.mmu_ll_get_entry_target.str1.4 + 0x000000003ffb2ac4 0x2b esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2aef 0x1 + .rodata.mmu_hal_paddr_to_vaddr.str1.4 + 0x000000003ffb2af0 0x52 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2b42 0x2 + .rodata.mmu_hal_map_region.str1.4 + 0x000000003ffb2b44 0xd5 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2c19 0x3 + .rodata.mmu_hal_vaddr_to_paddr.str1.4 + 0x000000003ffb2c1c 0x5f esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2c7b 0x1 + .rodata.__func__$2 + 0x000000003ffb2c7c 0x1e esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2c9a 0x2 + .rodata.__func__$3 + 0x000000003ffb2c9c 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__$4 + 0x000000003ffb2cb4 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2ccd 0x3 + .rodata.__func__$5 + 0x000000003ffb2cd0 0x17 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2ce7 0x1 + .rodata.__func__$6 + 0x000000003ffb2ce8 0x15 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2cfd 0x3 + .rodata.__func__$7 + 0x000000003ffb2d00 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2d13 0x1 + .rodata.__func__$8 + 0x000000003ffb2d14 0x14 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .rodata.__func__$9 + 0x000000003ffb2d28 0x13 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *fill* 0x000000003ffb2d3b 0x1 + .rodata.__func__$12 + 0x000000003ffb2d3c 0x19 esp-idf/hal/libhal.a(mmu_hal.c.obj) + *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb2d55 0x3 + .rodata.spi_flash_encrypt_ll_plaintext_save.str1.4 + 0x000000003ffb2d58 0xe4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .rodata.__func__$0 + 0x000000003ffb2e3c 0x24 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.wdt_hal_config_stage.str1.4 + 0x000000003ffb2e60 0x54 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .rodata.__func__$0 + 0x000000003ffb2eb4 0x15 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb2ec9 0x3 + .rodata.abort.str1.4 + 0x000000003ffb2ecc 0x26 esp-idf/newlib/libnewlib.a(abort.c.obj) + *fill* 0x000000003ffb2ef2 0x2 + .rodata 0x000000003ffb2ef4 0x2 esp-idf/newlib/libnewlib.a(abort.c.obj) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb2ef6 0x2 + .rodata.__assert_func.str1.4 + 0x000000003ffb2ef8 0x2f esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x36 (size before relaxing) + *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb2f27 0x1 + .rodata 0x000000003ffb2f28 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .rodata.ram_set_pbus_mem + 0x000000003ffb2fd0 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .rodata.str1.4 + 0x000000003ffb2ffc 0x5a5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x5bd (size before relaxing) + *fill* 0x000000003ffb35a1 0x3 + .rodata.CSWTCH$360 + 0x000000003ffb35a4 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb35aa 0x2 + .rodata 0x000000003ffb35ac 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb362a 0x2 + .rodata.str1.4 + 0x000000003ffb362c 0x131 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x141 (size before relaxing) + *fill* 0x000000003ffb375d 0x3 + .rodata.CSWTCH$293 + 0x000000003ffb3760 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .rodata.CSWTCH$289 + 0x000000003ffb3764 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb376f 0x1 + .rodata.CSWTCH$283 + 0x000000003ffb3770 0x3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb3773 0x1 + .rodata.CSWTCH$266 + 0x000000003ffb3774 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .rodata.CSWTCH$256 + 0x000000003ffb377c 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .rodata.CSWTCH$254 + 0x000000003ffb3784 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb378a 0x2 + .rodata.dco_gain_coarse$4710 + 0x000000003ffb378c 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb3792 0x2 + .rodata.str1.4 + 0x000000003ffb3794 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x5a (size before relaxing) + *fill* 0x000000003ffb37e3 0x1 + .rodata 0x000000003ffb37e4 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .rodata.bt_i2c_write_set + 0x000000003ffb37f0 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .rodata.bt_get_i2c_data + 0x000000003ffb3814 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .rodata.CSWTCH$169 + 0x000000003ffb3840 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .rodata.CSWTCH$133 + 0x000000003ffb3850 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.memspi_host_read_id_hs.str1.4 + 0x000000003ffb3880 0x25 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *fill* 0x000000003ffb38a5 0x3 + .rodata.TAG 0x000000003ffb38a8 0x7 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb38af 0x1 + .rodata.esp_flash_chip_gd + 0x000000003ffb38b0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x000000003ffb38b0 esp_flash_chip_gd + .rodata.chip_name + 0x000000003ffb392c 0x3 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb392f 0x1 + .rodata.spi_flash_chip_generic_read.str1.4 + 0x000000003ffb3930 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_get_write_protect.str1.4 + 0x000000003ffb3974 0x4c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_suspend_cmd_conf.str1.4 + 0x000000003ffb39c0 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.spi_flash_chip_generic_read_unique_id.str1.4 + 0x000000003ffb3a20 0x53 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb3a73 0x1 + .rodata.__func__$0 + 0x000000003ffb3a74 0x29 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *fill* 0x000000003ffb3a9d 0x3 + .rodata.esp_flash_chip_generic + 0x000000003ffb3aa0 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x000000003ffb3aa0 esp_flash_chip_generic + .rodata.chip_name + 0x000000003ffb3b1c 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .rodata.TAG 0x000000003ffb3b24 0xd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb3b31 0x3 + .rodata.esp_flash_chip_issi + 0x000000003ffb3b34 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x000000003ffb3b34 esp_flash_chip_issi + .rodata.chip_name + 0x000000003ffb3bb0 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *fill* 0x000000003ffb3bb5 0x3 + .rodata.esp_flash_chip_mxic + 0x000000003ffb3bb8 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x000000003ffb3bb8 esp_flash_chip_mxic + .rodata.chip_name + 0x000000003ffb3c34 0x5 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + .rodata.spi_flash_chip_winbond_read.str1.4 + 0x000000003ffb3c39 0x44 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *fill* 0x000000003ffb3c39 0x3 + .rodata.esp_flash_chip_winbond + 0x000000003ffb3c3c 0x7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x000000003ffb3c3c esp_flash_chip_winbond + .rodata.chip_name + 0x000000003ffb3cb8 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .rodata.TAG 0x000000003ffb3cc0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + 0x000000003ffb3cc8 _data_end = ABSOLUTE (.) + 0x000000003ffb3cc8 . = ALIGN (0x4) + +.ext_ram_noinit + 0x000000003f800000 0x0 + 0x000000003f800000 _ext_ram_noinit_start = ABSOLUTE (.) + *(.ext_ram_noinit*) + 0x000000003f800000 . = ALIGN (0x4) + 0x000000003f800000 _ext_ram_noinit_end = ABSOLUTE (.) + +.noinit 0x000000003ffb3cc8 0x0 + 0x000000003ffb3cc8 . = ALIGN (0x4) + 0x000000003ffb3cc8 _noinit_start = ABSOLUTE (.) + *(.noinit .noinit.*) + 0x000000003ffb3cc8 . = ALIGN (0x4) + 0x000000003ffb3cc8 _noinit_end = ABSOLUTE (.) + +.ext_ram.bss 0x000000003f800000 0x0 + 0x000000003f800000 _ext_ram_bss_start = ABSOLUTE (.) + 0x000000003f800000 . = ALIGN (0x4) + 0x000000003f800000 _ext_ram_bss_end = ABSOLUTE (.) + +.dram0.bss 0x000000003ffb3cc8 0x5900 + 0x000000003ffb3cc8 . = ALIGN (0x8) + 0x000000003ffb3cc8 _bss_start = ABSOLUTE (.) + *(.bss .bss.*) + .bss.s_app_elf_sha256$0 + 0x000000003ffb3cc8 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .bss.s_pthread_cfg_key + 0x000000003ffb3cd0 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_threads_mux + 0x000000003ffb3cd4 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + .bss.s_keys 0x000000003ffb3cd8 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x000000003ffb3cd8 s_keys + .bss.s_resume_cores + 0x000000003ffb3cdc 0x1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003ffb3cdd 0x3 + .bss.s_cpu_inited + 0x000000003ffb3ce0 0x2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003ffb3ce2 0x2 + .bss.s_cpu_up 0x000000003ffb3ce4 0x2 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003ffb3ce6 0x2 + .bss.esp_ipc_isr_finish_cmd + 0x000000003ffb3ce8 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .bss.s_stored_interrupt_level + 0x000000003ffb3cec 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .bss.s_count_of_nested_calls + 0x000000003ffb3cf0 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .bss.s_stall_state + 0x000000003ffb3cf8 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .bss.esp_ipc_func_arg + 0x000000003ffb3cfc 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x000000003ffb3cfc esp_ipc_func_arg + .bss.esp_ipc_func + 0x000000003ffb3d00 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x000000003ffb3d00 esp_ipc_func + .bss.esp_ipc_isr_start_fl + 0x000000003ffb3d04 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x000000003ffb3d04 esp_ipc_isr_start_fl + .bss.int_wdt_cpu1_ticked + 0x000000003ffb3d08 0x1 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x000000003ffb3d08 int_wdt_cpu1_ticked + *fill* 0x000000003ffb3d09 0x3 + .bss.iwdt_context + 0x000000003ffb3d0c 0x8 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .bss.g_panic_abort_details + 0x000000003ffb3d14 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000003ffb3d14 g_panic_abort_details + .bss.g_panic_abort + 0x000000003ffb3d18 0x1 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x000000003ffb3d18 g_panic_abort + *fill* 0x000000003ffb3d19 0x3 + .bss.shutdown_handlers + 0x000000003ffb3d1c 0x14 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .bss.s_system_full_inited + 0x000000003ffb3d30 0x1 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003ffb3d31 0x3 + .bss.s_system_inited + 0x000000003ffb3d34 0x2 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003ffb3d36 0x2 + .bss.g_startup_time + 0x000000003ffb3d38 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003ffb3d38 g_startup_time + .bss.g_exc_frames + 0x000000003ffb3d40 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x000000003ffb3d40 g_exc_frames + .bss.tick_cb 0x000000003ffb3d48 0x40 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.idle_cb 0x000000003ffb3d88 0x40 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .bss.s_cache_status + 0x000000003ffb3dc8 0x8 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .bss.s_log_cache_misses + 0x000000003ffb3dd0 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_entry_count + 0x000000003ffb3dd4 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache_max_generation + 0x000000003ffb3dd8 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_cache + 0x000000003ffb3ddc 0xf8 esp-idf/log/liblog.a(log.c.obj) + .bss.s_log_tags + 0x000000003ffb3ed4 0x4 esp-idf/log/liblog.a(log.c.obj) + .bss.base$0 0x000000003ffb3ed8 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.s_log_mutex + 0x000000003ffb3edc 0x4 esp-idf/log/liblog.a(log_freertos.c.obj) + .bss.alloc_failed_callback + 0x000000003ffb3ee0 0x4 esp-idf/heap/libheap.a(heap_caps.c.obj) + .bss.registered_heaps + 0x000000003ffb3ee4 0x4 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x000000003ffb3ee4 registered_heaps + .bss.non_iram_int_disabled_flag + 0x000000003ffb3ee8 0x2 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003ffb3eea 0x2 + .bss.non_iram_int_disabled + 0x000000003ffb3eec 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.non_iram_int_mask + 0x000000003ffb3ef4 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.vector_desc_head + 0x000000003ffb3efc 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .bss.ref_counts + 0x000000003ffb3f00 0x22 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000003ffb3f22 0x2 + .bss.s_rtc_isr_handle + 0x000000003ffb3f24 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .bss.s_cur_pll_freq + 0x000000003ffb3f28 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss.s_sar_power_on_cnt + 0x000000003ffb3f2c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .bss.xSwitchingContext + 0x000000003ffb3f30 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxSchedulerSuspended + 0x000000003ffb3f38 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xIdleTaskHandle + 0x000000003ffb3f40 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNextTaskUnblockTime + 0x000000003ffb3f48 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTaskNumber + 0x000000003ffb3f4c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xNumOfOverflows + 0x000000003ffb3f50 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xYieldPending + 0x000000003ffb3f54 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendedTicks + 0x000000003ffb3f5c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSchedulerRunning + 0x000000003ffb3f60 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxTopReadyPriority + 0x000000003ffb3f64 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTickCount + 0x000000003ffb3f68 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxCurrentNumberOfTasks + 0x000000003ffb3f6c 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xSuspendedTaskList + 0x000000003ffb3f70 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.uxDeletedTasksWaitingCleanUp + 0x000000003ffb3f84 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xTasksWaitingTermination + 0x000000003ffb3f88 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xPendingReadyList + 0x000000003ffb3f9c 0x28 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxOverflowDelayedTaskList + 0x000000003ffb3fc4 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxDelayedTaskList + 0x000000003ffb3fc8 0x4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList2 + 0x000000003ffb3fcc 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.xDelayedTaskList1 + 0x000000003ffb3fe0 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxReadyTasksLists + 0x000000003ffb3ff4 0x1f4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .bss.pxCurrentTCB + 0x000000003ffb41e8 0x8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x000000003ffb41e8 pxCurrentTCB + .bss.port_switch_flag + 0x000000003ffb41f0 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb41f0 port_switch_flag + .bss.port_uxOldInterruptState + 0x000000003ffb41f8 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb41f8 port_uxOldInterruptState + .bss.port_uxCriticalNesting + 0x000000003ffb4200 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb4200 port_uxCriticalNesting + .bss.port_interruptNesting + 0x000000003ffb4208 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb4208 port_interruptNesting + .bss.port_xSchedulerRunning + 0x000000003ffb4210 0x8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x000000003ffb4210 port_xSchedulerRunning + .bss.s_other_cpu_startup_done + 0x000000003ffb4218 0x1 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x000000003ffb4219 0x3 + .bss._xt_tick_divisor + 0x000000003ffb421c 0x4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x000000003ffb421c _xt_tick_divisor + .bss.s_common_recursive_mutex + 0x000000003ffb4220 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003ffb4220 __lock___env_recursive_mutex + 0x000000003ffb4220 __lock___sfp_recursive_mutex + 0x000000003ffb4220 __lock___atexit_recursive_mutex + 0x000000003ffb4220 __lock___malloc_recursive_mutex + 0x000000003ffb4220 __lock___sinit_recursive_mutex + .bss.s_common_mutex + 0x000000003ffb4274 0x54 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x000000003ffb4274 __lock___arc4random_mutex + 0x000000003ffb4274 __lock___dd_hash_mutex + 0x000000003ffb4274 __lock___at_quick_exit_mutex + 0x000000003ffb4274 __lock___tz_mutex + .bss.s_reent 0x000000003ffb42c8 0xf0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .bss.s_time_lock + 0x000000003ffb43b8 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + *fill* 0x000000003ffb43bc 0x4 + .bss.s_adjtime_total_correction_us + 0x000000003ffb43c0 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_adjtime_start_us + 0x000000003ffb43c8 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + .bss.s_boot_time_lock + 0x000000003ffb43d0 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + *fill* 0x000000003ffb43d4 0x4 + .bss.s_microseconds_offset + 0x000000003ffb43d8 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x000000003ffb43d8 s_microseconds_offset + .bss.s_timer_task + 0x000000003ffb43e0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_timers 0x000000003ffb43e4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .bss.s_correction_us + 0x000000003ffb43e8 0x8 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .bss.s_alarm_handler + 0x000000003ffb43f0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.s_timer_interrupt_handle + 0x000000003ffb43f4 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .bss.s_wifi_adc_xpd_flag + 0x000000003ffb43f8 0x1 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + *fill* 0x000000003ffb43f9 0x3 + .bss.s_fd_table_lock + 0x000000003ffb43fc 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs_count + 0x000000003ffb4400 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_vfs 0x000000003ffb4404 0x20 esp-idf/vfs/libvfs.a(vfs.c.obj) + .bss.s_open_count + 0x000000003ffb4424 0x4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.vfs_console + 0x000000003ffb4428 0x8 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.primary_vfs_index + 0x000000003ffb4430 0x4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .bss.s_registered_select_num + 0x000000003ffb4434 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_registered_selects + 0x000000003ffb4438 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.s_uart_select_count + 0x000000003ffb443c 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .bss.wifi_ready + 0x000000003ffb4448 0x1 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003ffb4449 0x3 + .bss.segundos 0x000000003ffb444c 0x4 esp-idf/main/libmain.a(main.c.obj) + .bss.got_ip 0x000000003ffb4450 0x1 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003ffb4451 0x3 + .bss.wifi_watchdog_timer + 0x000000003ffb4454 0x4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .bss.g_on_connected + 0x000000003ffb4458 0x4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .bss.server 0x000000003ffb445c 0x4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .bss.cert_buf$0 + 0x000000003ffb4460 0x1000 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.topic_lwt + 0x000000003ffb5460 0x40 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.topic_resp + 0x000000003ffb54a0 0x40 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.topic_cmd + 0x000000003ffb54e0 0x40 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.topic_status + 0x000000003ffb5520 0x40 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.mqtt_connected + 0x000000003ffb5560 0x1 esp-idf/main/libmain.a(mqtt_handler.c.obj) + *fill* 0x000000003ffb5561 0x3 + .bss.mqtt_watchdog + 0x000000003ffb5564 0x4 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .bss.mqtt_client + 0x000000003ffb5568 0x4 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x000000003ffb5568 mqtt_client + .bss.s_nvs 0x000000003ffb556c 0x4 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .bss.hue$0 0x000000003ffb5570 0x2 esp-idf/main/libmain.a(led_driver.c.obj) + *fill* 0x000000003ffb5572 0x2 + .bss.led_pixels + 0x000000003ffb5574 0xb4 esp-idf/main/libmain.a(led_driver.c.obj) + .bss.led_enc 0x000000003ffb5628 0x4 esp-idf/main/libmain.a(led_driver.c.obj) + .bss.led_chan 0x000000003ffb562c 0x4 esp-idf/main/libmain.a(led_driver.c.obj) + .bss.led_ready + 0x000000003ffb5630 0x1 esp-idf/main/libmain.a(led_driver.c.obj) + *fill* 0x000000003ffb5631 0x3 + .bss.global_error + 0x000000003ffb5634 0x8 esp-idf/json/libjson.a(cJSON.c.obj) + .bss._efs 0x000000003ffb563c 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .bss.s_burn_counter + 0x000000003ffb5648 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.s_platform + 0x000000003ffb564c 0xc esp-idf/driver/libdriver.a(rmt_common.c.obj) + .bss.p_uart_obj + 0x000000003ffb5658 0xc esp-idf/driver/libdriver.a(uart.c.obj) + .bss.s_partition_list_lock + 0x000000003ffb5664 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .bss.s_partition_list + 0x000000003ffb5668 0x4 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .bss.curr_partition$2 + 0x000000003ffb566c 0x4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .bss.s_mmu_ctx + 0x000000003ffb5670 0x7c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .bss.flash_erasing + 0x000000003ffb56ec 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .bss.flash_brownout_needs_reset + 0x000000003ffb56ed 0x1 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .bss.s_flash_op_complete + 0x000000003ffb56ee 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_can_start + 0x000000003ffb56ef 0x1 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_mutex + 0x000000003ffb56f0 0x4 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_op_cache_state + 0x000000003ffb56f4 0x8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .bss.s_flash_guard_ops + 0x000000003ffb56fc 0x4 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .bss.esp_flash_default_chip + 0x000000003ffb5700 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x000000003ffb5700 esp_flash_default_chip + .bss.reason 0x000000003ffb5704 0x8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .bss.s_no_block_func_arg + 0x000000003ffb570c 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_no_block_func_and_arg_are_ready + 0x000000003ffb5714 0x2 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + *fill* 0x000000003ffb5716 0x2 + .bss.s_no_block_func + 0x000000003ffb5718 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_wait_for + 0x000000003ffb5720 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_func_arg + 0x000000003ffb5728 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_func 0x000000003ffb5730 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_ipc_ack + 0x000000003ffb5738 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_ipc_mutex + 0x000000003ffb5740 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.s_ipc_task_handle + 0x000000003ffb5748 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .bss.p_twdt_obj + 0x000000003ffb5750 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .bss.g_twdt_isr + 0x000000003ffb5754 0x1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x000000003ffb5754 g_twdt_isr + *fill* 0x000000003ffb5755 0x3 + .bss.init_context + 0x000000003ffb5758 0xc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .bss.last_ccount$1 + 0x000000003ffb5764 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .bss.s_reserve_status + 0x000000003ffb5768 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .bss.s_calibrated_freq + 0x000000003ffb5770 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .bss.s_default_loop + 0x000000003ffb5778 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .bss._ZL13s_nvs_handles + 0x000000003ffb577c 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .bss._ZN14NVSHandleEntry17s_nvs_next_handleE + 0x000000003ffb5788 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000003ffb5788 NVSHandleEntry::s_nvs_next_handle + .bss._ZN3nvs19NVSPartitionManager8instanceE + 0x000000003ffb578c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003ffb578c nvs::NVSPartitionManager::instance + .bss._ZN3nvs4Lock10mSemaphoreE + 0x000000003ffb5790 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x000000003ffb5790 nvs::Lock::mSemaphore + .bss.time_sync_notification_cb + 0x000000003ffb5794 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_sync_status + 0x000000003ffb5798 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_sync_mode + 0x000000003ffb579c 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.select_cb_list + 0x000000003ffb57a0 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.select_cb_ctr + 0x000000003ffb57a4 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.sockets 0x000000003ffb57a8 0xc8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv6_multicast_memberships + 0x000000003ffb5870 0x118 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.socket_ipv4_multicast_memberships + 0x000000003ffb5988 0x78 esp-idf/lwip/liblwip.a(sockets.c.obj) + .bss.tcpip_mbox + 0x000000003ffb5a00 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done_arg + 0x000000003ffb5a04 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.tcpip_init_done + 0x000000003ffb5a08 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .bss.sntp_retry_timeout + 0x000000003ffb5a0c 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_servers + 0x000000003ffb5a10 0x20 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_pcb 0x000000003ffb5a30 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .bss.sntp_opmode + 0x000000003ffb5a34 0x1 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003ffb5a35 0x3 + .bss.dns_servers + 0x000000003ffb5a38 0x48 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_requests + 0x000000003ffb5a80 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_table + 0x000000003ffb5ab0 0x4a0 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_seqno + 0x000000003ffb5f50 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.dns_last_pcb_idx + 0x000000003ffb5f51 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003ffb5f52 0x2 + .bss.dns_pcbs 0x000000003ffb5f54 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .bss.s_is_tmr_start + 0x000000003ffb5f64 0x1 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003ffb5f65 0x3 + .bss.ip_data 0x000000003ffb5f68 0x44 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003ffb5f68 ip_data + .bss.num_tcp_pcb + 0x000000003ffb5fac 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) + .bss.loop_netif + 0x000000003ffb5fb0 0xfc esp-idf/lwip/liblwip.a(netif.c.obj) + .bss.netif_num + 0x000000003ffb60ac 0x1 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003ffb60ad 0x3 + .bss.netif_default + 0x000000003ffb60b0 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003ffb60b0 netif_default + .bss.netif_list + 0x000000003ffb60b4 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x000000003ffb60b4 netif_list + .bss.ext_callback + 0x000000003ffb60b8 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .bss.pbuf_free_ooseq_pending + 0x000000003ffb60bc 0x1 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x000000003ffb60bc pbuf_free_ooseq_pending + *fill* 0x000000003ffb60bd 0x3 + .bss.raw_pcbs 0x000000003ffb60c0 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .bss.tcp_timer_ctr + 0x000000003ffb60c4 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss.tcp_timer + 0x000000003ffb60c5 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + .bss.tcp_active_pcbs_changed + 0x000000003ffb60c6 0x1 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60c6 tcp_active_pcbs_changed + *fill* 0x000000003ffb60c7 0x1 + .bss.tcp_tw_pcbs + 0x000000003ffb60c8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60c8 tcp_tw_pcbs + .bss.tcp_active_pcbs + 0x000000003ffb60cc 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60cc tcp_active_pcbs + .bss.tcp_listen_pcbs + 0x000000003ffb60d0 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60d0 tcp_listen_pcbs + .bss.tcp_bound_pcbs + 0x000000003ffb60d4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60d4 tcp_bound_pcbs + .bss.tcp_ticks + 0x000000003ffb60d8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003ffb60d8 tcp_ticks + .bss.tcp_input_pcb + 0x000000003ffb60dc 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x000000003ffb60dc tcp_input_pcb + .bss.recv_data + 0x000000003ffb60e0 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_flags + 0x000000003ffb60e4 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.flags 0x000000003ffb60e5 0x1 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcplen 0x000000003ffb60e6 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.recv_acked + 0x000000003ffb60e8 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffb60ea 0x2 + .bss.ackno 0x000000003ffb60ec 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.seqno 0x000000003ffb60f0 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcp_optidx + 0x000000003ffb60f4 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003ffb60f6 0x2 + .bss.tcphdr_opt2 + 0x000000003ffb60f8 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_opt1len + 0x000000003ffb60fc 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr_optlen + 0x000000003ffb60fe 0x2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcphdr 0x000000003ffb6100 0x4 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.inseg 0x000000003ffb6104 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .bss.tcpip_tcp_timer_active + 0x000000003ffb6114 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.current_timeout_due_time + 0x000000003ffb6118 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.next_timeout + 0x000000003ffb611c 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .bss.udp_pcbs 0x000000003ffb6120 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000003ffb6120 udp_pcbs + .bss.xid$12 0x000000003ffb6124 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.dhcp_pcb_refcount + 0x000000003ffb6128 0x1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003ffb6129 0x3 + .bss.dhcp_pcb 0x000000003ffb612c 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .bss.dhcp_rx_options_given + 0x000000003ffb6130 0xb esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003ffb6130 dhcp_rx_options_given + *fill* 0x000000003ffb613b 0x1 + .bss.dhcp_rx_options_val + 0x000000003ffb613c 0x2c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000003ffb613c dhcp_rx_options_val + .bss.etharp_cached_entry + 0x000000003ffb6168 0x1 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003ffb6169 0x3 + .bss.arp_table + 0x000000003ffb616c 0xf0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .bss.is_tmr_start + 0x000000003ffb625c 0x1 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003ffb625d 0x3 + .bss.allrouters + 0x000000003ffb6260 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.allsystems + 0x000000003ffb6264 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + .bss.ip4_default_multicast_netif + 0x000000003ffb6268 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + .bss.ip_id 0x000000003ffb626c 0x2 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003ffb626e 0x2 + .bss.identification$1 + 0x000000003ffb6270 0x4 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .bss.is_tmr_start + 0x000000003ffb6274 0x1 esp-idf/lwip/liblwip.a(mld6.c.obj) + .bss.last_router$1 + 0x000000003ffb6275 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb6276 0x2 + .bss.nd6_ra_buffer + 0x000000003ffb6278 0x20 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_tmr_rs_reduction + 0x000000003ffb6298 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb6299 0x3 + .bss.multicast_address + 0x000000003ffb629c 0x14 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_destination_index + 0x000000003ffb62b0 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + .bss.nd6_cached_neighbor_index + 0x000000003ffb62b1 0x1 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003ffb62b2 0x2 + .bss.default_router_list + 0x000000003ffb62b4 0x24 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb62b4 default_router_list + .bss.prefix_list + 0x000000003ffb62d8 0x8c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb62d8 prefix_list + .bss.destination_cache + 0x000000003ffb6364 0x1e0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb6364 destination_cache + .bss.neighbor_cache + 0x000000003ffb6544 0xdc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x000000003ffb6544 neighbor_cache + .bss.base_time + 0x000000003ffb6620 0x4 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss.input 0x000000003ffb6624 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .bss.lwip_task$1 + 0x000000003ffb6664 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.sys_thread_sem_key + 0x000000003ffb6668 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.g_lwip_protect_mutex + 0x000000003ffb666c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .bss.s_esp_netif_counter + 0x000000003ffb6670 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .bss.s_head 0x000000003ffb6674 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003ffb6674 s_head + .bss.api_lock_sem + 0x000000003ffb6678 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.api_sync_sem + 0x000000003ffb667c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.netif_callback + 0x000000003ffb6680 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.s_is_last_default_esp_netif_overridden + 0x000000003ffb6688 0x1 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003ffb6689 0x3 + .bss.s_last_default_esp_netif + 0x000000003ffb668c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .bss.s_wifi_mac_time_update_cb + 0x000000003ffb6690 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003ffb6690 s_wifi_mac_time_update_cb + .bss.s_wifi_inited + 0x000000003ffb6694 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .bss.wifi_default_handlers_set + 0x000000003ffb6695 0x1 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003ffb6696 0x2 + .bss.s_wifi_netifs + 0x000000003ffb6698 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .bss.s_wifi_netifs + 0x000000003ffb66a4 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.s_wifi_rxcbs + 0x000000003ffb66b0 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .bss.s_wifi_thread_sem_key$0 + 0x000000003ffb66bc 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .bss.s_wifi_thread_sem_key_init$1 + 0x000000003ffb66c0 0x1 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000003ffb66c1 0x3 + .bss.global_cacert + 0x000000003ffb66c4 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .bss.supported_init + 0x000000003ffb66c8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss.supported_ciphersuites + 0x000000003ffb66cc 0xec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .bss.init_done$1 + 0x000000003ffb67b8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.ecp_supported_grp_id + 0x000000003ffb67bc 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.mul_count + 0x000000003ffb67f0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.dbl_count + 0x000000003ffb67f4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.add_count + 0x000000003ffb67f8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .bss.mpi_lock 0x000000003ffb67fc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .bss.engines_in_use + 0x000000003ffb6800 0x1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003ffb6801 0x3 + .bss.engine_states + 0x000000003ffb6804 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .bss.mesh_rxcb + 0x000000003ffb6810 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb6810 mesh_rxcb + .bss.s_wifi_api_lock + 0x000000003ffb6814 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb6814 s_wifi_api_lock + .bss.wifi_sta_rx_probe_req + 0x000000003ffb6818 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb6818 wifi_sta_rx_probe_req + .bss.s_wifi_stop_in_progress + 0x000000003ffb681c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb681c s_wifi_stop_in_progress + *fill* 0x000000003ffb681d 0x3 + .bss.g_hmac_cnt + 0x000000003ffb6820 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x000000003ffb6820 g_hmac_cnt + .bss.g_beacon_eb_allocated + 0x000000003ffb6860 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb6861 0x3 + .bss.ap_rxcb 0x000000003ffb6864 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6864 ap_rxcb + .bss.tim_offset + 0x000000003ffb6868 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb6869 0x3 + .bss.BcnIntvl 0x000000003ffb686c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.g_beacon_idx + 0x000000003ffb6870 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6870 g_beacon_idx + *fill* 0x000000003ffb6871 0x3 + .bss.g_beacon_eb + 0x000000003ffb6874 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb6874 g_beacon_eb + .bss.g_beacon_dtim_send_mc + 0x000000003ffb687c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.beacon_send_start_flag + 0x000000003ffb687d 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb687e 0x2 + .bss.beacon_timer + 0x000000003ffb6880 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .bss.tokens$11109 + 0x000000003ffb6894 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .bss.ap_id$12450 + 0x000000003ffb6898 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003ffb6899 0x3 + .bss.mac_list_lock + 0x000000003ffb689c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb689c mac_list_lock + .bss.g_wifi_global_lock + 0x000000003ffb68a0 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb68a0 g_wifi_global_lock + .bss.s_wifi_task_hdl + 0x000000003ffb68a4 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb68a4 s_wifi_task_hdl + .bss.s_wps_start + 0x000000003ffb68a8 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.s_wpa2_start + 0x000000003ffb68a9 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .bss.g_mac_sleep_en + 0x000000003ffb68aa 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb68aa g_mac_sleep_en + *fill* 0x000000003ffb68ab 0x1 + .bss.esp_mesh_quick_funcs + 0x000000003ffb68ac 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb68ac esp_mesh_quick_funcs + .bss.g_mesh_topology + 0x000000003ffb695c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x000000003ffb695c g_mesh_topology + .bss.ndp_rxcb 0x000000003ffb6960 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x000000003ffb6960 ndp_rxcb + .bss.g_wifi_nvs_cfg + 0x000000003ffb6964 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .bss.s_netstack_ref + 0x000000003ffb6968 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb6968 s_netstack_ref + .bss.s_encap_amsdu_func + 0x000000003ffb696c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .bss.s_netstack_free + 0x000000003ffb6970 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb6970 s_netstack_free + .bss.len_dh_ie + 0x000000003ffb6974 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb6974 len_dh_ie + .bss.g_wifi_improve_contention_ability + 0x000000003ffb6975 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x000000003ffb6975 g_wifi_improve_contention_ability + .bss.s_ch$11483 + 0x000000003ffb6976 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .bss.s_owe_scan_flag + 0x000000003ffb6978 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .bss.connect_scan_flag + 0x000000003ffb697c 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb697c connect_scan_flag + *fill* 0x000000003ffb697d 0x1 + .bss.scannum 0x000000003ffb697e 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb697e scannum + .bss.sta_csa_timer + 0x000000003ffb6980 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb6980 sta_csa_timer + .bss.sta_rxcb 0x000000003ffb6994 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb6994 sta_rxcb + .bss.rssi_index + 0x000000003ffb6998 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb6998 rssi_index + *fill* 0x000000003ffb6999 0x3 + .bss.rssi_saved + 0x000000003ffb699c 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb699c rssi_saved + .bss.in_rssi_adjust + 0x000000003ffb69a4 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb69a4 in_rssi_adjust + .bss.s_ap_igtk + 0x000000003ffb69a5 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss.s_sta_igtk + 0x000000003ffb69f5 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .bss.is_connected_sync + 0x000000003ffb6a45 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.ap_no_lr 0x000000003ffb6a46 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb6a46 ap_no_lr + .bss.reconnect_flag + 0x000000003ffb6a47 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb6a47 reconnect_flag + .bss.in_blacklist_flag + 0x000000003ffb6a48 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb6a48 in_blacklist_flag + .bss.wrong_password_flag + 0x000000003ffb6a49 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb6a49 wrong_password_flag + .bss.s_sta_last_start_txseq + 0x000000003ffb6a4a 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.g_cnx_probe_rc_list_cb + 0x000000003ffb6a4c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb6a4c g_cnx_probe_rc_list_cb + .bss.cnx_csa_timer + 0x000000003ffb6a50 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.s_csa_timer_bss + 0x000000003ffb6a64 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .bss.avs_rx_content + 0x000000003ffb6a68 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.get_key_cb + 0x000000003ffb6a6c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_cb 0x000000003ffb6a70 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .bss.s_is_6m 0x000000003ffb6a74 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffb6a74 s_is_6m + .bss.g_pp_tx_pkt_num + 0x000000003ffb6a75 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x000000003ffb6a75 g_pp_tx_pkt_num + *fill* 0x000000003ffb6a76 0x2 + .bss.our_instances + 0x000000003ffb6a78 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .bss.beacon_monitor_data$11246 + 0x000000003ffb6b2c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss.g_pm_tx_null_func + 0x000000003ffb6b40 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .bss.current_ifidx$13006 + 0x000000003ffb6b44 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffb6b45 0x3 + .bss.s_fragment + 0x000000003ffb6b48 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb6b48 s_fragment + .bss.s_wifi_queue + 0x000000003ffb6b58 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000003ffb6b58 s_wifi_queue + .bss.s_michael_mic_failure_cb + 0x000000003ffb6b5c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.s_pp_task_create_sem + 0x000000003ffb6b60 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.s_pp_task_del_sem + 0x000000003ffb6b64 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.pp_task_hdl + 0x000000003ffb6b68 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_config_func + 0x000000003ffb6b6c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_timer_func + 0x000000003ffb6b70 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_net80211_tx_func + 0x000000003ffb6b74 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .bss.g_tx_done_cb_func + 0x000000003ffb6b78 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + *fill* 0x000000003ffb6b7c 0x4 + .bss.g_pm_cnt 0x000000003ffb6b80 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffb6b80 g_pm_cnt + .bss.g_lmac_cnt + 0x000000003ffb6bc8 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000003ffb6bc8 g_lmac_cnt + .bss.s_timer_post + 0x000000003ffb6c7c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .bss.s_fix_rate_mask + 0x000000003ffb6c80 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb6c80 s_fix_rate_mask + .bss.g_per_conn_trc + 0x000000003ffb6c84 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .bss.dbg_rx_all_count + 0x000000003ffb6cdc 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6cdc dbg_rx_all_count + .bss.BcnSendTick + 0x000000003ffb6ce0 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6ce0 BcnSendTick + .bss.wDevMacSleep + 0x000000003ffb6ce4 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6ce4 wDevMacSleep + .bss.g_wdev_csi_rx_ctx + 0x000000003ffb6d54 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6d54 g_wdev_csi_rx_ctx + .bss.g_wdev_csi_rx + 0x000000003ffb6d58 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6d58 g_wdev_csi_rx + .bss.g_wdev_nan_is_in_dw_cb + 0x000000003ffb6d5c 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6d5c g_wdev_nan_is_in_dw_cb + .bss.g_wdev_last_desc_reset + 0x000000003ffb6d60 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000003ffb6d60 g_wdev_last_desc_reset + *fill* 0x000000003ffb6d61 0x3 + .bss.s_common_clock_disable_time$0 + 0x000000003ffb6d64 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss.s_is_phy_calibrated + 0x000000003ffb6d68 0x1 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003ffb6d69 0x7 + .bss.s_phy_rf_en_ts + 0x000000003ffb6d70 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss.s_phy_access_lock + 0x000000003ffb6d78 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .bss.s_phy_modem_flag + 0x000000003ffb6d7c 0x2 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + *fill* 0x000000003ffb6d7e 0x2 + .bss.wpa_cb 0x000000003ffb6d80 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000003ffb6d80 wpa_cb + .bss.wifi_funcs + 0x000000003ffb6d84 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000003ffb6d84 wifi_funcs + .bss.g_wpa_pmk_caching_disabled + 0x000000003ffb6d88 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000003ffb6d88 g_wpa_pmk_caching_disabled + *fill* 0x000000003ffb6d89 0x7 + .bss.g_wpa_supp + 0x000000003ffb6d90 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x000000003ffb6d90 g_wpa_supp + .bss.s_wps_sm_cb + 0x000000003ffb6e38 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x000000003ffb6e38 s_wps_sm_cb + .bss.g_wpa3_hostap_auth_api_lock + 0x000000003ffb6e3c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x000000003ffb6e3c g_wpa3_hostap_auth_api_lock + .bss.g_wpa3_hostap_evt_queue + 0x000000003ffb6e40 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_wpa3_hostap_task_hdl + 0x000000003ffb6e44 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_confirm + 0x000000003ffb6e48 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_commit + 0x000000003ffb6e4c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_token + 0x000000003ffb6e50 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_data + 0x000000003ffb6e54 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.g_sae_pt 0x000000003ffb6eac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .bss.global_hapd + 0x000000003ffb6eb0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x000000003ffb6eb0 global_hapd + .bss.eloop 0x000000003ffb6eb4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .bss.eloop_data_lock + 0x000000003ffb6ed4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .bss.s_sm_valid_bitmap + 0x000000003ffb6ed8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss.s_sm_table + 0x000000003ffb6edc 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .bss.assoc_ie_buf + 0x000000003ffb6f1c 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000003ffb6f1c assoc_ie_buf + .bss.gWpaSm 0x000000003ffb6f4c 0x338 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000003ffb6f4c gWpaSm + .bss.gEapSm 0x000000003ffb7284 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .bss.g_misc_nvs_init + 0x000000003ffb7288 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + *fill* 0x000000003ffb7289 0x3 + .bss.s_dslp_phy_cb + 0x000000003ffb728c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .bss._ZN12_GLOBAL__N_113__new_handlerE + 0x000000003ffb7298 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .bss._ZL4init 0x000000003ffb729c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .bss._ZN17__eh_globals_init7_S_initE + 0x000000003ffb72a0 0x1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x000000003ffb72a0 __eh_globals_init::_S_init + *fill* 0x000000003ffb72a1 0x3 + .bss._ZN12_GLOBAL__N_110eh_globalsE + 0x000000003ffb72a4 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .bss._ZN12_GLOBAL__N_114emergency_poolE + 0x000000003ffb72ac 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .bss.g_phyFuns + 0x000000003ffb72bc 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72bc g_phyFuns + .bss.bt_dig_gain_force + 0x000000003ffb72c0 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c0 bt_dig_gain_force + .bss.init_wifi_disable + 0x000000003ffb72c1 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c1 init_wifi_disable + .bss.corr_cca_thr + 0x000000003ffb72c2 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c2 corr_cca_thr + .bss.lr_enable + 0x000000003ffb72c3 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c3 lr_enable + .bss.chan14_mic_en + 0x000000003ffb72c4 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c4 chan14_mic_en + .bss.re_entry 0x000000003ffb72c5 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c5 re_entry + .bss.force_hw_set_freq_flag + 0x000000003ffb72c6 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c6 force_hw_set_freq_flag + .bss.phy_init_flag + 0x000000003ffb72c7 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c7 phy_init_flag + .bss.phy_set_most_tpw_index + 0x000000003ffb72c8 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72c8 phy_set_most_tpw_index + *fill* 0x000000003ffb72c9 0x1 + .bss.target_power_backoff_qdb + 0x000000003ffb72ca 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72ca target_power_backoff_qdb + .bss.phy_set_most_tpw_flag + 0x000000003ffb72cc 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72cc phy_set_most_tpw_flag + .bss.phy_set_most_tpw_disbg + 0x000000003ffb72cd 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72cd phy_set_most_tpw_disbg + .bss.phy_meas_noise_floor + 0x000000003ffb72ce 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72ce phy_meas_noise_floor + .bss.sw_scan_mode + 0x000000003ffb72d0 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb72d0 sw_scan_mode + .bss.force_tx_gain_en + 0x000000003ffb72d1 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d1 force_tx_gain_en + .bss.phy_pwdet_onetime_flag + 0x000000003ffb72d2 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d2 phy_pwdet_onetime_flag + .bss.phy_dis_pwdet_one + 0x000000003ffb72d3 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d3 phy_dis_pwdet_one + .bss.phy_tx_pwr_error + 0x000000003ffb72d4 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d4 phy_tx_pwr_error + .bss.phy_in_vdd33_offset + 0x000000003ffb72d6 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d6 phy_in_vdd33_offset + .bss.tx_pwctrl_track_num + 0x000000003ffb72d7 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d7 tx_pwctrl_track_num + .bss.phy_tx_power_out + 0x000000003ffb72d8 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb72d8 phy_tx_power_out + .bss.bt_pwr_track_num + 0x000000003ffb72da 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72da bt_pwr_track_num + .bss.bt_pwr_freq_old + 0x000000003ffb72db 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72db bt_pwr_freq_old + .bss.bt_pwr_cap_sum_old + 0x000000003ffb72dc 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72dc bt_pwr_cap_sum_old + *fill* 0x000000003ffb72dd 0x1 + .bss.bt_pwr_cap_sum + 0x000000003ffb72de 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72de bt_pwr_cap_sum + .bss.btpwr_atten_offset + 0x000000003ffb72e0 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e0 btpwr_atten_offset + .bss.btpwr_tsen_flag + 0x000000003ffb72e1 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e1 btpwr_tsen_flag + .bss.btpwr_tsen_old + 0x000000003ffb72e2 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e2 btpwr_tsen_old + .bss.btpwr_tsen_init + 0x000000003ffb72e3 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e3 btpwr_tsen_init + .bss.rfpll_offset_delta + 0x000000003ffb72e4 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e4 rfpll_offset_delta + .bss.phy_bt_power_track_en + 0x000000003ffb72e6 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e6 phy_bt_power_track_en + .bss.phy_sw_set_chan_en + 0x000000003ffb72e7 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e7 phy_sw_set_chan_en + .bss.phy_force_wifi_chan_en + 0x000000003ffb72e8 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e8 phy_force_wifi_chan_en + .bss.phy_freq_wifi_only + 0x000000003ffb72e9 0x1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72e9 phy_freq_wifi_only + .bss.phy_freq_offset + 0x000000003ffb72ea 0x2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb72ea phy_freq_offset + *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + COMMON 0x000000003ffb72ec 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000003ffb72ec net80211_funcs + COMMON 0x000000003ffb72f0 0x2a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003ffb72f0 g_ic + COMMON 0x000000003ffb7598 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x000000003ffb7598 wpa_crypto_funcs + COMMON 0x000000003ffb760c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb760c g_deauth_mac_list + 0x000000003ffb7618 g_sa_query_mac_list + 0x000000003ffb7624 ApFreqCalTimer + COMMON 0x000000003ffb7638 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb7638 g_wifi_menuconfig + COMMON 0x000000003ffb7698 0x160 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x000000003ffb7698 s_ni + 0x000000003ffb77f0 action_q + COMMON 0x000000003ffb77f8 0x224 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x000000003ffb77f8 s_dp + COMMON 0x000000003ffb7a1c 0x504 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffb7a1c s_wifi_nvs + COMMON 0x000000003ffb7f20 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x000000003ffb7f20 s_tx_cacheq + COMMON 0x000000003ffb7f28 0x11c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb7f28 gScanStruct + COMMON 0x000000003ffb8044 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb8044 s_eapol_txdone_cb + COMMON 0x000000003ffb8048 0xfc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x000000003ffb8048 gChmCxt + *fill* 0x000000003ffb8144 0x4 + COMMON 0x000000003ffb8148 0xf1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000003ffb8148 g_cnxMgr + 0x000000003ffb9050 sta_con_timer + COMMON 0x000000003ffb9064 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x000000003ffb9064 ctx + COMMON 0x000000003ffb906c 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x000000003ffb906c eb_space + COMMON 0x000000003ffb912c 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x000000003ffb912c if_ctrl + *fill* 0x000000003ffb9154 0x4 + COMMON 0x000000003ffb9158 0x1f0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000003ffb9158 g_pm + COMMON 0x000000003ffb9348 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000003ffb9348 s_fix_rate + COMMON 0x000000003ffb9354 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x000000003ffb9354 g_misc_nvs + 0x000000003ffb9358 g_log_level + 0x000000003ffb935c g_log_mod + COMMON 0x000000003ffb9374 0x201 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000003ffb9374 pwrdet_offset + 0x000000003ffb9378 phy_rxbb_dc + 0x000000003ffb9388 phy_rxrf_dc + 0x000000003ffb9410 chip7_sleep_params + 0x000000003ffb94d4 set_most_tpw + 0x000000003ffb94d8 phy_version_str + 0x000000003ffb9500 chip7_phy_init_ctrl + 0x000000003ffb955e phy_dcur_org + 0x000000003ffb9560 chip7_phy_api_ctrl + 0x000000003ffb9570 adc_ana_conf_org + 0x000000003ffb9574 phy_dac_org + *fill* 0x000000003ffb9575 0x3 + COMMON 0x000000003ffb9578 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb9578 phy_chan_gain_table + 0x000000003ffb9580 phy_chan_pwr_index + 0x000000003ffb9594 phy_chan_target_power + *fill* 0x000000003ffb95a5 0x3 + COMMON 0x000000003ffb95a8 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb95a8 bt_wifi_chan_data + 0x000000003ffb95bc freq_i2c_addr + 0x000000003ffb95c8 . = ALIGN (0x8) + *fill* 0x000000003ffb95c7 0x1 + 0x000000003ffb95c8 _bss_end = ABSOLUTE (.) + 0x0000000000000001 ASSERT (((_bss_end - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) + +.flash.appdesc 0x000000003f400020 0x100 + 0x000000003f400020 _rodata_reserved_start = ABSOLUTE (.) + 0x000000003f400020 _rodata_start = ABSOLUTE (.) + *(.rodata_desc .rodata_desc.*) + .rodata_desc 0x000000003f400020 0x100 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x000000003f400020 esp_app_desc + *(.rodata_custom_desc .rodata_custom_desc.*) + 0x000000003f400120 . = ALIGN (ALIGNOF (.flash.rodata)) + +.flash.rodata 0x000000003f400120 0x23948 + 0x000000003f400120 _flash_rodata_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .rodata.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2 EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .sdata2.* EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata EXCLUDE_FILE(*libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *libhal.a:wdt_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libfreertos.a:FreeRTOS-openocd.* *libesp_system.a:ubsan.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:esp_memory_utils.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libphy.a *libgcov.a) .srodata.*) + .rodata.pthread_create.str1.4 + 0x000000003f400120 0xf7 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f400217 0x1 + .rodata.pthread_mutex_destroy.str1.4 + 0x000000003f400218 0x24 esp-idf/pthread/libpthread.a(pthread.c.obj) + .rodata.str1.4 + 0x000000003f40023c 0x23 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f40025f 0x1 + .rodata.__func__$0 + 0x000000003f400260 0x15 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f400275 0x3 + .rodata.__func__$1 + 0x000000003f400278 0x16 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000003f40028e 0x2 + .rodata.pthread_cleanup_thread_specific_data_callback.str1.4 + 0x000000003f400290 0x3d esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f4002cd 0x3 + .rodata.__func__$0 + 0x000000003f4002d0 0x2e esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x000000003f4002fe 0x2 + .rodata.str1.4 + 0x000000003f400300 0xad esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x000000003f4003ad 0x3 + .rodata.start_other_core.str1.4 + 0x000000003f4003b0 0xfc esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .rodata.select_rtc_slow_clk.str1.4 + 0x000000003f4004ac 0x5c esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata 0x000000003f400508 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.esp_clk_init.str1.4 + 0x000000003f40050c 0x68 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .rodata.__func__$0 + 0x000000003f400574 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + *fill* 0x000000003f400581 0x3 + .rodata.str1.4 + 0x000000003f400584 0x3b esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000003f4005bf 0x1 + .rodata.__func__$0 + 0x000000003f4005c0 0x1e esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + *fill* 0x000000003f4005de 0x2 + .rodata 0x000000003f4005e0 0x10 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .rodata.esp_panic_handler.str1.4 + 0x000000003f4005f0 0x83 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x87 (size before relaxing) + *fill* 0x000000003f400673 0x1 + .rodata.do_core_init.str1.4 + 0x000000003f400674 0xb8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xc0 (size before relaxing) + .rodata.do_system_init_fn.str1.4 + 0x000000003f40072c 0x45 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x51 (size before relaxing) + *fill* 0x000000003f400771 0x3 + .rodata.start_cpu0_default.str1.4 + 0x000000003f400774 0x215 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x219 (size before relaxing) + *fill* 0x000000003f400989 0x3 + .rodata.__func__$0 + 0x000000003f40098c 0xd esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x000000003f400999 0x3 + .rodata.g_startup_fn + 0x000000003f40099c 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003f40099c g_startup_fn + .rodata.frame_to_panic_info.str1.4 + 0x000000003f4009a4 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata.print_state_for_core.str1.4 + 0x000000003f4009ac 0x3 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .rodata 0x000000003f4009ac 0x5 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + *fill* 0x000000003f4009b1 0x3 + .rodata 0x000000003f4009b4 0x10 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .rodata.print_debug_exception_details.str1.4 + 0x000000003f4009c4 0x93 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003f400a57 0x1 + .rodata.print_illegal_instruction_details.str1.4 + 0x000000003f400a58 0x17 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000003f400a6f 0x1 + .rodata.panic_print_registers.str1.4 + 0x000000003f400a70 0x199 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x1a5 (size before relaxing) + *fill* 0x000000003f400c09 0x3 + .rodata 0x000000003f400c0c 0x60 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.panic_arch_fill_info.str1.4 + 0x000000003f400c6c 0x19 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x21 (size before relaxing) + *fill* 0x000000003f400c85 0x3 + .rodata.panic_soc_fill_info.str1.4 + 0x000000003f400c88 0xf esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + *fill* 0x000000003f400c97 0x1 + .rodata.str1.4 + 0x000000003f400c98 0x2af esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x2b3 (size before relaxing) + *fill* 0x000000003f400f47 0x1 + .rodata.pseudo_reason$0 + 0x000000003f400f48 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.reason$1 + 0x000000003f400f68 0xa0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .rodata.str1.4 + 0x000000003f401008 0x4d esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + *fill* 0x000000003f401055 0x3 + .rodata.uart_hal_rxfifo_rst.str1.4 + 0x000000003f401058 0xc1 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + *fill* 0x000000003f401119 0x3 + .rodata.uart_hal_write_txfifo.str1.4 + 0x000000003f40111c 0x90 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .rodata.__func__$1 + 0x000000003f4011ac 0x15 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + *fill* 0x000000003f4011c1 0x3 + .rodata.__func__$2 + 0x000000003f4011c4 0x13 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + *fill* 0x000000003f4011d7 0x1 + .rodata.get_cached_log_level.str1.4 + 0x000000003f4011d8 0x67 esp-idf/log/liblog.a(log.c.obj) + .rodata.esp_log_level_set.str1.4 + 0x000000003f40123f 0x67 esp-idf/log/liblog.a(log.c.obj) + 0x2 (size before relaxing) + *fill* 0x000000003f40123f 0x1 + .rodata.__func__$0 + 0x000000003f401240 0x15 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f401255 0x3 + .rodata.__func__$1 + 0x000000003f401258 0x12 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000003f40126a 0x2 + .rodata.__func__$2 + 0x000000003f40126c 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f40127d 0x3 + .rodata.__func__$3 + 0x000000003f401280 0x12 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f401292 0x2 + .rodata.__func__$6 + 0x000000003f401294 0x18 esp-idf/heap/libheap.a(heap_caps.c.obj) + .rodata.__func__$7 + 0x000000003f4012ac 0x1a esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f4012c6 0x2 + .rodata.__func__$8 + 0x000000003f4012c8 0x19 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f4012e1 0x3 + .rodata.__func__$9 + 0x000000003f4012e4 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + *fill* 0x000000003f4012f5 0x3 + .rodata.register_heap.str1.4 + 0x000000003f4012f8 0x43 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40133b 0x1 + .rodata.heap_caps_init.str1.4 + 0x000000003f40133c 0x130 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$1 + 0x000000003f40146c 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .rodata.__func__$2 + 0x000000003f401480 0xf esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40148f 0x1 + .rodata.__func__$3 + 0x000000003f401490 0xe esp-idf/heap/libheap.a(heap_caps_init.c.obj) + *fill* 0x000000003f40149e 0x2 + .rodata.assert_valid_block.str1.4 + 0x000000003f4014a0 0x32 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003f4014d2 0x2 + .rodata.multi_heap_register_impl.str1.4 + 0x000000003f4014d4 0x2f esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003f401503 0x1 + .rodata.multi_heap_get_first_block.str1.4 + 0x000000003f401504 0xd esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003f401511 0x3 + .rodata.__func__$4 + 0x000000003f401514 0x18 esp-idf/heap/libheap.a(multi_heap.c.obj) + .rodata.__func__$0 + 0x000000003f40152c 0x19 esp-idf/heap/libheap.a(multi_heap.c.obj) + *fill* 0x000000003f401545 0x3 + .rodata.control_construct.str1.4 + 0x000000003f401548 0xca esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401612 0x2 + .rodata.default_walker.str1.4 + 0x000000003f401614 0x1e esp-idf/heap/libheap.a(tlsf.c.obj) + 0x26 (size before relaxing) + *fill* 0x000000003f401632 0x2 + .rodata.tlsf_check.str1.4 + 0x000000003f401634 0x4a esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f40167e 0x2 + .rodata.tlsf_add_pool.str1.4 + 0x000000003f401680 0x142 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f4017c2 0x2 + .rodata.tlsf_remove_pool.str1.4 + 0x000000003f4017c4 0x116 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f4018da 0x2 + .rodata.tlsf_create.str1.4 + 0x000000003f4018dc 0x32 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f40190e 0x2 + .rodata.tlsf_malloc.str1.4 + 0x000000003f401910 0x1a7 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401ab7 0x1 + .rodata.tlsf_free.str1.4 + 0x000000003f401ab8 0x110 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.tlsf_realloc.str1.4 + 0x000000003f401bc8 0x2e esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401bf6 0x2 + .rodata.__func__$0 + 0x000000003f401bf8 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$1 + 0x000000003f401c08 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c15 0x3 + .rodata.__func__$2 + 0x000000003f401c18 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c29 0x3 + .rodata.__func__$3 + 0x000000003f401c2c 0xd esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c39 0x3 + .rodata.__func__$5 + 0x000000003f401c3c 0x11 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c4d 0x3 + .rodata.__func__$6 + 0x000000003f401c50 0xa esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c5a 0x2 + .rodata.__func__$8 + 0x000000003f401c5c 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$9 + 0x000000003f401c68 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + .rodata.__func__$10 + 0x000000003f401c78 0x13 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401c8b 0x1 + .rodata.__func__$11 + 0x000000003f401c8c 0x16 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401ca2 0x2 + .rodata.__func__$12 + 0x000000003f401ca4 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401cb6 0x2 + .rodata.__func__$14 + 0x000000003f401cb8 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401cca 0x2 + .rodata.__func__$15 + 0x000000003f401ccc 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401cde 0x2 + .rodata.__func__$18 + 0x000000003f401ce0 0x12 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401cf2 0x2 + .rodata.__func__$20 + 0x000000003f401cf4 0xb esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x000000003f401cff 0x1 + .rodata.s_prepare_reserved_regions.str1.4 + 0x000000003f401d00 0x105 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x000000003f401e05 0x3 + .rodata.__func__$0 + 0x000000003f401e08 0x1b esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x000000003f401e23 0x1 + .rodata.soc_memory_region_count + 0x000000003f401e24 0x4 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003f401e24 soc_memory_region_count + .rodata.soc_memory_regions + 0x000000003f401e28 0x2b0 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003f401e28 soc_memory_regions + .rodata.str1.4 + 0x000000003f4020d8 0xa7 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0xb7 (size before relaxing) + *fill* 0x000000003f40217f 0x1 + .rodata.soc_memory_types + 0x000000003f402180 0x154 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003f402180 soc_memory_types + .rodata.str1.4 + 0x000000003f4022d4 0x121 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x000000003f4023f5 0x3 + .rodata.__func__$0 + 0x000000003f4023f8 0x17 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x000000003f40240f 0x1 + .rodata.__func__$1 + 0x000000003f402410 0x18 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .rodata.__func__$2 + 0x000000003f402428 0xf esp-idf/heap/libheap.a(heap_caps_base.c.obj) + *fill* 0x000000003f402437 0x1 + .rodata.esp_cpu_stall.str1.4 + 0x000000003f402438 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + *fill* 0x000000003f40248a 0x2 + .rodata.__func__$1 + 0x000000003f40248c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .rodata.__func__$2 + 0x000000003f40249c 0xe esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + *fill* 0x000000003f4024aa 0x2 + .rodata.find_desc_for_source.str1.4 + 0x000000003f4024ac 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f4024e5 0x3 + .rodata.is_vect_desc_usable.str1.4 + 0x000000003f4024e8 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f402531 0x3 + .rodata.esp_intr_alloc_intrstatus.str1.4 + 0x000000003f402534 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f402596 0x2 + .rodata.intr_free_for_current_cpu.str1.4 + 0x000000003f402598 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__$0 + 0x000000003f40259c 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f4025ad 0x3 + .rodata.__func__$1 + 0x000000003f4025b0 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f4025ca 0x2 + .rodata.__func__$2 + 0x000000003f4025cc 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f4025e2 0x2 + .rodata.__func__$3 + 0x000000003f4025e4 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f4025fd 0x3 + .rodata.__func__$5 + 0x000000003f402600 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .rodata.__func__$6 + 0x000000003f402614 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x000000003f402629 0x3 + .rodata.periph_module_enable.str1.4 + 0x000000003f40262c 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000003f402676 0x2 + .rodata.__func__$0 + 0x000000003f402678 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .rodata.__func__$1 + 0x000000003f40268c 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000003f4026a2 0x2 + .rodata.__func__$2 + 0x000000003f4026a4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000003f4026b9 0x3 + .rodata.rtcio_ll_force_hold_disable.str1.4 + 0x000000003f4026bc 0xdf esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + *fill* 0x000000003f40279b 0x1 + .rodata.__func__$0 + 0x000000003f40279c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .rodata.rtc_clk_cal_internal.str1.4 + 0x000000003f4027b8 0xa6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f40285e 0x2 + .rodata.rtc_clk_cal_ratio.str1.4 + 0x000000003f402860 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f40286f 0x1 + .rodata.rtc_time_get.str1.4 + 0x000000003f402870 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f40288d 0x3 + .rodata.rtc_clk_wait_for_slow_cycle.str1.4 + 0x000000003f402890 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$1 + 0x000000003f4028c4 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$2 + 0x000000003f4028d0 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *fill* 0x000000003f4028e5 0x3 + .rodata.s_sar_power_release.str1.4 + 0x000000003f4028e8 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + *fill* 0x000000003f402937 0x1 + .rodata.__func__$0 + 0x000000003f402938 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .rodata.esp_cpu_intr_get_desc.str1.4 + 0x000000003f40294c 0x82 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + *fill* 0x000000003f4029ce 0x2 + .rodata.__func__$0 + 0x000000003f4029d0 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + *fill* 0x000000003f4029e6 0x2 + .rodata.intr_desc_table + 0x000000003f4029e8 0x200 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .rodata.prvNotifyQueueSetContainer.str1.4 + 0x000000003f402be8 0x8f esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402c77 0x1 + .rodata.xQueueGenericReset.str1.4 + 0x000000003f402c78 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x43 (size before relaxing) + .rodata.xQueueGenericCreateStatic.str1.4 + 0x000000003f402c80 0xdf esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402d5f 0x1 + .rodata.xQueueGenericGetStaticBuffers.str1.4 + 0x000000003f402d60 0xf esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402d6f 0x1 + .rodata.xQueueGenericCreate.str1.4 + 0x000000003f402d70 0x8e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402dfe 0x2 + .rodata.xQueueCreateCountingSemaphoreStatic.str1.4 + 0x000000003f402e00 0x2d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402e2d 0x3 + .rodata.xQueueGenericSend.str1.4 + 0x000000003f402e30 0x195 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f402fc5 0x3 + .rodata.xQueueGiveMutexRecursive.str1.4 + 0x000000003f402fc8 0x8 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.xQueueGiveFromISR.str1.4 + 0x000000003f402fd0 0x7d esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40304d 0x3 + .rodata.xQueueReceive.str1.4 + 0x000000003f403050 0x66 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4030b6 0x2 + .rodata.xQueueReceiveFromISR.str1.4 + 0x000000003f4030b8 0x52 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40310a 0x2 + .rodata.uxQueueMessagesWaiting.str1.4 + 0x000000003f40310c 0x7 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403113 0x1 + .rodata.__func__$2 + 0x000000003f403114 0xd esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403121 0x3 + .rodata.__func__$5 + 0x000000003f403124 0x17 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40313b 0x1 + .rodata.__func__$7 + 0x000000003f40313c 0x15 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403151 0x3 + .rodata.__func__$9 + 0x000000003f403154 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$10 + 0x000000003f403168 0xe esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403176 0x2 + .rodata.__func__$11 + 0x000000003f403178 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40318a 0x2 + .rodata.__func__$12 + 0x000000003f40318c 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4031a5 0x3 + .rodata.__func__$13 + 0x000000003f4031a8 0x1b esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4031c3 0x1 + .rodata.__func__$14 + 0x000000003f4031c4 0x12 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4031d6 0x2 + .rodata.__func__$15 + 0x000000003f4031d8 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4031f6 0x2 + .rodata.__func__$17 + 0x000000003f4031f8 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403211 0x3 + .rodata.__func__$18 + 0x000000003f403214 0x19 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40322d 0x3 + .rodata.__func__$20 + 0x000000003f403230 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$21 + 0x000000003f403244 0x1e esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f403262 0x2 + .rodata.__func__$22 + 0x000000003f403264 0x1a esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f40327e 0x2 + .rodata.__func__$23 + 0x000000003f403280 0x14 esp-idf/freertos/libfreertos.a(queue.c.obj) + .rodata.__func__$24 + 0x000000003f403294 0x13 esp-idf/freertos/libfreertos.a(queue.c.obj) + *fill* 0x000000003f4032a7 0x1 + .rodata.prvDeleteTLS.str1.4 + 0x000000003f4032a8 0x3a esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4032e2 0x2 + .rodata.taskSelectHighestPriorityTaskSMP.str1.4 + 0x000000003f4032e4 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4032fd 0x3 + .rodata.prvDeleteTCB.str1.4 + 0x000000003f403300 0x32 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403332 0x2 + .rodata.xTaskCreateStaticPinnedToCore.str1.4 + 0x000000003f403334 0xb1 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4033e5 0x3 + .rodata.prvCreateIdleTasks.str1.4 + 0x000000003f4033e8 0x5 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4033ed 0x3 + .rodata.xTaskGetIdleTaskHandleForCPU.str1.4 + 0x000000003f4033f0 0x38 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskIncrementTick.str1.4 + 0x000000003f403428 0x8e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4034b6 0x2 + .rodata.xTaskIncrementTickOtherCores.str1.4 + 0x000000003f4034b8 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4034c5 0x3 + .rodata.vTaskPlaceOnEventList.str1.4 + 0x000000003f4034c8 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.xTaskRemoveFromEventList.str1.4 + 0x000000003f4034d4 0x4f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403523 0x1 + .rodata.vTaskSetTimeOutState.str1.4 + 0x000000003f403524 0xa esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40352e 0x2 + .rodata.xTaskCheckForTimeOut.str1.4 + 0x000000003f403530 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40353e 0x2 + .rodata.vTaskDelete.str1.4 + 0x000000003f403540 0x3f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40357f 0x1 + .rodata.vTaskPrioritySet.str1.4 + 0x000000003f403580 0x1b esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40359b 0x1 + .rodata.xTaskDelayUntil.str1.4 + 0x000000003f40359c 0x62 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4035fe 0x2 + .rodata.xTaskResumeAll.str1.4 + 0x000000003f403600 0x35 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403635 0x3 + .rodata.xTaskPriorityDisinherit.str1.4 + 0x000000003f403638 0x41 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403679 0x3 + .rodata.vTaskPriorityDisinheritAfterTimeout.str1.4 + 0x000000003f40367c 0x2a esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4036a6 0x2 + .rodata.ulTaskGenericNotifyTake.str1.4 + 0x000000003f4036a8 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4036ba 0x2 + .rodata.xTaskGenericNotify.str1.4 + 0x000000003f4036bc 0x97 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403753 0x1 + .rodata.vTaskStartScheduler.str1.4 + 0x000000003f403754 0x12 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403766 0x2 + .rodata.__func__$2 + 0x000000003f403768 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403786 0x2 + .rodata.__func__$4 + 0x000000003f403788 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40379b 0x1 + .rodata.__func__$6 + 0x000000003f40379c 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$7 + 0x000000003f4037b4 0x24 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$8 + 0x000000003f4037d8 0x18 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$9 + 0x000000003f4037f0 0x15 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403805 0x3 + .rodata.__func__$10 + 0x000000003f403808 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403825 0x3 + .rodata.__func__$12 + 0x000000003f403828 0x22 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40384a 0x2 + .rodata.__func__$13 + 0x000000003f40384c 0x19 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403865 0x3 + .rodata.__func__$15 + 0x000000003f403868 0x1f esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403887 0x1 + .rodata.__func__$16 + 0x000000003f403888 0x16 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40389e 0x2 + .rodata.__func__$17 + 0x000000003f4038a0 0x21 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4038c1 0x3 + .rodata.ucExpectedStackBytes$18 + 0x000000003f4038c4 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$19 + 0x000000003f4038d8 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4038f5 0x3 + .rodata.__func__$20 + 0x000000003f4038f8 0x13 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40390b 0x1 + .rodata.__func__$23 + 0x000000003f40390c 0x1d esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403929 0x3 + .rodata.__func__$27 + 0x000000003f40392c 0xe esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40393a 0x2 + .rodata.__func__$28 + 0x000000003f40393c 0xf esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40394b 0x1 + .rodata.__func__$29 + 0x000000003f40394c 0x14 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$33 + 0x000000003f403960 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40396d 0x3 + .rodata.__func__$34 + 0x000000003f403970 0x11 esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f403981 0x3 + .rodata.__func__$36 + 0x000000003f403984 0xb esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40398f 0x1 + .rodata.__func__$38 + 0x000000003f403990 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f40399d 0x3 + .rodata.__func__$39 + 0x000000003f4039a0 0xd esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4039ad 0x3 + .rodata.__func__$40 + 0x000000003f4039b0 0xc esp-idf/freertos/libfreertos.a(tasks.c.obj) + .rodata.__func__$42 + 0x000000003f4039bc 0x1e esp-idf/freertos/libfreertos.a(tasks.c.obj) + *fill* 0x000000003f4039da 0x2 + .rodata.vPortTaskWrapper.str1.4 + 0x000000003f4039dc 0x58 esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.pxPortInitialiseStack.str1.4 + 0x000000003f403a34 0x65 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f403a99 0x3 + .rodata.xPortEnterCriticalTimeout.str1.4 + 0x000000003f403a9c 0xa7 esp-idf/freertos/libfreertos.a(port.c.obj) + 0xe3 (size before relaxing) + *fill* 0x000000003f403b43 0x1 + .rodata.vPortExitCritical.str1.4 + 0x000000003f403b44 0x2c esp-idf/freertos/libfreertos.a(port.c.obj) + .rodata.__func__$0 + 0x000000003f403b70 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f403b81 0x3 + .rodata.__func__$1 + 0x000000003f403b84 0x11 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f403b95 0x3 + .rodata.__func__$3 + 0x000000003f403b98 0x16 esp-idf/freertos/libfreertos.a(port.c.obj) + *fill* 0x000000003f403bae 0x2 + .rodata.main_task.str1.4 + 0x000000003f403bb0 0xdd esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x000000003f403c8d 0x3 + .rodata.esp_startup_start_app.str1.4 + 0x000000003f403c90 0x7f esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x000000003f403d0f 0x1 + .rodata.esp_startup_start_app_other_cores.str1.4 + 0x000000003f403d10 0x34 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .rodata.__func__$0 + 0x000000003f403d44 0xa esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x000000003f403d4e 0x2 + .rodata.__func__$1 + 0x000000003f403d50 0x16 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x000000003f403d66 0x2 + .rodata.vApplicationGetIdleTaskMemory.str1.4 + 0x000000003f403d68 0x5a esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f403dc2 0x2 + .rodata.__func__$1 + 0x000000003f403dc4 0x1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + *fill* 0x000000003f403de2 0xe + .rodata 0x000000003f403df0 0x24 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x000000003f403df0 _xt_coproc_sa_offset + .rodata.str1.4 + 0x000000003f403e14 0x8d esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x91 (size before relaxing) + *fill* 0x000000003f403ea1 0x3 + .rodata.esp_newlib_locks_init.str1.4 + 0x000000003f403ea4 0x68 esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.__func__$4 + 0x000000003f403f0c 0x16 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f403f22 0x2 + .rodata.__func__$3 + 0x000000003f403f24 0x13 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f403f37 0x1 + .rodata.__func__$2 + 0x000000003f403f38 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f403f4d 0x3 + .rodata.__func__$1 + 0x000000003f403f50 0x15 esp-idf/newlib/libnewlib.a(locks.c.obj) + *fill* 0x000000003f403f65 0x3 + .rodata.__func__$0 + 0x000000003f403f68 0xc esp-idf/newlib/libnewlib.a(locks.c.obj) + .rodata.str1.4 + 0x000000003f403f74 0x33 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f403fa7 0x1 + .rodata.init_timer_task.str1.4 + 0x000000003f403fa8 0x7f esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f404027 0x1 + .rodata.esp_timer_init.str1.4 + 0x000000003f404028 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .rodata.__func__$0 + 0x000000003f404050 0xd esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x000000003f40405d 0x3 + .rodata.esp_timer_impl_init_system_time.str1.4 + 0x000000003f404060 0x51 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + *fill* 0x000000003f4040b1 0x3 + .rodata.str1.4 + 0x000000003f4040b4 0x108 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .rodata.esp_timer_impl_init.str1.4 + 0x000000003f4041bc 0xbf esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f40427b 0x1 + .rodata.__func__$2 + 0x000000003f40427c 0x1f esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + *fill* 0x000000003f40429b 0x1 + .rodata.__func__$1 + 0x000000003f40429c 0x1c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .rodata.translate_path.str1.4 + 0x000000003f4042b8 0x5b esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x5f (size before relaxing) + .rodata.esp_vfs_register_fd_range.str1.4 + 0x000000003f404313 0x1 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f404313 0x1 + .rodata.__func__$0 + 0x000000003f404314 0xf esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x000000003f404323 0x1 + .rodata.console_open.str1.4 + 0x000000003f404324 0xf esp-idf/vfs/libvfs.a(vfs_console.c.obj) + *fill* 0x000000003f404333 0x1 + .rodata.esp_vfs_dev_console_register.str1.4 + 0x000000003f404334 0xd esp-idf/vfs/libvfs.a(vfs_console.c.obj) + *fill* 0x000000003f404341 0x3 + .rodata.vfs 0x000000003f404344 0xa4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .rodata.uart_tx_char.str1.4 + 0x000000003f4043e8 0xc1 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.uart_rx_char.str1.4 + 0x000000003f4043e8 0x8e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.uart_fcntl.str1.4 + 0x000000003f4043e8 0x34 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.uart_return_char.str1.4 + 0x000000003f40441c 0x1d esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f404439 0x3 + .rodata.uart_access.str1.4 + 0x000000003f40443c 0x7 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xb (size before relaxing) + *fill* 0x000000003f404443 0x1 + .rodata.uart_fsync.str1.4 + 0x000000003f404444 0x12 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f404456 0x2 + .rodata.uart_read.str1.4 + 0x000000003f404458 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f404462 0x2 + .rodata.__func__$1 + 0x000000003f404464 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40446f 0x1 + .rodata.__func__$2 + 0x000000003f404470 0x11 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f404481 0x3 + .rodata.__func__$3 + 0x000000003f404484 0xa esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40448e 0x2 + .rodata.__func__$4 + 0x000000003f404490 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f40449b 0x1 + .rodata.__func__$5 + 0x000000003f40449c 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4044a7 0x1 + .rodata.__func__$6 + 0x000000003f4044a8 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4044b3 0x1 + .rodata.__func__$7 + 0x000000003f4044b4 0xb esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4044bf 0x1 + .rodata.__func__$8 + 0x000000003f4044c0 0x15 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x000000003f4044d5 0x3 + .rodata.__func__$9 + 0x000000003f4044d8 0x14 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.vfs 0x000000003f4044ec 0xa4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.s_uart_mount_points + 0x000000003f404590 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.s_ctx 0x000000003f40459c 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .rodata.on_wifi_connected.str1.4 + 0x000000003f4045a8 0xcf esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f404677 0x1 + .rodata.vApplicationStackOverflowHook.str1.4 + 0x000000003f404678 0x1d esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f404695 0x3 + .rodata.app_main.str1.4 + 0x000000003f404698 0x228 esp-idf/main/libmain.a(main.c.obj) + .rodata 0x000000003f4048c0 0x18 esp-idf/main/libmain.a(main.c.obj) + .rodata.__func__$0 + 0x000000003f4048d8 0x9 esp-idf/main/libmain.a(main.c.obj) + *fill* 0x000000003f4048e1 0x3 + .rodata.on_wifi_event.str1.4 + 0x000000003f4048e4 0xf2 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003f4049d6 0x2 + .rodata.wifi_watchdog_cb.str1.4 + 0x000000003f4049d8 0x4c esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .rodata.on_got_ip.str1.4 + 0x000000003f404a24 0x3b esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003f404a5f 0x1 + .rodata.wifi_load_creds.str1.4 + 0x000000003f404a60 0xd esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x15 (size before relaxing) + *fill* 0x000000003f404a6d 0x3 + .rodata.start_webserver.str1.4 + 0x000000003f404a70 0x84 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x88 (size before relaxing) + .rodata 0x000000003f404af4 0x54 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .rodata.handle_save.str1.4 + 0x000000003f404b48 0x162 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003f404caa 0x2 + .rodata.handle_root.str1.4 + 0x000000003f404cac 0x436 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003f4050e2 0x2 + .rodata.wifi_config_portal_init.str1.4 + 0x000000003f4050e4 0x271 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + *fill* 0x000000003f405355 0x3 + .rodata.__func__$0 + 0x000000003f405358 0x18 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .rodata.send_status.str1.4 + 0x000000003f405370 0x4e esp-idf/main/libmain.a(mqtt_handler.c.obj) + *fill* 0x000000003f4053be 0x2 + .rodata.mqtt_watchdog_cb.str1.4 + 0x000000003f4053c0 0x46 esp-idf/main/libmain.a(mqtt_handler.c.obj) + *fill* 0x000000003f405406 0x2 + .rodata.mqtt_event_handler.str1.4 + 0x000000003f405408 0xe6 esp-idf/main/libmain.a(mqtt_handler.c.obj) + *fill* 0x000000003f4054ee 0x2 + .rodata.mqtt_handler_start.str1.4 + 0x000000003f4054f0 0x227 esp-idf/main/libmain.a(mqtt_handler.c.obj) + *fill* 0x000000003f405717 0x1 + .rodata.ca_cert_pem + 0x000000003f405718 0x794 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .rodata.mqtt_comandos_handle.str1.4 + 0x000000003f405eac 0x20c esp-idf/main/libmain.a(mqtt_comandos.c.obj) + 0x220 (size before relaxing) + .rodata.eeprom_virtual_init.str1.4 + 0x000000003f4060b8 0xfc esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x104 (size before relaxing) + .rodata.eeprom_virtual_write_bin.str1.4 + 0x000000003f4061b4 0x6e esp-idf/main/libmain.a(eeprom_virtual.c.obj) + *fill* 0x000000003f406222 0x2 + .rodata.eeprom_virtual_read_bin.str1.4 + 0x000000003f406224 0xa2 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + *fill* 0x000000003f4062c6 0x2 + .rodata.__func__$0 + 0x000000003f4062c8 0x14 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .rodata.start_dns_server.str1.4 + 0x000000003f4062dc 0xb8 esp-idf/main/libmain.a(dns_server.c.obj) + .rodata.led_show.str1.4 + 0x000000003f406394 0xcd esp-idf/main/libmain.a(led_driver.c.obj) + 0xd1 (size before relaxing) + *fill* 0x000000003f406461 0x3 + .rodata.led_init.str1.4 + 0x000000003f406464 0xc1 esp-idf/main/libmain.a(led_driver.c.obj) + *fill* 0x000000003f406525 0x3 + .rodata.__func__$1 + 0x000000003f406528 0x9 esp-idf/main/libmain.a(led_driver.c.obj) + *fill* 0x000000003f406531 0x3 + .rodata.rmt_new_led_strip_encoder.str1.4 + 0x000000003f406534 0xf7 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + *fill* 0x000000003f40662b 0x1 + .rodata.__FUNCTION__$0 + 0x000000003f40662c 0x1a esp-idf/main/libmain.a(led_strip_encoder.c.obj) + *fill* 0x000000003f406646 0x2 + .rodata.skip_utf8_bom.str1.4 + 0x000000003f406648 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .rodata.print_number.str1.4 + 0x000000003f40664c 0x1f esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000003f40666b 0x1 + .rodata.print_value.str1.4 + 0x000000003f40666c 0xd esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000003f406679 0x3 + .rodata.create_string.str1.4 + 0x000000003f40667c 0x41 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4066bd 0x3 + .rodata.esp_mqtt_check_cfg_conflict.str1.4 + 0x000000003f4066c0 0x189 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406849 0x3 + .rodata.run_event_loop.str1.4 + 0x000000003f40684c 0x37 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406883 0x1 + .rodata.esp_mqtt_dispatch_event.str1.4 + 0x000000003f406884 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_client_create_transport.str1.4 + 0x000000003f406890 0x6c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_set_cert_key_data.str1.4 + 0x000000003f4068fc 0x6c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5 (size before relaxing) + .rodata.esp_mqtt_set_ssl_transport_properties.str1.4 + 0x000000003f4068fc 0x144 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.esp_mqtt_handle_transport_read_error.str1.4 + 0x000000003f406a40 0x71 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406ab1 0x3 + .rodata.esp_mqtt_write.str1.4 + 0x000000003f406ab4 0x83 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406b37 0x1 + .rodata.mqtt_message_receive.str1.4 + 0x000000003f406b38 0x95 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406bcd 0x3 + .rodata.esp_mqtt_connect.str1.4 + 0x000000003f406bd0 0x1fa esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406dca 0x2 + .rodata.send_disconnect_msg.str1.4 + 0x000000003f406dcc 0x79 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406e45 0x3 + .rodata.deliver_suback.str1.4 + 0x000000003f406e48 0x36 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406e7e 0x2 + .rodata.deliver_publish.str1.4 + 0x000000003f406e80 0x77 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f406ef7 0x1 + .rodata.mqtt_process_receive.str1.4 + 0x000000003f406ef8 0x1f3 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4070eb 0x1 + .rodata.mqtt_resend_queued.str1.4 + 0x000000003f4070ec 0x2e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f40711a 0x2 + .rodata.esp_mqtt_client_ping.str1.4 + 0x000000003f40711c 0x63 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f40717f 0x1 + .rodata.process_keepalive.str1.4 + 0x000000003f407180 0x6a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4071ea 0x2 + .rodata.esp_mqtt_task.str1.4 + 0x000000003f4071ec 0x1d1 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4073bd 0x3 + .rodata.make_publish.str1.4 + 0x000000003f4073c0 0x3a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4073fa 0x2 + .rodata.esp_mqtt_client_set_uri.str1.4 + 0x000000003f4073fc 0x4a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407446 0x2 + .rodata.esp_mqtt_set_config.str1.4 + 0x000000003f407448 0xd6 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f40751e 0x2 + .rodata.esp_mqtt_client_start.str1.4 + 0x000000003f407520 0x67 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407587 0x1 + .rodata.esp_mqtt_client_stop.str1.4 + 0x000000003f407588 0x82 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f40760a 0x2 + .rodata.esp_mqtt_client_subscribe_multiple.str1.4 + 0x000000003f40760c 0xc2 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4076ce 0x2 + .rodata.esp_mqtt_client_publish.str1.4 + 0x000000003f4076d0 0x4c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.__func__$0 + 0x000000003f40771c 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.__func__$1 + 0x000000003f40772c 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407741 0x3 + .rodata.__func__$2 + 0x000000003f407744 0x25 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407769 0x3 + .rodata.__func__$3 + 0x000000003f40776c 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407781 0x3 + .rodata.__func__$4 + 0x000000003f407784 0x11 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407795 0x3 + .rodata.__FUNCTION__$5 + 0x000000003f407798 0x26 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4077be 0x2 + .rodata.__FUNCTION__$6 + 0x000000003f4077c0 0x21 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f4077e1 0x3 + .rodata.__FUNCTION__$7 + 0x000000003f4077e4 0x18 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.__FUNCTION__$8 + 0x000000003f4077fc 0x13 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f40780f 0x1 + .rodata.__FUNCTION__$9 + 0x000000003f407810 0x15 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407825 0x3 + .rodata.__FUNCTION__$10 + 0x000000003f407828 0xe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x000000003f407836 0x2 + .rodata.__FUNCTION__$11 + 0x000000003f407838 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .rodata.mqtt_msg_connect.str1.4 + 0x000000003f40784c 0x7 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x11 (size before relaxing) + *fill* 0x000000003f407853 0x1 + .rodata.outbox_init.str1.4 + 0x000000003f407854 0x7 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x3d (size before relaxing) + *fill* 0x000000003f40785b 0x1 + .rodata.__FUNCTION__$0 + 0x000000003f40785c 0xf esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + *fill* 0x000000003f40786b 0x1 + .rodata.__FUNCTION__$1 + 0x000000003f40786c 0xc esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .rodata.platform_create_id_string.str1.4 + 0x000000003f407878 0x1f esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x57 (size before relaxing) + *fill* 0x000000003f407897 0x1 + .rodata.__FUNCTION__$0 + 0x000000003f407898 0x1a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + *fill* 0x000000003f4078b2 0x2 + .rodata.vfs_spiffs_telldir.str1.4 + 0x000000003f4078b4 0x2d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f4078e1 0x3 + .rodata.esp_spiffs_init.str1.4 + 0x000000003f4078e4 0x532 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407e16 0x2 + .rodata.vfs_spiffs_update_mtime_value.str1.4 + 0x000000003f407e18 0x34 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.vfs_spiffs_utime.str1.4 + 0x000000003f407e4c 0x34 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x5 (size before relaxing) + .rodata.vfs_spiffs_opendir.str1.4 + 0x000000003f407e4c 0x5 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407e51 0x3 + .rodata.vfs_spiffs_rename.str1.4 + 0x000000003f407e54 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.vfs_spiffs_stat.str1.4 + 0x000000003f407e5c 0x3 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407e5f 0x1 + .rodata.esp_vfs_spiffs_register.str1.4 + 0x000000003f407e60 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$0 + 0x000000003f407e70 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$1 + 0x000000003f407e80 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407e91 0x3 + .rodata.__func__$2 + 0x000000003f407e94 0x10 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$3 + 0x000000003f407ea4 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407eb6 0x2 + .rodata.__func__$4 + 0x000000003f407eb8 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407eca 0x2 + .rodata.__func__$5 + 0x000000003f407ecc 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407edf 0x1 + .rodata.__func__$6 + 0x000000003f407ee0 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407ef3 0x1 + .rodata.__func__$7 + 0x000000003f407ef4 0x15 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407f09 0x3 + .rodata.__func__$8 + 0x000000003f407f0c 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407f1f 0x1 + .rodata.__func__$9 + 0x000000003f407f20 0x13 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407f33 0x1 + .rodata.__func__$10 + 0x000000003f407f34 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$11 + 0x000000003f407f48 0x14 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.__func__$12 + 0x000000003f407f5c 0x11 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x000000003f407f6d 0x3 + .rodata.__func__$13 + 0x000000003f407f70 0x18 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .rodata.spiffs_api_read.str1.4 + 0x000000003f407f88 0x4a esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x52 (size before relaxing) + *fill* 0x000000003f407fd2 0x2 + .rodata.spiffs_api_write.str1.4 + 0x000000003f407fd4 0x4b esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + *fill* 0x000000003f40801f 0x1 + .rodata.spiffs_api_erase.str1.4 + 0x000000003f408020 0x4b esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + *fill* 0x000000003f40806b 0x1 + .rodata.spiffs_api_check.str1.4 + 0x000000003f40806c 0x3b esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + *fill* 0x000000003f4080a7 0x1 + .rodata.str1.4 + 0x000000003f4080a8 0x65 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x75 (size before relaxing) + *fill* 0x000000003f40810d 0x3 + .rodata.spiffs_check_report_str$0 + 0x000000003f408110 0x1c esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .rodata.spiffs_check_type_str$1 + 0x000000003f40812c 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .rodata.str1.4 + 0x000000003f408138 0x23 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + *fill* 0x000000003f40815b 0x1 + .rodata.set_cnt_in_reg.str1.4 + 0x000000003f40815c 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f4081bf 0x1 + .rodata.write_reg.str1.4 + 0x000000003f4081c0 0x10c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x000000003f4082cc 0x69 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f408335 0x3 + .rodata.esp_efuse_utility_read_reg.str1.4 + 0x000000003f408338 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$1 + 0x000000003f408408 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f408423 0x1 + .rodata.__func__$7 + 0x000000003f408424 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x000000003f40843e 0x2 + .rodata.MAC_VERSION + 0x000000003f408440 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CUSTOM + 0x000000003f408444 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CUSTOM_MAC_CRC + 0x000000003f408448 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CRC + 0x000000003f40844c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x000000003f408450 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.range_read_addr_blocks + 0x000000003f408468 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x000000003f408468 range_read_addr_blocks + .rodata.gpio_input_disable.str1.4 + 0x000000003f408488 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + 0x3e (size before relaxing) + *fill* 0x000000003f4084a2 0x2 + .rodata.gpio_ll_iomux_out.str1.4 + 0x000000003f4084a4 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408561 0x3 + .rodata.gpio_output_disable.str1.4 + 0x000000003f408564 0xc0 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_pullup_en.str1.4 + 0x000000003f408624 0xac esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_ll_input_enable.str1.4 + 0x000000003f4086d0 0xb8 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.gpio_sleep_output_enable.str1.4 + 0x000000003f408788 0x1b esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4087a3 0x1 + .rodata.gpio_set_intr_type.str1.4 + 0x000000003f4087a4 0x1a esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4087be 0x2 + .rodata.gpio_config.str1.4 + 0x000000003f4087c0 0x11c esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$37 + 0x000000003f4088dc 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4088f3 0x1 + .rodata.__func__$38 + 0x000000003f4088f4 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$39 + 0x000000003f408900 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$40 + 0x000000003f408910 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40891f 0x1 + .rodata.__func__$41 + 0x000000003f408920 0x17 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408937 0x1 + .rodata.__FUNCTION__$42 + 0x000000003f408938 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$43 + 0x000000003f40894c 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40895f 0x1 + .rodata.__FUNCTION__$44 + 0x000000003f408960 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408973 0x1 + .rodata.__func__$45 + 0x000000003f408974 0x15 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408989 0x3 + .rodata.__FUNCTION__$46 + 0x000000003f40898c 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f40899e 0x2 + .rodata.__FUNCTION__$50 + 0x000000003f4089a0 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4089b2 0x2 + .rodata.__FUNCTION__$51 + 0x000000003f4089b4 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4089c5 0x3 + .rodata.__FUNCTION__$52 + 0x000000003f4089c8 0x13 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4089db 0x1 + .rodata.__FUNCTION__$53 + 0x000000003f4089dc 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f4089ee 0x2 + .rodata.__func__$54 + 0x000000003f4089f0 0x14 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__FUNCTION__$55 + 0x000000003f408a04 0x11 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408a15 0x3 + .rodata.__FUNCTION__$56 + 0x000000003f408a18 0x10 esp-idf/driver/libdriver.a(gpio.c.obj) + .rodata.__func__$57 + 0x000000003f408a28 0x12 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408a3a 0x2 + .rodata.__FUNCTION__$58 + 0x000000003f408a3c 0xf esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x000000003f408a4b 0x1 + .rodata.rtcio_ll_function_select.str1.4 + 0x000000003f408a4c 0x174 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x1a8 (size before relaxing) + .rodata.rtc_gpio_init.str1.4 + 0x000000003f408bc0 0x3b esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408bfb 0x1 + .rodata.__func__$7 + 0x000000003f408bfc 0x1a esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408c16 0x2 + .rodata.__FUNCTION__$8 + 0x000000003f408c18 0x16 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408c2e 0x2 + .rodata.__func__$9 + 0x000000003f408c30 0x19 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408c49 0x3 + .rodata.__FUNCTION__$10 + 0x000000003f408c4c 0x15 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408c61 0x3 + .rodata.__func__$11 + 0x000000003f408c64 0x18 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__FUNCTION__$12 + 0x000000003f408c7c 0x14 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$13 + 0x000000003f408c90 0x17 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408ca7 0x1 + .rodata.__FUNCTION__$14 + 0x000000003f408ca8 0x13 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408cbb 0x1 + .rodata.__FUNCTION__$23 + 0x000000003f408cbc 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .rodata.__func__$24 + 0x000000003f408ccc 0x19 esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x000000003f408ce5 0x3 + .rodata.rmt_ll_set_group_clock_src.str1.4 + 0x000000003f408ce8 0x57 esp-idf/driver/libdriver.a(rmt_common.c.obj) + *fill* 0x000000003f408d3f 0x1 + .rodata.rmt_select_periph_clock.str1.4 + 0x000000003f408d40 0x9e esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.rmt_get_channel_id.str1.4 + 0x000000003f408dde 0x31 esp-idf/driver/libdriver.a(rmt_common.c.obj) + *fill* 0x000000003f408dde 0x2 + .rodata.__FUNCTION__$1 + 0x000000003f408de0 0xb esp-idf/driver/libdriver.a(rmt_common.c.obj) + *fill* 0x000000003f408deb 0x1 + .rodata.__func__$6 + 0x000000003f408dec 0x1b esp-idf/driver/libdriver.a(rmt_common.c.obj) + *fill* 0x000000003f408e07 0x1 + .rodata.__FUNCTION__$7 + 0x000000003f408e08 0x18 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .rodata.rmt_bytes_encoder_update_config.str1.4 + 0x000000003f408e20 0x35 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .rodata.rmt_new_bytes_encoder.str1.4 + 0x000000003f408e20 0x39 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x000000003f408e59 0x3 + .rodata.rmt_new_copy_encoder.str1.4 + 0x000000003f408e5c 0x38 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .rodata.__FUNCTION__$0 + 0x000000003f408e94 0x12 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x000000003f408ea6 0x2 + .rodata.__FUNCTION__$1 + 0x000000003f408ea8 0x10 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .rodata.__FUNCTION__$2 + 0x000000003f408eb8 0x15 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x000000003f408ecd 0x3 + .rodata.__FUNCTION__$4 + 0x000000003f408ed0 0x16 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x000000003f408ee6 0x2 + .rodata.rmt_ll_tx_set_carrier_high_low_ticks.str1.4 + 0x000000003f408ee8 0x70 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x9f (size before relaxing) + .rodata.rmt_ll_tx_set_channel_clock_div.str1.4 + 0x000000003f408f58 0x31 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f408f89 0x3 + .rodata.str1.4 + 0x000000003f408f8c 0xb esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xf (size before relaxing) + *fill* 0x000000003f408f97 0x1 + .rodata.rmt_tx_disable.str1.4 + 0x000000003f408f98 0x7f esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409017 0x1 + .rodata.rmt_tx_enable.str1.4 + 0x000000003f409018 0x61 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x65 (size before relaxing) + *fill* 0x000000003f409079 0x3 + .rodata.rmt_tx_create_trans_queue.str1.4 + 0x000000003f40907c 0x89 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409105 0x3 + .rodata.rmt_tx_register_to_group.str1.4 + 0x000000003f409108 0x6c esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.rmt_tx_destroy.str1.4 + 0x000000003f409174 0x76 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4091ea 0x2 + .rodata.rmt_del_tx_channel.str1.4 + 0x000000003f4091ec 0x3a esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409226 0x2 + .rodata.rmt_new_tx_channel.str1.4 + 0x000000003f409228 0x2bf esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x32f (size before relaxing) + *fill* 0x000000003f4094e7 0x1 + .rodata.rmt_tx_register_event_callbacks.str1.4 + 0x000000003f4094e8 0x3a esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409522 0x2 + .rodata.rmt_transmit.str1.4 + 0x000000003f409524 0xa9 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4095cd 0x3 + .rodata.rmt_tx_wait_all_done.str1.4 + 0x000000003f4095d0 0x2e esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4095fe 0x2 + .rodata.__FUNCTION__$0 + 0x000000003f409600 0x15 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409615 0x3 + .rodata.__FUNCTION__$1 + 0x000000003f409618 0xd esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409625 0x3 + .rodata.__FUNCTION__$6 + 0x000000003f409628 0xf esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409637 0x1 + .rodata.__func__$7 + 0x000000003f409638 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__func__$8 + 0x000000003f40964c 0x20 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .rodata.__FUNCTION__$9 + 0x000000003f40966c 0x19 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409685 0x3 + .rodata.__func__$10 + 0x000000003f409688 0x1a esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4096a2 0x2 + .rodata.__FUNCTION__$11 + 0x000000003f4096a4 0x1a esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4096be 0x2 + .rodata.__func__$12 + 0x000000003f4096c0 0x17 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4096d7 0x1 + .rodata.__FUNCTION__$13 + 0x000000003f4096d8 0x13 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f4096eb 0x1 + .rodata.__func__$14 + 0x000000003f4096ec 0x25 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409711 0x3 + .rodata.__func__$15 + 0x000000003f409714 0xe esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409722 0x2 + .rodata.__FUNCTION__$16 + 0x000000003f409724 0xe esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409732 0x2 + .rodata.__FUNCTION__$17 + 0x000000003f409734 0xf esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409743 0x1 + .rodata.__FUNCTION__$18 + 0x000000003f409744 0x13 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + *fill* 0x000000003f409757 0x1 + .rodata.uart_reenable_intr_mask.str1.4 + 0x000000003f409758 0x37 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40978f 0x1 + .rodata.uart_set_word_length.str1.4 + 0x000000003f409790 0x2f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4097bf 0x1 + .rodata.uart_set_stop_bits.str1.4 + 0x000000003f4097c0 0x2f esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4097ef 0x1 + .rodata.uart_set_baudrate.str1.4 + 0x000000003f4097f0 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_pattern_pop_pos.str1.4 + 0x000000003f409820 0x32 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409852 0x2 + .rodata.uart_wait_tx_done.str1.4 + 0x000000003f409854 0x90 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.uart_flush_input.str1.4 + 0x000000003f4098e4 0x2e esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409912 0x2 + .rodata.__FUNCTION__$37 + 0x000000003f409914 0x11 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409925 0x3 + .rodata.__FUNCTION__$35 + 0x000000003f409928 0x1b esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409943 0x1 + .rodata.__FUNCTION__$34 + 0x000000003f409944 0x18 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__func__$29 + 0x000000003f40995c 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f40996e 0x2 + .rodata.__FUNCTION__$28 + 0x000000003f409970 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409982 0x2 + .rodata.__FUNCTION__$7 + 0x000000003f409984 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409996 0x2 + .rodata.__FUNCTION__$6 + 0x000000003f409998 0x12 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4099aa 0x2 + .rodata.__FUNCTION__$5 + 0x000000003f4099ac 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$4 + 0x000000003f4099bc 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + .rodata.__FUNCTION__$3 + 0x000000003f4099cc 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4099df 0x1 + .rodata.__FUNCTION__$2 + 0x000000003f4099e0 0x13 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f4099f3 0x1 + .rodata.__FUNCTION__$1 + 0x000000003f4099f4 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409a09 0x3 + .rodata.__FUNCTION__$0 + 0x000000003f409a0c 0x15 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x000000003f409a21 0x3 + .rodata.str1.4 + 0x000000003f409a24 0x7f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003f409aa3 0x1 + .rodata.__func__$1 + 0x000000003f409aa4 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.load_partitions.str1.4 + 0x000000003f409acc 0x79 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409b45 0x3 + .rodata.ensure_partitions_loaded.str1.4 + 0x000000003f409b48 0x36 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409b7e 0x2 + .rodata.esp_partition_unload_all.str1.4 + 0x000000003f409b80 0x4b esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409bcb 0x1 + .rodata.esp_partition_next.str1.4 + 0x000000003f409bcc 0x3 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409bcf 0x1 + .rodata.esp_partition_get.str1.4 + 0x000000003f409bd0 0x11 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409be1 0x3 + .rodata.__func__$2 + 0x000000003f409be4 0x12 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409bf6 0x2 + .rodata.__func__$3 + 0x000000003f409bf8 0x13 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + *fill* 0x000000003f409c0b 0x1 + .rodata.esp_partition_write.str1.4 + 0x000000003f409c0c 0x46 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x000000003f409c52 0x2 + .rodata.__func__$0 + 0x000000003f409c54 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x000000003f409c67 0x1 + .rodata.__func__$1 + 0x000000003f409c68 0x1a esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x000000003f409c82 0x2 + .rodata.__func__$2 + 0x000000003f409c84 0x18 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__$3 + 0x000000003f409c9c 0x17 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x000000003f409cb3 0x1 + .rodata.__func__$4 + 0x000000003f409cb4 0x14 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .rodata.__func__$5 + 0x000000003f409cc8 0x13 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + *fill* 0x000000003f409cdb 0x1 + .rodata.esp_ota_get_running_partition.str1.4 + 0x000000003f409cdc 0x5f esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f409d3b 0x1 + .rodata.__func__$1 + 0x000000003f409d3c 0x1e esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + *fill* 0x000000003f409d5a 0x2 + .rodata.s_reserve_irom_region.str1.4 + 0x000000003f409d5c 0x141 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x149 (size before relaxing) + *fill* 0x000000003f409e9d 0x3 + .rodata.s_reserve_drom_region.str1.4 + 0x000000003f409ea0 0x8b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f409f2b 0x1 + .rodata.esp_mmu_map_init.str1.4 + 0x000000003f409f2c 0x93 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f409fbf 0x1 + .rodata.esp_mmu_map_get_max_consecutive_free_block_size.str1.4 + 0x000000003f409fc0 0x5d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a01d 0x3 + .rodata.esp_mmu_map_reserve_block_with_caps.str1.4 + 0x000000003f40a020 0x2c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.esp_mmu_map.str1.4 + 0x000000003f40a04c 0x17e esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a1ca 0x2 + .rodata.esp_mmu_unmap.str1.4 + 0x000000003f40a1cc 0xa3 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a26f 0x1 + .rodata.esp_mmu_vaddr_to_paddr.str1.4 + 0x000000003f40a270 0x7b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a2eb 0x1 + .rodata.__FUNCTION__$1 + 0x000000003f40a2ec 0x17 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a303 0x1 + .rodata.__FUNCTION__$2 + 0x000000003f40a304 0xe esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a312 0x2 + .rodata.__func__$4 + 0x000000003f40a314 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__FUNCTION__$5 + 0x000000003f40a320 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__$8 + 0x000000003f40a32c 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a342 0x2 + .rodata.__func__$9 + 0x000000003f40a344 0x14 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .rodata.__func__$10 + 0x000000003f40a358 0x16 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a36e 0x2 + .rodata.__func__$11 + 0x000000003f40a370 0x11 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a381 0x3 + .rodata.str1.4 + 0x000000003f40a384 0x5 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x000000003f40a389 0x3 + .rodata.g_mmu_mem_regions + 0x000000003f40a38c 0x48 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x000000003f40a38c g_mmu_mem_regions + .rodata.spi_flash_init_lock.str1.4 + 0x000000003f40a3d4 0x45 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f40a419 0x3 + .rodata.str1.4 + 0x000000003f40a41c 0xd3 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x105 (size before relaxing) + *fill* 0x000000003f40a4ef 0x1 + .rodata.__func__$0 + 0x000000003f40a4f0 0x1c esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.__func__$1 + 0x000000003f40a50c 0x31 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f40a53d 0x3 + .rodata.__func__$2 + 0x000000003f40a540 0x32 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + *fill* 0x000000003f40a572 0x2 + .rodata.__func__$3 + 0x000000003f40a574 0x14 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .rodata.s_merge_contiguous_pages.str1.4 + 0x000000003f40a588 0x44 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .rodata.spi_flash_munmap.str1.4 + 0x000000003f40a5cc 0x32 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f40a5fe 0x2 + .rodata.__func__$1 + 0x000000003f40a600 0x11 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + *fill* 0x000000003f40a611 0x3 + .rodata.esp_mspi_get_io.str1.4 + 0x000000003f40a614 0x3f esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000003f40a653 0x1 + .rodata.__func__$0 + 0x000000003f40a654 0x10 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .rodata.s_mspi_io_num_default + 0x000000003f40a664 0x6 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + *fill* 0x000000003f40a66a 0x2 + .rodata.str1.4 + 0x000000003f40a66c 0x198 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_read_unique_chip_id.str1.4 + 0x000000003f40a804 0x92 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003f40a896 0x2 + .rodata.__func__$0 + 0x000000003f40a898 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.__func__$1 + 0x000000003f40a8a8 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + *fill* 0x000000003f40a8bf 0x1 + .rodata.io_mode_str + 0x000000003f40a8c0 0xb4 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .rodata.esp_flash_init_default_chip.str1.4 + 0x000000003f40a974 0xfc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .rodata.TAG 0x000000003f40aa70 0xa esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + *fill* 0x000000003f40aa7a 0x2 + .rodata.str1.4 + 0x000000003f40aa7c 0x47 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000003f40aac3 0x1 + .rodata.__func__$0 + 0x000000003f40aac4 0x19 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + *fill* 0x000000003f40aadd 0x3 + .rodata.str1.4 + 0x000000003f40aae0 0x48 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .rodata.esp_crosscore_int_init.str1.4 + 0x000000003f40ab28 0x2f esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003f40ab57 0x1 + .rodata.__func__$0 + 0x000000003f40ab58 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003f40ab6f 0x1 + .rodata.__func__$1 + 0x000000003f40ab70 0x17 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + *fill* 0x000000003f40ab87 0x1 + .rodata.str1.4 + 0x000000003f40ab88 0x42 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + *fill* 0x000000003f40abca 0x2 + .rodata.esp_ipc_init.str1.4 + 0x000000003f40abcc 0x5 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x15 (size before relaxing) + *fill* 0x000000003f40abd1 0x3 + .rodata.__func__$0 + 0x000000003f40abd4 0x9 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + *fill* 0x000000003f40abdd 0x3 + .rodata.__func__$1 + 0x000000003f40abe0 0xd esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + *fill* 0x000000003f40abed 0x3 + .rodata.add_entry.str1.4 + 0x000000003f40abf0 0xc7 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40acb7 0x1 + .rodata.delete_entry.str1.4 + 0x000000003f40acb8 0x5f esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40ad17 0x1 + .rodata.task_wdt_timeout_abort_xtensa.str1.4 + 0x000000003f40ad18 0xd3 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40adeb 0x1 + .rodata.esp_task_wdt_add.str1.4 + 0x000000003f40adec 0x3b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40ae27 0x1 + .rodata.subscribe_idle.str1.4 + 0x000000003f40ae28 0xa8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_init.str1.4 + 0x000000003f40aed0 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .rodata.esp_task_wdt_print_triggered_tasks.str1.4 + 0x000000003f40af74 0xc1 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b035 0x3 + .rodata.task_wdt_isr.str1.4 + 0x000000003f40b038 0x33 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b06b 0x1 + .rodata.__FUNCTION__$5 + 0x000000003f40b06c 0x13 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b07f 0x1 + .rodata.__FUNCTION__$7 + 0x000000003f40b080 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b08a 0x2 + .rodata.__FUNCTION__$8 + 0x000000003f40b08c 0x11 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b09d 0x3 + .rodata.__func__$12 + 0x000000003f40b0a0 0xf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b0af 0x1 + .rodata.__func__$13 + 0x000000003f40b0b0 0xd esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b0bd 0x3 + .rodata.__FUNCTION__$14 + 0x000000003f40b0c0 0x12 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b0d2 0x2 + .rodata.__func__$15 + 0x000000003f40b0d4 0x1e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x000000003f40b0f2 0x2 + .rodata.str1.4 + 0x000000003f40b0f4 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0xf0 (size before relaxing) + .rodata.__func__$0 + 0x000000003f40b124 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .rodata.get_flash_clock_divider.str1.4 + 0x000000003f40b144 0x93 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + *fill* 0x000000003f40b1d7 0x1 + .rodata.GPIO_PIN_MUX_REG + 0x000000003f40b1d8 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x000000003f40b1d8 GPIO_PIN_MUX_REG + .rodata.rmt_periph_signals + 0x000000003f40b278 0x48 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + 0x000000003f40b278 rmt_periph_signals + .rodata.rtc_io_desc + 0x000000003f40b2c0 0x3f0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x000000003f40b2c0 rtc_io_desc + .rodata.rtc_io_num_map + 0x000000003f40b6b0 0xa0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x000000003f40b6b0 rtc_io_num_map + .rodata 0x000000003f40b750 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .rodata.esp_fill_random.str1.4 + 0x000000003f40b764 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.__func__$0 + 0x000000003f40b79c 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .rodata.get_idx.str1.4 + 0x000000003f40b7ac 0x49 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40b7f5 0x3 + .rodata.generate_mac.str1.4 + 0x000000003f40b7f8 0x2d esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40b825 0x3 + .rodata.get_efuse_mac_custom.str1.4 + 0x000000003f40b828 0xb5 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40b8dd 0x3 + .rodata.get_efuse_factory_mac.str1.4 + 0x000000003f40b8e0 0xb1 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40b991 0x3 + .rodata.get_mac_addr_from_mac_table.str1.4 + 0x000000003f40b994 0x46 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40b9da 0x2 + .rodata.esp_iface_mac_addr_set.str1.4 + 0x000000003f40b9dc 0xab esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40ba87 0x1 + .rodata.esp_read_mac.str1.4 + 0x000000003f40ba88 0x6d esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40baf5 0x3 + .rodata.__func__$0 + 0x000000003f40baf8 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + *fill* 0x000000003f40bb0e 0x2 + .rodata.esp_clk_tree_src_get_freq_hz.str1.4 + 0x000000003f40bb10 0xbc esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0xec (size before relaxing) + .rodata.__FUNCTION__$0 + 0x000000003f40bbcc 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + *fill* 0x000000003f40bbe9 0x3 + .rodata.clk_tree_rtc_slow_calibration.str1.4 + 0x000000003f40bbec 0x4f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .rodata.esp_clk_tree_lp_fast_get_freq_hz.str1.4 + 0x000000003f40bc3b 0x6 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x000000003f40bc3b 0x1 + .rodata.__func__$0 + 0x000000003f40bc3c 0x21 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x000000003f40bc5d 0x3 + .rodata.__func__$1 + 0x000000003f40bc60 0x1e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + *fill* 0x000000003f40bc7e 0x2 + .rodata.xEventGroupCreateStatic.str1.4 + 0x000000003f40bc80 0x70 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0xab (size before relaxing) + .rodata.xEventGroupWaitBits.str1.4 + 0x000000003f40bcf0 0x49 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x9f (size before relaxing) + *fill* 0x000000003f40bd39 0x3 + .rodata.xEventGroupClearBits.str1.4 + 0x000000003f40bd3c 0x26 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40bd62 0x2 + .rodata.xEventGroupSetBits.str1.4 + 0x000000003f40bd64 0x24 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.vEventGroupDelete.str1.4 + 0x000000003f40bd88 0x66 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40bdee 0x2 + .rodata.__func__$1 + 0x000000003f40bdf0 0x12 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40be02 0x2 + .rodata.__func__$2 + 0x000000003f40be04 0x13 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40be17 0x1 + .rodata.__func__$3 + 0x000000003f40be18 0x15 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + *fill* 0x000000003f40be2d 0x3 + .rodata.__func__$4 + 0x000000003f40be30 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.__func__$6 + 0x000000003f40be44 0x14 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .rodata.esp_unknown_msg + 0x000000003f40be58 0x6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003f40be5e 0x2 + .rodata.str1.4 + 0x000000003f40be60 0x17d2 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + *fill* 0x000000003f40d632 0x2 + .rodata.esp_err_msg_table + 0x000000003f40d634 0x6c0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .rodata.esp_event_loop_create_default.str1.4 + 0x000000003f40dcf4 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata 0x000000003f40dcfc 0x14 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .rodata.handler_instances_add.str1.4 + 0x000000003f40dd10 0x40 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x48 (size before relaxing) + .rodata.base_node_add_handler.str1.4 + 0x000000003f40dd50 0x35 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40dd85 0x3 + .rodata.loop_node_add_handler.str1.4 + 0x000000003f40dd88 0x3f esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40ddc7 0x1 + .rodata.esp_event_loop_create.str1.4 + 0x000000003f40ddc8 0x138 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x139 (size before relaxing) + .rodata.esp_event_loop_run.str1.4 + 0x000000003f40df00 0x33 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40df33 0x1 + .rodata.esp_event_loop_run_task.str1.4 + 0x000000003f40df34 0x33 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40df67 0x1 + .rodata.esp_event_handler_register_with_internal.str1.4 + 0x000000003f40df68 0x9b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e003 0x1 + .rodata.esp_event_handler_unregister_with_internal.str1.4 + 0x000000003f40e004 0x61 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e065 0x3 + .rodata.__func__$1 + 0x000000003f40e068 0x12 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e07a 0x2 + .rodata.__func__$2 + 0x000000003f40e07c 0x2b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e0a7 0x1 + .rodata.__func__$3 + 0x000000003f40e0a8 0x29 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e0d1 0x3 + .rodata.__func__$4 + 0x000000003f40e0d4 0x16 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e0ea 0x2 + .rodata.__func__$5 + 0x000000003f40e0ec 0x13 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000003f40e0ff 0x1 + .rodata.nvs_flash_init.str1.4 + 0x000000003f40e100 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .rodata._ZTVN3nvs9NVSHandleE + 0x000000003f40e104 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x000000003f40e104 vtable for nvs::NVSHandle + .rodata._ZTVN3nvs15NVSHandleSimpleE + 0x000000003f40e140 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x000000003f40e140 vtable for nvs::NVSHandleSimple + .rodata._ZTVN3nvs9PartitionE + 0x000000003f40e17c 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x000000003f40e17c vtable for nvs::Partition + .rodata._ZTVN3nvs12NVSPartitionE + 0x000000003f40e1ac 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x000000003f40e1ac vtable for nvs::NVSPartition + .rodata._ZTVN3nvs19NVSPartitionManagerE + 0x000000003f40e1dc 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000003f40e1dc vtable for nvs::NVSPartitionManager + .rodata.free_socket_locked.str1.4 + 0x000000003f40e1ec 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.sock_inc_used_locked.str1.4 + 0x000000003f40e22c 0x23 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e24f 0x1 + .rodata.lwip_sockopt_to_ipopt.str1.4 + 0x000000003f40e250 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e266 0x2 + .rodata.alloc_socket.str1.4 + 0x000000003f40e268 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e287 0x1 + .rodata.lwip_unlink_select_cb.str1.4 + 0x000000003f40e288 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_sock_make_addr.str1.4 + 0x000000003f40e2b8 0x34 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_selscan.str1.4 + 0x000000003f40e2ec 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_select_dec_sockets_used.str1.4 + 0x000000003f40e2f8 0x21 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e319 0x3 + .rodata.lwip_pollscan.str1.4 + 0x000000003f40e31c 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e335 0x3 + .rodata.lwip_recv_tcp.str1.4 + 0x000000003f40e338 0x6c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .rodata.lwip_recvfrom_udp_raw.str1.4 + 0x000000003f40e3a4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.event_callback.str1.4 + 0x000000003f40e3a4 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e3b2 0x2 + .rodata.lwip_getsockopt_callback.str1.4 + 0x000000003f40e3b4 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_setsockopt_impl.str1.4 + 0x000000003f40e3c0 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.lwip_accept.str1.4 + 0x000000003f40e400 0x25 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e425 0x3 + .rodata.lwip_close.str1.4 + 0x000000003f40e428 0x17 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e43f 0x1 + .rodata.lwip_recvfrom.str1.4 + 0x000000003f40e440 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e44e 0x2 + .rodata.__func__$0 + 0x000000003f40e450 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e465 0x3 + .rodata.__func__$1 + 0x000000003f40e468 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e481 0x3 + .rodata.__func__$2 + 0x000000003f40e484 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e49a 0x2 + .rodata.__func__$3 + 0x000000003f40e49c 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e4b5 0x3 + .rodata.__func__$6 + 0x000000003f40e4b8 0x1d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e4d5 0x3 + .rodata.__func__$7 + 0x000000003f40e4d8 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e4e5 0x3 + .rodata.__func__$8 + 0x000000003f40e4e8 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e4fe 0x2 + .rodata.__func__$9 + 0x000000003f40e500 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e515 0x3 + .rodata.__func__$10 + 0x000000003f40e518 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$11 + 0x000000003f40e524 0xf esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e533 0x1 + .rodata.__func__$12 + 0x000000003f40e534 0x16 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e54a 0x2 + .rodata.__func__$13 + 0x000000003f40e54c 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$14 + 0x000000003f40e560 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e56e 0x2 + .rodata.__func__$15 + 0x000000003f40e570 0xb esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e57b 0x1 + .rodata.__func__$16 + 0x000000003f40e57c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.__func__$17 + 0x000000003f40e588 0x13 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e59b 0x1 + .rodata.__func__$18 + 0x000000003f40e59c 0xd esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e5a9 0x3 + .rodata.__func__$19 + 0x000000003f40e5ac 0xe esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x000000003f40e5ba 0x2 + .rodata.__func__$20 + 0x000000003f40e5bc 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + .rodata.tcpip_thread_handle_msg.str1.4 + 0x000000003f40e5c8 0x4a esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e612 0x2 + .rodata.tcpip_inpkt.str1.4 + 0x000000003f40e614 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e621 0x3 + .rodata.tcpip_send_msg_wait_sem.str1.4 + 0x000000003f40e624 0x1a esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e63e 0x2 + .rodata.tcpip_init.str1.4 + 0x000000003f40e640 0x28 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$0 + 0x000000003f40e668 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$1 + 0x000000003f40e680 0xd esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e68d 0x3 + .rodata.__func__$2 + 0x000000003f40e690 0xb esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e69b 0x1 + .rodata.__func__$5 + 0x000000003f40e69c 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e6ab 0x1 + .rodata.__func__$6 + 0x000000003f40e6ac 0x18 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.__func__$7 + 0x000000003f40e6c4 0x13 esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e6d7 0x1 + .rodata.__func__$8 + 0x000000003f40e6d8 0xf esp-idf/lwip/liblwip.a(tcpip.c.obj) + *fill* 0x000000003f40e6e7 0x1 + .rodata.__func__$9 + 0x000000003f40e6e8 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) + .rodata.sntp_send_request.str1.4 + 0x000000003f40e6f4 0x43 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f40e737 0x1 + .rodata.sntp_init.str1.4 + 0x000000003f40e738 0x2b esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f40e763 0x1 + .rodata.sntp_setoperatingmode.str1.4 + 0x000000003f40e764 0x54 esp-idf/lwip/liblwip.a(sntp.c.obj) + .rodata.__func__$0 + 0x000000003f40e7b8 0x16 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f40e7ce 0x2 + .rodata.__func__$1 + 0x000000003f40e7d0 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f40e7e2 0x2 + .rodata.__func__$2 + 0x000000003f40e7e4 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x000000003f40e7ee 0x2 + .rodata.dns_call_found.str1.4 + 0x000000003f40e7f0 0x3d esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40e82d 0x3 + .rodata.dns_send.str1.4 + 0x000000003f40e830 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.dns_check_entry.str1.4 + 0x000000003f40e848 0x3b esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40e883 0x1 + .rodata.dns_gethostbyname_addrtype.str1.4 + 0x000000003f40e884 0x13 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40e897 0x1 + .rodata.__func__$0 + 0x000000003f40e898 0x9 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40e8a1 0x3 + .rodata.__func__$1 + 0x000000003f40e8a4 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + .rodata.__func__$2 + 0x000000003f40e8b4 0xf esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x000000003f40e8c3 0x1 + .rodata.dns_mquery_v6group + 0x000000003f40e8c4 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f40e8c4 dns_mquery_v6group + .rodata.dns_mquery_v4group + 0x000000003f40e8dc 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x000000003f40e8dc dns_mquery_v4group + .rodata.ip_addr_any_type + 0x000000003f40e8f4 0x18 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x000000003f40e8f4 ip_addr_any_type + .rodata.mem_malloc.str1.4 + 0x000000003f40e90c 0x4d esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40e959 0x3 + .rodata.mem_free.str1.4 + 0x000000003f40e95c 0x28 esp-idf/lwip/liblwip.a(mem.c.obj) + .rodata.__func__$0 + 0x000000003f40e984 0x9 esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40e98d 0x3 + .rodata.__func__$1 + 0x000000003f40e990 0xb esp-idf/lwip/liblwip.a(mem.c.obj) + *fill* 0x000000003f40e99b 0x1 + .rodata.do_memp_malloc_pool.str1.4 + 0x000000003f40e99c 0x4e esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40e9ea 0x2 + .rodata.do_memp_free_pool.str1.4 + 0x000000003f40e9ec 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.__func__$0 + 0x000000003f40ea0c 0x12 esp-idf/lwip/liblwip.a(memp.c.obj) + *fill* 0x000000003f40ea1e 0x2 + .rodata.__func__$2 + 0x000000003f40ea20 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + .rodata.memp_pools + 0x000000003f40ea34 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea34 memp_pools + .rodata.memp_PBUF_POOL + 0x000000003f40ea7c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea7c memp_PBUF_POOL + *fill* 0x000000003f40ea7e 0x2 + .rodata.memp_PBUF + 0x000000003f40ea80 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea80 memp_PBUF + *fill* 0x000000003f40ea82 0x2 + .rodata.memp_MLD6_GROUP + 0x000000003f40ea84 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea84 memp_MLD6_GROUP + *fill* 0x000000003f40ea86 0x2 + .rodata.memp_ND6_QUEUE + 0x000000003f40ea88 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea88 memp_ND6_QUEUE + *fill* 0x000000003f40ea8a 0x2 + .rodata.memp_NETDB + 0x000000003f40ea8c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea8c memp_NETDB + *fill* 0x000000003f40ea8e 0x2 + .rodata.memp_SYS_TIMEOUT + 0x000000003f40ea90 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea90 memp_SYS_TIMEOUT + *fill* 0x000000003f40ea92 0x2 + .rodata.memp_IGMP_GROUP + 0x000000003f40ea94 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea94 memp_IGMP_GROUP + *fill* 0x000000003f40ea96 0x2 + .rodata.memp_ARP_QUEUE + 0x000000003f40ea98 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea98 memp_ARP_QUEUE + *fill* 0x000000003f40ea9a 0x2 + .rodata.memp_TCPIP_MSG_INPKT + 0x000000003f40ea9c 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40ea9c memp_TCPIP_MSG_INPKT + *fill* 0x000000003f40ea9e 0x2 + .rodata.memp_TCPIP_MSG_API + 0x000000003f40eaa0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eaa0 memp_TCPIP_MSG_API + *fill* 0x000000003f40eaa2 0x2 + .rodata.memp_NETCONN + 0x000000003f40eaa4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eaa4 memp_NETCONN + *fill* 0x000000003f40eaa6 0x2 + .rodata.memp_NETBUF + 0x000000003f40eaa8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eaa8 memp_NETBUF + *fill* 0x000000003f40eaaa 0x2 + .rodata.memp_FRAG_PBUF + 0x000000003f40eaac 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eaac memp_FRAG_PBUF + *fill* 0x000000003f40eaae 0x2 + .rodata.memp_TCP_SEG + 0x000000003f40eab0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eab0 memp_TCP_SEG + *fill* 0x000000003f40eab2 0x2 + .rodata.memp_TCP_PCB_LISTEN + 0x000000003f40eab4 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eab4 memp_TCP_PCB_LISTEN + *fill* 0x000000003f40eab6 0x2 + .rodata.memp_TCP_PCB + 0x000000003f40eab8 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eab8 memp_TCP_PCB + *fill* 0x000000003f40eaba 0x2 + .rodata.memp_UDP_PCB + 0x000000003f40eabc 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eabc memp_UDP_PCB + *fill* 0x000000003f40eabe 0x2 + .rodata.memp_RAW_PCB + 0x000000003f40eac0 0x2 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x000000003f40eac0 memp_RAW_PCB + *fill* 0x000000003f40eac2 0x2 + .rodata.netif_loopif_init.str1.4 + 0x000000003f40eac4 0x4f esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eb13 0x1 + .rodata.netif_do_set_netmask.str1.4 + 0x000000003f40eb14 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_issue_reports.str1.4 + 0x000000003f40eb24 0x23 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eb47 0x1 + .rodata.netif_poll.str1.4 + 0x000000003f40eb48 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_loop_output.str1.4 + 0x000000003f40ebe0 0x70 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.netif_get_ip6_addr_match.str1.4 + 0x000000003f40ec50 0x52 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eca2 0x2 + .rodata.netif_add_ext_callback.str1.4 + 0x000000003f40eca4 0x2f esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ecd3 0x1 + .rodata.netif_remove_ext_callback.str1.4 + 0x000000003f40ecd4 0xd esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ece1 0x3 + .rodata.netif_invoke_ext_callback.str1.4 + 0x000000003f40ece4 0x16 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ecfa 0x2 + .rodata.netif_add.str1.4 + 0x000000003f40ecfc 0x42 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ed3e 0x2 + .rodata.netif_ip6_addr_set_parts.str1.4 + 0x000000003f40ed40 0x1e esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ed5e 0x2 + .rodata.netif_ip6_addr_set.str1.4 + 0x000000003f40ed60 0x46 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eda6 0x2 + .rodata.__func__$0 + 0x000000003f40eda8 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40edc2 0x2 + .rodata.__func__$1 + 0x000000003f40edc4 0x1a esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40edde 0x2 + .rodata.__func__$2 + 0x000000003f40ede0 0x17 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40edf7 0x1 + .rodata.__func__$5 + 0x000000003f40edf8 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee11 0x3 + .rodata.__func__$6 + 0x000000003f40ee14 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee2d 0x3 + .rodata.__func__$7 + 0x000000003f40ee30 0x19 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee49 0x3 + .rodata.__func__$8 + 0x000000003f40ee4c 0x13 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee5f 0x1 + .rodata.__func__$9 + 0x000000003f40ee60 0xb esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee6b 0x1 + .rodata.__func__$10 + 0x000000003f40ee6c 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40ee7e 0x2 + .rodata.__func__$11 + 0x000000003f40ee80 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$12 + 0x000000003f40ee90 0x15 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eea5 0x3 + .rodata.__func__$13 + 0x000000003f40eea8 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$14 + 0x000000003f40eebc 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + .rodata.__func__$15 + 0x000000003f40eed0 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eeda 0x2 + .rodata.__func__$17 + 0x000000003f40eedc 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000003f40eeee 0x2 + .rodata.pbuf_add_header_impl.str1.4 + 0x000000003f40eef0 0x2a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000003f40ef1a 0x2 + .rodata.pbuf_alloc_reference.str1.4 + 0x000000003f40ef1c 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40ef2e 0x2 + .rodata.pbuf_free.str1.4 + 0x000000003f40ef30 0x4e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40ef7e 0x2 + .rodata.pbuf_alloc.str1.4 + 0x000000003f40ef80 0xab esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f02b 0x1 + .rodata.pbuf_realloc.str1.4 + 0x000000003f40f02c 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + .rodata.pbuf_ref.str1.4 + 0x000000003f40f078 0x12 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f08a 0x2 + .rodata.pbuf_cat.str1.4 + 0x000000003f40f08c 0x2d esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f0b9 0x3 + .rodata.pbuf_copy_partial_pbuf.str1.4 + 0x000000003f40f0bc 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f0ef 0x1 + .rodata.pbuf_take.str1.4 + 0x000000003f40f0f0 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f11e 0x2 + .rodata.pbuf_take_at.str1.4 + 0x000000003f40f120 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f137 0x1 + .rodata.pbuf_clone.str1.4 + 0x000000003f40f138 0x11 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f149 0x3 + .rodata.__func__$0 + 0x000000003f40f14c 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f157 0x1 + .rodata.__func__$1 + 0x000000003f40f158 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f165 0x3 + .rodata.__func__$2 + 0x000000003f40f168 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f172 0x2 + .rodata.__func__$3 + 0x000000003f40f174 0x17 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f18b 0x1 + .rodata.__func__$5 + 0x000000003f40f18c 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f195 0x3 + .rodata.__func__$6 + 0x000000003f40f198 0x9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f1a1 0x3 + .rodata.__func__$7 + 0x000000003f40f1a4 0xa esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f1ae 0x2 + .rodata.__func__$8 + 0x000000003f40f1b0 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f1c3 0x1 + .rodata.__func__$9 + 0x000000003f40f1c4 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f1d9 0x3 + .rodata.__func__$10 + 0x000000003f40f1dc 0xd esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f1e9 0x3 + .rodata.__func__$11 + 0x000000003f40f1ec 0x15 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f201 0x3 + .rodata.__func__$12 + 0x000000003f40f204 0xb esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000003f40f20f 0x1 + .rodata.raw_input.str1.4 + 0x000000003f40f210 0x75 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40f285 0x3 + .rodata.raw_sendto_if_src.str1.4 + 0x000000003f40f288 0x4a esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40f2d2 0x2 + .rodata.__func__$0 + 0x000000003f40f2d4 0x12 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40f2e6 0x2 + .rodata.__func__$1 + 0x000000003f40f2e8 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x000000003f40f2f2 0x2 + .rodata.tcp_remove_listener.str1.4 + 0x000000003f40f2f4 0x51 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f345 0x3 + .rodata.tcp_listen_closed.str1.4 + 0x000000003f40f348 0x21 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f369 0x3 + .rodata.tcp_free_listen.str1.4 + 0x000000003f40f36c 0x19 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f385 0x3 + .rodata.tcp_free.str1.4 + 0x000000003f40f388 0x11 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f399 0x3 + .rodata.tcp_backlog_delayed.str1.4 + 0x000000003f40f39c 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f3b1 0x3 + .rodata.tcp_listen_with_backlog_and_err.str1.4 + 0x000000003f40f3b4 0x2d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f3e1 0x3 + .rodata.tcp_update_rcv_ann_wnd.str1.4 + 0x000000003f40f3e4 0x3e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f422 0x2 + .rodata.tcp_recved.str1.4 + 0x000000003f40f424 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f44a 0x2 + .rodata.tcp_seg_copy.str1.4 + 0x000000003f40f44c 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f466 0x2 + .rodata.tcp_recv.str1.4 + 0x000000003f40f468 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f48f 0x1 + .rodata.tcp_sent.str1.4 + 0x000000003f40f490 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f4b7 0x1 + .rodata.tcp_err.str1.4 + 0x000000003f40f4b8 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f4de 0x2 + .rodata.tcp_poll.str1.4 + 0x000000003f40f4e0 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f4fe 0x2 + .rodata.tcp_next_iss.str1.4 + 0x000000003f40f500 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f51a 0x2 + .rodata.tcp_eff_send_mss_netif.str1.4 + 0x000000003f40f51c 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f543 0x1 + .rodata.tcp_pcb_remove.str1.4 + 0x000000003f40f544 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f5cb 0x1 + .rodata.tcp_abandon.str1.4 + 0x000000003f40f5cc 0x31 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f5fd 0x3 + .rodata.tcp_accept_null.str1.4 + 0x000000003f40f600 0x1d esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f61d 0x3 + .rodata.tcp_netif_ip_addr_changed_pcblist.str1.4 + 0x000000003f40f620 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.tcp_close_shutdown.str1.4 + 0x000000003f40f654 0x39 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f68d 0x3 + .rodata.tcp_slowtmr.str1.4 + 0x000000003f40f690 0x1ca esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f85a 0x2 + .rodata.__func__$0 + 0x000000003f40f85c 0x22 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f87e 0x2 + .rodata.__func__$1 + 0x000000003f40f880 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f897 0x1 + .rodata.__func__$2 + 0x000000003f40f898 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8a5 0x3 + .rodata.__func__$3 + 0x000000003f40f8a8 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8b7 0x1 + .rodata.__func__$4 + 0x000000003f40f8b8 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8c1 0x3 + .rodata.__func__$5 + 0x000000003f40f8c4 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$6 + 0x000000003f40f8cc 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8d5 0x3 + .rodata.__func__$7 + 0x000000003f40f8d8 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8e1 0x3 + .rodata.__func__$8 + 0x000000003f40f8e4 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f8f1 0x3 + .rodata.__func__$9 + 0x000000003f40f8f4 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$10 + 0x000000003f40f900 0xb esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f90b 0x1 + .rodata.__func__$11 + 0x000000003f40f90c 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f923 0x1 + .rodata.__func__$12 + 0x000000003f40f924 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$13 + 0x000000003f40f934 0x20 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$14 + 0x000000003f40f954 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$15 + 0x000000003f40f960 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f977 0x1 + .rodata.__func__$16 + 0x000000003f40f978 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$17 + 0x000000003f40f988 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$18 + 0x000000003f40f99c 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f9ae 0x2 + .rodata.__func__$19 + 0x000000003f40f9b0 0x13 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f9c3 0x1 + .rodata.__func__$20 + 0x000000003f40f9c4 0x15 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f9d9 0x3 + .rodata.__func__$21 + 0x000000003f40f9dc 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + .rodata.__func__$22 + 0x000000003f40f9f0 0x9 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40f9f9 0x3 + .rodata.tcp_pcb_lists + 0x000000003f40f9fc 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000003f40f9fc tcp_pcb_lists + .rodata.tcp_persist_backoff + 0x000000003f40fa0c 0x7 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40fa13 0x1 + .rodata.tcp_backoff + 0x000000003f40fa14 0xd esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x000000003f40fa21 0x3 + .rodata.tcp_parseopt.str1.4 + 0x000000003f40fa24 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_input_delayed_close.str1.4 + 0x000000003f40fa6c 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fa91 0x3 + .rodata.tcp_timewait_input.str1.4 + 0x000000003f40fa94 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_listen_input.str1.4 + 0x000000003f40fab4 0x1e esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fad2 0x2 + .rodata.tcp_oos_insert_segment.str1.4 + 0x000000003f40fad4 0x25 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40faf9 0x3 + .rodata.tcp_free_acked_segments.str1.4 + 0x000000003f40fafc 0x48 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.tcp_receive.str1.4 + 0x000000003f40fb44 0x131 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fc75 0x3 + .rodata.tcp_process.str1.4 + 0x000000003f40fc78 0x86 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fcfe 0x2 + .rodata.tcp_input.str1.4 + 0x000000003f40fd00 0x172 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fe72 0x2 + .rodata.__func__$0 + 0x000000003f40fe74 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$1 + 0x000000003f40fe8c 0x17 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fea3 0x1 + .rodata.__func__$2 + 0x000000003f40fea4 0x18 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$3 + 0x000000003f40febc 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$4 + 0x000000003f40fec8 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .rodata.__func__$5 + 0x000000003f40fed4 0xd esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fee1 0x3 + .rodata.__func__$6 + 0x000000003f40fee4 0x11 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40fef5 0x3 + .rodata.__func__$7 + 0x000000003f40fef8 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40ff0b 0x1 + .rodata.__func__$8 + 0x000000003f40ff0c 0xa esp-idf/lwip/liblwip.a(tcp_in.c.obj) + *fill* 0x000000003f40ff16 0x2 + .rodata.tcp_write_checks.str1.4 + 0x000000003f40ff18 0xbe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40ffd6 0x2 + .rodata.tcp_output_segment_busy.str1.4 + 0x000000003f40ffd8 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f40fffd 0x3 + .rodata.tcp_output_fill_options.str1.4 + 0x000000003f410000 0x3b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41003b 0x1 + .rodata.tcp_pbuf_prealloc.str1.4 + 0x000000003f41003c 0x58 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_create_segment.str1.4 + 0x000000003f410094 0x59 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4100ed 0x3 + .rodata.tcp_output_alloc_header_common.str1.4 + 0x000000003f4100f0 0x2e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41011e 0x2 + .rodata.tcp_output_alloc_header.str1.4 + 0x000000003f410120 0x25 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410145 0x3 + .rodata.tcp_output_segment.str1.4 + 0x000000003f410148 0x62 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4101aa 0x2 + .rodata.tcp_output_control_segment.str1.4 + 0x000000003f4101ac 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4101d5 0x3 + .rodata.tcp_write.str1.4 + 0x000000003f4101d8 0xfa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4102d2 0x2 + .rodata.tcp_split_unsent_seg.str1.4 + 0x000000003f4102d4 0x66 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41033a 0x2 + .rodata.tcp_enqueue_flags.str1.4 + 0x000000003f41033c 0x120 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_send_fin.str1.4 + 0x000000003f41045c 0x1a esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410476 0x2 + .rodata.tcp_rexmit_rto_prepare.str1.4 + 0x000000003f410478 0x24 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit.str1.4 + 0x000000003f41049c 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_rexmit_fast.str1.4 + 0x000000003f4104b4 0x1d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4104d1 0x3 + .rodata.tcp_rst.str1.4 + 0x000000003f4104d4 0x37 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41050b 0x1 + .rodata.tcp_send_empty_ack.str1.4 + 0x000000003f41050c 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_output.str1.4 + 0x000000003f41052c 0x57 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410583 0x1 + .rodata.tcp_rexmit_rto_commit.str1.4 + 0x000000003f410584 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4105a7 0x1 + .rodata.tcp_rexmit_rto.str1.4 + 0x000000003f4105a8 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.tcp_keepalive.str1.4 + 0x000000003f4105c4 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4105df 0x1 + .rodata.tcp_zero_window_probe.str1.4 + 0x000000003f4105e0 0x23 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410603 0x1 + .rodata.__func__$0 + 0x000000003f410604 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41061a 0x2 + .rodata.__func__$1 + 0x000000003f41061c 0xe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41062a 0x2 + .rodata.__func__$2 + 0x000000003f41062c 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$3 + 0x000000003f410644 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410657 0x1 + .rodata.__func__$4 + 0x000000003f410658 0x1b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410673 0x1 + .rodata.__func__$5 + 0x000000003f410674 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$6 + 0x000000003f41068c 0x1f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4106ab 0x1 + .rodata.__func__$7 + 0x000000003f4106ac 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$8 + 0x000000003f4106b4 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$9 + 0x000000003f4106c4 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4106cf 0x1 + .rodata.__func__$10 + 0x000000003f4106d0 0xf esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4106df 0x1 + .rodata.__func__$11 + 0x000000003f4106e0 0x16 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4106f6 0x2 + .rodata.__func__$12 + 0x000000003f4106f8 0x17 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41070f 0x1 + .rodata.__func__$13 + 0x000000003f410710 0x18 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .rodata.__func__$14 + 0x000000003f410728 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41073b 0x1 + .rodata.__func__$15 + 0x000000003f41073c 0xb esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410747 0x1 + .rodata.__func__$16 + 0x000000003f410748 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f41075a 0x2 + .rodata.__func__$17 + 0x000000003f41075c 0xd esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410769 0x3 + .rodata.__func__$18 + 0x000000003f41076c 0x15 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410781 0x3 + .rodata.__func__$19 + 0x000000003f410784 0x13 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f410797 0x1 + .rodata.__func__$20 + 0x000000003f410798 0x12 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4107aa 0x2 + .rodata.__func__$21 + 0x000000003f4107ac 0x11 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4107bd 0x3 + .rodata.__func__$22 + 0x000000003f4107c0 0xa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x000000003f4107ca 0x2 + .rodata.sys_timeout_abs.str1.4 + 0x000000003f4107cc 0x6e esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f41083a 0x2 + .rodata.sys_timeout.str1.4 + 0x000000003f41083c 0x36 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f410872 0x2 + .rodata.sys_timeouts_sleeptime.str1.4 + 0x000000003f410874 0x12 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f410886 0x2 + .rodata.__func__$0 + 0x000000003f410888 0x17 esp-idf/lwip/liblwip.a(timeouts.c.obj) + *fill* 0x000000003f41089f 0x1 + .rodata.__func__$1 + 0x000000003f4108a0 0xc esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.__func__$2 + 0x000000003f4108ac 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .rodata.lwip_cyclic_timers + 0x000000003f4108bc 0x20 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x000000003f4108bc lwip_cyclic_timers + .rodata.udp_input_local_match.str1.4 + 0x000000003f4108dc 0x75 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f410951 0x3 + .rodata.udp_input.str1.4 + 0x000000003f410954 0x4f esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f4109a3 0x1 + .rodata.udp_sendto_if_src.str1.4 + 0x000000003f4109a4 0x2e esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f4109d2 0x2 + .rodata.__func__$0 + 0x000000003f4109d4 0x12 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f4109e6 0x2 + .rodata.__func__$1 + 0x000000003f4109e8 0x16 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f4109fe 0x2 + .rodata.__func__$2 + 0x000000003f410a00 0xa esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x000000003f410a0a 0x2 + .rodata.dhcp_option_short.str1.4 + 0x000000003f410a0c 0x6b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410a77 0x1 + .rodata.dhcp_option.str1.4 + 0x000000003f410a78 0x42 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410aba 0x2 + .rodata.dhcp_option_byte.str1.4 + 0x000000003f410abc 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410af1 0x3 + .rodata.dhcp_option_long.str1.4 + 0x000000003f410af4 0x3a esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410b2e 0x2 + .rodata.dhcp_create_msg.str1.4 + 0x000000003f410b30 0x40 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_option_hostname.str1.4 + 0x000000003f410b70 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_dec_pcb_refcount.str1.4 + 0x000000003f410b8c 0x24 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_inc_pcb_refcount.str1.4 + 0x000000003f410bb0 0x25 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410bd5 0x3 + .rodata.dhcp_parse_reply.str1.4 + 0x000000003f410bd8 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410be9 0x3 + .rodata.dhcp_recv.str1.4 + 0x000000003f410bec 0x1c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_set_struct.str1.4 + 0x000000003f410c08 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .rodata.dhcp_network_changed.str1.4 + 0x000000003f410c3c 0x14 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$0 + 0x000000003f410c50 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410c65 0x3 + .rodata.__func__$1 + 0x000000003f410c68 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410c79 0x3 + .rodata.__func__$2 + 0x000000003f410c7c 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410c86 0x2 + .rodata.__func__$3 + 0x000000003f410c88 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410c9e 0x2 + .rodata.__func__$4 + 0x000000003f410ca0 0x16 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410cb6 0x2 + .rodata.__func__$5 + 0x000000003f410cb8 0xd esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410cc5 0x3 + .rodata.__func__$6 + 0x000000003f410cc8 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$7 + 0x000000003f410cd8 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410ce9 0x3 + .rodata.__func__$8 + 0x000000003f410cec 0x15 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410d01 0x3 + .rodata.__func__$9 + 0x000000003f410d04 0x11 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410d15 0x3 + .rodata.__func__$10 + 0x000000003f410d18 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.__func__$11 + 0x000000003f410d24 0x12 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000003f410d36 0x2 + .rodata.__func__$13 + 0x000000003f410d38 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.dhcp_discover_request_options + 0x000000003f410d48 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .rodata.free_etharp_q.str1.4 + 0x000000003f410d4c 0x4d esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410d99 0x3 + .rodata.etharp_find_entry.str1.4 + 0x000000003f410d9c 0x55 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410df1 0x3 + .rodata.etharp_update_arp_entry.str1.4 + 0x000000003f410df4 0x24 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_raw.str1.4 + 0x000000003f410e18 0x75 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x85 (size before relaxing) + *fill* 0x000000003f410e8d 0x3 + .rodata.etharp_get_entry.str1.4 + 0x000000003f410e90 0x20 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_output_to_arp_index.str1.4 + 0x000000003f410eb0 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.etharp_query.str1.4 + 0x000000003f410ee0 0x52 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410f32 0x2 + .rodata.__func__$0 + 0x000000003f410f34 0xd esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410f41 0x3 + .rodata.__func__$1 + 0x000000003f410f44 0x1b esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410f5f 0x1 + .rodata.__func__$2 + 0x000000003f410f60 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410f6e 0x2 + .rodata.__func__$3 + 0x000000003f410f70 0xb esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410f7b 0x1 + .rodata.__func__$4 + 0x000000003f410f7c 0x18 esp-idf/lwip/liblwip.a(etharp.c.obj) + .rodata.__func__$6 + 0x000000003f410f94 0x12 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410fa6 0x2 + .rodata.__func__$8 + 0x000000003f410fa8 0xe esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x000000003f410fb6 0x2 + .rodata.icmp_send_response.str1.4 + 0x000000003f410fb8 0x5b esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f411013 0x1 + .rodata.icmp_input.str1.4 + 0x000000003f411014 0x6a esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f41107e 0x2 + .rodata.__func__$0 + 0x000000003f411080 0x13 esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f411093 0x1 + .rodata.__func__$1 + 0x000000003f411094 0xb esp-idf/lwip/liblwip.a(icmp.c.obj) + *fill* 0x000000003f41109f 0x1 + .rodata.igmp_send.str1.4 + 0x000000003f4110a0 0x6b esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f41110b 0x1 + .rodata.igmp_lookup_group.str1.4 + 0x000000003f41110c 0x75 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f411181 0x3 + .rodata.__func__$0 + 0x000000003f411184 0xa esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f41118e 0x2 + .rodata.__func__$1 + 0x000000003f411190 0x12 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x000000003f4111a2 0x2 + .rodata.ip4_output_if_opt_src.str1.4 + 0x000000003f4111a4 0x69 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f41120d 0x3 + .rodata.__func__$1 + 0x000000003f411210 0x16 esp-idf/lwip/liblwip.a(ip4.c.obj) + *fill* 0x000000003f411226 0x2 + .rodata.ip4addr_aton.str1.4 + 0x000000003f411228 0x3f esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + *fill* 0x000000003f411267 0x1 + .rodata.__func__$1 + 0x000000003f411268 0xd esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + *fill* 0x000000003f411275 0x3 + .rodata.ip_addr_broadcast + 0x000000003f411278 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f411278 ip_addr_broadcast + .rodata.ip_addr_any + 0x000000003f411290 0x18 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x000000003f411290 ip_addr_any + .rodata.ip4_frag.str1.4 + 0x000000003f4112a8 0x53 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + *fill* 0x000000003f4112fb 0x1 + .rodata.__func__$0 + 0x000000003f4112fc 0x9 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + *fill* 0x000000003f411305 0x3 + .rodata.icmp6_send_response_with_addrs_and_netif.str1.4 + 0x000000003f411308 0x6c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.icmp6_send_response.str1.4 + 0x000000003f411374 0x24 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.__func__$1 + 0x000000003f411398 0x29 esp-idf/lwip/liblwip.a(icmp6.c.obj) + *fill* 0x000000003f4113c1 0x3 + .rodata.__func__$2 + 0x000000003f4113c4 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .rodata.ip6_output_if_src.str1.4 + 0x000000003f4113d8 0x5e esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x6a (size before relaxing) + *fill* 0x000000003f411436 0x2 + .rodata.__func__$1 + 0x000000003f411438 0x12 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x000000003f41144a 0x2 + .rodata.ip6_addr_any + 0x000000003f41144c 0x18 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x000000003f41144c ip6_addr_any + .rodata.ip6_frag.str1.4 + 0x000000003f411464 0x4b esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x6c (size before relaxing) + *fill* 0x000000003f4114af 0x1 + .rodata.__func__$0 + 0x000000003f4114b0 0x9 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + *fill* 0x000000003f4114b9 0x3 + .rodata.nd6_process_autoconfig_prefix.str1.4 + 0x000000003f4114bc 0x42 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f4114fe 0x2 + .rodata.nd6_free_q.str1.4 + 0x000000003f411500 0xd esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x29 (size before relaxing) + *fill* 0x000000003f41150d 0x3 + .rodata.nd6_send_na.str1.4 + 0x000000003f411510 0x1b esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.nd6_get_next_hop_entry.str1.4 + 0x000000003f41152b 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f41152b 0x1 + .rodata.nd6_find_route.str1.4 + 0x000000003f41152c 0x2b esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f411557 0x1 + .rodata.__func__$0 + 0x000000003f411558 0x17 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f41156f 0x1 + .rodata.__func__$2 + 0x000000003f411570 0xf esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f41157f 0x1 + .rodata.__func__$3 + 0x000000003f411580 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__$4 + 0x000000003f411588 0xb esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f411593 0x1 + .rodata.__func__$5 + 0x000000003f411594 0x1e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x000000003f4115b2 0x2 + .rodata.__func__$6 + 0x000000003f4115b4 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.__func__$7 + 0x000000003f4115c0 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + .rodata.ethernet_output.str1.4 + 0x000000003f4115cc 0x63 esp-idf/lwip/liblwip.a(ethernet.c.obj) + *fill* 0x000000003f41162f 0x1 + .rodata.__func__$0 + 0x000000003f411630 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .rodata.ethzero + 0x000000003f411640 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f411640 ethzero + *fill* 0x000000003f411646 0x2 + .rodata.ethbroadcast + 0x000000003f411648 0x6 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x000000003f411648 ethbroadcast + *fill* 0x000000003f41164e 0x2 + .rodata.lwip_getsockopt_impl_ext.str1.4 + 0x000000003f411650 0x14 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .rodata.sys_mutex_lock.str1.4 + 0x000000003f411664 0x4a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4116ae 0x2 + .rodata.sys_mutex_unlock.str1.4 + 0x000000003f4116b0 0x19 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4116c9 0x3 + .rodata.sys_sem_new.str1.4 + 0x000000003f4116cc 0x49 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411715 0x3 + .rodata.sys_sem_signal.str1.4 + 0x000000003f411718 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f41173a 0x2 + .rodata.sys_arch_sem_wait.str1.4 + 0x000000003f41173c 0x18 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.sys_mbox_post.str1.4 + 0x000000003f411754 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411765 0x3 + .rodata.sys_arch_mbox_fetch.str1.4 + 0x000000003f411768 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f41177a 0x2 + .rodata.sys_mbox_free.str1.4 + 0x000000003f41177c 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411792 0x2 + .rodata.sys_init.str1.4 + 0x000000003f411794 0x51 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4117e5 0x3 + .rodata.sys_thread_sem_init.str1.4 + 0x000000003f4117e8 0x37 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f41181f 0x1 + .rodata.sys_thread_tcpip.str1.4 + 0x000000003f411820 0x2d esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f41184d 0x3 + .rodata.__func__$0 + 0x000000003f411850 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411861 0x3 + .rodata.__func__$2 + 0x000000003f411864 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411872 0x2 + .rodata.__func__$3 + 0x000000003f411874 0x17 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f41188b 0x1 + .rodata.__func__$4 + 0x000000003f41188c 0x14 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$6 + 0x000000003f4118a0 0xe esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4118ae 0x2 + .rodata.__func__$7 + 0x000000003f4118b0 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4118c2 0x2 + .rodata.__func__$8 + 0x000000003f4118c4 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4118d3 0x1 + .rodata.__func__$9 + 0x000000003f4118d4 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .rodata.__func__$10 + 0x000000003f4118e0 0x11 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f4118f1 0x3 + .rodata.__func__$11 + 0x000000003f4118f4 0xf esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x000000003f411903 0x1 + .rodata.esp_vfs_lwip_sockets_register.str1.4 + 0x000000003f411904 0x71 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x000000003f411975 0x3 + .rodata.__func__$0 + 0x000000003f411978 0x1e esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x000000003f411996 0x2 + .rodata.netconn_new_with_proto_and_callback.str1.4 + 0x000000003f411998 0x89 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f411a21 0x3 + .rodata.netconn_write_vectors_partly.str1.4 + 0x000000003f411a24 0x23 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.netconn_recv_data.str1.4 + 0x000000003f411a47 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f411a47 0x1 + .rodata.__func__$1 + 0x000000003f411a48 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f411a65 0x3 + .rodata.__func__$3 + 0x000000003f411a68 0x12 esp-idf/lwip/liblwip.a(api_lib.c.obj) + *fill* 0x000000003f411a7a 0x2 + .rodata.__func__$4 + 0x000000003f411a7c 0x24 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .rodata.lwip_netconn_err_to_msg.str1.4 + 0x000000003f411aa0 0x3c esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.recv_udp.str1.4 + 0x000000003f411adc 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411b3e 0x2 + .rodata.pcb_new.str1.4 + 0x000000003f411b40 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411b5f 0x1 + .rodata.lwip_netconn_do_connected.str1.4 + 0x000000003f411b60 0x7d esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411bdd 0x3 + .rodata.err_tcp.str1.4 + 0x000000003f411be0 0x62 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411c42 0x2 + .rodata.lwip_netconn_do_writemore.str1.4 + 0x000000003f411c44 0xcb esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411d0f 0x1 + .rodata.lwip_netconn_do_close_internal.str1.4 + 0x000000003f411d10 0x8b esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411d9b 0x1 + .rodata.recv_tcp.str1.4 + 0x000000003f411d9c 0x7a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411e16 0x2 + .rodata.lwip_netconn_is_err_msg.str1.4 + 0x000000003f411e18 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_alloc.str1.4 + 0x000000003f411e24 0x26 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411e4a 0x2 + .rodata.netconn_free.str1.4 + 0x000000003f411e4c 0xa8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_drain.str1.4 + 0x000000003f411ef4 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411f0a 0x2 + .rodata.accept_function.str1.4 + 0x000000003f411f0c 0x27 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411f33 0x1 + .rodata.lwip_netconn_do_delconn.str1.4 + 0x000000003f411f34 0x4f esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_listen.str1.4 + 0x000000003f411f83 0x2d esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411f83 0x1 + .rodata.lwip_netconn_do_write.str1.4 + 0x000000003f411f84 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.lwip_netconn_do_getaddr.str1.4 + 0x000000003f411f98 0x15 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411fad 0x3 + .rodata.lwip_netconn_do_close.str1.4 + 0x000000003f411fb0 0x24 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$0 + 0x000000003f411fd4 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f411fea 0x2 + .rodata.__func__$1 + 0x000000003f411fec 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$2 + 0x000000003f412004 0x16 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f41201a 0x2 + .rodata.__func__$3 + 0x000000003f41201c 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$4 + 0x000000003f41202c 0x17 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f412043 0x1 + .rodata.__func__$5 + 0x000000003f412044 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f41205e 0x2 + .rodata.__func__$6 + 0x000000003f412060 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$7 + 0x000000003f412078 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f412086 0x2 + .rodata.__func__$8 + 0x000000003f412088 0xd esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f412095 0x3 + .rodata.__func__$9 + 0x000000003f412098 0xe esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f4120a6 0x2 + .rodata.__func__$10 + 0x000000003f4120a8 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f4120b1 0x3 + .rodata.__func__$11 + 0x000000003f4120b4 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f4120bd 0x3 + .rodata.__func__$12 + 0x000000003f4120c0 0x1f esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f4120df 0x1 + .rodata.__func__$13 + 0x000000003f4120e0 0x1a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f4120fa 0x2 + .rodata.__func__$14 + 0x000000003f4120fc 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f412105 0x3 + .rodata.__func__$15 + 0x000000003f412108 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$16 + 0x000000003f412120 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$17 + 0x000000003f412128 0x9 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x000000003f412131 0x3 + .rodata.__func__$18 + 0x000000003f412134 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.__func__$19 + 0x000000003f41213c 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .rodata.netconn_closed + 0x000000003f412154 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f412154 netconn_closed + .rodata.netconn_reset + 0x000000003f412155 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f412155 netconn_reset + .rodata.netconn_aborted + 0x000000003f412156 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f412156 netconn_aborted + .rodata.netconn_deleted + 0x000000003f412157 0x1 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x000000003f412157 netconn_deleted + .rodata.err_to_errno_table + 0x000000003f412158 0x44 esp-idf/lwip/liblwip.a(err.c.obj) + .rodata.netbuf_alloc.str1.4 + 0x000000003f41219c 0x4f esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f4121eb 0x1 + .rodata.__func__$0 + 0x000000003f4121ec 0xd esp-idf/lwip/liblwip.a(netbuf.c.obj) + *fill* 0x000000003f4121f9 0x3 + .rodata.esp_netif_remove_from_list_unsafe.str1.4 + 0x000000003f4121fc 0x47 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f412243 0x1 + .rodata.__func__$0 + 0x000000003f412244 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f412266 0x2 + .rodata.str1.4 + 0x000000003f412268 0x9 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + *fill* 0x000000003f412271 0x3 + .rodata.IP_EVENT + 0x000000003f412274 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000003f412274 IP_EVENT + .rodata.esp_netif_config_sanity_check.str1.4 + 0x000000003f412278 0x123 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f41239b 0x1 + .rodata.esp_netif_dhcps_cb.str1.4 + 0x000000003f41239c 0xa0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.esp_netif_internal_nd6_cb.str1.4 + 0x000000003f41243c 0x45 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412481 0x3 + .rodata.esp_netif_ip_lost_timer.str1.4 + 0x000000003f412484 0x49 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4124cd 0x3 + .rodata.esp_netif_init_configuration.str1.4 + 0x000000003f4124d0 0x5f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f41252f 0x1 + .rodata.esp_netif_new_api.str1.4 + 0x000000003f412530 0x1be esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4126ee 0x2 + .rodata.esp_netif_dhcps_start_api.str1.4 + 0x000000003f4126f0 0x36 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412726 0x2 + .rodata.esp_netif_start_api.str1.4 + 0x000000003f412728 0xcd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4127f5 0x3 + .rodata.esp_netif_dhcpc_start_api.str1.4 + 0x000000003f4127f8 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412829 0x3 + .rodata.esp_netif_set_hostname_api.str1.4 + 0x000000003f41282c 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412836 0x2 + .rodata.esp_netif_init.str1.4 + 0x000000003f412838 0xbd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4128f5 0x3 + .rodata.esp_netif_attach.str1.4 + 0x000000003f4128f8 0x4a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412942 0x2 + .rodata.esp_netif_internal_dhcpc_cb.str1.4 + 0x000000003f412944 0x43 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f412987 0x1 + .rodata.__func__$3 + 0x000000003f412988 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .rodata.__func__$4 + 0x000000003f41299c 0x12 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000003f4129ae 0x2 + .rodata.g_wifi_default_wpa_crypto_funcs + 0x000000003f4129b0 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x000000003f4129b0 g_wifi_default_wpa_crypto_funcs + .rodata.HMAC_sha1_init.str1.4 + 0x000000003f412a24 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + *fill* 0x000000003f412a77 0x1 + .rodata.pbkdf2_sha1.str1.4 + 0x000000003f412a78 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .rodata.__func__$0 + 0x000000003f412a90 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + *fill* 0x000000003f412a9f 0x1 + .rodata.__func__$1 + 0x000000003f412aa0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .rodata.esp_wifi_config_info.str1.4 + 0x000000003f412aac 0x180 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .rodata.wifi_deinit_internal.str1.4 + 0x000000003f412c2c 0xa1 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f412ccd 0x3 + .rodata.s_set_default_wifi_log_level.str1.4 + 0x000000003f412cd0 0x1b esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000003f412ceb 0x1 + .rodata.esp_wifi_init.str1.4 + 0x000000003f412cec 0x72 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f412d5e 0x2 + .rodata.str1.4 + 0x000000003f412d60 0xb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000003f412d6b 0x1 + .rodata.WIFI_EVENT + 0x000000003f412d6c 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x000000003f412d6c WIFI_EVENT + .rodata.wifi_default_action_sta_got_ip.str1.4 + 0x000000003f412d70 0x58 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .rodata.wifi_start.str1.4 + 0x000000003f412dc8 0xbb esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f412e83 0x1 + .rodata.create_and_attach.str1.4 + 0x000000003f412e84 0x3f esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f412ec3 0x1 + .rodata.esp_netif_create_default_wifi_ap.str1.4 + 0x000000003f412ec4 0xa4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xac (size before relaxing) + .rodata.esp_netif_create_default_wifi_sta.str1.4 + 0x000000003f412f68 0x51 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f412fb9 0x3 + .rodata.__func__$2 + 0x000000003f412fbc 0x22 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f412fde 0x2 + .rodata.__func__$3 + 0x000000003f412fe0 0x21 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000003f413001 0x3 + .rodata.esp_wifi_create_if_driver.str1.4 + 0x000000003f413004 0x50 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .rodata.esp_wifi_register_if_rxcb.str1.4 + 0x000000003f413054 0xe8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .rodata.http_parse_host.str1.4 + 0x000000003f41313c 0x4b esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x000000003f413187 0x1 + .rodata.http_parser_execute.str1.4 + 0x000000003f413188 0x1ee esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x000000003f413376 0x2 + .rodata.http_parser_parse_url.str1.4 + 0x000000003f413378 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.http_parser_pause.str1.4 + 0x000000003f41338c 0x31 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x000000003f4133bd 0x3 + .rodata.__func__$0 + 0x000000003f4133c0 0x12 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x000000003f4133d2 0x2 + .rodata.__func__$1 + 0x000000003f4133d4 0x10 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.__func__$2 + 0x000000003f4133e4 0x16 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x000000003f4133fa 0x2 + .rodata.__func__$5 + 0x000000003f4133fc 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.str1.4 + 0x000000003f413410 0x793 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x7a3 (size before relaxing) + *fill* 0x000000003f413ba3 0x1 + .rodata.normal_url_char + 0x000000003f413ba4 0x20 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.unhex 0x000000003f413bc4 0x100 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.tokens + 0x000000003f413cc4 0x100 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.method_strings + 0x000000003f413dc4 0x84 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .rodata.esp_tls_hostname_to_fd.str1.4 + 0x000000003f413e48 0xf3 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f413f3b 0x1 + .rodata.esp_tls_set_socket_options.str1.4 + 0x000000003f413f3c 0x190 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .rodata.esp_tls_set_socket_non_blocking.str1.4 + 0x000000003f4140cc 0x81 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f41414d 0x3 + .rodata.tcp_connect.str1.4 + 0x000000003f414150 0x11a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f41426a 0x2 + .rodata.esp_tls_low_level_conn.str1.4 + 0x000000003f41426c 0xca esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f414336 0x2 + .rodata.esp_tls_conn_new_sync.str1.4 + 0x000000003f414338 0x83 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f4143bb 0x1 + .rodata.esp_tls_get_conn_sockfd.str1.4 + 0x000000003f4143bc 0x31 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x000000003f4143ed 0x3 + .rodata.set_global_ca_store.str1.4 + 0x000000003f4143f0 0x6a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x6e (size before relaxing) + *fill* 0x000000003f41445a 0x2 + .rodata.set_ca_cert.str1.4 + 0x000000003f41445c 0xb1 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f41450d 0x3 + .rodata.set_pki_context.str1.4 + 0x000000003f414510 0xdb esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4145eb 0x1 + .rodata.esp_mbedtls_read.str1.4 + 0x000000003f4145ec 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f41461a 0x2 + .rodata.esp_mbedtls_write.str1.4 + 0x000000003f41461c 0x2f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f41464b 0x1 + .rodata.esp_mbedtls_verify_certificate.str1.4 + 0x000000003f41464c 0x6a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4146b6 0x2 + .rodata.esp_mbedtls_handshake.str1.4 + 0x000000003f4146b8 0x3f esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f4146f7 0x1 + .rodata.esp_mbedtls_get_bytes_avail.str1.4 + 0x000000003f4146f8 0x46 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f41473e 0x2 + .rodata.set_client_config.str1.4 + 0x000000003f414740 0x3c4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x3d0 (size before relaxing) + .rodata.esp_create_mbedtls_handle.str1.4 + 0x000000003f414b04 0x1a7 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f414cab 0x1 + .rodata.__func__$0 + 0x000000003f414cac 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$1 + 0x000000003f414cbc 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$2 + 0x000000003f414cc8 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .rodata.__func__$3 + 0x000000003f414cdc 0x12 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f414cee 0x2 + .rodata.__func__$4 + 0x000000003f414cf0 0x1a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + *fill* 0x000000003f414d0a 0x2 + .rodata.esp_transport_list_init.str1.4 + 0x000000003f414d0c 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x41 (size before relaxing) + *fill* 0x000000003f414d16 0x2 + .rodata.__FUNCTION__$0 + 0x000000003f414d18 0x13 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x000000003f414d2b 0x1 + .rodata.__FUNCTION__$1 + 0x000000003f414d2c 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x000000003f414d43 0x1 + .rodata.__FUNCTION__$2 + 0x000000003f414d44 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .rodata.esp_tls_connect_async.str1.4 + 0x000000003f414d5c 0x55 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f414db1 0x3 + .rodata.base_poll_write.str1.4 + 0x000000003f414db4 0x48 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.base_poll_read.str1.4 + 0x000000003f414dfc 0x47 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f414e43 0x1 + .rodata.ssl_write.str1.4 + 0x000000003f414e44 0xc8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.ssl_read.str1.4 + 0x000000003f414f0c 0x3a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f414f46 0x2 + .rodata.ssl_connect.str1.4 + 0x000000003f414f48 0x7c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.esp_transport_base_init.str1.4 + 0x000000003f414fc4 0x35 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.tcp_write.str1.4 + 0x000000003f414fc4 0x32 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f414ff6 0x2 + .rodata.tcp_read.str1.4 + 0x000000003f414ff8 0x31 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000003f415029 0x3 + .rodata.tcp_connect.str1.4 + 0x000000003f41502c 0x3c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.__FUNCTION__$0 + 0x000000003f415068 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .rodata.esp_transport_init_foundation_transport.str1.4 + 0x000000003f415080 0x41 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .rodata.__FUNCTION__$0 + 0x000000003f415080 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .rodata._ws_write.str1.4 + 0x000000003f4150a8 0x6f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f415117 0x1 + .rodata.esp_transport_read_exact_size.str1.4 + 0x000000003f415118 0x45 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f41515d 0x3 + .rodata.ws_read_header.str1.4 + 0x000000003f415160 0x28 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.get_http_header.str1.4 + 0x000000003f415188 0x3 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.get_http_status_code.str1.4 + 0x000000003f415188 0x6 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f41518e 0x2 + .rodata.ws_connect.str1.4 + 0x000000003f415190 0x4d1 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x4d9 (size before relaxing) + *fill* 0x000000003f415661 0x3 + .rodata 0x000000003f415664 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_set_path.str1.4 + 0x000000003f415680 0x54 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.esp_transport_ws_init.str1.4 + 0x000000003f4156d4 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x6a (size before relaxing) + .rodata.esp_transport_ws_poll_connection_closed.str1.4 + 0x000000003f415704 0xca esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4157ce 0x2 + .rodata.esp_transport_ws_handle_control_frames.str1.4 + 0x000000003f4157d0 0x209 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f4159d9 0x3 + .rodata.ws_handle_control_frame_internal.str1.4 + 0x000000003f4159dc 0x110 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .rodata.ws_read.str1.4 + 0x000000003f415aec 0x33 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f415b1f 0x1 + .rodata.__FUNCTION__$1 + 0x000000003f415b20 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000003f415b36 0x2 + .rodata.httpd_process_ctrl_msg.str1.4 + 0x000000003f415b38 0x63 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f415b9b 0x1 + .rodata.httpd_create.str1.4 + 0x000000003f415b9c 0x186 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f415d22 0x2 + .rodata.httpd_server_init.str1.4 + 0x000000003f415d24 0x15a esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f415e7e 0x2 + .rodata.esp_http_server_dispatch_event.str1.4 + 0x000000003f415e80 0x59 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f415ed9 0x3 + .rodata.httpd_accept_conn.str1.4 + 0x000000003f415edc 0x200 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .rodata.httpd_server.str1.4 + 0x000000003f4160dc 0x6f esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41614b 0x1 + .rodata.httpd_queue_work.str1.4 + 0x000000003f41614c 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41617d 0x3 + .rodata.httpd_start.str1.4 + 0x000000003f416180 0xc5 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f416245 0x3 + .rodata.__func__$0 + 0x000000003f416248 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41625a 0x2 + .rodata.__func__$1 + 0x000000003f41625c 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f416269 0x3 + .rodata.__func__$2 + 0x000000003f41626c 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f41627e 0x2 + .rodata.__func__$3 + 0x000000003f416280 0x17 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f416297 0x1 + .rodata.__func__$4 + 0x000000003f416298 0xd esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f4162a5 0x3 + .rodata.__func__$5 + 0x000000003f4162a8 0x11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000003f4162b9 0x3 + .rodata.httpd_sess_delete.str1.4 + 0x000000003f4162bc 0x46 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f416302 0x2 + .rodata.enum_function.str1.4 + 0x000000003f416304 0x36 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f41633a 0x2 + .rodata.httpd_sess_new.str1.4 + 0x000000003f41633c 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .rodata.__func__$0 + 0x000000003f41637c 0x12 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f41638e 0x2 + .rodata.__func__$1 + 0x000000003f416390 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f41639f 0x1 + .rodata.__func__$2 + 0x000000003f4163a0 0xe esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000003f4163ae 0x2 + .rodata.httpd_sock_err.str1.4 + 0x000000003f4163b0 0x39 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f4163e9 0x3 + .rodata.httpd_resp_send.str1.4 + 0x000000003f4163ec 0x34 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x3b (size before relaxing) + .rodata.httpd_resp_send_err.str1.4 + 0x000000003f416420 0x362 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f416782 0x2 + .rodata.httpd_default_send.str1.4 + 0x000000003f416784 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f416789 0x3 + .rodata.httpd_default_recv.str1.4 + 0x000000003f41678c 0x5 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f416791 0x3 + .rodata.__func__$0 + 0x000000003f416794 0xf esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000003f4167a3 0x1 + .rodata.__func__$1 + 0x000000003f4167a4 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .rodata.httpd_register_uri_handler.str1.4 + 0x000000003f4167b8 0x9a esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f416852 0x2 + .rodata.httpd_uri.str1.4 + 0x000000003f416854 0xad esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f416901 0x3 + .rodata.__func__$0 + 0x000000003f416904 0xa esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f41690e 0x2 + .rodata.__func__$3 + 0x000000003f416910 0x1b esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000003f41692b 0x1 + .rodata.cs_create_ctrl_sock.str1.4 + 0x000000003f41692c 0xa esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + *fill* 0x000000003f416936 0x2 + .rodata.cb_header_value.str1.4 + 0x000000003f416938 0x44 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.cb_url.str1.4 + 0x000000003f41697c 0x49 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f4169c5 0x3 + .rodata.verify_url.str1.4 + 0x000000003f4169c8 0xd5 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416a9d 0x3 + .rodata.pause_parsing.str1.4 + 0x000000003f416aa0 0x78 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.cb_headers_complete.str1.4 + 0x000000003f416b18 0x8a esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416ba2 0x2 + .rodata.parse_block.str1.4 + 0x000000003f416ba4 0xdc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.httpd_req_new.str1.4 + 0x000000003f416c80 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x12 (size before relaxing) + *fill* 0x000000003f416c87 0x1 + .rodata.__func__$0 + 0x000000003f416c88 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$1 + 0x000000003f416c94 0x7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416c9b 0x1 + .rodata.__func__$2 + 0x000000003f416c9c 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$3 + 0x000000003f416cac 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$4 + 0x000000003f416cbc 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .rodata.__func__$5 + 0x000000003f416cd0 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416cdb 0x1 + .rodata.__func__$6 + 0x000000003f416cdc 0xe esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416cea 0x2 + .rodata.__func__$7 + 0x000000003f416cec 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416cf7 0x1 + .rodata.__func__$8 + 0x000000003f416cf8 0xb esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000003f416d03 0x1 + .rodata.ssl_compute_master.str1.4 + 0x000000003f416d04 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f416d2b 0x1 + .rodata 0x000000003f416d2c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_calc_finished_tls_generic.str1.4 + 0x000000003f416d38 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_tls12_populate_transform.str1.4 + 0x000000003f416d58 0xe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f416d66 0x2 + .rodata.mbedtls_ssl_check_cert_usage.str1.4 + 0x000000003f416d68 0x15 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f416d7d 0x3 + .rodata.tls_id_match_table + 0x000000003f416d80 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_suiteb_groups + 0x000000003f416e1c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f416e22 0x2 + .rodata.ssl_preset_suiteb_sig_algs + 0x000000003f416e24 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000003f416e2a 0x2 + .rodata.ssl_preset_default_sig_algs + 0x000000003f416e2c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_suiteb_ciphersuites + 0x000000003f416e40 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata.ssl_preset_default_groups + 0x000000003f416e4c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .rodata 0x000000003f416e5c 0x6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000003f416e62 0x2 + .rodata.str1.4 + 0x000000003f416e64 0x888 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x889 (size before relaxing) + .rodata.ciphersuite_definitions + 0x000000003f4176ec 0x3b0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.ciphersuite_preference + 0x000000003f417a9c 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .rodata.small_prime_gaps + 0x000000003f417d84 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f417e2b 0x1 + .rodata.mbedtls_cipher_definitions + 0x000000003f417e2c 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x000000003f417e2c mbedtls_cipher_definitions + .rodata.str1.4 + 0x000000003f417fac 0x2c4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_ccm_star_no_tag_info + 0x000000003f418270 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_ccm_star_no_tag_info + 0x000000003f418278 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_ccm_star_no_tag_info + 0x000000003f418280 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_ccm_info + 0x000000003f418288 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_ccm_info + 0x000000003f418290 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_ccm_info + 0x000000003f418298 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ccm_aria_info + 0x000000003f4182a0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_gcm_info + 0x000000003f4182cc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_gcm_info + 0x000000003f4182d4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_gcm_info + 0x000000003f4182dc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.gcm_aria_info + 0x000000003f4182e4 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_ctr_info + 0x000000003f418310 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_ctr_info + 0x000000003f418318 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_ctr_info + 0x000000003f418320 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_cfb128_info + 0x000000003f418328 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_cfb128_info + 0x000000003f418330 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_cfb128_info + 0x000000003f418338 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_cbc_info + 0x000000003f418340 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_cbc_info + 0x000000003f418348 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_cbc_info + 0x000000003f418350 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_256_ecb_info + 0x000000003f418358 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_192_ecb_info + 0x000000003f418360 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_128_ecb_info + 0x000000003f418368 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aria_info + 0x000000003f418370 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ccm_star_no_tag_info + 0x000000003f41839c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ccm_star_no_tag_info + 0x000000003f4183a4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ccm_star_no_tag_info + 0x000000003f4183ac 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ccm_info + 0x000000003f4183b4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ccm_info + 0x000000003f4183bc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ccm_info + 0x000000003f4183c4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ccm_aes_info + 0x000000003f4183cc 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_gcm_info + 0x000000003f4183f8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_gcm_info + 0x000000003f418400 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_gcm_info + 0x000000003f418408 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.gcm_aes_info + 0x000000003f418410 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_xts_info + 0x000000003f41843c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_xts_info + 0x000000003f418444 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.xts_aes_info + 0x000000003f41844c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ctr_info + 0x000000003f418478 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ctr_info + 0x000000003f418480 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ctr_info + 0x000000003f418488 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ofb_info + 0x000000003f418490 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ofb_info + 0x000000003f418498 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ofb_info + 0x000000003f4184a0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_cfb128_info + 0x000000003f4184a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_cfb128_info + 0x000000003f4184b0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_cfb128_info + 0x000000003f4184b8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_cbc_info + 0x000000003f4184c0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_cbc_info + 0x000000003f4184c8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_cbc_info + 0x000000003f4184d0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_256_ecb_info + 0x000000003f4184d8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_192_ecb_info + 0x000000003f4184e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_128_ecb_info + 0x000000003f4184e8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.aes_info + 0x000000003f4184f0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .rodata.ecp_x25519_bad_point_2 + 0x000000003f41851c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.ecp_x25519_bad_point_1 + 0x000000003f418524 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_2 + 0x000000003f41852c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.x25519_bad_point_1 + 0x000000003f41854c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.str1.4 + 0x000000003f41856c 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x000000003f418603 0x1 + .rodata.ecp_supported_curves + 0x000000003f418604 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .rodata.Rp$0 0x000000003f4186a0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.Rp$1 0x000000003f4186a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.Rp$2 0x000000003f4186b0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.curve25519_part_of_n + 0x000000003f4186b8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_n + 0x000000003f4186c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gy + 0x000000003f418708 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_gx + 0x000000003f418748 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_b + 0x000000003f418788 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_a + 0x000000003f4187c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP512r1_p + 0x000000003f418808 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_n + 0x000000003f418848 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gy + 0x000000003f418878 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_gx + 0x000000003f4188a8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_b + 0x000000003f4188d8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_a + 0x000000003f418908 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP384r1_p + 0x000000003f418938 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_n + 0x000000003f418968 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gy + 0x000000003f418988 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_gx + 0x000000003f4189a8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_b + 0x000000003f4189c8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_a + 0x000000003f4189e8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.brainpoolP256r1_p + 0x000000003f418a08 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_n + 0x000000003f418a28 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gy + 0x000000003f418a48 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_gx + 0x000000003f418a68 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_b + 0x000000003f418a88 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_a + 0x000000003f418a8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256k1_p + 0x000000003f418a90 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_n + 0x000000003f418ab0 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gy + 0x000000003f418ad0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_gx + 0x000000003f418aec 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_b + 0x000000003f418b08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_a + 0x000000003f418b0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224k1_p + 0x000000003f418b10 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_n + 0x000000003f418b2c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gy + 0x000000003f418b44 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_gx + 0x000000003f418b5c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_b + 0x000000003f418b74 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_a + 0x000000003f418b78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192k1_p + 0x000000003f418b7c 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_n + 0x000000003f418b94 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gy + 0x000000003f418bd8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_gx + 0x000000003f418c1c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_b + 0x000000003f418c60 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp521r1_p + 0x000000003f418ca4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_n + 0x000000003f418ce8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gy + 0x000000003f418d18 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_gx + 0x000000003f418d48 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_b + 0x000000003f418d78 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp384r1_p + 0x000000003f418da8 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_n + 0x000000003f418dd8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gy + 0x000000003f418df8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_gx + 0x000000003f418e18 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_b + 0x000000003f418e38 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp256r1_p + 0x000000003f418e58 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_n + 0x000000003f418e78 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gy + 0x000000003f418e94 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_gx + 0x000000003f418eb0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_b + 0x000000003f418ecc 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp224r1_p + 0x000000003f418ee8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_n + 0x000000003f418f08 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gy + 0x000000003f418f20 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_gx + 0x000000003f418f38 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_b + 0x000000003f418f50 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.secp192r1_p + 0x000000003f418f68 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.mpi_one + 0x000000003f418f80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .rodata.mbedtls_sha512_info + 0x000000003f418f84 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_sha384_info + 0x000000003f418f8c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_sha256_info + 0x000000003f418f94 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_sha224_info + 0x000000003f418f9c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_sha1_info + 0x000000003f418fa4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.mbedtls_md5_info + 0x000000003f418fac 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .rodata.rsa_debug.str1.4 + 0x000000003f418fb4 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000003f418fc2 0x2 + .rodata.eckey_debug.str1.4 + 0x000000003f418fc4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.str1.4 + 0x000000003f418fcc 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .rodata.mbedtls_ecdsa_info + 0x000000003f418fec 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f418fec mbedtls_ecdsa_info + .rodata.mbedtls_eckeydh_info + 0x000000003f41901c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41901c mbedtls_eckeydh_info + .rodata.mbedtls_eckey_info + 0x000000003f41904c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41904c mbedtls_eckey_info + .rodata.mbedtls_rsa_info + 0x000000003f41907c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x000000003f41907c mbedtls_rsa_info + .rodata.pk_group_from_specified.str1.4 + 0x000000003f4190ac 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .rodata.mbedtls_pk_parse_key_pkcs8_encrypted_der.str1.4 + 0x000000003f4190b4 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f4190be 0x2 + .rodata.mbedtls_pk_parse_key.str1.4 + 0x000000003f4190c0 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f4191c2 0x2 + .rodata.mbedtls_pk_parse_public_key.str1.4 + 0x000000003f4191c4 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000003f41923b 0x1 + .rodata 0x000000003f41923c 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + *fill* 0x000000003f41925d 0x3 + .rodata.mbedtls_rsa_deduce_primes.str1.4 + 0x000000003f419260 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + *fill* 0x000000003f419297 0x1 + .rodata.esp_aes_crypt_cfb128.str1.4 + 0x000000003f419298 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + *fill* 0x000000003f4192f6 0x2 + .rodata.esp_aes_crypt_ctr.str1.4 + 0x000000003f4192f8 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + *fill* 0x000000003f419381 0x3 + .rodata.mpi_mult_mpi_failover_mod_mult.str1.4 + 0x000000003f419384 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x000000003f4193f3 0x1 + .rodata.__func__$0 + 0x000000003f4193f4 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x000000003f419413 0x1 + .rodata.mem_block_to_mpi.str1.4 + 0x000000003f419414 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f419465 0x3 + .rodata.__func__$0 + 0x000000003f419468 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000003f419479 0x3 + .rodata.sha1_padding + 0x000000003f41947c 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .rodata.sha256_padding + 0x000000003f4194bc 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.K 0x000000003f4194fc 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .rodata.sha512_padding + 0x000000003f4195fc 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000003f41967c 0x4 + .rodata.K 0x000000003f419680 0x280 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .rodata.esp_aes_gcm_starts.str1.4 + 0x000000003f419900 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x63 (size before relaxing) + .rodata.esp_aes_gcm_update_ad.str1.4 + 0x000000003f41993c 0x5e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x000000003f41999a 0x2 + .rodata.esp_aes_gcm_update.str1.4 + 0x000000003f41999c 0xbb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x000000003f419a57 0x1 + .rodata.last4 0x000000003f419a58 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .rodata 0x000000003f419a98 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_is2 + 0x000000003f419ac8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_is1 + 0x000000003f419bc8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_sb2 + 0x000000003f419cc8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.aria_sb1 + 0x000000003f419dc8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .rodata.str1.4 + 0x000000003f419ec8 0xcb9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0xd79 (size before relaxing) + *fill* 0x000000003f41ab81 0x3 + .rodata.oid_pkcs12_pbe_alg + 0x000000003f41ab84 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_hmac + 0x000000003f41abcc 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_md_alg + 0x000000003f41ac44 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_cipher_alg + 0x000000003f41acd0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_ecp_grp_algid + 0x000000003f41ad48 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata 0x000000003f41ad70 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000003f41ada5 0x3 + .rodata.oid_ecp_grp + 0x000000003f41ada8 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_pk_alg + 0x000000003f41ae98 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_sig_alg + 0x000000003f41aee8 0x150 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.oid_x509_ext + 0x000000003f41b038 0xb4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .rodata.mbedtls_pem_read_buffer.str1.4 + 0x000000003f41b0ec 0x6f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x000000003f41b15b 0x1 + .rodata.mbedtls_pkcs5_pbes2_ext.str1.4 + 0x000000003f41b15c 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + *fill* 0x000000003f41b166 0x2 + .rodata.sha_get_engine_state.str1.4 + 0x000000003f41b168 0x4c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_lock_engine_common.str1.4 + 0x000000003f41b1b4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.esp_sha_read_digest_state.str1.4 + 0x000000003f41b1c8 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .rodata.__func__$0 + 0x000000003f41b210 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41b21e 0x2 + .rodata.__func__$1 + 0x000000003f41b220 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41b23a 0x2 + .rodata.__func__$2 + 0x000000003f41b23c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41b251 0x3 + .rodata.__func__$3 + 0x000000003f41b254 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x000000003f41b26f 0x1 + .rodata 0x000000003f41b270 0xd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .rodata.x509_crt_verify_name.str1.4 + 0x000000003f41b27d 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41b27d 0x3 + .rodata.mbedtls_x509_crt_parse.str1.4 + 0x000000003f41b280 0x36 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000003f41b2b6 0x2 + .rodata.mbedtls_x509_crt_profile_suiteb + 0x000000003f41b2b8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f41b2b8 mbedtls_x509_crt_profile_suiteb + .rodata.mbedtls_x509_crt_profile_default + 0x000000003f41b2c8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000003f41b2c8 mbedtls_x509_crt_profile_default + .rodata.x509_get_other_name.str1.4 + 0x000000003f41b2d8 0x9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x000000003f41b2e1 0x3 + .rodata.mbedtls_x509_get_rsassa_pss_params.str1.4 + 0x000000003f41b2e4 0xa esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .rodata.str1.1 + 0x000000003f41b2ee 0x262 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata.str1.1 + 0x000000003f41b550 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata.wifi_mode_set + 0x000000003f41b570 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata.ieee80211_ethbroadcast + 0x000000003f41b584 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000003f41b584 ieee80211_ethbroadcast + .rodata.str1.1 + 0x000000003f41b58a 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata.str1.1 + 0x000000003f41b59d 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x92 (size before relaxing) + .rodata.str1.1 + 0x000000003f41b61b 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata.str1.1 + 0x000000003f41b63a 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata 0x000000003f41b649 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata.str1.1 + 0x000000003f41b659 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .rodata.str1.1 + 0x000000003f41b659 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + *fill* 0x000000003f41b705 0x3 + .rodata 0x000000003f41b708 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata.CSWTCH$55 + 0x000000003f41b724 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata.str1.1 + 0x000000003f41b748 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2b (size before relaxing) + *fill* 0x000000003f41b76b 0x1 + .rodata.wifi_hw_mode_switch + 0x000000003f41b76c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.CSWTCH$137 + 0x000000003f41b780 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__$12700 + 0x000000003f41b784 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata.str1.1 + 0x000000003f41b79a 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata.str1.1 + 0x000000003f41b7b3 0x2d6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + *fill* 0x000000003f41ba89 0x3 + .rodata.wifi_nvs_set + 0x000000003f41ba8c 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_compare_cfg_diff + 0x000000003f41baac 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_load + 0x000000003f41bacc 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata.str1.1 + 0x000000003f41baec 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata 0x000000003f41baff 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.info$13137 + 0x000000003f41bb0d 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.s_ac_param$13142 + 0x000000003f41bb16 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.param$13143 + 0x000000003f41bb32 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata.str1.1 + 0x000000003f41bb3b 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x2b (size before relaxing) + *fill* 0x000000003f41bb5d 0x3 + .rodata.ieee80211_11g_table + 0x000000003f41bb60 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_11b_table + 0x000000003f41bc34 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_is_40mhz_valid_bw + 0x000000003f41bd08 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata.str1.1 + 0x000000003f41bd24 0x3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .rodata.str1.1 + 0x000000003f41bd27 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata.CSWTCH$135 + 0x000000003f41bd38 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata 0x000000003f41bd43 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.str1.1 + 0x000000003f41bd47 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x59 (size before relaxing) + *fill* 0x000000003f41bd91 0x3 + .rodata.ieee80211_sta_new_state + 0x000000003f41bd94 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.state_desc$12042 + 0x000000003f41bdac 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata.str1.1 + 0x000000003f41bdd0 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + *fill* 0x000000003f41be1e 0x2 + .rodata.wifi_set_rx_policy + 0x000000003f41be20 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata.CSWTCH$163 + 0x000000003f41be58 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata.__FUNCTION__$10988 + 0x000000003f41be5e 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11009 + 0x000000003f41be74 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10936 + 0x000000003f41be8c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10942 + 0x000000003f41bea4 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10948 + 0x000000003f41bebe 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10954 + 0x000000003f41bedb 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10960 + 0x000000003f41bee9 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10968 + 0x000000003f41befe 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10976 + 0x000000003f41bf0f 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10982 + 0x000000003f41bf23 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$10997 + 0x000000003f41bf37 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11003 + 0x000000003f41bf46 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11015 + 0x000000003f41bf56 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11021 + 0x000000003f41bf71 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11027 + 0x000000003f41bf90 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11081 + 0x000000003f41bfaa 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11039 + 0x000000003f41bfc8 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$11033 + 0x000000003f41bfe6 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata.str1.1 + 0x000000003f41c000 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata.str1.1 + 0x000000003f41c009 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xb0 (size before relaxing) + *fill* 0x000000003f41c0ad 0x3 + .rodata.CSWTCH$126 + 0x000000003f41c0b0 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata.str1.1 + 0x000000003f41c0ec 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .rodata.str1.1 + 0x000000003f41c0ff 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .rodata 0x000000003f41c108 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata.str1.1 + 0x000000003f41c150 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + *fill* 0x000000003f41c157 0x1 + .rodata 0x000000003f41c158 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10799 + 0x000000003f41c170 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10773 + 0x000000003f41c17b 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10726 + 0x000000003f41c187 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10699 + 0x000000003f41c19a 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10680 + 0x000000003f41c1b0 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10669 + 0x000000003f41c1c6 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10650 + 0x000000003f41c1dc 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10618 + 0x000000003f41c1f5 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10598 + 0x000000003f41c20f 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10553 + 0x000000003f41c225 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10522 + 0x000000003f41c23a 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10486 + 0x000000003f41c257 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.__FUNCTION__$10453 + 0x000000003f41c278 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata.str1.1 + 0x000000003f41c28d 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata.str1.1 + 0x000000003f41c292 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x12 (size before relaxing) + *fill* 0x000000003f41c297 0x1 + .rodata 0x000000003f41c298 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata.CSWTCH$294 + 0x000000003f41c304 0x4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata.our_controls + 0x000000003f41c308 0x158 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .rodata.rcUpdateAMPDUParam + 0x000000003f41c460 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.rcUpdatePhyMode + 0x000000003f41c4a0 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.str1.1 + 0x000000003f41c4bc 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000003f41c4c2 0x2 + .rodata.rssi_margin + 0x000000003f41c4c4 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x000000003f41c544 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.TRC_AMPDU_PER_UP_THRESHOLD + 0x000000003f41c578 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$94 + 0x000000003f41c5ac 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$86 + 0x000000003f41c5cc 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.CSWTCH$84 + 0x000000003f41c5f7 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$12182 + 0x000000003f41c622 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$12094 + 0x000000003f41c634 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.__FUNCTION__$12081 + 0x000000003f41c63e 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata.str1.1 + 0x000000003f41c64e 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$11051 + 0x000000003f41c655 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$11004 + 0x000000003f41c669 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$10860 + 0x000000003f41c67d 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata.__FUNCTION__$10848 + 0x000000003f41c695 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata 0x000000003f41c6ab 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + *fill* 0x000000003f41c6b1 0x3 + .rodata.prvReturnItemByteBuf.str1.4 + 0x000000003f41c6b4 0x7f esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c733 0x1 + .rodata.prvCheckItemFitsByteBuffer.str1.4 + 0x000000003f41c734 0x66 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c79a 0x2 + .rodata.prvAcquireItemNoSplit.str1.4 + 0x000000003f41c79c 0x64 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.prvReceiveGeneric.str1.4 + 0x000000003f41c800 0x35 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c835 0x3 + .rodata.xRingbufferSendAcquire.str1.4 + 0x000000003f41c838 0x81 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c8b9 0x3 + .rodata.xRingbufferSendComplete.str1.4 + 0x000000003f41c8bc 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c8d2 0x2 + .rodata.xRingbufferSend.str1.4 + 0x000000003f41c8d4 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.xRingbufferReceive.str1.4 + 0x000000003f41c8fc 0x1b esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c917 0x1 + .rodata.__func__$9 + 0x000000003f41c918 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c92e 0x2 + .rodata.__func__$16 + 0x000000003f41c930 0x12 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c942 0x2 + .rodata.__func__$17 + 0x000000003f41c944 0x13 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c957 0x1 + .rodata.__func__$19 + 0x000000003f41c958 0x10 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .rodata.__func__$26 + 0x000000003f41c968 0x16 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + *fill* 0x000000003f41c97e 0x2 + .rodata.g_spi_lock_main_flash_dev + 0x000000003f41c980 0x4 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x000000003f41c980 g_spi_lock_main_flash_dev + .rodata.clk_hal_lp_slow_get_freq_hz.str1.4 + 0x000000003f41c984 0x29 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x31 (size before relaxing) + *fill* 0x000000003f41c9ad 0x3 + .rodata.clk_hal_cpu_get_freq_hz.str1.4 + 0x000000003f41c9b0 0x33 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x000000003f41c9e3 0x1 + .rodata.__func__$0 + 0x000000003f41c9e4 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .rodata.__func__$1 + 0x000000003f41ca00 0x1e esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + *fill* 0x000000003f41ca1e 0x2 + .rodata.ets_timer_setfn.str1.4 + 0x000000003f41ca20 0x89 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f41caa9 0x3 + .rodata.str1.4 + 0x000000003f41caac 0xb9 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f41cb65 0x3 + .rodata.__func__$2 + 0x000000003f41cb68 0xe esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f41cb76 0x2 + .rodata.__func__$1 + 0x000000003f41cb78 0x11 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + *fill* 0x000000003f41cb89 0x3 + .rodata.__func__$0 + 0x000000003f41cb8c 0x10 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .rodata.lib_printf.str1.4 + 0x000000003f41cb9c 0x1b esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + *fill* 0x000000003f41cbb7 0x1 + .rodata.phy_printf.str1.4 + 0x000000003f41cbb8 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .rodata.net80211_printf.str1.4 + 0x000000003f41cbbc 0x9 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + *fill* 0x000000003f41cbc5 0x3 + .rodata.load_cal_data_from_nvs_handle.str1.4 + 0x000000003f41cbc8 0x13d esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41cd05 0x3 + .rodata.store_cal_data_to_nvs_handle.str1.4 + 0x000000003f41cd08 0x10f esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41ce17 0x1 + .rodata.esp_phy_load_cal_data_from_nvs.str1.4 + 0x000000003f41ce18 0x67 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x6b (size before relaxing) + *fill* 0x000000003f41ce7f 0x1 + .rodata.esp_phy_load_cal_and_init.str1.4 + 0x000000003f41ce80 0x1b4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.__func__$8 + 0x000000003f41d034 0x1a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41d04e 0x2 + .rodata.__func__$6 + 0x000000003f41d050 0x1d esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41d06d 0x3 + .rodata.__func__$4 + 0x000000003f41d070 0x1e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41d08e 0x2 + .rodata.__func__$3 + 0x000000003f41d090 0x1f esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000003f41d0af 0x1 + .rodata.phy_init_data + 0x000000003f41d0b0 0x80 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .rodata.create_addrinfo.str1.4 + 0x000000003f41d130 0x73 esp-idf/lwip/liblwip.a(netdb.c.obj) + *fill* 0x000000003f41d1a3 0x1 + .rodata.__func__$0 + 0x000000003f41d1a4 0x10 esp-idf/lwip/liblwip.a(netdb.c.obj) + .rodata.kill_oldest_dhcps_pool.str1.4 + 0x000000003f41d1b4 0x57 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003f41d20b 0x1 + .rodata.dhcps_start.str1.4 + 0x000000003f41d20c 0x70 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.__func__$0 + 0x000000003f41d27c 0x17 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000003f41d293 0x1 + .rodata.magic_cookie + 0x000000003f41d294 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .rodata.esp_netif_action_connected.str1.4 + 0x000000003f41d298 0xba esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41d352 0x2 + .rodata.esp_netif_action_got_ip.str1.4 + 0x000000003f41d354 0x4f esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41d3a3 0x1 + .rodata.__FUNCTION__$0 + 0x000000003f41d3a4 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + *fill* 0x000000003f41d3bf 0x1 + .rodata.str1.4 + 0x000000003f41d3c0 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x30 (size before relaxing) + .rodata._g_esp_netif_inherent_ap_config + 0x000000003f41d3e0 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41d3e0 _g_esp_netif_inherent_ap_config + .rodata._g_esp_netif_soft_ap_ip + 0x000000003f41d408 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41d408 _g_esp_netif_soft_ap_ip + .rodata._g_esp_netif_inherent_sta_config + 0x000000003f41d414 0x28 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x000000003f41d414 _g_esp_netif_inherent_sta_config + .rodata.s_wifi_netif_config_sta + 0x000000003f41d43c 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.s_wifi_netif_config_ap + 0x000000003f41d444 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .rodata.wlanif_init.str1.4 + 0x000000003f41d44c 0x2e esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000003f41d47a 0x2 + .rodata.__func__$0 + 0x000000003f41d47c 0xc esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .rodata 0x000000003f41d488 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + *fill* 0x000000003f41d4a9 0x3 + .rodata.wpa3_hostap_auth_init.str1.4 + 0x000000003f41d4ac 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + *fill* 0x000000003f41d4c1 0x3 + .rodata.wpa_group_init_gmk_and_counter.str1.4 + 0x000000003f41d4c4 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41d4d1 0x3 + .rodata.wpa_gtk_update.str1.4 + 0x000000003f41d4d4 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41d4fb 0x1 + .rodata.wpa_group_config_group_keys.str1.4 + 0x000000003f41d4fc 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41d503 0x1 + .rodata.wpa_derive_ptk.str1.4 + 0x000000003f41d504 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41d51b 0x1 + .rodata 0x000000003f41d51c 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000003f41d522 0x2 + .rodata.sae_check_big_sync.str1.4 + 0x000000003f41d524 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .rodata.sae_accept_sta.str1.4 + 0x000000003f41d53c 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000003f41d54b 0x1 + .rodata.sae_sm_step.str1.4 + 0x000000003f41d54c 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000003f41d565 0x3 + .rodata.handle_auth_sae.str1.4 + 0x000000003f41d568 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x70 (size before relaxing) + .rodata 0x000000003f41d5d4 0x6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000003f41d5da 0x2 + .rodata.sswu.str1.4 + 0x000000003f41d5dc 0x11c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata 0x000000003f41d6f8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_test_pwd_seed_ffc.str1.4 + 0x000000003f41d718 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pt_ecc.str1.4 + 0x000000003f41d730 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000003f41d766 0x2 + .rodata.sae_derive_pt_ffc.str1.4 + 0x000000003f41d768 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_keys.str1.4 + 0x000000003f41d784 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pwe_from_pt_ecc.str1.4 + 0x000000003f41d7a0 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.sae_derive_pwe_from_pt_ffc.str1.4 + 0x000000003f41d7bc 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .rodata.dragonfly_get_rand_1_to_p_1.str1.4 + 0x000000003f41d7c5 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x2 (size before relaxing) + *fill* 0x000000003f41d7c5 0x3 + .rodata.rsn_pmkid.str1.4 + 0x000000003f41d7c8 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x000000003f41d7d1 0x3 + .rodata 0x000000003f41d7d4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .rodata.hmac_sha256_kdf.str1.4 + 0x000000003f41d7e0 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .rodata.dh_groups + 0x000000003f41d7e0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_order + 0x000000003f41d800 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_prime + 0x000000003f41d8c0 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.dh_group5_generator + 0x000000003f41d980 0x1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .rodata.wpa_derive_ptk.str1.4 + 0x000000003f41d981 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x000000003f41d981 0x3 + .rodata.owe_process_assoc_resp.str1.4 + 0x000000003f41d984 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x000000003f41d997 0x1 + .rodata.wpa_gen_wpa_ie_rsn.str1.4 + 0x000000003f41d998 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41d9f6 0x2 + .rodata.__func__$1 + 0x000000003f41d9f8 0x13 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000003f41da0b 0x1 + .rodata.add_char.str1.4 + 0x000000003f41da0c 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + *fill* 0x000000003f41da2d 0x3 + .rodata.d_perm_table + 0x000000003f41da30 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .rodata.d_mult_table + 0x000000003f41da50 0x400 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .rodata.zero 0x000000003f41de50 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .rodata.esp_crypto_sha1_mbedtls.str1.4 + 0x000000003f41de60 0x54 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .rodata.str1.1 + 0x000000003f41deb4 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0xd (size before relaxing) + *fill* 0x000000003f41deb9 0x3 + .rodata.s_sleep_hook_register.str1.4 + 0x000000003f41debc 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + *fill* 0x000000003f41df12 0x2 + .rodata 0x000000003f41df14 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x000000003f41df14 Xthal_intlevel + .rodata._ZSt7nothrow + 0x000000003f41df34 0x1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x000000003f41df34 std::nothrow + .rodata._ZTSSt9exception + 0x000000003f41df35 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x000000003f41df35 typeinfo name for std::exception + *fill* 0x000000003f41df42 0x2 + .rodata._ZTISt9exception + 0x000000003f41df44 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x000000003f41df44 typeinfo for std::exception + .rodata._ZTSSt9bad_alloc + 0x000000003f41df4c 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x000000003f41df4c typeinfo name for std::bad_alloc + *fill* 0x000000003f41df59 0x3 + .rodata._ZTISt9bad_alloc + 0x000000003f41df5c 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x000000003f41df5c typeinfo for std::bad_alloc + .rodata._ZTVN10__cxxabiv120__si_class_type_infoE + 0x000000003f41df68 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000003f41df68 vtable for __cxxabiv1::__si_class_type_info + .rodata._ZNKSt9bad_alloc4whatEv.str1.1 + 0x000000003f41df94 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + *fill* 0x000000003f41dfa3 0x1 + .rodata._ZTVSt9bad_alloc + 0x000000003f41dfa4 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x000000003f41dfa4 vtable for std::bad_alloc + .rodata._ZTVN10__cxxabiv117__class_type_infoE + 0x000000003f41dfb8 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000003f41dfb8 vtable for __cxxabiv1::__class_type_info + .rodata._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv.str1.1 + 0x000000003f41dfe4 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .rodata._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv.str1.1 + 0x000000003f41e008 0x26 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .rodata._ZTSN9__gnu_cxx24__concurrence_lock_errorE + 0x000000003f41e02e 0x27 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e02e typeinfo name for __gnu_cxx::__concurrence_lock_error + *fill* 0x000000003f41e055 0x3 + .rodata._ZTIN9__gnu_cxx24__concurrence_lock_errorE + 0x000000003f41e058 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e058 typeinfo for __gnu_cxx::__concurrence_lock_error + .rodata._ZTSN9__gnu_cxx26__concurrence_unlock_errorE + 0x000000003f41e064 0x29 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e064 typeinfo name for __gnu_cxx::__concurrence_unlock_error + *fill* 0x000000003f41e08d 0x3 + .rodata._ZTIN9__gnu_cxx26__concurrence_unlock_errorE + 0x000000003f41e090 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e090 typeinfo for __gnu_cxx::__concurrence_unlock_error + .rodata._ZTVN9__gnu_cxx24__concurrence_lock_errorE + 0x000000003f41e09c 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e09c vtable for __gnu_cxx::__concurrence_lock_error + .rodata._ZTVN9__gnu_cxx26__concurrence_unlock_errorE + 0x000000003f41e0b0 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f41e0b0 vtable for __gnu_cxx::__concurrence_unlock_error + .rodata.str1.1 + 0x000000003f41e0c4 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .rodata.str1.1 + 0x000000003f41e0c4 0x696 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + 0x697 (size before relaxing) + *fill* 0x000000003f41e75a 0x2 + .rodata 0x000000003f41e75c 0x23c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .rodata.str1.1 + 0x000000003f41e998 0x696 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0xd (size before relaxing) + .rodata 0x000000003f41e998 0x68 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .rodata 0x000000003f41ea00 0x23c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .rodata.str1.1 + 0x000000003f41ec3c 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0x34 (size before relaxing) + .rodata.str1.1 + 0x000000003f41ec6e 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x6 (size before relaxing) + *fill* 0x000000003f41ec73 0x1 + .rodata 0x000000003f41ec74 0x1f2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + *fill* 0x000000003f41ee66 0x2 + .rodata 0x000000003f41ee68 0x23c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .rodata.str1.1 + 0x000000003f41f0a4 0x34 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .rodata.str1.1 + 0x000000003f41f0a4 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + 0xa5 (size before relaxing) + .rodata.str1.1 + 0x000000003f41f147 0x76 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + 0x87 (size before relaxing) + .rodata.str1.1 + 0x000000003f41f1bd 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + 0x3 (size before relaxing) + *fill* 0x000000003f41f1bf 0x1 + .rodata 0x000000003f41f1c0 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + 0x000000003f41f1c0 _C_numeric_locale + .rodata.str1.1 + 0x000000003f41f1ce 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0xb (size before relaxing) + *fill* 0x000000003f41f1d6 0x2 + .rodata 0x000000003f41f1d8 0x16c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x000000003f41f1d8 __default_global_locale + .rodata.str1.1 + 0x000000003f41f344 0x1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .rodata.str1.1 + 0x000000003f41f344 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x97 (size before relaxing) + *fill* 0x000000003f41f3b3 0x5 + .rodata 0x000000003f41f3b8 0x128 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x000000003f41f3c8 __mprec_tinytens + 0x000000003f41f3f0 __mprec_bigtens + 0x000000003f41f418 __mprec_tens + .rodata 0x000000003f41f4e0 0x414 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + 0x000000003f41f71c __action_table + 0x000000003f41f788 __state_table + 0x000000003f41f7f4 __chclass + .rodata.str1.1 + 0x000000003f41f8f4 0x22 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .rodata 0x000000003f41f8f4 0x13e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + *fill* 0x000000003f41fa32 0x2 + .rodata 0x000000003f41fa34 0x23c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .rodata.str1.1 + 0x000000003f41fc70 0x22 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + *(.rodata_wlog_error .rodata_wlog_error.*) + .rodata_wlog_error.53 + 0x000000003f41fc70 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.50 + 0x000000003f41fc93 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.49 + 0x000000003f41fcb2 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.21 + 0x000000003f41fcd6 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.18 + 0x000000003f41fcf7 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.16 + 0x000000003f41fd18 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.11 + 0x000000003f41fd32 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.8 + 0x000000003f41fd56 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_error.9 + 0x000000003f41fd71 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_error.12 + 0x000000003f41fd8d 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.11 + 0x000000003f41fdbb 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.10 + 0x000000003f41fde2 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.9 + 0x000000003f41fdf6 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.8 + 0x000000003f41fe03 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.7 + 0x000000003f41fe31 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.6 + 0x000000003f41fe58 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.5 + 0x000000003f41fe6c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.4 + 0x000000003f41fe79 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.3 + 0x000000003f41fea0 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.2 + 0x000000003f41fea7 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .rodata_wlog_error.56 + 0x000000003f41feae 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.51 + 0x000000003f41fec6 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.38 + 0x000000003f41fecd 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.36 + 0x000000003f41fed4 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.35 + 0x000000003f41fef1 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.31 + 0x000000003f41ff0e 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.29 + 0x000000003f41ff15 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.27 + 0x000000003f41ff1c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.22 + 0x000000003f41ff23 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.21 + 0x000000003f41ff35 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.19 + 0x000000003f41ff41 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.18 + 0x000000003f41ff4e 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.17 + 0x000000003f41ff59 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.16 + 0x000000003f41ff66 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.13 + 0x000000003f41ff72 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.11 + 0x000000003f41ff79 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.10 + 0x000000003f41ff80 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.9 + 0x000000003f41ff87 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_error.67 + 0x000000003f41ff8e 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.65 + 0x000000003f41ff95 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.63 + 0x000000003f41ff9c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.62 + 0x000000003f41ffa3 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.61 + 0x000000003f41ffaa 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.60 + 0x000000003f41ffb1 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.59 + 0x000000003f41ffb8 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.58 + 0x000000003f41ffbf 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.57 + 0x000000003f41ffc6 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.55 + 0x000000003f41ffcd 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.54 + 0x000000003f41ffd4 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.51 + 0x000000003f41ffdb 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.46 + 0x000000003f41ffe2 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.44 + 0x000000003f41ffe9 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.43 + 0x000000003f41fff0 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.42 + 0x000000003f41fff7 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.41 + 0x000000003f41fffe 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.38 + 0x000000003f420005 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.36 + 0x000000003f42000c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.35 + 0x000000003f420013 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.34 + 0x000000003f420029 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.32 + 0x000000003f420030 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.30 + 0x000000003f420037 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.28 + 0x000000003f42003e 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.26 + 0x000000003f420045 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.25 + 0x000000003f42005c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.24 + 0x000000003f420070 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.22 + 0x000000003f420077 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.17 + 0x000000003f42007e 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.16 + 0x000000003f4200c6 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.15 + 0x000000003f4200f1 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.14 + 0x000000003f420119 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.13 + 0x000000003f42013d 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.12 + 0x000000003f42015f 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.11 + 0x000000003f420182 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.10 + 0x000000003f4201e6 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.9 + 0x000000003f420209 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.8 + 0x000000003f42022d 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.6 + 0x000000003f42024a 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.5 + 0x000000003f420251 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.3 + 0x000000003f420258 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_error.8 + 0x000000003f42025f 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.7 + 0x000000003f420266 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.3 + 0x000000003f420286 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_error.131 + 0x000000003f42028d 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.117 + 0x000000003f4202a8 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.116 + 0x000000003f4202bf 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.115 + 0x000000003f4202e9 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.110 + 0x000000003f420307 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.109 + 0x000000003f42031f 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.101 + 0x000000003f420326 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.71 + 0x000000003f420336 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.64 + 0x000000003f420357 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.63 + 0x000000003f420384 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.62 + 0x000000003f420397 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.61 + 0x000000003f4203ad 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.60 + 0x000000003f4203dc 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.59 + 0x000000003f4203f1 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.58 + 0x000000003f42041a 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.57 + 0x000000003f420442 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.56 + 0x000000003f42046b 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.55 + 0x000000003f420493 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.54 + 0x000000003f4204db 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.53 + 0x000000003f420521 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.51 + 0x000000003f420545 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.50 + 0x000000003f42054c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.48 + 0x000000003f420553 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.47 + 0x000000003f42055a 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.46 + 0x000000003f420561 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.44 + 0x000000003f420568 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.37 + 0x000000003f42056f 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.34 + 0x000000003f4205ba 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.33 + 0x000000003f4205e5 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.26 + 0x000000003f420623 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.21 + 0x000000003f420643 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.14 + 0x000000003f42066c 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.13 + 0x000000003f4206a0 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_error.19 + 0x000000003f4206d4 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .rodata_wlog_error.13 + 0x000000003f4206fb 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.9 + 0x000000003f420730 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_error.16 + 0x000000003f420737 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.5 + 0x000000003f420750 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.3 + 0x000000003f420771 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.2 + 0x000000003f42078b 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_error.58 + 0x000000003f4207a9 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.56 + 0x000000003f4207b0 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.43 + 0x000000003f4207b7 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.40 + 0x000000003f4207be 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.39 + 0x000000003f4207c5 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.38 + 0x000000003f4207cc 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.36 + 0x000000003f4207d3 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.32 + 0x000000003f4207da 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.30 + 0x000000003f4207e1 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.29 + 0x000000003f4207e8 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.27 + 0x000000003f4207ef 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.26 + 0x000000003f4207f6 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.24 + 0x000000003f4207fd 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.23 + 0x000000003f420804 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.21 + 0x000000003f420844 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.17 + 0x000000003f42084b 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.15 + 0x000000003f420852 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.14 + 0x000000003f420859 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.13 + 0x000000003f420860 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_error.4 + 0x000000003f420867 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.3 + 0x000000003f42086e 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.2 + 0x000000003f420889 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .rodata_wlog_error.85 + 0x000000003f420890 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.63 + 0x000000003f420897 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.62 + 0x000000003f4208ad 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.51 + 0x000000003f4208c3 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.50 + 0x000000003f4208d9 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.48 + 0x000000003f42090b 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.42 + 0x000000003f42092b 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.10 + 0x000000003f420932 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_error.94 + 0x000000003f420939 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.92 + 0x000000003f420960 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.91 + 0x000000003f420973 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.89 + 0x000000003f4209d5 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.88 + 0x000000003f420a07 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.87 + 0x000000003f420a61 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.66 + 0x000000003f420a68 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.57 + 0x000000003f420a76 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.51 + 0x000000003f420a97 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_error.11 + 0x000000003f420a9e 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_error.10 + 0x000000003f420aa5 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_error.4 + 0x000000003f420aac 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_error.29 + 0x000000003f420ada 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.28 + 0x000000003f420af7 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.27 + 0x000000003f420b13 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.26 + 0x000000003f420b36 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_error.13 + 0x000000003f420b5c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.8 + 0x000000003f420b63 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.7 + 0x000000003f420b78 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_error.95 + 0x000000003f420b88 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.92 + 0x000000003f420b8f 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.91 + 0x000000003f420b96 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.89 + 0x000000003f420b9d 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.64 + 0x000000003f420ba4 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.57 + 0x000000003f420bbb 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.47 + 0x000000003f420bc2 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.12 + 0x000000003f420bfc 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_error.2 + 0x000000003f420c19 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .rodata_wlog_error.5 + 0x000000003f420c20 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.4 + 0x000000003f420c3d 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.3 + 0x000000003f420cae 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.2 + 0x000000003f420cfc 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .rodata_wlog_error.8 + 0x000000003f420d53 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.6 + 0x000000003f420d6e 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.4 + 0x000000003f420d8d 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_error.10 + 0x000000003f420db4 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_error.60 + 0x000000003f420dce 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.58 + 0x000000003f420dd8 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.57 + 0x000000003f420de2 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.56 + 0x000000003f420dec 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.52 + 0x000000003f420df6 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.51 + 0x000000003f420e00 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.49 + 0x000000003f420e0a 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.48 + 0x000000003f420e14 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.47 + 0x000000003f420e1e 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.46 + 0x000000003f420e28 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.45 + 0x000000003f420e32 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.44 + 0x000000003f420e3c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.43 + 0x000000003f420e46 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.41 + 0x000000003f420e50 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.40 + 0x000000003f420e5a 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.39 + 0x000000003f420e64 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.37 + 0x000000003f420e6e 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.31 + 0x000000003f420e78 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.30 + 0x000000003f420e82 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.29 + 0x000000003f420e8c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.27 + 0x000000003f420e96 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.26 + 0x000000003f420ea0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.25 + 0x000000003f420eaa 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.24 + 0x000000003f420eb4 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.23 + 0x000000003f420ebe 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.21 + 0x000000003f420ec8 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.16 + 0x000000003f420ed2 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_error.17 + 0x000000003f420edc 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .rodata_wlog_error.35 + 0x000000003f420ef9 0x6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_error.76 + 0x000000003f420eff 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.70 + 0x000000003f420f06 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.58 + 0x000000003f420f0d 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.57 + 0x000000003f420f35 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.56 + 0x000000003f420f5c 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.55 + 0x000000003f420f85 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.49 + 0x000000003f420fae 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.46 + 0x000000003f420fb5 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.43 + 0x000000003f420fbc 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.40 + 0x000000003f420fc3 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.31 + 0x000000003f420fca 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.18 + 0x000000003f420fe9 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.15 + 0x000000003f420ff0 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.11 + 0x000000003f420ff7 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.9 + 0x000000003f421007 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_error.28 + 0x000000003f42100e 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.26 + 0x000000003f42102e 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.22 + 0x000000003f421044 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.18 + 0x000000003f42105f 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.17 + 0x000000003f421069 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.16 + 0x000000003f42108e 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.15 + 0x000000003f421098 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.14 + 0x000000003f4210a5 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.12 + 0x000000003f4210af 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.5 + 0x000000003f4210b9 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.4 + 0x000000003f4210e5 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.3 + 0x000000003f421111 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_error.57 + 0x000000003f42113d 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.56 + 0x000000003f421147 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.55 + 0x000000003f421169 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.40 + 0x000000003f421173 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.36 + 0x000000003f42119f 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.33 + 0x000000003f4211ce 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.32 + 0x000000003f4211d8 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.30 + 0x000000003f4211e2 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_error.20 + 0x000000003f4211ec 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + *(.rodata_wlog_info .rodata_wlog_info.*) + .rodata_wlog_info.11 + 0x000000003f421206 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.10 + 0x000000003f421238 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.8 + 0x000000003f421260 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.7 + 0x000000003f42128b 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.6 + 0x000000003f4212df 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.5 + 0x000000003f42130d 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.4 + 0x000000003f421338 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_info.60 + 0x000000003f421344 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.58 + 0x000000003f421388 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.37 + 0x000000003f4213d5 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.34 + 0x000000003f421408 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.33 + 0x000000003f421446 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.30 + 0x000000003f42145e 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_info.50 + 0x000000003f421476 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.49 + 0x000000003f4214a2 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.47 + 0x000000003f4214dd 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_info.28 + 0x000000003f4214ff 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_info.69 + 0x000000003f421534 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.68 + 0x000000003f42154e 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.67 + 0x000000003f421563 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.66 + 0x000000003f421586 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.49 + 0x000000003f4215a0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_info.2 + 0x000000003f4215aa 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .rodata_wlog_info.74 + 0x000000003f4215cd 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.73 + 0x000000003f4215ea 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.53 + 0x000000003f4215ff 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.52 + 0x000000003f42163d 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.13 + 0x000000003f42166c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_info.102 + 0x000000003f421679 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.100 + 0x000000003f4216bc 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.96 + 0x000000003f4216fc 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.90 + 0x000000003f421707 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.73 + 0x000000003f421749 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.71 + 0x000000003f42177a 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.70 + 0x000000003f4217b6 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.69 + 0x000000003f4217f2 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.68 + 0x000000003f421843 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.37 + 0x000000003f421862 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.2 + 0x000000003f421882 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_info.23 + 0x000000003f421897 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.22 + 0x000000003f4218ba 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.21 + 0x000000003f4218dc 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.20 + 0x000000003f4218fe 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.19 + 0x000000003f421921 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.18 + 0x000000003f421944 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.17 + 0x000000003f421967 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.16 + 0x000000003f421989 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.15 + 0x000000003f4219ac 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.14 + 0x000000003f4219cf 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.13 + 0x000000003f4219f1 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.12 + 0x000000003f421a14 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.11 + 0x000000003f421a37 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.10 + 0x000000003f421a54 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.9 + 0x000000003f421a77 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.8 + 0x000000003f421a94 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.7 + 0x000000003f421ab7 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.6 + 0x000000003f421ada 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.5 + 0x000000003f421afd 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.4 + 0x000000003f421b20 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_info.109 + 0x000000003f421b43 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.108 + 0x000000003f421b63 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.105 + 0x000000003f421bb6 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.103 + 0x000000003f421bd4 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.98 + 0x000000003f421bf2 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.97 + 0x000000003f421c2e 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.94 + 0x000000003f421c3e 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.93 + 0x000000003f421c97 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.81 + 0x000000003f421cf4 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.80 + 0x000000003f421d26 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.56 + 0x000000003f421d46 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.54 + 0x000000003f421d75 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.49 + 0x000000003f421daa 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.42 + 0x000000003f421dbf 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.41 + 0x000000003f421dce 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.13 + 0x000000003f421dee 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_info.2 + 0x000000003f421e1e 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .rodata_wlog_info.17 + 0x000000003f421e3f 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.16 + 0x000000003f421e5c 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.15 + 0x000000003f421e7b 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.14 + 0x000000003f421e99 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.13 + 0x000000003f421ebe 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.12 + 0x000000003f421ee2 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.11 + 0x000000003f421f05 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_info.12 + 0x000000003f421f2f 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_info.61 + 0x000000003f421f3b 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.42 + 0x000000003f421f4c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.36 + 0x000000003f421f59 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_info.55 + 0x000000003f421f6c 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.54 + 0x000000003f421fc2 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.53 + 0x000000003f421ff0 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.49 + 0x000000003f422004 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.17 + 0x000000003f422043 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.16 + 0x000000003f422072 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.15 + 0x000000003f4220a0 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.14 + 0x000000003f4220e8 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.13 + 0x000000003f422122 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.12 + 0x000000003f422146 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.11 + 0x000000003f422174 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.10 + 0x000000003f4221bc 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.9 + 0x000000003f4221f6 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.7 + 0x000000003f42221f 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_info.3 + 0x000000003f422261 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .rodata_wlog_info.59 + 0x000000003f42229b 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.26 + 0x000000003f4222cc 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.22 + 0x000000003f4222de 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_info.53 + 0x000000003f4222ef 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.52 + 0x000000003f422304 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.51 + 0x000000003f42231c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.41 + 0x000000003f42232b 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.39 + 0x000000003f422346 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.38 + 0x000000003f422365 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.37 + 0x000000003f422383 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.22 + 0x000000003f4223a2 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.21 + 0x000000003f4223b5 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_info.4 + 0x000000003f4223c7 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .rodata_wlog_info.3 + 0x000000003f4223de 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .rodata_wlog_info.2 + 0x000000003f422409 0x53 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + .rodata_wlog_warning.20 + 0x000000003f42245c 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.19 + 0x000000003f42246c 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.13 + 0x000000003f42248d 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.12 + 0x000000003f4224ab 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.10 + 0x000000003f4224c7 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.9 + 0x000000003f4224e3 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.7 + 0x000000003f4224fd 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .rodata_wlog_warning.12 + 0x000000003f42251d 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .rodata_wlog_warning.59 + 0x000000003f422577 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.57 + 0x000000003f42259c 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.54 + 0x000000003f4225c1 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.53 + 0x000000003f4225fe 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.52 + 0x000000003f422619 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.47 + 0x000000003f422655 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.46 + 0x000000003f422676 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.45 + 0x000000003f422697 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.15 + 0x000000003f4226b5 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.14 + 0x000000003f422710 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.12 + 0x000000003f422733 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.8 + 0x000000003f42273a 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.7 + 0x000000003f42275a 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.6 + 0x000000003f42277e 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.4 + 0x000000003f422787 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.3 + 0x000000003f422790 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_warning.68 + 0x000000003f4227ba 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.66 + 0x000000003f4227e2 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.64 + 0x000000003f4227eb 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.56 + 0x000000003f4227f4 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.48 + 0x000000003f422806 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.40 + 0x000000003f42282f 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.39 + 0x000000003f422865 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.23 + 0x000000003f42287d 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.20 + 0x000000003f42288c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.19 + 0x000000003f4228b8 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.18 + 0x000000003f4228d1 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.7 + 0x000000003f4228de 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.4 + 0x000000003f4228ed 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_warning.44 + 0x000000003f422906 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.30 + 0x000000003f42292f 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.29 + 0x000000003f422981 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.27 + 0x000000003f4229b8 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.2 + 0x000000003f4229d9 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_warning.134 + 0x000000003f4229fc 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.133 + 0x000000003f422a1f 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.132 + 0x000000003f422a44 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.112 + 0x000000003f422a80 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.103 + 0x000000003f422a9a 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.102 + 0x000000003f422aa5 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.70 + 0x000000003f422ab0 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.65 + 0x000000003f422aca 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.40 + 0x000000003f422afa 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.39 + 0x000000003f422b4a 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.38 + 0x000000003f422b9e 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.36 + 0x000000003f422be4 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.35 + 0x000000003f422bfb 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.27 + 0x000000003f422c11 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.24 + 0x000000003f422c4a 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.23 + 0x000000003f422ccc 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.22 + 0x000000003f422d3f 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.17 + 0x000000003f422d94 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_warning.15 + 0x000000003f422dcd 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.14 + 0x000000003f422dec 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.13 + 0x000000003f422e1a 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.12 + 0x000000003f422e30 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.11 + 0x000000003f422e54 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.10 + 0x000000003f422e7b 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.9 + 0x000000003f422e96 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.8 + 0x000000003f422eb1 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.4 + 0x000000003f422ecc 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .rodata_wlog_warning.61 + 0x000000003f422ee6 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.60 + 0x000000003f422ef0 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.59 + 0x000000003f422f0a 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.57 + 0x000000003f422f1f 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.45 + 0x000000003f422f30 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.44 + 0x000000003f422f3b 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.41 + 0x000000003f422f4c 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.35 + 0x000000003f422f62 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.34 + 0x000000003f422f70 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.33 + 0x000000003f422f86 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.31 + 0x000000003f422f90 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.28 + 0x000000003f422fa4 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.25 + 0x000000003f422fb8 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.18 + 0x000000003f422fcc 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.9 + 0x000000003f422fd6 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.8 + 0x000000003f42301d 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_warning.2 + 0x000000003f42302a 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .rodata_wlog_warning.49 + 0x000000003f42303f 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.7 + 0x000000003f423053 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.6 + 0x000000003f423065 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.3 + 0x000000003f423082 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_warning.101 + 0x000000003f4230b0 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.99 + 0x000000003f4230d5 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.93 + 0x000000003f4230fa 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.67 + 0x000000003f423117 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_warning.25 + 0x000000003f423133 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_warning.24 + 0x000000003f423144 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .rodata_wlog_warning.107 + 0x000000003f42314d 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.69 + 0x000000003f423173 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_warning.2 + 0x000000003f423194 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .rodata_wlog_warning.3 + 0x000000003f4231d1 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .rodata_wlog_warning.10 + 0x000000003f4231ef 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .rodata_wlog_warning.62 + 0x000000003f423217 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_warning.50 + 0x000000003f423238 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .rodata_wlog_warning.37 + 0x000000003f42324b 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_warning.33 + 0x000000003f4232d9 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .rodata_wlog_warning.68 + 0x000000003f423329 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.54 + 0x000000003f423344 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.53 + 0x000000003f423365 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.32 + 0x000000003f423385 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.28 + 0x000000003f423392 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.16 + 0x000000003f4233ac 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.14 + 0x000000003f4233b6 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .rodata_wlog_warning.6 + 0x000000003f4233d5 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .rodata_wlog_warning.5 + 0x000000003f4233e6 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .rodata_wlog_warning.24 + 0x000000003f4233ef 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.23 + 0x000000003f4233f6 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.7 + 0x000000003f423404 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.6 + 0x000000003f423432 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .rodata_wlog_warning.35 + 0x000000003f423464 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.24 + 0x000000003f423477 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.17 + 0x000000003f42348c 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .rodata_wlog_warning.4 + 0x000000003f42349d 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .rodata_wlog_warning.3 + 0x000000003f4234a6 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .rodata_wlog_warning.2 + 0x000000003f4234af 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .rodata_wlog_warning.4 + 0x000000003f4234b8 0x9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .rodata_wlog_warning.3 + 0x000000003f4234c1 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .rodata_wlog_warning.3 + 0x000000003f4234f0 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .rodata_wlog_warning.2 + 0x000000003f42350f 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + 0x000000003f42351b __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table .gcc_except_table.*) + *fill* 0x000000003f42351b 0x1 + .gcc_except_table._ZnajRKSt9nothrow_t + 0x000000003f42351c 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .gcc_except_table.__cxa_get_globals_fast + 0x000000003f42352c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals + 0x000000003f423530 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .gcc_except_table._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x000000003f423534 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE + 0x000000003f423538 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .gcc_except_table._ZN12_GLOBAL__N_14pool4freeEPv$constprop$0 + 0x000000003f423548 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table._ZN12_GLOBAL__N_14pool8allocateEj$constprop$0 + 0x000000003f423550 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table.__cxa_allocate_exception + 0x000000003f423558 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table.__cxa_free_exception + 0x000000003f42355c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv + 0x000000003f423560 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .gcc_except_table._GLOBAL__sub_D__ZN9__gnu_cxx9__freeresEv + 0x000000003f423570 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + 0x000000003f423574 . = ((. + 0x3) & 0xfffffffffffffffc) + 0x000000003f423574 __eh_frame = ABSOLUTE (.) + *(.eh_frame) + .eh_frame 0x000000003f423574 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .eh_frame 0x000000003f423574 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .eh_frame 0x000000003f4235ac 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .eh_frame 0x000000003f4235d4 0x8c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .eh_frame 0x000000003f423660 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .eh_frame 0x000000003f4236d0 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .eh_frame 0x000000003f4236f8 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .eh_frame 0x000000003f423720 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .eh_frame 0x000000003f423778 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .eh_frame 0x000000003f4237b8 0x134 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .eh_frame 0x000000003f4238ec 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .eh_frame 0x000000003f423944 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .eh_frame 0x000000003f42396c 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .eh_frame 0x000000003f423994 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .eh_frame 0x000000003f4239bc 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .eh_frame 0x000000003f4239e4 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x000000003f4239ec . = ((. + 0x7) & 0xfffffffffffffffc) + *fill* 0x000000003f4239e8 0x4 + 0x000000003f4239ec __init_array_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*crtbegin.* *crtend.*) .ctors SORT_BY_NAME(.ctors.*)) + .ctors 0x000000003f4239ec 0x4 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .ctors 0x000000003f4239f0 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .ctors 0x000000003f4239f4 0x4 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .ctors 0x000000003f4239f8 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .ctors 0x000000003f4239fc 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000003f423a00 __init_array_end = ABSOLUTE (.) + *crtbegin.*(.dtors) + .dtors 0x000000003f423a00 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + *(EXCLUDE_FILE(*crtend.*) .dtors) + .dtors 0x000000003f423a04 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .dtors 0x000000003f423a08 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + .dtors 0x000000003f423a0c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x000000003f423a0c __DTOR_END__ + 0x000000003f423a10 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003f423a10 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003f423a10 soc_reserved_memory_region_start = ABSOLUTE (.) + *(.reserved_memory_address) + .reserved_memory_address + 0x000000003f423a10 0x48 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x000000003f423a58 soc_reserved_memory_region_end = ABSOLUTE (.) + 0x000000003f423a58 _esp_system_init_fn_array_start = ABSOLUTE (.) + *(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*)) + .esp_system_init_fn.100 + 0x000000003f423a58 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .esp_system_init_fn.200 + 0x000000003f423a60 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x000000003f423a68 _esp_system_init_fn_array_end = ABSOLUTE (.) + 0x000000003f423a68 _rodata_end = ABSOLUTE (.) + 0x000000003f423a68 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003f423a68 _lit4_end = ABSOLUTE (.) + 0x000000003f423a68 . = ALIGN (0x4) + 0x000000003f423a68 _thread_local_start = ABSOLUTE (.) + *(.tdata) + *(.tdata.*) + *(.tbss) + *(.tbss.*) + 0x000000003f423a68 _thread_local_end = ABSOLUTE (.) + 0x000000003f423a68 . = ALIGN (0x4) + 0x0000000000000010 _flash_rodata_align = ALIGNOF (.flash.rodata) + +.flash.rodata_noload + 0x000000003f423a68 0x2bb0 + 0x000000003f423a68 _rodata_reserved_end = ABSOLUTE (.) + 0x000000003f423a68 . = ALIGN (0x4) + *(.rodata_wlog_debug .rodata_wlog_debug.*) + .rodata_wlog_debug.49 + 0x000000003f423a68 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.48 + 0x000000003f423ab2 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.44 + 0x000000003f423b04 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.43 + 0x000000003f423b40 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.42 + 0x000000003f423b8e 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.41 + 0x000000003f423be9 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.40 + 0x000000003f423c07 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.39 + 0x000000003f423c2d 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.32 + 0x000000003f423c4d 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.26 + 0x000000003f423c7b 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.24 + 0x000000003f423cad 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.23 + 0x000000003f423cde 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.20 + 0x000000003f423cf4 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_debug.43 + 0x000000003f423d06 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.42 + 0x000000003f423d5c 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.41 + 0x000000003f423db4 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.40 + 0x000000003f423dda 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.39 + 0x000000003f423e05 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.38 + 0x000000003f423e11 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.37 + 0x000000003f423e30 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.36 + 0x000000003f423e53 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.35 + 0x000000003f423e82 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.34 + 0x000000003f423ec8 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.33 + 0x000000003f423f07 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.32 + 0x000000003f423f47 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.31 + 0x000000003f423f8e 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.26 + 0x000000003f423fc4 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.25 + 0x000000003f423fd6 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.24 + 0x000000003f423fe8 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.23 + 0x000000003f423ffa 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.22 + 0x000000003f42400c 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.21 + 0x000000003f42401e 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.20 + 0x000000003f424037 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.19 + 0x000000003f424049 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.18 + 0x000000003f42405a 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.17 + 0x000000003f42406a 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.16 + 0x000000003f42407c 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.15 + 0x000000003f424095 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.14 + 0x000000003f4240a7 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.13 + 0x000000003f4240b8 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.12 + 0x000000003f4240ca 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.11 + 0x000000003f4240db 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.10 + 0x000000003f4240f0 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.9 + 0x000000003f424102 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.6 + 0x000000003f424138 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.5 + 0x000000003f424143 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.4 + 0x000000003f42417e 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .rodata_wlog_debug.130 + 0x000000003f4241c7 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.129 + 0x000000003f4241f7 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.128 + 0x000000003f424232 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.127 + 0x000000003f424262 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.126 + 0x000000003f42429a 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.111 + 0x000000003f4242bb 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.75 + 0x000000003f4242e7 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.74 + 0x000000003f4242fd 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.73 + 0x000000003f424318 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.72 + 0x000000003f42432b 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.42 + 0x000000003f424353 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.41 + 0x000000003f42436c 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.31 + 0x000000003f424385 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.30 + 0x000000003f42439e 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.29 + 0x000000003f4243b6 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.28 + 0x000000003f4243d0 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.25 + 0x000000003f4243e8 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.12 + 0x000000003f4243f4 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.11 + 0x000000003f424404 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.10 + 0x000000003f424413 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.9 + 0x000000003f424423 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.8 + 0x000000003f424432 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.7 + 0x000000003f424440 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.6 + 0x000000003f42444e 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .rodata_wlog_debug.14 + 0x000000003f42445d 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.12 + 0x000000003f42449c 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .rodata_wlog_debug.42 + 0x000000003f4244d0 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_debug.22 + 0x000000003f424505 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_debug.16 + 0x000000003f424530 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_debug.7 + 0x000000003f424548 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.6 + 0x000000003f424569 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.5 + 0x000000003f42457d 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.4 + 0x000000003f424592 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.3 + 0x000000003f4245a6 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .rodata_wlog_debug.98 + 0x000000003f4245c9 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.97 + 0x000000003f4245e6 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.96 + 0x000000003f424601 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.95 + 0x000000003f424631 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.94 + 0x000000003f42465a 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.86 + 0x000000003f424687 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.84 + 0x000000003f4246aa 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.83 + 0x000000003f4246c8 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.82 + 0x000000003f4246e0 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.81 + 0x000000003f424716 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.80 + 0x000000003f424742 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.79 + 0x000000003f424768 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.78 + 0x000000003f424776 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.77 + 0x000000003f424785 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.76 + 0x000000003f424794 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.75 + 0x000000003f4247a3 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.70 + 0x000000003f4247cd 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.69 + 0x000000003f424808 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.68 + 0x000000003f424852 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.67 + 0x000000003f4248bf 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.66 + 0x000000003f424930 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.65 + 0x000000003f424968 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.64 + 0x000000003f4249d5 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.61 + 0x000000003f424a42 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.60 + 0x000000003f424a55 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.59 + 0x000000003f424a61 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.58 + 0x000000003f424a89 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.57 + 0x000000003f424ac9 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.56 + 0x000000003f424af5 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.55 + 0x000000003f424b21 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.54 + 0x000000003f424b57 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.47 + 0x000000003f424b67 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.41 + 0x000000003f424b90 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.40 + 0x000000003f424b9e 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.25 + 0x000000003f424bac 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.21 + 0x000000003f424bd6 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.20 + 0x000000003f424bef 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.19 + 0x000000003f424bfb 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.16 + 0x000000003f424c2d 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.15 + 0x000000003f424c55 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.14 + 0x000000003f424c79 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.8 + 0x000000003f424ca4 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.5 + 0x000000003f424cd9 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.4 + 0x000000003f424d2d 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_debug.98 + 0x000000003f424d46 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.97 + 0x000000003f424d5e 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.95 + 0x000000003f424d76 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.86 + 0x000000003f424d8f 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.85 + 0x000000003f424da6 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.84 + 0x000000003f424dd0 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.83 + 0x000000003f424de9 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.82 + 0x000000003f424e16 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.81 + 0x000000003f424e3b 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.80 + 0x000000003f424e54 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.79 + 0x000000003f424e79 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.78 + 0x000000003f424e8f 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.77 + 0x000000003f424eaf 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.76 + 0x000000003f424ee5 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.75 + 0x000000003f424f25 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.74 + 0x000000003f424f4b 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.72 + 0x000000003f424f62 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.65 + 0x000000003f424f95 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.64 + 0x000000003f424fb8 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.63 + 0x000000003f424ff6 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.62 + 0x000000003f425019 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.61 + 0x000000003f42503c 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.60 + 0x000000003f425073 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.59 + 0x000000003f425082 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.58 + 0x000000003f4250a5 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.46 + 0x000000003f4250c1 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.45 + 0x000000003f4250d7 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.43 + 0x000000003f4250f0 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.42 + 0x000000003f425108 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.41 + 0x000000003f425129 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.40 + 0x000000003f425165 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.39 + 0x000000003f42517d 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.38 + 0x000000003f425195 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.36 + 0x000000003f4251c4 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.35 + 0x000000003f4251da 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.34 + 0x000000003f4251f0 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.33 + 0x000000003f42520b 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.32 + 0x000000003f425223 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.31 + 0x000000003f42523b 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.30 + 0x000000003f425253 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.29 + 0x000000003f42526f 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.28 + 0x000000003f425285 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.27 + 0x000000003f425299 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.26 + 0x000000003f4252b4 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.25 + 0x000000003f4252db 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.24 + 0x000000003f4252fb 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.23 + 0x000000003f425324 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.22 + 0x000000003f42533e 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.21 + 0x000000003f425359 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.20 + 0x000000003f425371 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.19 + 0x000000003f425389 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.18 + 0x000000003f425393 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.17 + 0x000000003f4253a4 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.16 + 0x000000003f4253bc 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.15 + 0x000000003f4253e9 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.14 + 0x000000003f425401 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.13 + 0x000000003f425419 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.12 + 0x000000003f425431 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.11 + 0x000000003f425449 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.10 + 0x000000003f425461 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.9 + 0x000000003f425485 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.8 + 0x000000003f42549d 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.7 + 0x000000003f4254c9 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.6 + 0x000000003f4254e1 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.5 + 0x000000003f4254f9 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.4 + 0x000000003f425511 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.3 + 0x000000003f425526 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_debug.12 + 0x000000003f425545 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.9 + 0x000000003f425557 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.8 + 0x000000003f42557a 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.7 + 0x000000003f4255bc 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.6 + 0x000000003f4255df 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.5 + 0x000000003f425602 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .rodata_wlog_debug.112 + 0x000000003f42564e 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.111 + 0x000000003f425666 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.110 + 0x000000003f42567f 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.106 + 0x000000003f425698 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.104 + 0x000000003f4256be 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.102 + 0x000000003f4256f4 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.101 + 0x000000003f42571a 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.100 + 0x000000003f42573f 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.99 + 0x000000003f42575d 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.96 + 0x000000003f425782 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.87 + 0x000000003f425797 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.86 + 0x000000003f4257c3 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.85 + 0x000000003f4257ef 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.84 + 0x000000003f42581a 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.83 + 0x000000003f425832 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.82 + 0x000000003f42584a 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.79 + 0x000000003f425862 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.78 + 0x000000003f425889 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.76 + 0x000000003f4258a2 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.75 + 0x000000003f4258ba 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.74 + 0x000000003f4258c9 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.73 + 0x000000003f425906 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.72 + 0x000000003f425938 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.71 + 0x000000003f425946 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.70 + 0x000000003f425956 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.68 + 0x000000003f42596b 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.67 + 0x000000003f4259a8 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.66 + 0x000000003f4259ea 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.61 + 0x000000003f425a09 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.60 + 0x000000003f425a1f 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.59 + 0x000000003f425a4a 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.58 + 0x000000003f425a60 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.55 + 0x000000003f425a95 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.53 + 0x000000003f425aca 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.52 + 0x000000003f425ae3 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.51 + 0x000000003f425afb 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.50 + 0x000000003f425b31 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.48 + 0x000000003f425b4c 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.45 + 0x000000003f425b8a 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.44 + 0x000000003f425ba2 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.43 + 0x000000003f425bce 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.40 + 0x000000003f425be4 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.39 + 0x000000003f425bfc 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.38 + 0x000000003f425c19 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.37 + 0x000000003f425c2c 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.36 + 0x000000003f425c4d 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.35 + 0x000000003f425c6e 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.34 + 0x000000003f425c84 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.33 + 0x000000003f425c9b 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.32 + 0x000000003f425ca9 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.31 + 0x000000003f425cb3 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.30 + 0x000000003f425cc0 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.29 + 0x000000003f425cd1 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.28 + 0x000000003f425ce1 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.27 + 0x000000003f425cf9 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.26 + 0x000000003f425d1d 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.16 + 0x000000003f425d35 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.15 + 0x000000003f425d53 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.14 + 0x000000003f425d76 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.11 + 0x000000003f425d96 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.10 + 0x000000003f425dcc 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.9 + 0x000000003f425df6 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.8 + 0x000000003f425e15 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.7 + 0x000000003f425e3b 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.6 + 0x000000003f425e60 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.5 + 0x000000003f425e7e 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.4 + 0x000000003f425e94 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.3 + 0x000000003f425ea4 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_debug.9 + 0x000000003f425ebc 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.8 + 0x000000003f425ed5 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.7 + 0x000000003f425eee 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.6 + 0x000000003f425f07 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.5 + 0x000000003f425f20 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .rodata_wlog_debug.4 + 0x000000003f425f39 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + .rodata_wlog_verbose.25 + 0x000000003f425f52 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .rodata_wlog_verbose.53 + 0x000000003f425f91 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_verbose.52 + 0x000000003f425fb1 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .rodata_wlog_verbose.12 + 0x000000003f425fc0 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .rodata_wlog_verbose.93 + 0x000000003f425ffb 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.92 + 0x000000003f42600e 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.91 + 0x000000003f426021 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.90 + 0x000000003f426034 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.89 + 0x000000003f426047 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.88 + 0x000000003f42605f 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.87 + 0x000000003f426072 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.46 + 0x000000003f426090 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.45 + 0x000000003f42609d 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.43 + 0x000000003f4260ca 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.39 + 0x000000003f4260e7 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.38 + 0x000000003f42610c 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.37 + 0x000000003f426134 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.36 + 0x000000003f42615c 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.35 + 0x000000003f42618c 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.34 + 0x000000003f4261ae 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.33 + 0x000000003f4261cf 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.32 + 0x000000003f4261eb 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.31 + 0x000000003f426210 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.30 + 0x000000003f426230 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.29 + 0x000000003f42625c 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.28 + 0x000000003f42626c 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.27 + 0x000000003f426289 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.26 + 0x000000003f42629f 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.24 + 0x000000003f4262ad 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.23 + 0x000000003f4262c7 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.22 + 0x000000003f4262e1 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.18 + 0x000000003f426326 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.17 + 0x000000003f42633b 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.12 + 0x000000003f42634c 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.11 + 0x000000003f42635f 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.9 + 0x000000003f426379 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.2 + 0x000000003f4263b4 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .rodata_wlog_verbose.54 + 0x000000003f4263f3 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.53 + 0x000000003f426408 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.52 + 0x000000003f42642c 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.49 + 0x000000003f42646a 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.48 + 0x000000003f426481 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.47 + 0x000000003f426495 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .rodata_wlog_verbose.11 + 0x000000003f4264a3 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.10 + 0x000000003f4264b9 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.9 + 0x000000003f4264d0 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.6 + 0x000000003f4264e7 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.5 + 0x000000003f426514 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.4 + 0x000000003f426524 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.3 + 0x000000003f426534 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.2 + 0x000000003f42654b 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .rodata_wlog_verbose.77 + 0x000000003f42656b 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.65 + 0x000000003f426587 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.63 + 0x000000003f4265a8 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.62 + 0x000000003f4265ba 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .rodata_wlog_verbose.46 + 0x000000003f4265ed 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + +.flash.text 0x00000000400d0020 0xb142f + 0x00000000400d0020 _stext = . + 0x00000000400d0020 _instruction_reserved_start = ABSOLUTE (.) + 0x00000000400d0020 _text_start = ABSOLUTE (.) + *(EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libgcc.a:lib2funcs.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libdriver.a:gptimer.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libgcc.a:lib2funcs.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libdriver.a:gptimer.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .literal.* EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libgcc.a:lib2funcs.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libdriver.a:gptimer.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text EXCLUDE_FILE(*libxtensa.a:xtensa_intr_asm.* *libxtensa.a:eri.* *libspi_flash.a:spi_flash_wrap.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:flash_brownout_hook.* *libsoc.a:lldesc.* *libnewlib.a:stdatomic.* *libnewlib.a:heap.* *libnewlib.a:assert.* *libnewlib.a:abort.* *liblog.a:log_freertos.* *liblog.a:log.* *libheap.a:tlsf.* *libheap.a:multi_heap.* *libhal.a:wdt_hal_iram.* *libhal.a:timer_hal.* *libhal.a:spi_slave_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:ledc_hal_iram.* *libhal.a:i2c_hal_iram.* *libhal.a:cache_hal_esp32.* *libgcc.a:lib2funcs.* *libesp_wifi.a:wifi_netif.* *libesp_wifi.a:esp_adapter.* *libesp_system.a:ubsan.* *libesp_system.a:esp_system_chip.* *libesp_system.a:esp_err.* *libesp_rom.a:esp_rom_spiflash.* *libesp_mm.a:esp_cache.* *libesp_mm.a:cache_esp32.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:cpu.* *libesp_event.a:esp_event.* *libesp_event.a:default_event_loop.* *libdriver.a:gptimer.* *libapp_trace.a:port_uart.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:app_trace.* *libxt_hal.a *librtc.a *libgcov.a *libfreertos.a *libesp_ringbuf.a) .text.*) + .literal.esp_app_get_description + 0x00000000400d0020 0x4 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .literal.esp_init_app_elf_sha256 + 0x00000000400d0024 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x4 (size before relaxing) + .literal.esp_pthread_cfg_key_destructor + 0x00000000400d0024 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x4 (size before relaxing) + .literal.esp_pthread_init + 0x00000000400d0024 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x18 (size before relaxing) + .literal.pthread_mutex_init + 0x00000000400d0030 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x14 (size before relaxing) + .literal.pthread_mutex_init_if_static + 0x00000000400d0034 0x4 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x10 (size before relaxing) + .literal.pthread_mutex_destroy + 0x00000000400d0038 0xc esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x24 (size before relaxing) + .literal.find_key + 0x00000000400d0044 0x8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x10 (size before relaxing) + .literal.pthread_cleanup_thread_specific_data_callback + 0x00000000400d004c 0xc esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x1c (size before relaxing) + .literal.pthread_key_create + 0x00000000400d0058 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x14 (size before relaxing) + .literal.pthread_key_delete + 0x00000000400d0058 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x18 (size before relaxing) + .literal.pthread_getspecific + 0x00000000400d0058 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x8 (size before relaxing) + .literal.pthread_setspecific + 0x00000000400d005c 0x4 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x20 (size before relaxing) + .literal.restore_app_mmu_from_pro_mmu + 0x00000000400d0060 0x8 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.core_intr_matrix_clear + 0x00000000400d0068 0x4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.start_other_core + 0x00000000400d006c 0x3c esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x80 (size before relaxing) + .literal.startup_resume_other_cores + 0x00000000400d00a8 0x4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .literal.select_rtc_slow_clk + 0x00000000400d00ac 0x8 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x30 (size before relaxing) + .literal.esp_rtc_init + 0x00000000400d00b4 0x4 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x8 (size before relaxing) + .literal.esp_clk_init + 0x00000000400d00b8 0x1c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x78 (size before relaxing) + .literal.esp_perip_clk_init + 0x00000000400d00d4 0x34 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x64 (size before relaxing) + .literal.esp_cache_err_int_init + 0x00000000400d0108 0x8 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x1c (size before relaxing) + .literal.esp_cache_err_get_cpuid + 0x00000000400d0110 0xc esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x14 (size before relaxing) + .literal.esp_ipc_isr_init + 0x00000000400d011c 0x4 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x10 (size before relaxing) + .literal.esp_int_wdt_init + 0x00000000400d0120 0xc esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x28 (size before relaxing) + .literal.esp_int_wdt_cpu_init + 0x00000000400d012c 0x4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x14 (size before relaxing) + .literal.panic_print_char_uart + 0x00000000400d0130 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.disable_all_wdts + 0x00000000400d0134 0x8 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x20 (size before relaxing) + .literal.panic_print_char + 0x00000000400d013c 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4 (size before relaxing) + .literal.panic_print_str + 0x00000000400d013c 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4 (size before relaxing) + .literal.print_abort_details + 0x00000000400d013c 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_hex + 0x00000000400d0140 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x8 (size before relaxing) + .literal.panic_print_dec + 0x00000000400d0140 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + .literal.esp_panic_handler_reconfigure_wdts + 0x00000000400d0144 0x4 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x30 (size before relaxing) + .literal.esp_panic_handler + 0x00000000400d0148 0x3c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xd4 (size before relaxing) + .literal.esp_register_shutdown_handler + 0x00000000400d0184 0x4 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .literal.esp_unregister_shutdown_handler + 0x00000000400d0188 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x4 (size before relaxing) + .literal.esp_restart + 0x00000000400d0188 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0xc (size before relaxing) + .literal.do_global_ctors + 0x00000000400d0188 0x8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .literal.do_core_init + 0x00000000400d0190 0x2c esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x74 (size before relaxing) + .literal.do_system_init_fn + 0x00000000400d01bc 0x14 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x20 (size before relaxing) + .literal.do_secondary_init + 0x00000000400d01d0 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x10 (size before relaxing) + .literal.start_cpu0_default + 0x00000000400d01d0 0x3c esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xc8 (size before relaxing) + .literal.frame_to_panic_info + 0x00000000400d020c 0x8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x10 (size before relaxing) + .literal.panic_handler + 0x00000000400d0214 0x40 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x80 (size before relaxing) + .literal.print_state_for_core + 0x00000000400d0254 0x4 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x14 (size before relaxing) + .literal.print_state + 0x00000000400d0258 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + .literal.panic_restart + 0x00000000400d0258 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0xc (size before relaxing) + .literal.esp_brownout_init + 0x00000000400d0258 0x8 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x14 (size before relaxing) + .literal.print_debug_exception_details + 0x00000000400d0260 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x40 (size before relaxing) + .literal.print_illegal_instruction_details + 0x00000000400d0280 0x14 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x34 (size before relaxing) + .literal.panic_print_registers + 0x00000000400d0294 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x84 (size before relaxing) + .literal.panic_arch_fill_info + 0x00000000400d02c4 0x10 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .literal.panic_soc_fill_info + 0x00000000400d02d4 0xc esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x10 (size before relaxing) + .literal.panic_print_backtrace + 0x00000000400d02e0 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x4 (size before relaxing) + .literal.esp_vApplicationIdleHook + 0x00000000400d02e0 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x8 (size before relaxing) + .literal.esp_register_freertos_idle_hook_for_cpu + 0x00000000400d02e4 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.esp_register_freertos_tick_hook_for_cpu + 0x00000000400d02e8 0x4 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x14 (size before relaxing) + .literal.esp_deregister_freertos_idle_hook_for_cpu + 0x00000000400d02ec 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x10 (size before relaxing) + .literal.uart_hal_rxfifo_rst + 0x00000000400d02ec 0x28 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x2c (size before relaxing) + .literal.uart_hal_write_txfifo + 0x00000000400d0314 0x14 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x2c (size before relaxing) + .literal.brownout_hal_config + 0x00000000400d0328 0x18 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x1c (size before relaxing) + .literal.heap_caps_get_free_size + 0x00000000400d0340 0xc esp-idf/heap/libheap.a(heap_caps.c.obj) + .literal.heap_caps_get_info + 0x00000000400d034c 0x8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x10 (size before relaxing) + .literal.heap_caps_get_largest_free_block + 0x00000000400d0354 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x4 (size before relaxing) + .literal.register_heap + 0x00000000400d0354 0x14 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x18 (size before relaxing) + .literal.heap_caps_enable_nonos_stack_heaps + 0x00000000400d0368 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0xc (size before relaxing) + .literal.heap_caps_init + 0x00000000400d0368 0x38 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x8c (size before relaxing) + .literal.s_get_num_reserved_regions + 0x00000000400d03a0 0x8 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .literal.s_prepare_reserved_regions + 0x00000000400d03a8 0x20 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x40 (size before relaxing) + .literal.soc_get_available_memory_region_max_count + 0x00000000400d03c8 0x4 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x8 (size before relaxing) + .literal.soc_get_available_memory_regions + 0x00000000400d03cc 0x4 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x14 (size before relaxing) + .literal.calc_checksum + 0x00000000400d03d0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_clk_slowclk_cal_get + 0x00000000400d03d4 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .literal.esp_rtc_get_time_us + 0x00000000400d03d8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x34 (size before relaxing) + .literal.esp_clk_slowclk_cal_set + 0x00000000400d03e0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x8 (size before relaxing) + .literal.insert_vector_desc + 0x00000000400d03e0 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .literal.find_desc_for_int + 0x00000000400d03e4 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.get_desc_for_int + 0x00000000400d03e4 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.find_desc_for_source + 0x00000000400d03ec 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x14 (size before relaxing) + .literal.is_vect_desc_usable + 0x00000000400d03f8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x18 (size before relaxing) + .literal.get_available_int + 0x00000000400d0400 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x24 (size before relaxing) + .literal.esp_intr_enable_source + 0x00000000400d0404 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_disable_source + 0x00000000400d0404 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.esp_intr_alloc_intrstatus + 0x00000000400d0404 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x90 (size before relaxing) + .literal.esp_intr_alloc + 0x00000000400d0424 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.intr_free_for_current_cpu + 0x00000000400d0424 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x38 (size before relaxing) + .literal.esp_intr_free + 0x00000000400d0430 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x14 (size before relaxing) + .literal.intr_free_for_other_cpu + 0x00000000400d0434 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x4 (size before relaxing) + .literal.s_rtc_isr_noniram_hook + 0x00000000400d0434 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .literal.s_rtc_isr_noniram_hook_relieve + 0x00000000400d0438 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x4 (size before relaxing) + .literal.rtc_isr_ensure_installed + 0x00000000400d0438 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x28 (size before relaxing) + .literal.rtc_isr_register + 0x00000000400d0454 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x24 (size before relaxing) + .literal.rtcio_ll_force_hold_disable + 0x00000000400d045c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x20 (size before relaxing) + .literal.esp_deep_sleep_wakeup_io_reset + 0x00000000400d0470 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x14 (size before relaxing) + .literal.rtc_init + 0x00000000400d0480 0xb0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xf0 (size before relaxing) + .literal.esp_chip_info + 0x00000000400d0530 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + 0x8 (size before relaxing) + .literal.esp_cpu_intr_get_desc + 0x00000000400d0534 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x14 (size before relaxing) + .literal.esp_newlib_locks_init + 0x00000000400d0544 0x28 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x38 (size before relaxing) + .literal.raise_r_stub + 0x00000000400d056c 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x4 (size before relaxing) + .literal.esp_newlib_init + 0x00000000400d056c 0x14 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x24 (size before relaxing) + .literal.syscall_not_implemented_aborts + 0x00000000400d0580 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x4 (size before relaxing) + .literal.fcntl + 0x00000000400d0580 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x8 (size before relaxing) + .literal.adjust_boot_time + 0x00000000400d0580 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x18 (size before relaxing) + .literal.get_adjusted_boot_time + 0x00000000400d0588 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.adjtime_corr_stop + 0x00000000400d058c 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x14 (size before relaxing) + .literal.adjtime + 0x00000000400d058c 0x14 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x3c (size before relaxing) + .literal.settimeofday + 0x00000000400d05a0 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.usleep + 0x00000000400d05a0 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x10 (size before relaxing) + .literal.sleep + 0x00000000400d05a8 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x8 (size before relaxing) + .literal.clock_gettime + 0x00000000400d05a8 0x4 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x1c (size before relaxing) + .literal.esp_newlib_time_init + 0x00000000400d05ac 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4 (size before relaxing) + .literal.esp_time_impl_get_time_since_boot + 0x00000000400d05ac 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x8 (size before relaxing) + .literal.esp_time_impl_get_time + 0x00000000400d05b0 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x4 (size before relaxing) + .literal.esp_time_impl_set_boot_time + 0x00000000400d05b0 0xc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_time_impl_get_boot_time + 0x00000000400d05bc 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x14 (size before relaxing) + .literal.esp_set_time_from_rtc + 0x00000000400d05bc 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xc (size before relaxing) + .literal.esp_sync_timekeeping_timers + 0x00000000400d05bc 0x4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1c (size before relaxing) + .literal.esp_time_impl_init + 0x00000000400d05c0 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x4 (size before relaxing) + .literal.init_timer_task + 0x00000000400d05c0 0x18 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x30 (size before relaxing) + .literal.timer_process_alarm + 0x00000000400d05d8 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x34 (size before relaxing) + .literal.timer_task + 0x00000000400d05e0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.deinit_timer_task + 0x00000000400d05e0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_create + 0x00000000400d05e0 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xc (size before relaxing) + .literal.esp_timer_delete + 0x00000000400d05e0 0x4 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1c (size before relaxing) + .literal.esp_timer_early_init + 0x00000000400d05e4 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x8 (size before relaxing) + .literal.esp_timer_init + 0x00000000400d05e4 0x8 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x24 (size before relaxing) + .literal.__esp_system_init_fn_esp_timer_startup_init + 0x00000000400d05ec 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x4 (size before relaxing) + .literal.esp_timer_impl_init_system_time + 0x00000000400d05ec 0x14 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x28 (size before relaxing) + .literal.esp_timer_impl_early_init + 0x00000000400d0600 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x2c (size before relaxing) + .literal.esp_timer_impl_init + 0x00000000400d0628 0x2c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x5c (size before relaxing) + .literal.set_xpd_sar + 0x00000000400d0654 0xc esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .literal.set_global_fd_sets + 0x00000000400d0660 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.translate_path + 0x00000000400d0668 0x14 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_register_common + 0x00000000400d067c 0xc esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + .literal.esp_vfs_register + 0x00000000400d0688 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_register_fd_range + 0x00000000400d0688 0x8 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x24 (size before relaxing) + .literal.get_vfs_for_index + 0x00000000400d0690 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.get_vfs_for_fd + 0x00000000400d0690 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.call_end_selects + 0x00000000400d0690 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4 (size before relaxing) + .literal.get_vfs_for_path + 0x00000000400d0690 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_open + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + .literal.esp_vfs_write + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_lseek + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_read + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_close + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x14 (size before relaxing) + .literal.esp_vfs_fstat + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_fcntl_r + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_stat + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_link + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_unlink + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_rename + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10 (size before relaxing) + .literal.esp_vfs_opendir + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_readdir + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x8 (size before relaxing) + .literal.esp_vfs_closedir + 0x00000000400d0694 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_select + 0x00000000400d0694 0x4 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x94 (size before relaxing) + .literal.esp_vfs_select_triggered + 0x00000000400d0698 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_select_triggered_isr + 0x00000000400d0698 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xc (size before relaxing) + .literal.console_open + 0x00000000400d0698 0x10 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x14 (size before relaxing) + .literal.console_write + 0x00000000400d06a8 0x4 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_fstat + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.console_read + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_fcntl + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_fsync + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_access + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_end_select + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.console_tcsetattr + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcgetattr + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcdrain + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_tcflush + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.console_start_select + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x8 (size before relaxing) + .literal.console_close + 0x00000000400d06ac 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x14 (size before relaxing) + .literal.esp_vfs_dev_console_register + 0x00000000400d06ac 0x8 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_console_register + 0x00000000400d06b4 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x14 (size before relaxing) + .literal.uart_get_avail_data_len + 0x00000000400d06b4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.uart_read_char + 0x00000000400d06b8 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x4 (size before relaxing) + .literal.unregister_select + 0x00000000400d06b8 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_end_select + 0x00000000400d06c4 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.register_select + 0x00000000400d06c8 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_start_select + 0x00000000400d06c8 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x40 (size before relaxing) + .literal.select_notif_callback_isr + 0x00000000400d06cc 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_tcflush + 0x00000000400d06cc 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x10 (size before relaxing) + .literal.uart_tcdrain + 0x00000000400d06cc 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xc (size before relaxing) + .literal.uart_tcgetattr + 0x00000000400d06cc 0x4c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x8c (size before relaxing) + .literal.uart_tx_char + 0x00000000400d0718 0xc esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_rx_char + 0x00000000400d0724 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_fcntl + 0x00000000400d072c 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_fstat + 0x00000000400d073c 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x18 (size before relaxing) + .literal.uart_close + 0x00000000400d0744 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x10 (size before relaxing) + .literal.uart_return_char + 0x00000000400d0748 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_tcsetattr + 0x00000000400d0750 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x9c (size before relaxing) + .literal.uart_access + 0x00000000400d0750 0x10 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_open + 0x00000000400d0760 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x14 (size before relaxing) + .literal.uart_fsync + 0x00000000400d0764 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x20 (size before relaxing) + .literal.uart_read + 0x00000000400d076c 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x40 (size before relaxing) + .literal.uart_write + 0x00000000400d0774 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1c (size before relaxing) + .literal.esp_vfs_uart_get_vfs + 0x00000000400d0778 0x4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .literal.segundos_task + 0x00000000400d077c 0x4 esp-idf/main/libmain.a(main.c.obj) + 0x8 (size before relaxing) + .literal.led_task + 0x00000000400d0780 0x4 esp-idf/main/libmain.a(main.c.obj) + 0x10 (size before relaxing) + .literal.on_wifi_connected + 0x00000000400d0784 0x14 esp-idf/main/libmain.a(main.c.obj) + 0x44 (size before relaxing) + .literal.vApplicationStackOverflowHook + 0x00000000400d0798 0x4 esp-idf/main/libmain.a(main.c.obj) + 0x14 (size before relaxing) + .literal.app_main + 0x00000000400d079c 0x58 esp-idf/main/libmain.a(main.c.obj) + 0xcc (size before relaxing) + .literal.on_wifi_event + 0x00000000400d07f4 0x1c esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x44 (size before relaxing) + .literal.wifi_watchdog_cb + 0x00000000400d0810 0x4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x20 (size before relaxing) + .literal.wifi_start_app_task + 0x00000000400d0814 0x4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x8 (size before relaxing) + .literal.on_got_ip + 0x00000000400d0818 0x14 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x30 (size before relaxing) + .literal.wifi_load_creds + 0x00000000400d082c 0xc esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x24 (size before relaxing) + .literal.start_webserver + 0x00000000400d0838 0x24 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x4c (size before relaxing) + .literal.wifi_save_creds + 0x00000000400d085c 0x0 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x20 (size before relaxing) + .literal.handle_save + 0x00000000400d085c 0x1c esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x48 (size before relaxing) + .literal.handle_root + 0x00000000400d0878 0xc esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x1c (size before relaxing) + .literal.wifi_config_portal_init + 0x00000000400d0884 0x6c esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x124 (size before relaxing) + .literal.send_status + 0x00000000400d08f0 0x1c esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x34 (size before relaxing) + .literal.mqtt_heartbeat_task + 0x00000000400d090c 0x4 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0xc (size before relaxing) + .literal.mqtt_watchdog_cb + 0x00000000400d0910 0x4 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x18 (size before relaxing) + .literal.mqtt_event_handler + 0x00000000400d0914 0x24 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x8c (size before relaxing) + .literal.mqtt_handler_start + 0x00000000400d0938 0x74 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0xf8 (size before relaxing) + .literal.mqtt_comandos_handle + 0x00000000400d09ac 0x6c esp-idf/main/libmain.a(mqtt_comandos.c.obj) + 0x100 (size before relaxing) + .literal.eeprom_virtual_init + 0x00000000400d0a18 0x2c esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x60 (size before relaxing) + .literal.eeprom_virtual_write_bin + 0x00000000400d0a44 0x8 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x2c (size before relaxing) + .literal.eeprom_virtual_read_bin + 0x00000000400d0a4c 0x10 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x38 (size before relaxing) + .literal.start_dns_server + 0x00000000400d0a5c 0x18 esp-idf/main/libmain.a(dns_server.c.obj) + 0x40 (size before relaxing) + .literal.hsv2rgb + 0x00000000400d0a74 0x8 esp-idf/main/libmain.a(led_driver.c.obj) + 0xc (size before relaxing) + .literal.led_set + 0x00000000400d0a7c 0x4 esp-idf/main/libmain.a(led_driver.c.obj) + .literal.led_show + 0x00000000400d0a80 0x1c esp-idf/main/libmain.a(led_driver.c.obj) + 0x48 (size before relaxing) + .literal.led_init + 0x00000000400d0a9c 0x1c esp-idf/main/libmain.a(led_driver.c.obj) + 0x58 (size before relaxing) + .literal.led_idle_animation + 0x00000000400d0ab8 0x8 esp-idf/main/libmain.a(led_driver.c.obj) + 0x18 (size before relaxing) + .literal.rmt_del_led_strip_encoder + 0x00000000400d0ac0 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0xc (size before relaxing) + .literal.rmt_led_strip_encoder_reset + 0x00000000400d0ac0 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x8 (size before relaxing) + .literal.rmt_new_led_strip_encoder + 0x00000000400d0ac0 0x54 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0xcc (size before relaxing) + .literal.case_insensitive_strcmp + 0x00000000400d0b14 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.utf16_literal_to_utf8 + 0x00000000400d0b18 0x1c esp-idf/json/libjson.a(cJSON.c.obj) + 0x20 (size before relaxing) + .literal.parse_string + 0x00000000400d0b34 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.cJSON_New_Item + 0x00000000400d0b34 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.skip_utf8_bom + 0x00000000400d0b34 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + 0x8 (size before relaxing) + .literal.parse_number + 0x00000000400d0b38 0x28 esp-idf/json/libjson.a(cJSON.c.obj) + 0x30 (size before relaxing) + .literal.get_object_item + 0x00000000400d0b60 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x8 (size before relaxing) + .literal.cJSON_Delete + 0x00000000400d0b60 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + .literal.parse_object + 0x00000000400d0b64 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + 0x24 (size before relaxing) + .literal.parse_value + 0x00000000400d0b68 0xc esp-idf/json/libjson.a(cJSON.c.obj) + 0x28 (size before relaxing) + .literal.parse_array + 0x00000000400d0b74 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x18 (size before relaxing) + .literal.cJSON_ParseWithLengthOpts + 0x00000000400d0b74 0x4 esp-idf/json/libjson.a(cJSON.c.obj) + 0x20 (size before relaxing) + .literal.cJSON_ParseWithLength + 0x00000000400d0b78 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.cJSON_GetObjectItem + 0x00000000400d0b78 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + 0x4 (size before relaxing) + .literal.create_string + 0x00000000400d0b78 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x20 (size before relaxing) + .literal.esp_mqtt_check_cfg_conflict + 0x00000000400d0b88 0x1c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x44 (size before relaxing) + .literal.create_client_data + 0x00000000400d0ba4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x40 (size before relaxing) + .literal.run_event_loop + 0x00000000400d0ba8 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x14 (size before relaxing) + .literal.esp_mqtt_dispatch_event + 0x00000000400d0bb0 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc (size before relaxing) + .literal.mqtt_delete_expired_messages + 0x00000000400d0bb8 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc (size before relaxing) + .literal.esp_mqtt_client_create_transport + 0x00000000400d0bbc 0x1c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xcc (size before relaxing) + .literal.esp_mqtt_set_cert_key_data + 0x00000000400d0bd8 0x1c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x24 (size before relaxing) + .literal.esp_mqtt_set_ssl_transport_properties + 0x00000000400d0bf4 0x2c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x78 (size before relaxing) + .literal.esp_mqtt_dispatch_event_with_msgid + 0x00000000400d0c20 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_mqtt_client_dispatch_transport_error + 0x00000000400d0c24 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x10 (size before relaxing) + .literal.esp_mqtt_handle_transport_read_error + 0x00000000400d0c30 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x28 (size before relaxing) + .literal.esp_mqtt_abort_connection + 0x00000000400d0c3c 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x14 (size before relaxing) + .literal.esp_mqtt_write + 0x00000000400d0c40 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x2c (size before relaxing) + .literal.mqtt_message_receive + 0x00000000400d0c4c 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x54 (size before relaxing) + .literal.esp_mqtt_connect + 0x00000000400d0c60 0x24 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x84 (size before relaxing) + .literal.send_disconnect_msg + 0x00000000400d0c84 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x24 (size before relaxing) + .literal.deliver_suback + 0x00000000400d0c8c 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x18 (size before relaxing) + .literal.deliver_publish + 0x00000000400d0c94 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x38 (size before relaxing) + .literal.remove_initiator_message + 0x00000000400d0ca8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4 (size before relaxing) + .literal.mqtt_process_receive + 0x00000000400d0ca8 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xb8 (size before relaxing) + .literal.mqtt_resend_queued + 0x00000000400d0cc8 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x20 (size before relaxing) + .literal.esp_mqtt_client_ping + 0x00000000400d0cd4 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x24 (size before relaxing) + .literal.process_keepalive + 0x00000000400d0cdc 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x30 (size before relaxing) + .literal.esp_mqtt_task + 0x00000000400d0ce4 0x2c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x124 (size before relaxing) + .literal.mqtt_enqueue + 0x00000000400d0d10 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.make_publish + 0x00000000400d0d10 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x14 (size before relaxing) + .literal.mqtt_client_enqueue_publish + 0x00000000400d0d14 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc (size before relaxing) + .literal.esp_mqtt_set_if_config + 0x00000000400d0d14 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.esp_mqtt_destroy_config + 0x00000000400d0d14 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x50 (size before relaxing) + .literal.esp_mqtt_client_set_uri + 0x00000000400d0d18 0x20 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x80 (size before relaxing) + .literal.esp_mqtt_set_config + 0x00000000400d0d38 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x188 (size before relaxing) + .literal.esp_mqtt_client_start + 0x00000000400d0d48 0x10 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x44 (size before relaxing) + .literal.esp_mqtt_client_stop + 0x00000000400d0d58 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x48 (size before relaxing) + .literal.esp_mqtt_client_destroy + 0x00000000400d0d60 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x20 (size before relaxing) + .literal.esp_mqtt_client_init + 0x00000000400d0d60 0x8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x3c (size before relaxing) + .literal.esp_mqtt_client_subscribe_multiple + 0x00000000400d0d68 0xc esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5c (size before relaxing) + .literal.esp_mqtt_client_subscribe_single + 0x00000000400d0d74 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4 (size before relaxing) + .literal.esp_mqtt_client_publish + 0x00000000400d0d74 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x58 (size before relaxing) + .literal.esp_mqtt_client_register_event + 0x00000000400d0d78 0x4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x8 (size before relaxing) + .literal.fini_message + 0x00000000400d0d7c 0x4 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.append_string + 0x00000000400d0d80 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x4 (size before relaxing) + .literal.append_message_id + 0x00000000400d0d80 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_msg_connect + 0x00000000400d0d80 0x10 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x64 (size before relaxing) + .literal.mqtt_msg_publish + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x2c (size before relaxing) + .literal.mqtt_msg_puback + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrec + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrel + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubcomp + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x10 (size before relaxing) + .literal.mqtt_msg_subscribe + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x24 (size before relaxing) + .literal.mqtt_msg_pingreq + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_msg_disconnect + 0x00000000400d0d90 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_has_valid_msg_hdr + 0x00000000400d0d90 0x4 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .literal.mqtt_msg_buffer_init + 0x00000000400d0d94 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x8 (size before relaxing) + .literal.mqtt_msg_buffer_destroy + 0x00000000400d0d94 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x4 (size before relaxing) + .literal.outbox_init + 0x00000000400d0d94 0x10 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x30 (size before relaxing) + .literal.outbox_enqueue + 0x00000000400d0da4 0x4 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x3c (size before relaxing) + .literal.outbox_delete_item + 0x00000000400d0da8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xc (size before relaxing) + .literal.outbox_delete + 0x00000000400d0da8 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xc (size before relaxing) + .literal.outbox_set_pending + 0x00000000400d0da8 0x4 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .literal.outbox_set_tick + 0x00000000400d0dac 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x4 (size before relaxing) + .literal.outbox_delete_expired + 0x00000000400d0dac 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xc (size before relaxing) + .literal.outbox_get_size + 0x00000000400d0dac 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x4 (size before relaxing) + .literal.outbox_delete_all_items + 0x00000000400d0dac 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xc (size before relaxing) + .literal.outbox_destroy + 0x00000000400d0dac 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xc (size before relaxing) + .literal.platform_create_id_string + 0x00000000400d0dac 0x18 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x28 (size before relaxing) + .literal.platform_random + 0x00000000400d0dc4 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x4 (size before relaxing) + .literal.platform_tick_get_ms + 0x00000000400d0dc4 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x8 (size before relaxing) + .literal.esp_spiffs_get_empty + 0x00000000400d0dc4 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.spiffs_res_to_errno + 0x00000000400d0dc8 0x34 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.spiffs_mode_conv + 0x00000000400d0dfc 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .literal.esp_spiffs_by_label + 0x00000000400d0e00 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x8 (size before relaxing) + .literal.vfs_spiffs_rmdir + 0x00000000400d0e00 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_mkdir + 0x00000000400d0e00 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_link + 0x00000000400d0e00 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4 (size before relaxing) + .literal.vfs_spiffs_telldir + 0x00000000400d0e00 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x10 (size before relaxing) + .literal.esp_spiffs_free + 0x00000000400d0e0c 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x1c (size before relaxing) + .literal.esp_spiffs_init + 0x00000000400d0e0c 0x68 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x160 (size before relaxing) + .literal.vfs_spiffs_update_mtime_value + 0x00000000400d0e74 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_utime + 0x00000000400d0e78 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x28 (size before relaxing) + .literal.vfs_spiffs_ftruncate + 0x00000000400d0e84 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_truncate + 0x00000000400d0e84 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x30 (size before relaxing) + .literal.vfs_spiffs_close + 0x00000000400d0e88 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_closedir + 0x00000000400d0e88 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x28 (size before relaxing) + .literal.vfs_spiffs_seekdir + 0x00000000400d0e8c 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x44 (size before relaxing) + .literal.vfs_spiffs_readdir_r + 0x00000000400d0e90 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x38 (size before relaxing) + .literal.vfs_spiffs_readdir + 0x00000000400d0e98 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x18 (size before relaxing) + .literal.vfs_spiffs_opendir + 0x00000000400d0e9c 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x34 (size before relaxing) + .literal.vfs_spiffs_rename + 0x00000000400d0ea8 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2c (size before relaxing) + .literal.vfs_spiffs_unlink + 0x00000000400d0eb4 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x24 (size before relaxing) + .literal.vfs_spiffs_stat + 0x00000000400d0eb8 0xc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3c (size before relaxing) + .literal.vfs_spiffs_fstat + 0x00000000400d0ec4 0x8 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x30 (size before relaxing) + .literal.vfs_spiffs_update_mtime + 0x00000000400d0ecc 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x18 (size before relaxing) + .literal.vfs_spiffs_open + 0x00000000400d0ecc 0x4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x2c (size before relaxing) + .literal.vfs_spiffs_read + 0x00000000400d0ed0 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_lseek + 0x00000000400d0ed0 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.vfs_spiffs_write + 0x00000000400d0ed0 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x14 (size before relaxing) + .literal.esp_spiffs_info + 0x00000000400d0ed0 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_spiffs_register + 0x00000000400d0ed0 0x5c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x80 (size before relaxing) + .literal.spiffs_api_lock + 0x00000000400d0f2c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_api_unlock + 0x00000000400d0f2c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_api_read + 0x00000000400d0f2c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_write + 0x00000000400d0f34 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_erase + 0x00000000400d0f38 0x4 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_api_check + 0x00000000400d0f3c 0xc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x18 (size before relaxing) + .literal.spiffs_hydro_write + 0x00000000400d0f48 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fflush_cache + 0x00000000400d0f48 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_hydro_read + 0x00000000400d0f4c 0x10 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x48 (size before relaxing) + .literal.spiffs_stat_pix + 0x00000000400d0f5c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.spiffs_read_dir_v + 0x00000000400d0f5c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x10 (size before relaxing) + .literal.SPIFFS_format + 0x00000000400d0f64 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x20 (size before relaxing) + .literal.SPIFFS_mount + 0x00000000400d0f68 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x30 (size before relaxing) + .literal.SPIFFS_unmount + 0x00000000400d0f70 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14 (size before relaxing) + .literal.SPIFFS_open + 0x00000000400d0f70 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x78 (size before relaxing) + .literal.SPIFFS_read + 0x00000000400d0f70 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x8 (size before relaxing) + .literal.SPIFFS_write + 0x00000000400d0f70 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x60 (size before relaxing) + .literal.SPIFFS_lseek + 0x00000000400d0f74 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x3c (size before relaxing) + .literal.SPIFFS_remove + 0x00000000400d0f78 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x48 (size before relaxing) + .literal.SPIFFS_ftruncate + 0x00000000400d0f78 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x34 (size before relaxing) + .literal.SPIFFS_stat + 0x00000000400d0f78 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x28 (size before relaxing) + .literal.SPIFFS_fstat + 0x00000000400d0f78 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x24 (size before relaxing) + .literal.SPIFFS_close + 0x00000000400d0f78 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x24 (size before relaxing) + .literal.SPIFFS_rename + 0x00000000400d0f78 0x4 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x5c (size before relaxing) + .literal.SPIFFS_update_meta + 0x00000000400d0f7c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x3c (size before relaxing) + .literal.SPIFFS_fupdate_meta + 0x00000000400d0f7c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x2c (size before relaxing) + .literal.SPIFFS_opendir + 0x00000000400d0f7c 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.SPIFFS_readdir + 0x00000000400d0f7c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x18 (size before relaxing) + .literal.SPIFFS_closedir + 0x00000000400d0f84 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xc (size before relaxing) + .literal.SPIFFS_info + 0x00000000400d0f84 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_scan_v + 0x00000000400d0f84 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_update_ix_map + 0x00000000400d0f84 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_hash + 0x00000000400d0f84 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .literal.spiffs_obj_lu_find_id_and_span_v + 0x00000000400d0f88 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_page_data_check + 0x00000000400d0f88 0x1c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_page_index_check + 0x00000000400d0fa4 0x14 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_object_find_object_index_header_by_name_v + 0x00000000400d0fb8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id_compact_v + 0x00000000400d0fb8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id_bitmap_v + 0x00000000400d0fb8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_phys_cpy + 0x00000000400d0fb8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_obj_lu_find_entry_visitor + 0x00000000400d0fb8 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_erase_block + 0x00000000400d0fc0 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_obj_lu_scan + 0x00000000400d0fc0 0xc esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_obj_lu_find_id + 0x00000000400d0fcc 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_obj_lu_find_free + 0x00000000400d0fcc 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_obj_lu_find_id_and_span + 0x00000000400d0fd0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_page_allocate_data + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_page_delete + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_page_move + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x18 (size before relaxing) + .literal.spiffs_cb_object_event + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_object_create + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x20 (size before relaxing) + .literal.spiffs_object_update_index_hdr + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x28 (size before relaxing) + .literal.spiffs_object_open_by_page + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x1c (size before relaxing) + .literal.spiffs_object_append + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x84 (size before relaxing) + .literal.spiffs_object_modify + 0x00000000400d0fd4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x6c (size before relaxing) + .literal.spiffs_object_find_object_index_header_by_name + 0x00000000400d0fd4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_object_truncate + 0x00000000400d0fd8 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x88 (size before relaxing) + .literal.spiffs_object_read + 0x00000000400d0fdc 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x30 (size before relaxing) + .literal.spiffs_obj_lu_find_free_obj_id + 0x00000000400d0fdc 0x8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x24 (size before relaxing) + .literal.spiffs_fd_find_new + 0x00000000400d0fe4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc (size before relaxing) + .literal.spiffs_fd_return + 0x00000000400d0fe8 0x4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fd_get + 0x00000000400d0fec 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_fd_temporal_cache_rehash + 0x00000000400d0fec 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_cache_page_remove_oldest + 0x00000000400d0fec 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .literal.spiffs_cache_drop_page + 0x00000000400d0ff0 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_phys_rd + 0x00000000400d0ff4 0x4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_phys_wr + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0xc (size before relaxing) + .literal.spiffs_cache_page_allocate_by_fd + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_cache_fd_release + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x4 (size before relaxing) + .literal.spiffs_cache_init + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_erase_block + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_quick + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x10 (size before relaxing) + .literal.spiffs_gc_erase_page_stats + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x8 (size before relaxing) + .literal.spiffs_gc_find_candidate + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x14 (size before relaxing) + .literal.spiffs_gc_clean + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x68 (size before relaxing) + .literal.spiffs_gc_check + 0x00000000400d0ff8 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x14 (size before relaxing) + .literal.xt_int_has_handler + 0x00000000400d0ff8 0x8 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .literal.xt_set_interrupt_handler + 0x00000000400d1000 0x4 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0xc (size before relaxing) + .literal.esp_efuse_read_field_blob + 0x00000000400d1004 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x18 (size before relaxing) + .literal.esp_efuse_check_errors + 0x00000000400d1010 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.check_range_of_bits + 0x00000000400d1014 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x4 (size before relaxing) + .literal.esp_efuse_utility_process + 0x00000000400d1014 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x4c (size before relaxing) + .literal.esp_efuse_utility_read_reg + 0x00000000400d1044 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x2c (size before relaxing) + .literal.esp_efuse_utility_fill_buff + 0x00000000400d1058 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x8 (size before relaxing) + .literal.esp_efuse_utility_count_once + 0x00000000400d105c 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0xc (size before relaxing) + .literal.esp_efuse_get_coding_scheme + 0x00000000400d1060 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x4 (size before relaxing) + .literal.gpio_input_disable + 0x00000000400d1060 0x1c esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_od_enable + 0x00000000400d107c 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_od_disable + 0x00000000400d1084 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x20 (size before relaxing) + .literal.gpio_output_disable + 0x00000000400d1088 0x18 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x3c (size before relaxing) + .literal.gpio_ll_pullup_en + 0x00000000400d10a0 0xc esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1c (size before relaxing) + .literal.gpio_ll_pulldown_en + 0x00000000400d10ac 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1c (size before relaxing) + .literal.gpio_ll_input_enable + 0x00000000400d10b0 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1c (size before relaxing) + .literal.gpio_input_enable + 0x00000000400d10b8 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_intr_enable_on_core + 0x00000000400d10bc 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x8 (size before relaxing) + .literal.gpio_output_enable + 0x00000000400d10bc 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_pullup_en + 0x00000000400d10c4 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_pullup_dis + 0x00000000400d10cc 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_pulldown_en + 0x00000000400d10d0 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_pulldown_dis + 0x00000000400d10d4 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_set_intr_type + 0x00000000400d10d8 0x8 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x38 (size before relaxing) + .literal.gpio_intr_enable + 0x00000000400d10e0 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x30 (size before relaxing) + .literal.gpio_intr_disable + 0x00000000400d10e4 0x4 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x24 (size before relaxing) + .literal.gpio_config + 0x00000000400d10e8 0x28 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x9c (size before relaxing) + .literal.rtcio_ll_function_select + 0x00000000400d1110 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x24 (size before relaxing) + .literal.rtcio_ll_pullup_enable + 0x00000000400d1120 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x1c (size before relaxing) + .literal.rtcio_ll_pullup_disable + 0x00000000400d1124 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x1c (size before relaxing) + .literal.rtcio_ll_pulldown_enable + 0x00000000400d1128 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x1c (size before relaxing) + .literal.rtcio_ll_pulldown_disable + 0x00000000400d112c 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x1c (size before relaxing) + .literal.rtc_gpio_is_valid_gpio + 0x00000000400d1130 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x4 (size before relaxing) + .literal.rtc_io_number_get + 0x00000000400d1130 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x4 (size before relaxing) + .literal.rtc_gpio_deinit + 0x00000000400d1130 0x10 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pullup_en + 0x00000000400d1140 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pullup_dis + 0x00000000400d1144 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pulldown_en + 0x00000000400d1148 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rtc_gpio_pulldown_dis + 0x00000000400d114c 0x4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x2c (size before relaxing) + .literal.rmt_ll_set_group_clock_src + 0x00000000400d1150 0xc esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x18 (size before relaxing) + .literal.rmt_acquire_group_handle + 0x00000000400d115c 0x8 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x28 (size before relaxing) + .literal.rmt_release_group_handle + 0x00000000400d1164 0x4 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x1c (size before relaxing) + .literal.rmt_select_periph_clock + 0x00000000400d1168 0x10 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x30 (size before relaxing) + .literal.rmt_enable + 0x00000000400d1178 0x8 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x14 (size before relaxing) + .literal.rmt_set_intr_priority_to_group + 0x00000000400d1180 0x0 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x8 (size before relaxing) + .literal.rmt_del_bytes_encoder + 0x00000000400d1180 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x4 (size before relaxing) + .literal.rmt_del_copy_encoder + 0x00000000400d1180 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x4 (size before relaxing) + .literal.rmt_del_encoder + 0x00000000400d1180 0xc esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x14 (size before relaxing) + .literal.rmt_encoder_reset + 0x00000000400d118c 0x4 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x14 (size before relaxing) + .literal.rmt_alloc_encoder_mem + 0x00000000400d1190 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x8 (size before relaxing) + .literal.rmt_new_bytes_encoder + 0x00000000400d1190 0x14 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x30 (size before relaxing) + .literal.rmt_new_copy_encoder + 0x00000000400d11a4 0x14 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x30 (size before relaxing) + .literal.rmt_ll_tx_set_carrier_high_low_ticks + 0x00000000400d11b8 0x10 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x18 (size before relaxing) + .literal.rmt_ll_tx_set_channel_clock_div + 0x00000000400d11c8 0x8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x10 (size before relaxing) + .literal.rmt_tx_disable + 0x00000000400d11d0 0x10 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x3c (size before relaxing) + .literal.rmt_tx_modulate_carrier + 0x00000000400d11e0 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x1c (size before relaxing) + .literal.rmt_tx_enable + 0x00000000400d11e0 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x30 (size before relaxing) + .literal.rmt_tx_create_trans_queue + 0x00000000400d11f4 0x14 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x40 (size before relaxing) + .literal.rmt_tx_register_to_group + 0x00000000400d1208 0xc esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x30 (size before relaxing) + .literal.rmt_tx_unregister_from_group + 0x00000000400d1214 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xc (size before relaxing) + .literal.rmt_tx_destroy + 0x00000000400d1214 0x10 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x3c (size before relaxing) + .literal.rmt_del_tx_channel + 0x00000000400d1224 0x8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x24 (size before relaxing) + .literal.rmt_new_tx_channel + 0x00000000400d122c 0x68 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x12c (size before relaxing) + .literal.rmt_transmit + 0x00000000400d1294 0x10 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x60 (size before relaxing) + .literal.rmt_tx_wait_all_done + 0x00000000400d12a4 0x8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x38 (size before relaxing) + .literal.uart_pattern_queue_update + 0x00000000400d12ac 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.uart_reenable_intr_mask + 0x00000000400d12b0 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_get_sclk_freq + 0x00000000400d12c0 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_word_length + 0x00000000400d12c0 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_get_word_length + 0x00000000400d12cc 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1c (size before relaxing) + .literal.uart_set_stop_bits + 0x00000000400d12d4 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_get_stop_bits + 0x00000000400d12e0 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_set_parity + 0x00000000400d12e8 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_get_parity + 0x00000000400d12f0 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x24 (size before relaxing) + .literal.uart_set_baudrate + 0x00000000400d12f8 0xc esp-idf/driver/libdriver.a(uart.c.obj) + 0x38 (size before relaxing) + .literal.uart_get_baudrate + 0x00000000400d1304 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x38 (size before relaxing) + .literal.uart_wait_tx_done + 0x00000000400d1308 0x14 esp-idf/driver/libdriver.a(uart.c.obj) + 0x6c (size before relaxing) + .literal.uart_get_buffered_data_len + 0x00000000400d131c 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x30 (size before relaxing) + .literal.uart_flush_input + 0x00000000400d1320 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x74 (size before relaxing) + .literal.uart_is_driver_installed + 0x00000000400d1328 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_set_select_notif_callback + 0x00000000400d1328 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + 0x4 (size before relaxing) + .literal.uart_get_selectlock + 0x00000000400d1328 0x4 esp-idf/driver/libdriver.a(uart.c.obj) + .literal.bootloader_init_mem + 0x00000000400d132c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_flash_update_id + 0x00000000400d132c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_flash_get_wp_pin + 0x00000000400d132c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .literal.load_partitions + 0x00000000400d132c 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x70 (size before relaxing) + .literal.ensure_partitions_loaded + 0x00000000400d135c 0x8 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x24 (size before relaxing) + .literal.iterator_create + 0x00000000400d1364 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x8 (size before relaxing) + .literal.esp_partition_iterator_release + 0x00000000400d1364 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x4 (size before relaxing) + .literal.esp_partition_next + 0x00000000400d1364 0xc esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x28 (size before relaxing) + .literal.esp_partition_find + 0x00000000400d1370 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0xc (size before relaxing) + .literal.esp_partition_get + 0x00000000400d1370 0x8 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x10 (size before relaxing) + .literal.esp_partition_find_first + 0x00000000400d1378 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0xc (size before relaxing) + .literal.esp_partition_write + 0x00000000400d1378 0xc esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x1c (size before relaxing) + .literal.esp_partition_read_raw + 0x00000000400d1384 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_write_raw + 0x00000000400d1388 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_erase_range + 0x00000000400d138c 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x14 (size before relaxing) + .literal.esp_partition_mmap + 0x00000000400d1390 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x1c (size before relaxing) + .literal.esp_partition_munmap + 0x00000000400d1394 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x4 (size before relaxing) + .literal.esp_partition_read + 0x00000000400d1394 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x24 (size before relaxing) + .literal.esp_partition_main_flash_region_safe + 0x00000000400d1398 0x4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x8 (size before relaxing) + .literal.esp_ota_get_running_partition + 0x00000000400d139c 0x18 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x38 (size before relaxing) + .literal.s_reserve_irom_region + 0x00000000400d13b4 0x48 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x64 (size before relaxing) + .literal.s_reserve_drom_region + 0x00000000400d13fc 0x10 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x64 (size before relaxing) + .literal.esp_mmu_map_init + 0x00000000400d140c 0x18 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c (size before relaxing) + .literal.esp_mmu_map + 0x00000000400d1424 0x48 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xd0 (size before relaxing) + .literal.esp_mmu_unmap + 0x00000000400d146c 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x3c (size before relaxing) + .literal.esp_mmu_vaddr_to_paddr + 0x00000000400d1478 0xc esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x34 (size before relaxing) + .literal.spi_flash_init_lock + 0x00000000400d1484 0x10 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_op_lock + 0x00000000400d1494 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_op_unlock + 0x00000000400d1494 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_mmap + 0x00000000400d1494 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x18 (size before relaxing) + .literal.spi_flash_munmap + 0x00000000400d1494 0xc esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x1c (size before relaxing) + .literal.spi_flash_cache2phys + 0x00000000400d14a0 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x4 (size before relaxing) + .literal.esp_mspi_get_io + 0x00000000400d14a0 0x14 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x1c (size before relaxing) + .literal.esp_flash_read_chip_id + 0x00000000400d14b4 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x4 (size before relaxing) + .literal.esp_flash_init_default_chip + 0x00000000400d14b4 0x14 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x38 (size before relaxing) + .literal.esp_flash_app_init + 0x00000000400d14c8 0x4 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x14 (size before relaxing) + .literal.esp_flash_app_enable_os_functions + 0x00000000400d14cc 0xc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .literal.esp_crosscore_int_init + 0x00000000400d14d8 0x1c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x30 (size before relaxing) + .literal.esp_ipc_call_and_wait + 0x00000000400d14f4 0x18 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x40 (size before relaxing) + .literal.esp_ipc_init + 0x00000000400d150c 0x1c esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x38 (size before relaxing) + .literal.esp_ipc_call_blocking + 0x00000000400d1528 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x4 (size before relaxing) + .literal.esp_ipc_call_nonblocking + 0x00000000400d1528 0xc esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x28 (size before relaxing) + .literal.find_entry_and_check_all_reset + 0x00000000400d1534 0x4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .literal.find_entry_from_task_handle_and_check_all_reset + 0x00000000400d1538 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4 (size before relaxing) + .literal.task_wdt_timer_feed + 0x00000000400d1538 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x8 (size before relaxing) + .literal.add_entry + 0x00000000400d1538 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x5c (size before relaxing) + .literal.get_task_affinity + 0x00000000400d1550 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4 (size before relaxing) + .literal.task_wdt_timeout_abort_xtensa + 0x00000000400d1550 0x1c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x54 (size before relaxing) + .literal.task_wdt_timeout_handling + 0x00000000400d156c 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x40 (size before relaxing) + .literal.esp_task_wdt_add + 0x00000000400d156c 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x20 (size before relaxing) + .literal.subscribe_idle + 0x00000000400d1574 0x18 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x34 (size before relaxing) + .literal.esp_task_wdt_init + 0x00000000400d158c 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x48 (size before relaxing) + .literal.esp_task_wdt_reset + 0x00000000400d15a0 0x8 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x40 (size before relaxing) + .literal.idle_hook_cb + 0x00000000400d15a8 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4 (size before relaxing) + .literal.esp_task_wdt_print_triggered_tasks + 0x00000000400d15a8 0x1c esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x40 (size before relaxing) + .literal.task_wdt_isr + 0x00000000400d15c4 0x14 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x64 (size before relaxing) + .literal.esp_task_wdt_impl_timer_allocate + 0x00000000400d15d8 0x8 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x28 (size before relaxing) + .literal.esp_task_wdt_impl_timer_feed + 0x00000000400d15e0 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0xc (size before relaxing) + .literal.esp_task_wdt_impl_timeout_triggered + 0x00000000400d15e0 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0xc (size before relaxing) + .literal.esp_task_wdt_impl_timer_restart + 0x00000000400d15e0 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x10 (size before relaxing) + .literal.gpio_hal_intr_enable_on_core + 0x00000000400d15e0 0x4 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0xc (size before relaxing) + .literal.gpio_hal_intr_disable + 0x00000000400d15e4 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x4 (size before relaxing) + .literal.uart_hal_set_baudrate + 0x00000000400d15e4 0xc esp-idf/hal/libhal.a(uart_hal.c.obj) + .literal.uart_hal_get_baudrate + 0x00000000400d15f0 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_ll_calculate_clock_reg + 0x00000000400d15f0 0x8 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0xc (size before relaxing) + .literal.get_flash_clock_divider + 0x00000000400d15f8 0x18 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x44 (size before relaxing) + .literal.spi_flash_cal_clock + 0x00000000400d1610 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x8 (size before relaxing) + .literal.spi_flash_hal_init + 0x00000000400d1610 0x10 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x20 (size before relaxing) + .literal.spi_flash_hal_supports_direct_write + 0x00000000400d1620 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4 (size before relaxing) + .literal.spi_flash_hal_supports_direct_read + 0x00000000400d1620 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x4 (size before relaxing) + .literal.rmt_hal_init + 0x00000000400d1620 0x4 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x8 (size before relaxing) + .literal.rmt_hal_deinit + 0x00000000400d1624 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x4 (size before relaxing) + .literal.rmt_hal_tx_channel_reset + 0x00000000400d1624 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x4 (size before relaxing) + .literal.esp_cpu_configure_region_protection + 0x00000000400d1624 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x10 (size before relaxing) + .literal.esp_fill_random + 0x00000000400d162c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x18 (size before relaxing) + .literal.get_idx + 0x00000000400d1638 0xc esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x14 (size before relaxing) + .literal.generate_mac + 0x00000000400d1644 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x20 (size before relaxing) + .literal.get_efuse_mac_custom + 0x00000000400d1648 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x38 (size before relaxing) + .literal.get_efuse_factory_mac + 0x00000000400d1660 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x40 (size before relaxing) + .literal.get_mac_addr_from_mac_table + 0x00000000400d1680 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x20 (size before relaxing) + .literal.esp_efuse_mac_get_default + 0x00000000400d1684 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x4 (size before relaxing) + .literal.esp_read_mac + 0x00000000400d1684 0xc esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x44 (size before relaxing) + .literal.esp_clk_tree_src_get_freq_hz + 0x00000000400d1690 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x6c (size before relaxing) + .literal.clk_tree_rtc_slow_calibration + 0x00000000400d16b0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x24 (size before relaxing) + .literal.esp_clk_tree_rc_fast_d256_get_freq_hz + 0x00000000400d16c0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x18 (size before relaxing) + .literal.esp_clk_tree_xtal32k_get_freq_hz + 0x00000000400d16c8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x18 (size before relaxing) + .literal.esp_clk_tree_lp_slow_get_freq_hz + 0x00000000400d16c8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x14 (size before relaxing) + .literal.esp_clk_tree_rc_fast_get_freq_hz + 0x00000000400d16c8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x8 (size before relaxing) + .literal.esp_clk_tree_lp_fast_get_freq_hz + 0x00000000400d16cc 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x20 (size before relaxing) + .literal.esp_err_to_name + 0x00000000400d16d4 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .literal._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_ET_SA_SA_T0_ + 0x00000000400d16dc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleE + 0x00000000400d16e0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xc (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZ9nvs_closeEUlRS1_E_ET_S6_S6_T0_ + 0x00000000400d16e8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .literal._ZL19nvs_get_str_or_blobmN3nvs8ItemTypeEPKcPvPj + 0x00000000400d16ec 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ + 0x00000000400d16f0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag + 0x00000000400d16f4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ + 0x00000000400d16f4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_flash_init_partition + 0x00000000400d16f4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + .literal.nvs_flash_init + 0x00000000400d16f8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_erase_key + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xc (size before relaxing) + .literal.nvs_commit + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xc (size before relaxing) + .literal.nvs_set_str + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xc (size before relaxing) + .literal.nvs_set_blob + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0xc (size before relaxing) + .literal.nvs_get_str + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal.nvs_get_blob + 0x00000000400d16fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._ZL24close_handles_and_deinitPKc + 0x00000000400d16fc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + .literal.nvs_flash_erase_partition + 0x00000000400d1700 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x20 (size before relaxing) + .literal.nvs_flash_erase + 0x00000000400d1700 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal.nvs_close + 0x00000000400d1700 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x20 (size before relaxing) + .literal.nvs_open_from_partition + 0x00000000400d1704 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x24 (size before relaxing) + .literal.nvs_open + 0x00000000400d170c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8 (size before relaxing) + .literal._Z7nvs_setIaEimPKcT_ + 0x00000000400d170c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_i8 + 0x00000000400d1710 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setIhEimPKcT_ + 0x00000000400d1710 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_u8 + 0x00000000400d1714 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setItEimPKcT_ + 0x00000000400d1714 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_u16 + 0x00000000400d1718 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_setImEimPKcT_ + 0x00000000400d1718 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_set_u32 + 0x00000000400d171c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIaEimPKcPT_ + 0x00000000400d171c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_i8 + 0x00000000400d1720 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getIhEimPKcPT_ + 0x00000000400d1720 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_u8 + 0x00000000400d1724 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getItEimPKcPT_ + 0x00000000400d1724 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_u16 + 0x00000000400d1728 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._Z7nvs_getImEimPKcPT_ + 0x00000000400d1728 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + .literal.nvs_get_u32 + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_EEET_SG_SG_T0_St18input_iterator_tag + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_ET_SC_SC_T0_ + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Item6getKeyEPcj + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000400d172c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000400d172c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000400d1730 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400d1734 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400d173c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400d173c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000400d173c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400d173c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400d173c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d173c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400d1740 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x1c (size before relaxing) + .literal._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x00000000400d1744 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x00000000400d1744 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED5Ev + 0x00000000400d1748 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x00000000400d1748 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400d174c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7Storage4initEmm + 0x00000000400d174c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x3c (size before relaxing) + .literal._ZN3nvs7StorageD2Ev + 0x00000000400d1754 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x00000000400d1754 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000400d1758 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x3c (size before relaxing) + .literal._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400d1768 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x50 (size before relaxing) + .literal._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400d1770 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x24 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000400d1770 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400d1770 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000400d1778 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000400d1778 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x10 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000400d177c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs12NVSPartitionD5Ev + 0x00000000400d177c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs12NVSPartition8read_rawEjPvj + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition4readEjPvj + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition5writeEjPKvj + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartition11erase_rangeEjj + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000400d1784 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs19NVSPartitionManagerD5Ev + 0x00000000400d1784 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xc (size before relaxing) + .literal._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ + 0x00000000400d1788 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400d1788 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ + 0x00000000400d1788 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs7StorageC5EPNS_9PartitionE + 0x00000000400d1788 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400d1788 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000400d178c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm + 0x00000000400d178c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000400d1794 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000400d1798 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x00000000400d179c 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400d17a0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs4LockC2Ev + 0x00000000400d17a8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4LockD2Ev + 0x00000000400d17ac 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400d17ac 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs8HashList5clearEv + 0x00000000400d17ac 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs8HashListD2Ev + 0x00000000400d17b0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashList5eraseEj + 0x00000000400d17b0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400d17b0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch + 0x00000000400d17b8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4PageC2Ev + 0x00000000400d17b8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400d17bc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page10initializeEv + 0x00000000400d17c0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZNK3nvs4Page12getSeqNumberERm + 0x00000000400d17c0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page12setSeqNumberEm + 0x00000000400d17c0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page5eraseEv + 0x00000000400d17c4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page11markFreeingEv + 0x00000000400d17c4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page8markFullEv + 0x00000000400d17c8 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400d17c8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400d17cc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .literal._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400d17d0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page9copyItemsERS0_ + 0x00000000400d17d0 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x1c (size before relaxing) + .literal._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400d17d4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400d17d4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400d17d4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x4c (size before relaxing) + .literal._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400d17d8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000400d17dc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x20 (size before relaxing) + .literal._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000400d17e0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000400d17e0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400d17e0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400d17e0 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x40 (size before relaxing) + .literal._ZN3nvs4Page4loadEPNS_9PartitionEm + 0x00000000400d17e0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x24 (size before relaxing) + .literal._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ + 0x00000000400d17f4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag + 0x00000000400d17f4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ + 0x00000000400d17f4 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4 (size before relaxing) + .literal._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x00000000400d17f4 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .literal._ZN3nvs11PageManager12activatePageEv + 0x00000000400d17f8 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x14 (size before relaxing) + .literal._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400d17fc 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x28 (size before relaxing) + .literal._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x00000000400d17fc 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x8 (size before relaxing) + .literal._ZN3nvs11PageManager4loadEPNS_9PartitionEmm + 0x00000000400d1800 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x70 (size before relaxing) + .literal._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x00000000400d1808 0x4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x10 (size before relaxing) + .literal._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400d180c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400d180c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400d180c 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x4 (size before relaxing) + .literal._ZNK3nvs4Item22checkHeaderConsistencyEh + 0x00000000400d180c 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0xc (size before relaxing) + .literal.do_init + 0x00000000400d1814 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.do_setoperatingmode + 0x00000000400d1814 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.do_setservername + 0x00000000400d1814 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.sntp_sync_time + 0x00000000400d1814 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x28 (size before relaxing) + .literal.sntp_get_sync_interval + 0x00000000400d1820 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + .literal.sntp_set_system_time + 0x00000000400d1824 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.esp_sntp_setoperatingmode + 0x00000000400d1824 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x8 (size before relaxing) + .literal.esp_sntp_init + 0x00000000400d1828 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x8 (size before relaxing) + .literal.esp_sntp_setservername + 0x00000000400d182c 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x8 (size before relaxing) + .literal.tryget_socket_unconn_nouse + 0x00000000400d1830 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + .literal.free_socket_locked + 0x00000000400d1834 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.sock_inc_used_locked + 0x00000000400d1840 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.tryget_socket_unconn_locked + 0x00000000400d184c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_sockopt_to_ipopt + 0x00000000400d184c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.sock_inc_used + 0x00000000400d1858 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.tryget_socket_unconn + 0x00000000400d185c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.alloc_socket + 0x00000000400d185c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x24 (size before relaxing) + .literal.lwip_select_inc_sockets_used_set + 0x00000000400d1864 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_select_inc_sockets_used + 0x00000000400d1864 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_link_select_cb + 0x00000000400d1864 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_unlink_select_cb + 0x00000000400d186c 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.sockaddr_to_ipaddr_port + 0x00000000400d1878 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_sock_make_addr + 0x00000000400d1888 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_recv_tcp_from + 0x00000000400d1898 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.free_socket_free_elements + 0x00000000400d1898 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.free_socket + 0x00000000400d1898 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.done_socket + 0x00000000400d1898 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.tryget_socket + 0x00000000400d189c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.get_socket + 0x00000000400d189c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8 (size before relaxing) + .literal.lwip_selscan + 0x00000000400d189c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x24 (size before relaxing) + .literal.lwip_select_dec_sockets_used + 0x00000000400d18a4 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x18 (size before relaxing) + .literal.lwip_socket_register_membership + 0x00000000400d18ac 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_membership + 0x00000000400d18b0 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_register_mld6_membership + 0x00000000400d18b0 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_unregister_mld6_membership + 0x00000000400d18b4 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xc (size before relaxing) + .literal.lwip_socket_drop_registered_memberships + 0x00000000400d18b4 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_socket_drop_registered_mld6_memberships + 0x00000000400d18b4 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.lwip_recv_tcp + 0x00000000400d18b4 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x50 (size before relaxing) + .literal.lwip_recvfrom_udp_raw + 0x00000000400d18cc 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.select_check_waiters + 0x00000000400d18d4 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x28 (size before relaxing) + .literal.event_callback + 0x00000000400d18d8 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38 (size before relaxing) + .literal.lwip_getsockopt_impl + 0x00000000400d18e4 0x14 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xcc (size before relaxing) + .literal.lwip_getsockopt_callback + 0x00000000400d18f8 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_setsockopt_impl + 0x00000000400d1904 0x2c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x138 (size before relaxing) + .literal.lwip_setsockopt_callback + 0x00000000400d1930 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_accept + 0x00000000400d1938 0xc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x78 (size before relaxing) + .literal.lwip_bind + 0x00000000400d1944 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38 (size before relaxing) + .literal.lwip_close + 0x00000000400d1944 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_connect + 0x00000000400d194c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x3c (size before relaxing) + .literal.lwip_listen + 0x00000000400d194c 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_recvfrom + 0x00000000400d194c 0x8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_read + 0x00000000400d1954 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_recv + 0x00000000400d1954 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_sendto + 0x00000000400d1954 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x48 (size before relaxing) + .literal.lwip_send + 0x00000000400d1954 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .literal.lwip_socket + 0x00000000400d1954 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_write + 0x00000000400d1958 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4 (size before relaxing) + .literal.lwip_select + 0x00000000400d1958 0x10 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x9c (size before relaxing) + .literal.lwip_shutdown + 0x00000000400d1968 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2c (size before relaxing) + .literal.lwip_getsockopt + 0x00000000400d1968 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_setsockopt + 0x00000000400d196c 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x30 (size before relaxing) + .literal.lwip_ioctl + 0x00000000400d1970 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x14 (size before relaxing) + .literal.lwip_fcntl + 0x00000000400d1974 0x4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x20 (size before relaxing) + .literal.lwip_inet_pton + 0x00000000400d1978 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10 (size before relaxing) + .literal.tcpip_timeouts_mbox_fetch + 0x00000000400d1978 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_thread_handle_msg + 0x00000000400d1978 0xc esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_thread + 0x00000000400d1984 0x10 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x28 (size before relaxing) + .literal.tcpip_inpkt + 0x00000000400d1994 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_input + 0x00000000400d199c 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x10 (size before relaxing) + .literal.tcpip_callback + 0x00000000400d19a4 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x1c (size before relaxing) + .literal.tcpip_try_callback + 0x00000000400d19a8 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_send_msg_wait_sem + 0x00000000400d19ac 0x8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x24 (size before relaxing) + .literal.tcpip_api_call + 0x00000000400d19b4 0x4 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x20 (size before relaxing) + .literal.tcpip_init + 0x00000000400d19b8 0x14 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x34 (size before relaxing) + .literal.sntp_retry + 0x00000000400d19cc 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x14 (size before relaxing) + .literal.sntp_initialize_request + 0x00000000400d19d8 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.sntp_send_request + 0x00000000400d19d8 0x1c esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x44 (size before relaxing) + .literal.sntp_request + 0x00000000400d19f4 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x2c (size before relaxing) + .literal.sntp_dns_found + 0x00000000400d19fc 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x10 (size before relaxing) + .literal.sntp_process + 0x00000000400d19fc 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x14 (size before relaxing) + .literal.sntp_recv + 0x00000000400d1a00 0x4 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x44 (size before relaxing) + .literal.sntp_init + 0x00000000400d1a04 0x18 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x48 (size before relaxing) + .literal.sntp_setoperatingmode + 0x00000000400d1a1c 0xc esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x20 (size before relaxing) + .literal.sntp_setservername + 0x00000000400d1a28 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x4 (size before relaxing) + .literal.lwip_htonl + 0x00000000400d1a28 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + .literal.dns_backupserver_available + 0x00000000400d1a30 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + .literal.dns_server_is_set + 0x00000000400d1a34 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_call_found + 0x00000000400d1a34 0x18 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x24 (size before relaxing) + .literal.dns_correct_response + 0x00000000400d1a4c 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_create_txid + 0x00000000400d1a4c 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_send + 0x00000000400d1a4c 0x1c esp-idf/lwip/liblwip.a(dns.c.obj) + 0x60 (size before relaxing) + .literal.dns_check_entry + 0x00000000400d1a68 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + 0x34 (size before relaxing) + .literal.dns_check_entries + 0x00000000400d1a74 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_lookup + 0x00000000400d1a74 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x8 (size before relaxing) + .literal.dns_alloc_random_port + 0x00000000400d1a78 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1c (size before relaxing) + .literal.dns_alloc_pcb + 0x00000000400d1a7c 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_enqueue + 0x00000000400d1a80 0xc esp-idf/lwip/liblwip.a(dns.c.obj) + 0x28 (size before relaxing) + .literal.dns_compare_name + 0x00000000400d1a8c 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x18 (size before relaxing) + .literal.dns_skip_name + 0x00000000400d1a8c 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc (size before relaxing) + .literal.dns_recv + 0x00000000400d1a8c 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x74 (size before relaxing) + .literal.dns_setserver + 0x00000000400d1a90 0x4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x10 (size before relaxing) + .literal.dns_tmr + 0x00000000400d1a94 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x18 (size before relaxing) + .literal.dns_timeout_cb + 0x00000000400d1a94 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.dns_gethostbyname_addrtype + 0x00000000400d1a94 0x10 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x30 (size before relaxing) + .literal.dns_gethostbyname + 0x00000000400d1aa4 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x4 (size before relaxing) + .literal.lwip_init + 0x00000000400d1aa4 0xc esp-idf/lwip/liblwip.a(init.c.obj) + 0x24 (size before relaxing) + .literal.ipaddr_aton + 0x00000000400d1ab0 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.ip_input + 0x00000000400d1ab0 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8 (size before relaxing) + .literal.mem_malloc + 0x00000000400d1ab0 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.mem_free + 0x00000000400d1abc 0xc esp-idf/lwip/liblwip.a(mem.c.obj) + 0x1c (size before relaxing) + .literal.mem_calloc + 0x00000000400d1ac8 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x4 (size before relaxing) + .literal.do_memp_malloc_pool + 0x00000000400d1ac8 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x28 (size before relaxing) + .literal.do_memp_free_pool + 0x00000000400d1adc 0x8 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x24 (size before relaxing) + .literal.memp_malloc + 0x00000000400d1ae4 0x4 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x8 (size before relaxing) + .literal.memp_free + 0x00000000400d1ae8 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x8 (size before relaxing) + .literal.netif_loopif_init + 0x00000000400d1ae8 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_do_set_netmask + 0x00000000400d1afc 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10 (size before relaxing) + .literal.netif_do_set_gw + 0x00000000400d1b04 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10 (size before relaxing) + .literal.netif_do_ip_addr_changed + 0x00000000400d1b08 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_issue_reports + 0x00000000400d1b08 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_do_set_ipaddr + 0x00000000400d1b10 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_poll + 0x00000000400d1b14 0x14 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x40 (size before relaxing) + .literal.netif_set_default + 0x00000000400d1b28 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_loop_output + 0x00000000400d1b2c 0x18 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4c (size before relaxing) + .literal.netif_loop_output_ipv6 + 0x00000000400d1b44 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_loop_output_ipv4 + 0x00000000400d1b44 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_get_ip6_addr_match + 0x00000000400d1b44 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_get_by_index + 0x00000000400d1b50 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + .literal.netif_find + 0x00000000400d1b54 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x8 (size before relaxing) + .literal.netif_add_ext_callback + 0x00000000400d1b58 0x10 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_remove_ext_callback + 0x00000000400d1b68 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_invoke_ext_callback + 0x00000000400d1b70 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x14 (size before relaxing) + .literal.netif_set_addr + 0x00000000400d1b78 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x18 (size before relaxing) + .literal.netif_add + 0x00000000400d1b78 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x3c (size before relaxing) + .literal.netif_set_up + 0x00000000400d1b94 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_set_down + 0x00000000400d1b94 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xc (size before relaxing) + .literal.netif_remove + 0x00000000400d1b94 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .literal.netif_set_link_up + 0x00000000400d1b94 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x10 (size before relaxing) + .literal.netif_init + 0x00000000400d1b94 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x20 (size before relaxing) + .literal.netif_set_link_down + 0x00000000400d1ba0 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x4 (size before relaxing) + .literal.netif_ip6_addr_set_parts + 0x00000000400d1ba0 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x2c (size before relaxing) + .literal.netif_ip6_addr_set + 0x00000000400d1bac 0xc esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1c (size before relaxing) + .literal.netif_ip6_addr_set_state + 0x00000000400d1bb8 0x4 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x28 (size before relaxing) + .literal.pbuf_add_header_impl + 0x00000000400d1bbc 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_pool_is_empty + 0x00000000400d1bc8 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_free_ooseq + 0x00000000400d1bd0 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_free_ooseq_callback + 0x00000000400d1bd4 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_alloc_reference + 0x00000000400d1bd4 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_alloced_custom + 0x00000000400d1be0 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_add_header + 0x00000000400d1be0 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_add_header_force + 0x00000000400d1be0 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_remove_header + 0x00000000400d1be0 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + .literal.pbuf_header_impl + 0x00000000400d1be4 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_header_force + 0x00000000400d1be4 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_free + 0x00000000400d1be4 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3c (size before relaxing) + .literal.pbuf_alloc + 0x00000000400d1bf4 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x44 (size before relaxing) + .literal.pbuf_realloc + 0x00000000400d1c08 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x28 (size before relaxing) + .literal.pbuf_free_header + 0x00000000400d1c1c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_ref + 0x00000000400d1c1c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_cat + 0x00000000400d1c24 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x10 (size before relaxing) + .literal.pbuf_chain + 0x00000000400d1c2c 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x8 (size before relaxing) + .literal.pbuf_copy_partial_pbuf + 0x00000000400d1c2c 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_copy + 0x00000000400d1c38 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_copy_partial + 0x00000000400d1c38 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_skip + 0x00000000400d1c38 0x4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .literal.pbuf_take + 0x00000000400d1c3c 0xc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_take_at + 0x00000000400d1c48 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + .literal.pbuf_clone + 0x00000000400d1c50 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x18 (size before relaxing) + .literal.pbuf_try_get_at + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_get_at + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.pbuf_put_at + 0x00000000400d1c58 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4 (size before relaxing) + .literal.raw_input_local_match + 0x00000000400d1c58 0x4 esp-idf/lwip/liblwip.a(raw.c.obj) + .literal.raw_input + 0x00000000400d1c5c 0x18 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x24 (size before relaxing) + .literal.raw_bind + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10 (size before relaxing) + .literal.raw_connect + 0x00000000400d1c74 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10 (size before relaxing) + .literal.raw_sendto_if_src + 0x00000000400d1c74 0xc esp-idf/lwip/liblwip.a(raw.c.obj) + 0x40 (size before relaxing) + .literal.raw_sendto + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x18 (size before relaxing) + .literal.raw_send + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_remove + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x8 (size before relaxing) + .literal.raw_new + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0xc (size before relaxing) + .literal.raw_new_ip_type + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.raw_netif_ip_addr_changed + 0x00000000400d1c80 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x4 (size before relaxing) + .literal.tcp_new_port + 0x00000000400d1c80 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_remove_listener + 0x00000000400d1c90 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x10 (size before relaxing) + .literal.tcp_listen_closed + 0x00000000400d1c9c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_free_listen + 0x00000000400d1ca8 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_init + 0x00000000400d1cb0 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_free + 0x00000000400d1cb0 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_backlog_delayed + 0x00000000400d1cb8 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_backlog_accepted + 0x00000000400d1cc0 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_close_shutdown_fin + 0x00000000400d1cc4 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_handle_closepend + 0x00000000400d1cc8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_bind + 0x00000000400d1cc8 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x24 (size before relaxing) + .literal.tcp_listen_with_backlog_and_err + 0x00000000400d1ccc 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x28 (size before relaxing) + .literal.tcp_update_rcv_ann_wnd + 0x00000000400d1cdc 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x20 (size before relaxing) + .literal.tcp_recved + 0x00000000400d1ce8 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_seg_free + 0x00000000400d1cf4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_segs_free + 0x00000000400d1cf4 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_seg_copy + 0x00000000400d1cf4 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + .literal.tcp_recv + 0x00000000400d1cfc 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_sent + 0x00000000400d1d08 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_err + 0x00000000400d1d14 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_poll + 0x00000000400d1d20 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_next_iss + 0x00000000400d1d2c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_eff_send_mss_netif + 0x00000000400d1d38 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_connect + 0x00000000400d1d44 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x44 (size before relaxing) + .literal.tcp_free_ooseq + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_pcb_purge + 0x00000000400d1d48 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_pcb_remove + 0x00000000400d1d48 0x2c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4c (size before relaxing) + .literal.tcp_abandon + 0x00000000400d1d74 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x44 (size before relaxing) + .literal.tcp_abort + 0x00000000400d1d80 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_accept_null + 0x00000000400d1d80 0x8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_timewait + 0x00000000400d1d88 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_kill_prio + 0x00000000400d1d8c 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_netif_ip_addr_changed_pcblist + 0x00000000400d1d8c 0xc esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_netif_ip_addr_changed + 0x00000000400d1d98 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x14 (size before relaxing) + .literal.tcp_kill_state + 0x00000000400d1d98 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_alloc + 0x00000000400d1d98 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x54 (size before relaxing) + .literal.tcp_new_ip_type + 0x00000000400d1da8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_close_shutdown + 0x00000000400d1da8 0x10 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x5c (size before relaxing) + .literal.tcp_close_ext + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_close + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4 (size before relaxing) + .literal.tcp_recv_null + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_process_refused_data + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8 (size before relaxing) + .literal.tcp_fasttmr + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18 (size before relaxing) + .literal.tcp_shutdown + 0x00000000400d1db8 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_slowtmr + 0x00000000400d1db8 0x34 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xb4 (size before relaxing) + .literal.tcp_tmr + 0x00000000400d1dec 0x4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xc (size before relaxing) + .literal.tcp_get_next_optbyte + 0x00000000400d1df0 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .literal.tcp_parseopt + 0x00000000400d1e00 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_input_delayed_close + 0x00000000400d1e10 0xc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x20 (size before relaxing) + .literal.tcp_timewait_input + 0x00000000400d1e1c 0x1c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x38 (size before relaxing) + .literal.tcp_listen_input + 0x00000000400d1e38 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x64 (size before relaxing) + .literal.tcp_oos_insert_segment + 0x00000000400d1e40 0x8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x2c (size before relaxing) + .literal.tcp_free_acked_segments + 0x00000000400d1e48 0x10 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x30 (size before relaxing) + .literal.tcp_receive + 0x00000000400d1e58 0x3c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x190 (size before relaxing) + .literal.tcp_process + 0x00000000400d1e94 0x20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xc4 (size before relaxing) + .literal.tcp_input + 0x00000000400d1eb4 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x134 (size before relaxing) + .literal.tcp_trigger_input_pcb_close + 0x00000000400d1ee4 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x4 (size before relaxing) + .literal.tcp_write_checks + 0x00000000400d1ee4 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output_segment_busy + 0x00000000400d1ef8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x10 (size before relaxing) + .literal.tcp_output_fill_options + 0x00000000400d1f00 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_pbuf_prealloc + 0x00000000400d1f0c 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_create_segment + 0x00000000400d1f1c 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x40 (size before relaxing) + .literal.tcp_output_alloc_header_common + 0x00000000400d1f2c 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x28 (size before relaxing) + .literal.tcp_output_alloc_header + 0x00000000400d1f34 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_route + 0x00000000400d1f3c 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc (size before relaxing) + .literal.tcp_output_segment + 0x00000000400d1f3c 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_output_control_segment + 0x00000000400d1f50 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_write + 0x00000000400d1f58 0x20 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x68 (size before relaxing) + .literal.tcp_split_unsent_seg + 0x00000000400d1f78 0x14 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x54 (size before relaxing) + .literal.tcp_enqueue_flags + 0x00000000400d1f8c 0x1c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x44 (size before relaxing) + .literal.tcp_send_fin + 0x00000000400d1fa8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_rto_prepare + 0x00000000400d1fb0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_rexmit + 0x00000000400d1fb8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1c (size before relaxing) + .literal.tcp_rexmit_fast + 0x00000000400d1fc0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rst + 0x00000000400d1fc8 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2c (size before relaxing) + .literal.tcp_send_empty_ack + 0x00000000400d1fd8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x20 (size before relaxing) + .literal.tcp_output + 0x00000000400d1fe0 0x10 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x68 (size before relaxing) + .literal.tcp_rexmit_rto_commit + 0x00000000400d1ff0 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x14 (size before relaxing) + .literal.tcp_rexmit_rto + 0x00000000400d1ff8 0x8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x18 (size before relaxing) + .literal.tcp_keepalive + 0x00000000400d2000 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x24 (size before relaxing) + .literal.tcp_zero_window_probe + 0x00000000400d200c 0xc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x34 (size before relaxing) + .literal.sys_timeout_abs + 0x00000000400d2018 0x10 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.lwip_cyclic_timer + 0x00000000400d2028 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.sys_timeout + 0x00000000400d2030 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x1c (size before relaxing) + .literal.tcp_timer_needed + 0x00000000400d2038 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x14 (size before relaxing) + .literal.tcpip_tcp_timer + 0x00000000400d2040 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.sys_timeouts_init + 0x00000000400d2040 0x4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0xc (size before relaxing) + .literal.sys_untimeout + 0x00000000400d2044 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x8 (size before relaxing) + .literal.sys_check_timeouts + 0x00000000400d2044 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x10 (size before relaxing) + .literal.sys_timeouts_sleeptime + 0x00000000400d2044 0x8 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x18 (size before relaxing) + .literal.udp_new_port + 0x00000000400d204c 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x14 (size before relaxing) + .literal.udp_input_local_match + 0x00000000400d2054 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1c (size before relaxing) + .literal.udp_init + 0x00000000400d2064 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_input + 0x00000000400d2068 0x10 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x6c (size before relaxing) + .literal.udp_bind + 0x00000000400d2078 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x1c (size before relaxing) + .literal.udp_sendto_if_src + 0x00000000400d2078 0x8 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x40 (size before relaxing) + .literal.udp_sendto_if + 0x00000000400d2080 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0xc (size before relaxing) + .literal.udp_sendto + 0x00000000400d2080 0x4 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x20 (size before relaxing) + .literal.udp_send + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_connect + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x18 (size before relaxing) + .literal.udp_disconnect + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_remove + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_new + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x8 (size before relaxing) + .literal.udp_new_ip_type + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.udp_netif_ip_addr_changed + 0x00000000400d2084 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_option_short + 0x00000000400d2084 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option + 0x00000000400d2090 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_byte + 0x00000000400d2098 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_option_long + 0x00000000400d20a0 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_create_msg + 0x00000000400d20a8 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2c (size before relaxing) + .literal.dhcp_option_hostname + 0x00000000400d20b4 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_option_trailer + 0x00000000400d20bc 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_rebind + 0x00000000400d20bc 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x48 (size before relaxing) + .literal.dhcp_t2_timeout + 0x00000000400d20cc 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_reboot + 0x00000000400d20cc 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x54 (size before relaxing) + .literal.dhcp_select + 0x00000000400d20cc 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x64 (size before relaxing) + .literal.dhcp_handle_offer + 0x00000000400d20cc 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_discover + 0x00000000400d20d4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4c (size before relaxing) + .literal.dhcp_decline + 0x00000000400d20d4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x38 (size before relaxing) + .literal.dhcp_check + 0x00000000400d20d4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_bind + 0x00000000400d20d4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_handle_nak + 0x00000000400d20d4 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_dec_pcb_refcount + 0x00000000400d20d4 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1c (size before relaxing) + .literal.dhcp_inc_pcb_refcount + 0x00000000400d20e0 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x30 (size before relaxing) + .literal.dhcp_parse_reply + 0x00000000400d20ec 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2c (size before relaxing) + .literal.dhcp_handle_ack + 0x00000000400d20f8 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_recv + 0x00000000400d20f8 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .literal.dhcp_set_struct + 0x00000000400d2100 0x10 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24 (size before relaxing) + .literal.dhcp_cleanup + 0x00000000400d2110 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_network_changed + 0x00000000400d2114 0x8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x18 (size before relaxing) + .literal.dhcp_arp_reply + 0x00000000400d211c 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_renew + 0x00000000400d211c 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .literal.dhcp_t1_timeout + 0x00000000400d2120 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_release_and_stop + 0x00000000400d2120 0x4 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x44 (size before relaxing) + .literal.dhcp_start + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x24 (size before relaxing) + .literal.dhcp_coarse_tmr + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14 (size before relaxing) + .literal.dhcp_timeout + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x20 (size before relaxing) + .literal.dhcp_fine_tmr + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + .literal.dhcp_fine_timeout_cb + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_release + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_stop + 0x00000000400d2124 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4 (size before relaxing) + .literal.free_etharp_q + 0x00000000400d2124 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x20 (size before relaxing) + .literal.etharp_free_entry + 0x00000000400d2134 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_find_entry + 0x00000000400d2138 0x10 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x28 (size before relaxing) + .literal.etharp_update_arp_entry + 0x00000000400d2148 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x30 (size before relaxing) + .literal.etharp_raw + 0x00000000400d2150 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x3c (size before relaxing) + .literal.etharp_request_dst + 0x00000000400d2164 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_cleanup_netif + 0x00000000400d2168 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_input + 0x00000000400d2168 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x14 (size before relaxing) + .literal.etharp_request + 0x00000000400d2168 0x4 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x8 (size before relaxing) + .literal.etharp_tmr + 0x00000000400d216c 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xc (size before relaxing) + .literal.etharp_output_to_arp_index + 0x00000000400d216c 0x8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x24 (size before relaxing) + .literal.etharp_query + 0x00000000400d2174 0x14 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x54 (size before relaxing) + .literal.etharp_output + 0x00000000400d2188 0xc esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x48 (size before relaxing) + .literal.icmp_send_response + 0x00000000400d2194 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x28 (size before relaxing) + .literal.icmp_input + 0x00000000400d21a0 0xc esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x68 (size before relaxing) + .literal.icmp_dest_unreach + 0x00000000400d21ac 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_start_timer + 0x00000000400d21ac 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_delaying_member + 0x00000000400d21b4 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_ip_output_if + 0x00000000400d21b4 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_send + 0x00000000400d21b4 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_timeout + 0x00000000400d21c4 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_init + 0x00000000400d21c8 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_stop + 0x00000000400d21d0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_report_groups + 0x00000000400d21d0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.igmp_lookup_group + 0x00000000400d21d0 0x10 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x24 (size before relaxing) + .literal.igmp_start + 0x00000000400d21e0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x8 (size before relaxing) + .literal.igmp_input + 0x00000000400d21e0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x28 (size before relaxing) + .literal.igmp_joingroup_netif + 0x00000000400d21e0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10 (size before relaxing) + .literal.igmp_joingroup + 0x00000000400d21e0 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xc (size before relaxing) + .literal.igmp_leavegroup_netif + 0x00000000400d21e0 0x4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x14 (size before relaxing) + .literal.igmp_leavegroup + 0x00000000400d21e4 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xc (size before relaxing) + .literal.igmp_tmr + 0x00000000400d21e4 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x18 (size before relaxing) + .literal.igmp_timeout_cb + 0x00000000400d21e4 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x4 (size before relaxing) + .literal.ip4_input_accept + 0x00000000400d21e4 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x8 (size before relaxing) + .literal.ip4_route + 0x00000000400d21e4 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x10 (size before relaxing) + .literal.ip4_route_src + 0x00000000400d21e8 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x8 (size before relaxing) + .literal.ip4_input + 0x00000000400d21e8 0x4 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x68 (size before relaxing) + .literal.ip4_output_if_opt_src + 0x00000000400d21ec 0x14 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x44 (size before relaxing) + .literal.ip4_output_if_opt + 0x00000000400d2200 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if + 0x00000000400d2200 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4_output_if_src + 0x00000000400d2200 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x4 (size before relaxing) + .literal.ip4addr_aton + 0x00000000400d2200 0xc esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x20 (size before relaxing) + .literal.ip4_frag + 0x00000000400d220c 0xc esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x3c (size before relaxing) + .literal.icmp6_send_response_with_addrs_and_netif + 0x00000000400d2218 0x10 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x30 (size before relaxing) + .literal.icmp6_send_response + 0x00000000400d2228 0x8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x20 (size before relaxing) + .literal.icmp6_input + 0x00000000400d2230 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x48 (size before relaxing) + .literal.icmp6_dest_unreach + 0x00000000400d2230 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x4 (size before relaxing) + .literal.icmp6_param_problem + 0x00000000400d2230 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_input_accept + 0x00000000400d2230 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6_route + 0x00000000400d2230 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x1c (size before relaxing) + .literal.ip6_select_source_address + 0x00000000400d2230 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x14 (size before relaxing) + .literal.ip6_input + 0x00000000400d2234 0x4 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0xf8 (size before relaxing) + .literal.ip6_output_if_src + 0x00000000400d2238 0x14 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x48 (size before relaxing) + .literal.ip6_output_if + 0x00000000400d224c 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x8 (size before relaxing) + .literal.ip6_options_add_hbh_ra + 0x00000000400d224c 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x4 (size before relaxing) + .literal.ip6addr_aton + 0x00000000400d224c 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x10 (size before relaxing) + .literal.ip6_frag + 0x00000000400d224c 0x14 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x44 (size before relaxing) + .literal.mld6_delayed_report + 0x00000000400d2260 0x8 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x14 (size before relaxing) + .literal.mld6_new_group + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_send + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x20 (size before relaxing) + .literal.mld6_stop + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_report_groups + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.mld6_input + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x30 (size before relaxing) + .literal.mld6_joingroup_netif + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1c (size before relaxing) + .literal.mld6_joingroup + 0x00000000400d2268 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_leavegroup_netif + 0x00000000400d2268 0x4 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x1c (size before relaxing) + .literal.mld6_leavegroup + 0x00000000400d226c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xc (size before relaxing) + .literal.mld6_tmr + 0x00000000400d226c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x18 (size before relaxing) + .literal.mld6_timeout_cb + 0x00000000400d226c 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_neighbor_cache_entry + 0x00000000400d226c 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_find_destination_cache_entry + 0x00000000400d2270 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_new_destination_cache_entry + 0x00000000400d2274 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_is_prefix_in_netif + 0x00000000400d2274 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_select_router + 0x00000000400d2278 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .literal.nd6_get_router + 0x00000000400d2280 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_get_onlink_prefix + 0x00000000400d2280 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_onlink_prefix + 0x00000000400d2280 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_send_q + 0x00000000400d2280 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x18 (size before relaxing) + .literal.nd6_duplicate_addr_detected + 0x00000000400d2280 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_process_autoconfig_prefix + 0x00000000400d2280 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2c (size before relaxing) + .literal.nd6_free_q + 0x00000000400d2290 0x1c esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x34 (size before relaxing) + .literal.nd6_free_neighbor_cache_entry + 0x00000000400d22ac 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_new_neighbor_cache_entry + 0x00000000400d22ac 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_send_na + 0x00000000400d22ac 0xc esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_rs + 0x00000000400d22b8 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x20 (size before relaxing) + .literal.nd6_send_ns + 0x00000000400d22bc 0x4 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x30 (size before relaxing) + .literal.nd6_send_neighbor_cache_probe + 0x00000000400d22c0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_new_router + 0x00000000400d22c0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_get_next_hop_entry + 0x00000000400d22c0 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4c (size before relaxing) + .literal.nd6_queue_packet + 0x00000000400d22d0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x28 (size before relaxing) + .literal.nd6_input + 0x00000000400d22d0 0x10 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x128 (size before relaxing) + .literal.nd6_tmr + 0x00000000400d22e0 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x54 (size before relaxing) + .literal.nd6_clear_destination_cache + 0x00000000400d22e8 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4 (size before relaxing) + .literal.nd6_find_route + 0x00000000400d22e8 0x8 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_get_next_hop_addr_or_queue + 0x00000000400d22f0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xc (size before relaxing) + .literal.nd6_get_destination_mtu + 0x00000000400d22f0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x8 (size before relaxing) + .literal.nd6_reachability_hint + 0x00000000400d22f0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1c (size before relaxing) + .literal.nd6_cleanup_netif + 0x00000000400d22f0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x14 (size before relaxing) + .literal.nd6_adjust_mld_membership + 0x00000000400d22f0 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x10 (size before relaxing) + .literal.ethernet_input + 0x00000000400d22f0 0x4 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x28 (size before relaxing) + .literal.ethernet_output + 0x00000000400d22f4 0xc esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x20 (size before relaxing) + .literal.lwip_init_tcp_isn + 0x00000000400d2300 0x10 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x18 (size before relaxing) + .literal.lwip_hook_tcp_isn + 0x00000000400d2310 0xc esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x2c (size before relaxing) + .literal.lwip_hook_ip6_input + 0x00000000400d231c 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x4 (size before relaxing) + .literal.ip4_route_src_hook + 0x00000000400d231c 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x4 (size before relaxing) + .literal.dhcp_parse_extra_opts + 0x00000000400d231c 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0xc (size before relaxing) + .literal.dhcp_append_extra_opts + 0x00000000400d231c 0x4 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .literal.lwip_getsockopt_impl_ext + 0x00000000400d2320 0x4 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + 0x8 (size before relaxing) + .literal.sys_thread_sem_free + 0x00000000400d2324 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mutex_new + 0x00000000400d232c 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_mutex_lock + 0x00000000400d2330 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mutex_unlock + 0x00000000400d2340 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_new + 0x00000000400d234c 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_sem_signal + 0x00000000400d235c 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_sem_signal_isr + 0x00000000400d2364 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_arch_sem_wait + 0x00000000400d2368 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_sem_free + 0x00000000400d2370 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_mbox_new + 0x00000000400d2370 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_mbox_post + 0x00000000400d2370 0x8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_trypost + 0x00000000400d2378 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x4 (size before relaxing) + .literal.sys_arch_mbox_fetch + 0x00000000400d2378 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x20 (size before relaxing) + .literal.sys_arch_mbox_tryfetch + 0x00000000400d2384 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x14 (size before relaxing) + .literal.sys_mbox_free + 0x00000000400d2388 0xc esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.sys_thread_new + 0x00000000400d2394 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_init + 0x00000000400d2398 0x1c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x28 (size before relaxing) + .literal.sys_now + 0x00000000400d23b4 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .literal.sys_arch_protect + 0x00000000400d23b8 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_arch_unprotect + 0x00000000400d23b8 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8 (size before relaxing) + .literal.sys_thread_sem_init + 0x00000000400d23b8 0x4 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x2c (size before relaxing) + .literal.sys_thread_sem_get + 0x00000000400d23bc 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xc (size before relaxing) + .literal.sys_thread_tcpip + 0x00000000400d23bc 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1c (size before relaxing) + .literal.lwip_get_socket_select_semaphore + 0x00000000400d23cc 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select_isr + 0x00000000400d23cc 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_stop_socket_select + 0x00000000400d23cc 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_ioctl_r_wrapper + 0x00000000400d23cc 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_fcntl_r_wrapper + 0x00000000400d23cc 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x4 (size before relaxing) + .literal.lwip_fstat + 0x00000000400d23cc 0x4 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_vfs_lwip_sockets_register + 0x00000000400d23d0 0x38 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x40 (size before relaxing) + .literal.netconn_apimsg + 0x00000000400d2408 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_tcp_recvd_msg + 0x00000000400d2408 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_close_shutdown + 0x00000000400d240c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_new_with_proto_and_callback + 0x00000000400d2410 0x18 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x34 (size before relaxing) + .literal.netconn_prepare_delete + 0x00000000400d2428 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_delete + 0x00000000400d242c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_getaddr + 0x00000000400d242c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_bind + 0x00000000400d2430 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x14 (size before relaxing) + .literal.netconn_connect + 0x00000000400d2434 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_disconnect + 0x00000000400d2438 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_listen_with_backlog + 0x00000000400d243c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_tcp_recvd + 0x00000000400d2440 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_send + 0x00000000400d2440 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_write_vectors_partly + 0x00000000400d2444 0xc esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x20 (size before relaxing) + .literal.netconn_write_partly + 0x00000000400d2450 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_err + 0x00000000400d2450 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x8 (size before relaxing) + .literal.netconn_accept + 0x00000000400d2450 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x3c (size before relaxing) + .literal.netconn_recv_data + 0x00000000400d2454 0x8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x48 (size before relaxing) + .literal.netconn_recv_udp_raw_netbuf_flags + 0x00000000400d245c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_recv_data_tcp + 0x00000000400d245c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x10 (size before relaxing) + .literal.netconn_recv_tcp_pbuf_flags + 0x00000000400d245c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_shutdown + 0x00000000400d245c 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x4 (size before relaxing) + .literal.netconn_join_leave_group + 0x00000000400d245c 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_join_leave_group_netif + 0x00000000400d2460 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.netconn_gethostbyname_addrtype + 0x00000000400d2464 0x4 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xc (size before relaxing) + .literal.lwip_netconn_err_to_msg + 0x00000000400d2468 0x18 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_dns_found + 0x00000000400d2480 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.recv_udp + 0x00000000400d2480 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x3c (size before relaxing) + .literal.recv_raw + 0x00000000400d2490 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.setup_tcp + 0x00000000400d2490 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.pcb_new + 0x00000000400d24a4 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x30 (size before relaxing) + .literal.lwip_netconn_do_connected + 0x00000000400d24b8 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.err_tcp + 0x00000000400d24c8 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x40 (size before relaxing) + .literal.netconn_mark_mbox_invalid + 0x00000000400d24dc 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_writemore + 0x00000000400d24e0 0x1c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x60 (size before relaxing) + .literal.lwip_netconn_do_close_internal + 0x00000000400d24fc 0x1c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x88 (size before relaxing) + .literal.poll_tcp + 0x00000000400d2518 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.sent_tcp + 0x00000000400d251c 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.tcp_do_abort + 0x00000000400d2520 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4 (size before relaxing) + .literal.recv_tcp + 0x00000000400d2520 0x14 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_is_deallocated_msg + 0x00000000400d2534 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4 (size before relaxing) + .literal.lwip_netconn_is_err_msg + 0x00000000400d2534 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_newconn + 0x00000000400d253c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.netconn_alloc + 0x00000000400d253c 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.netconn_free + 0x00000000400d2544 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x28 (size before relaxing) + .literal.netconn_drain + 0x00000000400d2554 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x44 (size before relaxing) + .literal.accept_function + 0x00000000400d2560 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x4c (size before relaxing) + .literal.lwip_netconn_do_delconn + 0x00000000400d2568 0x10 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_do_bind + 0x00000000400d2578 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_connect + 0x00000000400d2578 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_disconnect + 0x00000000400d257c 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.lwip_netconn_do_listen + 0x00000000400d257c 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x34 (size before relaxing) + .literal.lwip_netconn_do_send + 0x00000000400d2588 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_recv + 0x00000000400d2588 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc (size before relaxing) + .literal.lwip_netconn_do_accepted + 0x00000000400d2588 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8 (size before relaxing) + .literal.lwip_netconn_do_write + 0x00000000400d2588 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x24 (size before relaxing) + .literal.lwip_netconn_do_getaddr + 0x00000000400d2590 0x8 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_close + 0x00000000400d2598 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x38 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group + 0x00000000400d25a4 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x14 (size before relaxing) + .literal.lwip_netconn_do_join_leave_group_netif + 0x00000000400d25a4 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x18 (size before relaxing) + .literal.lwip_netconn_do_gethostbyname + 0x00000000400d25a4 0x4 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc (size before relaxing) + .literal.err_to_errno + 0x00000000400d25a8 0x4 esp-idf/lwip/liblwip.a(err.c.obj) + .literal.netbuf_delete + 0x00000000400d25ac 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x8 (size before relaxing) + .literal.netbuf_alloc + 0x00000000400d25ac 0xc esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x18 (size before relaxing) + .literal.netbuf_free + 0x00000000400d25b8 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x4 (size before relaxing) + .literal.inet_cksum_pseudo_base + 0x00000000400d25b8 0x4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0xc (size before relaxing) + .literal.inet_chksum_pseudo + 0x00000000400d25bc 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip6_chksum_pseudo + 0x00000000400d25bc 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.ip_chksum_pseudo + 0x00000000400d25bc 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x8 (size before relaxing) + .literal.inet_chksum + 0x00000000400d25bc 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.inet_chksum_pbuf + 0x00000000400d25bc 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_add_to_list_unsafe + 0x00000000400d25bc 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .literal.esp_netif_remove_from_list_unsafe + 0x00000000400d25c8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x1c (size before relaxing) + .literal.esp_netif_get_nr_of_ifs + 0x00000000400d25d4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_next_unsafe + 0x00000000400d25d4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_is_netif_listed + 0x00000000400d25d4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_get_handle_from_ifkey_unsafe + 0x00000000400d25d4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_is_active + 0x00000000400d25d8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_default_netif_internal + 0x00000000400d25d8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_lwip_ipc_call_msg + 0x00000000400d25d8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1c (size before relaxing) + .literal.esp_netif_lwip_ipc_call + 0x00000000400d25e4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_update_default_netif + 0x00000000400d25e4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_lwip_ipc_call_get_netif + 0x00000000400d25e8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_api_cb + 0x00000000400d25e8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.tcpip_init_done + 0x00000000400d25e8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_config_sanity_check + 0x00000000400d25e8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x1c (size before relaxing) + .literal.get_handle_from_ifkey_api + 0x00000000400d25f4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_mac_api + 0x00000000400d25f4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_set_ip_old_info_api + 0x00000000400d25f4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_dhcps_cb + 0x00000000400d25f4 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_start_ip_lost_timer + 0x00000000400d2600 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.netif_set_mldv6_flag + 0x00000000400d2608 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_internal_nd6_cb + 0x00000000400d260c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x24 (size before relaxing) + .literal.netif_set_garp_flag + 0x00000000400d2610 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_ip_lost_timer + 0x00000000400d2618 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x20 (size before relaxing) + .literal.netif_send_mldv6 + 0x00000000400d261c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x10 (size before relaxing) + .literal.esp_netif_init_configuration + 0x00000000400d261c 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x2c (size before relaxing) + .literal.netif_unset_garp_flag + 0x00000000400d2628 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.netif_unset_mldv6_flag + 0x00000000400d2628 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_lwip_remove + 0x00000000400d2628 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_destroy_api + 0x00000000400d2628 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_new_api + 0x00000000400d262c 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xb8 (size before relaxing) + .literal.netif_send_garp + 0x00000000400d2648 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_lwip_add + 0x00000000400d2648 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_start_api + 0x00000000400d264c 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x70 (size before relaxing) + .literal.esp_netif_stop_api + 0x00000000400d267c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.dns_clear_servers + 0x00000000400d2680 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_dhcpc_start_api + 0x00000000400d2680 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + .literal.esp_netif_set_hostname_api + 0x00000000400d2688 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x18 (size before relaxing) + .literal.esp_netif_up_api + 0x00000000400d268c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x10 (size before relaxing) + .literal.esp_netif_down_api + 0x00000000400d268c 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.esp_netif_init + 0x00000000400d268c 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x5c (size before relaxing) + .literal.esp_netif_new + 0x00000000400d269c 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_get_handle_from_ifkey + 0x00000000400d26a0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_attach + 0x00000000400d26a4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x14 (size before relaxing) + .literal.esp_netif_set_driver_config + 0x00000000400d26ac 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_mac + 0x00000000400d26ac 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xc (size before relaxing) + .literal.esp_netif_start + 0x00000000400d26b0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_stop + 0x00000000400d26b4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_netstack_buf_ref + 0x00000000400d26b8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_netstack_buf_free + 0x00000000400d26b8 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_dhcpc_start + 0x00000000400d26b8 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_set_hostname + 0x00000000400d26bc 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_get_hostname + 0x00000000400d26c0 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_up + 0x00000000400d26c0 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_down + 0x00000000400d26c4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_update_default_netif_lwip + 0x00000000400d26c8 0xc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3c (size before relaxing) + .literal.esp_netif_get_old_ip_info + 0x00000000400d26d4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_get_ip_info + 0x00000000400d26d4 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_set_old_ip_info + 0x00000000400d26d4 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_netif_internal_dhcpc_cb + 0x00000000400d26d8 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x30 (size before relaxing) + .literal.netif_callback_fn + 0x00000000400d26e0 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8 (size before relaxing) + .literal.esp_supp_crc32 + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_gmac + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_decrypt + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_encrypt + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_unwrap + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_wrap + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x4 (size before relaxing) + .literal.sha256_prf_bits + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x14 (size before relaxing) + .literal.sha256_prf + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x4 (size before relaxing) + .literal.sha1_prf + 0x00000000400d26e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x14 (size before relaxing) + .literal.digest_vector + 0x00000000400d26e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + .literal.hmac_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + .literal.aes_crypt_init + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.aes_crypt_deinit + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.aes_crypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.sha256_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.sha1_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.md5_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha256_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha256 + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_md5_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_md5 + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha1_vector + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.hmac_sha1 + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt_init + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_encrypt_deinit + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt_init + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_decrypt_deinit + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_128_cbc_encrypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.aes_128_cbc_decrypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + .literal.aes_ctr_encrypt + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x10 (size before relaxing) + .literal.pbkdf2_sha1 + 0x00000000400d26e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.omac1_aes_vector + 0x00000000400d26e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x20 (size before relaxing) + .literal.omac1_aes_128_vector + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.omac1_aes_128 + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4 (size before relaxing) + .literal.aes_wrap + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x24 (size before relaxing) + .literal.aes_unwrap + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x1c (size before relaxing) + .literal.os_get_time + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_random + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_get_random + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.os_sleep + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x8 (size before relaxing) + .literal.forced_memzero + 0x00000000400d26e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x4 (size before relaxing) + .literal.ccmp_aad_nonce + 0x00000000400d26e8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.ccmp_decrypt + 0x00000000400d26f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x10 (size before relaxing) + .literal.ccmp_encrypt + 0x00000000400d26f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x18 (size before relaxing) + .literal.shift_right_block + 0x00000000400d26f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x4 (size before relaxing) + .literal.ghash_start + 0x00000000400d26f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x4 (size before relaxing) + .literal.gf_mult + 0x00000000400d26f0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x14 (size before relaxing) + .literal.aes_gcm_init_hash_subkey + 0x00000000400d26f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0xc (size before relaxing) + .literal.aes_gctr + 0x00000000400d26f4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x14 (size before relaxing) + .literal.aes_gcm_gctr + 0x00000000400d26f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0xc (size before relaxing) + .literal.ghash + 0x00000000400d26f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x20 (size before relaxing) + .literal.aes_gcm_ghash + 0x00000000400d26f8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x18 (size before relaxing) + .literal.aes_gcm_prepare_j0 + 0x00000000400d26fc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x18 (size before relaxing) + .literal.aes_gcm_ae + 0x00000000400d2700 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x18 (size before relaxing) + .literal.aes_gmac + 0x00000000400d2700 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x4 (size before relaxing) + .literal.hex2byte + 0x00000000400d2700 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.hexstr2bin + 0x00000000400d2704 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_get_ntp_timestamp + 0x00000000400d2704 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xc (size before relaxing) + .literal.printf_decode + 0x00000000400d270c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.dup_binstr + 0x00000000400d270c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_config_parse_string + 0x00000000400d270c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x38 (size before relaxing) + .literal.bin_clear_free + 0x00000000400d2714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.os_memdup + 0x00000000400d2714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x8 (size before relaxing) + .literal.os_reltime_expired + 0x00000000400d2714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x4 (size before relaxing) + .literal.HMAC_sha1_final + 0x00000000400d2714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_sha1_init_start + 0x00000000400d2714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x8 (size before relaxing) + .literal.HMAC_sha1_init + 0x00000000400d2714 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x34 (size before relaxing) + .literal.pbkdf2_f_sha1 + 0x00000000400d2724 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x30 (size before relaxing) + .literal.pbkdf2_sha1 + 0x00000000400d2730 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x28 (size before relaxing) + .literal.fastpbkdf2_hmac_sha1 + 0x00000000400d273c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_encr_start + 0x00000000400d273c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth + 0x00000000400d273c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr + 0x00000000400d2740 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc (size before relaxing) + .literal.aes_ccm_encr_auth + 0x00000000400d2740 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_decr_auth + 0x00000000400d2740 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x4 (size before relaxing) + .literal.aes_ccm_auth_start + 0x00000000400d2740 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal.aes_ccm_ae + 0x00000000400d2740 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x1c (size before relaxing) + .literal.aes_ccm_ad + 0x00000000400d2740 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x20 (size before relaxing) + .literal.esp_wifi_config_info + 0x00000000400d2744 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x74 (size before relaxing) + .literal.wifi_deinit_internal + 0x00000000400d276c 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x4c (size before relaxing) + .literal.esp_wifi_set_log_level + 0x00000000400d2784 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x4 (size before relaxing) + .literal.s_set_default_wifi_log_level + 0x00000000400d2784 0x10 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x20 (size before relaxing) + .literal.esp_wifi_init + 0x00000000400d2794 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x5c (size before relaxing) + .literal.wifi_default_action_sta_got_ip + 0x00000000400d27b0 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x1c (size before relaxing) + .literal.wifi_default_action_ap_stop + 0x00000000400d27bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_stop + 0x00000000400d27bc 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_start + 0x00000000400d27bc 0x28 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x50 (size before relaxing) + .literal.wifi_default_action_ap_start + 0x00000000400d27e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_start + 0x00000000400d27e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_disconnected + 0x00000000400d27e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.wifi_default_action_sta_connected + 0x00000000400d27e4 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x28 (size before relaxing) + .literal.clear_default_wifi_handlers + 0x00000000400d27e4 0x2c esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4c (size before relaxing) + .literal.set_default_wifi_handlers + 0x00000000400d2810 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x50 (size before relaxing) + .literal.create_and_attach + 0x00000000400d2810 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x18 (size before relaxing) + .literal.esp_netif_attach_wifi + 0x00000000400d2818 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x8 (size before relaxing) + .literal.esp_wifi_set_default_wifi_sta_handlers + 0x00000000400d2818 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_set_default_wifi_ap_handlers + 0x00000000400d2818 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_attach_wifi_station + 0x00000000400d2818 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_attach_wifi_ap + 0x00000000400d2818 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_create_default_wifi_ap + 0x00000000400d2818 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x38 (size before relaxing) + .literal.esp_netif_create_default_wifi_sta + 0x00000000400d2838 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x38 (size before relaxing) + .literal.parse_url_char + 0x00000000400d284c 0xc esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_parse_host_char + 0x00000000400d2858 0x4 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x8 (size before relaxing) + .literal.http_parse_host + 0x00000000400d285c 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x1c (size before relaxing) + .literal.http_should_keep_alive + 0x00000000400d2870 0x4 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .literal.http_parser_execute + 0x00000000400d2874 0x1b8 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x2a0 (size before relaxing) + .literal.http_parser_init + 0x00000000400d2a2c 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x8 (size before relaxing) + .literal.http_parser_settings_init + 0x00000000400d2a2c 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x4 (size before relaxing) + .literal.http_parser_url_init + 0x00000000400d2a2c 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x4 (size before relaxing) + .literal.http_parser_parse_url + 0x00000000400d2a2c 0x14 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x24 (size before relaxing) + .literal.http_parser_pause + 0x00000000400d2a40 0x10 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x20 (size before relaxing) + .literal.ms_to_timeval + 0x00000000400d2a50 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .literal.esp_tls_hostname_to_fd + 0x00000000400d2a54 0x24 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x60 (size before relaxing) + .literal.esp_tls_set_socket_options + 0x00000000400d2a78 0x24 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x8c (size before relaxing) + .literal.esp_tls_set_socket_non_blocking + 0x00000000400d2a9c 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x40 (size before relaxing) + .literal.tcp_connect + 0x00000000400d2aac 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xac (size before relaxing) + .literal.tcp_write + 0x00000000400d2acc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.tcp_read + 0x00000000400d2acc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.create_ssl_handle + 0x00000000400d2acc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_handshake + 0x00000000400d2acc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_low_level_conn + 0x00000000400d2acc 0x24 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x80 (size before relaxing) + .literal.esp_tls_conn_destroy + 0x00000000400d2af0 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_tls_init + 0x00000000400d2af0 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_tls_plain_tcp_connect + 0x00000000400d2af0 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_conn_new_sync + 0x00000000400d2af0 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x34 (size before relaxing) + .literal.esp_tls_conn_new_async + 0x00000000400d2afc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_get_bytes_avail + 0x00000000400d2afc 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_get_conn_sockfd + 0x00000000400d2afc 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + .literal.esp_tls_internal_event_tracker_create + 0x00000000400d2b00 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_internal_event_tracker_destroy + 0x00000000400d2b00 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x4 (size before relaxing) + .literal.esp_tls_get_platform_time + 0x00000000400d2b00 0x4 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .literal.set_global_ca_store + 0x00000000400d2b04 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x2c (size before relaxing) + .literal.set_ca_cert + 0x00000000400d2b24 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x44 (size before relaxing) + .literal.set_pki_context + 0x00000000400d2b34 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x70 (size before relaxing) + .literal.esp_mbedtls_read + 0x00000000400d2b54 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.esp_mbedtls_write + 0x00000000400d2b64 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.esp_mbedtls_verify_certificate + 0x00000000400d2b6c 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x24 (size before relaxing) + .literal.esp_mbedtls_handshake + 0x00000000400d2b78 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x28 (size before relaxing) + .literal.esp_mbedtls_get_bytes_avail + 0x00000000400d2b80 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x14 (size before relaxing) + .literal.esp_mbedtls_cleanup + 0x00000000400d2b88 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x24 (size before relaxing) + .literal.esp_mbedtls_conn_delete + 0x00000000400d2b88 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x8 (size before relaxing) + .literal.set_client_config + 0x00000000400d2b88 0x48 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xe8 (size before relaxing) + .literal.esp_create_mbedtls_handle + 0x00000000400d2bd0 0x34 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xb0 (size before relaxing) + .literal.esp_transport_list_init + 0x00000000400d2c04 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x1c (size before relaxing) + .literal.esp_transport_list_add + 0x00000000400d2c14 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x24 (size before relaxing) + .literal.esp_transport_list_get_transport + 0x00000000400d2c1c 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .literal.esp_transport_init + 0x00000000400d2c20 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x1c (size before relaxing) + .literal.esp_transport_destroy + 0x00000000400d2c24 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x8 (size before relaxing) + .literal.esp_transport_list_clean + 0x00000000400d2c24 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_list_destroy + 0x00000000400d2c24 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x8 (size before relaxing) + .literal.esp_transport_set_func + 0x00000000400d2c24 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .literal.capture_tcp_transport_error + 0x00000000400d2c28 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x10 (size before relaxing) + .literal.esp_transport_set_errors + 0x00000000400d2c30 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x8 (size before relaxing) + .literal.esp_tls_connect_async + 0x00000000400d2c34 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x24 (size before relaxing) + .literal.ssl_connect_async + 0x00000000400d2c3c 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.tcp_connect_async + 0x00000000400d2c3c 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.base_poll_write + 0x00000000400d2c3c 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x2c (size before relaxing) + .literal.base_poll_read + 0x00000000400d2c48 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x30 (size before relaxing) + .literal.base_close + 0x00000000400d2c4c 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write + 0x00000000400d2c4c 0x18 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x48 (size before relaxing) + .literal.ssl_read + 0x00000000400d2c64 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x38 (size before relaxing) + .literal.ssl_connect + 0x00000000400d2c70 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x54 (size before relaxing) + .literal.esp_transport_esp_tls_create + 0x00000000400d2c78 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_base_init + 0x00000000400d2c78 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x38 (size before relaxing) + .literal.tcp_write + 0x00000000400d2c84 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x3c (size before relaxing) + .literal.tcp_read + 0x00000000400d2c88 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x30 (size before relaxing) + .literal.tcp_connect + 0x00000000400d2c8c 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x1c (size before relaxing) + .literal.esp_transport_ssl_init + 0x00000000400d2c90 0x24 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x30 (size before relaxing) + .literal.esp_transport_esp_tls_destroy + 0x00000000400d2cb4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x4 (size before relaxing) + .literal.base_destroy + 0x00000000400d2cb4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xc (size before relaxing) + .literal.esp_transport_tcp_init + 0x00000000400d2cb4 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x30 (size before relaxing) + .literal.esp_transport_tcp_set_interface_name + 0x00000000400d2cc4 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .literal.esp_transport_utils_ms_to_timeval + 0x00000000400d2cc8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x4 (size before relaxing) + .literal.esp_transport_init_foundation_transport + 0x00000000400d2cc8 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x2c (size before relaxing) + .literal.esp_transport_destroy_foundation_transport + 0x00000000400d2cd8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x8 (size before relaxing) + .literal.ws_get_payload_transport_handle + 0x00000000400d2cd8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x4 (size before relaxing) + .literal.ws_poll_write + 0x00000000400d2cd8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal._ws_write + 0x00000000400d2cd8 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x34 (size before relaxing) + .literal.ws_write + 0x00000000400d2ce4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.ws_destroy + 0x00000000400d2ce4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x20 (size before relaxing) + .literal.internal_esp_transport_ws_set_path + 0x00000000400d2ce4 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xc (size before relaxing) + .literal.ws_poll_read + 0x00000000400d2ce8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.ws_close + 0x00000000400d2ce8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.esp_transport_read_internal + 0x00000000400d2ce8 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xc (size before relaxing) + .literal.esp_transport_read_exact_size + 0x00000000400d2cec 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.ws_read_header + 0x00000000400d2cf0 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x40 (size before relaxing) + .literal.ws_read_payload + 0x00000000400d2cf4 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x18 (size before relaxing) + .literal.trimwhitespace + 0x00000000400d2cf4 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x8 (size before relaxing) + .literal.get_http_header + 0x00000000400d2cf8 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.get_http_status_code + 0x00000000400d2d04 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.ws_connect + 0x00000000400d2d14 0x58 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x10c (size before relaxing) + .literal.esp_transport_ws_set_path + 0x00000000400d2d6c 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .literal.esp_transport_ws_init + 0x00000000400d2d70 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x90 (size before relaxing) + .literal.esp_transport_ws_set_subprotocol + 0x00000000400d2da8 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xc (size before relaxing) + .literal.esp_transport_ws_poll_connection_closed + 0x00000000400d2da8 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x38 (size before relaxing) + .literal.esp_transport_ws_handle_control_frames + 0x00000000400d2db0 0x1c esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x68 (size before relaxing) + .literal.ws_handle_control_frame_internal + 0x00000000400d2dcc 0xc esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x3c (size before relaxing) + .literal.ws_read + 0x00000000400d2dd8 0x4 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x20 (size before relaxing) + .literal.httpd_process_session + 0x00000000400d2ddc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0xc (size before relaxing) + .literal.httpd_process_ctrl_msg + 0x00000000400d2ddc 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x28 (size before relaxing) + .literal.httpd_os_thread_delete + 0x00000000400d2dec 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x8 (size before relaxing) + .literal.httpd_create + 0x00000000400d2df0 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x84 (size before relaxing) + .literal.httpd_server_init + 0x00000000400d2e08 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x98 (size before relaxing) + .literal.httpd_delete + 0x00000000400d2e24 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18 (size before relaxing) + .literal.esp_http_server_dispatch_event + 0x00000000400d2e24 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x1c (size before relaxing) + .literal.httpd_accept_conn + 0x00000000400d2e2c 0x2c esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0xc0 (size before relaxing) + .literal.httpd_server + 0x00000000400d2e58 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x44 (size before relaxing) + .literal.httpd_thread + 0x00000000400d2e68 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18 (size before relaxing) + .literal.httpd_queue_work + 0x00000000400d2e68 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18 (size before relaxing) + .literal.httpd_start + 0x00000000400d2e70 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x38 (size before relaxing) + .literal.fd_is_valid + 0x00000000400d2e84 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_get_free + 0x00000000400d2e84 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_is_sess_available + 0x00000000400d2e88 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_get + 0x00000000400d2e88 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_free_ctx + 0x00000000400d2e88 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .literal.httpd_sess_clear_ctx + 0x00000000400d2e8c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_set_descriptors + 0x00000000400d2e8c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_delete_invalid + 0x00000000400d2e8c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_delete + 0x00000000400d2e8c 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x2c (size before relaxing) + .literal.enum_function + 0x00000000400d2ea0 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x20 (size before relaxing) + .literal.httpd_sess_new + 0x00000000400d2ea8 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x2c (size before relaxing) + .literal.httpd_sess_close + 0x00000000400d2eb8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sess_init + 0x00000000400d2eb8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_process + 0x00000000400d2eb8 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_trigger_close_ + 0x00000000400d2eb8 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_sess_close_lru + 0x00000000400d2ebc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0xc (size before relaxing) + .literal.httpd_sess_close_all + 0x00000000400d2ebc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x8 (size before relaxing) + .literal.httpd_recv_pending + 0x00000000400d2ebc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_sock_err + 0x00000000400d2ebc 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x24 (size before relaxing) + .literal.httpd_recv_with_opt + 0x00000000400d2ecc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_recv + 0x00000000400d2ecc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_unrecv + 0x00000000400d2ecc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_resp_set_hdr + 0x00000000400d2ecc 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .literal.httpd_resp_send + 0x00000000400d2ed0 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4c (size before relaxing) + .literal.httpd_resp_send_err + 0x00000000400d2ee0 0x74 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xb0 (size before relaxing) + .literal.httpd_req_handle_err + 0x00000000400d2f54 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x4 (size before relaxing) + .literal.httpd_req_recv + 0x00000000400d2f54 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x8 (size before relaxing) + .literal.httpd_default_send + 0x00000000400d2f54 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xc (size before relaxing) + .literal.httpd_default_recv + 0x00000000400d2f58 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xc (size before relaxing) + .literal.httpd_uri_match_simple + 0x00000000400d2f5c 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x8 (size before relaxing) + .literal.httpd_find_uri_handler + 0x00000000400d2f60 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x4 (size before relaxing) + .literal.httpd_uri_match_wildcard + 0x00000000400d2f60 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0xc (size before relaxing) + .literal.httpd_register_uri_handler + 0x00000000400d2f60 0x1c esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x40 (size before relaxing) + .literal.httpd_unregister_all_uri_handlers + 0x00000000400d2f7c 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x8 (size before relaxing) + .literal.httpd_uri + 0x00000000400d2f7c 0x10 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x38 (size before relaxing) + .literal.cs_create_ctrl_sock + 0x00000000400d2f8c 0x4 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x14 (size before relaxing) + .literal.cs_free_ctrl_sock + 0x00000000400d2f90 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x4 (size before relaxing) + .literal.cs_send_to_ctrl_sock + 0x00000000400d2f90 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0xc (size before relaxing) + .literal.init_req + 0x00000000400d2f90 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.init_req_aux + 0x00000000400d2f90 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x8 (size before relaxing) + .literal.parse_init + 0x00000000400d2f94 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x24 (size before relaxing) + .literal.cb_header_value + 0x00000000400d2fac 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x14 (size before relaxing) + .literal.cb_url + 0x00000000400d2fb8 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x20 (size before relaxing) + .literal.verify_url + 0x00000000400d2fc0 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x3c (size before relaxing) + .literal.pause_parsing + 0x00000000400d2fd8 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x28 (size before relaxing) + .literal.cb_no_body + 0x00000000400d2fe4 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x1c (size before relaxing) + .literal.cb_on_body + 0x00000000400d2fe8 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x18 (size before relaxing) + .literal.cb_header_field + 0x00000000400d2fec 0x4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x20 (size before relaxing) + .literal.continue_parsing + 0x00000000400d2ff0 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.cb_headers_complete + 0x00000000400d2ff0 0xc esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x34 (size before relaxing) + .literal.read_block + 0x00000000400d2ffc 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x8 (size before relaxing) + .literal.parse_block + 0x00000000400d2ffc 0x14 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x40 (size before relaxing) + .literal.httpd_parse_req + 0x00000000400d3010 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x18 (size before relaxing) + .literal.httpd_req_cleanup + 0x00000000400d3010 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x4 (size before relaxing) + .literal.httpd_req_new + 0x00000000400d3010 0x8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x18 (size before relaxing) + .literal.httpd_req_delete + 0x00000000400d3018 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xc (size before relaxing) + .literal.ssl_check_record_type + 0x00000000400d3018 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.ssl_read_application_data + 0x00000000400d301c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_build_record_nonce + 0x00000000400d3020 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_extract_add_data_from_record + 0x00000000400d3020 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_hmac + 0x00000000400d3020 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x48 (size before relaxing) + .literal.ssl_consume_current_message + 0x00000000400d3020 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_check_ctr_renegotiate + 0x00000000400d3024 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_encrypt_buf + 0x00000000400d3028 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x68 (size before relaxing) + .literal.mbedtls_ssl_decrypt_buf + 0x00000000400d3034 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x68 (size before relaxing) + .literal.ssl_prepare_record_content + 0x00000000400d303c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_fetch_input + 0x00000000400d3044 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_start_handshake_msg + 0x00000000400d3050 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .literal.mbedtls_ssl_prepare_handshake_record + 0x00000000400d3054 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_handle_message_type + 0x00000000400d3058 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_update_out_pointers + 0x00000000400d3064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_flush_output + 0x00000000400d3064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_reset_in_out_pointers + 0x00000000400d3064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_transform_free + 0x00000000400d3064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_write_record + 0x00000000400d3064 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_write_handshake_msg_ext + 0x00000000400d3068 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_finish_handshake_msg + 0x00000000400d3068 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_write_change_cipher_spec + 0x00000000400d3068 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_send_alert_message + 0x00000000400d3068 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.ssl_tls12_handle_hs_message_post_handshake + 0x00000000400d3068 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xc (size before relaxing) + .literal.ssl_handle_hs_message_post_handshake + 0x00000000400d306c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_real + 0x00000000400d306c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_write + 0x00000000400d306c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_record_header + 0x00000000400d306c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.ssl_get_next_record + 0x00000000400d306c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_read_record + 0x00000000400d306c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_parse_change_cipher_spec + 0x00000000400d3078 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_read + 0x00000000400d3078 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_ssl_handle_pending_alert + 0x00000000400d3080 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8 (size before relaxing) + .literal.ssl_mfl_code_to_length + 0x00000000400d3084 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_conf_version_check + 0x00000000400d308c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_conf_check + 0x00000000400d3090 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_set_handshake_prfs + 0x00000000400d3094 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.tls_prf_get_type + 0x00000000400d30ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_key_cert_free + 0x00000000400d30ac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .text.esp_app_get_description + 0x00000000400d30ac 0x8 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x00000000400d30ac esp_app_get_description + .text.esp_init_app_elf_sha256 + 0x00000000400d30b4 0xf esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x00000000400d30b4 esp_init_app_elf_sha256 + *fill* 0x00000000400d30c3 0x1 + .text.esp_pthread_cfg_key_destructor + 0x00000000400d30c4 0xa esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d30ce 0x2 + .text.esp_pthread_init + 0x00000000400d30d0 0x36 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3e (size before relaxing) + 0x00000000400d30d0 esp_pthread_init + *fill* 0x00000000400d3106 0x2 + .text.pthread_mutex_init + 0x00000000400d3108 0x68 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x70 (size before relaxing) + 0x00000000400d3108 pthread_mutex_init + .text.pthread_mutex_init_if_static + 0x00000000400d3170 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x3c (size before relaxing) + .text.pthread_mutex_destroy + 0x00000000400d31a0 0x6a esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x7a (size before relaxing) + 0x00000000400d31a0 pthread_mutex_destroy + *fill* 0x00000000400d320a 0x2 + .text.find_key + 0x00000000400d320c 0x2c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x2f (size before relaxing) + *fill* 0x00000000400d3238 0x0 + .text.pthread_cleanup_thread_specific_data_callback + 0x00000000400d3238 0x3f esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400d3277 0x1 + .text.pthread_key_create + 0x00000000400d3278 0x45 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4d (size before relaxing) + 0x00000000400d3278 pthread_key_create + *fill* 0x00000000400d32bd 0x3 + .text.pthread_key_delete + 0x00000000400d32c0 0x3f esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x46 (size before relaxing) + 0x00000000400d32c0 pthread_key_delete + *fill* 0x00000000400d32ff 0x1 + .text.pthread_getspecific + 0x00000000400d3300 0x1c esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x20 (size before relaxing) + 0x00000000400d3300 pthread_getspecific + .text.pthread_setspecific + 0x00000000400d331c 0xb7 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0xc3 (size before relaxing) + 0x00000000400d331c pthread_setspecific + *fill* 0x00000000400d33d3 0x1 + .text.restore_app_mmu_from_pro_mmu + 0x00000000400d33d4 0x28 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .text.core_intr_matrix_clear + 0x00000000400d33fc 0x23 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + *fill* 0x00000000400d341f 0x1 + .text.start_other_core + 0x00000000400d3420 0x105 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x135 (size before relaxing) + *fill* 0x00000000400d3525 0x3 + .text.startup_resume_other_cores + 0x00000000400d3528 0x10 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x00000000400d3528 startup_resume_other_cores + .text.select_rtc_slow_clk + 0x00000000400d3538 0x8c esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x9c (size before relaxing) + .text.esp_rtc_init + 0x00000000400d35c4 0xd esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x10 (size before relaxing) + 0x00000000400d35c4 esp_rtc_init + *fill* 0x00000000400d35d1 0x3 + .text.esp_clk_init + 0x00000000400d35d4 0xf1 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x125 (size before relaxing) + 0x00000000400d35d4 esp_clk_init + *fill* 0x00000000400d36c5 0x3 + .text.esp_perip_clk_init + 0x00000000400d36c8 0xf2 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x116 (size before relaxing) + 0x00000000400d36c8 esp_perip_clk_init + *fill* 0x00000000400d37ba 0x2 + .text.esp_cache_err_int_init + 0x00000000400d37bc 0x54 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x5c (size before relaxing) + 0x00000000400d37bc esp_cache_err_int_init + .text.esp_cache_err_get_cpuid + 0x00000000400d3810 0x2c esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x30 (size before relaxing) + 0x00000000400d3810 esp_cache_err_get_cpuid + .text.esp_ipc_isr_init + 0x00000000400d383c 0x32 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x36 (size before relaxing) + 0x00000000400d383c esp_ipc_isr_init + *fill* 0x00000000400d386e 0x2 + .text.esp_int_wdt_init + 0x00000000400d3870 0x46 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x56 (size before relaxing) + 0x00000000400d3870 esp_int_wdt_init + *fill* 0x00000000400d38b6 0x2 + .text.esp_int_wdt_cpu_init + 0x00000000400d38b8 0x2c esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x34 (size before relaxing) + 0x00000000400d38b8 esp_int_wdt_cpu_init + .text.panic_print_char_uart + 0x00000000400d38e4 0x3b esp-idf/esp_system/libesp_system.a(panic.c.obj) + *fill* 0x00000000400d391f 0x1 + .text.disable_all_wdts + 0x00000000400d3920 0x3b esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400d395b 0x1 + .text.panic_print_char + 0x00000000400d395c 0xb esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0xe (size before relaxing) + 0x00000000400d395c panic_print_char + *fill* 0x00000000400d3967 0x1 + .text.panic_print_str + 0x00000000400d3968 0x1a esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x00000000400d3968 panic_print_str + *fill* 0x00000000400d3982 0x2 + .text.print_abort_details + 0x00000000400d3984 0xd esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x10 (size before relaxing) + *fill* 0x00000000400d3991 0x3 + .text.panic_print_hex + 0x00000000400d3994 0x2c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2f (size before relaxing) + 0x00000000400d3994 panic_print_hex + *fill* 0x00000000400d39c0 0x0 + .text.panic_print_dec + 0x00000000400d39c0 0x3c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x46 (size before relaxing) + 0x00000000400d39c0 panic_print_dec + *fill* 0x00000000400d39fc 0x0 + .text.esp_panic_handler_reconfigure_wdts + 0x00000000400d39fc 0x63 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x7b (size before relaxing) + 0x00000000400d39fc esp_panic_handler_reconfigure_wdts + *fill* 0x00000000400d3a5f 0x1 + .text.esp_panic_handler + 0x00000000400d3a60 0x196 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x1ff (size before relaxing) + 0x00000000400d3a60 esp_panic_handler + *fill* 0x00000000400d3bf6 0x2 + .text.esp_register_shutdown_handler + 0x00000000400d3bf8 0x32 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x00000000400d3bf8 esp_register_shutdown_handler + *fill* 0x00000000400d3c2a 0x2 + .text.esp_unregister_shutdown_handler + 0x00000000400d3c2c 0x2a esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x00000000400d3c2c esp_unregister_shutdown_handler + *fill* 0x00000000400d3c56 0x2 + .text.esp_restart + 0x00000000400d3c58 0x20 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x26 (size before relaxing) + 0x00000000400d3c58 esp_restart + *fill* 0x00000000400d3c78 0x0 + .text.do_global_ctors + 0x00000000400d3c78 0x19 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x00000000400d3c91 0x3 + .text.do_core_init + 0x00000000400d3c94 0xb3 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0xda (size before relaxing) + *fill* 0x00000000400d3d47 0x1 + .text.do_system_init_fn + 0x00000000400d3d48 0x51 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x59 (size before relaxing) + *fill* 0x00000000400d3d99 0x3 + .text.do_secondary_init + 0x00000000400d3d9c 0x5e esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000400d3dfa 0x2 + .text.start_cpu0_default + 0x00000000400d3dfc 0x1a0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x1e4 (size before relaxing) + 0x00000000400d3dfc start_cpu0 + .text.frame_to_panic_info + 0x00000000400d3f9c 0x3d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x41 (size before relaxing) + *fill* 0x00000000400d3fd9 0x3 + .text.panic_handler + 0x00000000400d3fdc 0x162 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x17a (size before relaxing) + *fill* 0x00000000400d413e 0x2 + .text.print_state_for_core + 0x00000000400d4140 0x26 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400d4166 0x2 + .text.print_state + 0x00000000400d4168 0x4d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x55 (size before relaxing) + *fill* 0x00000000400d41b5 0x3 + .text.panic_restart + 0x00000000400d41b8 0xf esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x18 (size before relaxing) + 0x00000000400d41b8 panic_restart + *fill* 0x00000000400d41c7 0x1 + .text.esp_brownout_init + 0x00000000400d41c8 0x47 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x4b (size before relaxing) + 0x00000000400d41c8 esp_brownout_init + *fill* 0x00000000400d420f 0x1 + .text.print_debug_exception_details + 0x00000000400d4210 0x50 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x68 (size before relaxing) + .text.print_illegal_instruction_details + 0x00000000400d4260 0x4e esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000400d42ae 0x2 + .text.panic_print_registers + 0x00000000400d42b0 0xd3 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x10f (size before relaxing) + 0x00000000400d42b0 panic_print_registers + *fill* 0x00000000400d4383 0x1 + .text.panic_arch_fill_info + 0x00000000400d4384 0x32 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000400d4384 panic_arch_fill_info + *fill* 0x00000000400d43b6 0x2 + .text.panic_soc_fill_info + 0x00000000400d43b8 0x56 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000400d43b8 panic_soc_fill_info + *fill* 0x00000000400d440e 0x2 + .text.panic_print_backtrace + 0x00000000400d4410 0x20 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000400d4410 panic_print_backtrace + .text.esp_vApplicationIdleHook + 0x00000000400d4430 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x33 (size before relaxing) + 0x00000000400d4430 esp_vApplicationIdleHook + *fill* 0x00000000400d4460 0x0 + .text.esp_register_freertos_idle_hook_for_cpu + 0x00000000400d4460 0x51 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x59 (size before relaxing) + 0x00000000400d4460 esp_register_freertos_idle_hook_for_cpu + *fill* 0x00000000400d44b1 0x3 + .text.esp_register_freertos_tick_hook_for_cpu + 0x00000000400d44b4 0x4d esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x55 (size before relaxing) + 0x00000000400d44b4 esp_register_freertos_tick_hook_for_cpu + *fill* 0x00000000400d4501 0x3 + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x00000000400d4504 0x3c esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x40 (size before relaxing) + 0x00000000400d4504 esp_deregister_freertos_idle_hook_for_cpu + .text.uart_hal_rxfifo_rst + 0x00000000400d4540 0x82 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x00000000400d4540 uart_hal_rxfifo_rst + *fill* 0x00000000400d45c2 0x2 + .text.uart_hal_write_txfifo + 0x00000000400d45c4 0x82 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x85 (size before relaxing) + 0x00000000400d45c4 uart_hal_write_txfifo + *fill* 0x00000000400d4646 0x2 + .text.brownout_hal_config + 0x00000000400d4648 0xb0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x00000000400d4648 brownout_hal_config + .text.heap_caps_get_free_size + 0x00000000400d46f8 0x2d esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400d46f8 heap_caps_get_free_size + *fill* 0x00000000400d4725 0x3 + .text.heap_caps_get_info + 0x00000000400d4728 0x70 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400d4728 heap_caps_get_info + .text.heap_caps_get_largest_free_block + 0x00000000400d4798 0x11 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000400d4798 heap_caps_get_largest_free_block + *fill* 0x00000000400d47a9 0x3 + .text.register_heap + 0x00000000400d47ac 0x2f esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400d47db 0x1 + .text.heap_caps_enable_nonos_stack_heaps + 0x00000000400d47dc 0x28 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x2c (size before relaxing) + 0x00000000400d47dc heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x00000000400d4804 0x28e esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x2a2 (size before relaxing) + 0x00000000400d4804 heap_caps_init + *fill* 0x00000000400d4a92 0x2 + .text.s_get_num_reserved_regions + 0x00000000400d4a94 0x11 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x00000000400d4aa5 0x3 + .text.s_prepare_reserved_regions + 0x00000000400d4aa8 0xac esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0xb4 (size before relaxing) + .text.soc_get_available_memory_region_max_count + 0x00000000400d4b54 0x12 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x00000000400d4b54 soc_get_available_memory_region_max_count + *fill* 0x00000000400d4b66 0x2 + .text.soc_get_available_memory_regions + 0x00000000400d4b68 0xf9 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x101 (size before relaxing) + 0x00000000400d4b68 soc_get_available_memory_regions + *fill* 0x00000000400d4c61 0x3 + .text.calc_checksum + 0x00000000400d4c64 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .text.esp_clk_slowclk_cal_get + 0x00000000400d4c88 0xd esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x00000000400d4c88 esp_clk_slowclk_cal_get + *fill* 0x00000000400d4c95 0x3 + .text.esp_rtc_get_time_us + 0x00000000400d4c98 0xd8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0xf7 (size before relaxing) + 0x00000000400d4c98 esp_rtc_get_time_us + *fill* 0x00000000400d4d70 0x0 + .text.esp_clk_slowclk_cal_set + 0x00000000400d4d70 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x13 (size before relaxing) + 0x00000000400d4d70 esp_clk_slowclk_cal_set + *fill* 0x00000000400d4d80 0x0 + .text.insert_vector_desc + 0x00000000400d4d80 0x50 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.find_desc_for_int + 0x00000000400d4dd0 0x25 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + *fill* 0x00000000400d4df5 0x3 + .text.get_desc_for_int + 0x00000000400d4df8 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400d4e66 0x2 + .text.find_desc_for_source + 0x00000000400d4e68 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.is_vect_desc_usable + 0x00000000400d4edc 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .text.get_available_int + 0x00000000400d4fc4 0x141 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x155 (size before relaxing) + *fill* 0x00000000400d5105 0x3 + .text.esp_intr_enable_source + 0x00000000400d5108 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x13 (size before relaxing) + 0x00000000400d5108 esp_intr_enable_source + *fill* 0x00000000400d5118 0x0 + .text.esp_intr_disable_source + 0x00000000400d5118 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x13 (size before relaxing) + 0x00000000400d5118 esp_intr_disable_source + *fill* 0x00000000400d5128 0x0 + .text.esp_intr_alloc_intrstatus + 0x00000000400d5128 0x2d9 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x305 (size before relaxing) + 0x00000000400d5128 esp_intr_alloc_intrstatus + *fill* 0x00000000400d5401 0x3 + .text.esp_intr_alloc + 0x00000000400d5404 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x1c (size before relaxing) + 0x00000000400d5404 esp_intr_alloc + .text.intr_free_for_current_cpu + 0x00000000400d541c 0xe1 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xf1 (size before relaxing) + *fill* 0x00000000400d54fd 0x3 + .text.esp_intr_free + 0x00000000400d5500 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x52 (size before relaxing) + 0x00000000400d5500 esp_intr_free + *fill* 0x00000000400d554e 0x2 + .text.intr_free_for_other_cpu + 0x00000000400d5550 0xa esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400d555a 0x2 + .text.s_rtc_isr_noniram_hook + 0x00000000400d555c 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + *fill* 0x00000000400d556b 0x1 + .text.s_rtc_isr_noniram_hook_relieve + 0x00000000400d556c 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .text.rtc_isr_ensure_installed + 0x00000000400d5580 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x5f (size before relaxing) + *fill* 0x00000000400d55d8 0x0 + .text.rtc_isr_register + 0x00000000400d55d8 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x6a (size before relaxing) + 0x00000000400d55d8 rtc_isr_register + *fill* 0x00000000400d562e 0x2 + .text.rtcio_ll_force_hold_disable + 0x00000000400d5630 0x64 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x67 (size before relaxing) + *fill* 0x00000000400d5694 0x0 + .text.esp_deep_sleep_wakeup_io_reset + 0x00000000400d5694 0x66 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x6a (size before relaxing) + 0x00000000400d5694 esp_deep_sleep_wakeup_io_reset + *fill* 0x00000000400d56fa 0x2 + .text.rtc_init + 0x00000000400d56fc 0x3ae esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x3ce (size before relaxing) + 0x00000000400d56fc rtc_init + *fill* 0x00000000400d5aaa 0x2 + .text.esp_chip_info + 0x00000000400d5aac 0xb6 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + 0xba (size before relaxing) + 0x00000000400d5aac esp_chip_info + *fill* 0x00000000400d5b62 0x2 + .text.esp_cpu_intr_get_desc + 0x00000000400d5b64 0x42 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x00000000400d5b64 esp_cpu_intr_get_desc + *fill* 0x00000000400d5ba6 0x2 + .text.esp_newlib_locks_init + 0x00000000400d5ba8 0x59 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x65 (size before relaxing) + 0x00000000400d5ba8 esp_newlib_locks_init + *fill* 0x00000000400d5c01 0x3 + .text.raise_r_stub + 0x00000000400d5c04 0xf esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + *fill* 0x00000000400d5c13 0x1 + .text.esp_newlib_init + 0x00000000400d5c14 0x36 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x3a (size before relaxing) + 0x00000000400d5c14 esp_newlib_init + 0x00000000400d5c14 esp_setup_newlib_syscalls + *fill* 0x00000000400d5c4a 0x2 + .text.syscall_not_implemented_aborts + 0x00000000400d5c4c 0x6 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x9 (size before relaxing) + 0x00000000400d5c4c _exit + 0x00000000400d5c4c _sbrk_r + 0x00000000400d5c4c _raise_r + 0x00000000400d5c4c raise + *fill* 0x00000000400d5c52 0x2 + .text.fcntl 0x00000000400d5c54 0x38 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x3c (size before relaxing) + 0x00000000400d5c54 fcntl + .text.adjust_boot_time + 0x00000000400d5c8c 0x13e esp-idf/newlib/libnewlib.a(time.c.obj) + 0x142 (size before relaxing) + *fill* 0x00000000400d5dca 0x2 + .text.get_adjusted_boot_time + 0x00000000400d5dcc 0x1a esp-idf/newlib/libnewlib.a(time.c.obj) + 0x22 (size before relaxing) + *fill* 0x00000000400d5de6 0x2 + .text.adjtime_corr_stop + 0x00000000400d5de8 0x29 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x34 (size before relaxing) + *fill* 0x00000000400d5e11 0x3 + .text.adjtime 0x00000000400d5e14 0xe5 esp-idf/newlib/libnewlib.a(time.c.obj) + 0xf5 (size before relaxing) + 0x00000000400d5e14 adjtime + *fill* 0x00000000400d5ef9 0x3 + .text.settimeofday + 0x00000000400d5efc 0x49 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x54 (size before relaxing) + 0x00000000400d5efc settimeofday + *fill* 0x00000000400d5f45 0x3 + .text.usleep 0x00000000400d5f48 0x2c esp-idf/newlib/libnewlib.a(time.c.obj) + 0x00000000400d5f48 usleep + .text.sleep 0x00000000400d5f74 0x10 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x13 (size before relaxing) + 0x00000000400d5f74 sleep + *fill* 0x00000000400d5f84 0x0 + .text.clock_gettime + 0x00000000400d5f84 0x8d esp-idf/newlib/libnewlib.a(time.c.obj) + 0x91 (size before relaxing) + 0x00000000400d5f84 clock_gettime + *fill* 0x00000000400d6011 0x3 + .text.esp_newlib_time_init + 0x00000000400d6014 0x8 esp-idf/newlib/libnewlib.a(time.c.obj) + 0xb (size before relaxing) + 0x00000000400d6014 esp_newlib_time_init + *fill* 0x00000000400d601c 0x0 + .text.esp_time_impl_get_time_since_boot + 0x00000000400d601c 0x1f esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000400d601c esp_time_impl_get_time_since_boot + *fill* 0x00000000400d603b 0x1 + .text.esp_time_impl_get_time + 0x00000000400d603c 0xf esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x00000000400d603c esp_time_impl_get_time + *fill* 0x00000000400d604b 0x1 + .text.esp_time_impl_set_boot_time + 0x00000000400d604c 0x23 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x27 (size before relaxing) + 0x00000000400d604c esp_time_impl_set_boot_time + *fill* 0x00000000400d606f 0x1 + .text.esp_time_impl_get_boot_time + 0x00000000400d6070 0x23 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x27 (size before relaxing) + 0x00000000400d6070 esp_time_impl_get_boot_time + *fill* 0x00000000400d6093 0x1 + .text.esp_set_time_from_rtc + 0x00000000400d6094 0x27 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x2f (size before relaxing) + 0x00000000400d6094 esp_set_time_from_rtc + *fill* 0x00000000400d60bb 0x1 + .text.esp_sync_timekeeping_timers + 0x00000000400d60bc 0x62 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x6e (size before relaxing) + 0x00000000400d60bc esp_sync_timekeeping_timers + *fill* 0x00000000400d611e 0x2 + .text.esp_time_impl_init + 0x00000000400d6120 0x8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0xb (size before relaxing) + 0x00000000400d6120 esp_time_impl_init + *fill* 0x00000000400d6128 0x0 + .text.init_timer_task + 0x00000000400d6128 0x75 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x79 (size before relaxing) + *fill* 0x00000000400d619d 0x3 + .text.timer_process_alarm + 0x00000000400d61a0 0x122 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x12e (size before relaxing) + *fill* 0x00000000400d62c2 0x2 + .text.timer_task + 0x00000000400d62c4 0x17 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x1b (size before relaxing) + *fill* 0x00000000400d62db 0x1 + .text.deinit_timer_task + 0x00000000400d62dc 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + *fill* 0x00000000400d62f6 0x2 + .text.esp_timer_create + 0x00000000400d62f8 0x81 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x00000000400d62f8 esp_timer_create + *fill* 0x00000000400d6379 0x3 + .text.esp_timer_delete + 0x00000000400d637c 0x55 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x65 (size before relaxing) + 0x00000000400d637c esp_timer_delete + *fill* 0x00000000400d63d1 0x3 + .text.esp_timer_early_init + 0x00000000400d63d4 0xf esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x13 (size before relaxing) + 0x00000000400d63d4 esp_timer_early_init + *fill* 0x00000000400d63e3 0x1 + .text.esp_timer_init + 0x00000000400d63e4 0x32 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0x3e (size before relaxing) + 0x00000000400d63e4 esp_timer_init + *fill* 0x00000000400d6416 0x2 + .text.__esp_system_init_fn_esp_timer_startup_init + 0x00000000400d6418 0xa esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xd (size before relaxing) + *fill* 0x00000000400d6422 0x2 + .text.esp_timer_impl_init_system_time + 0x00000000400d6424 0x5a esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x6a (size before relaxing) + 0x00000000400d6424 esp_timer_impl_init_system_time + *fill* 0x00000000400d647e 0x2 + .text.esp_timer_impl_early_init + 0x00000000400d6480 0x7c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x00000000400d6480 esp_timer_impl_early_init + .text.esp_timer_impl_init + 0x00000000400d64fc 0xd7 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0xf3 (size before relaxing) + 0x00000000400d64fc esp_timer_impl_init + *fill* 0x00000000400d65d3 0x1 + .text.set_xpd_sar + 0x00000000400d65d4 0x28 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x00000000400d65d4 set_xpd_sar + .text.set_global_fd_sets + 0x00000000400d65fc 0xf8 esp-idf/vfs/libvfs.a(vfs.c.obj) + .text.translate_path + 0x00000000400d66f4 0x3e esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d6732 0x2 + .text.esp_vfs_register_common + 0x00000000400d6734 0xf6 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xfa (size before relaxing) + 0x00000000400d6734 esp_vfs_register_common + *fill* 0x00000000400d682a 0x2 + .text.esp_vfs_register + 0x00000000400d682c 0x1c esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x20 (size before relaxing) + 0x00000000400d682c esp_vfs_register + .text.esp_vfs_register_fd_range + 0x00000000400d6848 0x102 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x10e (size before relaxing) + 0x00000000400d6848 esp_vfs_register_fd_range + *fill* 0x00000000400d694a 0x2 + .text.get_vfs_for_index + 0x00000000400d694c 0x22 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d694c get_vfs_for_index + *fill* 0x00000000400d696e 0x2 + .text.get_vfs_for_fd + 0x00000000400d6970 0x25 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d6995 0x3 + .text.call_end_selects + 0x00000000400d6998 0x31 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000400d69c9 0x3 + .text.get_vfs_for_path + 0x00000000400d69cc 0x70 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000400d69cc get_vfs_for_path + .text.esp_vfs_open + 0x00000000400d6a3c 0xda esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xe2 (size before relaxing) + 0x00000000400d6a3c _open_r + 0x00000000400d6a3c esp_vfs_open + *fill* 0x00000000400d6b16 0x2 + .text.esp_vfs_write + 0x00000000400d6b18 0x6d esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x71 (size before relaxing) + 0x00000000400d6b18 _write_r + 0x00000000400d6b18 esp_vfs_write + *fill* 0x00000000400d6b85 0x3 + .text.esp_vfs_lseek + 0x00000000400d6b88 0x6d esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x71 (size before relaxing) + 0x00000000400d6b88 esp_vfs_lseek + 0x00000000400d6b88 _lseek_r + *fill* 0x00000000400d6bf5 0x3 + .text.esp_vfs_read + 0x00000000400d6bf8 0x6d esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x71 (size before relaxing) + 0x00000000400d6bf8 _read_r + 0x00000000400d6bf8 esp_vfs_read + *fill* 0x00000000400d6c65 0x3 + .text.esp_vfs_close + 0x00000000400d6c68 0xbb esp-idf/vfs/libvfs.a(vfs.c.obj) + 0xbf (size before relaxing) + 0x00000000400d6c68 esp_vfs_close + 0x00000000400d6c68 _close_r + *fill* 0x00000000400d6d23 0x1 + .text.esp_vfs_fstat + 0x00000000400d6d24 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x6c (size before relaxing) + 0x00000000400d6d24 _fstat_r + 0x00000000400d6d24 esp_vfs_fstat + .text.esp_vfs_fcntl_r + 0x00000000400d6d8c 0x6e esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x72 (size before relaxing) + 0x00000000400d6d8c _fcntl_r + 0x00000000400d6d8c esp_vfs_fcntl_r + *fill* 0x00000000400d6dfa 0x2 + .text.esp_vfs_stat + 0x00000000400d6dfc 0x47 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4b (size before relaxing) + 0x00000000400d6dfc _stat_r + 0x00000000400d6dfc esp_vfs_stat + *fill* 0x00000000400d6e43 0x1 + .text.esp_vfs_link + 0x00000000400d6e44 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x00000000400d6e44 esp_vfs_link + 0x00000000400d6e44 _link_r + .text.esp_vfs_unlink + 0x00000000400d6eac 0x44 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x48 (size before relaxing) + 0x00000000400d6eac esp_vfs_unlink + 0x00000000400d6eac _unlink_r + .text.esp_vfs_rename + 0x00000000400d6ef0 0x68 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x70 (size before relaxing) + 0x00000000400d6ef0 esp_vfs_rename + 0x00000000400d6ef0 _rename_r + .text.esp_vfs_opendir + 0x00000000400d6f58 0x54 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x5c (size before relaxing) + 0x00000000400d6f58 opendir + 0x00000000400d6f58 esp_vfs_opendir + .text.esp_vfs_readdir + 0x00000000400d6fac 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x49 (size before relaxing) + 0x00000000400d6fac readdir + 0x00000000400d6fac esp_vfs_readdir + *fill* 0x00000000400d6ff1 0x3 + .text.esp_vfs_closedir + 0x00000000400d6ff4 0x4a esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x4e (size before relaxing) + 0x00000000400d6ff4 esp_vfs_closedir + 0x00000000400d6ff4 closedir + *fill* 0x00000000400d703e 0x2 + .text.esp_vfs_select + 0x00000000400d7040 0x404 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x440 (size before relaxing) + 0x00000000400d7040 select + 0x00000000400d7040 esp_vfs_select + .text.esp_vfs_select_triggered + 0x00000000400d7444 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x49 (size before relaxing) + 0x00000000400d7444 esp_vfs_select_triggered + *fill* 0x00000000400d7489 0x3 + .text.esp_vfs_select_triggered_isr + 0x00000000400d748c 0x45 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x49 (size before relaxing) + 0x00000000400d748c esp_vfs_select_triggered_isr + *fill* 0x00000000400d74d1 0x3 + .text.console_open + 0x00000000400d74d4 0x3b esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d74d4 console_open + *fill* 0x00000000400d750f 0x1 + .text.console_write + 0x00000000400d7510 0x20 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d7510 console_write + .text.console_fstat + 0x00000000400d7530 0x18 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x1c (size before relaxing) + 0x00000000400d7530 console_fstat + .text.console_read + 0x00000000400d7548 0x20 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d7548 console_read + .text.console_fcntl + 0x00000000400d7568 0x21 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d7568 console_fcntl + *fill* 0x00000000400d7589 0x3 + .text.console_fsync + 0x00000000400d758c 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d758c console_fsync + *fill* 0x00000000400d75a9 0x3 + .text.console_access + 0x00000000400d75ac 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d75ac console_access + *fill* 0x00000000400d75c9 0x3 + .text.console_end_select + 0x00000000400d75cc 0x2d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d75cc console_end_select + *fill* 0x00000000400d75f9 0x3 + .text.console_tcsetattr + 0x00000000400d75fc 0x21 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d75fc console_tcsetattr + *fill* 0x00000000400d761d 0x3 + .text.console_tcgetattr + 0x00000000400d7620 0x1c esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x20 (size before relaxing) + 0x00000000400d7620 console_tcgetattr + .text.console_tcdrain + 0x00000000400d763c 0x1d esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d763c console_tcdrain + *fill* 0x00000000400d7659 0x3 + .text.console_tcflush + 0x00000000400d765c 0x1c esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x20 (size before relaxing) + 0x00000000400d765c console_tcflush + .text.console_start_select + 0x00000000400d7678 0x41 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + *fill* 0x00000000400d76b9 0x3 + .text.console_close + 0x00000000400d76bc 0x41 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d76bc console_close + *fill* 0x00000000400d76fd 0x3 + .text.esp_vfs_dev_console_register + 0x00000000400d7700 0x15 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x00000000400d7700 esp_vfs_dev_console_register + *fill* 0x00000000400d7715 0x3 + .text.esp_vfs_console_register + 0x00000000400d7718 0x20 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x28 (size before relaxing) + 0x00000000400d7718 esp_vfs_console_register + .text.uart_get_avail_data_len + 0x00000000400d7738 0x8e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d77c6 0x2 + .text.uart_read_char + 0x00000000400d77c8 0x24 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.unregister_select + 0x00000000400d77ec 0x60 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x6c (size before relaxing) + .text.uart_end_select + 0x00000000400d784c 0x7c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x90 (size before relaxing) + .text.register_select + 0x00000000400d78c8 0x51 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x55 (size before relaxing) + *fill* 0x00000000400d7919 0x3 + .text.uart_start_select + 0x00000000400d791c 0x1a1 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1bd (size before relaxing) + *fill* 0x00000000400d7abd 0x3 + .text.select_notif_callback_isr + 0x00000000400d7ac0 0xf4 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0xfc (size before relaxing) + .text.uart_tcflush + 0x00000000400d7bb4 0x42 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d7bf6 0x2 + .text.uart_tcdrain + 0x00000000400d7bf8 0x32 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d7c2a 0x2 + .text.uart_tcgetattr + 0x00000000400d7c2c 0x382 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d7fae 0x2 + .text.uart_tx_char + 0x00000000400d7fb0 0x7e esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000400d802e 0x2 + .text.uart_rx_char + 0x00000000400d8030 0xed esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d811d 0x3 + .text.uart_fcntl + 0x00000000400d8120 0x69 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d8189 0x3 + .text.uart_fstat + 0x00000000400d818c 0x35 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d81c1 0x3 + .text.uart_close + 0x00000000400d81c4 0x22 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d81e6 0x2 + .text.uart_return_char + 0x00000000400d81e8 0x26 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d820e 0x2 + .text.uart_tcsetattr + 0x00000000400d8210 0x38a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d859a 0x2 + .text.uart_access + 0x00000000400d859c 0x5c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .text.uart_open + 0x00000000400d85f8 0x4f esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + *fill* 0x00000000400d8647 0x1 + .text.uart_fsync + 0x00000000400d8648 0x39 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x45 (size before relaxing) + *fill* 0x00000000400d8681 0x3 + .text.uart_read + 0x00000000400d8684 0x10a esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x122 (size before relaxing) + *fill* 0x00000000400d878e 0x2 + .text.uart_write + 0x00000000400d8790 0x84 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x8c (size before relaxing) + .text.esp_vfs_uart_get_vfs + 0x00000000400d8814 0x8 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x00000000400d8814 esp_vfs_uart_get_vfs + .text.segundos_task + 0x00000000400d881c 0x18 esp-idf/main/libmain.a(main.c.obj) + 0x00000000400d881c segundos_task + .text.led_task + 0x00000000400d8834 0x23 esp-idf/main/libmain.a(main.c.obj) + 0x27 (size before relaxing) + 0x00000000400d8834 led_task + *fill* 0x00000000400d8857 0x1 + .text.on_wifi_connected + 0x00000000400d8858 0x5c esp-idf/main/libmain.a(main.c.obj) + 0x7c (size before relaxing) + .text.vApplicationStackOverflowHook + 0x00000000400d88b4 0x1b esp-idf/main/libmain.a(main.c.obj) + 0x23 (size before relaxing) + 0x00000000400d88b4 vApplicationStackOverflowHook + *fill* 0x00000000400d88cf 0x1 + .text.app_main + 0x00000000400d88d0 0x188 esp-idf/main/libmain.a(main.c.obj) + 0x1dc (size before relaxing) + 0x00000000400d88d0 app_main + .text.on_wifi_event + 0x00000000400d8a58 0x86 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x9e (size before relaxing) + *fill* 0x00000000400d8ade 0x2 + .text.wifi_watchdog_cb + 0x00000000400d8ae0 0x2c esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x3c (size before relaxing) + .text.wifi_start_app_task + 0x00000000400d8b0c 0x14 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x17 (size before relaxing) + *fill* 0x00000000400d8b20 0x0 + .text.on_got_ip + 0x00000000400d8b20 0x42 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400d8b62 0x2 + .text.wifi_load_creds + 0x00000000400d8b64 0x5d esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x69 (size before relaxing) + *fill* 0x00000000400d8bc1 0x3 + .text.start_webserver + 0x00000000400d8bc4 0xb2 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0xc6 (size before relaxing) + *fill* 0x00000000400d8c76 0x2 + .text.wifi_save_creds + 0x00000000400d8c78 0x2f esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000400d8ca7 0x1 + .text.handle_save + 0x00000000400d8ca8 0xb1 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0xc9 (size before relaxing) + *fill* 0x00000000400d8d59 0x3 + .text.handle_root + 0x00000000400d8d5c 0x29 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x2d (size before relaxing) + *fill* 0x00000000400d8d85 0x3 + .text.wifi_config_portal_init + 0x00000000400d8d88 0x2e8 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x34c (size before relaxing) + 0x00000000400d8d88 wifi_config_portal_init + .text.send_status + 0x00000000400d9070 0x64 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x70 (size before relaxing) + .text.mqtt_heartbeat_task + 0x00000000400d90d4 0xf esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x15 (size before relaxing) + *fill* 0x00000000400d90e3 0x1 + .text.mqtt_watchdog_cb + 0x00000000400d90e4 0x24 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x2c (size before relaxing) + .text.mqtt_event_handler + 0x00000000400d9108 0x122 esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x162 (size before relaxing) + *fill* 0x00000000400d922a 0x2 + .text.mqtt_handler_start + 0x00000000400d922c 0x1ec esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0x234 (size before relaxing) + 0x00000000400d922c mqtt_handler_start + .text.mqtt_comandos_handle + 0x00000000400d9418 0x232 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + 0x276 (size before relaxing) + 0x00000000400d9418 mqtt_comandos_handle + *fill* 0x00000000400d964a 0x2 + .text.eeprom_virtual_init + 0x00000000400d964c 0xa6 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0xca (size before relaxing) + 0x00000000400d964c eeprom_virtual_init + *fill* 0x00000000400d96f2 0x2 + .text.eeprom_virtual_write_bin + 0x00000000400d96f4 0x83 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x97 (size before relaxing) + 0x00000000400d96f4 eeprom_virtual_write_bin + *fill* 0x00000000400d9777 0x1 + .text.eeprom_virtual_read_bin + 0x00000000400d9778 0x9d esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0xb5 (size before relaxing) + 0x00000000400d9778 eeprom_virtual_read_bin + *fill* 0x00000000400d9815 0x3 + .text.start_dns_server + 0x00000000400d9818 0x149 esp-idf/main/libmain.a(dns_server.c.obj) + 0x165 (size before relaxing) + 0x00000000400d9818 start_dns_server + *fill* 0x00000000400d9961 0x3 + .text.hsv2rgb 0x00000000400d9964 0xe2 esp-idf/main/libmain.a(led_driver.c.obj) + *fill* 0x00000000400d9a46 0x2 + .text.led_set 0x00000000400d9a48 0x39 esp-idf/main/libmain.a(led_driver.c.obj) + 0x00000000400d9a48 led_set + *fill* 0x00000000400d9a81 0x3 + .text.led_show + 0x00000000400d9a84 0x96 esp-idf/main/libmain.a(led_driver.c.obj) + 0xb2 (size before relaxing) + 0x00000000400d9a84 led_show + *fill* 0x00000000400d9b1a 0x2 + .text.led_init + 0x00000000400d9b1c 0xac esp-idf/main/libmain.a(led_driver.c.obj) + 0xc8 (size before relaxing) + 0x00000000400d9b1c led_init + .text.led_idle_animation + 0x00000000400d9bc8 0x93 esp-idf/main/libmain.a(led_driver.c.obj) + 0x9b (size before relaxing) + 0x00000000400d9bc8 led_idle_animation + *fill* 0x00000000400d9c5b 0x1 + .text.rmt_del_led_strip_encoder + 0x00000000400d9c5c 0x18 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x20 (size before relaxing) + .text.rmt_led_strip_encoder_reset + 0x00000000400d9c74 0x18 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x1c (size before relaxing) + .text.rmt_new_led_strip_encoder + 0x00000000400d9c8c 0x236 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x25a (size before relaxing) + 0x00000000400d9c8c rmt_new_led_strip_encoder + *fill* 0x00000000400d9ec2 0x2 + .text.case_insensitive_strcmp + 0x00000000400d9ec4 0x6c esp-idf/json/libjson.a(cJSON.c.obj) + .text.utf16_literal_to_utf8 + 0x00000000400d9f30 0x124 esp-idf/json/libjson.a(cJSON.c.obj) + .text.parse_string + 0x00000000400da054 0x186 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000400da1da 0x2 + .text.cJSON_New_Item + 0x00000000400da1dc 0x1a esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000400da1f6 0x2 + .text.skip_utf8_bom + 0x00000000400da1f8 0x34 esp-idf/json/libjson.a(cJSON.c.obj) + .text.parse_number + 0x00000000400da22c 0xfa esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000400da326 0x2 + .text.get_object_item + 0x00000000400da328 0x5b esp-idf/json/libjson.a(cJSON.c.obj) + 0x5f (size before relaxing) + *fill* 0x00000000400da383 0x1 + .text.cJSON_Delete + 0x00000000400da384 0x51 esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000400da384 cJSON_Delete + *fill* 0x00000000400da3d5 0x3 + .text.parse_object + 0x00000000400da3d8 0x15e esp-idf/json/libjson.a(cJSON.c.obj) + 0x166 (size before relaxing) + *fill* 0x00000000400da536 0x2 + .text.parse_value + 0x00000000400da538 0x122 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000400da65a 0x2 + .text.parse_array + 0x00000000400da65c 0x107 esp-idf/json/libjson.a(cJSON.c.obj) + 0x10b (size before relaxing) + *fill* 0x00000000400da763 0x1 + .text.cJSON_ParseWithLengthOpts + 0x00000000400da764 0xc2 esp-idf/json/libjson.a(cJSON.c.obj) + 0xce (size before relaxing) + 0x00000000400da764 cJSON_ParseWithLengthOpts + *fill* 0x00000000400da826 0x2 + .text.cJSON_ParseWithLength + 0x00000000400da828 0x15 esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000400da828 cJSON_ParseWithLength + *fill* 0x00000000400da83d 0x3 + .text.cJSON_GetObjectItem + 0x00000000400da840 0x10 esp-idf/json/libjson.a(cJSON.c.obj) + 0x14 (size before relaxing) + 0x00000000400da840 cJSON_GetObjectItem + .text.create_string + 0x00000000400da850 0x4c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x54 (size before relaxing) + .text.esp_mqtt_check_cfg_conflict + 0x00000000400da89c 0x100 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x11c (size before relaxing) + .text.create_client_data + 0x00000000400da99c 0xc5 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xe5 (size before relaxing) + *fill* 0x00000000400daa61 0x3 + .text.run_event_loop + 0x00000000400daa64 0x2a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400daa8e 0x2 + .text.esp_mqtt_dispatch_event + 0x00000000400daa90 0x35 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x00000000400daac5 0x3 + .text.mqtt_delete_expired_messages + 0x00000000400daac8 0x1b esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1f (size before relaxing) + *fill* 0x00000000400daae3 0x1 + .text.esp_mqtt_client_create_transport + 0x00000000400daae4 0x24e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x29a (size before relaxing) + *fill* 0x00000000400dad32 0x2 + .text.esp_mqtt_set_cert_key_data + 0x00000000400dad34 0xba esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x00000000400dadee 0x2 + .text.esp_mqtt_set_ssl_transport_properties + 0x00000000400dadf0 0x16e esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x196 (size before relaxing) + *fill* 0x00000000400daf5e 0x2 + .text.esp_mqtt_dispatch_event_with_msgid + 0x00000000400daf60 0x24 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .text.esp_mqtt_client_dispatch_transport_error + 0x00000000400daf84 0x42 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x00000000400dafc6 0x2 + .text.esp_mqtt_handle_transport_read_error + 0x00000000400dafc8 0x54 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x60 (size before relaxing) + .text.esp_mqtt_abort_connection + 0x00000000400db01c 0x4b esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x57 (size before relaxing) + *fill* 0x00000000400db067 0x1 + .text.esp_mqtt_write + 0x00000000400db068 0x76 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400db0de 0x2 + .text.mqtt_message_receive + 0x00000000400db0e0 0x1c8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1dc (size before relaxing) + .text.esp_mqtt_connect + 0x00000000400db2a8 0x1c4 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x1f0 (size before relaxing) + .text.send_disconnect_msg + 0x00000000400db46c 0x52 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400db4be 0x2 + .text.deliver_suback + 0x00000000400db4c0 0x98 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xa0 (size before relaxing) + .text.deliver_publish + 0x00000000400db558 0x114 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x124 (size before relaxing) + .text.remove_initiator_message + 0x00000000400db66c 0x1b esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + *fill* 0x00000000400db687 0x1 + .text.mqtt_process_receive + 0x00000000400db688 0x268 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x2bc (size before relaxing) + .text.mqtt_resend_queued + 0x00000000400db8f0 0x64 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x70 (size before relaxing) + .text.esp_mqtt_client_ping + 0x00000000400db954 0x46 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000400db99a 0x2 + .text.process_keepalive + 0x00000000400db99c 0xfb esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x117 (size before relaxing) + *fill* 0x00000000400dba97 0x1 + .text.esp_mqtt_task + 0x00000000400dba98 0x42f esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4bb (size before relaxing) + *fill* 0x00000000400dbec7 0x1 + .text.mqtt_enqueue + 0x00000000400dbec8 0x46 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400dbf0e 0x2 + .text.make_publish + 0x00000000400dbf10 0x49 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x4d (size before relaxing) + *fill* 0x00000000400dbf59 0x3 + .text.mqtt_client_enqueue_publish + 0x00000000400dbf5c 0x7c esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x80 (size before relaxing) + .text.esp_mqtt_set_if_config + 0x00000000400dbfd8 0x27 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x00000000400dbfd8 esp_mqtt_set_if_config + *fill* 0x00000000400dbfff 0x1 + .text.esp_mqtt_destroy_config + 0x00000000400dc000 0xb7 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xe7 (size before relaxing) + 0x00000000400dc000 esp_mqtt_destroy_config + *fill* 0x00000000400dc0b7 0x1 + .text.esp_mqtt_client_set_uri + 0x00000000400dc0b8 0x16d esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x19d (size before relaxing) + 0x00000000400dc0b8 esp_mqtt_client_set_uri + *fill* 0x00000000400dc225 0x3 + .text.esp_mqtt_set_config + 0x00000000400dc228 0x771 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x845 (size before relaxing) + 0x00000000400dc228 esp_mqtt_set_config + *fill* 0x00000000400dc999 0x3 + .text.esp_mqtt_client_start + 0x00000000400dc99c 0xac esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xc8 (size before relaxing) + 0x00000000400dc99c esp_mqtt_client_start + .text.esp_mqtt_client_stop + 0x00000000400dca48 0xc9 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xed (size before relaxing) + 0x00000000400dca48 esp_mqtt_client_stop + *fill* 0x00000000400dcb11 0x3 + .text.esp_mqtt_client_destroy + 0x00000000400dcb14 0x57 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x67 (size before relaxing) + 0x00000000400dcb14 esp_mqtt_client_destroy + *fill* 0x00000000400dcb6b 0x1 + .text.esp_mqtt_client_init + 0x00000000400dcb6c 0x92 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0xae (size before relaxing) + 0x00000000400dcb6c esp_mqtt_client_init + *fill* 0x00000000400dcbfe 0x2 + .text.esp_mqtt_client_subscribe_multiple + 0x00000000400dcc00 0x124 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x14c (size before relaxing) + 0x00000000400dcc00 esp_mqtt_client_subscribe_multiple + .text.esp_mqtt_client_subscribe_single + 0x00000000400dcd24 0x14 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x18 (size before relaxing) + 0x00000000400dcd24 esp_mqtt_client_subscribe_single + .text.esp_mqtt_client_publish + 0x00000000400dcd38 0x17a esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x19d (size before relaxing) + 0x00000000400dcd38 esp_mqtt_client_publish + *fill* 0x00000000400dceb2 0x2 + .text.esp_mqtt_client_register_event + 0x00000000400dceb4 0x22 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x00000000400dceb4 esp_mqtt_client_register_event + *fill* 0x00000000400dced6 0x2 + .text.fini_message + 0x00000000400dced8 0xbe esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x00000000400dcf96 0x2 + .text.append_string + 0x00000000400dcf98 0x48 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.append_message_id + 0x00000000400dcfe0 0x44 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .text.mqtt_msg_connect + 0x00000000400dd024 0x224 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x230 (size before relaxing) + 0x00000000400dd024 mqtt_msg_connect + .text.mqtt_msg_publish + 0x00000000400dd248 0xe2 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000400dd248 mqtt_msg_publish + *fill* 0x00000000400dd32a 0x2 + .text.mqtt_msg_puback + 0x00000000400dd32c 0x38 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x3c (size before relaxing) + 0x00000000400dd32c mqtt_msg_puback + .text.mqtt_msg_pubrec + 0x00000000400dd364 0x3c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000400dd364 mqtt_msg_pubrec + .text.mqtt_msg_pubrel + 0x00000000400dd3a0 0x3c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000400dd3a0 mqtt_msg_pubrel + .text.mqtt_msg_pubcomp + 0x00000000400dd3dc 0x3c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000400dd3dc mqtt_msg_pubcomp + .text.mqtt_msg_subscribe + 0x00000000400dd418 0xa9 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0xad (size before relaxing) + 0x00000000400dd418 mqtt_msg_subscribe + *fill* 0x00000000400dd4c1 0x3 + .text.mqtt_msg_pingreq + 0x00000000400dd4c4 0x1c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x20 (size before relaxing) + 0x00000000400dd4c4 mqtt_msg_pingreq + .text.mqtt_msg_disconnect + 0x00000000400dd4e0 0x1c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x20 (size before relaxing) + 0x00000000400dd4e0 mqtt_msg_disconnect + .text.mqtt_has_valid_msg_hdr + 0x00000000400dd4fc 0x81 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x00000000400dd4fc mqtt_has_valid_msg_hdr + *fill* 0x00000000400dd57d 0x3 + .text.mqtt_msg_buffer_init + 0x00000000400dd580 0x26 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x2a (size before relaxing) + 0x00000000400dd580 mqtt_msg_buffer_init + *fill* 0x00000000400dd5a6 0x2 + .text.mqtt_msg_buffer_destroy + 0x00000000400dd5a8 0xc esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0xf (size before relaxing) + 0x00000000400dd5a8 mqtt_msg_buffer_destroy + *fill* 0x00000000400dd5b4 0x0 + .text.outbox_init + 0x00000000400dd5b4 0x82 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x9a (size before relaxing) + 0x00000000400dd5b4 outbox_init + *fill* 0x00000000400dd636 0x2 + .text.outbox_enqueue + 0x00000000400dd638 0xca esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0xe2 (size before relaxing) + 0x00000000400dd638 outbox_enqueue + *fill* 0x00000000400dd702 0x2 + .text.outbox_delete_item + 0x00000000400dd704 0x5b esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x63 (size before relaxing) + 0x00000000400dd704 outbox_delete_item + *fill* 0x00000000400dd75f 0x1 + .text.outbox_delete + 0x00000000400dd760 0x69 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x71 (size before relaxing) + 0x00000000400dd760 outbox_delete + *fill* 0x00000000400dd7c9 0x3 + .text.outbox_set_pending + 0x00000000400dd7cc 0x1a esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000400dd7cc outbox_set_pending + *fill* 0x00000000400dd7e6 0x2 + .text.outbox_set_tick + 0x00000000400dd7e8 0x1c esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000400dd7e8 outbox_set_tick + .text.outbox_delete_expired + 0x00000000400dd804 0x82 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x8a (size before relaxing) + 0x00000000400dd804 outbox_delete_expired + *fill* 0x00000000400dd886 0x2 + .text.outbox_get_size + 0x00000000400dd888 0x13 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x00000000400dd888 outbox_get_size + *fill* 0x00000000400dd89b 0x1 + .text.outbox_delete_all_items + 0x00000000400dd89c 0x57 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x5f (size before relaxing) + 0x00000000400dd89c outbox_delete_all_items + *fill* 0x00000000400dd8f3 0x1 + .text.outbox_destroy + 0x00000000400dd8f4 0x16 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x1e (size before relaxing) + 0x00000000400dd8f4 outbox_destroy + *fill* 0x00000000400dd90a 0x2 + .text.platform_create_id_string + 0x00000000400dd90c 0x52 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x5e (size before relaxing) + 0x00000000400dd90c platform_create_id_string + *fill* 0x00000000400dd95e 0x2 + .text.platform_random + 0x00000000400dd960 0xb esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0xe (size before relaxing) + 0x00000000400dd960 platform_random + *fill* 0x00000000400dd96b 0x1 + .text.platform_tick_get_ms + 0x00000000400dd96c 0x1a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x00000000400dd96c platform_tick_get_ms + *fill* 0x00000000400dd986 0x2 + .text.esp_spiffs_get_empty + 0x00000000400dd988 0x23 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000400dd9ab 0x1 + .text.spiffs_res_to_errno + 0x00000000400dd9ac 0xba esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000400dda66 0x2 + .text.spiffs_mode_conv + 0x00000000400dda68 0x4c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.esp_spiffs_by_label + 0x00000000400ddab4 0x48 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .text.vfs_spiffs_rmdir + 0x00000000400ddafc 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000400ddb0e 0x2 + .text.vfs_spiffs_mkdir + 0x00000000400ddb10 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000400ddb22 0x2 + .text.vfs_spiffs_link + 0x00000000400ddb24 0x12 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x00000000400ddb36 0x2 + .text.vfs_spiffs_telldir + 0x00000000400ddb38 0x1a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x1d (size before relaxing) + *fill* 0x00000000400ddb52 0x2 + .text.esp_spiffs_free + 0x00000000400ddb54 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x4e (size before relaxing) + *fill* 0x00000000400ddb8e 0x2 + .text.esp_spiffs_init + 0x00000000400ddb90 0x3c4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x46c (size before relaxing) + .text.vfs_spiffs_update_mtime_value + 0x00000000400ddf54 0x2a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400ddf7e 0x2 + .text.vfs_spiffs_utime + 0x00000000400ddf80 0x58 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x60 (size before relaxing) + .text.vfs_spiffs_ftruncate + 0x00000000400ddfd8 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000400de012 0x2 + .text.vfs_spiffs_truncate + 0x00000000400de014 0x72 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x82 (size before relaxing) + *fill* 0x00000000400de086 0x2 + .text.vfs_spiffs_close + 0x00000000400de088 0x38 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3c (size before relaxing) + .text.vfs_spiffs_closedir + 0x00000000400de0c0 0x4e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x5a (size before relaxing) + *fill* 0x00000000400de10e 0x2 + .text.vfs_spiffs_seekdir + 0x00000000400de110 0xd4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0xe8 (size before relaxing) + .text.vfs_spiffs_readdir_r + 0x00000000400de1e4 0xd5 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0xdd (size before relaxing) + *fill* 0x00000000400de2b9 0x3 + .text.vfs_spiffs_readdir + 0x00000000400de2bc 0x39 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000400de2f5 0x3 + .text.vfs_spiffs_opendir + 0x00000000400de2f8 0x80 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x90 (size before relaxing) + .text.vfs_spiffs_rename + 0x00000000400de378 0x5e esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x66 (size before relaxing) + *fill* 0x00000000400de3d6 0x2 + .text.vfs_spiffs_unlink + 0x00000000400de3d8 0x48 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x50 (size before relaxing) + .text.vfs_spiffs_stat + 0x00000000400de420 0xa6 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0xae (size before relaxing) + *fill* 0x00000000400de4c6 0x2 + .text.vfs_spiffs_fstat + 0x00000000400de4c8 0x7b esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x83 (size before relaxing) + *fill* 0x00000000400de543 0x1 + .text.vfs_spiffs_update_mtime + 0x00000000400de544 0x32 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000400de576 0x2 + .text.vfs_spiffs_open + 0x00000000400de578 0x62 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x75 (size before relaxing) + *fill* 0x00000000400de5da 0x2 + .text.vfs_spiffs_read + 0x00000000400de5dc 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400de616 0x2 + .text.vfs_spiffs_lseek + 0x00000000400de618 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400de652 0x2 + .text.vfs_spiffs_write + 0x00000000400de654 0x3a esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400de68e 0x2 + .text.esp_spiffs_info + 0x00000000400de690 0x2d esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x31 (size before relaxing) + 0x00000000400de690 esp_spiffs_info + *fill* 0x00000000400de6bd 0x3 + .text.esp_vfs_spiffs_register + 0x00000000400de6c0 0xf4 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x100 (size before relaxing) + 0x00000000400de6c0 esp_vfs_spiffs_register + .text.spiffs_api_lock + 0x00000000400de7b4 0x12 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x00000000400de7b4 spiffs_api_lock + *fill* 0x00000000400de7c6 0x2 + .text.spiffs_api_unlock + 0x00000000400de7c8 0x16 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x00000000400de7c8 spiffs_api_unlock + *fill* 0x00000000400de7de 0x2 + .text.spiffs_api_read + 0x00000000400de7e0 0x34 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x3c (size before relaxing) + 0x00000000400de7e0 spiffs_api_read + .text.spiffs_api_write + 0x00000000400de814 0x34 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x3c (size before relaxing) + 0x00000000400de814 spiffs_api_write + .text.spiffs_api_erase + 0x00000000400de848 0x30 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x38 (size before relaxing) + 0x00000000400de848 spiffs_api_erase + .text.spiffs_api_check + 0x00000000400de878 0x32 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x36 (size before relaxing) + 0x00000000400de878 spiffs_api_check + *fill* 0x00000000400de8aa 0x2 + .text.spiffs_hydro_write + 0x00000000400de8ac 0x56 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + *fill* 0x00000000400de902 0x2 + .text.spiffs_fflush_cache + 0x00000000400de904 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + *fill* 0x00000000400de976 0x2 + .text.spiffs_hydro_read + 0x00000000400de978 0x108 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x124 (size before relaxing) + .text.spiffs_stat_pix + 0x00000000400dea80 0xb0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .text.spiffs_read_dir_v + 0x00000000400deb30 0xd2 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xd6 (size before relaxing) + *fill* 0x00000000400dec02 0x2 + .text.SPIFFS_format + 0x00000000400dec04 0x74 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000400dec04 SPIFFS_format + .text.SPIFFS_mount + 0x00000000400dec78 0x114 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x120 (size before relaxing) + 0x00000000400dec78 SPIFFS_mount + .text.SPIFFS_unmount + 0x00000000400ded8c 0x53 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x5b (size before relaxing) + 0x00000000400ded8c SPIFFS_unmount + *fill* 0x00000000400deddf 0x1 + .text.SPIFFS_open + 0x00000000400dede0 0x1bf esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x1f3 (size before relaxing) + 0x00000000400dede0 SPIFFS_open + *fill* 0x00000000400def9f 0x1 + .text.SPIFFS_read + 0x00000000400defa0 0x1c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x20 (size before relaxing) + 0x00000000400defa0 SPIFFS_read + .text.SPIFFS_write + 0x00000000400defbc 0x20a esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x22e (size before relaxing) + 0x00000000400defbc SPIFFS_write + *fill* 0x00000000400df1c6 0x2 + .text.SPIFFS_lseek + 0x00000000400df1c8 0x118 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x130 (size before relaxing) + 0x00000000400df1c8 SPIFFS_lseek + .text.SPIFFS_remove + 0x00000000400df2e0 0xe9 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x109 (size before relaxing) + 0x00000000400df2e0 SPIFFS_remove + *fill* 0x00000000400df3c9 0x3 + .text.SPIFFS_ftruncate + 0x00000000400df3cc 0xa5 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xb5 (size before relaxing) + 0x00000000400df3cc SPIFFS_ftruncate + *fill* 0x00000000400df471 0x3 + .text.SPIFFS_stat + 0x00000000400df474 0x74 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x80 (size before relaxing) + 0x00000000400df474 SPIFFS_stat + .text.SPIFFS_fstat + 0x00000000400df4e8 0x6c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x7c (size before relaxing) + 0x00000000400df4e8 SPIFFS_fstat + .text.SPIFFS_close + 0x00000000400df554 0x67 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x76 (size before relaxing) + 0x00000000400df554 SPIFFS_close + *fill* 0x00000000400df5bb 0x1 + .text.SPIFFS_rename + 0x00000000400df5bc 0x12c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x14f (size before relaxing) + 0x00000000400df5bc SPIFFS_rename + *fill* 0x00000000400df6e8 0x0 + .text.SPIFFS_update_meta + 0x00000000400df6e8 0xcf esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xee (size before relaxing) + 0x00000000400df6e8 SPIFFS_update_meta + *fill* 0x00000000400df7b7 0x1 + .text.SPIFFS_fupdate_meta + 0x00000000400df7b8 0x93 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xa6 (size before relaxing) + 0x00000000400df7b8 SPIFFS_fupdate_meta + *fill* 0x00000000400df84b 0x1 + .text.SPIFFS_opendir + 0x00000000400df84c 0x37 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000400df84c SPIFFS_opendir + *fill* 0x00000000400df883 0x1 + .text.SPIFFS_readdir + 0x00000000400df884 0x74 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x78 (size before relaxing) + 0x00000000400df884 SPIFFS_readdir + .text.SPIFFS_closedir + 0x00000000400df8f8 0x29 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000400df8f8 SPIFFS_closedir + *fill* 0x00000000400df921 0x3 + .text.SPIFFS_info + 0x00000000400df924 0x72 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x00000000400df924 SPIFFS_info + *fill* 0x00000000400df996 0x2 + .text.spiffs_obj_lu_scan_v + 0x00000000400df998 0x35 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400df9cd 0x3 + .text.spiffs_update_ix_map + 0x00000000400df9d0 0xf3 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfac3 0x1 + .text.spiffs_hash + 0x00000000400dfac4 0x26 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfaea 0x2 + .text.spiffs_obj_lu_find_id_and_span_v + 0x00000000400dfaec 0xaa esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfb96 0x2 + .text.spiffs_page_data_check + 0x00000000400dfb98 0x9b esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfc33 0x1 + .text.spiffs_page_index_check + 0x00000000400dfc34 0xab esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfcdf 0x1 + .text.spiffs_object_find_object_index_header_by_name_v + 0x00000000400dfce0 0x94 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_obj_lu_find_free_obj_id_compact_v + 0x00000000400dfd74 0xa9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + *fill* 0x00000000400dfe1d 0x3 + .text.spiffs_obj_lu_find_free_obj_id_bitmap_v + 0x00000000400dfe20 0xd8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .text.spiffs_phys_cpy + 0x00000000400dfef8 0x44 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x4c (size before relaxing) + 0x00000000400dfef8 spiffs_phys_cpy + .text.spiffs_obj_lu_find_entry_visitor + 0x00000000400dff3c 0x1e2 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x1e6 (size before relaxing) + 0x00000000400dff3c spiffs_obj_lu_find_entry_visitor + *fill* 0x00000000400e011e 0x2 + .text.spiffs_erase_block + 0x00000000400e0120 0xd1 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e0120 spiffs_erase_block + *fill* 0x00000000400e01f1 0x3 + .text.spiffs_obj_lu_scan + 0x00000000400e01f4 0x14c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x154 (size before relaxing) + 0x00000000400e01f4 spiffs_obj_lu_scan + .text.spiffs_obj_lu_find_id + 0x00000000400e0340 0x29 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x2d (size before relaxing) + 0x00000000400e0340 spiffs_obj_lu_find_id + *fill* 0x00000000400e0369 0x3 + .text.spiffs_obj_lu_find_free + 0x00000000400e036c 0x60 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x64 (size before relaxing) + 0x00000000400e036c spiffs_obj_lu_find_free + .text.spiffs_obj_lu_find_id_and_span + 0x00000000400e03cc 0x8a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e03cc spiffs_obj_lu_find_id_and_span + *fill* 0x00000000400e0456 0x2 + .text.spiffs_page_allocate_data + 0x00000000400e0458 0x14d esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x15d (size before relaxing) + 0x00000000400e0458 spiffs_page_allocate_data + *fill* 0x00000000400e05a5 0x3 + .text.spiffs_page_delete + 0x00000000400e05a8 0x79 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x81 (size before relaxing) + 0x00000000400e05a8 spiffs_page_delete + *fill* 0x00000000400e0621 0x3 + .text.spiffs_page_move + 0x00000000400e0624 0x12a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x132 (size before relaxing) + 0x00000000400e0624 spiffs_page_move + *fill* 0x00000000400e074e 0x2 + .text.spiffs_cb_object_event + 0x00000000400e0750 0x15e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e0750 spiffs_cb_object_event + *fill* 0x00000000400e08ae 0x2 + .text.spiffs_object_create + 0x00000000400e08b0 0x17c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x184 (size before relaxing) + 0x00000000400e08b0 spiffs_object_create + .text.spiffs_object_update_index_hdr + 0x00000000400e0a2c 0x170 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e0a2c spiffs_object_update_index_hdr + .text.spiffs_object_open_by_page + 0x00000000400e0b9c 0xc1 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xc5 (size before relaxing) + 0x00000000400e0b9c spiffs_object_open_by_page + *fill* 0x00000000400e0c5d 0x3 + .text.spiffs_object_append + 0x00000000400e0c60 0x62c esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x670 (size before relaxing) + 0x00000000400e0c60 spiffs_object_append + .text.spiffs_object_modify + 0x00000000400e128c 0x4ca esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x4fe (size before relaxing) + 0x00000000400e128c spiffs_object_modify + *fill* 0x00000000400e1756 0x2 + .text.spiffs_object_find_object_index_header_by_name + 0x00000000400e1758 0x76 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e1758 spiffs_object_find_object_index_header_by_name + *fill* 0x00000000400e17ce 0x2 + .text.spiffs_object_truncate + 0x00000000400e17d0 0x4f0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x530 (size before relaxing) + 0x00000000400e17d0 spiffs_object_truncate + .text.spiffs_object_read + 0x00000000400e1cc0 0x1f4 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x204 (size before relaxing) + 0x00000000400e1cc0 spiffs_object_read + .text.spiffs_obj_lu_find_free_obj_id + 0x00000000400e1eb4 0x194 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x198 (size before relaxing) + 0x00000000400e1eb4 spiffs_obj_lu_find_free_obj_id + .text.spiffs_fd_find_new + 0x00000000400e2048 0xe9 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0xed (size before relaxing) + 0x00000000400e2048 spiffs_fd_find_new + *fill* 0x00000000400e2131 0x3 + .text.spiffs_fd_return + 0x00000000400e2134 0x3e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e2134 spiffs_fd_return + *fill* 0x00000000400e2172 0x2 + .text.spiffs_fd_get + 0x00000000400e2174 0x3d esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x00000000400e2174 spiffs_fd_get + *fill* 0x00000000400e21b1 0x3 + .text.spiffs_fd_temporal_cache_rehash + 0x00000000400e21b4 0x3a esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x3e (size before relaxing) + 0x00000000400e21b4 spiffs_fd_temporal_cache_rehash + *fill* 0x00000000400e21ee 0x2 + .text.spiffs_cache_page_remove_oldest + 0x00000000400e21f0 0x60 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .text.spiffs_cache_drop_page + 0x00000000400e2250 0x1f esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x00000000400e2250 spiffs_cache_drop_page + *fill* 0x00000000400e226f 0x1 + .text.spiffs_phys_rd + 0x00000000400e2270 0x108 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x10c (size before relaxing) + 0x00000000400e2270 spiffs_phys_rd + .text.spiffs_phys_wr + 0x00000000400e2378 0xb4 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x00000000400e2378 spiffs_phys_wr + .text.spiffs_cache_page_allocate_by_fd + 0x00000000400e242c 0x2c esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x00000000400e242c spiffs_cache_page_allocate_by_fd + .text.spiffs_cache_fd_release + 0x00000000400e2458 0x3f esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x00000000400e2458 spiffs_cache_fd_release + *fill* 0x00000000400e2497 0x1 + .text.spiffs_cache_init + 0x00000000400e2498 0x96 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x00000000400e2498 spiffs_cache_init + *fill* 0x00000000400e252e 0x2 + .text.spiffs_gc_erase_block + 0x00000000400e2530 0x38 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .text.spiffs_gc_quick + 0x00000000400e2568 0x158 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x00000000400e2568 spiffs_gc_quick + .text.spiffs_gc_erase_page_stats + 0x00000000400e26c0 0xbc esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x00000000400e26c0 spiffs_gc_erase_page_stats + .text.spiffs_gc_find_candidate + 0x00000000400e277c 0x20d esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x211 (size before relaxing) + 0x00000000400e277c spiffs_gc_find_candidate + *fill* 0x00000000400e2989 0x3 + .text.spiffs_gc_clean + 0x00000000400e298c 0x4c8 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x4f4 (size before relaxing) + 0x00000000400e298c spiffs_gc_clean + .text.spiffs_gc_check + 0x00000000400e2e54 0x12a esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x132 (size before relaxing) + 0x00000000400e2e54 spiffs_gc_check + *fill* 0x00000000400e2f7e 0x2 + .text.xt_int_has_handler + 0x00000000400e2f80 0x1d esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x00000000400e2f80 xt_int_has_handler + *fill* 0x00000000400e2f9d 0x3 + .text.xt_set_interrupt_handler + 0x00000000400e2fa0 0x4e esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x00000000400e2fa0 xt_set_interrupt_handler + *fill* 0x00000000400e2fee 0x2 + .text.esp_efuse_read_field_blob + 0x00000000400e2ff0 0x61 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x65 (size before relaxing) + 0x00000000400e2ff0 esp_efuse_read_field_blob + *fill* 0x00000000400e3051 0x3 + .text.esp_efuse_check_errors + 0x00000000400e3054 0xd esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000400e3054 esp_efuse_check_errors + *fill* 0x00000000400e3061 0x3 + .text.check_range_of_bits + 0x00000000400e3064 0x52 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x56 (size before relaxing) + *fill* 0x00000000400e30b6 0x2 + .text.esp_efuse_utility_process + 0x00000000400e30b8 0x159 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x160 (size before relaxing) + 0x00000000400e30b8 esp_efuse_utility_process + *fill* 0x00000000400e3211 0x3 + .text.esp_efuse_utility_read_reg + 0x00000000400e3214 0x70 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x77 (size before relaxing) + 0x00000000400e3214 esp_efuse_utility_read_reg + *fill* 0x00000000400e3284 0x0 + .text.esp_efuse_utility_fill_buff + 0x00000000400e3284 0xbe esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400e3284 esp_efuse_utility_fill_buff + *fill* 0x00000000400e3342 0x2 + .text.esp_efuse_utility_count_once + 0x00000000400e3344 0x32 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000400e3344 esp_efuse_utility_count_once + *fill* 0x00000000400e3376 0x2 + .text.esp_efuse_get_coding_scheme + 0x00000000400e3378 0x36 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000400e3378 esp_efuse_get_coding_scheme + *fill* 0x00000000400e33ae 0x2 + .text.gpio_input_disable + 0x00000000400e33b0 0x7d esp-idf/driver/libdriver.a(gpio.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000400e342d 0x3 + .text.gpio_od_enable + 0x00000000400e3430 0x7c esp-idf/driver/libdriver.a(gpio.c.obj) + 0x80 (size before relaxing) + .text.gpio_od_disable + 0x00000000400e34ac 0x7c esp-idf/driver/libdriver.a(gpio.c.obj) + 0x80 (size before relaxing) + .text.gpio_output_disable + 0x00000000400e3528 0xe1 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xe8 (size before relaxing) + *fill* 0x00000000400e3609 0x3 + .text.gpio_ll_pullup_en + 0x00000000400e360c 0x3f esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000400e364b 0x1 + .text.gpio_ll_pulldown_en + 0x00000000400e364c 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_ll_input_enable + 0x00000000400e368c 0x40 esp-idf/driver/libdriver.a(gpio.c.obj) + .text.gpio_input_enable + 0x00000000400e36cc 0x70 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x74 (size before relaxing) + .text.gpio_intr_enable_on_core + 0x00000000400e373c 0x16 esp-idf/driver/libdriver.a(gpio.c.obj) + *fill* 0x00000000400e3752 0x2 + .text.gpio_output_enable + 0x00000000400e3754 0xbd esp-idf/driver/libdriver.a(gpio.c.obj) + 0xc1 (size before relaxing) + *fill* 0x00000000400e3811 0x3 + .text.gpio_pullup_en + 0x00000000400e3814 0x8e esp-idf/driver/libdriver.a(gpio.c.obj) + 0x9e (size before relaxing) + 0x00000000400e3814 gpio_pullup_en + *fill* 0x00000000400e38a2 0x2 + .text.gpio_pullup_dis + 0x00000000400e38a4 0xa1 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xad (size before relaxing) + 0x00000000400e38a4 gpio_pullup_dis + *fill* 0x00000000400e3945 0x3 + .text.gpio_pulldown_en + 0x00000000400e3948 0x8e esp-idf/driver/libdriver.a(gpio.c.obj) + 0x9e (size before relaxing) + 0x00000000400e3948 gpio_pulldown_en + *fill* 0x00000000400e39d6 0x2 + .text.gpio_pulldown_dis + 0x00000000400e39d8 0xa1 esp-idf/driver/libdriver.a(gpio.c.obj) + 0xad (size before relaxing) + 0x00000000400e39d8 gpio_pulldown_dis + *fill* 0x00000000400e3a79 0x3 + .text.gpio_set_intr_type + 0x00000000400e3a7c 0x125 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x12d (size before relaxing) + 0x00000000400e3a7c gpio_set_intr_type + *fill* 0x00000000400e3ba1 0x3 + .text.gpio_intr_enable + 0x00000000400e3ba4 0x92 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x9a (size before relaxing) + 0x00000000400e3ba4 gpio_intr_enable + *fill* 0x00000000400e3c36 0x2 + .text.gpio_intr_disable + 0x00000000400e3c38 0x6d esp-idf/driver/libdriver.a(gpio.c.obj) + 0x71 (size before relaxing) + 0x00000000400e3c38 gpio_intr_disable + *fill* 0x00000000400e3ca5 0x3 + .text.gpio_config + 0x00000000400e3ca8 0x1e2 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x212 (size before relaxing) + 0x00000000400e3ca8 gpio_config + *fill* 0x00000000400e3e8a 0x2 + .text.rtcio_ll_function_select + 0x00000000400e3e8c 0xc0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_pullup_enable + 0x00000000400e3f4c 0x4b esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x00000000400e3f97 0x1 + .text.rtcio_ll_pullup_disable + 0x00000000400e3f98 0x50 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtcio_ll_pulldown_enable + 0x00000000400e3fe8 0x4b esp-idf/driver/libdriver.a(rtc_io.c.obj) + *fill* 0x00000000400e4033 0x1 + .text.rtcio_ll_pulldown_disable + 0x00000000400e4034 0x50 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .text.rtc_gpio_is_valid_gpio + 0x00000000400e4084 0x21 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x00000000400e4084 rtc_gpio_is_valid_gpio + *fill* 0x00000000400e40a5 0x3 + .text.rtc_io_number_get + 0x00000000400e40a8 0xd esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x00000000400e40a8 rtc_io_number_get + *fill* 0x00000000400e40b5 0x3 + .text.rtc_gpio_deinit + 0x00000000400e40b8 0x49 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x5d (size before relaxing) + 0x00000000400e40b8 rtc_gpio_deinit + *fill* 0x00000000400e4101 0x3 + .text.rtc_gpio_pullup_en + 0x00000000400e4104 0x44 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x5c (size before relaxing) + 0x00000000400e4104 rtc_gpio_pullup_en + .text.rtc_gpio_pullup_dis + 0x00000000400e4148 0x44 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x5c (size before relaxing) + 0x00000000400e4148 rtc_gpio_pullup_dis + .text.rtc_gpio_pulldown_en + 0x00000000400e418c 0x44 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x5c (size before relaxing) + 0x00000000400e418c rtc_gpio_pulldown_en + .text.rtc_gpio_pulldown_dis + 0x00000000400e41d0 0x44 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x5c (size before relaxing) + 0x00000000400e41d0 rtc_gpio_pulldown_dis + .text.rmt_ll_set_group_clock_src + 0x00000000400e4214 0x4f esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400e4263 0x1 + .text.rmt_acquire_group_handle + 0x00000000400e4264 0x76 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x85 (size before relaxing) + 0x00000000400e4264 rmt_acquire_group_handle + *fill* 0x00000000400e42da 0x2 + .text.rmt_release_group_handle + 0x00000000400e42dc 0x45 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x50 (size before relaxing) + 0x00000000400e42dc rmt_release_group_handle + *fill* 0x00000000400e4321 0x3 + .text.rmt_select_periph_clock + 0x00000000400e4324 0xa4 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0xb8 (size before relaxing) + 0x00000000400e4324 rmt_select_periph_clock + .text.rmt_enable + 0x00000000400e43c8 0x34 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x3c (size before relaxing) + 0x00000000400e43c8 rmt_enable + .text.rmt_set_intr_priority_to_group + 0x00000000400e43fc 0x36 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x3a (size before relaxing) + 0x00000000400e43fc rmt_set_intr_priority_to_group + *fill* 0x00000000400e4432 0x2 + .text.rmt_del_bytes_encoder + 0x00000000400e4434 0xc esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x10 (size before relaxing) + .text.rmt_del_copy_encoder + 0x00000000400e4440 0xc esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x10 (size before relaxing) + .text.rmt_del_encoder + 0x00000000400e444c 0x31 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x39 (size before relaxing) + 0x00000000400e444c rmt_del_encoder + *fill* 0x00000000400e447d 0x3 + .text.rmt_encoder_reset + 0x00000000400e4480 0x31 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x39 (size before relaxing) + 0x00000000400e4480 rmt_encoder_reset + *fill* 0x00000000400e44b1 0x3 + .text.rmt_alloc_encoder_mem + 0x00000000400e44b4 0x14 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x00000000400e44b4 rmt_alloc_encoder_mem + .text.rmt_new_bytes_encoder + 0x00000000400e44c8 0x90 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0xa0 (size before relaxing) + 0x00000000400e44c8 rmt_new_bytes_encoder + .text.rmt_new_copy_encoder + 0x00000000400e4558 0x75 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x85 (size before relaxing) + 0x00000000400e4558 rmt_new_copy_encoder + *fill* 0x00000000400e45cd 0x3 + .text.rmt_ll_tx_set_carrier_high_low_ticks + 0x00000000400e45d0 0x9e esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xa1 (size before relaxing) + *fill* 0x00000000400e466e 0x2 + .text.rmt_ll_tx_set_channel_clock_div + 0x00000000400e4670 0x5a esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x5d (size before relaxing) + *fill* 0x00000000400e46ca 0x2 + .text.rmt_tx_disable + 0x00000000400e46cc 0x15b esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x17b (size before relaxing) + *fill* 0x00000000400e4827 0x1 + .text.rmt_tx_modulate_carrier + 0x00000000400e4828 0xab esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xb7 (size before relaxing) + *fill* 0x00000000400e48d3 0x1 + .text.rmt_tx_enable + 0x00000000400e48d4 0xac esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xbc (size before relaxing) + .text.rmt_tx_create_trans_queue + 0x00000000400e4980 0xd5 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xe9 (size before relaxing) + *fill* 0x00000000400e4a55 0x3 + .text.rmt_tx_register_to_group + 0x00000000400e4a58 0xf6 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x10a (size before relaxing) + *fill* 0x00000000400e4b4e 0x2 + .text.rmt_tx_unregister_from_group + 0x00000000400e4b50 0x3b esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x43 (size before relaxing) + *fill* 0x00000000400e4b8b 0x1 + .text.rmt_tx_destroy + 0x00000000400e4b8c 0xa4 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xb4 (size before relaxing) + .text.rmt_del_tx_channel + 0x00000000400e4c30 0x58 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x68 (size before relaxing) + .text.rmt_new_tx_channel + 0x00000000400e4c88 0x466 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x4de (size before relaxing) + 0x00000000400e4c88 rmt_new_tx_channel + *fill* 0x00000000400e50ee 0x2 + .text.rmt_transmit + 0x00000000400e50f0 0x1c6 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x1f2 (size before relaxing) + 0x00000000400e50f0 rmt_transmit + *fill* 0x00000000400e52b6 0x2 + .text.rmt_tx_wait_all_done + 0x00000000400e52b8 0xc1 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xd5 (size before relaxing) + 0x00000000400e52b8 rmt_tx_wait_all_done + *fill* 0x00000000400e5379 0x3 + .text.uart_pattern_queue_update + 0x00000000400e537c 0x43 esp-idf/driver/libdriver.a(uart.c.obj) + *fill* 0x00000000400e53bf 0x1 + .text.uart_reenable_intr_mask + 0x00000000400e53c0 0x68 esp-idf/driver/libdriver.a(uart.c.obj) + 0x70 (size before relaxing) + .text.uart_get_sclk_freq + 0x00000000400e5428 0x10 esp-idf/driver/libdriver.a(uart.c.obj) + 0x14 (size before relaxing) + 0x00000000400e5428 uart_get_sclk_freq + .text.uart_set_word_length + 0x00000000400e5438 0x74 esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + 0x00000000400e5438 uart_set_word_length + .text.uart_get_word_length + 0x00000000400e54ac 0x3c esp-idf/driver/libdriver.a(uart.c.obj) + 0x40 (size before relaxing) + 0x00000000400e54ac uart_get_word_length + .text.uart_set_stop_bits + 0x00000000400e54e8 0x74 esp-idf/driver/libdriver.a(uart.c.obj) + 0x80 (size before relaxing) + 0x00000000400e54e8 uart_set_stop_bits + .text.uart_get_stop_bits + 0x00000000400e555c 0x4e esp-idf/driver/libdriver.a(uart.c.obj) + 0x56 (size before relaxing) + 0x00000000400e555c uart_get_stop_bits + *fill* 0x00000000400e55aa 0x2 + .text.uart_set_parity + 0x00000000400e55ac 0x4e esp-idf/driver/libdriver.a(uart.c.obj) + 0x56 (size before relaxing) + 0x00000000400e55ac uart_set_parity + *fill* 0x00000000400e55fa 0x2 + .text.uart_get_parity + 0x00000000400e55fc 0x4e esp-idf/driver/libdriver.a(uart.c.obj) + 0x56 (size before relaxing) + 0x00000000400e55fc uart_get_parity + *fill* 0x00000000400e564a 0x2 + .text.uart_set_baudrate + 0x00000000400e564c 0x8c esp-idf/driver/libdriver.a(uart.c.obj) + 0xa4 (size before relaxing) + 0x00000000400e564c uart_set_baudrate + .text.uart_get_baudrate + 0x00000000400e56d8 0x8c esp-idf/driver/libdriver.a(uart.c.obj) + 0xa4 (size before relaxing) + 0x00000000400e56d8 uart_get_baudrate + .text.uart_wait_tx_done + 0x00000000400e5764 0x1b6 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1e2 (size before relaxing) + 0x00000000400e5764 uart_wait_tx_done + *fill* 0x00000000400e591a 0x2 + .text.uart_get_buffered_data_len + 0x00000000400e591c 0x7c esp-idf/driver/libdriver.a(uart.c.obj) + 0x88 (size before relaxing) + 0x00000000400e591c uart_get_buffered_data_len + .text.uart_flush_input + 0x00000000400e5998 0x170 esp-idf/driver/libdriver.a(uart.c.obj) + 0x1a8 (size before relaxing) + 0x00000000400e5998 uart_flush + 0x00000000400e5998 uart_flush_input + .text.uart_is_driver_installed + 0x00000000400e5b08 0x1c esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400e5b08 uart_is_driver_installed + .text.uart_set_select_notif_callback + 0x00000000400e5b24 0x16 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400e5b24 uart_set_select_notif_callback + *fill* 0x00000000400e5b3a 0x2 + .text.uart_get_selectlock + 0x00000000400e5b3c 0x8 esp-idf/driver/libdriver.a(uart.c.obj) + 0x00000000400e5b3c uart_get_selectlock + .text.bootloader_init_mem + 0x00000000400e5b44 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0xb (size before relaxing) + 0x00000000400e5b44 bootloader_init_mem + *fill* 0x00000000400e5b4c 0x0 + .text.bootloader_flash_update_id + 0x00000000400e5b4c 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x10 (size before relaxing) + 0x00000000400e5b4c bootloader_flash_update_id + *fill* 0x00000000400e5b59 0x3 + .text.bootloader_flash_get_wp_pin + 0x00000000400e5b5c 0x49 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400e5b5c bootloader_flash_get_wp_pin + *fill* 0x00000000400e5ba5 0x3 + .text.load_partitions + 0x00000000400e5ba8 0x188 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x19c (size before relaxing) + .text.ensure_partitions_loaded + 0x00000000400e5d30 0x4c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x58 (size before relaxing) + .text.iterator_create + 0x00000000400e5d7c 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x24 (size before relaxing) + .text.esp_partition_iterator_release + 0x00000000400e5d9c 0xa esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0xe (size before relaxing) + 0x00000000400e5d9c esp_partition_iterator_release + *fill* 0x00000000400e5da6 0x2 + .text.esp_partition_next + 0x00000000400e5da8 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x8c (size before relaxing) + 0x00000000400e5da8 esp_partition_next + .text.esp_partition_find + 0x00000000400e5e28 0x3c esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x44 (size before relaxing) + 0x00000000400e5e28 esp_partition_find + .text.esp_partition_get + 0x00000000400e5e64 0x19 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x1c (size before relaxing) + 0x00000000400e5e64 esp_partition_get + *fill* 0x00000000400e5e7d 0x3 + .text.esp_partition_find_first + 0x00000000400e5e80 0x24 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x2c (size before relaxing) + 0x00000000400e5e80 esp_partition_find_first + .text.esp_partition_write + 0x00000000400e5ea4 0x69 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x6d (size before relaxing) + 0x00000000400e5ea4 esp_partition_write + *fill* 0x00000000400e5f0d 0x3 + .text.esp_partition_read_raw + 0x00000000400e5f10 0x41 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x00000000400e5f10 esp_partition_read_raw + *fill* 0x00000000400e5f51 0x3 + .text.esp_partition_write_raw + 0x00000000400e5f54 0x41 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x45 (size before relaxing) + 0x00000000400e5f54 esp_partition_write_raw + *fill* 0x00000000400e5f95 0x3 + .text.esp_partition_erase_range + 0x00000000400e5f98 0x59 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x5d (size before relaxing) + 0x00000000400e5f98 esp_partition_erase_range + *fill* 0x00000000400e5ff1 0x3 + .text.esp_partition_mmap + 0x00000000400e5ff4 0x66 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x6a (size before relaxing) + 0x00000000400e5ff4 esp_partition_mmap + *fill* 0x00000000400e605a 0x2 + .text.esp_partition_munmap + 0x00000000400e605c 0xa esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0xe (size before relaxing) + 0x00000000400e605c esp_partition_munmap + *fill* 0x00000000400e6066 0x2 + .text.esp_partition_read + 0x00000000400e6068 0x82 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x86 (size before relaxing) + 0x00000000400e6068 esp_partition_read + *fill* 0x00000000400e60ea 0x2 + .text.esp_partition_main_flash_region_safe + 0x00000000400e60ec 0x39 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x3d (size before relaxing) + 0x00000000400e60ec esp_partition_main_flash_region_safe + *fill* 0x00000000400e6125 0x3 + .text.esp_ota_get_running_partition + 0x00000000400e6128 0x7b esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x8f (size before relaxing) + 0x00000000400e6128 esp_ota_get_running_partition + *fill* 0x00000000400e61a3 0x1 + .text.s_reserve_irom_region + 0x00000000400e61a4 0x14b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x00000000400e62ef 0x1 + .text.s_reserve_drom_region + 0x00000000400e62f0 0x14b esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x00000000400e643b 0x1 + .text.esp_mmu_map_init + 0x00000000400e643c 0x190 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x19c (size before relaxing) + 0x00000000400e643c esp_mmu_map_init + .text.esp_mmu_map + 0x00000000400e65cc 0x3d2 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x40a (size before relaxing) + 0x00000000400e65cc esp_mmu_map + *fill* 0x00000000400e699e 0x2 + .text.esp_mmu_unmap + 0x00000000400e69a0 0x11c esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x128 (size before relaxing) + 0x00000000400e69a0 esp_mmu_unmap + .text.esp_mmu_vaddr_to_paddr + 0x00000000400e6abc 0xb6 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xca (size before relaxing) + 0x00000000400e6abc esp_mmu_vaddr_to_paddr + *fill* 0x00000000400e6b72 0x2 + .text.spi_flash_init_lock + 0x00000000400e6b74 0x23 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x27 (size before relaxing) + 0x00000000400e6b74 spi_flash_init_lock + *fill* 0x00000000400e6b97 0x1 + .text.spi_flash_op_lock + 0x00000000400e6b98 0x12 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x00000000400e6b98 spi_flash_op_lock + *fill* 0x00000000400e6baa 0x2 + .text.spi_flash_op_unlock + 0x00000000400e6bac 0xd esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x10 (size before relaxing) + 0x00000000400e6bac spi_flash_op_unlock + *fill* 0x00000000400e6bb9 0x3 + .text.spi_flash_mmap + 0x00000000400e6bbc 0x8e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x95 (size before relaxing) + 0x00000000400e6bbc spi_flash_mmap + *fill* 0x00000000400e6c4a 0x2 + .text.spi_flash_munmap + 0x00000000400e6c4c 0x3e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x46 (size before relaxing) + 0x00000000400e6c4c spi_flash_munmap + *fill* 0x00000000400e6c8a 0x2 + .text.spi_flash_cache2phys + 0x00000000400e6c8c 0x25 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x29 (size before relaxing) + 0x00000000400e6c8c spi_flash_cache2phys + *fill* 0x00000000400e6cb1 0x3 + .text.esp_mspi_get_io + 0x00000000400e6cb4 0x54 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x58 (size before relaxing) + 0x00000000400e6cb4 esp_mspi_get_io + .text.esp_flash_read_chip_id + 0x00000000400e6d08 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x14 (size before relaxing) + 0x00000000400e6d08 esp_flash_read_chip_id + .text.esp_flash_init_default_chip + 0x00000000400e6d18 0xc2 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0xd2 (size before relaxing) + 0x00000000400e6d18 esp_flash_init_default_chip + *fill* 0x00000000400e6dda 0x2 + .text.esp_flash_app_init + 0x00000000400e6ddc 0x17 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x1f (size before relaxing) + 0x00000000400e6ddc esp_flash_app_init + *fill* 0x00000000400e6df3 0x1 + .text.esp_flash_app_enable_os_functions + 0x00000000400e6df4 0x22 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x00000000400e6df4 esp_flash_app_enable_os_functions + *fill* 0x00000000400e6e16 0x2 + .text.esp_crosscore_int_init + 0x00000000400e6e18 0x66 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x76 (size before relaxing) + 0x00000000400e6e18 esp_crosscore_int_init + *fill* 0x00000000400e6e7e 0x2 + .text.esp_ipc_call_and_wait + 0x00000000400e6e80 0xbd esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0xdd (size before relaxing) + *fill* 0x00000000400e6f3d 0x3 + .text.esp_ipc_init + 0x00000000400e6f40 0x88 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x94 (size before relaxing) + .text.esp_ipc_call_blocking + 0x00000000400e6fc8 0x15 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x00000000400e6fc8 esp_ipc_call_blocking + *fill* 0x00000000400e6fdd 0x3 + .text.esp_ipc_call_nonblocking + 0x00000000400e6fe0 0x9e esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0xae (size before relaxing) + 0x00000000400e6fe0 esp_ipc_call_nonblocking + *fill* 0x00000000400e707e 0x2 + .text.find_entry_and_check_all_reset + 0x00000000400e7080 0x36 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x00000000400e70b6 0x2 + .text.find_entry_from_task_handle_and_check_all_reset + 0x00000000400e70b8 0x37 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x00000000400e70ef 0x1 + .text.task_wdt_timer_feed + 0x00000000400e70f0 0x24 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .text.add_entry + 0x00000000400e7114 0x101 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x11d (size before relaxing) + *fill* 0x00000000400e7215 0x3 + .text.get_task_affinity + 0x00000000400e7218 0x25 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + *fill* 0x00000000400e723d 0x3 + .text.task_wdt_timeout_abort_xtensa + 0x00000000400e7240 0xa4 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xb7 (size before relaxing) + 0x00000000400e7240 task_wdt_timeout_abort_xtensa + *fill* 0x00000000400e72e4 0x0 + .text.task_wdt_timeout_handling + 0x00000000400e72e4 0xb3 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xc6 (size before relaxing) + *fill* 0x00000000400e7397 0x1 + .text.esp_task_wdt_add + 0x00000000400e7398 0x41 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x4d (size before relaxing) + 0x00000000400e7398 esp_task_wdt_add + *fill* 0x00000000400e73d9 0x3 + .text.subscribe_idle + 0x00000000400e73dc 0x5e esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x6e (size before relaxing) + *fill* 0x00000000400e743a 0x2 + .text.esp_task_wdt_init + 0x00000000400e743c 0xdc esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xf4 (size before relaxing) + 0x00000000400e743c esp_task_wdt_init + .text.esp_task_wdt_reset + 0x00000000400e7518 0x8b esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xa2 (size before relaxing) + 0x00000000400e7518 esp_task_wdt_reset + *fill* 0x00000000400e75a3 0x1 + .text.idle_hook_cb + 0x00000000400e75a4 0xa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xd (size before relaxing) + *fill* 0x00000000400e75ae 0x2 + .text.esp_task_wdt_print_triggered_tasks + 0x00000000400e75b0 0xce esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0x00000000400e75b0 esp_task_wdt_print_triggered_tasks + *fill* 0x00000000400e767e 0x2 + .text.task_wdt_isr + 0x00000000400e7680 0xb5 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xd4 (size before relaxing) + *fill* 0x00000000400e7735 0x3 + .text.esp_task_wdt_impl_timer_allocate + 0x00000000400e7738 0x6d esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x7d (size before relaxing) + 0x00000000400e7738 esp_task_wdt_impl_timer_allocate + *fill* 0x00000000400e77a5 0x3 + .text.esp_task_wdt_impl_timer_feed + 0x00000000400e77a8 0x21 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x29 (size before relaxing) + 0x00000000400e77a8 esp_task_wdt_impl_timer_feed + *fill* 0x00000000400e77c9 0x3 + .text.esp_task_wdt_impl_timeout_triggered + 0x00000000400e77cc 0x17 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x1f (size before relaxing) + 0x00000000400e77cc esp_task_wdt_impl_timeout_triggered + *fill* 0x00000000400e77e3 0x1 + .text.esp_task_wdt_impl_timer_restart + 0x00000000400e77e4 0x23 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x2f (size before relaxing) + 0x00000000400e77e4 esp_task_wdt_impl_timer_restart + *fill* 0x00000000400e7807 0x1 + .text.gpio_hal_intr_enable_on_core + 0x00000000400e7808 0x93 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x00000000400e7808 gpio_hal_intr_enable_on_core + *fill* 0x00000000400e789b 0x1 + .text.gpio_hal_intr_disable + 0x00000000400e789c 0x6c esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x00000000400e789c gpio_hal_intr_disable + .text.uart_hal_set_baudrate + 0x00000000400e7908 0x42 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400e7908 uart_hal_set_baudrate + *fill* 0x00000000400e794a 0x2 + .text.uart_hal_get_baudrate + 0x00000000400e794c 0x32 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x00000000400e794c uart_hal_get_baudrate + *fill* 0x00000000400e797e 0x2 + .text.spi_flash_ll_calculate_clock_reg + 0x00000000400e7980 0x2d esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + *fill* 0x00000000400e79ad 0x3 + .text.get_flash_clock_divider + 0x00000000400e79b0 0xa0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0xb0 (size before relaxing) + .text.spi_flash_cal_clock + 0x00000000400e7a50 0x19 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x1d (size before relaxing) + *fill* 0x00000000400e7a69 0x3 + .text.spi_flash_hal_init + 0x00000000400e7a6c 0xdc esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x00000000400e7a6c spi_flash_hal_init + .text.spi_flash_hal_supports_direct_write + 0x00000000400e7b48 0x14 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x00000000400e7b48 spi_flash_hal_supports_direct_write + .text.spi_flash_hal_supports_direct_read + 0x00000000400e7b5c 0x14 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x00000000400e7b5c spi_flash_hal_supports_direct_read + .text.rmt_hal_init + 0x00000000400e7b70 0x47 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x00000000400e7b70 rmt_hal_init + *fill* 0x00000000400e7bb7 0x1 + .text.rmt_hal_deinit + 0x00000000400e7bb8 0x33 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x00000000400e7bb8 rmt_hal_deinit + *fill* 0x00000000400e7beb 0x1 + .text.rmt_hal_tx_channel_reset + 0x00000000400e7bec 0xab esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x00000000400e7bec rmt_hal_tx_channel_reset + *fill* 0x00000000400e7c97 0x1 + .text.esp_cpu_configure_region_protection + 0x00000000400e7c98 0x33 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x00000000400e7c98 esp_cpu_configure_region_protection + *fill* 0x00000000400e7ccb 0x1 + .text.esp_fill_random + 0x00000000400e7ccc 0x33 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x3b (size before relaxing) + 0x00000000400e7ccc esp_fill_random + *fill* 0x00000000400e7cff 0x1 + .text.get_idx 0x00000000400e7d00 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x3c (size before relaxing) + .text.generate_mac + 0x00000000400e7d38 0x8d esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x95 (size before relaxing) + *fill* 0x00000000400e7dc5 0x3 + .text.get_efuse_mac_custom + 0x00000000400e7dc8 0x7f esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x93 (size before relaxing) + *fill* 0x00000000400e7e47 0x1 + .text.get_efuse_factory_mac + 0x00000000400e7e48 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0xb4 (size before relaxing) + .text.get_mac_addr_from_mac_table + 0x00000000400e7ef0 0x9c esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0xa4 (size before relaxing) + .text.esp_efuse_mac_get_default + 0x00000000400e7f8c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x10 (size before relaxing) + 0x00000000400e7f8c esp_efuse_mac_get_default + .text.esp_read_mac + 0x00000000400e7f98 0xba esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0xd6 (size before relaxing) + 0x00000000400e7f98 esp_read_mac + *fill* 0x00000000400e8052 0x2 + .text.esp_clk_tree_src_get_freq_hz + 0x00000000400e8054 0x172 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x1a6 (size before relaxing) + 0x00000000400e8054 esp_clk_tree_src_get_freq_hz + *fill* 0x00000000400e81c6 0x2 + .text.clk_tree_rtc_slow_calibration + 0x00000000400e81c8 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x4c (size before relaxing) + .text.esp_clk_tree_rc_fast_d256_get_freq_hz + 0x00000000400e820c 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x5a (size before relaxing) + 0x00000000400e820c esp_clk_tree_rc_fast_d256_get_freq_hz + *fill* 0x00000000400e825a 0x2 + .text.esp_clk_tree_xtal32k_get_freq_hz + 0x00000000400e825c 0x4e esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x5a (size before relaxing) + 0x00000000400e825c esp_clk_tree_xtal32k_get_freq_hz + *fill* 0x00000000400e82aa 0x2 + .text.esp_clk_tree_lp_slow_get_freq_hz + 0x00000000400e82ac 0x3d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x41 (size before relaxing) + 0x00000000400e82ac esp_clk_tree_lp_slow_get_freq_hz + *fill* 0x00000000400e82e9 0x3 + .text.esp_clk_tree_rc_fast_get_freq_hz + 0x00000000400e82ec 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x00000000400e82ec esp_clk_tree_rc_fast_get_freq_hz + *fill* 0x00000000400e8305 0x3 + .text.esp_clk_tree_lp_fast_get_freq_hz + 0x00000000400e8308 0x52 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x56 (size before relaxing) + 0x00000000400e8308 esp_clk_tree_lp_fast_get_freq_hz + *fill* 0x00000000400e835a 0x2 + .text.esp_err_to_name + 0x00000000400e835c 0x2b esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x00000000400e835c esp_err_to_name + *fill* 0x00000000400e8387 0x1 + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_ET_SA_SA_T0_ + 0x00000000400e8388 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleE + 0x00000000400e839c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400e83be 0x2 + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZ9nvs_closeEUlRS1_E_ET_S6_S6_T0_ + 0x00000000400e83c0 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .text._ZL19nvs_get_str_or_blobmN3nvs8ItemTypeEPKcPvPj + 0x00000000400e83d4 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x6b (size before relaxing) + *fill* 0x00000000400e8438 0x0 + .text._ZZL24close_handles_and_deinitPKcENKUlR14NVSHandleEntryE_clES2_ + 0x00000000400e8438 0x1f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400e8457 0x1 + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL24close_handles_and_deinitPKcEUlRS1_E_EEET_SC_SC_T0_St18input_iterator_tag + 0x00000000400e8458 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400e8476 0x2 + .text._ZSt7find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEZL24close_handles_and_deinitPKcEUlRS1_E_ET_S8_S8_T0_ + 0x00000000400e8478 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x00000000400e848d 0x3 + .text.nvs_flash_init_partition + 0x00000000400e8490 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + 0x00000000400e8490 nvs_flash_init_partition + *fill* 0x00000000400e84b6 0x2 + .text.nvs_flash_init + 0x00000000400e84b8 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + 0x00000000400e84b8 nvs_flash_init + *fill* 0x00000000400e84c5 0x3 + .text.nvs_erase_key + 0x00000000400e84c8 0x27 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + 0x00000000400e84c8 nvs_erase_key + *fill* 0x00000000400e84ef 0x1 + .text.nvs_commit + 0x00000000400e84f0 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x30 (size before relaxing) + 0x00000000400e84f0 nvs_commit + *fill* 0x00000000400e8515 0x3 + .text.nvs_set_str + 0x00000000400e8518 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x34 (size before relaxing) + 0x00000000400e8518 nvs_set_str + *fill* 0x00000000400e8541 0x3 + .text.nvs_set_blob + 0x00000000400e8544 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x36 (size before relaxing) + 0x00000000400e8544 nvs_set_blob + *fill* 0x00000000400e856f 0x1 + .text.nvs_get_str + 0x00000000400e8570 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + 0x00000000400e8570 nvs_get_str + .text.nvs_get_blob + 0x00000000400e8584 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x18 (size before relaxing) + 0x00000000400e8584 nvs_get_blob + .text._ZL24close_handles_and_deinitPKc + 0x00000000400e8598 0x39 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x45 (size before relaxing) + *fill* 0x00000000400e85d1 0x3 + .text.nvs_flash_erase_partition + 0x00000000400e85d4 0x4b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x62 (size before relaxing) + 0x00000000400e85d4 nvs_flash_erase_partition + *fill* 0x00000000400e861f 0x1 + .text.nvs_flash_erase + 0x00000000400e8620 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x10 (size before relaxing) + 0x00000000400e8620 nvs_flash_erase + *fill* 0x00000000400e862d 0x3 + .text.nvs_close + 0x00000000400e8630 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x52 (size before relaxing) + 0x00000000400e8630 nvs_close + *fill* 0x00000000400e8676 0x2 + .text.nvs_open_from_partition + 0x00000000400e8678 0x73 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x82 (size before relaxing) + 0x00000000400e8678 nvs_open_from_partition + *fill* 0x00000000400e86eb 0x1 + .text.nvs_open + 0x00000000400e86ec 0x16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400e86ec nvs_open + *fill* 0x00000000400e8702 0x2 + .text._Z7nvs_setIaEimPKcT_ + 0x00000000400e8704 0x2f esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400e8733 0x1 + .text.nvs_set_i8 + 0x00000000400e8734 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400e8734 nvs_set_i8 + .text._Z7nvs_setIhEimPKcT_ + 0x00000000400e8748 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e8773 0x1 + .text.nvs_set_u8 + 0x00000000400e8774 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400e8774 nvs_set_u8 + .text._Z7nvs_setItEimPKcT_ + 0x00000000400e8788 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e87b3 0x1 + .text.nvs_set_u16 + 0x00000000400e87b4 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000400e87b4 nvs_set_u16 + .text._Z7nvs_setImEimPKcT_ + 0x00000000400e87c8 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e87f3 0x1 + .text.nvs_set_u32 + 0x00000000400e87f4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e87f4 nvs_set_u32 + .text._Z7nvs_getIaEimPKcPT_ + 0x00000000400e8804 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e882f 0x1 + .text.nvs_get_i8 + 0x00000000400e8830 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e8830 nvs_get_i8 + .text._Z7nvs_getIhEimPKcPT_ + 0x00000000400e8840 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e886b 0x1 + .text.nvs_get_u8 + 0x00000000400e886c 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e886c nvs_get_u8 + .text._Z7nvs_getItEimPKcPT_ + 0x00000000400e887c 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e88a7 0x1 + .text.nvs_get_u16 + 0x00000000400e88a8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e88a8 nvs_get_u16 + .text._Z7nvs_getImEimPKcPT_ + 0x00000000400e88b8 0x2b esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400e88e3 0x1 + .text.nvs_get_u32 + 0x00000000400e88e4 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e88e4 nvs_get_u32 + .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000400e88f4 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZN9__gnu_cxx5__ops11__pred_iterIZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS3_13BlobIndexNodeEEEUlRKS5_E_EENS0_10_Iter_predIT_EESC_ + 0x00000000400e8914 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000400e8934 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400e8980 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400e899a 0x2 + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_26eraseMismatchedBlobIndexesERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000400e899c 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4c (size before relaxing) + .text._ZZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEEENKUlRKS2_E_clES6_ + 0x00000000400e89e4 0x45 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x00000000400e8a29 0x3 + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400e8a2c 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400e8a46 0x2 + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE8iteratorEZNS2_20eraseOrphanDataBlobsERS4_EUlRKS3_E_ET_SA_SA_T0_ + 0x00000000400e8a48 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x4c (size before relaxing) + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_EEET_SG_SG_T0_St18input_iterator_tag + 0x00000000400e8a90 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x00000000400e8aae 0x2 + .text._ZSt7find_ifIN14intrusive_listIN3nvs7Storage14NamespaceEntryEE8iteratorEZNS2_21createOrOpenNamespaceEPKcbRhEUlRKS3_E_ET_SC_SC_T0_ + 0x00000000400e8ab0 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + *fill* 0x00000000400e8ac5 0x3 + .text._ZN3nvs4Item6getKeyEPcj + 0x00000000400e8ac8 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e8ac8 nvs::Item::getKey(char*, unsigned int) + *fill* 0x00000000400e8af5 0x3 + .text._ZN3nvs7Storage20eraseOrphanDataBlobsER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400e8af8 0x7b esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x7f (size before relaxing) + 0x00000000400e8af8 nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) + *fill* 0x00000000400e8b73 0x1 + .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemEhNS_9VerOffsetE + 0x00000000400e8b74 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e8b74 nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) + .text._ZN3nvs7Storage16cmpMultiPageBlobEhPKcPKvj + 0x00000000400e8bbc 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc8 (size before relaxing) + 0x00000000400e8bbc nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) + .text._ZN3nvs7Storage18eraseMultiPageBlobEhPKcNS_9VerOffsetE + 0x00000000400e8c7c 0x10a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x11e (size before relaxing) + 0x00000000400e8c7c nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) + *fill* 0x00000000400e8d86 0x2 + .text._ZN3nvs7Storage17readMultiPageBlobEhPKcPvj + 0x00000000400e8d88 0x10e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e8d88 nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) + *fill* 0x00000000400e8e96 0x2 + .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400e8e98 0x66 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x6e (size before relaxing) + 0x00000000400e8e98 nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) + *fill* 0x00000000400e8efe 0x2 + .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400e8f00 0x94 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x9c (size before relaxing) + 0x00000000400e8f00 nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) + .text._ZN3nvs7Storage14eraseNamespaceEh + 0x00000000400e8f94 0x43 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e8f94 nvs::Storage::eraseNamespace(unsigned char) + *fill* 0x00000000400e8fd7 0x1 + .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400e8fd8 0x64 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x68 (size before relaxing) + 0x00000000400e8fd8 nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) + .text._ZN3nvs7Storage22calcEntriesInNamespaceEhRj + 0x00000000400e903c 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x64 (size before relaxing) + 0x00000000400e903c nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) + .text._ZN3nvs7Storage19populateBlobIndicesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400e909c 0x88 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8c (size before relaxing) + 0x00000000400e909c nvs::Storage::populateBlobIndices(intrusive_list&) + .text._ZN3nvs7Storage26eraseMismatchedBlobIndexesER14intrusive_listINS0_13BlobIndexNodeEE + 0x00000000400e9124 0xdb esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xdf (size before relaxing) + 0x00000000400e9124 nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) + *fill* 0x00000000400e91ff 0x1 + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x00000000400e9200 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e9200 intrusive_list::clearAndFreeNodes() + *fill* 0x00000000400e9221 0x3 + .text._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x00000000400e9224 0x3e esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e9224 std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const + *fill* 0x00000000400e9262 0x2 + .text._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev + 0x00000000400e9264 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x16 (size before relaxing) + 0x00000000400e9264 std::unique_ptr >::~unique_ptr() + 0x00000000400e9264 std::unique_ptr >::~unique_ptr() + *fill* 0x00000000400e9276 0x2 + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x00000000400e9278 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e9278 intrusive_list::clearAndFreeNodes() + *fill* 0x00000000400e9299 0x3 + .text._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400e929c 0xb esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xe (size before relaxing) + 0x00000000400e929c nvs::Storage::clearNamespaces() + *fill* 0x00000000400e92a7 0x1 + .text._ZN3nvs7Storage4initEmm + 0x00000000400e92a8 0x136 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x14e (size before relaxing) + 0x00000000400e92a8 nvs::Storage::init(unsigned long, unsigned long) + *fill* 0x00000000400e93de 0x2 + .text._ZN3nvs7StorageD2Ev + 0x00000000400e93e0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x17 (size before relaxing) + 0x00000000400e93e0 nvs::Storage::~Storage() + 0x00000000400e93e0 nvs::Storage::~Storage() + *fill* 0x00000000400e93f0 0x0 + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x00000000400e93f0 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000400e93f0 intrusive_list::clearAndFreeNodes() + *fill* 0x00000000400e9411 0x3 + .text._ZN3nvs7Storage18writeMultiPageBlobEhPKcPKvjNS_9VerOffsetE + 0x00000000400e9414 0x1dd esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x1ed (size before relaxing) + 0x00000000400e9414 nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) + *fill* 0x00000000400e95f1 0x3 + .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400e95f4 0x24a esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x26a (size before relaxing) + 0x00000000400e95f4 nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) + *fill* 0x00000000400e983e 0x2 + .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400e9840 0xd8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xe4 (size before relaxing) + 0x00000000400e9840 nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) + .text._ZN3nvs15NVSHandleSimple6commitEv + 0x00000000400e9918 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9918 nvs::NVSHandleSimple::commit() + *fill* 0x00000000400e992a 0x2 + .text._ZN3nvs15NVSHandleSimpleD2Ev + 0x00000000400e992c 0x19 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x1d (size before relaxing) + 0x00000000400e992c nvs::NVSHandleSimple::~NVSHandleSimple() + 0x00000000400e992c nvs::NVSHandleSimple::~NVSHandleSimple() + *fill* 0x00000000400e9945 0x3 + .text._ZN3nvs15NVSHandleSimpleD0Ev + 0x00000000400e9948 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x16 (size before relaxing) + 0x00000000400e9948 nvs::NVSHandleSimple::~NVSHandleSimple() + *fill* 0x00000000400e995a 0x2 + .text._ZN3nvs15NVSHandleSimple14set_typed_itemENS_8ItemTypeEPKcPKvj + 0x00000000400e995c 0x35 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e995c nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) + *fill* 0x00000000400e9991 0x3 + .text._ZN3nvs15NVSHandleSimple8set_blobEPKcPKvj + 0x00000000400e9994 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9994 nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) + *fill* 0x00000000400e99c5 0x3 + .text._ZN3nvs15NVSHandleSimple14get_typed_itemENS_8ItemTypeEPKcPvj + 0x00000000400e99c8 0x26 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e99c8 nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) + *fill* 0x00000000400e99ee 0x2 + .text._ZN3nvs15NVSHandleSimple10get_stringEPKcPcj + 0x00000000400e99f0 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x26 (size before relaxing) + 0x00000000400e99f0 nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) + *fill* 0x00000000400e9a12 0x2 + .text._ZN3nvs15NVSHandleSimple8get_blobEPKcPvj + 0x00000000400e9a14 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x26 (size before relaxing) + 0x00000000400e9a14 nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) + *fill* 0x00000000400e9a36 0x2 + .text._ZN3nvs15NVSHandleSimple10set_stringEPKcS2_ + 0x00000000400e9a38 0x3d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9a38 nvs::NVSHandleSimple::set_string(char const*, char const*) + *fill* 0x00000000400e9a75 0x3 + .text._ZN3nvs15NVSHandleSimple13get_item_sizeENS_8ItemTypeEPKcRj + 0x00000000400e9a78 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9a78 nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) + *fill* 0x00000000400e9a9d 0x3 + .text._ZN3nvs15NVSHandleSimple10erase_itemEPKc + 0x00000000400e9aa0 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9aa0 nvs::NVSHandleSimple::erase_item(char const*) + *fill* 0x00000000400e9acd 0x3 + .text._ZN3nvs15NVSHandleSimple9erase_allEv + 0x00000000400e9ad0 0x29 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9ad0 nvs::NVSHandleSimple::erase_all() + *fill* 0x00000000400e9af9 0x3 + .text._ZN3nvs15NVSHandleSimple20get_used_entry_countERj + 0x00000000400e9afc 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x00000000400e9afc nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) + *fill* 0x00000000400e9b26 0x2 + .text._ZN3nvs12NVSPartitionD2Ev + 0x00000000400e9b28 0xf esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9b28 nvs::NVSPartition::~NVSPartition() + 0x00000000400e9b28 nvs::NVSPartition::~NVSPartition() + *fill* 0x00000000400e9b37 0x1 + .text._ZN3nvs12NVSPartition8read_rawEjPvj + 0x00000000400e9b38 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9b38 nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) + *fill* 0x00000000400e9b4d 0x3 + .text._ZN3nvs12NVSPartition4readEjPvj + 0x00000000400e9b50 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9b50 nvs::NVSPartition::read(unsigned int, void*, unsigned int) + *fill* 0x00000000400e9b71 0x3 + .text._ZN3nvs12NVSPartition9write_rawEjPKvj + 0x00000000400e9b74 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9b74 nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) + *fill* 0x00000000400e9b89 0x3 + .text._ZN3nvs12NVSPartition5writeEjPKvj + 0x00000000400e9b8c 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9b8c nvs::NVSPartition::write(unsigned int, void const*, unsigned int) + *fill* 0x00000000400e9bad 0x3 + .text._ZN3nvs12NVSPartition11erase_rangeEjj + 0x00000000400e9bb0 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e9bb0 nvs::NVSPartition::erase_range(unsigned int, unsigned int) + .text._ZN3nvs12NVSPartitionD0Ev + 0x00000000400e9bc0 0x17 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9bc0 nvs::NVSPartition::~NVSPartition() + *fill* 0x00000000400e9bd7 0x1 + .text._ZN3nvs12NVSPartitionC2EPK15esp_partition_t + 0x00000000400e9bd8 0x1f esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x00000000400e9bd8 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + 0x00000000400e9bd8 nvs::NVSPartition::NVSPartition(esp_partition_t const*) + *fill* 0x00000000400e9bf7 0x1 + .text._ZN3nvs19NVSPartitionManagerD2Ev + 0x00000000400e9bf8 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400e9bf8 nvs::NVSPartitionManager::~NVSPartitionManager() + 0x00000000400e9bf8 nvs::NVSPartitionManager::~NVSPartitionManager() + *fill* 0x00000000400e9c02 0x2 + .text._ZN3nvs19NVSPartitionManagerD0Ev + 0x00000000400e9c04 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400e9c04 nvs::NVSPartitionManager::~NVSPartitionManager() + *fill* 0x00000000400e9c16 0x2 + .text._ZZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKcENKUlRNS_7StorageEE_clES4_ + 0x00000000400e9c18 0x1d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + *fill* 0x00000000400e9c35 0x3 + .text._ZSt9__find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_EEET_SE_SE_T0_St18input_iterator_tag + 0x00000000400e9c38 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + *fill* 0x00000000400e9c56 0x2 + .text._ZSt7find_ifIN14intrusive_listIN3nvs7StorageEE8iteratorEZNS1_19NVSPartitionManager24lookup_storage_from_nameEPKcEUlRS2_E_ET_SA_SA_T0_ + 0x00000000400e9c58 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + *fill* 0x00000000400e9c6d 0x3 + .text._ZN3nvs7StorageC2EPNS_9PartitionE + 0x00000000400e9c70 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400e9c70 nvs::Storage::Storage(nvs::Partition*) + 0x00000000400e9c70 nvs::Storage::Storage(nvs::Partition*) + *fill* 0x00000000400e9c9e 0x2 + .text._ZN3nvs19NVSPartitionManager12get_instanceEv + 0x00000000400e9ca0 0x39 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400e9ca0 nvs::NVSPartitionManager::get_instance() + *fill* 0x00000000400e9cd9 0x3 + .text._ZN3nvs19NVSPartitionManager24lookup_storage_from_nameEPKc + 0x00000000400e9cdc 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x14 (size before relaxing) + 0x00000000400e9cdc nvs::NVSPartitionManager::lookup_storage_from_name(char const*) + .text._ZN3nvs19NVSPartitionManager11init_customEPNS_9PartitionEmm + 0x00000000400e9cec 0x90 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x9c (size before relaxing) + 0x00000000400e9cec nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) + .text._ZN3nvs19NVSPartitionManager14init_partitionEPKc + 0x00000000400e9d7c 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x7c (size before relaxing) + 0x00000000400e9d7c nvs::NVSPartitionManager::init_partition(char const*) + .text._ZN3nvs19NVSPartitionManager12close_handleEPNS_15NVSHandleSimpleE + 0x00000000400e9dec 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000400e9dec nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) + .text._ZN3nvs19NVSPartitionManager16deinit_partitionEPKc + 0x00000000400e9e10 0x8d esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x91 (size before relaxing) + 0x00000000400e9e10 nvs::NVSPartitionManager::deinit_partition(char const*) + *fill* 0x00000000400e9e9d 0x3 + .text._ZN3nvs19NVSPartitionManager11open_handleEPKcS2_15nvs_open_mode_tPPNS_15NVSHandleSimpleE + 0x00000000400e9ea0 0x89 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x91 (size before relaxing) + 0x00000000400e9ea0 nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) + *fill* 0x00000000400e9f29 0x3 + .text._ZN3nvs4LockC2Ev + 0x00000000400e9f2c 0xb esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0xe (size before relaxing) + 0x00000000400e9f2c nvs::Lock::Lock() + 0x00000000400e9f2c nvs::Lock::Lock() + *fill* 0x00000000400e9f37 0x1 + .text._ZN3nvs4LockD2Ev + 0x00000000400e9f38 0xb esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0xe (size before relaxing) + 0x00000000400e9f38 nvs::Lock::~Lock() + 0x00000000400e9f38 nvs::Lock::~Lock() + *fill* 0x00000000400e9f43 0x1 + .text._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400e9f44 0x46 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x4a (size before relaxing) + 0x00000000400e9f44 nvs::HashList::find(unsigned int, nvs::Item const&) + *fill* 0x00000000400e9f8a 0x2 + .text._ZN3nvs8HashList5clearEv + 0x00000000400e9f8c 0x23 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000400e9f8c nvs::HashList::clear() + *fill* 0x00000000400e9faf 0x1 + .text._ZN3nvs8HashListD2Ev + 0x00000000400e9fb0 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0xe (size before relaxing) + 0x00000000400e9fb0 nvs::HashList::~HashList() + 0x00000000400e9fb0 nvs::HashList::~HashList() + *fill* 0x00000000400e9fba 0x2 + .text._ZN3nvs8HashList5eraseEj + 0x00000000400e9fbc 0x6a esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x6e (size before relaxing) + 0x00000000400e9fbc nvs::HashList::erase(unsigned int) + *fill* 0x00000000400ea026 0x2 + .text._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400ea028 0x71 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x79 (size before relaxing) + 0x00000000400ea028 nvs::HashList::insert(nvs::Item const&, unsigned int) + *fill* 0x00000000400ea099 0x3 + .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch + 0x00000000400ea09c 0x50 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea09c nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + 0x00000000400ea09c nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) + .text._ZN3nvs4PageC2Ev + 0x00000000400ea0ec 0x2e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea0ec nvs::Page::Page() + 0x00000000400ea0ec nvs::Page::Page() + *fill* 0x00000000400ea11a 0x2 + .text._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400ea11c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea11c nvs::Page::Header::calculateCrc32() + .text._ZN3nvs4Page10initializeEv + 0x00000000400ea130 0x6f esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea130 nvs::Page::initialize() + *fill* 0x00000000400ea19f 0x1 + .text._ZNK3nvs4Page12getSeqNumberERm + 0x00000000400ea1a0 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea1a0 nvs::Page::getSeqNumber(unsigned long&) const + *fill* 0x00000000400ea1cd 0x3 + .text._ZN3nvs4Page12setSeqNumberEm + 0x00000000400ea1d0 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea1d0 nvs::Page::setSeqNumber(unsigned long) + *fill* 0x00000000400ea1e5 0x3 + .text._ZN3nvs4Page5eraseEv + 0x00000000400ea1e8 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea1e8 nvs::Page::erase() + *fill* 0x00000000400ea222 0x2 + .text._ZN3nvs4Page11markFreeingEv + 0x00000000400ea224 0x2d esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea224 nvs::Page::markFreeing() + *fill* 0x00000000400ea251 0x3 + .text._ZN3nvs4Page8markFullEv + 0x00000000400ea254 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea254 nvs::Page::markFull() + *fill* 0x00000000400ea272 0x2 + .text._ZNK3nvs4Page18getVarDataTailroomEv + 0x00000000400ea274 0x31 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea274 nvs::Page::getVarDataTailroom() const + *fill* 0x00000000400ea2a5 0x3 + .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400ea2a8 0x4c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea2a8 nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) + .text._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400ea2f4 0x5c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea2f4 nvs::Page::writeEntry(nvs::Item const&) + .text._ZN3nvs4Page9copyItemsERS0_ + 0x00000000400ea350 0xba esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0xc2 (size before relaxing) + 0x00000000400ea350 nvs::Page::copyItems(nvs::Page&) + *fill* 0x00000000400ea40a 0x2 + .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400ea40c 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea40c nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) + .text._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400ea47c 0x7c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000400ea47c nvs::Page::writeEntryData(unsigned char const*, unsigned int) + .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjh + 0x00000000400ea4f8 0x1c8 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x1e8 (size before relaxing) + 0x00000000400ea4f8 nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) + .text._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400ea6c0 0x124 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x134 (size before relaxing) + 0x00000000400ea6c0 nvs::Page::eraseEntryAndSpan(unsigned int) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemEhNS_9VerOffsetE + 0x00000000400ea7e4 0x27b esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x283 (size before relaxing) + 0x00000000400ea7e4 nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) + *fill* 0x00000000400eaa5f 0x1 + .text._ZN3nvs4Page7cmpItemEhNS_8ItemTypeEPKcPKvjhNS_9VerOffsetE + 0x00000000400eaa60 0xfd esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x101 (size before relaxing) + 0x00000000400eaa60 nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) + *fill* 0x00000000400eab5d 0x3 + .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvjhNS_9VerOffsetE + 0x00000000400eab60 0xf9 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x101 (size before relaxing) + 0x00000000400eab60 nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) + *fill* 0x00000000400eac59 0x3 + .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKchNS_9VerOffsetE + 0x00000000400eac5c 0x34 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x38 (size before relaxing) + 0x00000000400eac5c nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) + .text._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400eac90 0x3ec esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x400 (size before relaxing) + 0x00000000400eac90 nvs::Page::mLoadEntryTable() + .text._ZN3nvs4Page4loadEPNS_9PartitionEm + 0x00000000400eb07c 0x125 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x129 (size before relaxing) + 0x00000000400eb07c nvs::Page::load(nvs::Partition*, unsigned long) + *fill* 0x00000000400eb1a1 0x3 + .text._ZZN3nvs11PageManager4loadEPNS_9PartitionEmmENKUlRKNS_4PageEE_clES5_ + 0x00000000400eb1a4 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x00000000400eb1c9 0x3 + .text._ZSt9__find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_EEET_SF_SF_T0_St18input_iterator_tag + 0x00000000400eb1cc 0x1e esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x00000000400eb1ea 0x2 + .text._ZSt7find_ifIN14intrusive_listIN3nvs4PageEE8iteratorEZNS1_11PageManager4loadEPNS1_9PartitionEmmEUlRKS2_E_ET_SB_SB_T0_ + 0x00000000400eb1ec 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + *fill* 0x00000000400eb201 0x3 + .text._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x00000000400eb204 0x15 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400eb204 intrusive_list::clear() + *fill* 0x00000000400eb219 0x3 + .text._ZN3nvs11PageManager12activatePageEv + 0x00000000400eb21c 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x4c (size before relaxing) + 0x00000000400eb21c nvs::PageManager::activatePage() + .text._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400eb264 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0xc0 (size before relaxing) + 0x00000000400eb264 nvs::PageManager::requestNewPage() + .text._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x00000000400eb314 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x00000000400eb314 intrusive_list::insert(intrusive_list::iterator, nvs::Page*) + .text._ZN3nvs11PageManager4loadEPNS_9PartitionEmm + 0x00000000400eb34c 0x246 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x26e (size before relaxing) + 0x00000000400eb34c nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) + *fill* 0x00000000400eb592 0x2 + .text._ZN3nvs16partition_lookup20lookup_nvs_partitionEPKcPPNS_12NVSPartitionE + 0x00000000400eb594 0x41 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0x49 (size before relaxing) + 0x00000000400eb594 nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) + *fill* 0x00000000400eb5d5 0x3 + .text._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400eb5d8 0x2c esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400eb5d8 nvs::Item::calculateCrc32() const + .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400eb604 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400eb604 nvs::Item::calculateCrc32WithoutValue() const + .text._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400eb62c 0x14 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400eb62c nvs::Item::calculateCrc32(unsigned char const*, unsigned int) + .text._ZNK3nvs4Item22checkHeaderConsistencyEh + 0x00000000400eb640 0x106 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x00000000400eb640 nvs::Item::checkHeaderConsistency(unsigned char) const + *fill* 0x00000000400eb746 0x2 + .text.do_init 0x00000000400eb748 0x8 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400eb750 0x0 + .text.do_setoperatingmode + 0x00000000400eb750 0xb esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000400eb75b 0x1 + .text.do_setservername + 0x00000000400eb75c 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x00000000400eb76e 0x2 + .text.sntp_sync_time + 0x00000000400eb770 0xf2 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xfa (size before relaxing) + 0x00000000400eb770 sntp_sync_time + *fill* 0x00000000400eb862 0x2 + .text.sntp_get_sync_interval + 0x00000000400eb864 0xa esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000400eb864 sntp_get_sync_interval + *fill* 0x00000000400eb86e 0x2 + .text.sntp_set_system_time + 0x00000000400eb870 0x12 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x16 (size before relaxing) + 0x00000000400eb870 sntp_set_system_time + *fill* 0x00000000400eb882 0x2 + .text.esp_sntp_setoperatingmode + 0x00000000400eb884 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x10 (size before relaxing) + 0x00000000400eb884 esp_sntp_setoperatingmode + *fill* 0x00000000400eb891 0x3 + .text.esp_sntp_init + 0x00000000400eb894 0xd esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x10 (size before relaxing) + 0x00000000400eb894 esp_sntp_init + *fill* 0x00000000400eb8a1 0x3 + .text.esp_sntp_setservername + 0x00000000400eb8a4 0x1b esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000400eb8a4 esp_sntp_setservername + *fill* 0x00000000400eb8bf 0x1 + .text.tryget_socket_unconn_nouse + 0x00000000400eb8c0 0x1c esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.free_socket_locked + 0x00000000400eb8dc 0x4b esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400eb927 0x1 + .text.sock_inc_used_locked + 0x00000000400eb928 0x5d esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400eb985 0x3 + .text.tryget_socket_unconn_locked + 0x00000000400eb988 0x26 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000400eb9ae 0x2 + .text.lwip_sockopt_to_ipopt + 0x00000000400eb9b0 0x20 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.sock_inc_used + 0x00000000400eb9d0 0x47 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x52 (size before relaxing) + *fill* 0x00000000400eba17 0x1 + .text.tryget_socket_unconn + 0x00000000400eba18 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .text.alloc_socket + 0x00000000400eba30 0xb4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xbc (size before relaxing) + .text.lwip_select_inc_sockets_used_set + 0x00000000400ebae4 0x5c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x60 (size before relaxing) + .text.lwip_select_inc_sockets_used + 0x00000000400ebb40 0x32 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x3a (size before relaxing) + *fill* 0x00000000400ebb72 0x2 + .text.lwip_link_select_cb + 0x00000000400ebb74 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .text.lwip_unlink_select_cb + 0x00000000400ebba4 0x67 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x6b (size before relaxing) + *fill* 0x00000000400ebc0b 0x1 + .text.sockaddr_to_ipaddr_port + 0x00000000400ebc0c 0x7f esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400ebc8b 0x1 + .text.lwip_sock_make_addr + 0x00000000400ebc8c 0xfa esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000400ebd86 0x2 + .text.lwip_recv_tcp_from + 0x00000000400ebd88 0x40 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x44 (size before relaxing) + .text.free_socket_free_elements + 0x00000000400ebdc8 0x1f esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400ebde7 0x1 + .text.free_socket + 0x00000000400ebde8 0x28 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x34 (size before relaxing) + .text.done_socket + 0x00000000400ebe10 0x7e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x8a (size before relaxing) + *fill* 0x00000000400ebe8e 0x2 + .text.tryget_socket + 0x00000000400ebe90 0x1a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1e (size before relaxing) + *fill* 0x00000000400ebeaa 0x2 + .text.get_socket + 0x00000000400ebeac 0x18 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1c (size before relaxing) + .text.lwip_selscan + 0x00000000400ebec4 0x23a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x246 (size before relaxing) + *fill* 0x00000000400ec0fe 0x2 + .text.lwip_select_dec_sockets_used + 0x00000000400ec100 0x47 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4f (size before relaxing) + *fill* 0x00000000400ec147 0x1 + .text.lwip_socket_register_membership + 0x00000000400ec148 0x51 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x59 (size before relaxing) + *fill* 0x00000000400ec199 0x3 + .text.lwip_socket_unregister_membership + 0x00000000400ec19c 0x5c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x63 (size before relaxing) + *fill* 0x00000000400ec1f8 0x0 + .text.lwip_socket_register_mld6_membership + 0x00000000400ec1f8 0x60 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x64 (size before relaxing) + .text.lwip_socket_unregister_mld6_membership + 0x00000000400ec258 0xa7 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xae (size before relaxing) + *fill* 0x00000000400ec2ff 0x1 + .text.lwip_socket_drop_registered_memberships + 0x00000000400ec300 0x6a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000400ec36a 0x2 + .text.lwip_socket_drop_registered_mld6_memberships + 0x00000000400ec36c 0x72 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x7a (size before relaxing) + *fill* 0x00000000400ec3de 0x2 + .text.lwip_recv_tcp + 0x00000000400ec3e0 0x148 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x158 (size before relaxing) + .text.lwip_recvfrom_udp_raw + 0x00000000400ec528 0xd8 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xe0 (size before relaxing) + .text.select_check_waiters + 0x00000000400ec600 0xfa esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x112 (size before relaxing) + *fill* 0x00000000400ec6fa 0x2 + .text.event_callback + 0x00000000400ec6fc 0xfc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10c (size before relaxing) + .text.lwip_getsockopt_impl + 0x00000000400ec7f8 0x55a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x59e (size before relaxing) + *fill* 0x00000000400ecd52 0x2 + .text.lwip_getsockopt_callback + 0x00000000400ecd54 0x2e esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x36 (size before relaxing) + *fill* 0x00000000400ecd82 0x2 + .text.lwip_setsockopt_impl + 0x00000000400ecd84 0x75a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x79a (size before relaxing) + *fill* 0x00000000400ed4de 0x2 + .text.lwip_setsockopt_callback + 0x00000000400ed4e0 0x2c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x34 (size before relaxing) + .text.lwip_accept + 0x00000000400ed50c 0x1dc esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x208 (size before relaxing) + 0x00000000400ed50c lwip_accept + .text.lwip_bind + 0x00000000400ed6e8 0xfa esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x10e (size before relaxing) + 0x00000000400ed6e8 lwip_bind + *fill* 0x00000000400ed7e2 0x2 + .text.lwip_close + 0x00000000400ed7e4 0x85 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x99 (size before relaxing) + 0x00000000400ed7e4 lwip_close + *fill* 0x00000000400ed869 0x3 + .text.lwip_connect + 0x00000000400ed86c 0x10a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x122 (size before relaxing) + 0x00000000400ed86c lwip_connect + *fill* 0x00000000400ed976 0x2 + .text.lwip_listen + 0x00000000400ed978 0x79 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x81 (size before relaxing) + 0x00000000400ed978 lwip_listen + *fill* 0x00000000400ed9f1 0x3 + .text.lwip_recvfrom + 0x00000000400ed9f4 0xcb esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xdf (size before relaxing) + 0x00000000400ed9f4 lwip_recvfrom + *fill* 0x00000000400edabf 0x1 + .text.lwip_read + 0x00000000400edac0 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400edac0 lwip_read + *fill* 0x00000000400edad9 0x3 + .text.lwip_recv + 0x00000000400edadc 0x19 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400edadc lwip_recv + *fill* 0x00000000400edaf5 0x3 + .text.lwip_sendto + 0x00000000400edaf8 0x17a esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x19a (size before relaxing) + 0x00000000400edaf8 lwip_sendto + *fill* 0x00000000400edc72 0x2 + .text.lwip_send + 0x00000000400edc74 0x89 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x99 (size before relaxing) + 0x00000000400edc74 lwip_send + *fill* 0x00000000400edcfd 0x3 + .text.lwip_socket + 0x00000000400edd00 0xcd esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xd8 (size before relaxing) + 0x00000000400edd00 lwip_socket + *fill* 0x00000000400eddcd 0x3 + .text.lwip_write + 0x00000000400eddd0 0x15 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x00000000400eddd0 lwip_write + *fill* 0x00000000400edde5 0x3 + .text.lwip_select + 0x00000000400edde8 0x3dd esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x421 (size before relaxing) + 0x00000000400edde8 lwip_select + *fill* 0x00000000400ee1c5 0x3 + .text.lwip_shutdown + 0x00000000400ee1c8 0xb1 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xbd (size before relaxing) + 0x00000000400ee1c8 lwip_shutdown + *fill* 0x00000000400ee279 0x3 + .text.lwip_getsockopt + 0x00000000400ee27c 0xa0 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xb4 (size before relaxing) + 0x00000000400ee27c lwip_getsockopt + .text.lwip_setsockopt + 0x00000000400ee31c 0x8c esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xa0 (size before relaxing) + 0x00000000400ee31c lwip_setsockopt + .text.lwip_ioctl + 0x00000000400ee3a8 0x60 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x64 (size before relaxing) + 0x00000000400ee3a8 lwip_ioctl + .text.lwip_fcntl + 0x00000000400ee408 0xc4 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0xcc (size before relaxing) + 0x00000000400ee408 lwip_fcntl + .text.lwip_inet_pton + 0x00000000400ee4cc 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x4a (size before relaxing) + 0x00000000400ee4cc lwip_inet_pton + *fill* 0x00000000400ee512 0x2 + .text.tcpip_timeouts_mbox_fetch + 0x00000000400ee514 0x36 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400ee54a 0x2 + .text.tcpip_thread_handle_msg + 0x00000000400ee54c 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x9b (size before relaxing) + *fill* 0x00000000400ee5dc 0x0 + .text.tcpip_thread + 0x00000000400ee5dc 0x3b esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400ee617 0x1 + .text.tcpip_inpkt + 0x00000000400ee618 0x4e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x5a (size before relaxing) + 0x00000000400ee618 tcpip_inpkt + *fill* 0x00000000400ee666 0x2 + .text.tcpip_input + 0x00000000400ee668 0x2e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x31 (size before relaxing) + 0x00000000400ee668 tcpip_input + *fill* 0x00000000400ee696 0x2 + .text.tcpip_callback + 0x00000000400ee698 0x3d esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x45 (size before relaxing) + 0x00000000400ee698 tcpip_callback + *fill* 0x00000000400ee6d5 0x3 + .text.tcpip_try_callback + 0x00000000400ee6d8 0x4e esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x5a (size before relaxing) + 0x00000000400ee6d8 tcpip_try_callback + *fill* 0x00000000400ee726 0x2 + .text.tcpip_send_msg_wait_sem + 0x00000000400ee728 0x50 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x54 (size before relaxing) + 0x00000000400ee728 tcpip_send_msg_wait_sem + .text.tcpip_api_call + 0x00000000400ee778 0x3d esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x49 (size before relaxing) + 0x00000000400ee778 tcpip_api_call + *fill* 0x00000000400ee7b5 0x3 + .text.tcpip_init + 0x00000000400ee7b8 0x42 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x4e (size before relaxing) + 0x00000000400ee7b8 tcpip_init + *fill* 0x00000000400ee7fa 0x2 + .text.sntp_retry + 0x00000000400ee7fc 0x3a esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000400ee836 0x2 + .text.sntp_initialize_request + 0x00000000400ee838 0x17 esp-idf/lwip/liblwip.a(sntp.c.obj) + *fill* 0x00000000400ee84f 0x1 + .text.sntp_send_request + 0x00000000400ee850 0x78 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x94 (size before relaxing) + .text.sntp_request + 0x00000000400ee8c8 0xa0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xa8 (size before relaxing) + .text.sntp_dns_found + 0x00000000400ee968 0x24 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x27 (size before relaxing) + *fill* 0x00000000400ee98c 0x0 + .text.sntp_process + 0x00000000400ee98c 0x1f esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400ee9ab 0x1 + .text.sntp_recv + 0x00000000400ee9ac 0xc7 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xe7 (size before relaxing) + *fill* 0x00000000400eea73 0x1 + .text.sntp_init + 0x00000000400eea74 0x83 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x92 (size before relaxing) + 0x00000000400eea74 sntp_init + *fill* 0x00000000400eeaf7 0x1 + .text.sntp_setoperatingmode + 0x00000000400eeaf8 0x38 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x3c (size before relaxing) + 0x00000000400eeaf8 sntp_setoperatingmode + .text.sntp_setservername + 0x00000000400eeb30 0x14 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x00000000400eeb30 sntp_setservername + .text.lwip_htonl + 0x00000000400eeb44 0x26 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000400eeb44 lwip_htonl + *fill* 0x00000000400eeb6a 0x2 + .text.dns_backupserver_available + 0x00000000400eeb6c 0x7c esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_server_is_set + 0x00000000400eebe8 0x7a esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400eec62 0x2 + .text.dns_call_found + 0x00000000400eec64 0x19c esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1a0 (size before relaxing) + .text.dns_correct_response + 0x00000000400eee00 0xd4 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xd8 (size before relaxing) + .text.dns_create_txid + 0x00000000400eeed4 0x3c esp-idf/lwip/liblwip.a(dns.c.obj) + .text.dns_send + 0x00000000400eef10 0x27d esp-idf/lwip/liblwip.a(dns.c.obj) + 0x28d (size before relaxing) + *fill* 0x00000000400ef18d 0x3 + .text.dns_check_entry + 0x00000000400ef190 0x2cb esp-idf/lwip/liblwip.a(dns.c.obj) + 0x2d2 (size before relaxing) + *fill* 0x00000000400ef45b 0x1 + .text.dns_check_entries + 0x00000000400ef45c 0x1a esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ef476 0x2 + .text.dns_lookup + 0x00000000400ef478 0x136 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ef5ae 0x2 + .text.dns_alloc_random_port + 0x00000000400ef5b0 0x56 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000400ef606 0x2 + .text.dns_alloc_pcb + 0x00000000400ef608 0x71 esp-idf/lwip/liblwip.a(dns.c.obj) + *fill* 0x00000000400ef679 0x3 + .text.dns_enqueue + 0x00000000400ef67c 0x1dd esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1e5 (size before relaxing) + *fill* 0x00000000400ef859 0x3 + .text.dns_compare_name + 0x00000000400ef85c 0xc6 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xce (size before relaxing) + *fill* 0x00000000400ef922 0x2 + .text.dns_skip_name + 0x00000000400ef924 0x6e esp-idf/lwip/liblwip.a(dns.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000400ef992 0x2 + .text.dns_recv + 0x00000000400ef994 0x523 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x552 (size before relaxing) + *fill* 0x00000000400efeb7 0x1 + .text.dns_setserver + 0x00000000400efeb8 0x3a esp-idf/lwip/liblwip.a(dns.c.obj) + 0x00000000400efeb8 dns_setserver + *fill* 0x00000000400efef2 0x2 + .text.dns_tmr 0x00000000400efef4 0x5a esp-idf/lwip/liblwip.a(dns.c.obj) + 0x5e (size before relaxing) + 0x00000000400efef4 dns_tmr + *fill* 0x00000000400eff4e 0x2 + .text.dns_timeout_cb + 0x00000000400eff50 0x8 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400eff58 0x0 + .text.dns_gethostbyname_addrtype + 0x00000000400eff58 0x14c esp-idf/lwip/liblwip.a(dns.c.obj) + 0x154 (size before relaxing) + 0x00000000400eff58 dns_gethostbyname_addrtype + .text.dns_gethostbyname + 0x00000000400f00a4 0x15 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x19 (size before relaxing) + 0x00000000400f00a4 dns_gethostbyname + *fill* 0x00000000400f00b9 0x3 + .text.lwip_init + 0x00000000400f00bc 0x29 esp-idf/lwip/liblwip.a(init.c.obj) + 0x3b (size before relaxing) + 0x00000000400f00bc lwip_init + *fill* 0x00000000400f00e5 0x3 + .text.ipaddr_aton + 0x00000000400f00e8 0x4c esp-idf/lwip/liblwip.a(ip.c.obj) + 0x00000000400f00e8 ipaddr_aton + .text.ip_input + 0x00000000400f0134 0x31 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x39 (size before relaxing) + 0x00000000400f0134 ip_input + *fill* 0x00000000400f0165 0x3 + .text.mem_malloc + 0x00000000400f0168 0x34 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x3f (size before relaxing) + 0x00000000400f0168 mem_malloc + *fill* 0x00000000400f019c 0x0 + .text.mem_free + 0x00000000400f019c 0x35 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x3e (size before relaxing) + 0x00000000400f019c mem_free + *fill* 0x00000000400f01d1 0x3 + .text.mem_calloc + 0x00000000400f01d4 0x11 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x00000000400f01d4 mem_calloc + *fill* 0x00000000400f01e5 0x3 + .text.do_memp_malloc_pool + 0x00000000400f01e8 0x64 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x6c (size before relaxing) + .text.do_memp_free_pool + 0x00000000400f024c 0x38 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x40 (size before relaxing) + .text.memp_malloc + 0x00000000400f0284 0x20 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400f0284 memp_malloc + .text.memp_free + 0x00000000400f02a4 0x1c esp-idf/lwip/liblwip.a(memp.c.obj) + 0x00000000400f02a4 memp_free + .text.netif_loopif_init + 0x00000000400f02c0 0x31 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x34 (size before relaxing) + *fill* 0x00000000400f02f1 0x3 + .text.netif_do_set_netmask + 0x00000000400f02f4 0x66 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000400f035a 0x2 + .text.netif_do_set_gw + 0x00000000400f035c 0x68 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x6c (size before relaxing) + .text.netif_do_ip_addr_changed + 0x00000000400f03c4 0x1c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x24 (size before relaxing) + .text.netif_issue_reports + 0x00000000400f03e0 0x47 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x53 (size before relaxing) + *fill* 0x00000000400f0427 0x1 + .text.netif_do_set_ipaddr + 0x00000000400f0428 0x89 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x91 (size before relaxing) + *fill* 0x00000000400f04b1 0x3 + .text.netif_poll + 0x00000000400f04b4 0xc3 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xd5 (size before relaxing) + 0x00000000400f04b4 netif_poll + *fill* 0x00000000400f0577 0x1 + .text.netif_set_default + 0x00000000400f0578 0xa esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0578 netif_set_default + *fill* 0x00000000400f0582 0x2 + .text.netif_loop_output + 0x00000000400f0584 0xe8 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x104 (size before relaxing) + 0x00000000400f0584 netif_loop_output + .text.netif_loop_output_ipv6 + 0x00000000400f066c 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400f067e 0x2 + .text.netif_loop_output_ipv4 + 0x00000000400f0680 0x12 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x00000000400f0692 0x2 + .text.netif_get_ip6_addr_match + 0x00000000400f0694 0xa0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xa4 (size before relaxing) + 0x00000000400f0694 netif_get_ip6_addr_match + .text.netif_get_by_index + 0x00000000400f0734 0x28 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0734 netif_get_by_index + .text.netif_find + 0x00000000400f075c 0x50 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f075c netif_find + .text.netif_add_ext_callback + 0x00000000400f07ac 0x33 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x39 (size before relaxing) + 0x00000000400f07ac netif_add_ext_callback + *fill* 0x00000000400f07df 0x1 + .text.netif_remove_ext_callback + 0x00000000400f07e0 0x5a esp-idf/lwip/liblwip.a(netif.c.obj) + 0x5e (size before relaxing) + 0x00000000400f07e0 netif_remove_ext_callback + *fill* 0x00000000400f083a 0x2 + .text.netif_invoke_ext_callback + 0x00000000400f083c 0x31 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x35 (size before relaxing) + 0x00000000400f083c netif_invoke_ext_callback + *fill* 0x00000000400f086d 0x3 + .text.netif_set_addr + 0x00000000400f0870 0xa6 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xae (size before relaxing) + 0x00000000400f0870 netif_set_addr + *fill* 0x00000000400f0916 0x2 + .text.netif_add + 0x00000000400f0918 0x202 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x206 (size before relaxing) + 0x00000000400f0918 netif_add + *fill* 0x00000000400f0b1a 0x2 + .text.netif_set_up + 0x00000000400f0b1c 0x32 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x36 (size before relaxing) + 0x00000000400f0b1c netif_set_up + *fill* 0x00000000400f0b4e 0x2 + .text.netif_set_down + 0x00000000400f0b50 0x38 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x3c (size before relaxing) + 0x00000000400f0b50 netif_set_down + .text.netif_remove + 0x00000000400f0b88 0x9d esp-idf/lwip/liblwip.a(netif.c.obj) + 0xa5 (size before relaxing) + 0x00000000400f0b88 netif_remove + *fill* 0x00000000400f0c25 0x3 + .text.netif_set_link_up + 0x00000000400f0c28 0x3a esp-idf/lwip/liblwip.a(netif.c.obj) + 0x42 (size before relaxing) + 0x00000000400f0c28 netif_set_link_up + *fill* 0x00000000400f0c62 0x2 + .text.netif_init + 0x00000000400f0c64 0x56 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x5e (size before relaxing) + 0x00000000400f0c64 netif_init + *fill* 0x00000000400f0cba 0x2 + .text.netif_set_link_down + 0x00000000400f0cbc 0x2c esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0cbc netif_set_link_down + .text.netif_ip6_addr_set_parts + 0x00000000400f0ce8 0x12a esp-idf/lwip/liblwip.a(netif.c.obj) + 0x12e (size before relaxing) + 0x00000000400f0ce8 netif_ip6_addr_set_parts + *fill* 0x00000000400f0e12 0x2 + .text.netif_ip6_addr_set + 0x00000000400f0e14 0x43 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x00000000400f0e14 netif_ip6_addr_set + *fill* 0x00000000400f0e57 0x1 + .text.netif_ip6_addr_set_state + 0x00000000400f0e58 0xc0 esp-idf/lwip/liblwip.a(netif.c.obj) + 0xcc (size before relaxing) + 0x00000000400f0e58 netif_ip6_addr_set_state + .text.pbuf_add_header_impl + 0x00000000400f0f18 0x80 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x84 (size before relaxing) + .text.pbuf_pool_is_empty + 0x00000000400f0f98 0x3f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x4f (size before relaxing) + *fill* 0x00000000400f0fd7 0x1 + .text.pbuf_free_ooseq + 0x00000000400f0fd8 0x33 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x3b (size before relaxing) + *fill* 0x00000000400f100b 0x1 + .text.pbuf_free_ooseq_callback + 0x00000000400f100c 0x8 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400f1014 0x0 + .text.pbuf_alloc_reference + 0x00000000400f1014 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1014 pbuf_alloc_reference + .text.pbuf_alloced_custom + 0x00000000400f1060 0x38 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1060 pbuf_alloced_custom + .text.pbuf_add_header + 0x00000000400f1098 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + 0x00000000400f1098 pbuf_add_header + .text.pbuf_add_header_force + 0x00000000400f10a8 0x10 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x14 (size before relaxing) + 0x00000000400f10a8 pbuf_add_header_force + .text.pbuf_remove_header + 0x00000000400f10b8 0x5a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f10b8 pbuf_remove_header + *fill* 0x00000000400f1112 0x2 + .text.pbuf_header_impl + 0x00000000400f1114 0x22 esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000400f1136 0x2 + .text.pbuf_header_force + 0x00000000400f1138 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1138 pbuf_header_force + .text.pbuf_free + 0x00000000400f114c 0xb9 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0xcd (size before relaxing) + 0x00000000400f114c pbuf_free + *fill* 0x00000000400f1205 0x3 + .text.pbuf_alloc + 0x00000000400f1208 0x14c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x160 (size before relaxing) + 0x00000000400f1208 pbuf_alloc + .text.pbuf_realloc + 0x00000000400f1354 0x9b esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x9e (size before relaxing) + 0x00000000400f1354 pbuf_realloc + *fill* 0x00000000400f13ef 0x1 + .text.pbuf_free_header + 0x00000000400f13f0 0x4c esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x50 (size before relaxing) + 0x00000000400f13f0 pbuf_free_header + .text.pbuf_ref + 0x00000000400f143c 0x2a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x32 (size before relaxing) + 0x00000000400f143c pbuf_ref + *fill* 0x00000000400f1466 0x2 + .text.pbuf_cat + 0x00000000400f1468 0x51 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1468 pbuf_cat + *fill* 0x00000000400f14b9 0x3 + .text.pbuf_chain + 0x00000000400f14bc 0x13 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x17 (size before relaxing) + 0x00000000400f14bc pbuf_chain + *fill* 0x00000000400f14cf 0x1 + .text.pbuf_copy_partial_pbuf + 0x00000000400f14d0 0x115 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x11d (size before relaxing) + 0x00000000400f14d0 pbuf_copy_partial_pbuf + *fill* 0x00000000400f15e5 0x3 + .text.pbuf_copy + 0x00000000400f15e8 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f15e8 pbuf_copy + *fill* 0x00000000400f1607 0x1 + .text.pbuf_copy_partial + 0x00000000400f1608 0x7e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1608 pbuf_copy_partial + *fill* 0x00000000400f1686 0x2 + .text.pbuf_skip + 0x00000000400f1688 0x14 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f1688 pbuf_skip + .text.pbuf_take + 0x00000000400f169c 0x7a esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f169c pbuf_take + *fill* 0x00000000400f1716 0x2 + .text.pbuf_take_at + 0x00000000400f1718 0x7e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x86 (size before relaxing) + 0x00000000400f1718 pbuf_take_at + *fill* 0x00000000400f1796 0x2 + .text.pbuf_clone + 0x00000000400f1798 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x36 (size before relaxing) + 0x00000000400f1798 pbuf_clone + *fill* 0x00000000400f17c6 0x2 + .text.pbuf_try_get_at + 0x00000000400f17c8 0x2e esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000400f17c8 pbuf_try_get_at + *fill* 0x00000000400f17f6 0x2 + .text.pbuf_get_at + 0x00000000400f17f8 0x18 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x1c (size before relaxing) + 0x00000000400f17f8 pbuf_get_at + .text.pbuf_put_at + 0x00000000400f1810 0x24 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x28 (size before relaxing) + 0x00000000400f1810 pbuf_put_at + .text.raw_input_local_match + 0x00000000400f1834 0xf6 esp-idf/lwip/liblwip.a(raw.c.obj) + *fill* 0x00000000400f192a 0x2 + .text.raw_input + 0x00000000400f192c 0x103 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x106 (size before relaxing) + 0x00000000400f192c raw_input + *fill* 0x00000000400f1a2f 0x1 + .text.raw_bind + 0x00000000400f1a30 0x10a esp-idf/lwip/liblwip.a(raw.c.obj) + 0x10e (size before relaxing) + 0x00000000400f1a30 raw_bind + *fill* 0x00000000400f1b3a 0x2 + .text.raw_connect + 0x00000000400f1b3c 0x101 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x105 (size before relaxing) + 0x00000000400f1b3c raw_connect + *fill* 0x00000000400f1c3d 0x3 + .text.raw_sendto_if_src + 0x00000000400f1c40 0x24b esp-idf/lwip/liblwip.a(raw.c.obj) + 0x26b (size before relaxing) + 0x00000000400f1c40 raw_sendto_if_src + *fill* 0x00000000400f1e8b 0x1 + .text.raw_sendto + 0x00000000400f1e8c 0x135 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f1e8c raw_sendto + *fill* 0x00000000400f1fc1 0x3 + .text.raw_send + 0x00000000400f1fc4 0x15 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f1fc4 raw_send + *fill* 0x00000000400f1fd9 0x3 + .text.raw_remove + 0x00000000400f1fdc 0x36 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x3a (size before relaxing) + 0x00000000400f1fdc raw_remove + *fill* 0x00000000400f2012 0x2 + .text.raw_new 0x00000000400f2014 0x32 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f2014 raw_new + *fill* 0x00000000400f2046 0x2 + .text.raw_new_ip_type + 0x00000000400f2048 0x19 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x1c (size before relaxing) + 0x00000000400f2048 raw_new_ip_type + *fill* 0x00000000400f2061 0x3 + .text.raw_netif_ip_addr_changed + 0x00000000400f2064 0xd0 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000400f2064 raw_netif_ip_addr_changed + .text.tcp_new_port + 0x00000000400f2134 0x6c esp-idf/lwip/liblwip.a(tcp.c.obj) + .text.tcp_remove_listener + 0x00000000400f21a0 0x27 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000400f21c7 0x1 + .text.tcp_listen_closed + 0x00000000400f21c8 0x41 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400f2209 0x3 + .text.tcp_free_listen + 0x00000000400f220c 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f2232 0x2 + .text.tcp_init + 0x00000000400f2234 0x14 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x17 (size before relaxing) + 0x00000000400f2234 tcp_init + *fill* 0x00000000400f2248 0x0 + .text.tcp_free + 0x00000000400f2248 0x26 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2248 tcp_free + *fill* 0x00000000400f226e 0x2 + .text.tcp_backlog_delayed + 0x00000000400f2270 0x4f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x53 (size before relaxing) + 0x00000000400f2270 tcp_backlog_delayed + *fill* 0x00000000400f22bf 0x1 + .text.tcp_backlog_accepted + 0x00000000400f22c0 0x4d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f22c0 tcp_backlog_accepted + *fill* 0x00000000400f230d 0x3 + .text.tcp_close_shutdown_fin + 0x00000000400f2310 0x80 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8c (size before relaxing) + .text.tcp_handle_closepend + 0x00000000400f2390 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f23b9 0x3 + .text.tcp_bind + 0x00000000400f23bc 0x26d esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x275 (size before relaxing) + 0x00000000400f23bc tcp_bind + *fill* 0x00000000400f2629 0x3 + .text.tcp_listen_with_backlog_and_err + 0x00000000400f262c 0x184 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x18c (size before relaxing) + 0x00000000400f262c tcp_listen_with_backlog_and_err + .text.tcp_update_rcv_ann_wnd + 0x00000000400f27b0 0x70 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x73 (size before relaxing) + 0x00000000400f27b0 tcp_update_rcv_ann_wnd + *fill* 0x00000000400f2820 0x0 + .text.tcp_recved + 0x00000000400f2820 0x5f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x63 (size before relaxing) + 0x00000000400f2820 tcp_recved + *fill* 0x00000000400f287f 0x1 + .text.tcp_seg_free + 0x00000000400f2880 0x18 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x1c (size before relaxing) + 0x00000000400f2880 tcp_seg_free + .text.tcp_segs_free + 0x00000000400f2898 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2898 tcp_segs_free + *fill* 0x00000000400f28af 0x1 + .text.tcp_seg_copy + 0x00000000400f28b0 0x32 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3a (size before relaxing) + 0x00000000400f28b0 tcp_seg_copy + *fill* 0x00000000400f28e2 0x2 + .text.tcp_recv + 0x00000000400f28e4 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f28e4 tcp_recv + *fill* 0x00000000400f2902 0x2 + .text.tcp_sent + 0x00000000400f2904 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f2904 tcp_sent + *fill* 0x00000000400f2922 0x2 + .text.tcp_err 0x00000000400f2924 0x1e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f2924 tcp_err + *fill* 0x00000000400f2942 0x2 + .text.tcp_poll + 0x00000000400f2944 0x28 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2944 tcp_poll + .text.tcp_next_iss + 0x00000000400f296c 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2d (size before relaxing) + 0x00000000400f296c tcp_next_iss + *fill* 0x00000000400f2995 0x3 + .text.tcp_eff_send_mss_netif + 0x00000000400f2998 0x4f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x57 (size before relaxing) + 0x00000000400f2998 tcp_eff_send_mss_netif + *fill* 0x00000000400f29e7 0x1 + .text.tcp_connect + 0x00000000400f29e8 0x2c7 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2d7 (size before relaxing) + 0x00000000400f29e8 tcp_connect + *fill* 0x00000000400f2caf 0x1 + .text.tcp_free_ooseq + 0x00000000400f2cb0 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x16 (size before relaxing) + 0x00000000400f2cb0 tcp_free_ooseq + *fill* 0x00000000400f2cc2 0x2 + .text.tcp_pcb_purge + 0x00000000400f2cc4 0x5e esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x66 (size before relaxing) + 0x00000000400f2cc4 tcp_pcb_purge + *fill* 0x00000000400f2d22 0x2 + .text.tcp_pcb_remove + 0x00000000400f2d24 0xca esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xd9 (size before relaxing) + 0x00000000400f2d24 tcp_pcb_remove + *fill* 0x00000000400f2dee 0x2 + .text.tcp_abandon + 0x00000000400f2df0 0xd6 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xea (size before relaxing) + 0x00000000400f2df0 tcp_abandon + *fill* 0x00000000400f2ec6 0x2 + .text.tcp_abort + 0x00000000400f2ec8 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f2ec8 tcp_abort + *fill* 0x00000000400f2ed7 0x1 + .text.tcp_accept_null + 0x00000000400f2ed8 0x1f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x25 (size before relaxing) + *fill* 0x00000000400f2ef7 0x1 + .text.tcp_kill_timewait + 0x00000000400f2ef8 0x2f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x32 (size before relaxing) + *fill* 0x00000000400f2f27 0x1 + .text.tcp_kill_prio + 0x00000000400f2f28 0x58 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000400f2f80 0x0 + .text.tcp_netif_ip_addr_changed_pcblist + 0x00000000400f2f80 0x79 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f2ff9 0x3 + .text.tcp_netif_ip_addr_changed + 0x00000000400f2ffc 0xe4 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xec (size before relaxing) + 0x00000000400f2ffc tcp_netif_ip_addr_changed + .text.tcp_kill_state + 0x00000000400f30e0 0x37 esp-idf/lwip/liblwip.a(tcp.c.obj) + *fill* 0x00000000400f3117 0x1 + .text.tcp_alloc + 0x00000000400f3118 0xce esp-idf/lwip/liblwip.a(tcp.c.obj) + 0xfe (size before relaxing) + 0x00000000400f3118 tcp_alloc + *fill* 0x00000000400f31e6 0x2 + .text.tcp_new_ip_type + 0x00000000400f31e8 0x1a esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f31e8 tcp_new_ip_type + *fill* 0x00000000400f3202 0x2 + .text.tcp_close_shutdown + 0x00000000400f3204 0x14f esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x16a (size before relaxing) + *fill* 0x00000000400f3353 0x1 + .text.tcp_close_ext + 0x00000000400f3354 0x29 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2d (size before relaxing) + 0x00000000400f3354 tcp_close_ext + *fill* 0x00000000400f337d 0x3 + .text.tcp_close + 0x00000000400f3380 0x12 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f3380 tcp_close + *fill* 0x00000000400f3392 0x2 + .text.tcp_recv_null + 0x00000000400f3394 0x36 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x3e (size before relaxing) + 0x00000000400f3394 tcp_recv_null + *fill* 0x00000000400f33ca 0x2 + .text.tcp_process_refused_data + 0x00000000400f33cc 0x89 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x8d (size before relaxing) + 0x00000000400f33cc tcp_process_refused_data + *fill* 0x00000000400f3455 0x3 + .text.tcp_fasttmr + 0x00000000400f3458 0x87 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000400f3458 tcp_fasttmr + *fill* 0x00000000400f34df 0x1 + .text.tcp_shutdown + 0x00000000400f34e0 0x76 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x7a (size before relaxing) + 0x00000000400f34e0 tcp_shutdown + *fill* 0x00000000400f3556 0x2 + .text.tcp_slowtmr + 0x00000000400f3558 0x479 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x4ad (size before relaxing) + 0x00000000400f3558 tcp_slowtmr + *fill* 0x00000000400f39d1 0x3 + .text.tcp_tmr 0x00000000400f39d4 0x1c esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f39d4 tcp_tmr + *fill* 0x00000000400f39f0 0x0 + .text.tcp_get_next_optbyte + 0x00000000400f39f0 0x40 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .text.tcp_parseopt + 0x00000000400f3a30 0xa5 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xb5 (size before relaxing) + *fill* 0x00000000400f3ad5 0x3 + .text.tcp_input_delayed_close + 0x00000000400f3ad8 0x49 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x51 (size before relaxing) + *fill* 0x00000000400f3b21 0x3 + .text.tcp_timewait_input + 0x00000000400f3b24 0xa2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xaa (size before relaxing) + *fill* 0x00000000400f3bc6 0x2 + .text.tcp_listen_input + 0x00000000400f3bc8 0x1f3 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x216 (size before relaxing) + *fill* 0x00000000400f3dbb 0x1 + .text.tcp_oos_insert_segment + 0x00000000400f3dbc 0xfc esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x100 (size before relaxing) + .text.tcp_free_acked_segments + 0x00000000400f3eb8 0xd0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xd8 (size before relaxing) + .text.tcp_receive + 0x00000000400f3f88 0xcd2 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0xd22 (size before relaxing) + *fill* 0x00000000400f4c5a 0x2 + .text.tcp_process + 0x00000000400f4c5c 0x648 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x674 (size before relaxing) + .text.tcp_input + 0x00000000400f52a4 0x8a3 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x8ea (size before relaxing) + 0x00000000400f52a4 tcp_input + *fill* 0x00000000400f5b47 0x1 + .text.tcp_trigger_input_pcb_close + 0x00000000400f5b48 0x13 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x00000000400f5b48 tcp_trigger_input_pcb_close + *fill* 0x00000000400f5b5b 0x1 + .text.tcp_write_checks + 0x00000000400f5b5c 0xc0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment_busy + 0x00000000400f5c1c 0x29 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400f5c45 0x3 + .text.tcp_output_fill_options + 0x00000000400f5c48 0x42 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + *fill* 0x00000000400f5c8a 0x2 + .text.tcp_pbuf_prealloc + 0x00000000400f5c8c 0x64 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_create_segment + 0x00000000400f5cf0 0xff esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x107 (size before relaxing) + *fill* 0x00000000400f5def 0x1 + .text.tcp_output_alloc_header_common + 0x00000000400f5df0 0xd6 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xde (size before relaxing) + *fill* 0x00000000400f5ec6 0x2 + .text.tcp_output_alloc_header + 0x00000000400f5ec8 0x44 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x48 (size before relaxing) + .text.tcp_route + 0x00000000400f5f0c 0x3c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .text.tcp_output_segment + 0x00000000400f5f48 0x19e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1b2 (size before relaxing) + *fill* 0x00000000400f60e6 0x2 + .text.tcp_output_control_segment + 0x00000000400f60e8 0x8f esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x9a (size before relaxing) + *fill* 0x00000000400f6177 0x1 + .text.tcp_write + 0x00000000400f6178 0x2fa esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x30a (size before relaxing) + 0x00000000400f6178 tcp_write + *fill* 0x00000000400f6472 0x2 + .text.tcp_split_unsent_seg + 0x00000000400f6474 0x1d6 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1e6 (size before relaxing) + 0x00000000400f6474 tcp_split_unsent_seg + *fill* 0x00000000400f664a 0x2 + .text.tcp_enqueue_flags + 0x00000000400f664c 0x144 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400f664c tcp_enqueue_flags + .text.tcp_send_fin + 0x00000000400f6790 0x81 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400f6790 tcp_send_fin + *fill* 0x00000000400f6811 0x3 + .text.tcp_rexmit_rto_prepare + 0x00000000400f6814 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xcd (size before relaxing) + 0x00000000400f6814 tcp_rexmit_rto_prepare + *fill* 0x00000000400f68d5 0x3 + .text.tcp_rexmit + 0x00000000400f68d8 0xc1 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc5 (size before relaxing) + 0x00000000400f68d8 tcp_rexmit + *fill* 0x00000000400f6999 0x3 + .text.tcp_rexmit_fast + 0x00000000400f699c 0x6b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x00000000400f699c tcp_rexmit_fast + *fill* 0x00000000400f6a07 0x1 + .text.tcp_rst 0x00000000400f6a08 0x6c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x78 (size before relaxing) + 0x00000000400f6a08 tcp_rst + .text.tcp_send_empty_ack + 0x00000000400f6a74 0x7e esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x86 (size before relaxing) + 0x00000000400f6a74 tcp_send_empty_ack + *fill* 0x00000000400f6af2 0x2 + .text.tcp_output + 0x00000000400f6af4 0x3e5 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x3f9 (size before relaxing) + 0x00000000400f6af4 tcp_output + *fill* 0x00000000400f6ed9 0x3 + .text.tcp_rexmit_rto_commit + 0x00000000400f6edc 0x2d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x30 (size before relaxing) + 0x00000000400f6edc tcp_rexmit_rto_commit + *fill* 0x00000000400f6f09 0x3 + .text.tcp_rexmit_rto + 0x00000000400f6f0c 0x2b esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x2f (size before relaxing) + 0x00000000400f6f0c tcp_rexmit_rto + *fill* 0x00000000400f6f37 0x1 + .text.tcp_keepalive + 0x00000000400f6f38 0x53 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x5f (size before relaxing) + 0x00000000400f6f38 tcp_keepalive + *fill* 0x00000000400f6f8b 0x1 + .text.tcp_zero_window_probe + 0x00000000400f6f8c 0x129 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x135 (size before relaxing) + 0x00000000400f6f8c tcp_zero_window_probe + *fill* 0x00000000400f70b5 0x3 + .text.sys_timeout_abs + 0x00000000400f70b8 0x61 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x65 (size before relaxing) + *fill* 0x00000000400f7119 0x3 + .text.lwip_cyclic_timer + 0x00000000400f711c 0x37 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000400f7153 0x1 + .text.sys_timeout + 0x00000000400f7154 0x2b esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x2f (size before relaxing) + 0x00000000400f7154 sys_timeout + *fill* 0x00000000400f717f 0x1 + .text.tcp_timer_needed + 0x00000000400f7180 0x2f esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400f7180 tcp_timer_needed + *fill* 0x00000000400f71af 0x1 + .text.tcpip_tcp_timer + 0x00000000400f71b0 0x2d esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400f71dd 0x3 + .text.sys_timeouts_init + 0x00000000400f71e0 0x1f esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x23 (size before relaxing) + 0x00000000400f71e0 sys_timeouts_init + *fill* 0x00000000400f71ff 0x1 + .text.sys_untimeout + 0x00000000400f7200 0x3e esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42 (size before relaxing) + 0x00000000400f7200 sys_untimeout + *fill* 0x00000000400f723e 0x2 + .text.sys_check_timeouts + 0x00000000400f7240 0x3a esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42 (size before relaxing) + 0x00000000400f7240 sys_check_timeouts + *fill* 0x00000000400f727a 0x2 + .text.sys_timeouts_sleeptime + 0x00000000400f727c 0x3c esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x00000000400f727c sys_timeouts_sleeptime + .text.udp_new_port + 0x00000000400f72b8 0x57 esp-idf/lwip/liblwip.a(udp.c.obj) + *fill* 0x00000000400f730f 0x1 + .text.udp_input_local_match + 0x00000000400f7310 0x13c esp-idf/lwip/liblwip.a(udp.c.obj) + .text.udp_init + 0x00000000400f744c 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f744c udp_init + *fill* 0x00000000400f7463 0x1 + .text.udp_input + 0x00000000400f7464 0x328 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x347 (size before relaxing) + 0x00000000400f7464 udp_input + *fill* 0x00000000400f778c 0x0 + .text.udp_bind + 0x00000000400f778c 0x25a esp-idf/lwip/liblwip.a(udp.c.obj) + 0x25e (size before relaxing) + 0x00000000400f778c udp_bind + *fill* 0x00000000400f79e6 0x2 + .text.udp_sendto_if_src + 0x00000000400f79e8 0x210 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x228 (size before relaxing) + 0x00000000400f79e8 udp_sendto_if_src + .text.udp_sendto_if + 0x00000000400f7bf8 0xd9 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f7bf8 udp_sendto_if + *fill* 0x00000000400f7cd1 0x3 + .text.udp_sendto + 0x00000000400f7cd4 0x111 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x121 (size before relaxing) + 0x00000000400f7cd4 udp_sendto + *fill* 0x00000000400f7de5 0x3 + .text.udp_send + 0x00000000400f7de8 0x39 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3d (size before relaxing) + 0x00000000400f7de8 udp_send + *fill* 0x00000000400f7e21 0x3 + .text.udp_connect + 0x00000000400f7e24 0x134 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x13c (size before relaxing) + 0x00000000400f7e24 udp_connect + .text.udp_disconnect + 0x00000000400f7f58 0x92 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f7f58 udp_disconnect + *fill* 0x00000000400f7fea 0x2 + .text.udp_remove + 0x00000000400f7fec 0x38 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x3b (size before relaxing) + 0x00000000400f7fec udp_remove + *fill* 0x00000000400f8024 0x0 + .text.udp_new 0x00000000400f8024 0x20 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x24 (size before relaxing) + 0x00000000400f8024 udp_new + .text.udp_new_ip_type + 0x00000000400f8044 0x15 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x18 (size before relaxing) + 0x00000000400f8044 udp_new_ip_type + *fill* 0x00000000400f8059 0x3 + .text.udp_netif_ip_addr_changed + 0x00000000400f805c 0xcf esp-idf/lwip/liblwip.a(udp.c.obj) + 0x00000000400f805c udp_netif_ip_addr_changed + *fill* 0x00000000400f812b 0x1 + .text.dhcp_option_short + 0x00000000400f812c 0x35 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f8161 0x3 + .text.dhcp_option + 0x00000000400f8164 0x34 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .text.dhcp_option_byte + 0x00000000400f8198 0x26 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f81be 0x2 + .text.dhcp_option_long + 0x00000000400f81c0 0x4f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f820f 0x1 + .text.dhcp_create_msg + 0x00000000400f8210 0x128 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x134 (size before relaxing) + .text.dhcp_option_hostname + 0x00000000400f8338 0x7a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x7e (size before relaxing) + *fill* 0x00000000400f83b2 0x2 + .text.dhcp_option_trailer + 0x00000000400f83b4 0x36 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f83ea 0x2 + .text.dhcp_rebind + 0x00000000400f83ec 0x112 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x132 (size before relaxing) + *fill* 0x00000000400f84fe 0x2 + .text.dhcp_t2_timeout + 0x00000000400f8500 0x3f esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f853f 0x1 + .text.dhcp_reboot + 0x00000000400f8540 0x132 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x15a (size before relaxing) + *fill* 0x00000000400f8672 0x2 + .text.dhcp_select + 0x00000000400f8674 0x16c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1a0 (size before relaxing) + .text.dhcp_handle_offer + 0x00000000400f87e0 0x5a esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x62 (size before relaxing) + *fill* 0x00000000400f883a 0x2 + .text.dhcp_discover + 0x00000000400f883c 0x111 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x135 (size before relaxing) + *fill* 0x00000000400f894d 0x3 + .text.dhcp_decline + 0x00000000400f8950 0xb1 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xcd (size before relaxing) + *fill* 0x00000000400f8a01 0x3 + .text.dhcp_check + 0x00000000400f8a04 0x47 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x4b (size before relaxing) + *fill* 0x00000000400f8a4b 0x1 + .text.dhcp_bind + 0x00000000400f8a4c 0xc2 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f8b0e 0x2 + .text.dhcp_handle_nak + 0x00000000400f8b10 0x23 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x27 (size before relaxing) + *fill* 0x00000000400f8b33 0x1 + .text.dhcp_dec_pcb_refcount + 0x00000000400f8b34 0x3b esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f8b6f 0x1 + .text.dhcp_inc_pcb_refcount + 0x00000000400f8b70 0x75 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x7d (size before relaxing) + *fill* 0x00000000400f8be5 0x3 + .text.dhcp_parse_reply + 0x00000000400f8be8 0x387 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x38b (size before relaxing) + *fill* 0x00000000400f8f6f 0x1 + .text.dhcp_handle_ack + 0x00000000400f8f70 0xff esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x103 (size before relaxing) + *fill* 0x00000000400f906f 0x1 + .text.dhcp_recv + 0x00000000400f9070 0x134 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14a (size before relaxing) + *fill* 0x00000000400f91a4 0x0 + .text.dhcp_set_struct + 0x00000000400f91a4 0x55 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x00000000400f91a4 dhcp_set_struct + *fill* 0x00000000400f91f9 0x3 + .text.dhcp_cleanup + 0x00000000400f91fc 0x28 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x2b (size before relaxing) + 0x00000000400f91fc dhcp_cleanup + *fill* 0x00000000400f9224 0x0 + .text.dhcp_network_changed + 0x00000000400f9224 0x4c esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x53 (size before relaxing) + 0x00000000400f9224 dhcp_network_changed + *fill* 0x00000000400f9270 0x0 + .text.dhcp_arp_reply + 0x00000000400f9270 0x1e esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x22 (size before relaxing) + 0x00000000400f9270 dhcp_arp_reply + *fill* 0x00000000400f928e 0x2 + .text.dhcp_renew + 0x00000000400f9290 0x111 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x131 (size before relaxing) + 0x00000000400f9290 dhcp_renew + *fill* 0x00000000400f93a1 0x3 + .text.dhcp_t1_timeout + 0x00000000400f93a4 0x3e esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x00000000400f93e2 0x2 + .text.dhcp_release_and_stop + 0x00000000400f93e4 0x130 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x14f (size before relaxing) + 0x00000000400f93e4 dhcp_release_and_stop + *fill* 0x00000000400f9514 0x0 + .text.dhcp_start + 0x00000000400f9514 0xc0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xc8 (size before relaxing) + 0x00000000400f9514 dhcp_start + .text.dhcp_coarse_tmr + 0x00000000400f95d4 0x67 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x6b (size before relaxing) + 0x00000000400f95d4 dhcp_coarse_tmr + *fill* 0x00000000400f963b 0x1 + .text.dhcp_timeout + 0x00000000400f963c 0x92 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x9e (size before relaxing) + *fill* 0x00000000400f96ce 0x2 + .text.dhcp_fine_tmr + 0x00000000400f96d0 0x53 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x5a (size before relaxing) + 0x00000000400f96d0 dhcp_fine_tmr + *fill* 0x00000000400f9723 0x1 + .text.dhcp_fine_timeout_cb + 0x00000000400f9724 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xe (size before relaxing) + 0x00000000400f9724 dhcp_fine_timeout_cb + *fill* 0x00000000400f972e 0x2 + .text.dhcp_release + 0x00000000400f9730 0xc esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x10 (size before relaxing) + 0x00000000400f9730 dhcp_release + .text.dhcp_stop + 0x00000000400f973c 0xa esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0xe (size before relaxing) + 0x00000000400f973c dhcp_stop + *fill* 0x00000000400f9746 0x2 + .text.free_etharp_q + 0x00000000400f9748 0x41 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x49 (size before relaxing) + *fill* 0x00000000400f9789 0x3 + .text.etharp_free_entry + 0x00000000400f978c 0x31 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000400f97bd 0x3 + .text.etharp_find_entry + 0x00000000400f97c0 0x1a2 esp-idf/lwip/liblwip.a(etharp.c.obj) + *fill* 0x00000000400f9962 0x2 + .text.etharp_update_arp_entry + 0x00000000400f9964 0xba esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xc2 (size before relaxing) + *fill* 0x00000000400f9a1e 0x2 + .text.etharp_raw + 0x00000000400f9a20 0x103 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x10b (size before relaxing) + *fill* 0x00000000400f9b23 0x1 + .text.etharp_request_dst + 0x00000000400f9b24 0x21 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x25 (size before relaxing) + *fill* 0x00000000400f9b45 0x3 + .text.etharp_cleanup_netif + 0x00000000400f9b48 0x32 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f9b48 etharp_cleanup_netif + *fill* 0x00000000400f9b7a 0x2 + .text.etharp_input + 0x00000000400f9b7c 0xec esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xf2 (size before relaxing) + 0x00000000400f9b7c etharp_input + *fill* 0x00000000400f9c68 0x0 + .text.etharp_request + 0x00000000400f9c68 0x15 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x00000000400f9c68 etharp_request + *fill* 0x00000000400f9c7d 0x3 + .text.etharp_tmr + 0x00000000400f9c80 0x98 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x9c (size before relaxing) + 0x00000000400f9c80 etharp_tmr + .text.etharp_output_to_arp_index + 0x00000000400f9d18 0xb2 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xb6 (size before relaxing) + *fill* 0x00000000400f9dca 0x2 + .text.etharp_query + 0x00000000400f9dcc 0x200 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x20c (size before relaxing) + 0x00000000400f9dcc etharp_query + .text.etharp_output + 0x00000000400f9fcc 0x15d esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x165 (size before relaxing) + 0x00000000400f9fcc etharp_output + *fill* 0x00000000400fa129 0x3 + .text.icmp_send_response + 0x00000000400fa12c 0xe8 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0xf4 (size before relaxing) + .text.icmp_input + 0x00000000400fa214 0x1cb esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x1ea (size before relaxing) + 0x00000000400fa214 icmp_input + *fill* 0x00000000400fa3df 0x1 + .text.icmp_dest_unreach + 0x00000000400fa3e0 0x12 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x00000000400fa3e0 icmp_dest_unreach + *fill* 0x00000000400fa3f2 0x2 + .text.igmp_start_timer + 0x00000000400fa3f4 0x3e esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400fa432 0x2 + .text.igmp_delaying_member + 0x00000000400fa434 0x22 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000400fa456 0x2 + .text.igmp_ip_output_if + 0x00000000400fa458 0x2d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x31 (size before relaxing) + *fill* 0x00000000400fa485 0x3 + .text.igmp_send + 0x00000000400fa488 0xbf esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xca (size before relaxing) + *fill* 0x00000000400fa547 0x1 + .text.igmp_timeout + 0x00000000400fa548 0x26 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x00000000400fa56e 0x2 + .text.igmp_init + 0x00000000400fa570 0x15 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa570 igmp_init + *fill* 0x00000000400fa585 0x3 + .text.igmp_stop + 0x00000000400fa588 0x31 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa588 igmp_stop + *fill* 0x00000000400fa5b9 0x3 + .text.igmp_report_groups + 0x00000000400fa5bc 0x1f esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa5bc igmp_report_groups + *fill* 0x00000000400fa5db 0x1 + .text.igmp_lookup_group + 0x00000000400fa5dc 0x82 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x86 (size before relaxing) + *fill* 0x00000000400fa65e 0x2 + .text.igmp_start + 0x00000000400fa660 0x36 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa660 igmp_start + *fill* 0x00000000400fa696 0x2 + .text.igmp_input + 0x00000000400fa698 0xfb esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x10a (size before relaxing) + 0x00000000400fa698 igmp_input + *fill* 0x00000000400fa793 0x1 + .text.igmp_joingroup_netif + 0x00000000400fa794 0x85 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x89 (size before relaxing) + 0x00000000400fa794 igmp_joingroup_netif + *fill* 0x00000000400fa819 0x3 + .text.igmp_joingroup + 0x00000000400fa81c 0x5c esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa81c igmp_joingroup + .text.igmp_leavegroup_netif + 0x00000000400fa878 0x8d esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x95 (size before relaxing) + 0x00000000400fa878 igmp_leavegroup_netif + *fill* 0x00000000400fa905 0x3 + .text.igmp_leavegroup + 0x00000000400fa908 0x5b esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x5f (size before relaxing) + 0x00000000400fa908 igmp_leavegroup + *fill* 0x00000000400fa963 0x1 + .text.igmp_tmr + 0x00000000400fa964 0x66 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000400fa964 igmp_tmr + *fill* 0x00000000400fa9ca 0x2 + .text.igmp_timeout_cb + 0x00000000400fa9cc 0x8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400fa9d4 0x0 + .text.ip4_input_accept + 0x00000000400fa9d4 0x34 esp-idf/lwip/liblwip.a(ip4.c.obj) + .text.ip4_route + 0x00000000400faa08 0x70 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x74 (size before relaxing) + 0x00000000400faa08 ip4_route + .text.ip4_route_src + 0x00000000400faa78 0x1a esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x1e (size before relaxing) + 0x00000000400faa78 ip4_route_src + *fill* 0x00000000400faa92 0x2 + .text.ip4_input + 0x00000000400faa94 0x29b esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x2ba (size before relaxing) + 0x00000000400faa94 ip4_input + *fill* 0x00000000400fad2f 0x1 + .text.ip4_output_if_opt_src + 0x00000000400fad30 0x291 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x2a1 (size before relaxing) + 0x00000000400fad30 ip4_output_if_opt_src + *fill* 0x00000000400fafc1 0x3 + .text.ip4_output_if_opt + 0x00000000400fafc4 0x35 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x00000000400fafc4 ip4_output_if_opt + *fill* 0x00000000400faff9 0x3 + .text.ip4_output_if + 0x00000000400faffc 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29 (size before relaxing) + 0x00000000400faffc ip4_output_if + *fill* 0x00000000400fb021 0x3 + .text.ip4_output_if_src + 0x00000000400fb024 0x25 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x29 (size before relaxing) + 0x00000000400fb024 ip4_output_if_src + *fill* 0x00000000400fb049 0x3 + .text.ip4addr_aton + 0x00000000400fb04c 0x1c7 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000400fb04c ip4addr_aton + *fill* 0x00000000400fb213 0x1 + .text.ip4_frag + 0x00000000400fb214 0x185 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x195 (size before relaxing) + 0x00000000400fb214 ip4_frag + *fill* 0x00000000400fb399 0x3 + .text.icmp6_send_response_with_addrs_and_netif + 0x00000000400fb39c 0xf7 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x103 (size before relaxing) + *fill* 0x00000000400fb493 0x1 + .text.icmp6_send_response + 0x00000000400fb494 0x3e esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x42 (size before relaxing) + *fill* 0x00000000400fb4d2 0x2 + .text.icmp6_input + 0x00000000400fb4d4 0xff esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x12e (size before relaxing) + 0x00000000400fb4d4 icmp6_input + *fill* 0x00000000400fb5d3 0x1 + .text.icmp6_dest_unreach + 0x00000000400fb5d4 0x14 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400fb5d4 icmp6_dest_unreach + .text.icmp6_param_problem + 0x00000000400fb5e8 0x1a esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x00000000400fb5e8 icmp6_param_problem + *fill* 0x00000000400fb602 0x2 + .text.ip6_input_accept + 0x00000000400fb604 0x82 esp-idf/lwip/liblwip.a(ip6.c.obj) + *fill* 0x00000000400fb686 0x2 + .text.ip6_route + 0x00000000400fb688 0x288 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x28c (size before relaxing) + 0x00000000400fb688 ip6_route + .text.ip6_select_source_address + 0x00000000400fb910 0x1bb esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400fb910 ip6_select_source_address + *fill* 0x00000000400fbacb 0x1 + .text.ip6_input + 0x00000000400fbacc 0x705 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x775 (size before relaxing) + 0x00000000400fbacc ip6_input + *fill* 0x00000000400fc1d1 0x3 + .text.ip6_output_if_src + 0x00000000400fc1d4 0x359 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x365 (size before relaxing) + 0x00000000400fc1d4 ip6_output_if_src + *fill* 0x00000000400fc52d 0x3 + .text.ip6_output_if + 0x00000000400fc530 0x69 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x00000000400fc530 ip6_output_if + *fill* 0x00000000400fc599 0x3 + .text.ip6_options_add_hbh_ra + 0x00000000400fc59c 0x3e esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x42 (size before relaxing) + 0x00000000400fc59c ip6_options_add_hbh_ra + *fill* 0x00000000400fc5da 0x2 + .text.ip6addr_aton + 0x00000000400fc5dc 0x194 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x198 (size before relaxing) + 0x00000000400fc5dc ip6addr_aton + .text.ip6_frag + 0x00000000400fc770 0x165 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x179 (size before relaxing) + 0x00000000400fc770 ip6_frag + *fill* 0x00000000400fc8d5 0x3 + .text.mld6_delayed_report + 0x00000000400fc8d8 0x58 esp-idf/lwip/liblwip.a(mld6.c.obj) + .text.mld6_new_group + 0x00000000400fc930 0x61 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x65 (size before relaxing) + *fill* 0x00000000400fc991 0x3 + .text.mld6_send + 0x00000000400fc994 0x110 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x124 (size before relaxing) + .text.mld6_stop + 0x00000000400fcaa4 0x31 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400fcaa4 mld6_stop + *fill* 0x00000000400fcad5 0x3 + .text.mld6_report_groups + 0x00000000400fcad8 0x1b esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x00000000400fcad8 mld6_report_groups + *fill* 0x00000000400fcaf3 0x1 + .text.mld6_input + 0x00000000400fcaf4 0x180 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x187 (size before relaxing) + 0x00000000400fcaf4 mld6_input + *fill* 0x00000000400fcc74 0x0 + .text.mld6_joingroup_netif + 0x00000000400fcc74 0xf9 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xfd (size before relaxing) + 0x00000000400fcc74 mld6_joingroup_netif + *fill* 0x00000000400fcd6d 0x3 + .text.mld6_joingroup + 0x00000000400fcd70 0x42 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x49 (size before relaxing) + 0x00000000400fcd70 mld6_joingroup + *fill* 0x00000000400fcdb2 0x2 + .text.mld6_leavegroup_netif + 0x00000000400fcdb4 0xed esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xf5 (size before relaxing) + 0x00000000400fcdb4 mld6_leavegroup_netif + *fill* 0x00000000400fcea1 0x3 + .text.mld6_leavegroup + 0x00000000400fcea4 0x45 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x4d (size before relaxing) + 0x00000000400fcea4 mld6_leavegroup + *fill* 0x00000000400fcee9 0x3 + .text.mld6_tmr + 0x00000000400fceec 0x72 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x76 (size before relaxing) + 0x00000000400fceec mld6_tmr + *fill* 0x00000000400fcf5e 0x2 + .text.mld6_timeout_cb + 0x00000000400fcf60 0x8 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xb (size before relaxing) + *fill* 0x00000000400fcf68 0x0 + .text.nd6_find_neighbor_cache_entry + 0x00000000400fcf68 0x72 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fcfda 0x2 + .text.nd6_find_destination_cache_entry + 0x00000000400fcfdc 0x70 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_new_destination_cache_entry + 0x00000000400fd04c 0x62 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd0ae 0x2 + .text.nd6_is_prefix_in_netif + 0x00000000400fd0b0 0xb9 esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd169 0x3 + .text.nd6_select_router + 0x00000000400fd16c 0xc0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_router + 0x00000000400fd22c 0x58 esp-idf/lwip/liblwip.a(nd6.c.obj) + .text.nd6_get_onlink_prefix + 0x00000000400fd284 0x5e esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd2e2 0x2 + .text.nd6_new_onlink_prefix + 0x00000000400fd2e4 0xae esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd392 0x2 + .text.nd6_send_q + 0x00000000400fd394 0x132 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x136 (size before relaxing) + *fill* 0x00000000400fd4c6 0x2 + .text.nd6_duplicate_addr_detected + 0x00000000400fd4c8 0x42 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x4a (size before relaxing) + *fill* 0x00000000400fd50a 0x2 + .text.nd6_process_autoconfig_prefix + 0x00000000400fd50c 0x23f esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x246 (size before relaxing) + *fill* 0x00000000400fd74b 0x1 + .text.nd6_free_q + 0x00000000400fd74c 0x59 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x61 (size before relaxing) + *fill* 0x00000000400fd7a5 0x3 + .text.nd6_free_neighbor_cache_entry + 0x00000000400fd7a8 0x6b esp-idf/lwip/liblwip.a(nd6.c.obj) + *fill* 0x00000000400fd813 0x1 + .text.nd6_new_neighbor_cache_entry + 0x00000000400fd814 0x1e2 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1ea (size before relaxing) + *fill* 0x00000000400fd9f6 0x2 + .text.nd6_send_na + 0x00000000400fd9f8 0x162 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x16a (size before relaxing) + *fill* 0x00000000400fdb5a 0x2 + .text.nd6_send_rs + 0x00000000400fdb5c 0xec esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xf8 (size before relaxing) + .text.nd6_send_ns + 0x00000000400fdc48 0x1a0 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1ac (size before relaxing) + .text.nd6_send_neighbor_cache_probe + 0x00000000400fdde8 0xe esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000400fddf6 0x2 + .text.nd6_new_router + 0x00000000400fddf8 0x13e esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x142 (size before relaxing) + *fill* 0x00000000400fdf36 0x2 + .text.nd6_get_next_hop_entry + 0x00000000400fdf38 0x341 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x359 (size before relaxing) + *fill* 0x00000000400fe279 0x3 + .text.nd6_queue_packet + 0x00000000400fe27c 0x105 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x119 (size before relaxing) + *fill* 0x00000000400fe381 0x3 + .text.nd6_input + 0x00000000400fe384 0xd0b esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xd7a (size before relaxing) + 0x00000000400fe384 nd6_input + *fill* 0x00000000400ff08f 0x1 + .text.nd6_tmr 0x00000000400ff090 0x463 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x47b (size before relaxing) + 0x00000000400ff090 nd6_tmr + *fill* 0x00000000400ff4f3 0x1 + .text.nd6_clear_destination_cache + 0x00000000400ff4f4 0x29 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ff4f4 nd6_clear_destination_cache + *fill* 0x00000000400ff51d 0x3 + .text.nd6_find_route + 0x00000000400ff520 0x92 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x00000000400ff520 nd6_find_route + *fill* 0x00000000400ff5b2 0x2 + .text.nd6_get_next_hop_addr_or_queue + 0x00000000400ff5b4 0x8d esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x95 (size before relaxing) + 0x00000000400ff5b4 nd6_get_next_hop_addr_or_queue + *fill* 0x00000000400ff641 0x3 + .text.nd6_get_destination_mtu + 0x00000000400ff644 0x2a esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x2e (size before relaxing) + 0x00000000400ff644 nd6_get_destination_mtu + *fill* 0x00000000400ff66e 0x2 + .text.nd6_reachability_hint + 0x00000000400ff670 0x160 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x164 (size before relaxing) + 0x00000000400ff670 nd6_reachability_hint + .text.nd6_cleanup_netif + 0x00000000400ff7d0 0xa6 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xac (size before relaxing) + 0x00000000400ff7d0 nd6_cleanup_netif + *fill* 0x00000000400ff876 0x2 + .text.nd6_adjust_mld_membership + 0x00000000400ff878 0xa3 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xa6 (size before relaxing) + 0x00000000400ff878 nd6_adjust_mld_membership + *fill* 0x00000000400ff91b 0x1 + .text.ethernet_input + 0x00000000400ff91c 0xf8 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x104 (size before relaxing) + 0x00000000400ff91c ethernet_input + .text.ethernet_output + 0x00000000400ffa14 0x71 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x00000000400ffa14 ethernet_output + *fill* 0x00000000400ffa85 0x3 + .text.lwip_init_tcp_isn + 0x00000000400ffa88 0x2a esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x00000000400ffa88 lwip_init_tcp_isn + *fill* 0x00000000400ffab2 0x2 + .text.lwip_hook_tcp_isn + 0x00000000400ffab4 0xde esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0xe2 (size before relaxing) + 0x00000000400ffab4 lwip_hook_tcp_isn + *fill* 0x00000000400ffb92 0x2 + .text.lwip_hook_ip6_input + 0x00000000400ffb94 0x35 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x39 (size before relaxing) + 0x00000000400ffb94 lwip_hook_ip6_input + *fill* 0x00000000400ffbc9 0x3 + .text.ip4_route_src_hook + 0x00000000400ffbcc 0x2e esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x00000000400ffbcc ip4_route_src_hook + *fill* 0x00000000400ffbfa 0x2 + .text.dhcp_parse_extra_opts + 0x00000000400ffbfc 0x79 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x00000000400ffbfc dhcp_parse_extra_opts + *fill* 0x00000000400ffc75 0x3 + .text.dhcp_append_extra_opts + 0x00000000400ffc78 0x5e esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x00000000400ffc78 dhcp_append_extra_opts + *fill* 0x00000000400ffcd6 0x2 + .text.lwip_getsockopt_impl_ext + 0x00000000400ffcd8 0xd5 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + 0x00000000400ffcd8 lwip_getsockopt_impl_ext + *fill* 0x00000000400ffdad 0x3 + .text.sys_thread_sem_free + 0x00000000400ffdb0 0x1a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + *fill* 0x00000000400ffdca 0x2 + .text.sys_mutex_new + 0x00000000400ffdcc 0x1a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffdcc sys_mutex_new + *fill* 0x00000000400ffde6 0x2 + .text.sys_mutex_lock + 0x00000000400ffde8 0x23 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffde8 sys_mutex_lock + *fill* 0x00000000400ffe0b 0x1 + .text.sys_mutex_unlock + 0x00000000400ffe0c 0x27 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffe0c sys_mutex_unlock + *fill* 0x00000000400ffe33 0x1 + .text.sys_sem_new + 0x00000000400ffe34 0x61 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffe34 sys_sem_new + *fill* 0x00000000400ffe95 0x3 + .text.sys_sem_signal + 0x00000000400ffe98 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffe98 sys_sem_signal + .text.sys_sem_signal_isr + 0x00000000400ffec0 0x1c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffec0 sys_sem_signal_isr + .text.sys_arch_sem_wait + 0x00000000400ffedc 0x5c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400ffedc sys_arch_sem_wait + .text.sys_sem_free + 0x00000000400fff38 0x12 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400fff38 sys_sem_free + *fill* 0x00000000400fff4a 0x2 + .text.sys_mbox_new + 0x00000000400fff4c 0x3a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x3e (size before relaxing) + 0x00000000400fff4c sys_mbox_new + *fill* 0x00000000400fff86 0x2 + .text.sys_mbox_post + 0x00000000400fff88 0x2c esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400fff88 sys_mbox_post + .text.sys_mbox_trypost + 0x00000000400fffb4 0x22 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400fffb4 sys_mbox_trypost + *fill* 0x00000000400fffd6 0x2 + .text.sys_arch_mbox_fetch + 0x00000000400fffd8 0x68 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000400fffd8 sys_arch_mbox_fetch + .text.sys_arch_mbox_tryfetch + 0x0000000040100040 0x3a esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100040 sys_arch_mbox_tryfetch + *fill* 0x000000004010007a 0x2 + .text.sys_mbox_free + 0x000000004010007c 0x3e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x000000004010007c sys_mbox_free + *fill* 0x00000000401000ba 0x2 + .text.sys_thread_new + 0x00000000401000bc 0x28 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401000bc sys_thread_new + .text.sys_init + 0x00000000401000e4 0x3e esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x48 (size before relaxing) + 0x00000000401000e4 sys_init + *fill* 0x0000000040100122 0x2 + .text.sys_now 0x0000000040100124 0x10 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x0000000040100124 sys_now + .text.sys_arch_protect + 0x0000000040100134 0x1b esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x21 (size before relaxing) + 0x0000000040100134 sys_arch_protect + *fill* 0x000000004010014f 0x1 + .text.sys_arch_unprotect + 0x0000000040100150 0xb esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xe (size before relaxing) + 0x0000000040100150 sys_arch_unprotect + *fill* 0x000000004010015b 0x1 + .text.sys_thread_sem_init + 0x000000004010015c 0x74 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x78 (size before relaxing) + 0x000000004010015c sys_thread_sem_init + .text.sys_thread_sem_get + 0x00000000401001d0 0x16 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x1a (size before relaxing) + 0x00000000401001d0 sys_thread_sem_get + *fill* 0x00000000401001e6 0x2 + .text.sys_thread_tcpip + 0x00000000401001e8 0x70 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x00000000401001e8 sys_thread_tcpip + .text.lwip_get_socket_select_semaphore + 0x0000000040100258 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000040100262 0x2 + .text.lwip_stop_socket_select_isr + 0x0000000040100264 0x12 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040100276 0x2 + .text.lwip_stop_socket_select + 0x0000000040100278 0xa esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040100282 0x2 + .text.lwip_ioctl_r_wrapper + 0x0000000040100284 0x3a esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x00000000401002be 0x2 + .text.lwip_fcntl_r_wrapper + 0x00000000401002c0 0x10 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x14 (size before relaxing) + .text.lwip_fstat + 0x00000000401002d0 0x45 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + *fill* 0x0000000040100315 0x3 + .text.esp_vfs_lwip_sockets_register + 0x0000000040100318 0x6c esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x0000000040100318 esp_vfs_lwip_sockets_register + .text.netconn_apimsg + 0x0000000040100384 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x2e (size before relaxing) + *fill* 0x00000000401003ae 0x2 + .text.netconn_tcp_recvd_msg + 0x00000000401003b0 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x35 (size before relaxing) + *fill* 0x00000000401003e1 0x3 + .text.netconn_close_shutdown + 0x00000000401003e4 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x29 (size before relaxing) + *fill* 0x0000000040100409 0x3 + .text.netconn_new_with_proto_and_callback + 0x000000004010040c 0x7e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x86 (size before relaxing) + 0x000000004010040c netconn_new_with_proto_and_callback + *fill* 0x000000004010048a 0x2 + .text.netconn_prepare_delete + 0x000000004010048c 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x26 (size before relaxing) + 0x000000004010048c netconn_prepare_delete + *fill* 0x00000000401004aa 0x2 + .text.netconn_delete + 0x00000000401004ac 0x28 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x30 (size before relaxing) + 0x00000000401004ac netconn_delete + .text.netconn_getaddr + 0x00000000401004d4 0x3d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401004d4 netconn_getaddr + *fill* 0x0000000040100511 0x3 + .text.netconn_bind + 0x0000000040100514 0x8d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x91 (size before relaxing) + 0x0000000040100514 netconn_bind + *fill* 0x00000000401005a1 0x3 + .text.netconn_connect + 0x00000000401005a4 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401005a4 netconn_connect + *fill* 0x00000000401005d1 0x3 + .text.netconn_disconnect + 0x00000000401005d4 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x21 (size before relaxing) + 0x00000000401005d4 netconn_disconnect + *fill* 0x00000000401005f1 0x3 + .text.netconn_listen_with_backlog + 0x00000000401005f4 0x25 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401005f4 netconn_listen_with_backlog + *fill* 0x0000000040100619 0x3 + .text.netconn_tcp_recvd + 0x000000004010061c 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000004010061c netconn_tcp_recvd + *fill* 0x000000004010064d 0x3 + .text.netconn_send + 0x0000000040100650 0x21 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040100650 netconn_send + *fill* 0x0000000040100671 0x3 + .text.netconn_write_vectors_partly + 0x0000000040100674 0xe6 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xea (size before relaxing) + 0x0000000040100674 netconn_write_vectors_partly + *fill* 0x000000004010075a 0x2 + .text.netconn_write_partly + 0x000000004010075c 0x1d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x000000004010075c netconn_write_partly + *fill* 0x0000000040100779 0x3 + .text.netconn_err + 0x000000004010077c 0x1e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x22 (size before relaxing) + 0x000000004010077c netconn_err + *fill* 0x000000004010079a 0x2 + .text.netconn_accept + 0x000000004010079c 0x104 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x128 (size before relaxing) + 0x000000004010079c netconn_accept + .text.netconn_recv_data + 0x00000000401008a0 0x145 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x165 (size before relaxing) + *fill* 0x00000000401009e5 0x3 + .text.netconn_recv_udp_raw_netbuf_flags + 0x00000000401009e8 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x00000000401009e8 netconn_recv_udp_raw_netbuf_flags + *fill* 0x0000000040100a19 0x3 + .text.netconn_recv_data_tcp + 0x0000000040100a1c 0xad esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xb1 (size before relaxing) + *fill* 0x0000000040100ac9 0x3 + .text.netconn_recv_tcp_pbuf_flags + 0x0000000040100acc 0x31 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040100acc netconn_recv_tcp_pbuf_flags + *fill* 0x0000000040100afd 0x3 + .text.netconn_shutdown + 0x0000000040100b00 0x2a esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x2d (size before relaxing) + 0x0000000040100b00 netconn_shutdown + *fill* 0x0000000040100b2a 0x2 + .text.netconn_join_leave_group + 0x0000000040100b2c 0x2d esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x31 (size before relaxing) + 0x0000000040100b2c netconn_join_leave_group + *fill* 0x0000000040100b59 0x3 + .text.netconn_join_leave_group_netif + 0x0000000040100b5c 0x35 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x0000000040100b5c netconn_join_leave_group_netif + *fill* 0x0000000040100b91 0x3 + .text.netconn_gethostbyname_addrtype + 0x0000000040100b94 0x4e esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x52 (size before relaxing) + 0x0000000040100b94 netconn_gethostbyname_addrtype + *fill* 0x0000000040100be2 0x2 + .text.lwip_netconn_err_to_msg + 0x0000000040100be4 0x4a esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x0000000040100c2e 0x2 + .text.lwip_netconn_do_dns_found + 0x0000000040100c30 0x42 esp-idf/lwip/liblwip.a(api_msg.c.obj) + *fill* 0x0000000040100c72 0x2 + .text.recv_udp + 0x0000000040100c74 0x113 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x123 (size before relaxing) + *fill* 0x0000000040100d87 0x1 + .text.recv_raw + 0x0000000040100d88 0xa5 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xb5 (size before relaxing) + *fill* 0x0000000040100e2d 0x3 + .text.setup_tcp + 0x0000000040100e30 0x36 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040100e66 0x2 + .text.pcb_new 0x0000000040100e68 0xee esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xf2 (size before relaxing) + *fill* 0x0000000040100f56 0x2 + .text.lwip_netconn_do_connected + 0x0000000040100f58 0xd0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xd4 (size before relaxing) + .text.err_tcp 0x0000000040101028 0x11c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x128 (size before relaxing) + .text.netconn_mark_mbox_invalid + 0x0000000040101144 0x40 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x47 (size before relaxing) + *fill* 0x0000000040101184 0x0 + .text.lwip_netconn_do_writemore + 0x0000000040101184 0x299 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x29d (size before relaxing) + *fill* 0x000000004010141d 0x3 + .text.lwip_netconn_do_close_internal + 0x0000000040101420 0x1f2 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x212 (size before relaxing) + *fill* 0x0000000040101612 0x2 + .text.poll_tcp + 0x0000000040101614 0x65 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x69 (size before relaxing) + *fill* 0x0000000040101679 0x3 + .text.sent_tcp + 0x000000004010167c 0x66 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000401016e2 0x2 + .text.tcp_do_abort + 0x00000000401016e4 0xc esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x10 (size before relaxing) + .text.recv_tcp + 0x00000000401016f0 0xae esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xb6 (size before relaxing) + *fill* 0x000000004010179e 0x2 + .text.lwip_netconn_is_deallocated_msg + 0x00000000401017a0 0x12 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000401017a0 lwip_netconn_is_deallocated_msg + *fill* 0x00000000401017b2 0x2 + .text.lwip_netconn_is_err_msg + 0x00000000401017b4 0x4c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000401017b4 lwip_netconn_is_err_msg + .text.lwip_netconn_do_newconn + 0x0000000040101800 0x1d esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x20 (size before relaxing) + 0x0000000040101800 lwip_netconn_do_newconn + *fill* 0x000000004010181d 0x3 + .text.netconn_alloc + 0x0000000040101820 0x72 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x7a (size before relaxing) + 0x0000000040101820 netconn_alloc + *fill* 0x0000000040101892 0x2 + .text.netconn_free + 0x0000000040101894 0x5a esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040101894 netconn_free + *fill* 0x00000000401018ee 0x2 + .text.netconn_drain + 0x00000000401018f0 0xc6 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xea (size before relaxing) + *fill* 0x00000000401019b6 0x2 + .text.accept_function + 0x00000000401019b8 0x110 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x140 (size before relaxing) + .text.lwip_netconn_do_delconn + 0x0000000040101ac8 0x107 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x10f (size before relaxing) + 0x0000000040101ac8 lwip_netconn_do_delconn + *fill* 0x0000000040101bcf 0x1 + .text.lwip_netconn_do_bind + 0x0000000040101bd0 0xd5 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xe4 (size before relaxing) + 0x0000000040101bd0 lwip_netconn_do_bind + *fill* 0x0000000040101ca5 0x3 + .text.lwip_netconn_do_connect + 0x0000000040101ca8 0xbb esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xc6 (size before relaxing) + 0x0000000040101ca8 lwip_netconn_do_connect + *fill* 0x0000000040101d63 0x1 + .text.lwip_netconn_do_disconnect + 0x0000000040101d64 0x2f esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x0000000040101d64 lwip_netconn_do_disconnect + *fill* 0x0000000040101d93 0x1 + .text.lwip_netconn_do_listen + 0x0000000040101d94 0x167 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x16f (size before relaxing) + 0x0000000040101d94 lwip_netconn_do_listen + *fill* 0x0000000040101efb 0x1 + .text.lwip_netconn_do_send + 0x0000000040101efc 0xf2 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x102 (size before relaxing) + 0x0000000040101efc lwip_netconn_do_send + *fill* 0x0000000040101fee 0x2 + .text.lwip_netconn_do_recv + 0x0000000040101ff0 0x44 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x48 (size before relaxing) + 0x0000000040101ff0 lwip_netconn_do_recv + .text.lwip_netconn_do_accepted + 0x0000000040102034 0x23 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x2a (size before relaxing) + 0x0000000040102034 lwip_netconn_do_accepted + *fill* 0x0000000040102057 0x1 + .text.lwip_netconn_do_write + 0x0000000040102058 0x82 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x8a (size before relaxing) + 0x0000000040102058 lwip_netconn_do_write + *fill* 0x00000000401020da 0x2 + .text.lwip_netconn_do_getaddr + 0x00000000401020dc 0x182 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x00000000401020dc lwip_netconn_do_getaddr + *fill* 0x000000004010225e 0x2 + .text.lwip_netconn_do_close + 0x0000000040102260 0xd0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0xdb (size before relaxing) + 0x0000000040102260 lwip_netconn_do_close + *fill* 0x0000000040102330 0x0 + .text.lwip_netconn_do_join_leave_group + 0x0000000040102330 0x71 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x75 (size before relaxing) + 0x0000000040102330 lwip_netconn_do_join_leave_group + *fill* 0x00000000401023a1 0x3 + .text.lwip_netconn_do_join_leave_group_netif + 0x00000000401023a4 0x7c esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x7f (size before relaxing) + 0x00000000401023a4 lwip_netconn_do_join_leave_group_netif + *fill* 0x0000000040102420 0x0 + .text.lwip_netconn_do_gethostbyname + 0x0000000040102420 0x2e esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x32 (size before relaxing) + 0x0000000040102420 lwip_netconn_do_gethostbyname + *fill* 0x000000004010244e 0x2 + .text.err_to_errno + 0x0000000040102450 0x26 esp-idf/lwip/liblwip.a(err.c.obj) + 0x0000000040102450 err_to_errno + *fill* 0x0000000040102476 0x2 + .text.netbuf_delete + 0x0000000040102478 0x1b esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x22 (size before relaxing) + 0x0000000040102478 netbuf_delete + *fill* 0x0000000040102493 0x1 + .text.netbuf_alloc + 0x0000000040102494 0x46 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x4a (size before relaxing) + 0x0000000040102494 netbuf_alloc + *fill* 0x00000000401024da 0x2 + .text.netbuf_free + 0x00000000401024dc 0x14 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x18 (size before relaxing) + 0x00000000401024dc netbuf_free + .text.inet_cksum_pseudo_base + 0x00000000401024f0 0x7a esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + *fill* 0x000000004010256a 0x2 + .text.inet_chksum_pseudo + 0x000000004010256c 0x38 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x3c (size before relaxing) + 0x000000004010256c inet_chksum_pseudo + .text.ip6_chksum_pseudo + 0x00000000401025a4 0x54 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000401025a4 ip6_chksum_pseudo + .text.ip_chksum_pseudo + 0x00000000401025f8 0x32 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x00000000401025f8 ip_chksum_pseudo + *fill* 0x000000004010262a 0x2 + .text.inet_chksum + 0x000000004010262c 0x18 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x000000004010262c inet_chksum + .text.inet_chksum_pbuf + 0x0000000040102644 0x5a esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x0000000040102644 inet_chksum_pbuf + *fill* 0x000000004010269e 0x2 + .text.esp_netif_add_to_list_unsafe + 0x00000000401026a0 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x00000000401026a0 esp_netif_add_to_list_unsafe + *fill* 0x00000000401026cd 0x3 + .text.esp_netif_remove_from_list_unsafe + 0x00000000401026d0 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x00000000401026d0 esp_netif_remove_from_list_unsafe + .text.esp_netif_get_nr_of_ifs + 0x0000000040102730 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x0000000040102730 esp_netif_get_nr_of_ifs + *fill* 0x000000004010273a 0x2 + .text.esp_netif_next_unsafe + 0x000000004010273c 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x000000004010273c esp_netif_next_unsafe + *fill* 0x000000004010276d 0x3 + .text.esp_netif_is_netif_listed + 0x0000000040102770 0x20 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x0000000040102770 esp_netif_is_netif_listed + .text.esp_netif_get_handle_from_ifkey_unsafe + 0x0000000040102790 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x0000000040102790 esp_netif_get_handle_from_ifkey_unsafe + .text.esp_netif_is_active + 0x00000000401027c0 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x12 (size before relaxing) + *fill* 0x00000000401027ce 0x2 + .text.esp_netif_set_default_netif_internal + 0x00000000401027d0 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401027da 0x2 + .text.esp_netif_lwip_ipc_call_msg + 0x00000000401027dc 0x35 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x41 (size before relaxing) + *fill* 0x0000000040102811 0x3 + .text.esp_netif_lwip_ipc_call + 0x0000000040102814 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102835 0x3 + .text.esp_netif_update_default_netif + 0x0000000040102838 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.esp_netif_lwip_ipc_call_get_netif + 0x000000004010284c 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000004010286d 0x3 + .text.esp_netif_api_cb + 0x0000000040102870 0x1b esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000004010288b 0x1 + .text.tcpip_init_done + 0x000000004010288c 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + *fill* 0x0000000040102896 0x2 + .text.esp_netif_config_sanity_check + 0x0000000040102898 0x6e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102906 0x2 + .text.get_handle_from_ifkey_api + 0x0000000040102908 0x13 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x000000004010291b 0x1 + .text.esp_netif_set_mac_api + 0x000000004010291c 0x2a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x000000004010291c esp_netif_set_mac_api + *fill* 0x0000000040102946 0x2 + .text.esp_netif_set_ip_old_info_api + 0x0000000040102948 0x2e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102976 0x2 + .text.esp_netif_dhcps_cb + 0x0000000040102978 0x92 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102a0a 0x2 + .text.esp_netif_start_ip_lost_timer + 0x0000000040102a0c 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102a35 0x3 + .text.netif_set_mldv6_flag + 0x0000000040102a38 0x22 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x26 (size before relaxing) + *fill* 0x0000000040102a5a 0x2 + .text.esp_netif_internal_nd6_cb + 0x0000000040102a5c 0xe6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xea (size before relaxing) + *fill* 0x0000000040102b42 0x2 + .text.netif_set_garp_flag + 0x0000000040102b44 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x13 (size before relaxing) + *fill* 0x0000000040102b54 0x0 + .text.esp_netif_ip_lost_timer + 0x0000000040102b54 0x8a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8e (size before relaxing) + *fill* 0x0000000040102bde 0x2 + .text.netif_send_mldv6 + 0x0000000040102be0 0x27 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x2b (size before relaxing) + *fill* 0x0000000040102c07 0x1 + .text.esp_netif_init_configuration + 0x0000000040102c08 0x104 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .text.netif_unset_garp_flag + 0x0000000040102d0c 0xd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x10 (size before relaxing) + *fill* 0x0000000040102d19 0x3 + .text.netif_unset_mldv6_flag + 0x0000000040102d1c 0x1a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040102d36 0x2 + .text.esp_netif_lwip_remove + 0x0000000040102d38 0x3c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x48 (size before relaxing) + .text.esp_netif_destroy_api + 0x0000000040102d74 0x6d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x7d (size before relaxing) + *fill* 0x0000000040102de1 0x3 + .text.esp_netif_new_api + 0x0000000040102de4 0x222 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x236 (size before relaxing) + *fill* 0x0000000040103006 0x2 + .text.netif_send_garp + 0x0000000040103008 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x28 (size before relaxing) + *fill* 0x0000000040103029 0x3 + .text.esp_netif_lwip_add + 0x000000004010302c 0x75 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x79 (size before relaxing) + *fill* 0x00000000401030a1 0x3 + .text.esp_netif_start_api + 0x00000000401030a4 0x17a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x192 (size before relaxing) + *fill* 0x000000004010321e 0x2 + .text.esp_netif_stop_api + 0x0000000040103220 0x79 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x8d (size before relaxing) + *fill* 0x0000000040103299 0x3 + .text.dns_clear_servers + 0x000000004010329c 0x2a esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000401032c6 0x2 + .text.esp_netif_dhcpc_start_api + 0x00000000401032c8 0xc9 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xcd (size before relaxing) + *fill* 0x0000000040103391 0x3 + .text.esp_netif_set_hostname_api + 0x0000000040103394 0x5d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x00000000401033f1 0x3 + .text.esp_netif_up_api + 0x00000000401033f4 0x31 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x3d (size before relaxing) + *fill* 0x0000000040103425 0x3 + .text.esp_netif_down_api + 0x0000000040103428 0xa6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xba (size before relaxing) + *fill* 0x00000000401034ce 0x2 + .text.esp_netif_init + 0x00000000401034d0 0xd5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xf1 (size before relaxing) + 0x00000000401034d0 esp_netif_init + *fill* 0x00000000401035a5 0x3 + .text.esp_netif_new + 0x00000000401035a8 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401035a8 esp_netif_new + .text.esp_netif_get_handle_from_ifkey + 0x00000000401035c0 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401035c0 esp_netif_get_handle_from_ifkey + .text.esp_netif_attach + 0x00000000401035d8 0x3e esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401035d8 esp_netif_attach + *fill* 0x0000000040103616 0x2 + .text.esp_netif_set_driver_config + 0x0000000040103618 0x2f esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103618 esp_netif_set_driver_config + *fill* 0x0000000040103647 0x1 + .text.esp_netif_set_mac + 0x0000000040103648 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103648 esp_netif_set_mac + *fill* 0x0000000040103671 0x3 + .text.esp_netif_start + 0x0000000040103674 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103674 esp_netif_start + .text.esp_netif_stop + 0x0000000040103688 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103688 esp_netif_stop + .text.esp_netif_netstack_buf_ref + 0x000000004010369c 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + 0x000000004010369c esp_netif_netstack_buf_ref + *fill* 0x00000000401036a6 0x2 + .text.esp_netif_netstack_buf_free + 0x00000000401036a8 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xe (size before relaxing) + 0x00000000401036a8 esp_netif_netstack_buf_free + *fill* 0x00000000401036b2 0x2 + .text.esp_netif_dhcpc_start + 0x00000000401036b4 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401036b4 esp_netif_dhcpc_start + .text.esp_netif_set_hostname + 0x00000000401036c8 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401036c8 esp_netif_set_hostname + .text.esp_netif_get_hostname + 0x00000000401036dc 0x29 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401036dc esp_netif_get_hostname + *fill* 0x0000000040103705 0x3 + .text.esp_netif_up + 0x0000000040103708 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103708 esp_netif_up + .text.esp_netif_down + 0x000000004010371c 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x000000004010371c esp_netif_down + .text.esp_netif_update_default_netif_lwip + 0x0000000040103730 0xf8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x108 (size before relaxing) + .text.esp_netif_get_old_ip_info + 0x0000000040103828 0x2d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103828 esp_netif_get_old_ip_info + *fill* 0x0000000040103855 0x3 + .text.esp_netif_get_ip_info + 0x0000000040103858 0x5d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040103858 esp_netif_get_ip_info + *fill* 0x00000000401038b5 0x3 + .text.esp_netif_set_old_ip_info + 0x00000000401038b8 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x00000000401038b8 esp_netif_set_old_ip_info + .text.esp_netif_internal_dhcpc_cb + 0x00000000401038cc 0xe7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0xea (size before relaxing) + *fill* 0x00000000401039b3 0x1 + .text.netif_callback_fn + 0x00000000401039b4 0x33 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x37 (size before relaxing) + *fill* 0x00000000401039e7 0x1 + .text.esp_supp_crc32 + 0x00000000401039e8 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .text.esp_aes_gmac + 0x00000000401039fc 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + *fill* 0x0000000040103a19 0x3 + .text.esp_aes_decrypt + 0x0000000040103a1c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040103a2a 0x2 + .text.esp_aes_encrypt + 0x0000000040103a2c 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040103a3a 0x2 + .text.esp_aes_unwrap + 0x0000000040103a3c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x18 (size before relaxing) + .text.esp_aes_wrap + 0x0000000040103a50 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x18 (size before relaxing) + .text.sha256_prf_bits + 0x0000000040103a64 0xda esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0xe6 (size before relaxing) + 0x0000000040103a64 sha256_prf_bits + *fill* 0x0000000040103b3e 0x2 + .text.sha256_prf + 0x0000000040103b40 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x0000000040103b40 sha256_prf + .text.sha1_prf + 0x0000000040103b60 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x0000000040103b60 sha1_prf + *fill* 0x0000000040103bfa 0x2 + .text.digest_vector + 0x0000000040103bfc 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x71 (size before relaxing) + *fill* 0x0000000040103c5d 0x3 + .text.hmac_vector + 0x0000000040103c60 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x78 (size before relaxing) + .text.aes_crypt_init + 0x0000000040103cc8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x54 (size before relaxing) + .text.aes_crypt_deinit + 0x0000000040103d18 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040103d2a 0x2 + .text.aes_crypt + 0x0000000040103d2c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + *fill* 0x0000000040103d41 0x3 + .text.sha256_vector + 0x0000000040103d44 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040103d44 sha256_vector + .text.sha1_vector + 0x0000000040103d58 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040103d58 sha1_vector + .text.md5_vector + 0x0000000040103d6c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x18 (size before relaxing) + 0x0000000040103d6c md5_vector + .text.hmac_sha256_vector + 0x0000000040103d80 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x0000000040103d80 hmac_sha256_vector + .text.hmac_sha256 + 0x0000000040103d98 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040103d98 hmac_sha256 + *fill* 0x0000000040103db5 0x3 + .text.hmac_md5_vector + 0x0000000040103db8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x0000000040103db8 hmac_md5_vector + .text.hmac_md5 + 0x0000000040103dd0 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040103dd0 hmac_md5 + *fill* 0x0000000040103ded 0x3 + .text.hmac_sha1_vector + 0x0000000040103df0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x0000000040103df0 hmac_sha1_vector + .text.hmac_sha1 + 0x0000000040103e08 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040103e08 hmac_sha1 + *fill* 0x0000000040103e25 0x3 + .text.aes_encrypt_init + 0x0000000040103e28 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x14 (size before relaxing) + 0x0000000040103e28 aes_encrypt_init + .text.aes_encrypt + 0x0000000040103e38 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040103e38 aes_encrypt + *fill* 0x0000000040103e4d 0x3 + .text.aes_encrypt_deinit + 0x0000000040103e50 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xe (size before relaxing) + 0x0000000040103e50 aes_encrypt_deinit + *fill* 0x0000000040103e5a 0x2 + .text.aes_decrypt_init + 0x0000000040103e5c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x14 (size before relaxing) + 0x0000000040103e5c aes_decrypt_init + .text.aes_decrypt + 0x0000000040103e6c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x0000000040103e6c aes_decrypt + *fill* 0x0000000040103e81 0x3 + .text.aes_decrypt_deinit + 0x0000000040103e84 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xe (size before relaxing) + 0x0000000040103e84 aes_decrypt_deinit + *fill* 0x0000000040103e8e 0x2 + .text.aes_128_cbc_encrypt + 0x0000000040103e90 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x58 (size before relaxing) + 0x0000000040103e90 aes_128_cbc_encrypt + .text.aes_128_cbc_decrypt + 0x0000000040103ed8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x58 (size before relaxing) + 0x0000000040103ed8 aes_128_cbc_decrypt + .text.aes_ctr_encrypt + 0x0000000040103f20 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x4b (size before relaxing) + 0x0000000040103f20 aes_ctr_encrypt + *fill* 0x0000000040103f5c 0x0 + .text.pbkdf2_sha1 + 0x0000000040103f5c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x24 (size before relaxing) + 0x0000000040103f5c pbkdf2_sha1 + .text.omac1_aes_vector + 0x0000000040103f7c 0x9f esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xb3 (size before relaxing) + 0x0000000040103f7c omac1_aes_vector + *fill* 0x000000004010401b 0x1 + .text.omac1_aes_128_vector + 0x000000004010401c 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x000000004010401c omac1_aes_128_vector + *fill* 0x0000000040104035 0x3 + .text.omac1_aes_128 + 0x0000000040104038 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x1c (size before relaxing) + 0x0000000040104038 omac1_aes_128 + .text.aes_wrap + 0x0000000040104050 0xcd esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0xd1 (size before relaxing) + 0x0000000040104050 aes_wrap + *fill* 0x000000004010411d 0x3 + .text.aes_unwrap + 0x0000000040104120 0xde esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0xe2 (size before relaxing) + 0x0000000040104120 aes_unwrap + *fill* 0x00000000401041fe 0x2 + .text.os_get_time + 0x0000000040104200 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x0000000040104200 os_get_time + *fill* 0x000000004010421d 0x3 + .text.os_random + 0x0000000040104220 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x0000000040104220 os_random + *fill* 0x000000004010422d 0x3 + .text.os_get_random + 0x0000000040104230 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x0000000040104230 os_get_random + *fill* 0x0000000040104241 0x3 + .text.os_sleep + 0x0000000040104244 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x1f (size before relaxing) + 0x0000000040104244 os_sleep + *fill* 0x0000000040104260 0x0 + .text.forced_memzero + 0x0000000040104260 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x0000000040104260 forced_memzero + *fill* 0x000000004010426f 0x1 + .text.ccmp_aad_nonce + 0x0000000040104270 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + *fill* 0x000000004010437e 0x2 + .text.ccmp_decrypt + 0x0000000040104380 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0xa4 (size before relaxing) + 0x0000000040104380 ccmp_decrypt + .text.ccmp_encrypt + 0x000000004010441c 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x100 (size before relaxing) + 0x000000004010441c ccmp_encrypt + .text.shift_right_block + 0x0000000040104514 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .text.ghash_start + 0x000000004010460c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + *fill* 0x000000004010461e 0x2 + .text.gf_mult 0x0000000040104620 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x72 (size before relaxing) + *fill* 0x000000004010468a 0x2 + .text.aes_gcm_init_hash_subkey + 0x000000004010468c 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x2b (size before relaxing) + *fill* 0x00000000401046b3 0x1 + .text.aes_gctr + 0x00000000401046b4 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x84 (size before relaxing) + .text.aes_gcm_gctr + 0x0000000040104730 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + *fill* 0x000000004010475b 0x1 + .text.ghash 0x000000004010475c 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x88 (size before relaxing) + .text.aes_gcm_ghash + 0x00000000401047dc 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x56 (size before relaxing) + *fill* 0x0000000040104826 0x2 + .text.aes_gcm_prepare_j0 + 0x0000000040104828 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x78 (size before relaxing) + .text.aes_gcm_ae + 0x0000000040104898 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x74 (size before relaxing) + 0x0000000040104898 aes_gcm_ae + .text.aes_gmac + 0x00000000401048f8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x24 (size before relaxing) + 0x00000000401048f8 aes_gmac + .text.hex2byte + 0x0000000040104918 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040104918 hex2byte + .text.hexstr2bin + 0x0000000040104948 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040104948 hexstr2bin + .text.wpa_get_ntp_timestamp + 0x0000000040104970 0x79 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x7d (size before relaxing) + 0x0000000040104970 wpa_get_ntp_timestamp + *fill* 0x00000000401049e9 0x3 + .text.printf_decode + 0x00000000401049ec 0x158 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x15c (size before relaxing) + 0x00000000401049ec printf_decode + .text.dup_binstr + 0x0000000040104b44 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040104b44 dup_binstr + *fill* 0x0000000040104b6e 0x2 + .text.wpa_config_parse_string + 0x0000000040104b70 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x12c (size before relaxing) + 0x0000000040104b70 wpa_config_parse_string + .text.bin_clear_free + 0x0000000040104c98 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x1a (size before relaxing) + 0x0000000040104c98 bin_clear_free + *fill* 0x0000000040104cae 0x2 + .text.os_memdup + 0x0000000040104cb0 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040104cb0 os_memdup + .text.os_reltime_expired + 0x0000000040104cdc 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040104cdc os_reltime_expired + .text.HMAC_sha1_final + 0x0000000040104d4c 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x28 (size before relaxing) + .text.mbedtls_sha1_init_start + 0x0000000040104d6c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x20 (size before relaxing) + .text.HMAC_sha1_init + 0x0000000040104d84 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0xca (size before relaxing) + *fill* 0x0000000040104e3a 0x2 + .text.pbkdf2_f_sha1 + 0x0000000040104e3c 0xfe esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x10a (size before relaxing) + *fill* 0x0000000040104f3a 0x2 + .text.pbkdf2_sha1 + 0x0000000040104f3c 0x91 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x99 (size before relaxing) + *fill* 0x0000000040104fcd 0x3 + .text.fastpbkdf2_hmac_sha1 + 0x0000000040104fd0 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x0000000040104fd0 fastpbkdf2_hmac_sha1 + *fill* 0x0000000040104feb 0x1 + .text.aes_ccm_encr_start + 0x0000000040104fec 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x0000000040105006 0x2 + .text.aes_ccm_auth + 0x0000000040105008 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004010505e 0x2 + .text.aes_ccm_encr + 0x0000000040105060 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000401050ce 0x2 + .text.aes_ccm_encr_auth + 0x00000000401050d0 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040105102 0x2 + .text.aes_ccm_decr_auth + 0x0000000040105104 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040105136 0x2 + .text.aes_ccm_auth_start + 0x0000000040105138 0xbe esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc6 (size before relaxing) + *fill* 0x00000000401051f6 0x2 + .text.aes_ccm_ae + 0x00000000401051f8 0x92 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xa6 (size before relaxing) + 0x00000000401051f8 aes_ccm_ae + *fill* 0x000000004010528a 0x2 + .text.aes_ccm_ad + 0x000000004010528c 0xaa esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0xc2 (size before relaxing) + 0x000000004010528c aes_ccm_ad + *fill* 0x0000000040105336 0x2 + .text.esp_wifi_config_info + 0x0000000040105338 0xf2 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x000000004010542a 0x2 + .text.wifi_deinit_internal + 0x000000004010542c 0x8f esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0xa2 (size before relaxing) + *fill* 0x00000000401054bb 0x1 + .text.esp_wifi_set_log_level + 0x00000000401054bc 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401054c6 0x2 + .text.s_set_default_wifi_log_level + 0x00000000401054c8 0x32 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + *fill* 0x00000000401054fa 0x2 + .text.esp_wifi_init + 0x00000000401054fc 0xa0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0xb4 (size before relaxing) + 0x00000000401054fc esp_wifi_init + .text.wifi_default_action_sta_got_ip + 0x000000004010559c 0x3f esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x43 (size before relaxing) + *fill* 0x00000000401055db 0x1 + .text.wifi_default_action_ap_stop + 0x00000000401055dc 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_stop + 0x00000000401055f4 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_start + 0x000000004010560c 0xc0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xc8 (size before relaxing) + .text.wifi_default_action_ap_start + 0x00000000401056cc 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_start + 0x00000000401056e4 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_disconnected + 0x00000000401056fc 0x18 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .text.wifi_default_action_sta_connected + 0x0000000040105714 0x66 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000004010577a 0x2 + .text.clear_default_wifi_handlers + 0x000000004010577c 0x79 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000401057f5 0x3 + .text.set_default_wifi_handlers + 0x00000000401057f8 0xd5 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xd9 (size before relaxing) + *fill* 0x00000000401058cd 0x3 + .text.create_and_attach + 0x00000000401058d0 0x3a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x000000004010590a 0x2 + .text.esp_netif_attach_wifi + 0x000000004010590c 0x39 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + *fill* 0x0000000040105945 0x3 + .text.esp_wifi_set_default_wifi_sta_handlers + 0x0000000040105948 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xd (size before relaxing) + 0x0000000040105948 esp_wifi_set_default_wifi_sta_handlers + *fill* 0x0000000040105952 0x2 + .text.esp_wifi_set_default_wifi_ap_handlers + 0x0000000040105954 0xa esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xd (size before relaxing) + 0x0000000040105954 esp_wifi_set_default_wifi_ap_handlers + *fill* 0x000000004010595e 0x2 + .text.esp_netif_attach_wifi_station + 0x0000000040105960 0x11 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x0000000040105960 esp_netif_attach_wifi_station + *fill* 0x0000000040105971 0x3 + .text.esp_netif_attach_wifi_ap + 0x0000000040105974 0x11 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x0000000040105974 esp_netif_attach_wifi_ap + *fill* 0x0000000040105985 0x3 + .text.esp_netif_create_default_wifi_ap + 0x0000000040105988 0x5e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x6a (size before relaxing) + 0x0000000040105988 esp_netif_create_default_wifi_ap + *fill* 0x00000000401059e6 0x2 + .text.esp_netif_create_default_wifi_sta + 0x00000000401059e8 0x5e esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x6a (size before relaxing) + 0x00000000401059e8 esp_netif_create_default_wifi_sta + *fill* 0x0000000040105a46 0x2 + .text.parse_url_char + 0x0000000040105a48 0x2b6 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + *fill* 0x0000000040105cfe 0x2 + .text.http_parse_host_char + 0x0000000040105d00 0x278 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_parse_host + 0x0000000040105f78 0x114 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .text.http_should_keep_alive + 0x000000004010608c 0x35 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x000000004010608c http_should_keep_alive + *fill* 0x00000000401060c1 0x3 + .text.http_parser_execute + 0x00000000401060c4 0x3284 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x3288 (size before relaxing) + 0x00000000401060c4 http_parser_execute + .text.http_parser_init + 0x0000000040109348 0x45 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x0000000040109348 http_parser_init + *fill* 0x000000004010938d 0x3 + .text.http_parser_settings_init + 0x0000000040109390 0x12 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x0000000040109390 http_parser_settings_init + *fill* 0x00000000401093a2 0x2 + .text.http_parser_url_init + 0x00000000401093a4 0x12 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x00000000401093a4 http_parser_url_init + *fill* 0x00000000401093b6 0x2 + .text.http_parser_parse_url + 0x00000000401093b8 0x14a esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x00000000401093b8 http_parser_parse_url + *fill* 0x0000000040109502 0x2 + .text.http_parser_pause + 0x0000000040109504 0x52 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x0000000040109504 http_parser_pause + *fill* 0x0000000040109556 0x2 + .text.ms_to_timeval + 0x0000000040109558 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .text.esp_tls_hostname_to_fd + 0x0000000040109590 0x159 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x165 (size before relaxing) + *fill* 0x00000000401096e9 0x3 + .text.esp_tls_set_socket_options + 0x00000000401096ec 0x196 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x1b2 (size before relaxing) + *fill* 0x0000000040109882 0x2 + .text.esp_tls_set_socket_non_blocking + 0x0000000040109884 0x8a esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x9a (size before relaxing) + *fill* 0x000000004010990e 0x2 + .text.tcp_connect + 0x0000000040109910 0x222 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x262 (size before relaxing) + *fill* 0x0000000040109b32 0x2 + .text.tcp_write + 0x0000000040109b34 0x19 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x0000000040109b4d 0x3 + .text.tcp_read + 0x0000000040109b50 0x19 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x0000000040109b69 0x3 + .text.create_ssl_handle + 0x0000000040109b6c 0x15 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x0000000040109b81 0x3 + .text.esp_tls_handshake + 0x0000000040109b84 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + *fill* 0x0000000040109b95 0x3 + .text.esp_tls_low_level_conn + 0x0000000040109b98 0x288 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x298 (size before relaxing) + .text.esp_tls_conn_destroy + 0x0000000040109e20 0x3e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x42 (size before relaxing) + 0x0000000040109e20 esp_tls_conn_destroy + *fill* 0x0000000040109e5e 0x2 + .text.esp_tls_init + 0x0000000040109e60 0x46 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040109e60 esp_tls_init + *fill* 0x0000000040109ea6 0x2 + .text.esp_tls_plain_tcp_connect + 0x0000000040109ea8 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x32 (size before relaxing) + 0x0000000040109ea8 esp_tls_plain_tcp_connect + *fill* 0x0000000040109ed6 0x2 + .text.esp_tls_conn_new_sync + 0x0000000040109ed8 0xde esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xe6 (size before relaxing) + 0x0000000040109ed8 esp_tls_conn_new_sync + *fill* 0x0000000040109fb6 0x2 + .text.esp_tls_conn_new_async + 0x0000000040109fb8 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x18 (size before relaxing) + 0x0000000040109fb8 esp_tls_conn_new_async + .text.esp_tls_get_bytes_avail + 0x0000000040109fcc 0xc esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x10 (size before relaxing) + 0x0000000040109fcc esp_tls_get_bytes_avail + .text.esp_tls_get_conn_sockfd + 0x0000000040109fd8 0x44 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040109fd8 esp_tls_get_conn_sockfd + .text.esp_tls_internal_event_tracker_create + 0x000000004010a01c 0x11 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x000000004010a01c esp_tls_internal_event_tracker_create + *fill* 0x000000004010a02d 0x3 + .text.esp_tls_internal_event_tracker_destroy + 0x000000004010a030 0xe esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x000000004010a030 esp_tls_internal_event_tracker_destroy + *fill* 0x000000004010a03e 0x2 + .text.esp_tls_get_platform_time + 0x000000004010a040 0xf esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + 0x000000004010a040 esp_tls_get_platform_time + *fill* 0x000000004010a04f 0x1 + .text.set_global_ca_store + 0x000000004010a050 0x64 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .text.set_ca_cert + 0x000000004010a0b4 0xa8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0xb0 (size before relaxing) + .text.set_pki_context + 0x000000004010a15c 0x146 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x152 (size before relaxing) + *fill* 0x000000004010a2a2 0x2 + .text.esp_mbedtls_read + 0x000000004010a2a4 0x90 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004010a2a4 esp_mbedtls_read + .text.esp_mbedtls_write + 0x000000004010a334 0x93 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004010a334 esp_mbedtls_write + *fill* 0x000000004010a3c7 0x1 + .text.esp_mbedtls_verify_certificate + 0x000000004010a3c8 0x5a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004010a3c8 esp_mbedtls_verify_certificate + *fill* 0x000000004010a422 0x2 + .text.esp_mbedtls_handshake + 0x000000004010a424 0x95 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x99 (size before relaxing) + 0x000000004010a424 esp_mbedtls_handshake + *fill* 0x000000004010a4b9 0x3 + .text.esp_mbedtls_get_bytes_avail + 0x000000004010a4bc 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x000000004010a4bc esp_mbedtls_get_bytes_avail + .text.esp_mbedtls_cleanup + 0x000000004010a4ec 0x5a esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x72 (size before relaxing) + 0x000000004010a4ec esp_mbedtls_cleanup + *fill* 0x000000004010a546 0x2 + .text.esp_mbedtls_conn_delete + 0x000000004010a548 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x32 (size before relaxing) + 0x000000004010a548 esp_mbedtls_conn_delete + *fill* 0x000000004010a576 0x2 + .text.set_client_config + 0x000000004010a578 0x2d0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x2e8 (size before relaxing) + 0x000000004010a578 set_client_config + .text.esp_create_mbedtls_handle + 0x000000004010a848 0x1cb esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x1ea (size before relaxing) + 0x000000004010a848 esp_create_mbedtls_handle + *fill* 0x000000004010aa13 0x1 + .text.esp_transport_list_init + 0x000000004010aa14 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010aa14 esp_transport_list_init + .text.esp_transport_list_add + 0x000000004010aa58 0x79 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010aa58 esp_transport_list_add + *fill* 0x000000004010aad1 0x3 + .text.esp_transport_list_get_transport + 0x000000004010aad4 0x26 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010aad4 esp_transport_list_get_transport + *fill* 0x000000004010aafa 0x2 + .text.esp_transport_init + 0x000000004010aafc 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010aafc esp_transport_init + .text.esp_transport_destroy + 0x000000004010ab34 0x24 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010ab34 esp_transport_destroy + .text.esp_transport_list_clean + 0x000000004010ab58 0x1f esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010ab58 esp_transport_list_clean + *fill* 0x000000004010ab77 0x1 + .text.esp_transport_list_destroy + 0x000000004010ab78 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x18 (size before relaxing) + 0x000000004010ab78 esp_transport_list_destroy + .text.esp_transport_set_func + 0x000000004010ab8c 0x29 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010ab8c esp_transport_set_func + *fill* 0x000000004010abb5 0x3 + .text.capture_tcp_transport_error + 0x000000004010abb8 0x44 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010abb8 capture_tcp_transport_error + .text.esp_transport_set_errors + 0x000000004010abfc 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004010abfc esp_transport_set_errors + .text.esp_tls_connect_async + 0x000000004010ac2c 0x84 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x90 (size before relaxing) + .text.ssl_connect_async + 0x000000004010acb0 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x18 (size before relaxing) + .text.tcp_connect_async + 0x000000004010acc4 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x18 (size before relaxing) + .text.base_poll_write + 0x000000004010acd8 0x116 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x126 (size before relaxing) + *fill* 0x000000004010adee 0x2 + .text.base_poll_read + 0x000000004010adf0 0x126 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x13a (size before relaxing) + *fill* 0x000000004010af16 0x2 + .text.base_close + 0x000000004010af18 0x51 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000004010af69 0x3 + .text.ssl_write + 0x000000004010af6c 0xb6 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xc6 (size before relaxing) + *fill* 0x000000004010b022 0x2 + .text.ssl_read + 0x000000004010b024 0xd0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xd8 (size before relaxing) + .text.ssl_connect + 0x000000004010b0f4 0xde esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xf2 (size before relaxing) + *fill* 0x000000004010b1d2 0x2 + .text.esp_transport_esp_tls_create + 0x000000004010b1d4 0x19 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000004010b1ed 0x3 + .text.esp_transport_base_init + 0x000000004010b1f0 0x8c esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x94 (size before relaxing) + .text.tcp_write + 0x000000004010b27c 0x96 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xa6 (size before relaxing) + *fill* 0x000000004010b312 0x2 + .text.tcp_read + 0x000000004010b314 0x9a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xaa (size before relaxing) + *fill* 0x000000004010b3ae 0x2 + .text.tcp_connect + 0x000000004010b3b0 0x5a esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004010b40a 0x2 + .text.esp_transport_ssl_init + 0x000000004010b40c 0x3f esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x47 (size before relaxing) + 0x000000004010b40c esp_transport_ssl_init + *fill* 0x000000004010b44b 0x1 + .text.esp_transport_esp_tls_destroy + 0x000000004010b44c 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004010b44c esp_transport_esp_tls_destroy + *fill* 0x000000004010b45a 0x2 + .text.base_destroy + 0x000000004010b45c 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x25 (size before relaxing) + *fill* 0x000000004010b479 0x3 + .text.esp_transport_tcp_init + 0x000000004010b47c 0x3f esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x47 (size before relaxing) + 0x000000004010b47c esp_transport_tcp_init + *fill* 0x000000004010b4bb 0x1 + .text.esp_transport_tcp_set_interface_name + 0x000000004010b4bc 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004010b4bc esp_transport_tcp_set_interface_name + *fill* 0x000000004010b4cb 0x1 + .text.esp_transport_utils_ms_to_timeval + 0x000000004010b4cc 0x3c esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x000000004010b4cc esp_transport_utils_ms_to_timeval + .text.esp_transport_init_foundation_transport + 0x000000004010b508 0x7e esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x000000004010b508 esp_transport_init_foundation_transport + *fill* 0x000000004010b586 0x2 + .text.esp_transport_destroy_foundation_transport + 0x000000004010b588 0x17 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x000000004010b588 esp_transport_destroy_foundation_transport + *fill* 0x000000004010b59f 0x1 + .text.ws_get_payload_transport_handle + 0x000000004010b5a0 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x14 (size before relaxing) + .text.ws_poll_write + 0x000000004010b5b0 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004010b5c6 0x2 + .text._ws_write + 0x000000004010b5c8 0x148 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x158 (size before relaxing) + .text.ws_write + 0x000000004010b710 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.ws_destroy + 0x000000004010b740 0x46 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000004010b786 0x2 + .text.internal_esp_transport_ws_set_path + 0x000000004010b788 0x3f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000004010b7c7 0x1 + .text.ws_poll_read + 0x000000004010b7c8 0x16 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004010b7de 0x2 + .text.ws_close + 0x000000004010b7e0 0x14 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x18 (size before relaxing) + .text.esp_transport_read_internal + 0x000000004010b7f4 0x52 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000004010b846 0x2 + .text.esp_transport_read_exact_size + 0x000000004010b848 0x4f esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x53 (size before relaxing) + *fill* 0x000000004010b897 0x1 + .text.ws_read_header + 0x000000004010b898 0x193 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1ab (size before relaxing) + *fill* 0x000000004010ba2b 0x1 + .text.ws_read_payload + 0x000000004010ba2c 0x72 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x7a (size before relaxing) + *fill* 0x000000004010ba9e 0x2 + .text.trimwhitespace + 0x000000004010baa0 0x43 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000004010bae3 0x1 + .text.get_http_header + 0x000000004010bae4 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x3c (size before relaxing) + .text.get_http_status_code + 0x000000004010bb1c 0x54 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .text.ws_connect + 0x000000004010bb70 0x3f0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x408 (size before relaxing) + .text.esp_transport_ws_set_path + 0x000000004010bf60 0x2a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x2e (size before relaxing) + 0x000000004010bf60 esp_transport_ws_set_path + *fill* 0x000000004010bf8a 0x2 + .text.esp_transport_ws_init + 0x000000004010bf8c 0x143 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x15b (size before relaxing) + 0x000000004010bf8c esp_transport_ws_init + *fill* 0x000000004010c0cf 0x1 + .text.esp_transport_ws_set_subprotocol + 0x000000004010c0d0 0x3e esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x000000004010c0d0 esp_transport_ws_set_subprotocol + *fill* 0x000000004010c10e 0x2 + .text.esp_transport_ws_poll_connection_closed + 0x000000004010c110 0x146 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x152 (size before relaxing) + 0x000000004010c110 esp_transport_ws_poll_connection_closed + *fill* 0x000000004010c256 0x2 + .text.esp_transport_ws_handle_control_frames + 0x000000004010c258 0x198 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1a4 (size before relaxing) + .text.ws_handle_control_frame_internal + 0x000000004010c3f0 0xd9 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0xe5 (size before relaxing) + *fill* 0x000000004010c4c9 0x3 + .text.ws_read 0x000000004010c4cc 0x8a esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x92 (size before relaxing) + *fill* 0x000000004010c556 0x2 + .text.httpd_process_session + 0x000000004010c558 0x71 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x75 (size before relaxing) + *fill* 0x000000004010c5c9 0x3 + .text.httpd_process_ctrl_msg + 0x000000004010c5cc 0x7b esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x83 (size before relaxing) + *fill* 0x000000004010c647 0x1 + .text.httpd_os_thread_delete + 0x000000004010c648 0x11 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000004010c659 0x3 + .text.httpd_create + 0x000000004010c65c 0x176 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000004010c7d2 0x2 + .text.httpd_server_init + 0x000000004010c7d4 0x1b6 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x1d6 (size before relaxing) + *fill* 0x000000004010c98a 0x2 + .text.httpd_delete + 0x000000004010c98c 0x3f esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + *fill* 0x000000004010c9cb 0x1 + .text.esp_http_server_dispatch_event + 0x000000004010c9cc 0x3e esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x000000004010c9cc esp_http_server_dispatch_event + *fill* 0x000000004010ca0a 0x2 + .text.httpd_accept_conn + 0x000000004010ca0c 0x250 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x274 (size before relaxing) + .text.httpd_server + 0x000000004010cc5c 0x172 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x18a (size before relaxing) + *fill* 0x000000004010cdce 0x2 + .text.httpd_thread + 0x000000004010cdd0 0x37 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x43 (size before relaxing) + *fill* 0x000000004010ce07 0x1 + .text.httpd_queue_work + 0x000000004010ce08 0x57 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x5b (size before relaxing) + 0x000000004010ce08 httpd_queue_work + *fill* 0x000000004010ce5f 0x1 + .text.httpd_start + 0x000000004010ce60 0xab esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0xb7 (size before relaxing) + 0x000000004010ce60 httpd_start + *fill* 0x000000004010cf0b 0x1 + .text.fd_is_valid + 0x000000004010cf0c 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x2c (size before relaxing) + .text.httpd_sess_get_free + 0x000000004010cf34 0x3e esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010cf34 httpd_sess_get_free + *fill* 0x000000004010cf72 0x2 + .text.httpd_is_sess_available + 0x000000004010cf74 0x11 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x15 (size before relaxing) + 0x000000004010cf74 httpd_is_sess_available + *fill* 0x000000004010cf85 0x3 + .text.httpd_sess_get + 0x000000004010cf88 0x56 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010cf88 httpd_sess_get + *fill* 0x000000004010cfde 0x2 + .text.httpd_sess_free_ctx + 0x000000004010cfe0 0x20 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010cfe0 httpd_sess_free_ctx + .text.httpd_sess_clear_ctx + 0x000000004010d000 0x32 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d000 httpd_sess_clear_ctx + *fill* 0x000000004010d032 0x2 + .text.httpd_sess_set_descriptors + 0x000000004010d034 0x38 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d034 httpd_sess_set_descriptors + .text.httpd_sess_delete_invalid + 0x000000004010d06c 0x2e esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d06c httpd_sess_delete_invalid + *fill* 0x000000004010d09a 0x2 + .text.httpd_sess_delete + 0x000000004010d09c 0xab esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0xb3 (size before relaxing) + 0x000000004010d09c httpd_sess_delete + *fill* 0x000000004010d147 0x1 + .text.enum_function + 0x000000004010d148 0x164 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x168 (size before relaxing) + .text.httpd_sess_new + 0x000000004010d2ac 0x84 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x88 (size before relaxing) + 0x000000004010d2ac httpd_sess_new + .text.httpd_sess_close + 0x000000004010d330 0x26 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + *fill* 0x000000004010d356 0x2 + .text.httpd_sess_init + 0x000000004010d358 0x2c esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d358 httpd_sess_init + .text.httpd_sess_process + 0x000000004010d384 0x5c esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x60 (size before relaxing) + 0x000000004010d384 httpd_sess_process + .text.httpd_sess_trigger_close_ + 0x000000004010d3e0 0x1d esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d3e0 httpd_sess_trigger_close_ + *fill* 0x000000004010d3fd 0x3 + .text.httpd_sess_close_lru + 0x000000004010d400 0x49 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x4d (size before relaxing) + 0x000000004010d400 httpd_sess_close_lru + *fill* 0x000000004010d449 0x3 + .text.httpd_sess_close_all + 0x000000004010d44c 0x2e esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004010d44c httpd_sess_close_all + *fill* 0x000000004010d47a 0x2 + .text.httpd_recv_pending + 0x000000004010d47c 0x31 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000004010d4ad 0x3 + .text.httpd_sock_err + 0x000000004010d4b0 0x70 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x74 (size before relaxing) + .text.httpd_recv_with_opt + 0x000000004010d520 0x66 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004010d520 httpd_recv_with_opt + *fill* 0x000000004010d586 0x2 + .text.httpd_recv + 0x000000004010d588 0x15 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004010d588 httpd_recv + *fill* 0x000000004010d59d 0x3 + .text.httpd_unrecv + 0x000000004010d5a0 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004010d5a0 httpd_unrecv + *fill* 0x000000004010d5cd 0x3 + .text.httpd_resp_set_hdr + 0x000000004010d5d0 0x5d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004010d5d0 httpd_resp_set_hdr + *fill* 0x000000004010d62d 0x3 + .text.httpd_resp_send + 0x000000004010d630 0x143 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x163 (size before relaxing) + 0x000000004010d630 httpd_resp_send + *fill* 0x000000004010d773 0x1 + .text.httpd_resp_send_err + 0x000000004010d774 0x19e esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x1b6 (size before relaxing) + 0x000000004010d774 httpd_resp_send_err + *fill* 0x000000004010d912 0x2 + .text.httpd_req_handle_err + 0x000000004010d914 0x36 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004010d914 httpd_req_handle_err + *fill* 0x000000004010d94a 0x2 + .text.httpd_req_recv + 0x000000004010d94c 0x58 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x5c (size before relaxing) + 0x000000004010d94c httpd_req_recv + .text.httpd_default_send + 0x000000004010d9a4 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x2c (size before relaxing) + 0x000000004010d9a4 httpd_default_send + .text.httpd_default_recv + 0x000000004010d9cc 0x28 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x2c (size before relaxing) + 0x000000004010d9cc httpd_default_recv + .text.httpd_uri_match_simple + 0x000000004010d9f4 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000004010da21 0x3 + .text.httpd_find_uri_handler + 0x000000004010da24 0x6e esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + *fill* 0x000000004010da92 0x2 + .text.httpd_uri_match_wildcard + 0x000000004010da94 0x108 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x000000004010da94 httpd_uri_match_wildcard + .text.httpd_register_uri_handler + 0x000000004010db9c 0x101 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x105 (size before relaxing) + 0x000000004010db9c httpd_register_uri_handler + *fill* 0x000000004010dc9d 0x3 + .text.httpd_unregister_all_uri_handlers + 0x000000004010dca0 0x3f esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x000000004010dca0 httpd_unregister_all_uri_handlers + *fill* 0x000000004010dcdf 0x1 + .text.httpd_uri + 0x000000004010dce0 0xce esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0xd6 (size before relaxing) + 0x000000004010dce0 httpd_uri + *fill* 0x000000004010ddae 0x2 + .text.cs_create_ctrl_sock + 0x000000004010ddb0 0x60 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x68 (size before relaxing) + 0x000000004010ddb0 cs_create_ctrl_sock + .text.cs_free_ctrl_sock + 0x000000004010de10 0xe esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x000000004010de10 cs_free_ctrl_sock + *fill* 0x000000004010de1e 0x2 + .text.cs_send_to_ctrl_sock + 0x000000004010de20 0x4a esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x4e (size before relaxing) + 0x000000004010de20 cs_send_to_ctrl_sock + *fill* 0x000000004010de6a 0x2 + .text.init_req + 0x000000004010de6c 0x2f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010de9b 0x1 + .text.init_req_aux + 0x000000004010de9c 0x3c esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.parse_init + 0x000000004010ded8 0x40 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x48 (size before relaxing) + .text.cb_header_value + 0x000000004010df18 0x66 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010df7e 0x2 + .text.cb_url 0x000000004010df80 0x88 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.verify_url + 0x000000004010e008 0xe4 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xe8 (size before relaxing) + .text.pause_parsing + 0x000000004010e0ec 0x87 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x8b (size before relaxing) + *fill* 0x000000004010e173 0x1 + .text.cb_no_body + 0x000000004010e174 0x71 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010e1e5 0x3 + .text.cb_on_body + 0x000000004010e1e8 0x59 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010e241 0x3 + .text.cb_header_field + 0x000000004010e244 0xa7 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xab (size before relaxing) + *fill* 0x000000004010e2eb 0x1 + .text.continue_parsing + 0x000000004010e2ec 0x1f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x23 (size before relaxing) + *fill* 0x000000004010e30b 0x1 + .text.cb_headers_complete + 0x000000004010e30c 0x119 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x11d (size before relaxing) + *fill* 0x000000004010e425 0x3 + .text.read_block + 0x000000004010e428 0x4d esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x51 (size before relaxing) + *fill* 0x000000004010e475 0x3 + .text.parse_block + 0x000000004010e478 0x114 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .text.httpd_parse_req + 0x000000004010e58c 0x7c esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x88 (size before relaxing) + .text.httpd_req_cleanup + 0x000000004010e608 0x49 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + *fill* 0x000000004010e651 0x3 + .text.httpd_req_new + 0x000000004010e654 0x5a esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x66 (size before relaxing) + 0x000000004010e654 httpd_req_new + *fill* 0x000000004010e6ae 0x2 + .text.httpd_req_delete + 0x000000004010e6b0 0x34 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x40 (size before relaxing) + 0x000000004010e6b0 httpd_req_delete + .text.ssl_check_record_type + 0x000000004010e6e4 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004010e6fa 0x2 + .text.ssl_read_application_data + 0x000000004010e6fc 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x4a (size before relaxing) + *fill* 0x000000004010e742 0x2 + .text.ssl_build_record_nonce + 0x000000004010e744 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004010e785 0x3 + .text.ssl_extract_add_data_from_record + 0x000000004010e788 0x3e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004010e7c6 0x2 + .text.mbedtls_ct_hmac + 0x000000004010e7c8 0x128 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x15f (size before relaxing) + *fill* 0x000000004010e8f0 0x0 + .text.ssl_consume_current_message + 0x000000004010e8f0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_check_ctr_renegotiate + 0x000000004010e940 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x6d (size before relaxing) + *fill* 0x000000004010e9a9 0x3 + .text.mbedtls_ssl_encrypt_buf + 0x000000004010e9ac 0x342 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x37a (size before relaxing) + 0x000000004010e9ac mbedtls_ssl_encrypt_buf + *fill* 0x000000004010ecee 0x2 + .text.mbedtls_ssl_decrypt_buf + 0x000000004010ecf0 0x402 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x43a (size before relaxing) + 0x000000004010ecf0 mbedtls_ssl_decrypt_buf + *fill* 0x000000004010f0f2 0x2 + .text.ssl_prepare_record_content + 0x000000004010f0f4 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x8c (size before relaxing) + .text.mbedtls_ssl_fetch_input + 0x000000004010f17c 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xa0 (size before relaxing) + 0x000000004010f17c mbedtls_ssl_fetch_input + .text.mbedtls_ssl_start_handshake_msg + 0x000000004010f218 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f218 mbedtls_ssl_start_handshake_msg + *fill* 0x000000004010f236 0x2 + .text.mbedtls_ssl_prepare_handshake_record + 0x000000004010f238 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f238 mbedtls_ssl_prepare_handshake_record + *fill* 0x000000004010f263 0x1 + .text.mbedtls_ssl_handle_message_type + 0x000000004010f264 0x92 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x96 (size before relaxing) + 0x000000004010f264 mbedtls_ssl_handle_message_type + *fill* 0x000000004010f2f6 0x2 + .text.mbedtls_ssl_update_out_pointers + 0x000000004010f2f8 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f2f8 mbedtls_ssl_update_out_pointers + .text.mbedtls_ssl_flush_output + 0x000000004010f31c 0x64 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f31c mbedtls_ssl_flush_output + .text.mbedtls_ssl_reset_in_out_pointers + 0x000000004010f380 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x2a (size before relaxing) + 0x000000004010f380 mbedtls_ssl_reset_in_out_pointers + *fill* 0x000000004010f3a6 0x2 + .text.mbedtls_ssl_transform_free + 0x000000004010f3a8 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x38 (size before relaxing) + 0x000000004010f3a8 mbedtls_ssl_transform_free + .text.mbedtls_ssl_write_record + 0x000000004010f3d4 0x134 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x140 (size before relaxing) + 0x000000004010f3d4 mbedtls_ssl_write_record + .text.mbedtls_ssl_write_handshake_msg_ext + 0x000000004010f508 0x99 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f508 mbedtls_ssl_write_handshake_msg_ext + *fill* 0x000000004010f5a1 0x3 + .text.mbedtls_ssl_finish_handshake_msg + 0x000000004010f5a4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f5a4 mbedtls_ssl_finish_handshake_msg + .text.mbedtls_ssl_write_change_cipher_spec + 0x000000004010f5bc 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x28 (size before relaxing) + 0x000000004010f5bc mbedtls_ssl_write_change_cipher_spec + .text.mbedtls_ssl_send_alert_message + 0x000000004010f5e0 0x55 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010f5e0 mbedtls_ssl_send_alert_message + *fill* 0x000000004010f635 0x3 + .text.ssl_tls12_handle_hs_message_post_handshake + 0x000000004010f638 0x7a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004010f6b2 0x2 + .text.ssl_handle_hs_message_post_handshake + 0x000000004010f6b4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x1e (size before relaxing) + *fill* 0x000000004010f6ce 0x2 + .text.ssl_write_real + 0x000000004010f6d0 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004010f71e 0x2 + .text.mbedtls_ssl_write + 0x000000004010f720 0x3c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x40 (size before relaxing) + 0x000000004010f720 mbedtls_ssl_write + .text.ssl_parse_record_header + 0x000000004010f75c 0x85 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x89 (size before relaxing) + *fill* 0x000000004010f7e1 0x3 + .text.ssl_get_next_record + 0x000000004010f7e4 0x94 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0xa4 (size before relaxing) + .text.mbedtls_ssl_read_record + 0x000000004010f878 0x71 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x7d (size before relaxing) + 0x000000004010f878 mbedtls_ssl_read_record + *fill* 0x000000004010f8e9 0x3 + .text.mbedtls_ssl_parse_change_cipher_spec + 0x000000004010f8ec 0x62 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x6a (size before relaxing) + 0x000000004010f8ec mbedtls_ssl_parse_change_cipher_spec + *fill* 0x000000004010f94e 0x2 + .text.mbedtls_ssl_read + 0x000000004010f950 0x140 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x148 (size before relaxing) + 0x000000004010f950 mbedtls_ssl_read + .text.mbedtls_ssl_handle_pending_alert + 0x000000004010fa90 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004010fa90 mbedtls_ssl_handle_pending_alert + *fill* 0x000000004010fabe 0x2 + .text.ssl_mfl_code_to_length + 0x000000004010fac0 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004010fae9 0x3 + .text.ssl_conf_version_check + 0x000000004010faec 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004010fb0e 0x2 + .text.ssl_conf_check + 0x000000004010fb10 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .text.ssl_set_handshake_prfs + 0x000000004010fb28 0x2b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004010fb53 0x1 + .text.tls_prf_get_type + 0x000000004010fb54 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004010fb71 0x3 + .text.ssl_key_cert_free + 0x000000004010fb74 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004010fb8b 0x1 + .literal.tls_prf_sha256 + 0x000000004010fb8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.tls_prf_sha384 + 0x000000004010fb8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_compute_master + 0x000000004010fb8c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.ssl_update_checksum_sha256 + 0x000000004010fb94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_sha384 + 0x000000004010fb94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_start + 0x000000004010fb94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_handshake_params_init + 0x000000004010fb94 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.ssl_srv_check_client_no_crt_notification + 0x000000004010fb9c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.ssl_check_peer_crt_unchanged + 0x000000004010fba4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_clear_peer_cert + 0x000000004010fba4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.ssl_prepare_handshake_step + 0x000000004010fba4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_hello_request + 0x000000004010fba4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_calc_finished_tls_generic + 0x000000004010fba4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x24 (size before relaxing) + .literal.ssl_calc_finished_tls_sha256 + 0x000000004010fbac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_calc_finished_tls_sha384 + 0x000000004010fbac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_calc_verify_tls_legacy + 0x000000004010fbac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.ssl_calc_verify_tls_sha256 + 0x000000004010fbac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_calc_verify_tls_sha384 + 0x000000004010fbac 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.ssl_parse_certificate_chain + 0x000000004010fbac 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_pk_get_ec_group_id + 0x000000004010fbc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_optimize_checksum + 0x000000004010fbc4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_reset_checksum + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_transform_init + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_session_init + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_init + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_conf_own_cert + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_get_mode_from_transform + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_get_mode_from_ciphersuite + 0x000000004010fbcc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.ssl_tls12_populate_transform + 0x000000004010fbcc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x60 (size before relaxing) + .literal.mbedtls_ssl_set_hostname + 0x000000004010fbdc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_conf_alpn_protocols + 0x000000004010fbe4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_get_output_max_frag_len + 0x000000004010fbe8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_get_max_out_record_payload + 0x000000004010fbe8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_handshake_step + 0x000000004010fbf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_handshake + 0x000000004010fbf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_handshake_free + 0x000000004010fbf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_session_free + 0x000000004010fbf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.ssl_handshake_init + 0x000000004010fbf0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_setup + 0x000000004010fbf0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_start_renegotiation + 0x000000004010fbf8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_renegotiate + 0x000000004010fbf8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_free + 0x000000004010fbf8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_ssl_config_init + 0x000000004010fbf8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_config_defaults + 0x000000004010fbf8 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_config_free + 0x000000004010fc1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_sig_from_pk + 0x000000004010fc1c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_get_ecp_group_id_from_tls_id + 0x000000004010fc1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_get_tls_id_from_ecp_group_id + 0x000000004010fc20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_check_curve + 0x000000004010fc20 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_parse_sig_alg_ext + 0x000000004010fc20 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ssl_derive_keys + 0x000000004010fc24 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_set_calc_verify_md + 0x000000004010fc24 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .literal.mbedtls_ssl_write_certificate + 0x000000004010fc2c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_handshake_wrapup_free_hs_transform + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_handshake_wrapup + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_write_finished + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_parse_finished + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ssl_get_key_exchange_md_tls1_2 + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg + 0x000000004010fc34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_write_sig_alg_ext + 0x000000004010fc34 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_parse_server_name_ext + 0x000000004010fc38 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_parse_alpn_ext + 0x000000004010fc3c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_write_alpn_ext + 0x000000004010fc44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_check_cert_usage + 0x000000004010fc44 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_verify_certificate + 0x000000004010fc50 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ssl_parse_certificate + 0x000000004010fc58 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x34 (size before relaxing) + .literal.ssl_write_supported_point_formats_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_max_fragment_length_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_encrypt_then_mac_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_extended_ms_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x4 (size before relaxing) + .literal.ssl_write_renegotiation_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_session_ticket_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004010fc5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004010fc5c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_supported_point_formats_ext + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_certificate_request + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_server_hello_done + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x14 (size before relaxing) + .literal.ssl_parse_alpn_ext + 0x000000004010fc60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x28 (size before relaxing) + .literal.ssl_parse_server_hello + 0x000000004010fc60 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x9c (size before relaxing) + .literal.ssl_check_server_ecdh_params + 0x000000004010fc6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xc (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004010fc6c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x1c (size before relaxing) + .literal.ssl_parse_server_ecdh_params + 0x000000004010fc70 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg + 0x000000004010fc70 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md_get_size_from_type + 0x000000004010fc7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_server_key_exchange + 0x000000004010fc7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x6c (size before relaxing) + .literal.ssl_write_encrypted_pms + 0x000000004010fc7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x1c (size before relaxing) + .literal.ssl_write_client_key_exchange + 0x000000004010fc7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_certificate_verify + 0x000000004010fc7c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x28 (size before relaxing) + .literal.ssl_parse_new_session_ticket + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_ssl_tls12_write_client_hello_exts + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ssl_handshake_client_step + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x40 (size before relaxing) + .literal.ssl_parse_supported_point_formats + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_renegotiation_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_supported_groups_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x24 (size before relaxing) + .literal.ssl_handle_id_based_session_resumption + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x14 (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_pk_get_ec_group_id + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x4 (size before relaxing) + .literal.ssl_check_key_curve + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_pick_cert + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x10 (size before relaxing) + .literal.ssl_ciphersuite_match + 0x000000004010fc84 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x1c (size before relaxing) + .literal.ssl_parse_client_hello + 0x000000004010fc84 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x98 (size before relaxing) + .literal.ssl_write_encrypt_then_mac_ext + 0x000000004010fc8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_server_hello + 0x000000004010fc8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x4c (size before relaxing) + .literal.ssl_write_server_hello_done + 0x000000004010fc90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x4 (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004010fc90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x1c (size before relaxing) + .literal.ssl_prepare_server_key_exchange + 0x000000004010fc90 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x48 (size before relaxing) + .literal.ssl_write_server_key_exchange + 0x000000004010fc90 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_certificate_request + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x14 (size before relaxing) + .literal.ssl_decrypt_encrypted_pms + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_encrypted_pms + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x10 (size before relaxing) + .literal.ssl_parse_client_key_exchange + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x20 (size before relaxing) + .literal.ssl_parse_certificate_verify + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x2c (size before relaxing) + .literal.ssl_write_new_session_ticket + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_handshake_server_step + 0x000000004010fc94 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_ms_time + 0x000000004010fc94 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + 0xc (size before relaxing) + .literal.net_would_block + 0x000000004010fc98 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_net_recv + 0x000000004010fc98 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_net_send + 0x000000004010fca0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_net_free + 0x000000004010fca8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_ciphersuite_from_id + 0x000000004010fcac 0x4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .literal.mbedtls_ssl_list_ciphersuites + 0x000000004010fcb0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x18 (size before relaxing) + .literal.ssl_generate_random + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x4 (size before relaxing) + .literal.ssl_prepare_client_hello + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x8 (size before relaxing) + .literal.ssl_write_client_hello_cipher_suites + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x10 (size before relaxing) + .literal.ssl_write_hostname_ext + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0xc (size before relaxing) + .literal.ssl_write_alpn_ext + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0xc (size before relaxing) + .literal.ssl_write_supported_groups_ext + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x14 (size before relaxing) + .literal.ssl_write_client_hello_body + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ssl_write_client_hello + 0x000000004010fcc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_int_div_int + 0x000000004010fcc0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_free + 0x000000004010fcc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_grow + 0x000000004010fcc4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_assign + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_swap + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_resize_clear + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_shrink + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_copy + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_lset + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_set_bit + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_bitlen + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_size + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_read_binary_le + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_read_binary + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_write_binary_le + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_write_binary + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_shift_l + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_shift_r + 0x000000004010fcc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_abs + 0x000000004010fcc8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mbedtls_mpi_cmp_mpi + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_int + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_add_abs + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_sub_abs + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.add_sub_mpi + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_add_mpi + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_sub_mpi + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_add_int + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_sub_int + 0x000000004010fccc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_div_mpi + 0x000000004010fccc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xa8 (size before relaxing) + .literal.mbedtls_mpi_div_int + 0x000000004010fcd0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_mod_mpi + 0x000000004010fcd0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_mod_int + 0x000000004010fcd0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mpi_check_small_factors + 0x000000004010fcd0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_exp_mod_unsafe + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_gcd + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x58 (size before relaxing) + .literal.mbedtls_mpi_fill_random + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8 (size before relaxing) + .literal.mpi_miller_rabin + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_mpi_random + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_inv_mod + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xd0 (size before relaxing) + .literal.mbedtls_mpi_is_prime_ext + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_core_bitlen + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_bigendian_to_host + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_core_uint_le_mpi + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_lt_ct + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_core_read_le + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_read_be + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_core_write_le + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_write_be + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_shift_r + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_core_shift_l + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_core_montmul + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_core_get_mont_r2_unsafe + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_core_fill_random + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_core_random + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_core_to_mont_rep + 0x000000004010fcd4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4 (size before relaxing) + .literal.get_pkcs_padding + 0x000000004010fcd4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x14 (size before relaxing) + .literal.get_one_and_zeros_padding + 0x000000004010fce0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.get_zeros_and_len_padding + 0x000000004010fce0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.get_zeros_padding + 0x000000004010fce0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.get_no_padding + 0x000000004010fce0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.add_zeros_padding + 0x000000004010fce0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_aead_encrypt + 0x000000004010fce0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_cipher_aead_decrypt + 0x000000004010fcf0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_cipher_info_from_type + 0x000000004010fcf4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .literal.mbedtls_cipher_info_from_values + 0x000000004010fcf8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_cipher_init + 0x000000004010fcfc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_free + 0x000000004010fcfc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_cipher_setup + 0x000000004010fcfc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_setkey + 0x000000004010fd00 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_cipher_set_iv + 0x000000004010fd08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_cipher_reset + 0x000000004010fd0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_update + 0x000000004010fd0c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4c (size before relaxing) + .literal.mbedtls_cipher_finish + 0x000000004010fd1c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_cipher_set_padding_mode + 0x000000004010fd20 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_cipher_crypt + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_auth_encrypt_ext + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_cipher_auth_decrypt_ext + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_ctx_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_ctx_alloc + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.xts_aes_setkey_dec_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.xts_aes_setkey_enc_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_xts_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_ctx_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_ctx_alloc + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.gcm_aria_setkey_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.gcm_aes_setkey_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ccm_ctx_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_ctx_alloc + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.ccm_aria_setkey_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ccm_aes_setkey_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_ctx_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aria_ctx_alloc + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aria_setkey_dec_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_setkey_enc_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_crypt_ctr_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_crypt_cfb128_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_crypt_cbc_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aria_crypt_ecb_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_ctx_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_ctx_alloc + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8 (size before relaxing) + .literal.aes_setkey_dec_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_setkey_enc_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ctr_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ofb_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cfb128_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_cbc_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.aes_crypt_ecb_wrap + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_memmove_left + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ct_memcpy_offset + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x4 (size before relaxing) + .literal.cmac_multiply_by_u + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x4 (size before relaxing) + .literal.cmac_generate_subkeys + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_cipher_cmac_starts + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_cipher_cmac_update + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_cipher_cmac_finish + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x2c (size before relaxing) + .literal.block_cipher_df + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x3c (size before relaxing) + .literal.ctr_drbg_update_internal + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ctr_drbg_reseed_internal + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ctr_drbg_init + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ctr_drbg_free + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ctr_drbg_reseed + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ctr_drbg_seed + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ctr_drbg_random_with_add + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_ctr_drbg_random + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_gen_public_restartable + 0x000000004010fd44 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_compute_shared_restartable + 0x000000004010fd44 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x18 (size before relaxing) + .literal.ecdh_init_internal + 0x000000004010fd48 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x14 (size before relaxing) + .literal.ecdh_setup_internal + 0x000000004010fd48 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_free_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x14 (size before relaxing) + .literal.ecdh_read_params_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_read_public_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecdh_get_params_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_gen_public + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_make_params_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.ecdh_make_public_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecdh_compute_shared + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.ecdh_calc_secret_internal + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecdh_init + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_setup + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_free + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_make_params + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_read_params + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_get_params + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_make_public + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_read_public + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_calc_secret + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8 (size before relaxing) + .literal.ecp_pick_window_size + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mpi_init_many + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mpi_free_many + 0x000000004010fd4c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.ecp_check_bad_points_mx + 0x000000004010fd4c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.ecp_check_pubkey_mx + 0x000000004010fd58 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_sub_int_mod + 0x000000004010fd58 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_sub_mod + 0x000000004010fd58 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_modp + 0x000000004010fd58 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_mpi_mul_mod + 0x000000004010fd58 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_add_mod + 0x000000004010fd5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_sw_rhs + 0x000000004010fd5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ecp_sw_derive_y + 0x000000004010fd5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .literal.ecp_check_pubkey_sw + 0x000000004010fd5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x30 (size before relaxing) + .literal.ecp_double_add_mxz + 0x000000004010fd5c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x48 (size before relaxing) + .literal.ecp_randomize_mxz + 0x000000004010fd5c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.ecp_randomize_jac + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ecp_gen_privkey_sw + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.ecp_normalize_mxz + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_normalize_jac + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_mpi_mul_int_mod + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_mpi_shift_l_mod + 0x000000004010fd60 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_double_jac + 0x000000004010fd60 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x78 (size before relaxing) + .literal.ecp_normalize_jac_many + 0x000000004010fd64 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x58 (size before relaxing) + .literal.ecp_safe_invert_jac + 0x000000004010fd6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.ecp_select_comb + 0x000000004010fd6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.ecp_comb_recode_core + 0x000000004010fd6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.ecp_comb_recode_scalar + 0x000000004010fd6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ecp_gen_privkey_mx + 0x000000004010fd6c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecp_curve_list + 0x000000004010fd6c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .literal.mbedtls_ecp_grp_id_list + 0x000000004010fd70 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_grp_id + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_tls_id + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_init + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_init + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ecp_keypair_init + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_point_free + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_free + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ecp_keypair_free + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_copy + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_mul_mxz + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x5c (size before relaxing) + .literal.mbedtls_ecp_group_copy + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_set_zero + 0x000000004010fd78 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.ecp_add_mixed + 0x000000004010fd78 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x78 (size before relaxing) + .literal.ecp_precompute_comb + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.ecp_mul_comb_core + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.ecp_mul_comb_after_precomp + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x14 (size before relaxing) + .literal.ecp_mul_comb + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_ecp_is_zero + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_cmp + 0x000000004010fd7c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_point_write_binary + 0x000000004010fd7c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_ecp_point_read_binary + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_ecp_tls_read_point + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_write_point + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_read_group_id + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_tls_write_group + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ecp_check_pubkey + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ecp_check_privkey + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + .literal.ecp_mul_restartable_internal + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_mul_restartable + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_mul + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_mul_shortcuts + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_ecp_muladd_restartable + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_ecp_muladd + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_gen_privkey + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_read_key + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_ecp_check_pub_priv + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .literal.ecp_mod_p255 + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x10 (size before relaxing) + .literal.ecp_mod_koblitz + 0x000000004010fd80 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x24 (size before relaxing) + .literal.ecp_mod_p256k1 + 0x000000004010fd80 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p224k1 + 0x000000004010fd84 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p192k1 + 0x000000004010fd88 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p521 + 0x000000004010fd8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_mod_p384 + 0x000000004010fd8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p256 + 0x000000004010fd8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p224 + 0x000000004010fd8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x8 (size before relaxing) + .literal.ecp_mod_p192 + 0x000000004010fd8c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x28 (size before relaxing) + .literal.ecp_group_load + 0x000000004010fd8c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xc (size before relaxing) + .literal.ecp_use_curve25519 + 0x000000004010fd90 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_ecp_group_load + 0x000000004010fd98 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x154 (size before relaxing) + .literal.entropy_update + 0x000000004010feb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x20 (size before relaxing) + .literal.entropy_gather_internal + 0x000000004010feb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_free + 0x000000004010feb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_entropy_init + 0x000000004010feb0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_entropy_func + 0x000000004010feb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_md_info_from_type + 0x000000004010feb4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .literal.mbedtls_md_free + 0x000000004010fecc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_md_clone + 0x000000004010fecc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_md_setup + 0x000000004010fed0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_md_starts + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_md_update + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_md_finish + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_md + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_md_hmac_starts + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_md_hmac_update + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_md_hmac_finish + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_md_hmac_reset + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_md5 + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_md_get_size_from_type + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.pk_hashlen_helper + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_free + 0x000000004010fed4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_info_from_type + 0x000000004010fed4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_setup + 0x000000004010fee4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .literal.mbedtls_pk_verify_restartable + 0x000000004010feec 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_pk_verify + 0x000000004010fef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_sign_restartable + 0x000000004010fef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_pk_sign + 0x000000004010fef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_decrypt + 0x000000004010fef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_encrypt + 0x000000004010fef0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_verify_ext + 0x000000004010fef0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_pk_ecc_set_group + 0x000000004010fefc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pk_ecc_set_key + 0x000000004010ff00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_pk_ecc_set_pubkey_from_prv + 0x000000004010ff00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_ecc_set_pubkey + 0x000000004010ff00 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x8 (size before relaxing) + .literal.rsa_debug + 0x000000004010ff00 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.eckey_debug + 0x000000004010ff08 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .literal.rsa_free_wrap + 0x000000004010ff0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_alloc_wrap + 0x000000004010ff0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.rsa_check_pair_wrap + 0x000000004010ff0c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.rsa_encrypt_wrap + 0x000000004010ff0c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_decrypt_wrap + 0x000000004010ff10 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_sign_wrap + 0x000000004010ff14 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.rsa_verify_wrap + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .literal.rsa_get_bitlen + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.eckey_free_wrap + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_alloc_wrap + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x8 (size before relaxing) + .literal.eckey_check_pair_wrap + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ecdsa_sign_wrap + 0x000000004010ff18 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x4 (size before relaxing) + .literal.ecdsa_verify_wrap + 0x000000004010ff18 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xc (size before relaxing) + .literal.pk_get_ecparams + 0x000000004010ff1c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x14 (size before relaxing) + .literal.pk_get_pk_alg + 0x000000004010ff28 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x14 (size before relaxing) + .literal.pk_use_ecparams_rfc8410 + 0x000000004010ff30 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x8 (size before relaxing) + .literal.pk_group_from_specified + 0x000000004010ff30 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x64 (size before relaxing) + .literal.pk_group_id_from_group + 0x000000004010ff34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.pk_ecc_group_id_from_specified + 0x000000004010ff34 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x20 (size before relaxing) + .literal.pk_use_ecparams + 0x000000004010ff34 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_parse_key_rfc8410_der + 0x000000004010ff38 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x10 (size before relaxing) + .literal.pk_parse_key_sec1_der + 0x000000004010ff38 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x3c (size before relaxing) + .literal.pk_parse_key_pkcs8_unencrypted_der + 0x000000004010ff3c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x4c (size before relaxing) + .literal.mbedtls_pk_parse_key_pkcs8_encrypted_der + 0x000000004010ff3c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_pk_parse_subpubkey + 0x000000004010ff50 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_pk_parse_key + 0x000000004010ff58 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xe0 (size before relaxing) + .literal.mbedtls_pk_parse_public_key + 0x000000004010ff84 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_calloc + 0x000000004010ff94 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_free + 0x000000004010ff98 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .literal.mbedtls_platform_zeroize + 0x000000004010ff9c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .literal.mbedtls_zeroize_and_free + 0x000000004010ffa0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x8 (size before relaxing) + .literal.asn1_get_nonzero_mpi + 0x000000004010ffa0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.rsa_check_context + 0x000000004010ffa0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.rsa_prepare_blinding + 0x000000004010ffa0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x3c (size before relaxing) + .literal.rsa_unblind + 0x000000004010ffa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_md_get_size_from_type + 0x000000004010ffa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8 (size before relaxing) + .literal.compute_hash + 0x000000004010ffa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mgf_mask + 0x000000004010ffa4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x34 (size before relaxing) + .literal.hash_mprime + 0x000000004010ffa4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ct_rsaes_pkcs1_v15_unpadding + 0x000000004010ffa8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.rsa_rsassa_pkcs1_v15_encode + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_rsa_import + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_import_raw + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_complete + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x3c (size before relaxing) + .literal.mbedtls_rsa_init + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_get_bitlen + 0x000000004010ffb0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_check_pubkey + 0x000000004010ffb0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_rsa_parse_pubkey + 0x000000004010ffb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_rsa_check_privkey + 0x000000004010ffb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_check_pub_priv + 0x000000004010ffb4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_public + 0x000000004010ffb4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_private + 0x000000004010ffb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc0 (size before relaxing) + .literal.rsa_rsassa_pss_sign_no_mode_check + 0x000000004010ffb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x28 (size before relaxing) + .literal.rsa_rsassa_pss_sign + 0x000000004010ffb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004010ffb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004010ffb8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_encrypt + 0x000000004010ffb8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004010ffbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x000000004010ffbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_decrypt + 0x000000004010ffbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_sign + 0x000000004010ffbc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x000000004010ffbc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_sign + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_verify + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_rsa_free + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_rsa_parse_key + 0x000000004010ffc0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x60 (size before relaxing) + .literal.mbedtls_rsa_deduce_primes + 0x000000004010ffc0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_rsa_deduce_private_exponent + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x38 (size before relaxing) + .literal.mbedtls_rsa_deduce_crt + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_validate_params + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x68 (size before relaxing) + .literal.mbedtls_rsa_validate_crt + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x48 (size before relaxing) + .literal.mbedtls_sha1 + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256 + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512 + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_hardware_poll + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_xts_init + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_free + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_xts_setkey_enc + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_xts_setkey_dec + 0x000000004010ffc4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_crypt_xts + 0x000000004010ffc4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x18 (size before relaxing) + .literal.esp_aes_init + 0x000000004010ffc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_free + 0x000000004010ffc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_setkey + 0x000000004010ffc8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_block + 0x000000004010ffc8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_acquire_hardware + 0x000000004010ffcc 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_release_hardware + 0x000000004010ffd4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xc (size before relaxing) + .literal.esp_aes_crypt_ecb + 0x000000004010ffd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x18 (size before relaxing) + .literal.esp_aes_crypt_cbc + 0x000000004010ffd8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x28 (size before relaxing) + .literal.esp_aes_crypt_cfb128 + 0x000000004010ffd8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x38 (size before relaxing) + .literal.esp_aes_crypt_ctr + 0x000000004010ffec 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x40 (size before relaxing) + .literal.esp_aes_crypt_ofb + 0x000000004010fff8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x34 (size before relaxing) + .literal.mpi_words + 0x000000004010fff8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.modular_inverse + 0x000000004010fff8 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .literal.calculate_rinv + 0x000000004010fffc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x10 (size before relaxing) + .literal.mpi_montgomery_exp_calc + 0x000000004010fffc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.esp_mpi_exp_mod + 0x000000004010fffc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x3c (size before relaxing) + .literal.mpi_mult_mpi_failover_mod_mult + 0x000000004010fffc 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_mpi_exp_mod + 0x000000004011000c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_mul_mpi + 0x000000004011000c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x40 (size before relaxing) + .literal.mpi_mult_mpi_overlong + 0x000000004011000c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_mul_int + 0x000000004011000c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x4 (size before relaxing) + .literal.wait_op_complete + 0x000000004011000c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .literal.mem_block_to_mpi + 0x0000000040110014 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.esp_mpi_enable_hardware_hw_op + 0x0000000040110020 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x1c (size before relaxing) + .literal.esp_mpi_disable_hardware_hw_op + 0x0000000040110030 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x14 (size before relaxing) + .literal.esp_mpi_read_result_hw_op + 0x0000000040110034 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xc (size before relaxing) + .literal.esp_mpi_mul_mpi_hw_op + 0x0000000040110038 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x20 (size before relaxing) + .literal.esp_mont_hw_op + 0x000000004011004c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3c (size before relaxing) + .literal.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x0000000040110050 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_sha1_software_process + 0x0000000040110054 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .literal.esp_internal_sha1_parallel_engine_process + 0x0000000040110064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha1_init + 0x0000000040110064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_free + 0x0000000040110064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_clone + 0x0000000040110064 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha1_starts + 0x0000000040110064 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_internal_sha1_process + 0x0000000040110078 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_update + 0x0000000040110078 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha1_finish + 0x0000000040110078 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_software_process + 0x000000004011007c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .literal.esp_internal_sha256_parallel_engine_process + 0x0000000040110080 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha256_init + 0x0000000040110080 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_free + 0x0000000040110080 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_clone + 0x0000000040110080 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha256_starts + 0x0000000040110080 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x44 (size before relaxing) + .literal.mbedtls_sha256_update + 0x00000000401100c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha256_finish + 0x00000000401100c0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_software_process + 0x00000000401100c4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .literal.esp_internal_sha512_parallel_engine_process + 0x00000000401100c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_sha512_init + 0x00000000401100c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_free + 0x00000000401100c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_clone + 0x00000000401100c8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_sha512_starts + 0x00000000401100c8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x84 (size before relaxing) + .literal.mbedtls_sha512_update + 0x0000000040110108 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_finish + 0x0000000040110108 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x14 (size before relaxing) + .literal.gcm_mult + 0x000000004011010c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .literal.increment32_j0 + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x8 (size before relaxing) + .literal.esp_gcm_ghash + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x14 (size before relaxing) + .literal.esp_gcm_derive_J0 + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x10 (size before relaxing) + .literal.esp_aes_gcm_setkey + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_gcm_init + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_gcm_free + 0x0000000040110110 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4 (size before relaxing) + .literal.esp_aes_gcm_starts + 0x0000000040110110 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x34 (size before relaxing) + .literal.esp_aes_gcm_update_ad + 0x000000004011011c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x2c (size before relaxing) + .literal.esp_aes_gcm_update + 0x0000000040110124 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4c (size before relaxing) + .literal.esp_aes_gcm_finish + 0x0000000040110134 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x8 (size before relaxing) + .literal.esp_aes_gcm_crypt_and_tag_partial_hw + 0x0000000040110134 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x10 (size before relaxing) + .literal.esp_aes_gcm_crypt_and_tag + 0x0000000040110134 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x14 (size before relaxing) + .literal.esp_aes_gcm_auth_decrypt + 0x0000000040110134 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x8 (size before relaxing) + .literal.esp_md5_finish + 0x0000000040110134 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_update + 0x0000000040110138 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_init + 0x000000004011013c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .literal.esp_md5_starts + 0x0000000040110140 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.esp_md5_free + 0x0000000040110140 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.esp_md5_clone + 0x0000000040110140 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x4 (size before relaxing) + .literal.aria_a + 0x0000000040110140 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .literal.aria_fo_xor + 0x0000000040110148 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x18 (size before relaxing) + .literal.aria_fe_xor + 0x0000000040110158 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_aria_setkey_enc + 0x0000000040110158 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_aria_setkey_dec + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_aria_crypt_ecb + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_aria_init + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_aria_free + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_aria_crypt_cbc + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_aria_crypt_cfb128 + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_aria_crypt_ctr + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4 (size before relaxing) + .literal.asn1_get_sequence_of_cb + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_tag + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.asn1_get_tagged_int + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bool + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_int + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_mpi + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_traverse_sequence_of + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring_null + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_sequence_free + 0x000000004011015c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_sequence_of + 0x000000004011015c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_asn1_get_alg + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_get_alg_null + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_free_named_data_list_shallow + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_write_len_and_tag + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_mpi + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ccm_clear_state + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.ccm_calculate_first_block_if_ready + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_crypt + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ccm_compare_tags + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_init + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_setkey + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_ccm_free + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_starts + 0x0000000040110160 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_ccm_set_lengths + 0x0000000040110160 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_update_ad + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_update + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_ccm_finish + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0xc (size before relaxing) + .literal.ccm_auth_crypt + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x14 (size before relaxing) + .literal.ccm_auth_decrypt + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_ccm_encrypt_and_tag + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_auth_decrypt + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x4 (size before relaxing) + .literal.derive_mpi + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x10 (size before relaxing) + .literal.ecdsa_signature_to_asn1 + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecdsa_sign_restartable + 0x0000000040110164 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x74 (size before relaxing) + .literal.mbedtls_ecdsa_sign_det_restartable + 0x0000000040110164 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_ecdsa_verify_restartable + 0x0000000040110168 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x6c (size before relaxing) + .literal.mbedtls_ecdsa_write_signature_restartable + 0x000000004011016c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_ecdsa_write_signature + 0x000000004011016c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_read_signature_restartable + 0x000000004011016c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_ecdsa_read_signature + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_init + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_free + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_init + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_hmac_drbg_update + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x2c (size before relaxing) + .literal.hmac_drbg_reseed_core + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_hmac_drbg_seed_buf + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_hmac_drbg_reseed + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_random_with_add + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x20 (size before relaxing) + .literal.mbedtls_hmac_drbg_random + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_free + 0x0000000040110170 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xc (size before relaxing) + .literal.oid_x509_ext_from_asn1 + 0x0000000040110170 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_sig_alg_from_asn1 + 0x0000000040110174 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pk_alg_from_asn1 + 0x0000000040110178 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_grp_id_from_asn1 + 0x000000004011017c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_grp_id_algid_from_asn1 + 0x0000000040110180 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_cipher_alg_from_asn1 + 0x0000000040110184 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_alg_from_asn1 + 0x0000000040110188 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_md_hmac_from_asn1 + 0x000000004011018c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.oid_pkcs12_pbe_alg_from_asn1 + 0x0000000040110190 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_oid_get_x509_ext_type + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_sig_alg + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pk_alg + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_ec_grp + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_ec_grp_algid + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_cipher_alg + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_alg + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_md + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_hmac + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x4 (size before relaxing) + .literal.pem_check_pkcs_padding + 0x0000000040110194 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x4 (size before relaxing) + .literal.pem_get_iv + 0x0000000040110194 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x8 (size before relaxing) + .literal.pem_pbkdf1 + 0x0000000040110198 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x44 (size before relaxing) + .literal.pem_aes_decrypt + 0x0000000040110198 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_pem_read_buffer + 0x0000000040110198 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x84 (size before relaxing) + .literal.mbedtls_pem_free + 0x00000000401101c0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0xc (size before relaxing) + .literal.pkcs12_parse_pbe_params + 0x00000000401101c0 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.pkcs12_fill_buffer + 0x00000000401101cc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_md_get_size_from_type + 0x00000000401101cc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x8 (size before relaxing) + .literal.calculate_hashes + 0x00000000401101cc 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_pkcs12_derivation + 0x00000000401101d0 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x34 (size before relaxing) + .literal.pkcs12_pbe_derive_key_iv + 0x00000000401101d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_pkcs12_pbe_ext + 0x00000000401101d4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x38 (size before relaxing) + .literal.pkcs5_parse_pbkdf2_params + 0x00000000401101d4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x20 (size before relaxing) + .literal.pkcs5_pbkdf2_hmac + 0x00000000401101e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x34 (size before relaxing) + .literal.mbedtls_pkcs5_pbkdf2_hmac_ext + 0x00000000401101e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_pkcs5_pbes2_ext + 0x00000000401101e0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x4c (size before relaxing) + .literal.sha_get_engine_state + 0x00000000401101e8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x24 (size before relaxing) + .literal.esp_sha_lock_engine_common + 0x0000000040110208 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x2c (size before relaxing) + .literal.esp_sha_lock_memory_block + 0x000000004011021c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_unlock_memory_block + 0x0000000040110220 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x8 (size before relaxing) + .literal.esp_sha_try_lock_engine + 0x0000000040110220 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4 (size before relaxing) + .literal.esp_sha_unlock_engine + 0x0000000040110220 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x1c (size before relaxing) + .literal.esp_sha_read_digest_state + 0x0000000040110220 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x28 (size before relaxing) + .literal.esp_sha_block + 0x000000004011022c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_base64_encode + 0x0000000040110230 0x4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x24 (size before relaxing) + .literal.mbedtls_base64_decode + 0x0000000040110234 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_uid + 0x0000000040110234 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_subject_key_id + 0x0000000040110238 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_certificate_policies + 0x000000004011023c 0x10 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2c (size before relaxing) + .literal.x509_crt_check_san_uri + 0x000000004011024c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_string_cmp + 0x000000004011024c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_name_cmp + 0x000000004011024c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_ee_locally_trusted + 0x000000004011024c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_version + 0x000000004011024c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_dates + 0x0000000040110250 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x10 (size before relaxing) + .literal.x509_get_basic_constraints + 0x0000000040110254 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1c (size before relaxing) + .literal.x509_get_ext_key_usage + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_get_authority_key_id + 0x000000004011025c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.x509_get_crt_ext + 0x000000004011025c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x54 (size before relaxing) + .literal.x509_inet_pton_ipv4 + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_inet_pton_ipv6 + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_pk_get_ec_group_id + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_profile_check_key + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xc (size before relaxing) + .literal.x509_check_wildcard + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_cn + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_signature + 0x0000000040110264 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_check_key_usage + 0x0000000040110264 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .literal.x509_crt_check_parent + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_find_parent_in + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_find_parent + 0x0000000040110270 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_check_extended_key_usage + 0x0000000040110270 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_is_revoked + 0x0000000040110274 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.x509_crt_verifycrl + 0x0000000040110274 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x34 (size before relaxing) + .literal.x509_crt_verify_chain + 0x000000004011027c 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2c (size before relaxing) + .literal.mbedtls_x509_crt_parse_cn_inet_pton + 0x0000000040110280 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xc (size before relaxing) + .literal.x509_crt_check_san_ip + 0x0000000040110284 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8 (size before relaxing) + .literal.x509_crt_check_san + 0x0000000040110284 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xc (size before relaxing) + .literal.x509_crt_verify_name + 0x0000000040110284 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x14 (size before relaxing) + .literal.x509_crt_verify_restartable_ca_cb + 0x0000000040110288 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x30 (size before relaxing) + .literal.mbedtls_x509_crt_verify_restartable + 0x000000004011028c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_init + 0x000000004011028c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_free + 0x000000004011028c 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2c (size before relaxing) + .literal.x509_crt_parse_der_core + 0x000000004011028c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xb8 (size before relaxing) + .literal.mbedtls_x509_crt_parse_der_internal + 0x0000000040110294 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x18 (size before relaxing) + .literal.mbedtls_x509_crt_parse_der + 0x0000000040110294 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_parse + 0x0000000040110294 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x38 (size before relaxing) + .literal.x509_date_is_valid + 0x00000000401102a0 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .literal.x509_parse_time + 0x00000000401102b4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x24 (size before relaxing) + .literal.x509_get_attr_type_value + 0x00000000401102b4 0x14 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x20 (size before relaxing) + .literal.x509_get_hash_alg + 0x00000000401102c8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x18 (size before relaxing) + .literal.x509_get_other_name + 0x00000000401102d4 0x4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_x509_get_serial + 0x00000000401102d8 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_alg_null + 0x00000000401102e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_alg + 0x00000000401102e4 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_rsassa_pss_params + 0x00000000401102e4 0xc esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_x509_get_name + 0x00000000401102f0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509_get_time + 0x00000000401102f0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x14 (size before relaxing) + .literal.mbedtls_x509_get_sig + 0x00000000401102f8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_get_sig_alg + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1c (size before relaxing) + .literal.mbedtls_x509_get_ext + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.mbedtls_x509_get_ns_cert_type + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8 (size before relaxing) + .literal.mbedtls_x509_get_key_usage + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_parse_subject_alt_name + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x40 (size before relaxing) + .literal.mbedtls_x509_free_subject_alt_name + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_subject_alt_name_ext + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x28 (size before relaxing) + .literal.mbedtls_x509_get_subject_alt_name + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc (size before relaxing) + .literal.ssl_append_key_cert + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xc (size before relaxing) + .literal.tls_prf_generic + 0x0000000040110300 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x60 (size before relaxing) + .text.ssl_append_key_cert + 0x0000000040110300 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040110349 0x3 + .text.tls_prf_generic + 0x000000004011034c 0x165 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x199 (size before relaxing) + *fill* 0x00000000401104b1 0x3 + .text.tls_prf_sha256 + 0x00000000401104b4 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.tls_prf_sha384 + 0x00000000401104d0 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.ssl_compute_master + 0x00000000401104ec 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x64 (size before relaxing) + .text.ssl_update_checksum_sha256 + 0x000000004011054c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040110565 0x3 + .text.ssl_update_checksum_sha384 + 0x0000000040110568 0x19 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040110581 0x3 + .text.ssl_update_checksum_start + 0x0000000040110584 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2d (size before relaxing) + *fill* 0x00000000401105ad 0x3 + .text.ssl_handshake_params_init + 0x00000000401105b0 0x35 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3d (size before relaxing) + *fill* 0x00000000401105e5 0x3 + .text.ssl_srv_check_client_no_crt_notification + 0x00000000401105e8 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x0000000040110636 0x2 + .text.ssl_check_peer_crt_unchanged + 0x0000000040110638 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .text.ssl_clear_peer_cert + 0x0000000040110660 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1e (size before relaxing) + *fill* 0x000000004011067a 0x2 + .text.ssl_prepare_handshake_step + 0x000000004011067c 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x10 (size before relaxing) + .text.ssl_write_hello_request + 0x0000000040110688 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x00000000401106ad 0x3 + .text.ssl_calc_finished_tls_generic + 0x00000000401106b0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x8f (size before relaxing) + *fill* 0x0000000040110730 0x0 + .text.ssl_calc_finished_tls_sha256 + 0x0000000040110730 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.ssl_calc_finished_tls_sha384 + 0x000000004011074c 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x20 (size before relaxing) + .text.ssl_calc_verify_tls_legacy + 0x0000000040110768 0x43 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x5a (size before relaxing) + *fill* 0x00000000401107ab 0x1 + .text.ssl_calc_verify_tls_sha256 + 0x00000000401107ac 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .text.ssl_calc_verify_tls_sha384 + 0x00000000401107c4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1c (size before relaxing) + .text.ssl_parse_certificate_chain + 0x00000000401107dc 0x18e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1a2 (size before relaxing) + *fill* 0x000000004011096a 0x2 + .text.mbedtls_pk_get_ec_group_id + 0x000000004011096c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x26 (size before relaxing) + *fill* 0x000000004011098e 0x2 + .text.mbedtls_ssl_optimize_checksum + 0x0000000040110990 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110990 mbedtls_ssl_optimize_checksum + *fill* 0x00000000401109ae 0x2 + .text.mbedtls_ssl_reset_checksum + 0x00000000401109b0 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x85 (size before relaxing) + 0x00000000401109b0 mbedtls_ssl_reset_checksum + *fill* 0x0000000040110a19 0x3 + .text.mbedtls_ssl_transform_init + 0x0000000040110a1c 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x38 (size before relaxing) + 0x0000000040110a1c mbedtls_ssl_transform_init + .text.mbedtls_ssl_session_init + 0x0000000040110a48 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110a48 mbedtls_ssl_session_init + *fill* 0x0000000040110a5a 0x2 + .text.mbedtls_ssl_init + 0x0000000040110a5c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110a5c mbedtls_ssl_init + *fill* 0x0000000040110a6e 0x2 + .text.mbedtls_ssl_conf_own_cert + 0x0000000040110a70 0x14 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110a70 mbedtls_ssl_conf_own_cert + .text.mbedtls_ssl_get_mode_from_transform + 0x0000000040110a84 0x21 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x25 (size before relaxing) + 0x0000000040110a84 mbedtls_ssl_get_mode_from_transform + *fill* 0x0000000040110aa5 0x3 + .text.mbedtls_ssl_get_mode_from_ciphersuite + 0x0000000040110aa8 0x26 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2a (size before relaxing) + 0x0000000040110aa8 mbedtls_ssl_get_mode_from_ciphersuite + *fill* 0x0000000040110ace 0x2 + .text.ssl_tls12_populate_transform + 0x0000000040110ad0 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2f8 (size before relaxing) + .text.mbedtls_ssl_set_hostname + 0x0000000040110d98 0x6e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x72 (size before relaxing) + 0x0000000040110d98 mbedtls_ssl_set_hostname + *fill* 0x0000000040110e06 0x2 + .text.mbedtls_ssl_conf_alpn_protocols + 0x0000000040110e08 0x3d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110e08 mbedtls_ssl_conf_alpn_protocols + *fill* 0x0000000040110e45 0x3 + .text.mbedtls_ssl_get_output_max_frag_len + 0x0000000040110e48 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3b (size before relaxing) + 0x0000000040110e48 mbedtls_ssl_get_output_max_frag_len + *fill* 0x0000000040110e78 0x0 + .text.mbedtls_ssl_get_max_out_record_payload + 0x0000000040110e78 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x2e (size before relaxing) + 0x0000000040110e78 mbedtls_ssl_get_max_out_record_payload + *fill* 0x0000000040110ea2 0x2 + .text.mbedtls_ssl_handshake_step + 0x0000000040110ea4 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xac (size before relaxing) + 0x0000000040110ea4 mbedtls_ssl_handshake_step + .text.mbedtls_ssl_handshake + 0x0000000040110f40 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040110f40 mbedtls_ssl_handshake + .text.mbedtls_ssl_handshake_free + 0x0000000040110f74 0x34 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x48 (size before relaxing) + 0x0000000040110f74 mbedtls_ssl_handshake_free + .text.mbedtls_ssl_session_free + 0x0000000040110fa8 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x23 (size before relaxing) + 0x0000000040110fa8 mbedtls_ssl_session_free + *fill* 0x0000000040110fc3 0x1 + .text.ssl_handshake_init + 0x0000000040110fc4 0xa1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xbd (size before relaxing) + *fill* 0x0000000040111065 0x3 + .text.mbedtls_ssl_setup + 0x0000000040111068 0x8d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xa1 (size before relaxing) + 0x0000000040111068 mbedtls_ssl_setup + *fill* 0x00000000401110f5 0x3 + .text.mbedtls_ssl_start_renegotiation + 0x00000000401110f8 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x22 (size before relaxing) + 0x00000000401110f8 mbedtls_ssl_start_renegotiation + *fill* 0x0000000040111116 0x2 + .text.mbedtls_ssl_renegotiate + 0x0000000040111118 0x79 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x81 (size before relaxing) + 0x0000000040111118 mbedtls_ssl_renegotiate + *fill* 0x0000000040111191 0x3 + .text.mbedtls_ssl_free + 0x0000000040111194 0x8b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xb2 (size before relaxing) + 0x0000000040111194 mbedtls_ssl_free + *fill* 0x000000004011121f 0x1 + .text.mbedtls_ssl_config_init + 0x0000000040111220 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111220 mbedtls_ssl_config_init + *fill* 0x0000000040111232 0x2 + .text.mbedtls_ssl_config_defaults + 0x0000000040111234 0xc5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xd1 (size before relaxing) + 0x0000000040111234 mbedtls_ssl_config_defaults + *fill* 0x00000000401112f9 0x3 + .text.mbedtls_ssl_config_free + 0x00000000401112fc 0x17 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x1b (size before relaxing) + 0x00000000401112fc mbedtls_ssl_config_free + *fill* 0x0000000040111313 0x1 + .text.mbedtls_ssl_sig_from_pk + 0x0000000040111314 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x29 (size before relaxing) + 0x0000000040111314 mbedtls_ssl_sig_from_pk + *fill* 0x0000000040111339 0x3 + .text.mbedtls_ssl_get_ecp_group_id_from_tls_id + 0x000000004011133c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004011133c mbedtls_ssl_get_ecp_group_id_from_tls_id + *fill* 0x000000004011136e 0x2 + .text.mbedtls_ssl_get_tls_id_from_ecp_group_id + 0x0000000040111370 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111370 mbedtls_ssl_get_tls_id_from_ecp_group_id + *fill* 0x000000004011139e 0x2 + .text.mbedtls_ssl_check_curve + 0x00000000401113a0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x21 (size before relaxing) + 0x00000000401113a0 mbedtls_ssl_check_curve + *fill* 0x00000000401113bd 0x3 + .text.mbedtls_ssl_parse_sig_alg_ext + 0x00000000401113c0 0x142 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401113c0 mbedtls_ssl_parse_sig_alg_ext + *fill* 0x0000000040111502 0x2 + .text.mbedtls_ssl_derive_keys + 0x0000000040111504 0xa1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xb5 (size before relaxing) + 0x0000000040111504 mbedtls_ssl_derive_keys + *fill* 0x00000000401115a5 0x3 + .text.mbedtls_ssl_set_calc_verify_md + 0x00000000401115a8 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x00000000401115a8 mbedtls_ssl_set_calc_verify_md + *fill* 0x00000000401115d1 0x3 + .text.mbedtls_ssl_write_certificate + 0x00000000401115d4 0xf9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xfd (size before relaxing) + 0x00000000401115d4 mbedtls_ssl_write_certificate + *fill* 0x00000000401116cd 0x3 + .text.mbedtls_ssl_handshake_wrapup_free_hs_transform + 0x00000000401116d0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3c (size before relaxing) + 0x00000000401116d0 mbedtls_ssl_handshake_wrapup_free_hs_transform + .text.mbedtls_ssl_handshake_wrapup + 0x0000000040111700 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x5e (size before relaxing) + 0x0000000040111700 mbedtls_ssl_handshake_wrapup + *fill* 0x000000004011175a 0x2 + .text.mbedtls_ssl_write_finished + 0x000000004011175c 0xa5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xa9 (size before relaxing) + 0x000000004011175c mbedtls_ssl_write_finished + *fill* 0x0000000040111801 0x3 + .text.mbedtls_ssl_parse_finished + 0x0000000040111804 0xde esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xea (size before relaxing) + 0x0000000040111804 mbedtls_ssl_parse_finished + *fill* 0x00000000401118e2 0x2 + .text.mbedtls_ssl_get_key_exchange_md_tls1_2 + 0x00000000401118e4 0x6a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x86 (size before relaxing) + 0x00000000401118e4 mbedtls_ssl_get_key_exchange_md_tls1_2 + *fill* 0x000000004011194e 0x2 + .text.mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg + 0x0000000040111950 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3a (size before relaxing) + 0x0000000040111950 mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg + *fill* 0x0000000040111986 0x2 + .text.mbedtls_ssl_write_sig_alg_ext + 0x0000000040111988 0xe3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111988 mbedtls_ssl_write_sig_alg_ext + *fill* 0x0000000040111a6b 0x1 + .text.mbedtls_ssl_parse_server_name_ext + 0x0000000040111a6c 0xff esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x103 (size before relaxing) + 0x0000000040111a6c mbedtls_ssl_parse_server_name_ext + *fill* 0x0000000040111b6b 0x1 + .text.mbedtls_ssl_parse_alpn_ext + 0x0000000040111b6c 0x10c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111b6c mbedtls_ssl_parse_alpn_ext + .text.mbedtls_ssl_write_alpn_ext + 0x0000000040111c78 0x85 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111c78 mbedtls_ssl_write_alpn_ext + *fill* 0x0000000040111cfd 0x3 + .text.mbedtls_ssl_check_cert_usage + 0x0000000040111d00 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x0000000040111d00 mbedtls_ssl_check_cert_usage + .text.mbedtls_ssl_verify_certificate + 0x0000000040111da8 0x146 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x15a (size before relaxing) + 0x0000000040111da8 mbedtls_ssl_verify_certificate + *fill* 0x0000000040111eee 0x2 + .text.mbedtls_ssl_parse_certificate + 0x0000000040111ef0 0xc2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0xde (size before relaxing) + 0x0000000040111ef0 mbedtls_ssl_parse_certificate + *fill* 0x0000000040111fb2 0x2 + .text.ssl_write_supported_point_formats_ext + 0x0000000040111fb4 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x0000000040111ff5 0x3 + .text.ssl_write_max_fragment_length_ext + 0x0000000040111ff8 0x4a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x0000000040112042 0x2 + .text.ssl_write_encrypt_then_mac_ext + 0x0000000040112044 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x0000000040112089 0x3 + .text.ssl_write_extended_ms_ext + 0x000000004011208c 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x00000000401120d1 0x3 + .text.ssl_write_renegotiation_ext + 0x00000000401120d4 0x65 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x0000000040112139 0x3 + .text.ssl_write_session_ticket_ext + 0x000000004011213c 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_max_fragment_length_ext + 0x00000000401121b8 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x00000000401121e2 0x2 + .text.ssl_parse_encrypt_then_mac_ext + 0x00000000401121e4 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x2b (size before relaxing) + *fill* 0x000000004011220b 0x1 + .text.ssl_parse_extended_ms_ext + 0x000000004011220c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x2c (size before relaxing) + .text.ssl_parse_session_ticket_ext + 0x0000000040112234 0x2c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x30 (size before relaxing) + .text.ssl_parse_supported_point_formats_ext + 0x0000000040112260 0x4e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x00000000401122ae 0x2 + .text.ssl_parse_certificate_request + 0x00000000401122b0 0x12c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x134 (size before relaxing) + .text.ssl_parse_server_hello_done + 0x00000000401123dc 0x4c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .text.ssl_parse_renegotiation_info + 0x0000000040112428 0x6f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x73 (size before relaxing) + *fill* 0x0000000040112497 0x1 + .text.ssl_parse_alpn_ext + 0x0000000040112498 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xc0 (size before relaxing) + .text.ssl_parse_server_hello + 0x0000000040112550 0x408 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x43c (size before relaxing) + .text.ssl_check_server_ecdh_params + 0x0000000040112958 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x2e (size before relaxing) + *fill* 0x0000000040112982 0x2 + .text.ssl_get_ecdh_params_from_cert + 0x0000000040112984 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x71 (size before relaxing) + *fill* 0x00000000401129ed 0x3 + .text.ssl_parse_server_ecdh_params + 0x00000000401129f0 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x28 (size before relaxing) + .text.mbedtls_ssl_get_pk_type_and_md_alg_from_sig_alg + 0x0000000040112a14 0x69 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x6d (size before relaxing) + *fill* 0x0000000040112a7d 0x3 + .text.mbedtls_md_get_size_from_type + 0x0000000040112a80 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040112a92 0x2 + .text.ssl_parse_server_key_exchange + 0x0000000040112a94 0x2ea esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x312 (size before relaxing) + *fill* 0x0000000040112d7e 0x2 + .text.ssl_write_encrypted_pms + 0x0000000040112d80 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xc0 (size before relaxing) + .text.ssl_write_client_key_exchange + 0x0000000040112e38 0xaa esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xb6 (size before relaxing) + *fill* 0x0000000040112ee2 0x2 + .text.ssl_write_certificate_verify + 0x0000000040112ee4 0x130 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x140 (size before relaxing) + .text.ssl_parse_new_session_ticket + 0x0000000040113014 0x129 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x13d (size before relaxing) + *fill* 0x000000004011313d 0x3 + .text.mbedtls_ssl_tls12_write_client_hello_exts + 0x0000000040113140 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x94 (size before relaxing) + 0x0000000040113140 mbedtls_ssl_tls12_write_client_hello_exts + .text.mbedtls_ssl_handshake_client_step + 0x00000000401131c0 0x160 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x17c (size before relaxing) + 0x00000000401131c0 mbedtls_ssl_handshake_client_step + .text.ssl_parse_supported_point_formats + 0x0000000040113320 0x41 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x0000000040113361 0x3 + .text.ssl_parse_max_fragment_length_ext + 0x0000000040113364 0x27 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004011338b 0x1 + .text.ssl_parse_encrypt_then_mac_ext + 0x000000004011338c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x00000000401133ba 0x2 + .text.ssl_parse_extended_ms_ext + 0x00000000401133bc 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_renegotiation_ext + 0x00000000401133ec 0x7a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x0000000040113466 0x2 + .text.ssl_parse_renegotiation_info + 0x0000000040113468 0x57 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000401134bf 0x1 + .text.ssl_parse_supported_groups_ext + 0x00000000401134c0 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xf1 (size before relaxing) + *fill* 0x00000000401135a5 0x3 + .text.ssl_handle_id_based_session_resumption + 0x00000000401135a8 0x6f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x76 (size before relaxing) + *fill* 0x0000000040113617 0x1 + .text.ssl_parse_session_ticket_ext + 0x0000000040113618 0x88 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x94 (size before relaxing) + .text.mbedtls_pk_get_ec_group_id + 0x00000000401136a0 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x26 (size before relaxing) + *fill* 0x00000000401136c2 0x2 + .text.ssl_check_key_curve + 0x00000000401136c4 0x24 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x2c (size before relaxing) + .text.ssl_pick_cert + 0x00000000401136e8 0x7c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x88 (size before relaxing) + .text.ssl_ciphersuite_match + 0x0000000040113764 0x78 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x88 (size before relaxing) + .text.ssl_parse_client_hello + 0x00000000401137dc 0x5f4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x624 (size before relaxing) + .text.ssl_write_encrypt_then_mac_ext + 0x0000000040113dd0 0x52 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x56 (size before relaxing) + *fill* 0x0000000040113e22 0x2 + .text.ssl_write_server_hello + 0x0000000040113e24 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x1fc (size before relaxing) + .text.ssl_write_server_hello_done + 0x0000000040113ff4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x2c (size before relaxing) + .text.ssl_get_ecdh_params_from_cert + 0x000000004011401c 0x55 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x61 (size before relaxing) + *fill* 0x0000000040114071 0x3 + .text.ssl_prepare_server_key_exchange + 0x0000000040114074 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x1cc (size before relaxing) + .text.ssl_write_server_key_exchange + 0x000000004011421c 0xa1 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xa9 (size before relaxing) + *fill* 0x00000000401142bd 0x3 + .text.ssl_write_certificate_request + 0x00000000401142c0 0x182 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x186 (size before relaxing) + *fill* 0x0000000040114442 0x2 + .text.ssl_decrypt_encrypted_pms + 0x0000000040114444 0x97 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xa7 (size before relaxing) + *fill* 0x00000000401144db 0x1 + .text.ssl_parse_encrypted_pms + 0x00000000401144dc 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xf4 (size before relaxing) + .text.ssl_parse_client_key_exchange + 0x00000000401145c4 0xd4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xdc (size before relaxing) + .text.ssl_parse_certificate_verify + 0x0000000040114698 0x15c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x170 (size before relaxing) + .text.ssl_write_new_session_ticket + 0x00000000401147f4 0x9c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xa0 (size before relaxing) + .text.mbedtls_ssl_handshake_server_step + 0x0000000040114890 0x137 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x167 (size before relaxing) + 0x0000000040114890 mbedtls_ssl_handshake_server_step + *fill* 0x00000000401149c7 0x1 + .text.mbedtls_ms_time + 0x00000000401149c8 0x62 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + 0x6a (size before relaxing) + 0x00000000401149c8 mbedtls_ms_time + *fill* 0x0000000040114a2a 0x2 + .text.net_would_block + 0x0000000040114a2c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x21 (size before relaxing) + *fill* 0x0000000040114a49 0x3 + .text.mbedtls_net_recv + 0x0000000040114a4c 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x6c (size before relaxing) + 0x0000000040114a4c mbedtls_net_recv + .text.mbedtls_net_send + 0x0000000040114aac 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x6c (size before relaxing) + 0x0000000040114aac mbedtls_net_send + .text.mbedtls_net_free + 0x0000000040114b0c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x0000000040114b0c mbedtls_net_free + *fill* 0x0000000040114b2a 0x2 + .text.mbedtls_ssl_ciphersuite_from_id + 0x0000000040114b2c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x0000000040114b2c mbedtls_ssl_ciphersuite_from_id + *fill* 0x0000000040114b46 0x2 + .text.mbedtls_ssl_list_ciphersuites + 0x0000000040114b48 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x49 (size before relaxing) + 0x0000000040114b48 mbedtls_ssl_list_ciphersuites + *fill* 0x0000000040114b8d 0x3 + .text.ssl_generate_random + 0x0000000040114b90 0x5a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x5e (size before relaxing) + *fill* 0x0000000040114bea 0x2 + .text.ssl_prepare_client_hello + 0x0000000040114bec 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .text.ssl_write_client_hello_cipher_suites + 0x0000000040114c90 0x101 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x109 (size before relaxing) + *fill* 0x0000000040114d91 0x3 + .text.ssl_write_hostname_ext + 0x0000000040114d94 0x99 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + *fill* 0x0000000040114e2d 0x3 + .text.ssl_write_alpn_ext + 0x0000000040114e30 0xc5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + *fill* 0x0000000040114ef5 0x3 + .text.ssl_write_supported_groups_ext + 0x0000000040114ef8 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0xed (size before relaxing) + *fill* 0x0000000040114fe1 0x3 + .text.ssl_write_client_hello_body + 0x0000000040114fe4 0x1fe esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x216 (size before relaxing) + *fill* 0x00000000401151e2 0x2 + .text.mbedtls_ssl_write_client_hello + 0x00000000401151e4 0x5e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x6e (size before relaxing) + 0x00000000401151e4 mbedtls_ssl_write_client_hello + *fill* 0x0000000040115242 0x2 + .text.mbedtls_int_div_int + 0x0000000040115244 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x0000000040115276 0x2 + .text.mbedtls_mpi_free + 0x0000000040115278 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115278 mbedtls_mpi_free + *fill* 0x000000004011529e 0x2 + .text.mbedtls_mpi_grow + 0x00000000401152a0 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x55 (size before relaxing) + 0x00000000401152a0 mbedtls_mpi_grow + *fill* 0x00000000401152f1 0x3 + .text.mbedtls_mpi_safe_cond_assign + 0x00000000401152f4 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x79 (size before relaxing) + 0x00000000401152f4 mbedtls_mpi_safe_cond_assign + *fill* 0x0000000040115365 0x3 + .text.mbedtls_mpi_safe_cond_swap + 0x0000000040115368 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x8e (size before relaxing) + 0x0000000040115368 mbedtls_mpi_safe_cond_swap + *fill* 0x00000000401153ee 0x2 + .text.mbedtls_mpi_resize_clear + 0x00000000401153f0 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x48 (size before relaxing) + .text.mbedtls_mpi_shrink + 0x0000000040115434 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x78 (size before relaxing) + 0x0000000040115434 mbedtls_mpi_shrink + .text.mbedtls_mpi_copy + 0x00000000401154a8 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401154a8 mbedtls_mpi_copy + *fill* 0x0000000040115532 0x2 + .text.mbedtls_mpi_lset + 0x0000000040115534 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115534 mbedtls_mpi_lset + *fill* 0x0000000040115579 0x3 + .text.mbedtls_mpi_set_bit + 0x000000004011557c 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004011557c mbedtls_mpi_set_bit + *fill* 0x00000000401155e2 0x2 + .text.mbedtls_mpi_bitlen + 0x00000000401155e4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401155e4 mbedtls_mpi_bitlen + *fill* 0x00000000401155f6 0x2 + .text.mbedtls_mpi_size + 0x00000000401155f8 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x13 (size before relaxing) + 0x00000000401155f8 mbedtls_mpi_size + *fill* 0x0000000040115607 0x1 + .text.mbedtls_mpi_read_binary_le + 0x0000000040115608 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x30 (size before relaxing) + 0x0000000040115608 mbedtls_mpi_read_binary_le + .text.mbedtls_mpi_read_binary + 0x0000000040115634 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x30 (size before relaxing) + 0x0000000040115634 mbedtls_mpi_read_binary + .text.mbedtls_mpi_write_binary_le + 0x0000000040115660 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115660 mbedtls_mpi_write_binary_le + *fill* 0x0000000040115676 0x2 + .text.mbedtls_mpi_write_binary + 0x0000000040115678 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115678 mbedtls_mpi_write_binary + *fill* 0x000000004011568e 0x2 + .text.mbedtls_mpi_shift_l + 0x0000000040115690 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x46 (size before relaxing) + 0x0000000040115690 mbedtls_mpi_shift_l + *fill* 0x00000000401156ca 0x2 + .text.mbedtls_mpi_shift_r + 0x00000000401156cc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401156cc mbedtls_mpi_shift_r + *fill* 0x00000000401156e2 0x2 + .text.mbedtls_mpi_cmp_abs + 0x00000000401156e4 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401156e4 mbedtls_mpi_cmp_abs + .text.mbedtls_mpi_cmp_mpi + 0x0000000040115758 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115758 mbedtls_mpi_cmp_mpi + *fill* 0x00000000401157fe 0x2 + .text.mbedtls_mpi_cmp_int + 0x0000000040115800 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x38 (size before relaxing) + 0x0000000040115800 mbedtls_mpi_cmp_int + .text.mbedtls_mpi_add_abs + 0x0000000040115834 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xa4 (size before relaxing) + 0x0000000040115834 mbedtls_mpi_add_abs + .text.mbedtls_mpi_sub_abs + 0x00000000401158d0 0xa1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xa9 (size before relaxing) + 0x00000000401158d0 mbedtls_mpi_sub_abs + *fill* 0x0000000040115971 0x3 + .text.add_sub_mpi + 0x0000000040115974 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000401159d6 0x2 + .text.mbedtls_mpi_add_mpi + 0x00000000401159d8 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401159d8 mbedtls_mpi_add_mpi + *fill* 0x00000000401159ed 0x3 + .text.mbedtls_mpi_sub_mpi + 0x00000000401159f0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401159f0 mbedtls_mpi_sub_mpi + *fill* 0x0000000040115a05 0x3 + .text.mbedtls_mpi_add_int + 0x0000000040115a08 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115a08 mbedtls_mpi_add_int + *fill* 0x0000000040115a42 0x2 + .text.mbedtls_mpi_sub_int + 0x0000000040115a44 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115a44 mbedtls_mpi_sub_int + *fill* 0x0000000040115a7d 0x3 + .text.mbedtls_mpi_div_mpi + 0x0000000040115a80 0x35c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3cc (size before relaxing) + 0x0000000040115a80 mbedtls_mpi_div_mpi + .text.mbedtls_mpi_div_int + 0x0000000040115ddc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3c (size before relaxing) + 0x0000000040115ddc mbedtls_mpi_div_int + .text.mbedtls_mpi_mod_mpi + 0x0000000040115e14 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x6c (size before relaxing) + 0x0000000040115e14 mbedtls_mpi_mod_mpi + .text.mbedtls_mpi_mod_int + 0x0000000040115e78 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x0000000040115e78 mbedtls_mpi_mod_int + *fill* 0x0000000040115ef9 0x3 + .text.mpi_check_small_factors + 0x0000000040115efc 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040115f52 0x2 + .text.mbedtls_mpi_exp_mod_unsafe + 0x0000000040115f54 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + 0x0000000040115f54 mbedtls_mpi_exp_mod_unsafe + .text.mbedtls_mpi_gcd + 0x0000000040115f68 0xf4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x130 (size before relaxing) + 0x0000000040115f68 mbedtls_mpi_gcd + .text.mbedtls_mpi_fill_random + 0x000000004011605c 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x34 (size before relaxing) + 0x000000004011605c mbedtls_mpi_fill_random + .text.mpi_miller_rabin + 0x000000004011608c 0x1a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x1ed (size before relaxing) + *fill* 0x000000004011622d 0x3 + .text.mbedtls_mpi_random + 0x0000000040116230 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x44 (size before relaxing) + 0x0000000040116230 mbedtls_mpi_random + .text.mbedtls_mpi_inv_mod + 0x000000004011626c 0x2a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x32c (size before relaxing) + 0x000000004011626c mbedtls_mpi_inv_mod + .text.mbedtls_mpi_is_prime_ext + 0x0000000040116510 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x68 (size before relaxing) + 0x0000000040116510 mbedtls_mpi_is_prime_ext + .text.mbedtls_mpi_core_bitlen + 0x000000004011656c 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004011656c mbedtls_mpi_core_bitlen + *fill* 0x0000000040116597 0x1 + .text.mbedtls_mpi_core_bigendian_to_host + 0x0000000040116598 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x30 (size before relaxing) + 0x0000000040116598 mbedtls_mpi_core_bigendian_to_host + .text.mbedtls_mpi_core_uint_le_mpi + 0x00000000401165c4 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x00000000401165c4 mbedtls_mpi_core_uint_le_mpi + *fill* 0x00000000401165fe 0x2 + .text.mbedtls_mpi_core_lt_ct + 0x0000000040116600 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x4c (size before relaxing) + 0x0000000040116600 mbedtls_mpi_core_lt_ct + .text.mbedtls_mpi_core_read_le + 0x0000000040116648 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x0000000040116648 mbedtls_mpi_core_read_le + *fill* 0x000000004011669e 0x2 + .text.mbedtls_mpi_core_read_be + 0x00000000401166a0 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x52 (size before relaxing) + 0x00000000401166a0 mbedtls_mpi_core_read_be + *fill* 0x00000000401166ee 0x2 + .text.mbedtls_mpi_core_write_le + 0x00000000401166f0 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x00000000401166f0 mbedtls_mpi_core_write_le + *fill* 0x0000000040116762 0x2 + .text.mbedtls_mpi_core_write_be + 0x0000000040116764 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x0000000040116764 mbedtls_mpi_core_write_be + .text.mbedtls_mpi_core_shift_r + 0x00000000401167d4 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x00000000401167d4 mbedtls_mpi_core_shift_r + *fill* 0x0000000040116867 0x1 + .text.mbedtls_mpi_core_shift_l + 0x0000000040116868 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x0000000040116868 mbedtls_mpi_core_shift_l + *fill* 0x00000000401168dd 0x3 + .text.mbedtls_mpi_core_montmul + 0x00000000401168e0 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x9e (size before relaxing) + 0x00000000401168e0 mbedtls_mpi_core_montmul + *fill* 0x0000000040116972 0x2 + .text.mbedtls_mpi_core_get_mont_r2_unsafe + 0x0000000040116974 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x3d (size before relaxing) + 0x0000000040116974 mbedtls_mpi_core_get_mont_r2_unsafe + *fill* 0x00000000401169a5 0x3 + .text.mbedtls_mpi_core_fill_random + 0x00000000401169a8 0x5d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x61 (size before relaxing) + 0x00000000401169a8 mbedtls_mpi_core_fill_random + *fill* 0x0000000040116a05 0x3 + .text.mbedtls_mpi_core_random + 0x0000000040116a08 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x8e (size before relaxing) + 0x0000000040116a08 mbedtls_mpi_core_random + *fill* 0x0000000040116a86 0x2 + .text.mbedtls_mpi_core_to_mont_rep + 0x0000000040116a88 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x1e (size before relaxing) + 0x0000000040116a88 mbedtls_mpi_core_to_mont_rep + *fill* 0x0000000040116aa2 0x2 + .text.get_pkcs_padding + 0x0000000040116aa4 0xb1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116b55 0x3 + .text.get_one_and_zeros_padding + 0x0000000040116b58 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116be9 0x3 + .text.get_zeros_and_len_padding + 0x0000000040116bec 0x8d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116c79 0x3 + .text.get_zeros_padding + 0x0000000040116c7c 0x65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116ce1 0x3 + .text.get_no_padding + 0x0000000040116ce4 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116d05 0x3 + .text.add_zeros_padding + 0x0000000040116d08 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116d1a 0x2 + .text.mbedtls_cipher_aead_encrypt + 0x0000000040116d1c 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116d99 0x3 + .text.mbedtls_cipher_aead_decrypt + 0x0000000040116d9c 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x0000000040116e1e 0x2 + .text.mbedtls_cipher_info_from_type + 0x0000000040116e20 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116e20 mbedtls_cipher_info_from_type + *fill* 0x0000000040116e39 0x3 + .text.mbedtls_cipher_info_from_values + 0x0000000040116e3c 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116e3c mbedtls_cipher_info_from_values + *fill* 0x0000000040116e75 0x3 + .text.mbedtls_cipher_init + 0x0000000040116e78 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116e78 mbedtls_cipher_init + *fill* 0x0000000040116e8a 0x2 + .text.mbedtls_cipher_free + 0x0000000040116e8c 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x36 (size before relaxing) + 0x0000000040116e8c mbedtls_cipher_free + *fill* 0x0000000040116ebf 0x1 + .text.mbedtls_cipher_setup + 0x0000000040116ec0 0x3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116ec0 mbedtls_cipher_setup + *fill* 0x0000000040116efb 0x1 + .text.mbedtls_cipher_setkey + 0x0000000040116efc 0x99 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116efc mbedtls_cipher_setkey + *fill* 0x0000000040116f95 0x3 + .text.mbedtls_cipher_set_iv + 0x0000000040116f98 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040116f98 mbedtls_cipher_set_iv + .text.mbedtls_cipher_reset + 0x0000000040117048 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040117048 mbedtls_cipher_reset + *fill* 0x000000004011705d 0x3 + .text.mbedtls_cipher_update + 0x0000000040117060 0x2ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040117060 mbedtls_cipher_update + .text.mbedtls_cipher_finish + 0x000000004011730c 0x19e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x000000004011730c mbedtls_cipher_finish + *fill* 0x00000000401174aa 0x2 + .text.mbedtls_cipher_set_padding_mode + 0x00000000401174ac 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401174ac mbedtls_cipher_set_padding_mode + *fill* 0x000000004011753d 0x3 + .text.mbedtls_cipher_crypt + 0x0000000040117540 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x4c (size before relaxing) + 0x0000000040117540 mbedtls_cipher_crypt + .text.mbedtls_cipher_auth_encrypt_ext + 0x0000000040117580 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x0000000040117580 mbedtls_cipher_auth_encrypt_ext + *fill* 0x00000000401175c5 0x3 + .text.mbedtls_cipher_auth_decrypt_ext + 0x00000000401175c8 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x00000000401175c8 mbedtls_cipher_auth_decrypt_ext + *fill* 0x0000000040117615 0x3 + .text.xts_aes_ctx_free + 0x0000000040117618 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x17 (size before relaxing) + *fill* 0x000000004011762b 0x1 + .text.xts_aes_ctx_alloc + 0x000000004011762c 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040117642 0x2 + .text.xts_aes_setkey_dec_wrap + 0x0000000040117644 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.xts_aes_setkey_enc_wrap + 0x0000000040117654 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_crypt_xts_wrap + 0x0000000040117664 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040117689 0x3 + .text.gcm_ctx_free + 0x000000004011768c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011769e 0x2 + .text.gcm_ctx_alloc + 0x00000000401176a0 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401176b6 0x2 + .text.gcm_aria_setkey_wrap + 0x00000000401176b8 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401176cd 0x3 + .text.gcm_aes_setkey_wrap + 0x00000000401176d0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401176e5 0x3 + .text.ccm_ctx_free + 0x00000000401176e8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000401176fa 0x2 + .text.ccm_ctx_alloc + 0x00000000401176fc 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040117712 0x2 + .text.ccm_aria_setkey_wrap + 0x0000000040117714 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040117729 0x3 + .text.ccm_aes_setkey_wrap + 0x000000004011772c 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040117741 0x3 + .text.aria_ctx_free + 0x0000000040117744 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040117756 0x2 + .text.aria_ctx_alloc + 0x0000000040117758 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004011776e 0x2 + .text.aria_setkey_dec_wrap + 0x0000000040117770 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aria_setkey_enc_wrap + 0x0000000040117780 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aria_crypt_ctr_wrap + 0x0000000040117790 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401177ad 0x3 + .text.aria_crypt_cfb128_wrap + 0x00000000401177b0 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401177cd 0x3 + .text.aria_crypt_cbc_wrap + 0x00000000401177d0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401177e9 0x3 + .text.aria_crypt_ecb_wrap + 0x00000000401177ec 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_ctx_free + 0x00000000401177fc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011780e 0x2 + .text.aes_ctx_alloc + 0x0000000040117810 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x0000000040117826 0x2 + .text.aes_setkey_dec_wrap + 0x0000000040117828 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_setkey_enc_wrap + 0x0000000040117838 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x14 (size before relaxing) + .text.aes_crypt_ctr_wrap + 0x0000000040117848 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040117865 0x3 + .text.aes_crypt_ofb_wrap + 0x0000000040117868 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x0000000040117881 0x3 + .text.aes_crypt_cfb128_wrap + 0x0000000040117884 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401178a1 0x3 + .text.aes_crypt_cbc_wrap + 0x00000000401178a4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401178bd 0x3 + .text.aes_crypt_ecb_wrap + 0x00000000401178c0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + *fill* 0x00000000401178d5 0x3 + .text.mbedtls_ct_memmove_left + 0x00000000401178d8 0x67 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x00000000401178d8 mbedtls_ct_memmove_left + *fill* 0x000000004011793f 0x1 + .text.mbedtls_ct_memcpy_offset + 0x0000000040117940 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x37 (size before relaxing) + 0x0000000040117940 mbedtls_ct_memcpy_offset + *fill* 0x0000000040117973 0x1 + .text.cmac_multiply_by_u + 0x0000000040117974 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + *fill* 0x0000000040117a1a 0x2 + .text.cmac_generate_subkeys + 0x0000000040117a1c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040117a6e 0x2 + .text.mbedtls_cipher_cmac_starts + 0x0000000040117a70 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x80 (size before relaxing) + 0x0000000040117a70 mbedtls_cipher_cmac_starts + .text.mbedtls_cipher_cmac_update + 0x0000000040117aec 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x0000000040117aec mbedtls_cipher_cmac_update + *fill* 0x0000000040117bee 0x2 + .text.mbedtls_cipher_cmac_finish + 0x0000000040117bf0 0x107 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x123 (size before relaxing) + 0x0000000040117bf0 mbedtls_cipher_cmac_finish + *fill* 0x0000000040117cf7 0x1 + .text.block_cipher_df + 0x0000000040117cf8 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x1b4 (size before relaxing) + .text.ctr_drbg_update_internal + 0x0000000040117e90 0x8e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x96 (size before relaxing) + *fill* 0x0000000040117f1e 0x2 + .text.mbedtls_ctr_drbg_reseed_internal + 0x0000000040117f20 0xc7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xd3 (size before relaxing) + *fill* 0x0000000040117fe7 0x1 + .text.mbedtls_ctr_drbg_init + 0x0000000040117fe8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x24 (size before relaxing) + 0x0000000040117fe8 mbedtls_ctr_drbg_init + .text.mbedtls_ctr_drbg_free + 0x0000000040118008 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x23 (size before relaxing) + 0x0000000040118008 mbedtls_ctr_drbg_free + *fill* 0x0000000040118027 0x1 + .text.mbedtls_ctr_drbg_reseed + 0x0000000040118028 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x0000000040118028 mbedtls_ctr_drbg_reseed + *fill* 0x000000004011803d 0x3 + .text.mbedtls_ctr_drbg_seed + 0x0000000040118040 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x5a (size before relaxing) + 0x0000000040118040 mbedtls_ctr_drbg_seed + *fill* 0x0000000040118092 0x2 + .text.mbedtls_ctr_drbg_random_with_add + 0x0000000040118094 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xe3 (size before relaxing) + 0x0000000040118094 mbedtls_ctr_drbg_random_with_add + *fill* 0x0000000040118167 0x1 + .text.mbedtls_ctr_drbg_random + 0x0000000040118168 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x18 (size before relaxing) + 0x0000000040118168 mbedtls_ctr_drbg_random + .text.ecdh_gen_public_restartable + 0x000000004011817c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x2c (size before relaxing) + .text.ecdh_compute_shared_restartable + 0x00000000401181a4 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x53 (size before relaxing) + *fill* 0x00000000401181e8 0x0 + .text.ecdh_init_internal + 0x00000000401181e8 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000004011820e 0x2 + .text.ecdh_setup_internal + 0x0000000040118210 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x0000000040118226 0x2 + .text.ecdh_free_internal + 0x0000000040118228 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x36 (size before relaxing) + *fill* 0x000000004011824e 0x2 + .text.ecdh_read_params_internal + 0x0000000040118250 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x1c (size before relaxing) + .text.ecdh_read_public_internal + 0x0000000040118268 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x28 (size before relaxing) + .text.ecdh_get_params_internal + 0x000000004011828c 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000401182c2 0x2 + .text.mbedtls_ecdh_gen_public + 0x00000000401182c4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x00000000401182c4 mbedtls_ecdh_gen_public + *fill* 0x00000000401182dd 0x3 + .text.ecdh_make_params_internal + 0x00000000401182e0 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x58 (size before relaxing) + .text.ecdh_make_public_internal + 0x0000000040118330 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3c (size before relaxing) + .text.mbedtls_ecdh_compute_shared + 0x0000000040118368 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040118368 mbedtls_ecdh_compute_shared + *fill* 0x0000000040118385 0x3 + .text.ecdh_calc_secret_internal + 0x0000000040118388 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x8c (size before relaxing) + .text.mbedtls_ecdh_init + 0x0000000040118404 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x0000000040118404 mbedtls_ecdh_init + *fill* 0x0000000040118416 0x2 + .text.mbedtls_ecdh_setup + 0x0000000040118418 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x26 (size before relaxing) + 0x0000000040118418 mbedtls_ecdh_setup + *fill* 0x000000004011843a 0x2 + .text.mbedtls_ecdh_free + 0x000000004011843c 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004011843c mbedtls_ecdh_free + *fill* 0x000000004011845b 0x1 + .text.mbedtls_ecdh_make_params + 0x000000004011845c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004011845c mbedtls_ecdh_make_params + *fill* 0x0000000040118489 0x3 + .text.mbedtls_ecdh_read_params + 0x000000004011848c 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x3c (size before relaxing) + 0x000000004011848c mbedtls_ecdh_read_params + .text.mbedtls_ecdh_get_params + 0x00000000401184c0 0x4b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x4f (size before relaxing) + 0x00000000401184c0 mbedtls_ecdh_get_params + *fill* 0x000000004011850b 0x1 + .text.mbedtls_ecdh_make_public + 0x000000004011850c 0x2d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004011850c mbedtls_ecdh_make_public + *fill* 0x0000000040118539 0x3 + .text.mbedtls_ecdh_read_public + 0x000000004011853c 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004011853c mbedtls_ecdh_read_public + *fill* 0x000000004011855a 0x2 + .text.mbedtls_ecdh_calc_secret + 0x000000004011855c 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x000000004011855c mbedtls_ecdh_calc_secret + *fill* 0x0000000040118585 0x3 + .text.ecp_pick_window_size + 0x0000000040118588 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x34 (size before relaxing) + .text.mpi_init_many + 0x00000000401185b8 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x00000000401185d3 0x1 + .text.mpi_free_many + 0x00000000401185d4 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x00000000401185ef 0x1 + .text.ecp_check_bad_points_mx + 0x00000000401185f0 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xab (size before relaxing) + *fill* 0x0000000040118684 0x0 + .text.ecp_check_pubkey_mx + 0x0000000040118684 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x41 (size before relaxing) + *fill* 0x00000000401186bd 0x3 + .text.mbedtls_mpi_sub_int_mod + 0x00000000401186c0 0x3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3e (size before relaxing) + *fill* 0x00000000401186fb 0x1 + .text.mbedtls_mpi_sub_mod + 0x00000000401186fc 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3e (size before relaxing) + *fill* 0x0000000040118733 0x1 + .text.ecp_modp + 0x0000000040118734 0x97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x9f (size before relaxing) + *fill* 0x00000000401187cb 0x1 + .text.mbedtls_mpi_mul_mod + 0x00000000401187cc 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + .text.mbedtls_mpi_add_mod + 0x00000000401187f0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3c (size before relaxing) + .text.ecp_sw_rhs + 0x0000000040118828 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x60 (size before relaxing) + .text.mbedtls_ecp_sw_derive_y + 0x0000000040118880 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x98 (size before relaxing) + *fill* 0x00000000401188fd 0x3 + .text.ecp_check_pubkey_sw + 0x0000000040118900 0x79 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x99 (size before relaxing) + *fill* 0x0000000040118979 0x3 + .text.ecp_double_add_mxz + 0x000000004011897c 0x11d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x15d (size before relaxing) + *fill* 0x0000000040118a99 0x3 + .text.ecp_randomize_mxz + 0x0000000040118a9c 0x47 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040118ae3 0x1 + .text.ecp_randomize_jac + 0x0000000040118ae4 0x7c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x90 (size before relaxing) + .text.mbedtls_ecp_gen_privkey_sw + 0x0000000040118b60 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + .text.ecp_normalize_mxz + 0x0000000040118b7c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x32 (size before relaxing) + *fill* 0x0000000040118ba6 0x2 + .text.ecp_normalize_jac + 0x0000000040118ba8 0x77 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x92 (size before relaxing) + *fill* 0x0000000040118c1f 0x1 + .text.mbedtls_mpi_mul_int_mod + 0x0000000040118c20 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3c (size before relaxing) + .text.mbedtls_mpi_shift_l_mod + 0x0000000040118c54 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3a (size before relaxing) + *fill* 0x0000000040118c8a 0x2 + .text.ecp_double_jac + 0x0000000040118c8c 0x1b9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x225 (size before relaxing) + *fill* 0x0000000040118e45 0x3 + .text.ecp_normalize_jac_many + 0x0000000040118e48 0x165 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1a1 (size before relaxing) + *fill* 0x0000000040118fad 0x3 + .text.ecp_safe_invert_jac + 0x0000000040118fb0 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4c (size before relaxing) + .text.ecp_select_comb + 0x0000000040118fec 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x6c (size before relaxing) + .text.ecp_comb_recode_core + 0x0000000040119048 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8e (size before relaxing) + *fill* 0x00000000401190d2 0x2 + .text.ecp_comb_recode_scalar + 0x00000000401190d4 0x75 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x91 (size before relaxing) + *fill* 0x0000000040119149 0x3 + .text.mbedtls_ecp_gen_privkey_mx + 0x000000004011914c 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x6a (size before relaxing) + *fill* 0x00000000401191a2 0x2 + .text.mbedtls_ecp_curve_list + 0x00000000401191a4 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401191a4 mbedtls_ecp_curve_list + .text.mbedtls_ecp_grp_id_list + 0x00000000401191ac 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401191ac mbedtls_ecp_grp_id_list + *fill* 0x00000000401191e9 0x3 + .text.mbedtls_ecp_curve_info_from_grp_id + 0x00000000401191ec 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401191ec mbedtls_ecp_curve_info_from_grp_id + .text.mbedtls_ecp_curve_info_from_tls_id + 0x0000000040119208 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x24 (size before relaxing) + 0x0000000040119208 mbedtls_ecp_curve_info_from_tls_id + .text.mbedtls_ecp_point_init + 0x0000000040119228 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1f (size before relaxing) + 0x0000000040119228 mbedtls_ecp_point_init + *fill* 0x000000004011923f 0x1 + .text.mbedtls_ecp_group_init + 0x0000000040119240 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4f (size before relaxing) + 0x0000000040119240 mbedtls_ecp_group_init + *fill* 0x000000004011927f 0x1 + .text.mbedtls_ecp_keypair_init + 0x0000000040119280 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + 0x0000000040119280 mbedtls_ecp_keypair_init + .text.mbedtls_ecp_point_free + 0x0000000040119298 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x20 (size before relaxing) + 0x0000000040119298 mbedtls_ecp_point_free + .text.mbedtls_ecp_group_free + 0x00000000401192b0 0x6b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x7f (size before relaxing) + 0x00000000401192b0 mbedtls_ecp_group_free + *fill* 0x000000004011931b 0x1 + .text.mbedtls_ecp_keypair_free + 0x000000004011931c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x21 (size before relaxing) + 0x000000004011931c mbedtls_ecp_keypair_free + *fill* 0x0000000040119335 0x3 + .text.mbedtls_ecp_copy + 0x0000000040119338 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2c (size before relaxing) + 0x0000000040119338 mbedtls_ecp_copy + .text.ecp_mul_mxz + 0x000000004011935c 0x13d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x185 (size before relaxing) + *fill* 0x0000000040119499 0x3 + .text.mbedtls_ecp_group_copy + 0x000000004011949c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004011949c mbedtls_ecp_group_copy + *fill* 0x00000000401194ad 0x3 + .text.mbedtls_ecp_set_zero + 0x00000000401194b0 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2a (size before relaxing) + 0x00000000401194b0 mbedtls_ecp_set_zero + *fill* 0x00000000401194d2 0x2 + .text.ecp_add_mixed + 0x00000000401194d4 0x1a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x1f9 (size before relaxing) + *fill* 0x0000000040119675 0x3 + .text.ecp_precompute_comb + 0x0000000040119678 0x15b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x167 (size before relaxing) + *fill* 0x00000000401197d3 0x1 + .text.ecp_mul_comb_core + 0x00000000401197d4 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xb0 (size before relaxing) + .text.ecp_mul_comb_after_precomp + 0x000000004011986c 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x72 (size before relaxing) + *fill* 0x00000000401198d2 0x2 + .text.ecp_mul_comb + 0x00000000401198d4 0xcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xe0 (size before relaxing) + *fill* 0x00000000401199a1 0x3 + .text.mbedtls_ecp_is_zero + 0x00000000401199a4 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x00000000401199a4 mbedtls_ecp_is_zero + *fill* 0x00000000401199bb 0x1 + .text.mbedtls_ecp_point_cmp + 0x00000000401199bc 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x42 (size before relaxing) + 0x00000000401199bc mbedtls_ecp_point_cmp + *fill* 0x00000000401199f6 0x2 + .text.mbedtls_ecp_point_write_binary + 0x00000000401199f8 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xfd (size before relaxing) + 0x00000000401199f8 mbedtls_ecp_point_write_binary + *fill* 0x0000000040119ae1 0x3 + .text.mbedtls_ecp_point_read_binary + 0x0000000040119ae4 0x118 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x134 (size before relaxing) + 0x0000000040119ae4 mbedtls_ecp_point_read_binary + .text.mbedtls_ecp_tls_read_point + 0x0000000040119bfc 0x3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040119bfc mbedtls_ecp_tls_read_point + *fill* 0x0000000040119c37 0x1 + .text.mbedtls_ecp_tls_write_point + 0x0000000040119c38 0x3a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040119c38 mbedtls_ecp_tls_write_point + *fill* 0x0000000040119c72 0x2 + .text.mbedtls_ecp_tls_read_group_id + 0x0000000040119c74 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040119c74 mbedtls_ecp_tls_read_group_id + *fill* 0x0000000040119cc9 0x3 + .text.mbedtls_ecp_tls_write_group + 0x0000000040119ccc 0x3b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x3f (size before relaxing) + 0x0000000040119ccc mbedtls_ecp_tls_write_group + *fill* 0x0000000040119d07 0x1 + .text.mbedtls_ecp_check_pubkey + 0x0000000040119d08 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x4d (size before relaxing) + 0x0000000040119d08 mbedtls_ecp_check_pubkey + *fill* 0x0000000040119d4d 0x3 + .text.mbedtls_ecp_check_privkey + 0x0000000040119d50 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8e (size before relaxing) + 0x0000000040119d50 mbedtls_ecp_check_privkey + *fill* 0x0000000040119dca 0x2 + .text.ecp_mul_restartable_internal + 0x0000000040119dcc 0x62 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x72 (size before relaxing) + *fill* 0x0000000040119e2e 0x2 + .text.mbedtls_ecp_mul_restartable + 0x0000000040119e30 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x26 (size before relaxing) + 0x0000000040119e30 mbedtls_ecp_mul_restartable + *fill* 0x0000000040119e52 0x2 + .text.mbedtls_ecp_mul + 0x0000000040119e54 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040119e54 mbedtls_ecp_mul + *fill* 0x0000000040119e71 0x3 + .text.mbedtls_ecp_mul_shortcuts + 0x0000000040119e74 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xe7 (size before relaxing) + *fill* 0x0000000040119f34 0x0 + .text.mbedtls_ecp_muladd_restartable + 0x0000000040119f34 0x73 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x8f (size before relaxing) + 0x0000000040119f34 mbedtls_ecp_muladd_restartable + *fill* 0x0000000040119fa7 0x1 + .text.mbedtls_ecp_muladd + 0x0000000040119fa8 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x0000000040119fa8 mbedtls_ecp_muladd + *fill* 0x0000000040119fc5 0x3 + .text.mbedtls_ecp_gen_privkey + 0x0000000040119fc8 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x41 (size before relaxing) + 0x0000000040119fc8 mbedtls_ecp_gen_privkey + *fill* 0x000000004011a005 0x3 + .text.mbedtls_ecp_read_key + 0x000000004011a008 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x152 (size before relaxing) + 0x000000004011a008 mbedtls_ecp_read_key + *fill* 0x000000004011a12a 0x2 + .text.mbedtls_ecp_check_pub_priv + 0x000000004011a12c 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0xb8 (size before relaxing) + 0x000000004011a12c mbedtls_ecp_check_pub_priv + .text.ecp_mod_p255 + 0x000000004011a1c4 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x55 (size before relaxing) + *fill* 0x000000004011a215 0x3 + .text.ecp_mod_koblitz + 0x000000004011a218 0x18a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x19e (size before relaxing) + *fill* 0x000000004011a3a2 0x2 + .text.ecp_mod_p256k1 + 0x000000004011a3a4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000004011a3be 0x2 + .text.ecp_mod_p224k1 + 0x000000004011a3c0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000004011a3da 0x2 + .text.ecp_mod_p192k1 + 0x000000004011a3dc 0x1a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000004011a3f6 0x2 + .text.ecp_mod_p521 + 0x000000004011a3f8 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x7e (size before relaxing) + *fill* 0x000000004011a472 0x2 + .text.ecp_mod_p384 + 0x000000004011a474 0x824 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x828 (size before relaxing) + .text.ecp_mod_p256 + 0x000000004011ac98 0x634 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.ecp_mod_p224 + 0x000000004011b2cc 0x30c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x310 (size before relaxing) + .text.ecp_mod_p192 + 0x000000004011b5d8 0x9d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xbd (size before relaxing) + *fill* 0x000000004011b675 0x3 + .text.ecp_group_load + 0x000000004011b678 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x92 (size before relaxing) + *fill* 0x000000004011b702 0x2 + .text.ecp_use_curve25519 + 0x000000004011b704 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0xb8 (size before relaxing) + *fill* 0x000000004011b795 0x3 + .text.mbedtls_ecp_group_load + 0x000000004011b798 0x2fc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x308 (size before relaxing) + 0x000000004011b798 mbedtls_ecp_group_load + .text.entropy_update + 0x000000004011ba94 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x84 (size before relaxing) + .text.entropy_gather_internal + 0x000000004011bb08 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x88 (size before relaxing) + .text.mbedtls_entropy_free + 0x000000004011bb88 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x28 (size before relaxing) + 0x000000004011bb88 mbedtls_entropy_free + .text.mbedtls_entropy_init + 0x000000004011bbac 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x33 (size before relaxing) + 0x000000004011bbac mbedtls_entropy_init + *fill* 0x000000004011bbdb 0x1 + .text.mbedtls_entropy_func + 0x000000004011bbdc 0x10c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x128 (size before relaxing) + 0x000000004011bbdc mbedtls_entropy_func + .text.mbedtls_md_info_from_type + 0x000000004011bce8 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011bce8 mbedtls_md_info_from_type + *fill* 0x000000004011bd3a 0x2 + .text.mbedtls_md_free + 0x000000004011bd3c 0x84 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x90 (size before relaxing) + 0x000000004011bd3c mbedtls_md_free + .text.mbedtls_md_clone + 0x000000004011bdc0 0xc1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xc5 (size before relaxing) + 0x000000004011bdc0 mbedtls_md_clone + *fill* 0x000000004011be81 0x3 + .text.mbedtls_md_setup + 0x000000004011be84 0x114 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x140 (size before relaxing) + 0x000000004011be84 mbedtls_md_setup + .text.mbedtls_md_starts + 0x000000004011bf98 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x99 (size before relaxing) + 0x000000004011bf98 mbedtls_md_starts + *fill* 0x000000004011c029 0x3 + .text.mbedtls_md_update + 0x000000004011c02c 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011c02c mbedtls_md_update + *fill* 0x000000004011c0d3 0x1 + .text.mbedtls_md_finish + 0x000000004011c0d4 0x9d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011c0d4 mbedtls_md_finish + *fill* 0x000000004011c171 0x3 + .text.mbedtls_md + 0x000000004011c174 0xa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011c174 mbedtls_md + *fill* 0x000000004011c21a 0x2 + .text.mbedtls_md_hmac_starts + 0x000000004011c21c 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xe7 (size before relaxing) + 0x000000004011c21c mbedtls_md_hmac_starts + *fill* 0x000000004011c2ef 0x1 + .text.mbedtls_md_hmac_update + 0x000000004011c2f0 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004011c2f0 mbedtls_md_hmac_update + *fill* 0x000000004011c321 0x3 + .text.mbedtls_md_hmac_finish + 0x000000004011c324 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x78 (size before relaxing) + 0x000000004011c324 mbedtls_md_hmac_finish + .text.mbedtls_md_hmac_reset + 0x000000004011c38c 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x44 (size before relaxing) + 0x000000004011c38c mbedtls_md_hmac_reset + .text.mbedtls_md5 + 0x000000004011c3c8 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x40 (size before relaxing) + 0x000000004011c3c8 mbedtls_md5 + *fill* 0x000000004011c3f9 0x3 + .text.mbedtls_md_get_size_from_type + 0x000000004011c3fc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011c40e 0x2 + .text.pk_hashlen_helper + 0x000000004011c410 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x22 (size before relaxing) + *fill* 0x000000004011c42e 0x2 + .text.mbedtls_pk_free + 0x000000004011c430 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x1e (size before relaxing) + 0x000000004011c430 mbedtls_pk_free + *fill* 0x000000004011c44b 0x1 + .text.mbedtls_pk_info_from_type + 0x000000004011c44c 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c44c mbedtls_pk_info_from_type + .text.mbedtls_pk_setup + 0x000000004011c484 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c484 mbedtls_pk_setup + *fill* 0x000000004011c4b5 0x3 + .text.mbedtls_pk_verify_restartable + 0x000000004011c4b8 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c4b8 mbedtls_pk_verify_restartable + *fill* 0x000000004011c501 0x3 + .text.mbedtls_pk_verify + 0x000000004011c504 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c504 mbedtls_pk_verify + *fill* 0x000000004011c521 0x3 + .text.mbedtls_pk_sign_restartable + 0x000000004011c524 0x59 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x5d (size before relaxing) + 0x000000004011c524 mbedtls_pk_sign_restartable + *fill* 0x000000004011c57d 0x3 + .text.mbedtls_pk_sign + 0x000000004011c580 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c580 mbedtls_pk_sign + *fill* 0x000000004011c5a9 0x3 + .text.mbedtls_pk_decrypt + 0x000000004011c5ac 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c5ac mbedtls_pk_decrypt + *fill* 0x000000004011c5e1 0x3 + .text.mbedtls_pk_encrypt + 0x000000004011c5e4 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004011c5e4 mbedtls_pk_encrypt + *fill* 0x000000004011c619 0x3 + .text.mbedtls_pk_verify_ext + 0x000000004011c61c 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xe3 (size before relaxing) + 0x000000004011c61c mbedtls_pk_verify_ext + *fill* 0x000000004011c6ef 0x1 + .text.mbedtls_pk_ecc_set_group + 0x000000004011c6f0 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x81 (size before relaxing) + 0x000000004011c6f0 mbedtls_pk_ecc_set_group + *fill* 0x000000004011c76d 0x3 + .text.mbedtls_pk_ecc_set_key + 0x000000004011c770 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x39 (size before relaxing) + 0x000000004011c770 mbedtls_pk_ecc_set_key + *fill* 0x000000004011c7a5 0x3 + .text.mbedtls_pk_ecc_set_pubkey_from_prv + 0x000000004011c7a8 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x000000004011c7a8 mbedtls_pk_ecc_set_pubkey_from_prv + .text.mbedtls_pk_ecc_set_pubkey + 0x000000004011c7c4 0x22 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x26 (size before relaxing) + 0x000000004011c7c4 mbedtls_pk_ecc_set_pubkey + *fill* 0x000000004011c7e6 0x2 + .text.rsa_debug + 0x000000004011c7e8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .text.eckey_debug + 0x000000004011c808 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004011c81d 0x3 + .text.rsa_free_wrap + 0x000000004011c820 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011c832 0x2 + .text.rsa_alloc_wrap + 0x000000004011c834 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004011c84a 0x2 + .text.rsa_check_pair_wrap + 0x000000004011c84c 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004011c85d 0x3 + .text.rsa_encrypt_wrap + 0x000000004011c860 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x2e (size before relaxing) + *fill* 0x000000004011c88a 0x2 + .text.rsa_decrypt_wrap + 0x000000004011c88c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x2e (size before relaxing) + *fill* 0x000000004011c8b6 0x2 + .text.rsa_sign_wrap + 0x000000004011c8b8 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004011c8e6 0x2 + .text.rsa_verify_wrap + 0x000000004011c8e8 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x3b (size before relaxing) + *fill* 0x000000004011c91f 0x1 + .text.rsa_get_bitlen + 0x000000004011c920 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x10 (size before relaxing) + .text.eckey_free_wrap + 0x000000004011c92c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011c93e 0x2 + .text.eckey_alloc_wrap + 0x000000004011c940 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x1a (size before relaxing) + *fill* 0x000000004011c956 0x2 + .text.eckey_check_pair_wrap + 0x000000004011c958 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004011c96d 0x3 + .text.ecdsa_sign_wrap + 0x000000004011c970 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004011c995 0x3 + .text.ecdsa_verify_wrap + 0x000000004011c998 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x21 (size before relaxing) + *fill* 0x000000004011c9b5 0x3 + .text.pk_get_ecparams + 0x000000004011c9b8 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x59 (size before relaxing) + *fill* 0x000000004011ca0d 0x3 + .text.pk_get_pk_alg + 0x000000004011ca10 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x9c (size before relaxing) + .text.pk_use_ecparams_rfc8410 + 0x000000004011caa4 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000004011cacd 0x3 + .text.pk_group_from_specified + 0x000000004011cad0 0x1de esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x20a (size before relaxing) + *fill* 0x000000004011ccae 0x2 + .text.pk_group_id_from_group + 0x000000004011ccb0 0xae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xd2 (size before relaxing) + *fill* 0x000000004011cd5e 0x2 + .text.pk_ecc_group_id_from_specified + 0x000000004011cd60 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x55 (size before relaxing) + *fill* 0x000000004011cd9d 0x3 + .text.pk_use_ecparams + 0x000000004011cda0 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000004011cdd6 0x2 + .text.pk_parse_key_rfc8410_der + 0x000000004011cdd8 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x4c (size before relaxing) + .text.pk_parse_key_sec1_der + 0x000000004011ce20 0x13f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x153 (size before relaxing) + *fill* 0x000000004011cf5f 0x1 + .text.pk_parse_key_pkcs8_unencrypted_der + 0x000000004011cf60 0x163 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x187 (size before relaxing) + *fill* 0x000000004011d0c3 0x1 + .text.mbedtls_pk_parse_key_pkcs8_encrypted_der + 0x000000004011d0c4 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x11c (size before relaxing) + .text.mbedtls_pk_parse_subpubkey + 0x000000004011d1d4 0x132 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x146 (size before relaxing) + 0x000000004011d1d4 mbedtls_pk_parse_subpubkey + *fill* 0x000000004011d306 0x2 + .text.mbedtls_pk_parse_key + 0x000000004011d308 0x2b6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x322 (size before relaxing) + 0x000000004011d308 mbedtls_pk_parse_key + *fill* 0x000000004011d5be 0x2 + .text.mbedtls_pk_parse_public_key + 0x000000004011d5c0 0x16e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1a6 (size before relaxing) + 0x000000004011d5c0 mbedtls_pk_parse_public_key + *fill* 0x000000004011d72e 0x2 + .text.mbedtls_calloc + 0x000000004011d730 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x000000004011d730 mbedtls_calloc + .text.mbedtls_free + 0x000000004011d744 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x000000004011d744 mbedtls_free + *fill* 0x000000004011d753 0x1 + .text.mbedtls_platform_zeroize + 0x000000004011d754 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x000000004011d754 mbedtls_platform_zeroize + .text.mbedtls_zeroize_and_free + 0x000000004011d76c 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x1a (size before relaxing) + 0x000000004011d76c mbedtls_zeroize_and_free + *fill* 0x000000004011d77f 0x1 + .text.asn1_get_nonzero_mpi + 0x000000004011d780 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x27 (size before relaxing) + *fill* 0x000000004011d79f 0x1 + .text.rsa_check_context + 0x000000004011d7a0 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xe8 (size before relaxing) + .text.rsa_prepare_blinding + 0x000000004011d868 0x107 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x132 (size before relaxing) + *fill* 0x000000004011d96f 0x1 + .text.rsa_unblind + 0x000000004011d970 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xac (size before relaxing) + *fill* 0x000000004011d9fa 0x2 + .text.mbedtls_md_get_size_from_type + 0x000000004011d9fc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004011da0e 0x2 + .text.compute_hash + 0x000000004011da10 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x25 (size before relaxing) + *fill* 0x000000004011da31 0x3 + .text.mgf_mask + 0x000000004011da34 0xcf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xef (size before relaxing) + *fill* 0x000000004011db03 0x1 + .text.hash_mprime + 0x000000004011db04 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x8e (size before relaxing) + *fill* 0x000000004011db7a 0x2 + .text.mbedtls_ct_rsaes_pkcs1_v15_unpadding + 0x000000004011db7c 0x102 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x112 (size before relaxing) + *fill* 0x000000004011dc7e 0x2 + .text.rsa_rsassa_pkcs1_v15_encode + 0x000000004011dc80 0x15a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x162 (size before relaxing) + *fill* 0x000000004011ddda 0x2 + .text.mbedtls_rsa_import + 0x000000004011dddc 0x65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x75 (size before relaxing) + 0x000000004011dddc mbedtls_rsa_import + *fill* 0x000000004011de41 0x3 + .text.mbedtls_rsa_import_raw + 0x000000004011de44 0x85 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x95 (size before relaxing) + 0x000000004011de44 mbedtls_rsa_import_raw + *fill* 0x000000004011dec9 0x3 + .text.mbedtls_rsa_complete + 0x000000004011decc 0x205 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x221 (size before relaxing) + 0x000000004011decc mbedtls_rsa_complete + *fill* 0x000000004011e0d1 0x3 + .text.mbedtls_rsa_init + 0x000000004011e0d4 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011e0d4 mbedtls_rsa_init + *fill* 0x000000004011e0e6 0x2 + .text.mbedtls_rsa_get_bitlen + 0x000000004011e0e8 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x10 (size before relaxing) + 0x000000004011e0e8 mbedtls_rsa_get_bitlen + .text.mbedtls_rsa_check_pubkey + 0x000000004011e0f4 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x64 (size before relaxing) + 0x000000004011e0f4 mbedtls_rsa_check_pubkey + .text.mbedtls_rsa_parse_pubkey + 0x000000004011e144 0xc9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xe5 (size before relaxing) + 0x000000004011e144 mbedtls_rsa_parse_pubkey + *fill* 0x000000004011e20d 0x3 + .text.mbedtls_rsa_check_privkey + 0x000000004011e210 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x6b (size before relaxing) + 0x000000004011e210 mbedtls_rsa_check_privkey + *fill* 0x000000004011e273 0x1 + .text.mbedtls_rsa_check_pub_priv + 0x000000004011e274 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x41 (size before relaxing) + 0x000000004011e274 mbedtls_rsa_check_pub_priv + *fill* 0x000000004011e2ad 0x3 + .text.mbedtls_rsa_public + 0x000000004011e2b0 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x82 (size before relaxing) + 0x000000004011e2b0 mbedtls_rsa_public + *fill* 0x000000004011e322 0x2 + .text.mbedtls_rsa_private + 0x000000004011e324 0x252 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x2e6 (size before relaxing) + 0x000000004011e324 mbedtls_rsa_private + *fill* 0x000000004011e576 0x2 + .text.rsa_rsassa_pss_sign_no_mode_check + 0x000000004011e578 0x17e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x18e (size before relaxing) + *fill* 0x000000004011e6f6 0x2 + .text.rsa_rsassa_pss_sign + 0x000000004011e6f8 0x3d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + *fill* 0x000000004011e735 0x3 + .text.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004011e738 0xf4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x108 (size before relaxing) + 0x000000004011e738 mbedtls_rsa_rsaes_oaep_encrypt + .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004011e82c 0xa9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011e82c mbedtls_rsa_rsaes_pkcs1_v15_encrypt + *fill* 0x000000004011e8d5 0x3 + .text.mbedtls_rsa_pkcs1_encrypt + 0x000000004011e8d8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011e8d8 mbedtls_rsa_pkcs1_encrypt + .text.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004011e91c 0x1a3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1bf (size before relaxing) + 0x000000004011e91c mbedtls_rsa_rsaes_oaep_decrypt + *fill* 0x000000004011eabf 0x1 + .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x000000004011eac0 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x5d (size before relaxing) + 0x000000004011eac0 mbedtls_rsa_rsaes_pkcs1_v15_decrypt + *fill* 0x000000004011eb11 0x3 + .text.mbedtls_rsa_pkcs1_decrypt + 0x000000004011eb14 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x4c (size before relaxing) + 0x000000004011eb14 mbedtls_rsa_pkcs1_decrypt + .text.mbedtls_rsa_rsassa_pss_sign + 0x000000004011eb5c 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011eb5c mbedtls_rsa_rsassa_pss_sign + *fill* 0x000000004011eb7d 0x3 + .text.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x000000004011eb80 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0xd4 (size before relaxing) + 0x000000004011eb80 mbedtls_rsa_rsassa_pkcs1_v15_sign + .text.mbedtls_rsa_pkcs1_sign + 0x000000004011ec38 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011ec38 mbedtls_rsa_pkcs1_sign + *fill* 0x000000004011ec8a 0x2 + .text.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004011ec8c 0x1a9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1b9 (size before relaxing) + 0x000000004011ec8c mbedtls_rsa_rsassa_pss_verify_ext + *fill* 0x000000004011ee35 0x3 + .text.mbedtls_rsa_rsassa_pss_verify + 0x000000004011ee38 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011ee38 mbedtls_rsa_rsassa_pss_verify + *fill* 0x000000004011ee69 0x3 + .text.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x000000004011ee6c 0x8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x96 (size before relaxing) + 0x000000004011ee6c mbedtls_rsa_rsassa_pkcs1_v15_verify + *fill* 0x000000004011eef6 0x2 + .text.mbedtls_rsa_pkcs1_verify + 0x000000004011eef8 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004011eef8 mbedtls_rsa_pkcs1_verify + *fill* 0x000000004011ef41 0x3 + .text.mbedtls_rsa_free + 0x000000004011ef44 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x7c (size before relaxing) + 0x000000004011ef44 mbedtls_rsa_free + .text.mbedtls_rsa_parse_key + 0x000000004011ef9c 0x172 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1b6 (size before relaxing) + 0x000000004011ef9c mbedtls_rsa_parse_key + *fill* 0x000000004011f10e 0x2 + .text.mbedtls_rsa_deduce_primes + 0x000000004011f110 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x220 (size before relaxing) + 0x000000004011f110 mbedtls_rsa_deduce_primes + .text.mbedtls_rsa_deduce_private_exponent + 0x000000004011f2e0 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0xc8 (size before relaxing) + 0x000000004011f2e0 mbedtls_rsa_deduce_private_exponent + .text.mbedtls_rsa_deduce_crt + 0x000000004011f380 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x7a (size before relaxing) + 0x000000004011f380 mbedtls_rsa_deduce_crt + *fill* 0x000000004011f3ee 0x2 + .text.mbedtls_rsa_validate_params + 0x000000004011f3f0 0x1d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x21c (size before relaxing) + 0x000000004011f3f0 mbedtls_rsa_validate_params + .text.mbedtls_rsa_validate_crt + 0x000000004011f5c0 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x15c (size before relaxing) + 0x000000004011f5c0 mbedtls_rsa_validate_crt + .text.mbedtls_sha1 + 0x000000004011f6ec 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x40 (size before relaxing) + 0x000000004011f6ec mbedtls_sha1 + *fill* 0x000000004011f71d 0x3 + .text.mbedtls_sha256 + 0x000000004011f720 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x4a (size before relaxing) + 0x000000004011f720 mbedtls_sha256 + *fill* 0x000000004011f75e 0x2 + .text.mbedtls_sha512 + 0x000000004011f760 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x4a (size before relaxing) + 0x000000004011f760 mbedtls_sha512 + *fill* 0x000000004011f79e 0x2 + .text.mbedtls_hardware_poll + 0x000000004011f7a0 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x000000004011f7a0 mbedtls_hardware_poll + *fill* 0x000000004011f7b3 0x1 + .text.esp_aes_xts_init + 0x000000004011f7b4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004011f7b4 esp_aes_xts_init + *fill* 0x000000004011f7c4 0x0 + .text.esp_aes_xts_free + 0x000000004011f7c4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17 (size before relaxing) + 0x000000004011f7c4 esp_aes_xts_free + *fill* 0x000000004011f7d4 0x0 + .text.esp_aes_xts_setkey_enc + 0x000000004011f7d4 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004011f7d4 esp_aes_xts_setkey_enc + *fill* 0x000000004011f802 0x2 + .text.esp_aes_xts_setkey_dec + 0x000000004011f804 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x36 (size before relaxing) + 0x000000004011f804 esp_aes_xts_setkey_dec + *fill* 0x000000004011f832 0x2 + .text.esp_aes_crypt_xts + 0x000000004011f834 0x176 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x17a (size before relaxing) + 0x000000004011f834 esp_aes_crypt_xts + *fill* 0x000000004011f9aa 0x2 + .text.esp_aes_init + 0x000000004011f9ac 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004011f9ac esp_aes_init + *fill* 0x000000004011f9be 0x2 + .text.esp_aes_free + 0x000000004011f9c0 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004011f9c0 esp_aes_free + *fill* 0x000000004011f9d3 0x1 + .text.esp_aes_setkey + 0x000000004011f9d4 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004011f9d4 esp_aes_setkey + *fill* 0x000000004011fa15 0x3 + .text.esp_aes_block + 0x000000004011fa18 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x7a (size before relaxing) + *fill* 0x000000004011fa8e 0x2 + .text.esp_aes_acquire_hardware + 0x000000004011fa90 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x000000004011fa90 esp_aes_acquire_hardware + .text.esp_aes_release_hardware + 0x000000004011faa8 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x17 (size before relaxing) + 0x000000004011faa8 esp_aes_release_hardware + *fill* 0x000000004011fabb 0x1 + .text.esp_aes_crypt_ecb + 0x000000004011fabc 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x62 (size before relaxing) + 0x000000004011fabc esp_aes_crypt_ecb + *fill* 0x000000004011fb0a 0x2 + .text.esp_aes_crypt_cbc + 0x000000004011fb0c 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x130 (size before relaxing) + 0x000000004011fb0c esp_aes_crypt_cbc + .text.esp_aes_crypt_cfb128 + 0x000000004011fc28 0x124 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x134 (size before relaxing) + 0x000000004011fc28 esp_aes_crypt_cfb128 + .text.esp_aes_crypt_ctr + 0x000000004011fd4c 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x13c (size before relaxing) + 0x000000004011fd4c esp_aes_crypt_ctr + .text.esp_aes_crypt_ofb + 0x000000004011fe78 0xec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0xf4 (size before relaxing) + 0x000000004011fe78 esp_aes_crypt_ofb + .text.mpi_words + 0x000000004011ff64 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.modular_inverse + 0x000000004011ff84 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .text.calculate_rinv + 0x000000004011fff8 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040120023 0x1 + .text.mpi_montgomery_exp_calc + 0x0000000040120024 0xe5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x111 (size before relaxing) + *fill* 0x0000000040120109 0x3 + .text.esp_mpi_exp_mod + 0x000000004012010c 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x11c (size before relaxing) + .text.mpi_mult_mpi_failover_mod_mult + 0x00000000401201fc 0x6e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x85 (size before relaxing) + *fill* 0x000000004012026a 0x2 + .text.mbedtls_mpi_exp_mod + 0x000000004012026c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004012026c mbedtls_mpi_exp_mod + .text.mbedtls_mpi_mul_mpi + 0x0000000040120280 0x122 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x13e (size before relaxing) + 0x0000000040120280 mbedtls_mpi_mul_mpi + *fill* 0x00000000401203a2 0x2 + .text.mpi_mult_mpi_overlong + 0x00000000401203a4 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x76 (size before relaxing) + *fill* 0x000000004012040e 0x2 + .text.mbedtls_mpi_mul_int + 0x0000000040120410 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x0000000040120410 mbedtls_mpi_mul_int + *fill* 0x0000000040120431 0x3 + .text.wait_op_complete + 0x0000000040120434 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004012044f 0x1 + .text.mem_block_to_mpi + 0x0000000040120450 0x43 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x0000000040120493 0x1 + .text.esp_mpi_enable_hardware_hw_op + 0x0000000040120494 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x3a (size before relaxing) + 0x0000000040120494 esp_mpi_enable_hardware_hw_op + *fill* 0x00000000401204ca 0x2 + .text.esp_mpi_disable_hardware_hw_op + 0x00000000401204cc 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x00000000401204cc esp_mpi_disable_hardware_hw_op + *fill* 0x00000000401204f7 0x1 + .text.esp_mpi_read_result_hw_op + 0x00000000401204f8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x18 (size before relaxing) + 0x00000000401204f8 esp_mpi_read_result_hw_op + .text.esp_mpi_mul_mpi_hw_op + 0x000000004012050c 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x51 (size before relaxing) + 0x000000004012050c esp_mpi_mul_mpi_hw_op + *fill* 0x0000000040120555 0x3 + .text.esp_mont_hw_op + 0x0000000040120558 0x86 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x9e (size before relaxing) + 0x0000000040120558 esp_mont_hw_op + *fill* 0x00000000401205de 0x2 + .text.esp_mpi_mult_mpi_failover_mod_mult_hw_op + 0x00000000401205e0 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x94 (size before relaxing) + 0x00000000401205e0 esp_mpi_mult_mpi_failover_mod_mult_hw_op + .text.mbedtls_sha1_software_process + 0x000000004012066c 0x1294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .text.esp_internal_sha1_parallel_engine_process + 0x0000000040121900 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004012194e 0x2 + .text.mbedtls_sha1_init + 0x0000000040121950 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040121950 mbedtls_sha1_init + *fill* 0x0000000040121962 0x2 + .text.mbedtls_sha1_free + 0x0000000040121964 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x22 (size before relaxing) + 0x0000000040121964 mbedtls_sha1_free + *fill* 0x000000004012197f 0x1 + .text.mbedtls_sha1_clone + 0x0000000040121980 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x0000000040121980 mbedtls_sha1_clone + *fill* 0x00000000401219a7 0x1 + .text.mbedtls_sha1_starts + 0x00000000401219a8 0x39 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x00000000401219a8 mbedtls_sha1_starts + *fill* 0x00000000401219e1 0x3 + .text.mbedtls_internal_sha1_process + 0x00000000401219e4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x14 (size before relaxing) + 0x00000000401219e4 mbedtls_internal_sha1_process + .text.mbedtls_sha1_update + 0x00000000401219f4 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0xa8 (size before relaxing) + 0x00000000401219f4 mbedtls_sha1_update + .text.mbedtls_sha1_finish + 0x0000000040121a98 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x118 (size before relaxing) + 0x0000000040121a98 mbedtls_sha1_finish + .text.mbedtls_sha256_software_process + 0x0000000040121ba0 0x9b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .text.esp_internal_sha256_parallel_engine_process + 0x0000000040122554 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x5d (size before relaxing) + *fill* 0x00000000401225a6 0x2 + .text.mbedtls_sha256_init + 0x00000000401225a8 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x00000000401225a8 mbedtls_sha256_init + *fill* 0x00000000401225ba 0x2 + .text.mbedtls_sha256_free + 0x00000000401225bc 0x1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x22 (size before relaxing) + 0x00000000401225bc mbedtls_sha256_free + *fill* 0x00000000401225d7 0x1 + .text.mbedtls_sha256_clone + 0x00000000401225d8 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x00000000401225d8 mbedtls_sha256_clone + *fill* 0x00000000401225ff 0x1 + .text.mbedtls_sha256_starts + 0x0000000040122600 0x7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x0000000040122600 mbedtls_sha256_starts + *fill* 0x000000004012267a 0x2 + .text.mbedtls_sha256_update + 0x000000004012267c 0xa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0xa8 (size before relaxing) + 0x000000004012267c mbedtls_sha256_update + .text.mbedtls_sha256_finish + 0x0000000040122720 0x155 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x165 (size before relaxing) + 0x0000000040122720 mbedtls_sha256_finish + *fill* 0x0000000040122875 0x3 + .text.mbedtls_sha512_software_process + 0x0000000040122878 0xe6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x00000000401236e5 0x3 + .text.esp_internal_sha512_parallel_engine_process + 0x00000000401236e8 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000004012375a 0x2 + .text.mbedtls_sha512_init + 0x000000004012375c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x000000004012375c mbedtls_sha512_init + *fill* 0x000000004012376e 0x2 + .text.mbedtls_sha512_free + 0x0000000040123770 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x2a (size before relaxing) + 0x0000000040123770 mbedtls_sha512_free + *fill* 0x0000000040123797 0x1 + .text.mbedtls_sha512_clone + 0x0000000040123798 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x0000000040123798 mbedtls_sha512_clone + .text.mbedtls_sha512_starts + 0x00000000401237c0 0xda esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xdd (size before relaxing) + 0x00000000401237c0 mbedtls_sha512_starts + *fill* 0x000000004012389a 0x2 + .text.mbedtls_sha512_update + 0x000000004012389c 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0xe4 (size before relaxing) + 0x000000004012389c mbedtls_sha512_update + .text.mbedtls_sha512_finish + 0x0000000040123974 0x274 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x27c (size before relaxing) + 0x0000000040123974 mbedtls_sha512_finish + .text.gcm_mult + 0x0000000040123be8 0x169 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x0000000040123d51 0x3 + .text.increment32_j0 + 0x0000000040123d54 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x0000000040123d96 0x2 + .text.esp_gcm_ghash + 0x0000000040123d98 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x5a (size before relaxing) + *fill* 0x0000000040123de6 0x2 + .text.esp_gcm_derive_J0 + 0x0000000040123de8 0x7e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x82 (size before relaxing) + *fill* 0x0000000040123e66 0x2 + .text.esp_aes_gcm_setkey + 0x0000000040123e68 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x0000000040123e68 esp_aes_gcm_setkey + .text.esp_aes_gcm_init + 0x0000000040123ea8 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x0000000040123ea8 esp_aes_gcm_init + .text.esp_aes_gcm_free + 0x0000000040123ebc 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x0000000040123ebc esp_aes_gcm_free + .text.esp_aes_gcm_starts + 0x0000000040123ed0 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0xcc (size before relaxing) + 0x0000000040123ed0 esp_aes_gcm_starts + .text.esp_aes_gcm_update_ad + 0x0000000040123f94 0x9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x0000000040123f94 esp_aes_gcm_update_ad + .text.esp_aes_gcm_update + 0x0000000040124030 0x12e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x13a (size before relaxing) + 0x0000000040124030 esp_aes_gcm_update + *fill* 0x000000004012415e 0x2 + .text.esp_aes_gcm_finish + 0x0000000040124160 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0xb4 (size before relaxing) + 0x0000000040124160 esp_aes_gcm_finish + .text.esp_aes_gcm_crypt_and_tag_partial_hw + 0x0000000040124210 0x41 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x4d (size before relaxing) + *fill* 0x0000000040124251 0x3 + .text.esp_aes_gcm_crypt_and_tag + 0x0000000040124254 0x52 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x0000000040124254 esp_aes_gcm_crypt_and_tag + *fill* 0x00000000401242a6 0x2 + .text.esp_aes_gcm_auth_decrypt + 0x00000000401242a8 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x00000000401242a8 esp_aes_gcm_auth_decrypt + *fill* 0x000000004012430e 0x2 + .text.esp_md5_finish + 0x0000000040124310 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x0000000040124310 esp_md5_finish + *fill* 0x0000000040124321 0x3 + .text.esp_md5_update + 0x0000000040124324 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x0000000040124324 esp_md5_update + .text.esp_md5_init + 0x0000000040124338 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x0000000040124338 esp_md5_init + *fill* 0x0000000040124346 0x2 + .text.esp_md5_starts + 0x0000000040124348 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x10 (size before relaxing) + 0x0000000040124348 esp_md5_starts + .text.esp_md5_free + 0x0000000040124354 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x12 (size before relaxing) + 0x0000000040124354 esp_md5_free + *fill* 0x0000000040124362 0x2 + .text.esp_md5_clone + 0x0000000040124364 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x0000000040124364 esp_md5_clone + *fill* 0x0000000040124376 0x2 + .text.aria_a 0x0000000040124378 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + *fill* 0x0000000040124461 0x3 + .text.aria_fo_xor + 0x0000000040124464 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x81 (size before relaxing) + *fill* 0x00000000401244e1 0x3 + .text.aria_fe_xor + 0x00000000401244e4 0x7d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x81 (size before relaxing) + *fill* 0x0000000040124561 0x3 + .text.mbedtls_aria_setkey_enc + 0x0000000040124564 0x233 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x243 (size before relaxing) + 0x0000000040124564 mbedtls_aria_setkey_enc + *fill* 0x0000000040124797 0x1 + .text.mbedtls_aria_setkey_dec + 0x0000000040124798 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x74 (size before relaxing) + 0x0000000040124798 mbedtls_aria_setkey_dec + .text.mbedtls_aria_crypt_ecb + 0x0000000040124808 0x1c1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x1cd (size before relaxing) + 0x0000000040124808 mbedtls_aria_crypt_ecb + *fill* 0x00000000401249c9 0x3 + .text.mbedtls_aria_init + 0x00000000401249cc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x00000000401249cc mbedtls_aria_init + *fill* 0x00000000401249de 0x2 + .text.mbedtls_aria_free + 0x00000000401249e0 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x12 (size before relaxing) + 0x00000000401249e0 mbedtls_aria_free + *fill* 0x00000000401249ef 0x1 + .text.mbedtls_aria_crypt_cbc + 0x00000000401249f0 0xbd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x00000000401249f0 mbedtls_aria_crypt_cbc + *fill* 0x0000000040124aad 0x3 + .text.mbedtls_aria_crypt_cfb128 + 0x0000000040124ab0 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x0000000040124ab0 mbedtls_aria_crypt_cfb128 + *fill* 0x0000000040124b41 0x3 + .text.mbedtls_aria_crypt_ctr + 0x0000000040124b44 0x6c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x0000000040124b44 mbedtls_aria_crypt_ctr + .text.asn1_get_sequence_of_cb + 0x0000000040124bb0 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x30 (size before relaxing) + .text.mbedtls_asn1_get_tag + 0x0000000040124bdc 0x31 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124bdc mbedtls_asn1_get_tag + *fill* 0x0000000040124c0d 0x3 + .text.asn1_get_tagged_int + 0x0000000040124c10 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .text.mbedtls_asn1_get_bool + 0x0000000040124ca4 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124ca4 mbedtls_asn1_get_bool + .text.mbedtls_asn1_get_int + 0x0000000040124cdc 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124cdc mbedtls_asn1_get_int + *fill* 0x0000000040124cf1 0x3 + .text.mbedtls_asn1_get_mpi + 0x0000000040124cf4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x2c (size before relaxing) + 0x0000000040124cf4 mbedtls_asn1_get_mpi + .text.mbedtls_asn1_get_bitstring + 0x0000000040124d1c 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124d1c mbedtls_asn1_get_bitstring + *fill* 0x0000000040124d6d 0x3 + .text.mbedtls_asn1_traverse_sequence_of + 0x0000000040124d70 0x8c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x94 (size before relaxing) + 0x0000000040124d70 mbedtls_asn1_traverse_sequence_of + .text.mbedtls_asn1_get_bitstring_null + 0x0000000040124dfc 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124dfc mbedtls_asn1_get_bitstring_null + .text.mbedtls_asn1_sequence_free + 0x0000000040124e34 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124e34 mbedtls_asn1_sequence_free + *fill* 0x0000000040124e4b 0x1 + .text.mbedtls_asn1_get_sequence_of + 0x0000000040124e4c 0x32 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x36 (size before relaxing) + 0x0000000040124e4c mbedtls_asn1_get_sequence_of + *fill* 0x0000000040124e7e 0x2 + .text.mbedtls_asn1_get_alg + 0x0000000040124e80 0x89 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x91 (size before relaxing) + 0x0000000040124e80 mbedtls_asn1_get_alg + *fill* 0x0000000040124f09 0x3 + .text.mbedtls_asn1_get_alg_null + 0x0000000040124f0c 0x45 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124f0c mbedtls_asn1_get_alg_null + *fill* 0x0000000040124f51 0x3 + .text.mbedtls_asn1_free_named_data_list_shallow + 0x0000000040124f54 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x0000000040124f54 mbedtls_asn1_free_named_data_list_shallow + *fill* 0x0000000040124f6b 0x1 + .text.mbedtls_asn1_write_len_and_tag + 0x0000000040124f6c 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x2a (size before relaxing) + *fill* 0x0000000040124f92 0x2 + .text.mbedtls_asn1_write_mpi + 0x0000000040124f94 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x7c (size before relaxing) + 0x0000000040124f94 mbedtls_asn1_write_mpi + .text.mbedtls_ccm_clear_state + 0x0000000040125008 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .text.ccm_calculate_first_block_if_ready + 0x000000004012502c 0xac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0xb0 (size before relaxing) + .text.mbedtls_ccm_crypt + 0x00000000401250d8 0x64 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x68 (size before relaxing) + .text.mbedtls_ccm_compare_tags + 0x000000004012513c 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x18 (size before relaxing) + .text.mbedtls_ccm_init + 0x0000000040125150 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000040125150 mbedtls_ccm_init + *fill* 0x0000000040125162 0x2 + .text.mbedtls_ccm_setkey + 0x0000000040125164 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x54 (size before relaxing) + 0x0000000040125164 mbedtls_ccm_setkey + .text.mbedtls_ccm_free + 0x00000000401251a8 0x17 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x1b (size before relaxing) + 0x00000000401251a8 mbedtls_ccm_free + *fill* 0x00000000401251bf 0x1 + .text.mbedtls_ccm_starts + 0x00000000401251c0 0x71 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x00000000401251c0 mbedtls_ccm_starts + *fill* 0x0000000040125231 0x3 + .text.mbedtls_ccm_set_lengths + 0x0000000040125234 0x5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x0000000040125234 mbedtls_ccm_set_lengths + *fill* 0x000000004012528e 0x2 + .text.mbedtls_ccm_update_ad + 0x0000000040125290 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0xed (size before relaxing) + 0x0000000040125290 mbedtls_ccm_update_ad + *fill* 0x0000000040125379 0x3 + .text.mbedtls_ccm_update + 0x000000004012537c 0x1a4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x1a8 (size before relaxing) + 0x000000004012537c mbedtls_ccm_update + .text.mbedtls_ccm_finish + 0x0000000040125520 0x72 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x7a (size before relaxing) + 0x0000000040125520 mbedtls_ccm_finish + *fill* 0x0000000040125592 0x2 + .text.ccm_auth_crypt + 0x0000000040125594 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x58 (size before relaxing) + .text.ccm_auth_decrypt + 0x00000000401255dc 0x4a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x52 (size before relaxing) + *fill* 0x0000000040125626 0x2 + .text.mbedtls_ccm_encrypt_and_tag + 0x0000000040125628 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x30 (size before relaxing) + 0x0000000040125628 mbedtls_ccm_encrypt_and_tag + .text.mbedtls_ccm_auth_decrypt + 0x0000000040125654 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x30 (size before relaxing) + 0x0000000040125654 mbedtls_ccm_auth_decrypt + .text.derive_mpi + 0x0000000040125680 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000401256ce 0x2 + .text.ecdsa_signature_to_asn1 + 0x00000000401256d0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x8c (size before relaxing) + .text.mbedtls_ecdsa_sign_restartable + 0x0000000040125750 0x1bd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x20d (size before relaxing) + 0x0000000040125750 mbedtls_ecdsa_sign_restartable + *fill* 0x000000004012590d 0x3 + .text.mbedtls_ecdsa_sign_det_restartable + 0x0000000040125910 0xc7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xeb (size before relaxing) + 0x0000000040125910 mbedtls_ecdsa_sign_det_restartable + *fill* 0x00000000401259d7 0x1 + .text.mbedtls_ecdsa_verify_restartable + 0x00000000401259d8 0x143 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x18f (size before relaxing) + 0x00000000401259d8 mbedtls_ecdsa_verify_restartable + *fill* 0x0000000040125b1b 0x1 + .text.mbedtls_ecdsa_write_signature_restartable + 0x0000000040125b1c 0x66 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x76 (size before relaxing) + 0x0000000040125b1c mbedtls_ecdsa_write_signature_restartable + *fill* 0x0000000040125b82 0x2 + .text.mbedtls_ecdsa_write_signature + 0x0000000040125b84 0x29 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x0000000040125b84 mbedtls_ecdsa_write_signature + *fill* 0x0000000040125bad 0x3 + .text.mbedtls_ecdsa_read_signature_restartable + 0x0000000040125bb0 0x93 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xa9 (size before relaxing) + 0x0000000040125bb0 mbedtls_ecdsa_read_signature_restartable + *fill* 0x0000000040125c43 0x1 + .text.mbedtls_ecdsa_read_signature + 0x0000000040125c44 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x0000000040125c44 mbedtls_ecdsa_read_signature + *fill* 0x0000000040125c5d 0x3 + .text.mbedtls_ecdsa_init + 0x0000000040125c60 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xe (size before relaxing) + 0x0000000040125c60 mbedtls_ecdsa_init + *fill* 0x0000000040125c6a 0x2 + .text.mbedtls_ecdsa_free + 0x0000000040125c6c 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xf (size before relaxing) + 0x0000000040125c6c mbedtls_ecdsa_free + *fill* 0x0000000040125c78 0x0 + .text.mbedtls_hmac_drbg_init + 0x0000000040125c78 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x0000000040125c78 mbedtls_hmac_drbg_init + .text.mbedtls_hmac_drbg_update + 0x0000000040125c90 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xd8 (size before relaxing) + 0x0000000040125c90 mbedtls_hmac_drbg_update + .text.hmac_drbg_reseed_core + 0x0000000040125d50 0xc3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + *fill* 0x0000000040125e13 0x1 + .text.mbedtls_hmac_drbg_seed_buf + 0x0000000040125e14 0x3e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x4e (size before relaxing) + 0x0000000040125e14 mbedtls_hmac_drbg_seed_buf + *fill* 0x0000000040125e52 0x2 + .text.mbedtls_hmac_drbg_reseed + 0x0000000040125e54 0x15 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x0000000040125e54 mbedtls_hmac_drbg_reseed + *fill* 0x0000000040125e69 0x3 + .text.mbedtls_hmac_drbg_random_with_add + 0x0000000040125e6c 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xd8 (size before relaxing) + 0x0000000040125e6c mbedtls_hmac_drbg_random_with_add + .text.mbedtls_hmac_drbg_random + 0x0000000040125f30 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x18 (size before relaxing) + 0x0000000040125f30 mbedtls_hmac_drbg_random + .text.mbedtls_hmac_drbg_free + 0x0000000040125f44 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x20 (size before relaxing) + 0x0000000040125f44 mbedtls_hmac_drbg_free + .text.oid_x509_ext_from_asn1 + 0x0000000040125f60 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040125f97 0x1 + .text.oid_sig_alg_from_asn1 + 0x0000000040125f98 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040125fcf 0x1 + .text.oid_pk_alg_from_asn1 + 0x0000000040125fd0 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040126007 0x1 + .text.oid_grp_id_from_asn1 + 0x0000000040126008 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004012603e 0x2 + .text.oid_grp_id_algid_from_asn1 + 0x0000000040126040 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040126077 0x1 + .text.oid_cipher_alg_from_asn1 + 0x0000000040126078 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x00000000401260af 0x1 + .text.oid_md_alg_from_asn1 + 0x00000000401260b0 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x00000000401260e3 0x1 + .text.oid_md_hmac_from_asn1 + 0x00000000401260e4 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x000000004012611b 0x1 + .text.oid_pkcs12_pbe_alg_from_asn1 + 0x000000004012611c 0x37 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + *fill* 0x0000000040126153 0x1 + .text.mbedtls_oid_get_x509_ext_type + 0x0000000040126154 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x0000000040126154 mbedtls_oid_get_x509_ext_type + *fill* 0x000000004012616d 0x3 + .text.mbedtls_oid_get_sig_alg + 0x0000000040126170 0x1c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x20 (size before relaxing) + 0x0000000040126170 mbedtls_oid_get_sig_alg + .text.mbedtls_oid_get_pk_alg + 0x000000004012618c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x000000004012618c mbedtls_oid_get_pk_alg + *fill* 0x00000000401261a5 0x3 + .text.mbedtls_oid_get_ec_grp + 0x00000000401261a8 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x00000000401261a8 mbedtls_oid_get_ec_grp + *fill* 0x00000000401261c1 0x3 + .text.mbedtls_oid_get_ec_grp_algid + 0x00000000401261c4 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x00000000401261c4 mbedtls_oid_get_ec_grp_algid + *fill* 0x00000000401261dd 0x3 + .text.mbedtls_oid_get_cipher_alg + 0x00000000401261e0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x00000000401261e0 mbedtls_oid_get_cipher_alg + *fill* 0x00000000401261f9 0x3 + .text.mbedtls_oid_get_md_alg + 0x00000000401261fc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1c (size before relaxing) + 0x00000000401261fc mbedtls_oid_get_md_alg + .text.mbedtls_oid_get_oid_by_md + 0x0000000040126214 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x0000000040126214 mbedtls_oid_get_oid_by_md + *fill* 0x000000004012623a 0x2 + .text.mbedtls_oid_get_md_hmac + 0x000000004012623c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1d (size before relaxing) + 0x000000004012623c mbedtls_oid_get_md_hmac + *fill* 0x0000000040126255 0x3 + .text.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000040126258 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x21 (size before relaxing) + 0x0000000040126258 mbedtls_oid_get_pkcs12_pbe_alg + *fill* 0x0000000040126275 0x3 + .text.pem_check_pkcs_padding + 0x0000000040126278 0x35 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x00000000401262ad 0x3 + .text.pem_get_iv + 0x00000000401262b0 0x6d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + *fill* 0x000000004012631d 0x3 + .text.pem_pbkdf1 + 0x0000000040126320 0xd8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x100 (size before relaxing) + .text.pem_aes_decrypt + 0x00000000401263f8 0x4d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x61 (size before relaxing) + *fill* 0x0000000040126445 0x3 + .text.mbedtls_pem_read_buffer + 0x0000000040126448 0x2bd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x2d5 (size before relaxing) + 0x0000000040126448 mbedtls_pem_read_buffer + *fill* 0x0000000040126705 0x3 + .text.mbedtls_pem_free + 0x0000000040126708 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x26 (size before relaxing) + 0x0000000040126708 mbedtls_pem_free + *fill* 0x0000000040126726 0x2 + .text.pkcs12_parse_pbe_params + 0x0000000040126728 0x63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x000000004012678b 0x1 + .text.pkcs12_fill_buffer + 0x000000004012678c 0x2e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + *fill* 0x00000000401267ba 0x2 + .text.mbedtls_md_get_size_from_type + 0x00000000401267bc 0x12 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x16 (size before relaxing) + *fill* 0x00000000401267ce 0x2 + .text.calculate_hashes + 0x00000000401267d0 0x9e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0xb6 (size before relaxing) + *fill* 0x000000004012686e 0x2 + .text.mbedtls_pkcs12_derivation + 0x0000000040126870 0x22b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x243 (size before relaxing) + 0x0000000040126870 mbedtls_pkcs12_derivation + *fill* 0x0000000040126a9b 0x1 + .text.pkcs12_pbe_derive_key_iv + 0x0000000040126a9c 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0xb4 (size before relaxing) + .text.mbedtls_pkcs12_pbe_ext + 0x0000000040126b4c 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x144 (size before relaxing) + 0x0000000040126b4c mbedtls_pkcs12_pbe_ext + .text.pkcs5_parse_pbkdf2_params + 0x0000000040126c74 0xab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0xaf (size before relaxing) + *fill* 0x0000000040126d1f 0x1 + .text.pkcs5_pbkdf2_hmac + 0x0000000040126d20 0x11c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x138 (size before relaxing) + .text.mbedtls_pkcs5_pbkdf2_hmac_ext + 0x0000000040126e3c 0x51 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x5d (size before relaxing) + 0x0000000040126e3c mbedtls_pkcs5_pbkdf2_hmac_ext + *fill* 0x0000000040126e8d 0x3 + .text.mbedtls_pkcs5_pbes2_ext + 0x0000000040126e90 0x1d6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x1fa (size before relaxing) + 0x0000000040126e90 mbedtls_pkcs5_pbes2_ext + *fill* 0x0000000040127066 0x2 + .text.sha_get_engine_state + 0x0000000040127068 0x76 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + *fill* 0x00000000401270de 0x2 + .text.esp_sha_lock_engine_common + 0x00000000401270e0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x70 (size before relaxing) + .text.esp_sha_lock_memory_block + 0x0000000040127148 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040127148 esp_sha_lock_memory_block + .text.esp_sha_unlock_memory_block + 0x0000000040127158 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040127158 esp_sha_unlock_memory_block + *fill* 0x0000000040127166 0x2 + .text.esp_sha_try_lock_engine + 0x0000000040127168 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x0000000040127168 esp_sha_try_lock_engine + *fill* 0x0000000040127179 0x3 + .text.esp_sha_unlock_engine + 0x000000004012717c 0x46 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x4a (size before relaxing) + 0x000000004012717c esp_sha_unlock_engine + *fill* 0x00000000401271c2 0x2 + .text.esp_sha_read_digest_state + 0x00000000401271c4 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x44 (size before relaxing) + 0x00000000401271c4 esp_sha_read_digest_state + .text.esp_sha_block + 0x00000000401271f8 0x5c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x68 (size before relaxing) + 0x00000000401271f8 esp_sha_block + .text.mbedtls_base64_encode + 0x0000000040127254 0x132 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x146 (size before relaxing) + 0x0000000040127254 mbedtls_base64_encode + *fill* 0x0000000040127386 0x2 + .text.mbedtls_base64_decode + 0x0000000040127388 0x16d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x0000000040127388 mbedtls_base64_decode + *fill* 0x00000000401274f5 0x3 + .text.x509_get_uid + 0x00000000401274f8 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x48 (size before relaxing) + .text.x509_get_subject_key_id + 0x000000004012753c 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_certificate_policies + 0x0000000040127574 0x129 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x12d (size before relaxing) + *fill* 0x000000004012769d 0x3 + .text.x509_crt_check_san_uri + 0x00000000401276a0 0x31 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401276d1 0x3 + .text.x509_string_cmp + 0x00000000401276d4 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_name_cmp + 0x000000004012774c 0x86 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x00000000401277d2 0x2 + .text.x509_crt_check_ee_locally_trusted + 0x00000000401277d4 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x3c (size before relaxing) + .text.x509_get_version + 0x000000004012780c 0x50 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_dates + 0x000000004012785c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x48 (size before relaxing) + .text.x509_get_basic_constraints + 0x00000000401278a0 0x92 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x96 (size before relaxing) + *fill* 0x0000000040127932 0x2 + .text.x509_get_ext_key_usage + 0x0000000040127934 0x24 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_get_authority_key_id + 0x0000000040127958 0xca esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xce (size before relaxing) + *fill* 0x0000000040127a22 0x2 + .text.x509_get_crt_ext + 0x0000000040127a24 0x2b6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2be (size before relaxing) + *fill* 0x0000000040127cda 0x2 + .text.x509_inet_pton_ipv4 + 0x0000000040127cdc 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1c (size before relaxing) + .text.x509_inet_pton_ipv6 + 0x0000000040127cf4 0x18 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1c (size before relaxing) + .text.mbedtls_pk_get_ec_group_id + 0x0000000040127d0c 0x22 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x26 (size before relaxing) + *fill* 0x0000000040127d2e 0x2 + .text.x509_profile_check_key + 0x0000000040127d30 0x76 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040127da6 0x2 + .text.x509_check_wildcard + 0x0000000040127da8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_cn + 0x0000000040127e18 0x28 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_signature + 0x0000000040127e40 0x59 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x69 (size before relaxing) + *fill* 0x0000000040127e99 0x3 + .text.mbedtls_x509_crt_check_key_usage + 0x0000000040127e9c 0x3e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040127e9c mbedtls_x509_crt_check_key_usage + *fill* 0x0000000040127eda 0x2 + .text.x509_crt_check_parent + 0x0000000040127edc 0x39 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x3d (size before relaxing) + *fill* 0x0000000040127f15 0x3 + .text.x509_crt_find_parent_in + 0x0000000040127f18 0x62 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040127f7a 0x2 + .text.x509_crt_find_parent + 0x0000000040127f7c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x0000000040127fce 0x2 + .text.mbedtls_x509_crt_check_extended_key_usage + 0x0000000040127fd0 0x4a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040127fd0 mbedtls_x509_crt_check_extended_key_usage + *fill* 0x000000004012801a 0x2 + .text.mbedtls_x509_crt_is_revoked + 0x000000004012801c 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000004012801c mbedtls_x509_crt_is_revoked + .text.x509_crt_verifycrl + 0x0000000040128050 0xe9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xf5 (size before relaxing) + *fill* 0x0000000040128139 0x3 + .text.x509_crt_verify_chain + 0x000000004012813c 0x129 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x139 (size before relaxing) + *fill* 0x0000000040128265 0x3 + .text.mbedtls_x509_crt_parse_cn_inet_pton + 0x0000000040128268 0x3a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040128268 mbedtls_x509_crt_parse_cn_inet_pton + *fill* 0x00000000401282a2 0x2 + .text.x509_crt_check_san_ip + 0x00000000401282a4 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_check_san + 0x00000000401282e4 0x62 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x66 (size before relaxing) + *fill* 0x0000000040128346 0x2 + .text.x509_crt_verify_name + 0x0000000040128348 0x5c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x60 (size before relaxing) + .text.x509_crt_verify_restartable_ca_cb + 0x00000000401283a4 0xca esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0xde (size before relaxing) + *fill* 0x000000004012846e 0x2 + .text.mbedtls_x509_crt_verify_restartable + 0x0000000040128470 0x2c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x0000000040128470 mbedtls_x509_crt_verify_restartable + .text.mbedtls_x509_crt_init + 0x000000004012849c 0x12 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x000000004012849c mbedtls_x509_crt_init + *fill* 0x00000000401284ae 0x2 + .text.mbedtls_x509_crt_free + 0x00000000401284b0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x84 (size before relaxing) + 0x00000000401284b0 mbedtls_x509_crt_free + .text.x509_crt_parse_der_core + 0x0000000040128518 0x318 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x374 (size before relaxing) + .text.mbedtls_x509_crt_parse_der_internal + 0x0000000040128830 0x7d esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x8d (size before relaxing) + *fill* 0x00000000401288ad 0x3 + .text.mbedtls_x509_crt_parse_der + 0x00000000401288b0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x00000000401288b0 mbedtls_x509_crt_parse_der + *fill* 0x00000000401288c9 0x3 + .text.mbedtls_x509_crt_parse + 0x00000000401288cc 0xf4 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x104 (size before relaxing) + 0x00000000401288cc mbedtls_x509_crt_parse + .text.x509_date_is_valid + 0x00000000401289c0 0xcd esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x0000000040128a8d 0x3 + .text.x509_parse_time + 0x0000000040128a90 0x78 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x90 (size before relaxing) + .text.x509_get_attr_type_value + 0x0000000040128b08 0xd3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xd7 (size before relaxing) + *fill* 0x0000000040128bdb 0x1 + .text.x509_get_hash_alg + 0x0000000040128bdc 0x8a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8e (size before relaxing) + *fill* 0x0000000040128c66 0x2 + .text.x509_get_other_name + 0x0000000040128c68 0x117 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x11f (size before relaxing) + *fill* 0x0000000040128d7f 0x1 + .text.mbedtls_x509_get_serial + 0x0000000040128d80 0x5f esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040128d80 mbedtls_x509_get_serial + *fill* 0x0000000040128ddf 0x1 + .text.mbedtls_x509_get_alg_null + 0x0000000040128de0 0x15 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x19 (size before relaxing) + 0x0000000040128de0 mbedtls_x509_get_alg_null + *fill* 0x0000000040128df5 0x3 + .text.mbedtls_x509_get_alg + 0x0000000040128df8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x0000000040128df8 mbedtls_x509_get_alg + *fill* 0x0000000040128e12 0x2 + .text.mbedtls_x509_get_rsassa_pss_params + 0x0000000040128e14 0x1c6 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1de (size before relaxing) + 0x0000000040128e14 mbedtls_x509_get_rsassa_pss_params + *fill* 0x0000000040128fda 0x2 + .text.mbedtls_x509_get_name + 0x0000000040128fdc 0x7c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x80 (size before relaxing) + 0x0000000040128fdc mbedtls_x509_get_name + .text.mbedtls_x509_get_time + 0x0000000040129058 0x81 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x85 (size before relaxing) + 0x0000000040129058 mbedtls_x509_get_time + *fill* 0x00000000401290d9 0x3 + .text.mbedtls_x509_get_sig + 0x00000000401290dc 0x3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000401290dc mbedtls_x509_get_sig + .text.mbedtls_x509_get_sig_alg + 0x0000000040129118 0x82 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x8a (size before relaxing) + 0x0000000040129118 mbedtls_x509_get_sig_alg + *fill* 0x000000004012919a 0x2 + .text.mbedtls_x509_get_ext + 0x000000004012919c 0x4c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x50 (size before relaxing) + 0x000000004012919c mbedtls_x509_get_ext + .text.mbedtls_x509_get_ns_cert_type + 0x00000000401291e8 0x43 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000401291e8 mbedtls_x509_get_ns_cert_type + *fill* 0x000000004012922b 0x1 + .text.mbedtls_x509_get_key_usage + 0x000000004012922c 0x52 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x000000004012922c mbedtls_x509_get_key_usage + *fill* 0x000000004012927e 0x2 + .text.mbedtls_x509_parse_subject_alt_name + 0x0000000040129280 0x14e esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x152 (size before relaxing) + 0x0000000040129280 mbedtls_x509_parse_subject_alt_name + *fill* 0x00000000401293ce 0x2 + .text.mbedtls_x509_free_subject_alt_name + 0x00000000401293d0 0xf esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x12 (size before relaxing) + 0x00000000401293d0 mbedtls_x509_free_subject_alt_name + *fill* 0x00000000401293df 0x1 + .text.mbedtls_x509_get_subject_alt_name_ext + 0x00000000401293e0 0xe3 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xeb (size before relaxing) + 0x00000000401293e0 mbedtls_x509_get_subject_alt_name_ext + *fill* 0x00000000401294c3 0x1 + .text.mbedtls_x509_get_subject_alt_name + 0x00000000401294c4 0x39 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x00000000401294c4 mbedtls_x509_get_subject_alt_name + *fill* 0x00000000401294fd 0x3 + .text.esp_wifi_internal_reg_netstack_buf_cb_local + 0x0000000040129500 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x16 (size before relaxing) + 0x0000000040129500 esp_wifi_internal_reg_netstack_buf_cb_local + *fill* 0x000000004012950e 0x2 + .text.esp_wifi_send_deauth_local + 0x0000000040129510 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x14 (size before relaxing) + 0x0000000040129510 esp_wifi_send_deauth_local + *fill* 0x000000004012951d 0x3 + .text.esp_wifi_ap_get_sta_aid_local + 0x0000000040129520 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x85 (size before relaxing) + 0x0000000040129530 esp_wifi_ap_get_sta_aid_local + *fill* 0x00000000401295a1 0x3 + .text.wifi_get_init_state + 0x00000000401295a4 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x00000000401295a8 wifi_get_init_state + *fill* 0x00000000401295b2 0x2 + .text.wifi_is_stop_in_progress + 0x00000000401295b4 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x00000000401295b8 wifi_is_stop_in_progress + *fill* 0x00000000401295c3 0x1 + .text.wifi_api_lock + 0x00000000401295c4 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x00000000401295d0 wifi_api_lock + *fill* 0x0000000040129616 0x2 + .text.wifi_api_unlock + 0x0000000040129618 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2d (size before relaxing) + 0x0000000040129618 wifi_api_unlock + *fill* 0x0000000040129639 0x3 + .text.wifi_init_completed + 0x000000004012963c 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3a (size before relaxing) + 0x000000004012963c wifi_init_completed + *fill* 0x000000004012965f 0x1 + .text.wifi_station_get_config_local$part$5 + 0x0000000040129660 0x1a3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1da (size before relaxing) + *fill* 0x0000000040129803 0x1 + .text.wifi_softap_get_config + 0x0000000040129804 0x19a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1e6 (size before relaxing) + 0x0000000040129808 wifi_softap_get_config + *fill* 0x000000004012999e 0x2 + .text.wifi_check_chan_param + 0x00000000401299a0 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x82 (size before relaxing) + 0x00000000401299a0 wifi_check_chan_param + *fill* 0x0000000040129a12 0x2 + .text.wifi_deinit_in_caller_task + 0x0000000040129a14 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x65 (size before relaxing) + 0x0000000040129a1c wifi_deinit_in_caller_task + *fill* 0x0000000040129a61 0x3 + .text.wifi_init_in_caller_task + 0x0000000040129a64 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xdc (size before relaxing) + 0x0000000040129a6c wifi_init_in_caller_task + .text.wifi_osi_funcs_register + 0x0000000040129b10 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x65 (size before relaxing) + 0x0000000040129b20 wifi_osi_funcs_register + *fill* 0x0000000040129b65 0x3 + .text.net80211_softap_funcs_init + 0x0000000040129b68 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x5a (size before relaxing) + 0x0000000040129b88 net80211_softap_funcs_init + *fill* 0x0000000040129bbe 0x2 + .text.net80211_funcs_init + 0x0000000040129bc0 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x52 (size before relaxing) + 0x0000000040129bc4 net80211_funcs_init + *fill* 0x0000000040129bfb 0x1 + .text.net80211_funcs_deinit + 0x0000000040129bfc 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x28 (size before relaxing) + 0x0000000040129bfc net80211_funcs_deinit + .text.esp_wifi_init_internal + 0x0000000040129c1c 0x10e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x196 (size before relaxing) + 0x0000000040129c30 esp_wifi_init_internal + *fill* 0x0000000040129d2a 0x2 + .text.esp_wifi_deinit_internal + 0x0000000040129d2c 0xe8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x160 (size before relaxing) + 0x0000000040129d40 esp_wifi_deinit_internal + .text.esp_wifi_set_mode + 0x0000000040129e14 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x54 (size before relaxing) + 0x0000000040129e18 esp_wifi_set_mode + .text.esp_wifi_get_mode + 0x0000000040129e54 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x46 (size before relaxing) + 0x0000000040129e54 esp_wifi_get_mode + *fill* 0x0000000040129e7e 0x2 + .text.esp_wifi_start + 0x0000000040129e80 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x50 (size before relaxing) + 0x0000000040129e84 esp_wifi_start + .text.esp_wifi_stop + 0x0000000040129eb8 0x197 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x1fe (size before relaxing) + 0x0000000040129ee0 esp_wifi_stop + *fill* 0x000000004012a04f 0x1 + .text.esp_wifi_connect + 0x000000004012a050 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004012a054 esp_wifi_connect + .text.esp_wifi_disconnect + 0x000000004012a098 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x68 (size before relaxing) + 0x000000004012a09c esp_wifi_disconnect + .text.esp_wifi_set_config + 0x000000004012a0e0 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x8a (size before relaxing) + 0x000000004012a0e8 esp_wifi_set_config + *fill* 0x000000004012a152 0x2 + .text.esp_wifi_get_config + 0x000000004012a154 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x50 (size before relaxing) + 0x000000004012a154 esp_wifi_get_config + .text.esp_wifi_get_mac + 0x000000004012a18c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x50 (size before relaxing) + 0x000000004012a18c esp_wifi_get_mac + .text.esp_wifi_internal_reg_rxcb + 0x000000004012a1b8 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6a (size before relaxing) + 0x000000004012a1bc esp_wifi_internal_reg_rxcb + *fill* 0x000000004012a20a 0x2 + .text.esp_wifi_internal_set_sta_ip + 0x000000004012a20c 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x41 (size before relaxing) + 0x000000004012a20c esp_wifi_internal_set_sta_ip + *fill* 0x000000004012a239 0x3 + .text.wifi_event_post + 0x000000004012a23c 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4b (size before relaxing) + 0x000000004012a244 wifi_event_post + *fill* 0x000000004012a27b 0x1 + .text.wifi_mesh_event_post + 0x000000004012a27c 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4b (size before relaxing) + 0x000000004012a284 wifi_mesh_event_post + *fill* 0x000000004012a2bb 0x1 + .text.esp_wifi_vnd_lora_enable + 0x000000004012a2bc 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xc6 (size before relaxing) + 0x000000004012a2bc esp_wifi_vnd_lora_enable + *fill* 0x000000004012a36a 0x2 + .text.esp_wifi_vnd_lora_disable + 0x000000004012a36c 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x51 (size before relaxing) + 0x000000004012a36c esp_wifi_vnd_lora_disable + *fill* 0x000000004012a3b1 0x3 + .text.esp_wifi_get_event_mask + 0x000000004012a3b4 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2f (size before relaxing) + 0x000000004012a3b8 esp_wifi_get_event_mask + *fill* 0x000000004012a3db 0x1 + .text.esp_wifi_ipc_internal + 0x000000004012a3dc 0x122 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x146 (size before relaxing) + 0x000000004012a3e4 esp_wifi_ipc_internal + *fill* 0x000000004012a4fe 0x2 + .text.esp_wifi_internal_set_log_level + 0x000000004012a500 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x000000004012a504 esp_wifi_internal_set_log_level + *fill* 0x000000004012a51b 0x1 + .text.esp_wifi_internal_on_coex_start + 0x000000004012a51c 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4f (size before relaxing) + 0x000000004012a520 esp_wifi_internal_on_coex_start + *fill* 0x000000004012a553 0x1 + .text.esp_wifi_internal_on_coex_schm_phase + 0x000000004012a554 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4f (size before relaxing) + 0x000000004012a558 esp_wifi_internal_on_coex_schm_phase + *fill* 0x000000004012a58b 0x1 + .text.esp_wifi_set_sleep_min_active_time + 0x000000004012a58c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x12 (size before relaxing) + 0x000000004012a58c esp_wifi_set_sleep_min_active_time + *fill* 0x000000004012a596 0x2 + .text.esp_wifi_set_keep_alive_time + 0x000000004012a598 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x12 (size before relaxing) + 0x000000004012a598 esp_wifi_set_keep_alive_time + *fill* 0x000000004012a5a2 0x2 + .text.esp_wifi_set_sleep_wait_broadcast_data_time + 0x000000004012a5a4 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x12 (size before relaxing) + 0x000000004012a5a4 esp_wifi_set_sleep_wait_broadcast_data_time + *fill* 0x000000004012a5ae 0x2 + .text.esp_wifi_internal_reg_netstack_buf_cb + 0x000000004012a5b0 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x2d (size before relaxing) + 0x000000004012a5b4 esp_wifi_internal_reg_netstack_buf_cb + *fill* 0x000000004012a5d9 0x3 + .text.esp_wifi_internal_issue_disconnect + 0x000000004012a5dc 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x30 (size before relaxing) + 0x000000004012a5e0 esp_wifi_internal_issue_disconnect + .text.esp_wifi_ap_get_sta_aid + 0x000000004012a608 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x43 (size before relaxing) + 0x000000004012a60c esp_wifi_ap_get_sta_aid + *fill* 0x000000004012a643 0x1 + .text.esp_mesh_map_deauth + 0x000000004012a644 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0xa2 (size before relaxing) + 0x000000004012a64c esp_mesh_map_deauth + *fill* 0x000000004012a6c6 0x2 + .text.esp_mesh_get_running_active_duty_cycle + 0x000000004012a6c8 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x59 (size before relaxing) + 0x000000004012a6cc esp_mesh_get_running_active_duty_cycle + *fill* 0x000000004012a715 0x3 + .text.ieee80211_freedom_inside_cb + 0x000000004012a718 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x38 (size before relaxing) + 0x000000004012a718 ieee80211_freedom_inside_cb + .text.ieee80211_send_sa_query + 0x000000004012a74c 0xad C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0xcd (size before relaxing) + *fill* 0x000000004012a7f9 0x3 + .text.ieee80211_send_sa_query_resp + 0x000000004012a7fc 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x28 (size before relaxing) + .text.ieee80211_send_sa_query_req + 0x000000004012a81c 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x28 (size before relaxing) + .text.ieee80211_recv_sa_query_resp + 0x000000004012a83c 0xe2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x102 (size before relaxing) + *fill* 0x000000004012a91e 0x2 + .text.ieee80211_recv_sa_query_req + 0x000000004012a920 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x28 (size before relaxing) + .text.ieee80211_rate_ref_init + 0x000000004012a944 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x22 (size before relaxing) + 0x000000004012a944 ieee80211_rate_ref_init + *fill* 0x000000004012a962 0x2 + .text.ieee80211_freedom_init + 0x000000004012a964 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x32 (size before relaxing) + 0x000000004012a968 ieee80211_freedom_init + *fill* 0x000000004012a98e 0x2 + .text.ieee80211_user_ie_init + 0x000000004012a990 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x43 (size before relaxing) + 0x000000004012a994 ieee80211_user_ie_init + *fill* 0x000000004012a9cb 0x1 + .text.ieee80211_ifattach + 0x000000004012a9cc 0xbf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x113 (size before relaxing) + 0x000000004012a9cc ieee80211_ifattach + *fill* 0x000000004012aa8b 0x1 + .text.ieee80211_ifdetach + 0x000000004012aa8c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x1b (size before relaxing) + 0x000000004012aa8c ieee80211_ifdetach + *fill* 0x000000004012aa9b 0x1 + .text.wifi_create_nan + 0x000000004012aa9c 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0xc8 (size before relaxing) + 0x000000004012aaa0 wifi_create_nan + .text.wifi_destroy_nan + 0x000000004012ab40 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x7e (size before relaxing) + 0x000000004012ab40 wifi_destroy_nan + *fill* 0x000000004012ab97 0x1 + .text.wifi_destroy_softap + 0x000000004012ab98 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x8c (size before relaxing) + 0x000000004012ab98 wifi_destroy_softap + .text.wifi_destroy_sta + 0x000000004012abfc 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x96 (size before relaxing) + 0x000000004012abfc wifi_destroy_sta + *fill* 0x000000004012ac66 0x2 + .text.ieee80211_find_elem_match + 0x000000004012ac68 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x54 (size before relaxing) + 0x000000004012ac68 ieee80211_find_elem_match + .text.ieee80211_find_ie + 0x000000004012acb8 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x1e (size before relaxing) + 0x000000004012acb8 ieee80211_find_ie + *fill* 0x000000004012acd2 0x2 + .text.ieee80211_setup_pmf + 0x000000004012acd4 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x5a (size before relaxing) + 0x000000004012ace4 ieee80211_setup_pmf + *fill* 0x000000004012ad12 0x2 + .text.wifi_create_softap + 0x000000004012ad14 0xbc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0xf4 (size before relaxing) + 0x000000004012ad18 wifi_create_softap + .text.wifi_create_sta + 0x000000004012add0 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x104 (size before relaxing) + 0x000000004012add8 wifi_create_sta + .text.wifi_mode_set + 0x000000004012ae94 0x1aa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x1fa (size before relaxing) + 0x000000004012aeac wifi_mode_set + *fill* 0x000000004012b03e 0x2 + .text.ieee80211_crypto_encap + 0x000000004012b040 0x79 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x85 (size before relaxing) + 0x000000004012b048 ieee80211_crypto_encap + *fill* 0x000000004012b0b9 0x3 + .text.ieee80211_crypto_decap + 0x000000004012b0bc 0x9d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0xb1 (size before relaxing) + 0x000000004012b0c0 ieee80211_crypto_decap + *fill* 0x000000004012b159 0x3 + .text.ieee80211_crypto_aes_128_cmac_encrypt + 0x000000004012b15c 0x106 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x12e (size before relaxing) + 0x000000004012b164 ieee80211_crypto_aes_128_cmac_encrypt + *fill* 0x000000004012b262 0x2 + .text.ieee80211_crypto_aes_128_cmac_decrypt + 0x000000004012b264 0x151 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x181 (size before relaxing) + 0x000000004012b274 ieee80211_crypto_aes_128_cmac_decrypt + *fill* 0x000000004012b3b5 0x3 + .text.ieee80211_crypto_gmac_decrypt + 0x000000004012b3b8 0x1c7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x1fb (size before relaxing) + 0x000000004012b3c8 ieee80211_crypto_gmac_decrypt + *fill* 0x000000004012b57f 0x1 + .text.wifi_log + 0x000000004012b580 0xbc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0xc4 (size before relaxing) + 0x000000004012b594 wifi_log + .text.unlikely.is_non_esp_oui + 0x000000004012b63c 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000004012b66e 0x2 + .text.unlikely.is_esp_manufacturer_oui + 0x000000004012b670 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostapd_beacon_txcb + 0x000000004012b6ac 0xd2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xf6 (size before relaxing) + 0x000000004012b6c8 ieee80211_hostapd_beacon_txcb + *fill* 0x000000004012b77e 0x2 + .text.ieee80211_hostap_send_beacon + 0x000000004012b780 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012b78e 0x2 + .text.hostap_handle_timer + 0x000000004012b790 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + 0x000000004012b790 hostap_handle_timer + *fill* 0x000000004012b79e 0x2 + .text.ap_try_sa_query + 0x000000004012b7a0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012b7ae 0x2 + .text.ap_sa_query_timeout + 0x000000004012b7b0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012b7be 0x2 + .text.ieee80211_hostapd_ps_txcb + 0x000000004012b7c0 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x3a (size before relaxing) + 0x000000004012b7c4 ieee80211_hostapd_ps_txcb + *fill* 0x000000004012b7ee 0x2 + .text.free_mac_info + 0x000000004012b7f0 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x32 (size before relaxing) + *fill* 0x000000004012b81a 0x2 + .text.clear_mac_queue + 0x000000004012b81c 0x6b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x7f (size before relaxing) + *fill* 0x000000004012b887 0x1 + .text.ieee80211_free_beacon_eb + 0x000000004012b888 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x61 (size before relaxing) + 0x000000004012b898 ieee80211_free_beacon_eb + *fill* 0x000000004012b8e1 0x3 + .text.ieee80211_hostap_send_beacon_process + 0x000000004012b8e4 0x3ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x436 (size before relaxing) + 0x000000004012b920 ieee80211_hostap_send_beacon_process + *fill* 0x000000004012bc9e 0x2 + .text.hostap_delete_ptk + 0x000000004012bca0 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x44 (size before relaxing) + 0x000000004012bca0 hostap_delete_ptk + .text.ieee80211_hostap_attach + 0x000000004012bcd0 0x1b6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x236 (size before relaxing) + 0x000000004012bcec ieee80211_hostap_attach + *fill* 0x000000004012be86 0x2 + .text.hostap_deliver_data + 0x000000004012be88 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xc2 (size before relaxing) + 0x000000004012be98 hostap_deliver_data + *fill* 0x000000004012bf36 0x2 + .text.hostap_handle_timer_process + 0x000000004012bf38 0x173 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1ce (size before relaxing) + 0x000000004012bf58 hostap_handle_timer_process + *fill* 0x000000004012c0ab 0x1 + .text.wifi_ap_reg_rxcb + 0x000000004012c0ac 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x11 (size before relaxing) + 0x000000004012c0ac wifi_ap_reg_rxcb + *fill* 0x000000004012c0b9 0x3 + .text.hostap_query_mac_in_list + 0x000000004012c0bc 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x90 (size before relaxing) + 0x000000004012c0c0 hostap_query_mac_in_list + .text.hostap_add_in_mac_list + 0x000000004012c134 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xf6 (size before relaxing) + 0x000000004012c140 hostap_add_in_mac_list + *fill* 0x000000004012c1fa 0x2 + .text.hostap_del_mac_info_from_list + 0x000000004012c1fc 0xd5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xfd (size before relaxing) + 0x000000004012c204 hostap_del_mac_info_from_list + *fill* 0x000000004012c2d1 0x3 + .text.ap_rx_cb + 0x000000004012c2d4 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x26 (size before relaxing) + 0x000000004012c2d4 ap_rx_cb + *fill* 0x000000004012c2f2 0x2 + .text.hostap_auth_open + 0x000000004012c2f4 0x169 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1c1 (size before relaxing) + 0x000000004012c308 hostap_auth_open + *fill* 0x000000004012c45d 0x3 + .text.hostap_recv_ctl + 0x000000004012c460 0x17b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1ca (size before relaxing) + 0x000000004012c474 hostap_recv_ctl + *fill* 0x000000004012c5db 0x1 + .text.wifi_softap_start + 0x000000004012c5dc 0x380 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x440 (size before relaxing) + 0x000000004012c5fc wifi_softap_start + .text.wifi_softap_stop + 0x000000004012c95c 0x16c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1ec (size before relaxing) + 0x000000004012c960 wifi_softap_stop + .text.create_new_bss_for_sa_query_failed_sta + 0x000000004012cac8 0xe7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x12b (size before relaxing) + 0x000000004012cacc create_new_bss_for_sa_query_failed_sta + *fill* 0x000000004012cbaf 0x1 + .text.ap_sa_query_timeout_process + 0x000000004012cbb0 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0xfc (size before relaxing) + 0x000000004012cbb8 ap_sa_query_timeout_process + .text.ap_try_sa_query_process + 0x000000004012cc60 0x175 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1a1 (size before relaxing) + 0x000000004012cc74 ap_try_sa_query_process + *fill* 0x000000004012cdd5 0x3 + .text.hostap_recv_mgmt + 0x000000004012cdd8 0x1056 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x121a (size before relaxing) + 0x000000004012ce54 hostap_recv_mgmt + *fill* 0x000000004012de2e 0x2 + .text.hostap_input + 0x000000004012de30 0x70b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x7df (size before relaxing) + 0x000000004012de50 hostap_input + *fill* 0x000000004012e53b 0x1 + .text.add_mic_ie_bip + 0x000000004012e53c 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x66 (size before relaxing) + 0x000000004012e53c add_mic_ie_bip + *fill* 0x000000004012e58a 0x2 + .text.addba_stop_timeout + 0x000000004012e58c 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x22 (size before relaxing) + *fill* 0x000000004012e5aa 0x2 + .text.ampdu_tx_stop + 0x000000004012e5ac 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x97 (size before relaxing) + *fill* 0x000000004012e62b 0x1 + .text.addba_response_txcb + 0x000000004012e62c 0x182 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1ae (size before relaxing) + *fill* 0x000000004012e7ae 0x2 + .text.ieee80211_ampdu_timeout + 0x000000004012e7b0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e7be 0x2 + .text.addba_timeout + 0x000000004012e7c0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e7ce 0x2 + .text.ieee80211_ampdu_stop_age_timer$part$0 + 0x000000004012e7d0 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x30 (size before relaxing) + .text.ieee80211_add_htcap_body + 0x000000004012e7f8 0x1fd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x20d (size before relaxing) + *fill* 0x000000004012e9f5 0x3 + .text.ht_recv_action_ba_addba_response + 0x000000004012e9f8 0x16d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1b1 (size before relaxing) + *fill* 0x000000004012eb65 0x3 + .text.ieee80211_ht_attach + 0x000000004012eb68 0x214 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x294 (size before relaxing) + 0x000000004012ebb0 ieee80211_ht_attach + .text.ampdu_free_rx_ba_index + 0x000000004012ed7c 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3f (size before relaxing) + 0x000000004012ed80 ampdu_free_rx_ba_index + *fill* 0x000000004012edb3 0x1 + .text.ampdu_rx_stop + 0x000000004012edb4 0xc5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xe1 (size before relaxing) + *fill* 0x000000004012ee79 0x3 + .text.ht_recv_action_ba_delba + 0x000000004012ee7c 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x8d (size before relaxing) + *fill* 0x000000004012eee2 0x2 + .text.ampdu_alloc_rx_ba_index + 0x000000004012eee4 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x8a (size before relaxing) + 0x000000004012eee8 ampdu_alloc_rx_ba_index + *fill* 0x000000004012ef5e 0x2 + .text.ampdu_rx_start + 0x000000004012ef60 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x134 (size before relaxing) + .text.ht_recv_action_ba_addba_request + 0x000000004012f064 0x184 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1bc (size before relaxing) + .text.ieee80211_ht_deattach + 0x000000004012f1e8 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x9e (size before relaxing) + 0x000000004012f1ec ieee80211_ht_deattach + *fill* 0x000000004012f262 0x2 + .text.ieee80211_ampdu_enable + 0x000000004012f264 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1a (size before relaxing) + 0x000000004012f264 ieee80211_ampdu_enable + *fill* 0x000000004012f276 0x2 + .text.ieee80211_ampdu_request + 0x000000004012f278 0x164 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x188 (size before relaxing) + 0x000000004012f28c ieee80211_ampdu_request + .text.ieee80211_ampdu_age_bss + 0x000000004012f3dc 0xd9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xe1 (size before relaxing) + *fill* 0x000000004012f4b5 0x3 + .text.ieee80211_ampdu_start_age_timer + 0x000000004012f4b8 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x69 (size before relaxing) + 0x000000004012f4bc ieee80211_ampdu_start_age_timer + *fill* 0x000000004012f505 0x3 + .text.ieee80211_ampdu_age_all + 0x000000004012f508 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xd4 (size before relaxing) + 0x000000004012f508 ieee80211_ampdu_age_all + .text.ampdu_process_multicast_address_qos_frame + 0x000000004012f5a8 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xae (size before relaxing) + 0x000000004012f5a8 ampdu_process_multicast_address_qos_frame + *fill* 0x000000004012f652 0x2 + .text.ieee80211_recv_bar + 0x000000004012f654 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x87 (size before relaxing) + 0x000000004012f658 ieee80211_recv_bar + *fill* 0x000000004012f6c7 0x1 + .text.ieee80211_ht_node_cleanup + 0x000000004012f6c8 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x42 (size before relaxing) + 0x000000004012f6c8 ieee80211_ht_node_cleanup + *fill* 0x000000004012f6fa 0x2 + .text.ieee80211_ht_node_init + 0x000000004012f6fc 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x8a (size before relaxing) + 0x000000004012f708 ieee80211_ht_node_init + *fill* 0x000000004012f76e 0x2 + .text.ieee80211_parse_htcap + 0x000000004012f770 0x12c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x148 (size before relaxing) + 0x000000004012f780 ieee80211_parse_htcap + .text.ieee80211_has_ht40_bss + 0x000000004012f89c 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xb0 (size before relaxing) + 0x000000004012f89c ieee80211_has_ht40_bss + .text.ieee80211_update_channel + 0x000000004012f944 0x36a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3e2 (size before relaxing) + 0x000000004012f95c ieee80211_update_channel + *fill* 0x000000004012fcae 0x2 + .text.ieee80211_ht_updatehtcap + 0x000000004012fcb0 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x40 (size before relaxing) + 0x000000004012fcb0 ieee80211_ht_updatehtcap + *fill* 0x000000004012fce1 0x3 + .text.ieee80211_ht_updateparams + 0x000000004012fce4 0x18b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1c3 (size before relaxing) + 0x000000004012fd08 ieee80211_ht_updateparams + *fill* 0x000000004012fe6f 0x1 + .text.ieee80211_setup_htrates + 0x000000004012fe70 0xc1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xd5 (size before relaxing) + 0x000000004012fe78 ieee80211_setup_htrates + *fill* 0x000000004012ff31 0x3 + .text.ieee80211_setup_basic_htrates + 0x000000004012ff34 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xac (size before relaxing) + 0x000000004012ff40 ieee80211_setup_basic_htrates + .text.ieee80211_add_htcap + 0x000000004012ffcc 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x54 (size before relaxing) + 0x000000004012ffd4 ieee80211_add_htcap + .text.ieee80211_add_htcap_vendor + 0x0000000040130010 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x3c (size before relaxing) + 0x0000000040130010 ieee80211_add_htcap_vendor + .text.ieee80211_add_htinfo_body + 0x0000000040130044 0x141 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x159 (size before relaxing) + 0x0000000040130050 ieee80211_add_htinfo_body + *fill* 0x0000000040130185 0x3 + .text.ieee80211_add_htinfo + 0x0000000040130188 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x54 (size before relaxing) + 0x0000000040130190 ieee80211_add_htinfo + .text.ieee80211_add_htinfo_vendor + 0x00000000401301cc 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x6a (size before relaxing) + 0x00000000401301d4 ieee80211_add_htinfo_vendor + *fill* 0x0000000040130226 0x2 + .text.ht_action_output + 0x0000000040130228 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x2d (size before relaxing) + 0x0000000040130228 ht_action_output + *fill* 0x0000000040130249 0x3 + .text.ht_send_action_ba_delba + 0x000000004013024c 0xdd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0xf9 (size before relaxing) + *fill* 0x0000000040130329 0x3 + .text.ht_send_action_ba_addba + 0x000000004013032c 0x145 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x165 (size before relaxing) + *fill* 0x0000000040130471 0x3 + .text.ieee80211_decap1 + 0x0000000040130474 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x0000000040130478 ieee80211_decap1 + *fill* 0x00000000401304e3 0x1 + .text.ieee80211_decap_amsdu + 0x00000000401304e4 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x134 (size before relaxing) + 0x00000000401304e8 ieee80211_decap_amsdu + .text.ieee80211_add_ie_vendor_esp_head + 0x00000000401305ec 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x00000000401305f0 ieee80211_add_ie_vendor_esp_head + .text.ieee80211_add_ie_vendor_esp_manufacturer + 0x0000000040130624 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x52 (size before relaxing) + 0x0000000040130624 ieee80211_add_ie_vendor_esp_manufacturer + *fill* 0x000000004013066a 0x2 + .text.wpa_cipher + 0x000000004013066c 0x77 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x83 (size before relaxing) + *fill* 0x00000000401306e3 0x1 + .text.rsn_cipher + 0x00000000401306e4 0xcf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xde (size before relaxing) + *fill* 0x00000000401307b3 0x1 + .text.ieee80211_decap + 0x00000000401307b4 0x1d3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x1f7 (size before relaxing) + 0x00000000401307c8 ieee80211_decap + *fill* 0x0000000040130987 0x1 + .text.ieee80211_setup_rates + 0x0000000040130988 0xdc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xe4 (size before relaxing) + 0x0000000040130988 ieee80211_setup_rates + .text.ieee80211_set_max_rate + 0x0000000040130a64 0x114 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x130 (size before relaxing) + 0x0000000040130a70 ieee80211_set_max_rate + .text.ieee80211_setup_phy_mode + 0x0000000040130b78 0xe6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xf6 (size before relaxing) + 0x0000000040130b84 ieee80211_setup_phy_mode + *fill* 0x0000000040130c5e 0x2 + .text.ieee80211_setup_lr_rates + 0x0000000040130c60 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x74 (size before relaxing) + 0x0000000040130c60 ieee80211_setup_lr_rates + .text.ieee80211_alloc_challenge + 0x0000000040130cd0 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x4a (size before relaxing) + 0x0000000040130cd4 ieee80211_alloc_challenge + *fill* 0x0000000040130d0e 0x2 + .text.ieee80211_parse_beacon + 0x0000000040130d10 0x5fe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x63e (size before relaxing) + 0x0000000040130d30 ieee80211_parse_beacon + *fill* 0x000000004013130e 0x2 + .text.ieee80211_parse_wpa + 0x0000000040131310 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x11c (size before relaxing) + 0x0000000040131310 ieee80211_parse_wpa + .text.ieee80211_rsn_cipher_priority + 0x0000000040131414 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x2e (size before relaxing) + 0x0000000040131418 ieee80211_rsn_cipher_priority + *fill* 0x000000004013143e 0x2 + .text.ieee80211_better_rsn_pairwise_cipher + 0x0000000040131440 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x35 (size before relaxing) + 0x0000000040131440 ieee80211_better_rsn_pairwise_cipher + *fill* 0x0000000040131465 0x3 + .text.ieee80211_amsdu_negotiate + 0x0000000040131468 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xce (size before relaxing) + 0x0000000040131474 ieee80211_amsdu_negotiate + *fill* 0x000000004013152a 0x2 + .text.ieee80211_parse_rsn + 0x000000004013152c 0x7c8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x860 (size before relaxing) + 0x00000000401315ec ieee80211_parse_rsn + .text.ieee80211_is_ht_cipher + 0x0000000040131cf4 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x2b (size before relaxing) + 0x0000000040131cf4 ieee80211_is_ht_cipher + *fill* 0x0000000040131d1b 0x1 + .text.ieee80211_parse_wapi + 0x0000000040131d1c 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x9c (size before relaxing) + 0x0000000040131d20 ieee80211_parse_wapi + .text.ieee80211_parse_action + 0x0000000040131da8 0xb2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0xb6 (size before relaxing) + 0x0000000040131da8 ieee80211_parse_action + *fill* 0x0000000040131e5a 0x2 + .text.wifi_pmk_is_valid + 0x0000000040131e5c 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2d (size before relaxing) + *fill* 0x0000000040131e81 0x3 + .text.ieee80211_ioctl_process + 0x0000000040131e84 0xe6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x106 (size before relaxing) + 0x0000000040131e8c ieee80211_ioctl_process + *fill* 0x0000000040131f6a 0x2 + .text.wifi_station_set_config_local_2 + 0x0000000040131f6c 0x4da C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x5c2 (size before relaxing) + *fill* 0x0000000040132446 0x2 + .text.current_task_is_wifi_task + 0x0000000040132448 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x27 (size before relaxing) + 0x000000004013244c current_task_is_wifi_task + *fill* 0x000000004013246b 0x1 + .text._do_wifi_stop + 0x000000004013246c 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xd0 (size before relaxing) + 0x000000004013247c _do_wifi_stop + .text.wifi_stop_old_mode + 0x000000004013250c 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x60 (size before relaxing) + *fill* 0x000000004013255d 0x3 + .text._do_wifi_start + 0x0000000040132560 0xda C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x10a (size before relaxing) + 0x0000000040132574 _do_wifi_start + *fill* 0x000000004013263a 0x2 + .text.ieee80211_set_phy_bw + 0x000000004013263c 0x1b3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1ff (size before relaxing) + 0x000000004013263c ieee80211_set_phy_bw + *fill* 0x00000000401327ef 0x1 + .text.wifi_station_save_ap_channel + 0x00000000401327f0 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x82 (size before relaxing) + 0x00000000401327f0 wifi_station_save_ap_channel + *fill* 0x0000000040132852 0x2 + .text.ieee80211_sta_connect + 0x0000000040132854 0xe4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x128 (size before relaxing) + 0x000000004013286c ieee80211_sta_connect + .text.ieee80211_sta_disconnect + 0x0000000040132938 0x8b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xbf (size before relaxing) + 0x000000004013293c ieee80211_sta_disconnect + *fill* 0x00000000401329c3 0x1 + .text._do_wifi_disconnect + 0x00000000401329c4 0x87 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xb3 (size before relaxing) + *fill* 0x0000000040132a4b 0x1 + .text.wifi_softap_max_support_num + 0x0000000040132a4c 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x32 (size before relaxing) + 0x0000000040132a4c wifi_softap_max_support_num + *fill* 0x0000000040132a6e 0x2 + .text.wifi_softap_set_config + 0x0000000040132a70 0x85d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x9d1 (size before relaxing) + 0x0000000040132a94 wifi_softap_set_config + *fill* 0x00000000401332cd 0x3 + .text.wifi_get_macaddr + 0x00000000401332d0 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3e (size before relaxing) + 0x00000000401332d4 wifi_get_macaddr + *fill* 0x0000000040133302 0x2 + .text.chip_enable + 0x0000000040133304 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x0000000040133308 chip_enable + .text.chip_disable + 0x0000000040133324 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x0000000040133328 chip_disable + .text.wifi_reset_mac + 0x0000000040133344 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x68 (size before relaxing) + 0x0000000040133354 wifi_reset_mac + .text.wifi_hw_start + 0x00000000401333a4 0x11f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x16e (size before relaxing) + 0x00000000401333bc wifi_hw_start + *fill* 0x00000000401334c3 0x1 + .text.wifi_txq_empty + 0x00000000401334c4 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000401334c4 wifi_txq_empty + .text.wifi_stop_sw_txq + 0x00000000401334e8 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4c (size before relaxing) + 0x00000000401334ec wifi_stop_sw_txq + .text.wifi_hw_stop + 0x0000000040133514 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x164 (size before relaxing) + 0x0000000040133528 wifi_hw_stop + .text.wifi_hw_mode_switch + 0x000000004013361c 0xec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x126 (size before relaxing) + *fill* 0x0000000040133708 0x0 + .text.wifi_set_mode_process + 0x0000000040133708 0x13c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1a0 (size before relaxing) + 0x0000000040133710 wifi_set_mode_process + .text.wifi_menuconfig_init + 0x0000000040133844 0x1b1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1c5 (size before relaxing) + 0x0000000040133878 wifi_menuconfig_init + *fill* 0x00000000401339f5 0x3 + .text.wpa_crypto_funcs_init + 0x00000000401339f8 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x43 (size before relaxing) + 0x0000000040133a00 wpa_crypto_funcs_init + *fill* 0x0000000040133a2f 0x1 + .text.wifi_crypto_init + 0x0000000040133a30 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x14 (size before relaxing) + 0x0000000040133a30 wifi_crypto_init + .text.wifi_hmac_init + 0x0000000040133a3c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x54 (size before relaxing) + 0x0000000040133a44 wifi_hmac_init + .text.wifi_lmac_init + 0x0000000040133a68 0xd2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x126 (size before relaxing) + 0x0000000040133a88 wifi_lmac_init + *fill* 0x0000000040133b3a 0x2 + .text.wifi_deinit + 0x0000000040133b3c 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3a (size before relaxing) + 0x0000000040133b3c wifi_deinit + *fill* 0x0000000040133b5e 0x2 + .text.wifi_init_process + 0x0000000040133b60 0xfe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x145 (size before relaxing) + 0x0000000040133b68 wifi_init_process + *fill* 0x0000000040133c5e 0x2 + .text.wifi_deinit_process + 0x0000000040133c60 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x11 (size before relaxing) + 0x0000000040133c60 wifi_deinit_process + *fill* 0x0000000040133c6a 0x2 + .text.wifi_start_process + 0x0000000040133c6c 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0xab (size before relaxing) + 0x0000000040133c6c wifi_start_process + *fill* 0x0000000040133cdf 0x1 + .text.wifi_stop_process + 0x0000000040133ce0 0x10a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x16e (size before relaxing) + 0x0000000040133ce4 wifi_stop_process + *fill* 0x0000000040133dea 0x2 + .text.wifi_connect_process + 0x0000000040133dec 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x6a (size before relaxing) + 0x0000000040133df4 wifi_connect_process + *fill* 0x0000000040133e36 0x2 + .text.wifi_disconnect_process + 0x0000000040133e38 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x81 (size before relaxing) + 0x0000000040133e40 wifi_disconnect_process + *fill* 0x0000000040133e95 0x3 + .text.wifi_set_rxcb_process + 0x0000000040133e98 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3c (size before relaxing) + 0x0000000040133e98 wifi_set_rxcb_process + .text.wifi_wps_is_started + 0x0000000040133ec4 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040133ec8 wifi_wps_is_started + *fill* 0x0000000040133ed3 0x1 + .text.wifi_wpa2_is_started + 0x0000000040133ed4 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040133ed8 wifi_wpa2_is_started + *fill* 0x0000000040133ee3 0x1 + .text.wifi_ipc_process + 0x0000000040133ee4 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x67 (size before relaxing) + 0x0000000040133ee8 wifi_ipc_process + *fill* 0x0000000040133f43 0x1 + .text.ieee80211_set_appie + 0x0000000040133f44 0x183 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x193 (size before relaxing) + 0x0000000040133f4c ieee80211_set_appie + *fill* 0x00000000401340c7 0x1 + .text.wifi_set_appie_process + 0x00000000401340c8 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1c (size before relaxing) + 0x00000000401340c8 wifi_set_appie_process + .text.wifi_send_mgmt_frame + 0x00000000401340e0 0x13e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x192 (size before relaxing) + 0x00000000401340f4 wifi_send_mgmt_frame + *fill* 0x000000004013421e 0x2 + .text.wifi_register_mgmt_frame + 0x0000000040134220 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1b (size before relaxing) + 0x0000000040134220 wifi_register_mgmt_frame + *fill* 0x0000000040134237 0x1 + .text.wifi_nan_set_config_local + 0x0000000040134238 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x8e (size before relaxing) + 0x0000000040134244 wifi_nan_set_config_local + *fill* 0x00000000401342a6 0x2 + .text.wifi_set_config_process + 0x00000000401342a8 0x483 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x517 (size before relaxing) + 0x00000000401342c0 wifi_set_config_process + *fill* 0x000000004013472b 0x1 + .text.wifi_ap_remove_sta_node_process + 0x000000004013472c 0x102 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13e (size before relaxing) + 0x0000000040134738 wifi_ap_remove_sta_node_process + *fill* 0x000000004013482e 0x2 + .text.wifi_ap_sta_sae_auth_done_process + 0x0000000040134830 0xe2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x10e (size before relaxing) + 0x0000000040134838 wifi_ap_sta_sae_auth_done_process + *fill* 0x0000000040134912 0x2 + .text.wifi_on_coex_start_process + 0x0000000040134914 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2e (size before relaxing) + 0x0000000040134914 wifi_on_coex_start_process + *fill* 0x0000000040134932 0x2 + .text.wifi_on_coex_schm_phase_process + 0x0000000040134934 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x11 (size before relaxing) + 0x0000000040134934 wifi_on_coex_schm_phase_process + *fill* 0x000000004013493e 0x2 + .text.wifi_mesh_ps_duty_cycle_get_process + 0x0000000040134940 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x2d (size before relaxing) + 0x0000000040134940 wifi_mesh_ps_duty_cycle_get_process + *fill* 0x0000000040134965 0x3 + .text.ieee80211_ioctl_init + 0x0000000040134968 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x3f (size before relaxing) + 0x0000000040134970 ieee80211_ioctl_init + *fill* 0x000000004013498f 0x1 + .text.ieee80211_ioctl_deinit + 0x0000000040134990 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x0000000040134990 ieee80211_ioctl_deinit + *fill* 0x000000004013499f 0x1 + .text.ieee80211_ioctl + 0x00000000401349a0 0x196 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x1ea (size before relaxing) + 0x00000000401349b0 ieee80211_ioctl + *fill* 0x0000000040134b36 0x2 + .text.is_esp_mesh_assoc + 0x0000000040134b38 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0xd8 (size before relaxing) + 0x0000000040134b44 is_esp_mesh_assoc + .text.nan_get_tsf + 0x0000000040134c0c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x16 (size before relaxing) + 0x0000000040134c0c nan_get_tsf + *fill* 0x0000000040134c1a 0x2 + .text.nan_get_clust_id + 0x0000000040134c1c 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x0000000040134c20 nan_get_clust_id + .text.wifi_nan_reg_rxcb + 0x0000000040134c28 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x0000000040134c2c wifi_nan_reg_rxcb + *fill* 0x0000000040134c39 0x3 + .text.nan_set_update_sdf_pending + 0x0000000040134c3c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x0000000040134c40 nan_set_update_sdf_pending + .text.nan_set_trc + 0x0000000040134c54 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x8a (size before relaxing) + 0x0000000040134c54 nan_set_trc + *fill* 0x0000000040134cca 0x2 + .text.nan_rx_cb + 0x0000000040134ccc 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x18 (size before relaxing) + 0x0000000040134ccc nan_rx_cb + .text.nan_post_event + 0x0000000040134cdc 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x16 (size before relaxing) + 0x0000000040134cdc nan_post_event + *fill* 0x0000000040134cea 0x2 + .text.nan_set_config_local + 0x0000000040134cec 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0xd4 (size before relaxing) + 0x0000000040134cf8 nan_set_config_local + .text.nan_dp_clear_tmp_data + 0x0000000040134d94 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x72 (size before relaxing) + *fill* 0x0000000040134dfe 0x2 + .text.nan_sched_in_ndc_slot + 0x0000000040134e00 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x3d (size before relaxing) + 0x0000000040134e08 nan_sched_in_ndc_slot + *fill* 0x0000000040134e39 0x3 + .text.nan_sched_is_peer_available + 0x0000000040134e3c 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x40 (size before relaxing) + 0x0000000040134e40 nan_sched_is_peer_available + .text.nan_dp_send_confirm_event + 0x0000000040134e74 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x6b (size before relaxing) + 0x0000000040134e74 nan_dp_send_confirm_event + *fill* 0x0000000040134ecb 0x1 + .text.nan_dp_remove_node + 0x0000000040134ecc 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x55 (size before relaxing) + 0x0000000040134ecc nan_dp_remove_node + *fill* 0x0000000040134f0d 0x3 + .text.nan_dp_delete_peer + 0x0000000040134f10 0xef C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x127 (size before relaxing) + 0x0000000040134f18 nan_dp_delete_peer + *fill* 0x0000000040134fff 0x1 + .text.nan_dp_post_tx + 0x0000000040135000 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0xe0 (size before relaxing) + 0x0000000040135008 nan_dp_post_tx + .text.nan_ndp_resp_timeout_process + 0x00000000401350c4 0xa7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0xcb (size before relaxing) + 0x00000000401350d4 nan_ndp_resp_timeout_process + *fill* 0x000000004013516b 0x1 + .text.nan_warmup_timeout_process + 0x000000004013516c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x13 (size before relaxing) + 0x000000004013516c nan_warmup_timeout_process + *fill* 0x000000004013517b 0x1 + .text.nan_scan_timeout_process + 0x000000004013517c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x13 (size before relaxing) + 0x000000004013517c nan_scan_timeout_process + *fill* 0x000000004013518b 0x1 + .text.nan_dw_start_process + 0x000000004013518c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x13 (size before relaxing) + 0x000000004013518c nan_dw_start_process + *fill* 0x000000004013519b 0x1 + .text.nan_dw_end_process + 0x000000004013519c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x13 (size before relaxing) + 0x000000004013519c nan_dw_end_process + *fill* 0x00000000401351ab 0x1 + .text.nan_send_disc_bcn_process + 0x00000000401351ac 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x00000000401351ac nan_send_disc_bcn_process + *fill* 0x00000000401351bf 0x1 + .text.nan_send_sync_bcn_process + 0x00000000401351c0 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x00000000401351c0 nan_send_sync_bcn_process + *fill* 0x00000000401351d3 0x1 + .text.nan_send_action_process + 0x00000000401351d4 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x00000000401351d4 nan_send_action_process + *fill* 0x00000000401351e7 0x1 + .text.nan_faw_start_process + 0x00000000401351e8 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x00000000401351e8 nan_faw_start_process + *fill* 0x00000000401351fb 0x1 + .text.nan_faw_end_process + 0x00000000401351fc 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x00000000401351fc nan_faw_end_process + *fill* 0x000000004013520f 0x1 + .text.nan_ndc_start_process + 0x0000000040135210 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x17 (size before relaxing) + 0x0000000040135210 nan_ndc_start_process + *fill* 0x0000000040135223 0x1 + .text.nan_sm_init + 0x0000000040135224 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x1b (size before relaxing) + 0x0000000040135224 nan_sm_init + *fill* 0x000000004013523b 0x1 + .text.nan_sm_start + 0x000000004013523c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x16 (size before relaxing) + 0x000000004013523c nan_sm_start + *fill* 0x000000004013524b 0x1 + .text.wifi_nvs_cfg_item_init + 0x000000004013524c 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x98 (size before relaxing) + 0x0000000040135258 wifi_nvs_cfg_item_init + .text.wifi_nvs_cfg_init + 0x00000000401352d4 0x9ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xb9c (size before relaxing) + 0x00000000401354d0 wifi_nvs_cfg_init + .text.wifi_nvs_get + 0x0000000040135c80 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xe (size before relaxing) + 0x0000000040135c80 wifi_nvs_get + *fill* 0x0000000040135c8a 0x2 + .text.wifi_nvs_commit + 0x0000000040135c8c 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x4a (size before relaxing) + 0x0000000040135c8c wifi_nvs_commit + *fill* 0x0000000040135cc6 0x2 + .text.wifi_nvs_set + 0x0000000040135cc8 0x186 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x1b2 (size before relaxing) + 0x0000000040135ce4 wifi_nvs_set + *fill* 0x0000000040135e4e 0x2 + .text.ieee80211_adjust_2nd_chan + 0x0000000040135e50 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x7c (size before relaxing) + 0x0000000040135e50 ieee80211_adjust_2nd_chan + .text.wifi_nvs_compare_cfg_diff + 0x0000000040135eb4 0x18a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x1a2 (size before relaxing) + 0x0000000040135eb8 wifi_nvs_compare_cfg_diff + *fill* 0x000000004013603e 0x2 + .text.wifi_set_default_ssid + 0x0000000040136040 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x58 (size before relaxing) + 0x0000000040136044 wifi_set_default_ssid + .text.wifi_nvs_validate_ap_ssid + 0x0000000040136084 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x22 (size before relaxing) + 0x0000000040136084 wifi_nvs_validate_ap_ssid + *fill* 0x000000004013609e 0x2 + .text.wifi_nvs_validate_ap_password + 0x00000000401360a0 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x48 (size before relaxing) + 0x00000000401360a0 wifi_nvs_validate_ap_password + .text.wifi_nvs_validate_sta_password + 0x00000000401360d8 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x51 (size before relaxing) + 0x00000000401360d8 wifi_nvs_validate_sta_password + *fill* 0x0000000040136119 0x3 + .text.wifi_nvs_validate_country + 0x000000004013611c 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x58 (size before relaxing) + 0x000000004013611c wifi_nvs_validate_country + .text.wifi_nvs_validate_ap_chan + 0x0000000040136170 0x4b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x6b (size before relaxing) + 0x0000000040136170 wifi_nvs_validate_ap_chan + *fill* 0x00000000401361bb 0x1 + .text.wifi_nvs_validate_ap_num + 0x00000000401361bc 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x21 (size before relaxing) + 0x00000000401361bc wifi_nvs_validate_ap_num + *fill* 0x00000000401361d9 0x3 + .text.wifi_nvs_validate_sta_listen_interval + 0x00000000401361dc 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x20 (size before relaxing) + 0x00000000401361dc wifi_nvs_validate_sta_listen_interval + .text.wifi_nvs_load + 0x00000000401361f8 0x2ca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x34e (size before relaxing) + *fill* 0x00000000401364c2 0x2 + .text.wifi_nvs_get_sta_listen_interval + 0x00000000401364c4 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x11 (size before relaxing) + 0x00000000401364c4 wifi_nvs_get_sta_listen_interval + *fill* 0x00000000401364d1 0x3 + .text.wifi_nvs_reset_current_ap_info + 0x00000000401364d4 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x8e (size before relaxing) + 0x00000000401364d4 wifi_nvs_reset_current_ap_info + *fill* 0x0000000040136546 0x2 + .text.wifi_nvs_deinit + 0x0000000040136548 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0x59 (size before relaxing) + 0x0000000040136548 wifi_nvs_deinit + *fill* 0x0000000040136591 0x3 + .text.wifi_nvs_init + 0x0000000040136594 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xa1 (size before relaxing) + 0x00000000401365a0 wifi_nvs_init + *fill* 0x0000000040136609 0x3 + .text.add_appie + 0x000000004013660c 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1b (size before relaxing) + *fill* 0x0000000040136623 0x1 + .text.ieee80211_vnd_ie_size$part$5 + 0x0000000040136624 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x35 (size before relaxing) + *fill* 0x0000000040136655 0x3 + .text.ieee80211_add_tie_param + 0x0000000040136658 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xa6 (size before relaxing) + 0x0000000040136658 ieee80211_add_tie_param + *fill* 0x00000000401366e6 0x2 + .text.ieee80211_reg_netstack_buf_cb + 0x00000000401366e8 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x00000000401366f0 ieee80211_reg_netstack_buf_cb + *fill* 0x0000000040136702 0x2 + .text.ieee80211_set_hmac_stop + 0x0000000040136704 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x3f (size before relaxing) + 0x0000000040136704 ieee80211_set_hmac_stop + *fill* 0x0000000040136737 0x1 + .text.ieee80211_recycle_cache_eb + 0x0000000040136738 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2f (size before relaxing) + 0x0000000040136738 ieee80211_recycle_cache_eb + *fill* 0x000000004013675c 0x0 + .text.ieee80211_empty_txq + 0x000000004013675c 0x85 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x95 (size before relaxing) + 0x0000000040136760 ieee80211_empty_txq + *fill* 0x00000000401367e1 0x3 + .text.is_wapi_alloc_tx_buf + 0x00000000401367e4 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x3a (size before relaxing) + 0x00000000401367e4 is_wapi_alloc_tx_buf + *fill* 0x000000004013681a 0x2 + .text.ieee80211_wapi_alloc_tx_buf + 0x000000004013681c 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x58 (size before relaxing) + 0x0000000040136820 ieee80211_wapi_alloc_tx_buf + .text.ieee80211_copy_eb_header + 0x0000000040136870 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x95 (size before relaxing) + 0x0000000040136874 ieee80211_copy_eb_header + *fill* 0x00000000401368fd 0x3 + .text.ieee80211_amsdu_adjust_head + 0x0000000040136900 0xdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xeb (size before relaxing) + 0x0000000040136904 ieee80211_amsdu_adjust_head + *fill* 0x00000000401369db 0x1 + .text.ieee80211_amsdu_length_check + 0x00000000401369dc 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2d (size before relaxing) + 0x00000000401369dc ieee80211_amsdu_length_check + *fill* 0x0000000040136a05 0x3 + .text.ieee80211_output_init + 0x0000000040136a08 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x39 (size before relaxing) + 0x0000000040136a14 ieee80211_output_init + *fill* 0x0000000040136a39 0x3 + .text.ieee80211_send_setup + 0x0000000040136a3c 0x141 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x16d (size before relaxing) + 0x0000000040136a48 ieee80211_send_setup + *fill* 0x0000000040136b7d 0x3 + .text.ieee80211_tx_mgt_cb + 0x0000000040136b80 0x192 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1f2 (size before relaxing) + 0x0000000040136b88 ieee80211_tx_mgt_cb + *fill* 0x0000000040136d12 0x2 + .text.ieee80211_classify + 0x0000000040136d14 0x17c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x19c (size before relaxing) + 0x0000000040136d2c ieee80211_classify + .text.ieee80211_add_rates + 0x0000000040136e90 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x34 (size before relaxing) + 0x0000000040136e90 ieee80211_add_rates + .text.ieee80211_add_dsparams + 0x0000000040136ec0 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2a (size before relaxing) + 0x0000000040136ec0 ieee80211_add_dsparams + *fill* 0x0000000040136ee6 0x2 + .text.ieee80211_add_xrates + 0x0000000040136ee8 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x5e (size before relaxing) + 0x0000000040136ee8 ieee80211_add_xrates + *fill* 0x0000000040136f3e 0x2 + .text.ieee80211_add_probe_resp_app_ies + 0x0000000040136f40 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x23 (size before relaxing) + 0x0000000040136f40 ieee80211_add_probe_resp_app_ies + *fill* 0x0000000040136f5f 0x1 + .text.ieee80211_add_beacon_app_ies + 0x0000000040136f60 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x23 (size before relaxing) + 0x0000000040136f60 ieee80211_add_beacon_app_ies + *fill* 0x0000000040136f7f 0x1 + .text.ieee80211_add_assoc_resp_ies + 0x0000000040136f80 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x22 (size before relaxing) + 0x0000000040136f80 ieee80211_add_assoc_resp_ies + *fill* 0x0000000040136f9e 0x2 + .text.ieee80211_add_assoc_req_ies + 0x0000000040136fa0 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x22 (size before relaxing) + 0x0000000040136fa0 ieee80211_add_assoc_req_ies + *fill* 0x0000000040136fbe 0x2 + .text.ieee80211_add_probe_req_ies + 0x0000000040136fc0 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x22 (size before relaxing) + 0x0000000040136fc0 ieee80211_add_probe_req_ies + *fill* 0x0000000040136fde 0x2 + .text.ieee80211_add_wme_param + 0x0000000040136fe0 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x90 (size before relaxing) + 0x0000000040136fe8 ieee80211_add_wme_param + .text.ieee80211_add_dh_param + 0x000000004013706c 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x53 (size before relaxing) + 0x0000000040137074 ieee80211_add_dh_param + *fill* 0x00000000401370af 0x1 + .text.ieee80211_add_csa + 0x00000000401370b0 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x38 (size before relaxing) + 0x00000000401370b0 ieee80211_add_csa + .text.ieee80211_add_extcap + 0x00000000401370e4 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x9f (size before relaxing) + 0x00000000401370ec ieee80211_add_extcap + *fill* 0x0000000040137163 0x1 + .text.ieee80211_vnd_ie_set + 0x0000000040137164 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x40 (size before relaxing) + 0x0000000040137164 ieee80211_vnd_ie_set + .text.ieee80211_vnd_lora_ie_size + 0x000000004013719c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1c (size before relaxing) + 0x000000004013719c ieee80211_vnd_lora_ie_size + .text.ieee80211_vnd_lora_ie_set + 0x00000000401371b4 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x39 (size before relaxing) + 0x00000000401371b4 ieee80211_vnd_lora_ie_set + *fill* 0x00000000401371e5 0x3 + .text.ieee80211_setup_robust_mgmtframe + 0x00000000401371e8 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x7c (size before relaxing) + 0x00000000401371e8 ieee80211_setup_robust_mgmtframe + *fill* 0x0000000040137255 0x3 + .text.ieee80211_mgmt_output + 0x0000000040137258 0x22b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x27b (size before relaxing) + 0x000000004013726c ieee80211_mgmt_output + *fill* 0x0000000040137483 0x1 + .text.ieee80211_getcapinfo + 0x0000000040137484 0x92 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xae (size before relaxing) + 0x000000004013748c ieee80211_getcapinfo + *fill* 0x0000000040137516 0x2 + .text.ieee80211_assoc_req_construct + 0x0000000040137518 0x463 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x537 (size before relaxing) + 0x0000000040137534 ieee80211_assoc_req_construct + *fill* 0x000000004013797b 0x1 + .text.ieee80211_assoc_resp_construct + 0x000000004013797c 0x2e2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x38a (size before relaxing) + 0x0000000040137990 ieee80211_assoc_resp_construct + *fill* 0x0000000040137c5e 0x2 + .text.ieee80211_auth_construct + 0x0000000040137c60 0x31e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x356 (size before relaxing) + 0x0000000040137c6c ieee80211_auth_construct + *fill* 0x0000000040137f7e 0x2 + .text.ieee80211_get_robustmgtframe + 0x0000000040137f80 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x39 (size before relaxing) + 0x0000000040137f80 ieee80211_get_robustmgtframe + *fill* 0x0000000040137fb1 0x3 + .text.ieee80211_deauth_construct + 0x0000000040137fb4 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x64 (size before relaxing) + 0x0000000040137fb8 ieee80211_deauth_construct + .text.ieee80211_disassoc_construct + 0x0000000040138010 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x64 (size before relaxing) + 0x0000000040138014 ieee80211_disassoc_construct + .text.ieee80211_search_node + 0x000000004013806c 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x102 (size before relaxing) + 0x0000000040138084 ieee80211_search_node + *fill* 0x0000000040138156 0x2 + .text.ieee80211_output + 0x0000000040138158 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1d (size before relaxing) + 0x0000000040138158 ieee80211_output + *fill* 0x0000000040138171 0x3 + .text.ieee80211_output_pending_eb + 0x0000000040138174 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x94 (size before relaxing) + 0x0000000040138178 ieee80211_output_pending_eb + .text.ieee80211_amsdu_send_check + 0x00000000401381e4 0xab C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0xb7 (size before relaxing) + 0x00000000401381ec ieee80211_amsdu_send_check + *fill* 0x000000004013828f 0x1 + .text.ieee80211_amsdu_encap_check + 0x0000000040138290 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x70 (size before relaxing) + 0x0000000040138290 ieee80211_amsdu_encap_check + .text.ieee80211_encap_amsdu + 0x00000000401382f0 0x1b1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x201 (size before relaxing) + 0x00000000401382f0 ieee80211_encap_amsdu + *fill* 0x00000000401384a1 0x3 + .text.ieee80211_alloc_proberesp + 0x00000000401384a4 0x2ad C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x361 (size before relaxing) + 0x00000000401384b4 ieee80211_alloc_proberesp + *fill* 0x0000000040138751 0x3 + .text.ieee80211_alloc_deauth + 0x0000000040138754 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x58 (size before relaxing) + 0x0000000040138758 ieee80211_alloc_deauth + .text.ieee80211_output_raw_process + 0x00000000401387a0 0x194 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1d8 (size before relaxing) + 0x00000000401387ac ieee80211_output_raw_process + .text.ieee80211_beacon_construct + 0x0000000040138934 0x286 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x312 (size before relaxing) + 0x0000000040138934 ieee80211_beacon_construct + *fill* 0x0000000040138bba 0x2 + .text.ieee80211_send_nulldata + 0x0000000040138bbc 0x140 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1a0 (size before relaxing) + 0x0000000040138bc4 ieee80211_send_nulldata + .text.ieee80211_send_probereq + 0x0000000040138cfc 0x23d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2c1 (size before relaxing) + 0x0000000040138d04 ieee80211_send_probereq + *fill* 0x0000000040138f39 0x3 + .text.ieee80211_send_mgmt + 0x0000000040138f3c 0xe2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x12a (size before relaxing) + 0x0000000040138f44 ieee80211_send_mgmt + *fill* 0x000000004013901e 0x2 + .text.ieee80211_send_proberesp + 0x0000000040139020 0xec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x13c (size before relaxing) + 0x0000000040139028 ieee80211_send_proberesp + .text.ieee80211_send_deauth_no_bss + 0x000000004013910c 0x13c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x190 (size before relaxing) + 0x0000000040139118 ieee80211_send_deauth_no_bss + .text.ieee80211_beacon_alloc + 0x0000000040139248 0x1fe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x26e (size before relaxing) + 0x0000000040139260 ieee80211_beacon_alloc + *fill* 0x0000000040139446 0x2 + .text.ieee80211_encap_null_data + 0x0000000040139448 0x125 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x161 (size before relaxing) + 0x0000000040139454 ieee80211_encap_null_data + *fill* 0x000000004013956d 0x3 + .text.ieee80211_pm_tx_null_process + 0x0000000040139570 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x3f (size before relaxing) + 0x0000000040139570 ieee80211_pm_tx_null_process + *fill* 0x00000000401395a7 0x1 + .text.ieee80211_phy_deinit + 0x00000000401395a8 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x11 (size before relaxing) + 0x00000000401395a8 ieee80211_phy_deinit + *fill* 0x00000000401395b2 0x2 + .text.ieee80211_phy_type_get + 0x00000000401395b4 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x5f (size before relaxing) + 0x00000000401395b4 ieee80211_phy_type_get + *fill* 0x000000004013960f 0x1 + .text.ieee80211_phy_mode_show + 0x0000000040139610 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x0000000040139630 ieee80211_phy_mode_show + *fill* 0x000000004013968d 0x3 + .text.ieee80211_setup_ratetable + 0x0000000040139690 0x111 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x135 (size before relaxing) + 0x00000000401396a4 ieee80211_setup_ratetable + *fill* 0x00000000401397a1 0x3 + .text.ieee80211_phy_init + 0x00000000401397a4 0xa0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0xee (size before relaxing) + 0x00000000401397a8 ieee80211_phy_init + *fill* 0x0000000040139844 0x0 + .text.ieee80211_psq_init + 0x0000000040139844 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x1d (size before relaxing) + 0x0000000040139844 ieee80211_psq_init + *fill* 0x000000004013985d 0x3 + .text.ieee80211_gpsq_init + 0x0000000040139860 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x5a (size before relaxing) + 0x0000000040139864 ieee80211_gpsq_init + *fill* 0x000000004013989e 0x2 + .text.ieee80211_psq_find_max_bss + 0x00000000401398a0 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x3b (size before relaxing) + 0x00000000401398a0 ieee80211_psq_find_max_bss + *fill* 0x00000000401398d3 0x1 + .text.ieee80211_set_tim + 0x00000000401398d4 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x87 (size before relaxing) + 0x00000000401398d4 ieee80211_set_tim + *fill* 0x0000000040139953 0x1 + .text.ieee80211_psq_take_head + 0x0000000040139954 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x45 (size before relaxing) + 0x0000000040139954 ieee80211_psq_take_head + *fill* 0x0000000040139995 0x3 + .text.ieee80211_psq_drop_one_pkt + 0x0000000040139998 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x6b (size before relaxing) + 0x0000000040139998 ieee80211_psq_drop_one_pkt + *fill* 0x00000000401399e7 0x1 + .text.ieee80211_psq_send_one_pkt + 0x00000000401399e8 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x79 (size before relaxing) + 0x00000000401399e8 ieee80211_psq_send_one_pkt + *fill* 0x0000000040139a45 0x3 + .text.ieee80211_psq_is_buff_pkt + 0x0000000040139a48 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x4c (size before relaxing) + 0x0000000040139a48 ieee80211_psq_is_buff_pkt + *fill* 0x0000000040139a7d 0x3 + .text.ieee80211_pwrsave + 0x0000000040139a80 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x82 (size before relaxing) + 0x0000000040139a80 ieee80211_pwrsave + *fill* 0x0000000040139aee 0x2 + .text.pwrsave_flushq + 0x0000000040139af0 0xc9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0xe9 (size before relaxing) + 0x0000000040139af0 pwrsave_flushq + *fill* 0x0000000040139bb9 0x3 + .text.ieee80211_node_pwrsave + 0x0000000040139bbc 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x7a (size before relaxing) + 0x0000000040139bbc ieee80211_node_pwrsave + *fill* 0x0000000040139c1e 0x2 + .text.ieee80211_pwrsave_node_cleanup + 0x0000000040139c20 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x47 (size before relaxing) + 0x0000000040139c20 ieee80211_pwrsave_node_cleanup + *fill* 0x0000000040139c57 0x1 + .text.ieee80211_pwrsave_txcb + 0x0000000040139c58 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x9f (size before relaxing) + 0x0000000040139c58 ieee80211_pwrsave_txcb + *fill* 0x0000000040139cd7 0x1 + .text.ieee80211_proto_attach + 0x0000000040139cd8 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x2f (size before relaxing) + 0x0000000040139cdc ieee80211_proto_attach + *fill* 0x0000000040139cff 0x1 + .text.ieee80211_wme_updateparams + 0x0000000040139d00 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x4a (size before relaxing) + 0x0000000040139d04 ieee80211_wme_updateparams + *fill* 0x0000000040139d3e 0x2 + .text.ieee80211_mlme_connect_bss + 0x0000000040139d40 0x16a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x1ae (size before relaxing) + 0x0000000040139d60 ieee80211_mlme_connect_bss + *fill* 0x0000000040139eaa 0x2 + .text.get_country_chan_info + 0x0000000040139eac 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x30 (size before relaxing) + .text.ieee80211_is_40mhz_valid_bw + 0x0000000040139ed8 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x64 (size before relaxing) + 0x0000000040139ee0 ieee80211_is_40mhz_valid_bw + .text.ieee80211_regdomain_get_country + 0x0000000040139f2c 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x3e (size before relaxing) + 0x0000000040139f2c ieee80211_regdomain_get_country + *fill* 0x0000000040139f62 0x2 + .text.ieee80211_update_phy_country + 0x0000000040139f64 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x30 (size before relaxing) + 0x0000000040139f64 ieee80211_update_phy_country + .text.ieee80211_regdomain_update + 0x0000000040139f88 0x138 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x15c (size before relaxing) + 0x0000000040139f8c ieee80211_regdomain_update + .text.ieee80211_regdomain_update_in_scan + 0x000000004013a0c0 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x16 (size before relaxing) + 0x000000004013a0c0 ieee80211_regdomain_update_in_scan + *fill* 0x000000004013a0d2 0x2 + .text.ieee80211_regdomain_update_in_connect + 0x000000004013a0d4 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x18 (size before relaxing) + 0x000000004013a0d4 ieee80211_regdomain_update_in_connect + .text.ieee80211_add_countryie + 0x000000004013a0e8 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x71 (size before relaxing) + 0x000000004013a0ec ieee80211_add_countryie + *fill* 0x000000004013a14d 0x3 + .text.ieee80211_regdomain_max_chan + 0x000000004013a150 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x2e (size before relaxing) + 0x000000004013a150 ieee80211_regdomain_max_chan + *fill* 0x000000004013a176 0x2 + .text.ieee80211_regdomain_ap_max_chan + 0x000000004013a178 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x1c (size before relaxing) + 0x000000004013a178 ieee80211_regdomain_ap_max_chan + .text.ieee80211_regdomain_min_chan + 0x000000004013a190 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x24 (size before relaxing) + 0x000000004013a190 ieee80211_regdomain_min_chan + .text.ieee80211_regdomain_ap_min_chan + 0x000000004013a1ac 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x12 (size before relaxing) + 0x000000004013a1ac ieee80211_regdomain_ap_min_chan + *fill* 0x000000004013a1b7 0x1 + .text.ieee80211_regdomain_chan_in_range + 0x000000004013a1b8 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x2e (size before relaxing) + 0x000000004013a1b8 ieee80211_regdomain_chan_in_range + *fill* 0x000000004013a1d6 0x2 + .text.ieee80211_regdomain_is_active_scan + 0x000000004013a1d8 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x33 (size before relaxing) + 0x000000004013a1d8 ieee80211_regdomain_is_active_scan + *fill* 0x000000004013a207 0x1 + .text.ieee80211_rfid_locp_recv_reset + 0x000000004013a208 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x14 (size before relaxing) + 0x000000004013a208 ieee80211_rfid_locp_recv_reset + .text.ieee80211_rfid_locp_recv + 0x000000004013a218 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x20 (size before relaxing) + 0x000000004013a218 ieee80211_rfid_locp_recv + .text.scan_enter_oper_channel + 0x000000004013a234 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x000000004013a242 0x2 + .text.scan_inter_channel_timeout + 0x000000004013a244 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x16 (size before relaxing) + *fill* 0x000000004013a252 0x2 + .text.scan_op_start + 0x000000004013a254 0x1d2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x232 (size before relaxing) + *fill* 0x000000004013a426 0x2 + .text.unlikely.sta_update_owe_bssid + 0x000000004013a428 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x77 (size before relaxing) + *fill* 0x000000004013a483 0x1 + .text.ieee80211_scan_attach + 0x000000004013a484 0xab C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xbb (size before relaxing) + 0x000000004013a494 ieee80211_scan_attach + *fill* 0x000000004013a52f 0x1 + .text.ieee80211_scan_deattach + 0x000000004013a530 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2c (size before relaxing) + 0x000000004013a530 ieee80211_scan_deattach + .text.scan_flush_all_tx_buf + 0x000000004013a554 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x84 (size before relaxing) + 0x000000004013a55c scan_flush_all_tx_buf + .text.scan_cancel + 0x000000004013a5bc 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x94 (size before relaxing) + 0x000000004013a5c0 scan_cancel + .text.scan_remove_bssid + 0x000000004013a638 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19 (size before relaxing) + 0x000000004013a638 scan_remove_bssid + *fill* 0x000000004013a64d 0x3 + .text.scan_hidden_ssid + 0x000000004013a650 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x17 (size before relaxing) + 0x000000004013a650 scan_hidden_ssid + *fill* 0x000000004013a663 0x1 + .text.scan_set_act_duration + 0x000000004013a664 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x15 (size before relaxing) + 0x000000004013a664 scan_set_act_duration + *fill* 0x000000004013a675 0x3 + .text.scan_set_pas_duration + 0x000000004013a678 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x13 (size before relaxing) + 0x000000004013a678 scan_set_pas_duration + *fill* 0x000000004013a687 0x1 + .text.scan_add_probe_ssid + 0x000000004013a688 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x72 (size before relaxing) + 0x000000004013a688 scan_add_probe_ssid + *fill* 0x000000004013a6ee 0x2 + .text.scan_remove_probe_ssid + 0x000000004013a6f0 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x31 (size before relaxing) + 0x000000004013a6f0 scan_remove_probe_ssid + *fill* 0x000000004013a71d 0x3 + .text.scan_prefer_chan + 0x000000004013a720 0x1cd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x225 (size before relaxing) + 0x000000004013a740 scan_prefer_chan + *fill* 0x000000004013a8ed 0x3 + .text.scan_update_scan_history + 0x000000004013a8f0 0x184 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1a8 (size before relaxing) + 0x000000004013a900 scan_update_scan_history + .text.scan_build_chan_list + 0x000000004013aa74 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xa0 (size before relaxing) + 0x000000004013aa7c scan_build_chan_list + .text.scan_set_desChan + 0x000000004013ab04 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19 (size before relaxing) + 0x000000004013ab04 scan_set_desChan + *fill* 0x000000004013ab19 0x3 + .text.scan_get_type + 0x000000004013ab1c 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x10 (size before relaxing) + 0x000000004013ab1c scan_get_type + .text.unlikely.scan_add_ssid_do + 0x000000004013ab28 0x46a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x4b2 (size before relaxing) + *fill* 0x000000004013af92 0x2 + .text.unlikely.scan_add_ssid + 0x000000004013af94 0x17b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19f (size before relaxing) + *fill* 0x000000004013b10f 0x1 + .text.scan_reset_cipher_and_akm + 0x000000004013b110 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x33 (size before relaxing) + 0x000000004013b110 scan_reset_cipher_and_akm + *fill* 0x000000004013b13f 0x1 + .text.cnx_get_authtype_strength + 0x000000004013b140 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000004013b144 cnx_get_authtype_strength + *fill* 0x000000004013b15e 0x2 + .text.scan_profile_check + 0x000000004013b160 0x539 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x5e5 (size before relaxing) + 0x000000004013b19c scan_profile_check + *fill* 0x000000004013b699 0x3 + .text.free_bss_info + 0x000000004013b69c 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x4a (size before relaxing) + 0x000000004013b6a0 free_bss_info + *fill* 0x000000004013b6de 0x2 + .text.clear_bss_queue + 0x000000004013b6e0 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x7f (size before relaxing) + 0x000000004013b6e8 clear_bss_queue + *fill* 0x000000004013b743 0x1 + .text.scan_done + 0x000000004013b744 0x218 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x2a4 (size before relaxing) + .text.scan_next_channel + 0x000000004013b95c 0x1cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x22c (size before relaxing) + .text.scan_enter_oper_channel_process + 0x000000004013bb28 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x34 (size before relaxing) + 0x000000004013bb2c scan_enter_oper_channel_process + .text.scan_inter_channel_timeout_process + 0x000000004013bb48 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x8c (size before relaxing) + 0x000000004013bb50 scan_inter_channel_timeout_process + .text.scan_op_end + 0x000000004013bbb8 0x170 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1cc (size before relaxing) + .text.scan_start + 0x000000004013bd28 0x13f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x19f (size before relaxing) + 0x000000004013bd3c scan_start + *fill* 0x000000004013be67 0x1 + .text.check_bss_queue + 0x000000004013be68 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x5c (size before relaxing) + 0x000000004013be68 check_bss_queue + .text.scan_parse_ht2040_coex + 0x000000004013beb4 0x74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x84 (size before relaxing) + 0x000000004013bebc scan_parse_ht2040_coex + .text.scan_get_owe_channel_info + 0x000000004013bf28 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x8d (size before relaxing) + 0x000000004013bf28 scan_get_owe_channel_info + *fill* 0x000000004013bfa9 0x3 + .text.scan_validate_owe_scenarios + 0x000000004013bfac 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xa4 (size before relaxing) + 0x000000004013bfb8 scan_validate_owe_scenarios + .text.scan_parse_beacon + 0x000000004013c038 0xbb3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0xdc3 (size before relaxing) + 0x000000004013c098 scan_parse_beacon + *fill* 0x000000004013cbeb 0x1 + .text.sta_eapol_txdone_cb + 0x000000004013cbec 0xb3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xbf (size before relaxing) + 0x000000004013cbf0 sta_eapol_txdone_cb + *fill* 0x000000004013cc9f 0x1 + .text.sta_assoc_comeback + 0x000000004013cca0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013ccae 0x2 + .text.sta_try_sa_query + 0x000000004013ccb0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013ccbe 0x2 + .text.sta_sa_query_timeout + 0x000000004013ccc0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + *fill* 0x000000004013ccce 0x2 + .text.wifi_sta_reg_eapol_txdone_cb + 0x000000004013ccd0 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x26 (size before relaxing) + 0x000000004013ccd4 wifi_sta_reg_eapol_txdone_cb + *fill* 0x000000004013ccee 0x2 + .text.wifi_sta_reg_rxcb + 0x000000004013ccf0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x11 (size before relaxing) + 0x000000004013ccf0 wifi_sta_reg_rxcb + *fill* 0x000000004013ccfd 0x3 + .text.sta_michael_mic_failure + 0x000000004013cd00 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x3e (size before relaxing) + 0x000000004013cd04 sta_michael_mic_failure + *fill* 0x000000004013cd36 0x2 + .text.ieee80211_wme_standard_ac_to_esp_ac + 0x000000004013cd38 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x53 (size before relaxing) + 0x000000004013cd40 ieee80211_wme_standard_ac_to_esp_ac + *fill* 0x000000004013cd87 0x1 + .text.ieee80211_parse_wmeparams + 0x000000004013cd88 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xa0 (size before relaxing) + 0x000000004013cd88 ieee80211_parse_wmeparams + .text.sta_rx_csa + 0x000000004013ce24 0x248 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x278 (size before relaxing) + 0x000000004013ce50 sta_rx_csa + .text.update_cs_thres + 0x000000004013d06c 0x186 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1a2 (size before relaxing) + 0x000000004013d078 update_cs_thres + *fill* 0x000000004013d1f2 0x2 + .text.reset_cs_thres + 0x000000004013d1f4 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x3a (size before relaxing) + 0x000000004013d1f4 reset_cs_thres + *fill* 0x000000004013d21e 0x2 + .text.ieee80211_parse_obss_scan_param + 0x000000004013d220 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x2a (size before relaxing) + 0x000000004013d220 ieee80211_parse_obss_scan_param + *fill* 0x000000004013d246 0x2 + .text.sta_recv_ctl + 0x000000004013d248 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16 (size before relaxing) + 0x000000004013d248 sta_recv_ctl + *fill* 0x000000004013d257 0x1 + .text.wifi_station_start + 0x000000004013d258 0xaa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xda (size before relaxing) + 0x000000004013d260 wifi_station_start + *fill* 0x000000004013d302 0x2 + .text.wifi_station_stop + 0x000000004013d304 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xae (size before relaxing) + 0x000000004013d308 wifi_station_stop + *fill* 0x000000004013d38a 0x2 + .text.sta_bip_check + 0x000000004013d38c 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x96 (size before relaxing) + 0x000000004013d38c sta_bip_check + *fill* 0x000000004013d3fa 0x2 + .text.sta_is_wpa3_enabled + 0x000000004013d3fc 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x31 (size before relaxing) + 0x000000004013d3fc sta_is_wpa3_enabled + *fill* 0x000000004013d421 0x3 + .text.sta_is_11r_enabled + 0x000000004013d424 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x12 (size before relaxing) + 0x000000004013d424 sta_is_11r_enabled + *fill* 0x000000004013d42f 0x1 + .text.sta_is_wifi_ent_enabled + 0x000000004013d430 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x12 (size before relaxing) + 0x000000004013d430 sta_is_wifi_ent_enabled + *fill* 0x000000004013d43b 0x1 + .text.sta_get_owe_data + 0x000000004013d43c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x13 (size before relaxing) + 0x000000004013d43c sta_get_owe_data + *fill* 0x000000004013d44b 0x1 + .text.sta_update_power_off_reset_flag + 0x000000004013d44c 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x81 (size before relaxing) + 0x000000004013d44c sta_update_power_off_reset_flag + *fill* 0x000000004013d4ad 0x3 + .text.ieee80211_sta_new_state + 0x000000004013d4b0 0xbfd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xdfd (size before relaxing) + 0x000000004013d574 ieee80211_sta_new_state + *fill* 0x000000004013e0ad 0x3 + .text.sta_auth_ft + 0x000000004013e0b0 0xb6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xea (size before relaxing) + 0x000000004013e0bc sta_auth_ft + *fill* 0x000000004013e166 0x2 + .text.sta_auth_open + 0x000000004013e168 0x123 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x173 (size before relaxing) + 0x000000004013e178 sta_auth_open + *fill* 0x000000004013e28b 0x1 + .text.sta_auth_shared + 0x000000004013e28c 0x142 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x16a (size before relaxing) + 0x000000004013e294 sta_auth_shared + *fill* 0x000000004013e3ce 0x2 + .text.sta_auth_sae + 0x000000004013e3d0 0x17f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1b7 (size before relaxing) + 0x000000004013e3d4 sta_auth_sae + *fill* 0x000000004013e54f 0x1 + .text.sta_retry_assoc + 0x000000004013e550 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xd2 (size before relaxing) + 0x000000004013e550 sta_retry_assoc + *fill* 0x000000004013e5fe 0x2 + .text.sta_recv_assoc + 0x000000004013e600 0x6c0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x7a4 (size before relaxing) + 0x000000004013e648 sta_recv_assoc + .text.sta_sa_query_process_timeout + 0x000000004013ecc0 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x92 (size before relaxing) + 0x000000004013eccc sta_sa_query_process_timeout + *fill* 0x000000004013ed36 0x2 + .text.sta_try_sa_query_process + 0x000000004013ed38 0x179 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1a1 (size before relaxing) + 0x000000004013ed48 sta_try_sa_query_process + *fill* 0x000000004013eeb1 0x3 + .text.sta_recv_mgmt + 0x000000004013eeb4 0xa3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0xb92 (size before relaxing) + 0x000000004013eef0 sta_recv_mgmt + *fill* 0x000000004013f8f2 0x2 + .text.wifi_sta_connect_internal_process + 0x000000004013f8f4 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2b (size before relaxing) + 0x000000004013f8f4 wifi_sta_connect_internal_process + *fill* 0x000000004013f917 0x1 + .text.esp_wifi_ap_get_prof_pmk_internal + 0x000000004013f918 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x000000004013f918 esp_wifi_ap_get_prof_pmk_internal + *fill* 0x000000004013f927 0x1 + .text.esp_wifi_sta_update_ap_info_internal + 0x000000004013f928 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x3d (size before relaxing) + 0x000000004013f928 esp_wifi_sta_update_ap_info_internal + *fill* 0x000000004013f951 0x3 + .text.esp_wifi_sta_get_ap_info_prof_pmk_internal + 0x000000004013f954 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x22 (size before relaxing) + 0x000000004013f954 esp_wifi_sta_get_ap_info_prof_pmk_internal + *fill* 0x000000004013f972 0x2 + .text.esp_wifi_ap_get_prof_ap_ssid_internal + 0x000000004013f974 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x000000004013f974 esp_wifi_ap_get_prof_ap_ssid_internal + *fill* 0x000000004013f983 0x1 + .text.esp_wifi_sta_get_prof_ssid_internal + 0x000000004013f984 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x10 (size before relaxing) + 0x000000004013f984 esp_wifi_sta_get_prof_ssid_internal + .text.esp_wifi_ap_get_prof_authmode_internal + 0x000000004013f990 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x000000004013f990 esp_wifi_ap_get_prof_authmode_internal + .text.esp_wifi_ap_get_max_sta_conn + 0x000000004013f9a0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x000000004013f9a0 esp_wifi_ap_get_max_sta_conn + .text.esp_wifi_ap_get_prof_pairwise_cipher_internal + 0x000000004013f9b0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x000000004013f9b0 esp_wifi_ap_get_prof_pairwise_cipher_internal + .text.esp_wifi_sta_get_prof_authmode_internal + 0x000000004013f9c0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x000000004013f9c0 esp_wifi_sta_get_prof_authmode_internal + *fill* 0x000000004013f9ce 0x2 + .text.esp_wifi_get_pmf_config_internal + 0x000000004013f9d0 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5a (size before relaxing) + 0x000000004013f9d0 esp_wifi_get_pmf_config_internal + *fill* 0x000000004013fa26 0x2 + .text.esp_wifi_get_config_sae_pwe_h2e_internal + 0x000000004013fa28 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x44 (size before relaxing) + 0x000000004013fa2c esp_wifi_get_config_sae_pwe_h2e_internal + .text.esp_wifi_sta_get_rsnxe + 0x000000004013fa64 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x26 (size before relaxing) + 0x000000004013fa64 esp_wifi_sta_get_rsnxe + *fill* 0x000000004013fa7f 0x1 + .text.esp_wifi_sta_disable_wpa2_authmode_internal + 0x000000004013fa80 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5e (size before relaxing) + 0x000000004013fa88 esp_wifi_sta_disable_wpa2_authmode_internal + *fill* 0x000000004013faca 0x2 + .text.esp_wifi_sta_get_config_sae_pk_internal + 0x000000004013facc 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x000000004013facc esp_wifi_sta_get_config_sae_pk_internal + .text.esp_wifi_enable_sae_pk_only_mode_internal + 0x000000004013fadc 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x47 (size before relaxing) + 0x000000004013fae0 esp_wifi_enable_sae_pk_only_mode_internal + *fill* 0x000000004013fb17 0x1 + .text.esp_wifi_sta_disable_owe_trans_internal + 0x000000004013fb18 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5e (size before relaxing) + 0x000000004013fb20 esp_wifi_sta_disable_owe_trans_internal + *fill* 0x000000004013fb66 0x2 + .text.esp_wifi_ap_notify_node_sae_auth_done + 0x000000004013fb68 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x5a (size before relaxing) + 0x000000004013fb6c esp_wifi_ap_notify_node_sae_auth_done + *fill* 0x000000004013fbb6 0x2 + .text.esp_wifi_ap_is_sta_sae_reauth_node + 0x000000004013fbb8 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x20 (size before relaxing) + 0x000000004013fbb8 esp_wifi_ap_is_sta_sae_reauth_node + .text.esp_wifi_sta_get_sae_identifier_internal + 0x000000004013fbd4 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x000000004013fbd4 esp_wifi_sta_get_sae_identifier_internal + *fill* 0x000000004013fbe3 0x1 + .text.esp_wifi_sta_is_ap_notify_completed_rsne_internal + 0x000000004013fbe4 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x19 (size before relaxing) + 0x000000004013fbe4 esp_wifi_sta_is_ap_notify_completed_rsne_internal + *fill* 0x000000004013fbf9 0x3 + .text.esp_wifi_ap_get_prof_password_internal + 0x000000004013fbfc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x13 (size before relaxing) + 0x000000004013fbfc esp_wifi_ap_get_prof_password_internal + *fill* 0x000000004013fc0b 0x1 + .text.wifi_sta_get_prof_password + 0x000000004013fc0c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x000000004013fc0c wifi_sta_get_prof_password + *fill* 0x000000004013fc19 0x3 + .text.wifi_ap_pmf_enabled + 0x000000004013fc1c 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x48 (size before relaxing) + 0x000000004013fc1c wifi_ap_pmf_enabled + .text.esp_wifi_sta_get_prof_password_internal + 0x000000004013fc5c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x000000004013fc5c esp_wifi_sta_get_prof_password_internal + *fill* 0x000000004013fc69 0x3 + .text.esp_wifi_sta_get_reset_param_internal + 0x000000004013fc6c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x000000004013fc6c esp_wifi_sta_get_reset_param_internal + *fill* 0x000000004013fc7a 0x2 + .text.esp_wifi_sta_set_reset_param_internal + 0x000000004013fc7c 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1a (size before relaxing) + 0x000000004013fc7c esp_wifi_sta_set_reset_param_internal + *fill* 0x000000004013fc92 0x2 + .text.esp_wifi_sta_prof_is_wpa_internal + 0x000000004013fc94 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2f (size before relaxing) + 0x000000004013fc94 esp_wifi_sta_prof_is_wpa_internal + *fill* 0x000000004013fcbf 0x1 + .text.esp_wifi_sta_prof_is_wpa2_internal + 0x000000004013fcc0 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x31 (size before relaxing) + 0x000000004013fcc4 esp_wifi_sta_prof_is_wpa2_internal + *fill* 0x000000004013fced 0x3 + .text.esp_wifi_sta_prof_is_wapi_internal + 0x000000004013fcf0 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x22 (size before relaxing) + 0x000000004013fcf0 esp_wifi_sta_prof_is_wapi_internal + *fill* 0x000000004013fd0e 0x2 + .text.esp_wifi_sta_prof_is_rsn_internal + 0x000000004013fd10 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x31 (size before relaxing) + 0x000000004013fd14 esp_wifi_sta_prof_is_rsn_internal + *fill* 0x000000004013fd3d 0x3 + .text.esp_wifi_sta_get_pairwise_cipher_internal + 0x000000004013fd40 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x000000004013fd40 esp_wifi_sta_get_pairwise_cipher_internal + *fill* 0x000000004013fd4e 0x2 + .text.esp_wifi_sta_get_group_cipher_internal + 0x000000004013fd50 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x000000004013fd50 esp_wifi_sta_get_group_cipher_internal + *fill* 0x000000004013fd5e 0x2 + .text.ieee80211_get_key + 0x000000004013fd60 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1c (size before relaxing) + 0x000000004013fd60 ieee80211_get_key + .text.ieee80211_set_key + 0x000000004013fd78 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x44 (size before relaxing) + 0x000000004013fd78 ieee80211_set_key + .text.ieee80211_set_sta_gtk_index + 0x000000004013fdb4 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2d (size before relaxing) + 0x000000004013fdb4 ieee80211_set_sta_gtk_index + *fill* 0x000000004013fddd 0x3 + .text.ieee80211_set_gtk + 0x000000004013fde0 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x55 (size before relaxing) + 0x000000004013fde8 ieee80211_set_gtk + *fill* 0x000000004013fe25 0x3 + .text.ieee80211_get_ptk + 0x000000004013fe28 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1c (size before relaxing) + 0x000000004013fe28 ieee80211_get_ptk + .text.ieee80211_get_spp + 0x000000004013fe40 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x34 (size before relaxing) + 0x000000004013fe40 ieee80211_get_spp + .text.esp_wifi_wpa_ptk_init_done_internal + 0x000000004013fe6c 0x83 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0xa7 (size before relaxing) + 0x000000004013fe70 esp_wifi_wpa_ptk_init_done_internal + *fill* 0x000000004013feef 0x1 + .text.esp_wifi_auth_done_internal + 0x000000004013fef0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x11 (size before relaxing) + 0x000000004013fef0 esp_wifi_auth_done_internal + *fill* 0x000000004013fefa 0x2 + .text.esp_wifi_unregister_wpa_cb_internal + 0x000000004013fefc 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2a (size before relaxing) + 0x000000004013fefc esp_wifi_unregister_wpa_cb_internal + *fill* 0x000000004013ff1e 0x2 + .text.esp_wifi_register_wpa_cb_internal + 0x000000004013ff20 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1e (size before relaxing) + 0x000000004013ff20 esp_wifi_register_wpa_cb_internal + *fill* 0x000000004013ff33 0x1 + .text.ieee80211_sta_is_connected + 0x000000004013ff34 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x000000004013ff38 ieee80211_sta_is_connected + .text.esp_wifi_get_hostap_private_internal + 0x000000004013ff4c 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x16 (size before relaxing) + 0x000000004013ff4c esp_wifi_get_hostap_private_internal + *fill* 0x000000004013ff5e 0x2 + .text.esp_wifi_deauthenticate_internal + 0x000000004013ff60 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x36 (size before relaxing) + 0x000000004013ff60 esp_wifi_deauthenticate_internal + *fill* 0x000000004013ff8b 0x1 + .text.esp_wifi_get_spp_attrubute_internal + 0x000000004013ff8c 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x28 (size before relaxing) + 0x000000004013ff8c esp_wifi_get_spp_attrubute_internal + .text.esp_wifi_get_user_init_flag_internal + 0x000000004013ffb0 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1d (size before relaxing) + 0x000000004013ffb0 esp_wifi_get_user_init_flag_internal + *fill* 0x000000004013ffc9 0x3 + .text.wifi_set_rx_policy + 0x000000004013ffcc 0x178 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1fb (size before relaxing) + 0x000000004013ffd0 wifi_set_rx_policy + *fill* 0x0000000040140144 0x0 + .text.esp_wifi_register_eapol_txdonecb_internal + 0x0000000040140144 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x14 (size before relaxing) + 0x0000000040140144 esp_wifi_register_eapol_txdonecb_internal + .text.esp_wifi_get_macaddr_internal + 0x0000000040140150 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1f (size before relaxing) + 0x0000000040140150 esp_wifi_get_macaddr_internal + *fill* 0x000000004014016b 0x1 + .text.esp_wifi_ap_deauth_internal + 0x000000004014016c 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x6c (size before relaxing) + 0x000000004014016c esp_wifi_ap_deauth_internal + .text.wifi_init_key + 0x00000000401401c0 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x34 (size before relaxing) + 0x00000000401401c4 wifi_init_key + .text.esp_wifi_set_ap_key_internal + 0x00000000401401ec 0x15c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1b4 (size before relaxing) + 0x00000000401401f8 esp_wifi_set_ap_key_internal + .text.ppInstallKey + 0x0000000040140348 0x12e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x176 (size before relaxing) + 0x000000004014034c ppInstallKey + *fill* 0x0000000040140476 0x2 + .text.esp_wifi_set_sta_key_internal + 0x0000000040140478 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x68 (size before relaxing) + 0x0000000040140478 esp_wifi_set_sta_key_internal + .text.esp_wifi_get_sta_key_internal + 0x00000000401404d8 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x50 (size before relaxing) + 0x00000000401404d8 esp_wifi_get_sta_key_internal + .text.esp_wifi_set_appie_internal + 0x0000000040140520 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x6a (size before relaxing) + 0x0000000040140524 esp_wifi_set_appie_internal + *fill* 0x0000000040140576 0x2 + .text.esp_wifi_unset_appie_internal + 0x0000000040140578 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1a (size before relaxing) + 0x0000000040140578 esp_wifi_unset_appie_internal + *fill* 0x000000004014058e 0x2 + .text.esp_wifi_get_wps_status_internal + 0x0000000040140590 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x10 (size before relaxing) + 0x0000000040140590 esp_wifi_get_wps_status_internal + .text.esp_wifi_sta_pmf_enabled + 0x000000004014059c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x000000004014059c esp_wifi_sta_pmf_enabled + *fill* 0x00000000401405aa 0x2 + .text.esp_wifi_sta_get_mgmt_group_cipher + 0x00000000401405ac 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x2a (size before relaxing) + 0x00000000401405b0 esp_wifi_sta_get_mgmt_group_cipher + *fill* 0x00000000401405d2 0x2 + .text.esp_wifi_set_igtk_internal + 0x00000000401405d4 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0xd8 (size before relaxing) + 0x00000000401405e8 esp_wifi_set_igtk_internal + .text.ieee80211w_get_active_igtk_key_id + 0x00000000401406a4 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x26 (size before relaxing) + 0x00000000401406a4 ieee80211w_get_active_igtk_key_id + *fill* 0x00000000401406be 0x2 + .text.ieee80211w_get_igtk_from_keyidx + 0x00000000401406c0 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x44 (size before relaxing) + 0x00000000401406c8 ieee80211w_get_igtk_from_keyidx + .text.esp_wifi_skip_supp_pmkcaching + 0x00000000401406fc 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x12 (size before relaxing) + 0x00000000401406fc esp_wifi_skip_supp_pmkcaching + *fill* 0x000000004014070a 0x2 + .text.esp_wifi_register_mgmt_frame_internal + 0x000000004014070c 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x64 (size before relaxing) + 0x0000000040140710 esp_wifi_register_mgmt_frame_internal + .text.esp_wifi_send_mgmt_frm_internal + 0x0000000040140758 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x8e (size before relaxing) + 0x000000004014075c esp_wifi_send_mgmt_frm_internal + *fill* 0x00000000401407c6 0x2 + .text.esp_wifi_sta_connect_internal + 0x00000000401407c8 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x42 (size before relaxing) + 0x00000000401407cc esp_wifi_sta_connect_internal + *fill* 0x00000000401407fa 0x2 + .text.ieee80211_nan_ndp_resp_timeout + 0x00000000401407fc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014080b 0x1 + .text.ieee80211_nan_ndc_start + 0x000000004014080c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014081b 0x1 + .text.ieee80211_nan_faw_end + 0x000000004014081c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014082b 0x1 + .text.ieee80211_nan_faw_start + 0x000000004014082c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014083b 0x1 + .text.ieee80211_nan_send_action + 0x000000004014083c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014084b 0x1 + .text.ieee80211_nan_send_sync_bcn + 0x000000004014084c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014085b 0x1 + .text.ieee80211_nan_send_disc_bcn + 0x000000004014085c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014086b 0x1 + .text.ieee80211_nan_dw_end + 0x000000004014086c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014087b 0x1 + .text.ieee80211_nan_dw_start + 0x000000004014087c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014088b 0x1 + .text.ieee80211_nan_scan_timeout + 0x000000004014088c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014089b 0x1 + .text.ieee80211_nan_warmup_timeout + 0x000000004014089c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401408ab 0x1 + .text.ieee80211_ampdu_age_handle + 0x00000000401408ac 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401408bb 0x1 + .text.ieee80211_addba + 0x00000000401408bc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401408cb 0x1 + .text.ieee80211_ap_try_sa_query + 0x00000000401408cc 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + 0x00000000401408d4 ieee80211_ap_try_sa_query + *fill* 0x00000000401408fe 0x2 + .text.ieee80211_ap_sa_query_timeout + 0x0000000040140900 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + 0x0000000040140908 ieee80211_ap_sa_query_timeout + *fill* 0x0000000040140932 0x2 + .text.ieee80211_cnx_connect_next_ap + 0x0000000040140934 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x0000000040140963 0x1 + .text.ieee80211_sta_retry_assoc + 0x0000000040140964 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x0000000040140993 0x1 + .text.ieee80211_sta_sa_query_timeout + 0x0000000040140994 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x41 (size before relaxing) + *fill* 0x00000000401409c2 0x2 + .text.ieee80211_sta_try_sa_query + 0x00000000401409c4 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x00000000401409f3 0x1 + .text.ieee80211_assoc + 0x00000000401409f4 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x0000000040140a23 0x1 + .text.ieee80211_auth + 0x0000000040140a24 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x0000000040140a53 0x1 + .text.ieee80211_chm_dwell + 0x0000000040140a54 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x0000000040140a86 0x2 + .text.ieee80211_handshake + 0x0000000040140a88 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x42 (size before relaxing) + *fill* 0x0000000040140ab7 0x1 + .text.ieee80211_beacon + 0x0000000040140ab8 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x52 (size before relaxing) + *fill* 0x0000000040140af7 0x1 + .text.ieee80211_probe_send + 0x0000000040140af8 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x52 (size before relaxing) + *fill* 0x0000000040140b37 0x1 + .text.ieee80211_csa + 0x0000000040140b38 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x4e (size before relaxing) + *fill* 0x0000000040140b73 0x1 + .text.ieee80211_scan_enter_op_chan + 0x0000000040140b74 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x0000000040140ba6 0x2 + .text.ieee80211_scan_inter_chan + 0x0000000040140ba8 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x0000000040140bda 0x2 + .text.ieee80211_timer_connect + 0x0000000040140bdc 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x41 (size before relaxing) + *fill* 0x0000000040140c0a 0x2 + .text.ieee80211_hostap_handle + 0x0000000040140c0c 0x32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x46 (size before relaxing) + *fill* 0x0000000040140c3e 0x2 + .text.ieee80211_send_beacon + 0x0000000040140c40 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x44 (size before relaxing) + .text.ieee80211_register_hostap_timer + 0x0000000040140c74 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x0000000040140c80 ieee80211_register_hostap_timer + .text.ieee80211_timer_do_process + 0x0000000040140cb0 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xa6 (size before relaxing) + 0x0000000040140cb8 ieee80211_timer_do_process + *fill* 0x0000000040140d3e 0x2 + .text.ieee80211_timer_process + 0x0000000040140d40 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xfc (size before relaxing) + 0x0000000040140d50 ieee80211_timer_process + .text.chm_end_op_timeout + 0x0000000040140df4 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x16 (size before relaxing) + *fill* 0x0000000040140e02 0x2 + .text.chm_phy_change_channel$constprop$3 + 0x0000000040140e04 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x57 (size before relaxing) + *fill* 0x0000000040140e3f 0x1 + .text.chm_mhz2num + 0x0000000040140e40 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x68 (size before relaxing) + 0x0000000040140e54 chm_mhz2num + .text.chm_deinit + 0x0000000040140ea4 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x2e (size before relaxing) + 0x0000000040140ea4 chm_deinit + *fill* 0x0000000040140eca 0x2 + .text.chm_release_lock + 0x0000000040140ecc 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x20 (size before relaxing) + 0x0000000040140ecc chm_release_lock + .text.chm_end_op + 0x0000000040140ee8 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x38 (size before relaxing) + 0x0000000040140ee8 chm_end_op + .text.chm_end_op_timeout_process + 0x0000000040140f18 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x2e (size before relaxing) + 0x0000000040140f18 chm_end_op_timeout_process + *fill* 0x0000000040140f37 0x1 + .text.chm_cancel_op + 0x0000000040140f38 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x50 (size before relaxing) + 0x0000000040140f38 chm_cancel_op + .text.chm_acquire_lock + 0x0000000040140f78 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x41 (size before relaxing) + 0x0000000040140f78 chm_acquire_lock + *fill* 0x0000000040140fad 0x3 + .text.chm_get_current_channel + 0x0000000040140fb0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x0000000040140fb0 chm_get_current_channel + *fill* 0x0000000040140fbd 0x3 + .text.chm_get_home_channel + 0x0000000040140fc0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x0000000040140fc0 chm_get_home_channel + *fill* 0x0000000040140fcd 0x3 + .text.chm_set_home_channel + 0x0000000040140fd0 0x68 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x84 (size before relaxing) + 0x0000000040140fd8 chm_set_home_channel + .text.chm_get_chan_info + 0x0000000040141038 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x26 (size before relaxing) + 0x0000000040141038 chm_get_chan_info + *fill* 0x000000004014105a 0x2 + .text.chm_set_current_channel + 0x000000004014105c 0xfb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x12f (size before relaxing) + 0x0000000040141070 chm_set_current_channel + *fill* 0x0000000040141157 0x1 + .text.chm_init + 0x0000000040141158 0xdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0xfb (size before relaxing) + 0x0000000040141160 chm_init + *fill* 0x0000000040141233 0x1 + .text.chm_change_channel + 0x0000000040141234 0xe3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x113 (size before relaxing) + *fill* 0x0000000040141317 0x1 + .text.chm_start_op + 0x0000000040141318 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x46 (size before relaxing) + 0x0000000040141318 chm_start_op + *fill* 0x0000000040141356 0x2 + .text.chm_return_home_channel + 0x0000000040141358 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x59 (size before relaxing) + 0x000000004014135c chm_return_home_channel + *fill* 0x00000000401413a1 0x3 + .text.cnx_sta_connect_led_timer_cb + 0x00000000401413a4 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x23 (size before relaxing) + 0x00000000401413a4 cnx_sta_connect_led_timer_cb + *fill* 0x00000000401413c3 0x1 + .text.cnx_cal_rc_util + 0x00000000401413c4 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x5e (size before relaxing) + *fill* 0x000000004014141e 0x2 + .text.cnx_get_next_rc + 0x0000000040141420 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x46 (size before relaxing) + *fill* 0x000000004014145a 0x2 + .text.cnx_traverse_rc_lis_done + 0x000000004014145c 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x43 (size before relaxing) + *fill* 0x000000004014148f 0x1 + .text.cnx_connect_timeout + 0x0000000040141490 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x0000000040141490 cnx_connect_timeout + *fill* 0x000000004014149e 0x2 + .text.cnx_connect_next_ap_timeout + 0x00000000401414a0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401414a0 cnx_connect_next_ap_timeout + *fill* 0x00000000401414ae 0x2 + .text.cnx_handshake_timeout + 0x00000000401414b0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x00000000401414b0 cnx_handshake_timeout + *fill* 0x00000000401414be 0x2 + .text.cnx_csa_fn + 0x00000000401414c0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x18 (size before relaxing) + 0x00000000401414c0 cnx_csa_fn + .text.mgd_probe_send_timeout + 0x00000000401414d0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + *fill* 0x00000000401414de 0x2 + .text.cnx_beacon_timeout + 0x00000000401414e0 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + *fill* 0x00000000401414ee 0x2 + .text.cnx_connect_op + 0x00000000401414f0 0x1d6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x23e (size before relaxing) + *fill* 0x00000000401416c6 0x2 + .text.cnx_probe_rc + 0x00000000401416c8 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x77 (size before relaxing) + *fill* 0x0000000040141723 0x1 + .text.cnx_connect_to_bss + 0x0000000040141724 0x382 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x422 (size before relaxing) + *fill* 0x0000000040141aa6 0x2 + .text.ieee80211_cnx_attach + 0x0000000040141aa8 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x52 (size before relaxing) + 0x0000000040141ab0 ieee80211_cnx_attach + *fill* 0x0000000040141ae6 0x2 + .text._cnx_start_connect_without_scan + 0x0000000040141ae8 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x78 (size before relaxing) + 0x0000000040141aec _cnx_start_connect_without_scan + .text.cnx_can_do_obss_scan + 0x0000000040141b48 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x72 (size before relaxing) + 0x0000000040141b58 cnx_can_do_obss_scan + *fill* 0x0000000040141bae 0x2 + .text.cnx_obss_scan + 0x0000000040141bb0 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc2 (size before relaxing) + 0x0000000040141bc0 cnx_obss_scan + *fill* 0x0000000040141c2a 0x2 + .text.cnx_obss_scan_timeout + 0x0000000040141c2c 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x75 (size before relaxing) + 0x0000000040141c3c cnx_obss_scan_timeout + *fill* 0x0000000040141c89 0x3 + .text.cnx_connect_next_ap + 0x0000000040141c8c 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xa9 (size before relaxing) + 0x0000000040141c94 cnx_connect_next_ap + *fill* 0x0000000040141d19 0x3 + .text.cnx_auth_timeout + 0x0000000040141d1c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x0000000040141d1c cnx_auth_timeout + *fill* 0x0000000040141d2a 0x2 + .text.cnx_assoc_timeout + 0x0000000040141d2c 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x16 (size before relaxing) + 0x0000000040141d2c cnx_assoc_timeout + *fill* 0x0000000040141d3a 0x2 + .text.wl_is_ap_no_lr + 0x0000000040141d3c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x0000000040141d40 wl_is_ap_no_lr + *fill* 0x0000000040141d4b 0x1 + .text.wl_clear_ap_no_lr + 0x0000000040141d4c 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x17 (size before relaxing) + 0x0000000040141d4c wl_clear_ap_no_lr + *fill* 0x0000000040141d5f 0x1 + .text.cnx_csa_fn_process + 0x0000000040141d60 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x128 (size before relaxing) + 0x0000000040141d6c cnx_csa_fn_process + .text.cnx_validate_owe_bss + 0x0000000040141e40 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x14c (size before relaxing) + 0x0000000040141e40 cnx_validate_owe_bss + .text.cnx_bss_init + 0x0000000040141f48 0xbe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd2 (size before relaxing) + 0x0000000040141f54 cnx_bss_init + *fill* 0x0000000040142006 0x2 + .text.cnx_check_bssid_in_blacklist + 0x0000000040142008 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x34 (size before relaxing) + 0x0000000040142008 cnx_check_bssid_in_blacklist + .text.cnx_remove_from_blacklist + 0x0000000040142034 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x9d (size before relaxing) + 0x0000000040142038 cnx_remove_from_blacklist + *fill* 0x00000000401420c1 0x3 + .text.cnx_add_to_blacklist + 0x00000000401420c4 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xdc (size before relaxing) + 0x00000000401420d0 cnx_add_to_blacklist + .text.cnx_clear_blacklist + 0x000000004014217c 0x63 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x77 (size before relaxing) + 0x0000000040142180 cnx_clear_blacklist + *fill* 0x00000000401421df 0x1 + .text.cnx_choose_rc + 0x00000000401421e0 0x1e2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x246 (size before relaxing) + *fill* 0x00000000401423c2 0x2 + .text.cnx_rc_search + 0x00000000401423c4 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x45 (size before relaxing) + 0x00000000401423c4 cnx_rc_search + *fill* 0x00000000401423fd 0x3 + .text.cnx_do_handoff_internal + 0x0000000040142400 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc0 (size before relaxing) + 0x0000000040142408 cnx_do_handoff_internal + .text.cnx_add_rc + 0x00000000401424a4 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x92 (size before relaxing) + 0x00000000401424a8 cnx_add_rc + *fill* 0x0000000040142532 0x2 + .text.cnx_remove_all_rc + 0x0000000040142534 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x81 (size before relaxing) + 0x0000000040142538 cnx_remove_all_rc + *fill* 0x00000000401425a5 0x3 + .text.cnx_do_handoff + 0x00000000401425a8 0x338 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3f0 (size before relaxing) + .text.cnx_connect_next_ap_timeout_process + 0x00000000401428e0 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x28 (size before relaxing) + 0x00000000401428e4 cnx_connect_next_ap_timeout_process + .text.cnx_start_handoff_cb + 0x00000000401428f8 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x86 (size before relaxing) + 0x0000000040142900 cnx_start_handoff_cb + *fill* 0x0000000040142952 0x2 + .text.cnx_remove_rc + 0x0000000040142954 0xc7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xdf (size before relaxing) + 0x000000004014295c cnx_remove_rc + *fill* 0x0000000040142a1b 0x1 + .text.cnx_sta_connect_cmd + 0x0000000040142a1c 0x218 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2dc (size before relaxing) + 0x0000000040142a38 cnx_sta_connect_cmd + .text.cnx_connect_timeout_process + 0x0000000040142c34 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xaf (size before relaxing) + 0x0000000040142c40 cnx_connect_timeout_process + *fill* 0x0000000040142cbc 0x0 + .text.cnx_auth_timeout_process + 0x0000000040142cbc 0x39 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x61 (size before relaxing) + 0x0000000040142cc4 cnx_auth_timeout_process + *fill* 0x0000000040142cf5 0x3 + .text.cnx_assoc_timeout_process + 0x0000000040142cf8 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x4a (size before relaxing) + 0x0000000040142cfc cnx_assoc_timeout_process + *fill* 0x0000000040142d22 0x2 + .text.cnx_handshake_timeout_process + 0x0000000040142d24 0x4e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x76 (size before relaxing) + 0x0000000040142d2c cnx_handshake_timeout_process + *fill* 0x0000000040142d72 0x2 + .text.cnx_bss_alloc + 0x0000000040142d74 0x142 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x17a (size before relaxing) + 0x0000000040142d80 cnx_bss_alloc + *fill* 0x0000000040142eb6 0x2 + .text.cnx_remove_rc_except + 0x0000000040142eb8 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xa0 (size before relaxing) + 0x0000000040142ebc cnx_remove_rc_except + .text.cnx_rc_update_rssi + 0x0000000040142f44 0x71 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x75 (size before relaxing) + 0x0000000040142f44 cnx_rc_update_rssi + *fill* 0x0000000040142fb5 0x3 + .text.cnx_rc_update_state_metric + 0x0000000040142fb8 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x7a (size before relaxing) + 0x0000000040142fb8 cnx_rc_update_state_metric + *fill* 0x000000004014302a 0x2 + .text.cnx_probe_rc_tx_cb + 0x000000004014302c 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x7c (size before relaxing) + *fill* 0x0000000040143081 0x3 + .text.cnx_update_bss + 0x0000000040143084 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x2a (size before relaxing) + 0x0000000040143084 cnx_update_bss + *fill* 0x00000000401430a2 0x2 + .text.send_ap_probe + 0x00000000401430a4 0x96 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xc2 (size before relaxing) + 0x00000000401430a4 send_ap_probe + *fill* 0x000000004014313a 0x2 + .text.mgd_probe_send_timeout_process + 0x000000004014313c 0x134 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x178 (size before relaxing) + 0x0000000040143154 mgd_probe_send_timeout_process + .text.cnx_node_alloc + 0x0000000040143270 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe6 (size before relaxing) + 0x0000000040143270 cnx_node_alloc + *fill* 0x000000004014333a 0x2 + .text.cnx_node_remove + 0x000000004014333c 0xbf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe3 (size before relaxing) + 0x000000004014333c cnx_node_remove + *fill* 0x00000000401433fb 0x1 + .text.cnx_sta_pm + 0x00000000401433fc 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x3c (size before relaxing) + 0x00000000401433fc cnx_sta_pm + *fill* 0x000000004014342d 0x3 + .text.cnx_update_bss_more + 0x0000000040143430 0x382 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x41a (size before relaxing) + 0x0000000040143434 cnx_update_bss_more + *fill* 0x00000000401437b2 0x2 + .text.cnx_beacon_timeout_process + 0x00000000401437b4 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xd4 (size before relaxing) + 0x00000000401437bc cnx_beacon_timeout_process + .text.ic_set_sta + 0x000000004014384c 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xe6 (size before relaxing) + 0x0000000040143850 ic_set_sta + *fill* 0x0000000040143916 0x2 + .text.cnx_sta_leave + 0x0000000040143918 0x2ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x35e (size before relaxing) + 0x0000000040143928 cnx_sta_leave + *fill* 0x0000000040143bd2 0x2 + .text.cnx_sta_associated + 0x0000000040143bd4 0x16a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x1a2 (size before relaxing) + 0x0000000040143bf0 cnx_sta_associated + *fill* 0x0000000040143d3e 0x2 + .text.cnx_node_leave + 0x0000000040143d40 0x1f4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x24e (size before relaxing) + 0x0000000040143d50 cnx_node_leave + *fill* 0x0000000040143f34 0x0 + .text.cnx_node_join + 0x0000000040143f34 0x309 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x38d (size before relaxing) + 0x0000000040143f64 cnx_node_join + *fill* 0x000000004014423d 0x3 + .text.cnx_start_obss_scan + 0x0000000040144240 0xd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0xf8 (size before relaxing) + 0x0000000040144250 cnx_start_obss_scan + .text.cnx_obss_scan_done_cb + 0x0000000040144318 0x12d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x171 (size before relaxing) + 0x000000004014432c cnx_obss_scan_done_cb + *fill* 0x0000000040144445 0x3 + .text.cnx_auth_done + 0x0000000040144448 0x2c6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x37e (size before relaxing) + 0x0000000040144478 cnx_auth_done + *fill* 0x000000004014470e 0x2 + .text.offchan_in_progress + 0x0000000040144710 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x0000000040144714 offchan_in_progress + *fill* 0x000000004014471f 0x1 + .text.offchan_recv_action + 0x0000000040144720 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x20 (size before relaxing) + 0x0000000040144720 offchan_recv_action + .text.offchan_send_action_tx_status + 0x000000004014473c 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x3f (size before relaxing) + 0x000000004014473c offchan_send_action_tx_status + *fill* 0x0000000040144773 0x1 + .text.ieee80211_send_action_register + 0x0000000040144774 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x0000000040144784 ieee80211_send_action_register + *fill* 0x00000000401447e3 0x1 + .text.ieee80211_send_action + 0x00000000401447e4 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x82 (size before relaxing) + 0x00000000401447e8 ieee80211_send_action + *fill* 0x0000000040144856 0x2 + .text.ieee80211_recv_action_register + 0x0000000040144858 0x83 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x000000004014486c ieee80211_recv_action_register + *fill* 0x00000000401448db 0x1 + .text.ieee80211_recv_action + 0x00000000401448dc 0xa7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0xc7 (size before relaxing) + 0x00000000401448e8 ieee80211_recv_action + *fill* 0x0000000040144983 0x1 + .text.get_iav_key + 0x0000000040144984 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x0000000040144988 get_iav_key + .text.ieee80211_recv_action_vendor_spec + 0x00000000401449a0 0xee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0xfa (size before relaxing) + 0x00000000401449ac ieee80211_recv_action_vendor_spec + *fill* 0x0000000040144a8e 0x2 + .text.ieee80211_action_vendor_spec_attach + 0x0000000040144a90 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x38 (size before relaxing) + 0x0000000040144a94 ieee80211_action_vendor_spec_attach + .text.ccmp_encap + 0x0000000040144ac0 0x83 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x87 (size before relaxing) + 0x0000000040144ac0 ccmp_encap + *fill* 0x0000000040144b43 0x1 + .text.ccmp_decap + 0x0000000040144b44 0x94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x9b (size before relaxing) + 0x0000000040144b44 ccmp_decap + *fill* 0x0000000040144bd8 0x0 + .text.ieee80211_decrypt_espnow_pkt + 0x0000000040144bd8 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x84 (size before relaxing) + 0x0000000040144bd8 ieee80211_decrypt_espnow_pkt + .text.ieee80211_ccmp_decrypt + 0x0000000040144c48 0x1d1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x1e9 (size before relaxing) + 0x0000000040144c54 ieee80211_ccmp_decrypt + *fill* 0x0000000040144e19 0x3 + .text.ieee80211_ccmp_encrypt + 0x0000000040144e1c 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x102 (size before relaxing) + 0x0000000040144e20 ieee80211_ccmp_encrypt + *fill* 0x0000000040144f06 0x2 + .text.sms4_decap + 0x0000000040144f08 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0x8e (size before relaxing) + *fill* 0x0000000040144f8e 0x2 + .text.sms4_encap + 0x0000000040144f90 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0xd2 (size before relaxing) + *fill* 0x000000004014505a 0x2 + .text.tkip_decap + 0x000000004014505c 0x9f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xa7 (size before relaxing) + 0x000000004014505c tkip_decap + *fill* 0x00000000401450fb 0x1 + .text.tkip_encap + 0x00000000401450fc 0x9d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xa5 (size before relaxing) + 0x0000000040145100 tkip_encap + *fill* 0x0000000040145199 0x3 + .text.wep_encap + 0x000000004014519c 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x69 (size before relaxing) + 0x000000004014519c wep_encap + *fill* 0x0000000040145201 0x3 + .text.ieee80211_getmgtframe + 0x0000000040145204 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x47 (size before relaxing) + 0x0000000040145204 ieee80211_getmgtframe + *fill* 0x0000000040145243 0x1 + .text.ieee80211_getbcnframe + 0x0000000040145244 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x8e (size before relaxing) + 0x000000004014524c ieee80211_getbcnframe + *fill* 0x00000000401452b2 0x2 + .text.esf_buf_alloc_dynamic_default_handler + 0x00000000401452b4 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x21 (size before relaxing) + 0x00000000401452b8 esf_buf_alloc_dynamic_default_handler + *fill* 0x00000000401452d1 0x3 + .text.esf_buf_alloc_default_handler + 0x00000000401452d4 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x21 (size before relaxing) + 0x00000000401452d8 esf_buf_alloc_default_handler + *fill* 0x00000000401452f1 0x3 + .text.esf_buf_recycle_default_handler + 0x00000000401452f4 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x22 (size before relaxing) + 0x00000000401452f8 esf_buf_recycle_default_handler + *fill* 0x0000000040145312 0x2 + .text.esf_buf_setup_static + 0x0000000040145314 0x52 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x62 (size before relaxing) + 0x0000000040145320 esf_buf_setup_static + *fill* 0x0000000040145366 0x2 + .text.esf_buf_free_static + 0x0000000040145368 0x96 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0xaa (size before relaxing) + 0x0000000040145368 esf_buf_free_static + *fill* 0x00000000401453fe 0x2 + .text.esf_buf_setdown + 0x0000000040145400 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x19 (size before relaxing) + 0x0000000040145400 esf_buf_setdown + *fill* 0x0000000040145415 0x3 + .text.esf_buf_setup + 0x0000000040145418 0x1eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x27f (size before relaxing) + 0x000000004014543c esf_buf_setup + *fill* 0x0000000040145603 0x1 + .text.ic_get_addr + 0x0000000040145604 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x0000000040145608 ic_get_addr + *fill* 0x0000000040145619 0x3 + .text.ic_get_ptk_alg + 0x000000004014561c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x000000004014561c ic_get_ptk_alg + .text.ic_disable_crypto + 0x0000000040145630 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x30 (size before relaxing) + 0x0000000040145630 ic_disable_crypto + .text.ic_set_key + 0x0000000040145658 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x9e (size before relaxing) + 0x0000000040145658 ic_set_key + *fill* 0x00000000401456e6 0x2 + .text.ic_get_key + 0x00000000401456e8 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x5c (size before relaxing) + 0x00000000401456e8 ic_get_key + .text.ic_obtain_key + 0x0000000040145738 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x7f (size before relaxing) + 0x0000000040145738 ic_obtain_key + *fill* 0x00000000401457a7 0x1 + .text.ic_tx_pkt + 0x00000000401457a8 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x15 (size before relaxing) + 0x00000000401457a8 ic_tx_pkt + *fill* 0x00000000401457b9 0x3 + .text.ic_ebuf_alloc + 0x00000000401457bc 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x00000000401457c0 ic_ebuf_alloc + .text.ic_ebuf_recycle_tx + 0x00000000401457d4 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401457d4 ic_ebuf_recycle_tx + *fill* 0x00000000401457e2 0x2 + .text.ic_ebuf_recycle_rx + 0x00000000401457e4 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401457e4 ic_ebuf_recycle_rx + *fill* 0x00000000401457ee 0x2 + .text.esp_wifi_internal_free_rx_buffer + 0x00000000401457f0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401457f0 esp_wifi_internal_free_rx_buffer + *fill* 0x00000000401457fa 0x2 + .text.ic_register_tx_cb + 0x00000000401457fc 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x19 (size before relaxing) + 0x00000000401457fc ic_register_tx_cb + *fill* 0x0000000040145811 0x3 + .text.ic_register_rx_cb + 0x0000000040145814 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x0000000040145814 ic_register_rx_cb + *fill* 0x0000000040145826 0x2 + .text.ic_register_timer_post_cb + 0x0000000040145828 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145828 ic_register_timer_post_cb + .text.ic_register_michael_mic_failure_cb + 0x0000000040145834 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145834 ic_register_michael_mic_failure_cb + .text.ic_register_config_cb + 0x0000000040145840 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x0000000040145840 ic_register_config_cb + .text.ic_is_mgmt_hwdecr_enabled + 0x0000000040145854 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145854 ic_is_mgmt_hwdecr_enabled + *fill* 0x0000000040145861 0x3 + .text.ic_register_pm_tx_null_cb + 0x0000000040145864 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x0000000040145864 ic_register_pm_tx_null_cb + .text.ic_register_net80211_tx_cb + 0x0000000040145878 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x0000000040145878 ic_register_net80211_tx_cb + .text.ic_register_timer_cb + 0x000000004014588c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x000000004014588c ic_register_timer_cb + .text.ic_enable_sniffer + 0x00000000401458a0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401458a0 ic_enable_sniffer + *fill* 0x00000000401458aa 0x2 + .text.ic_disable_sniffer + 0x00000000401458ac 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000401458ac ic_disable_sniffer + *fill* 0x00000000401458b6 0x2 + .text.ic_set_vif + 0x00000000401458b8 0x1c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x22b (size before relaxing) + 0x00000000401458e0 ic_set_vif + *fill* 0x0000000040145a7b 0x1 + .text.ic_get_next_tbtt + 0x0000000040145a7c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145a7c ic_get_next_tbtt + *fill* 0x0000000040145a86 0x2 + .text.ic_del_rx_ba + 0x0000000040145a88 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145a88 ic_del_rx_ba + *fill* 0x0000000040145a93 0x1 + .text.ic_reset_rx_ba + 0x0000000040145a94 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1b (size before relaxing) + 0x0000000040145a94 ic_reset_rx_ba + *fill* 0x0000000040145aa8 0x0 + .text.ic_add_rx_ba + 0x0000000040145aa8 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x0000000040145aa8 ic_add_rx_ba + *fill* 0x0000000040145ac1 0x3 + .text.ic_reset_tbtt + 0x0000000040145ac4 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xf (size before relaxing) + 0x0000000040145ac4 ic_reset_tbtt + *fill* 0x0000000040145acc 0x0 + .text.ic_del_key_all + 0x0000000040145acc 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145acc ic_del_key_all + *fill* 0x0000000040145ad9 0x3 + .text.ic_del_key + 0x0000000040145adc 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x28 (size before relaxing) + 0x0000000040145adc ic_del_key + .text.ic_set_ac_param + 0x0000000040145afc 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1e (size before relaxing) + 0x0000000040145afc ic_set_ac_param + *fill* 0x0000000040145b13 0x1 + .text.ic_ampdu_op + 0x0000000040145b14 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2c (size before relaxing) + 0x0000000040145b14 ic_ampdu_op + *fill* 0x0000000040145b31 0x3 + .text.ic_set_trc + 0x0000000040145b34 0xac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0xd0 (size before relaxing) + 0x0000000040145b38 ic_set_trc + .text.ic_deinit + 0x0000000040145be0 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2f (size before relaxing) + 0x0000000040145be0 ic_deinit + *fill* 0x0000000040145bf3 0x1 + .text.ic_init 0x0000000040145bf4 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x9a (size before relaxing) + 0x0000000040145bfc ic_init + *fill* 0x0000000040145c4f 0x1 + .text.ic_set_interrupt_handler + 0x0000000040145c50 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x4a (size before relaxing) + 0x0000000040145c54 ic_set_interrupt_handler + *fill* 0x0000000040145c86 0x2 + .text.ic_clear_interrupt_handler + 0x0000000040145c88 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x38 (size before relaxing) + 0x0000000040145c88 ic_clear_interrupt_handler + .text.ic_enable_rx + 0x0000000040145cb4 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x23 (size before relaxing) + 0x0000000040145cb4 ic_enable_rx + *fill* 0x0000000040145ccf 0x1 + .text.ic_disable_rx + 0x0000000040145cd0 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x23 (size before relaxing) + 0x0000000040145cd0 ic_disable_rx + *fill* 0x0000000040145ceb 0x1 + .text.ic_set_beacon_int + 0x0000000040145cec 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145cec ic_set_beacon_int + *fill* 0x0000000040145cf6 0x2 + .text.ic_set_mac + 0x0000000040145cf8 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145cf8 ic_set_mac + *fill* 0x0000000040145d05 0x3 + .text.ic_set_bssid + 0x0000000040145d08 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145d08 ic_set_bssid + *fill* 0x0000000040145d15 0x3 + .text.ic_set_current_channel + 0x0000000040145d18 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x0000000040145d18 ic_set_current_channel + *fill* 0x0000000040145d24 0x0 + .text.ic_get_trc + 0x0000000040145d24 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x17 (size before relaxing) + 0x0000000040145d24 ic_get_trc + *fill* 0x0000000040145d34 0x0 + .text.ic_get_pp_hdl + 0x0000000040145d34 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145d34 ic_get_pp_hdl + *fill* 0x0000000040145d3e 0x2 + .text.ic_set_rx_policy_ubssid_check + 0x0000000040145d40 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1c (size before relaxing) + 0x0000000040145d40 ic_set_rx_policy_ubssid_check + .text.ic_set_rx_policy + 0x0000000040145d58 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x1d (size before relaxing) + 0x0000000040145d58 ic_set_rx_policy + *fill* 0x0000000040145d6e 0x2 + .text.ic_set_sta_auth_flag + 0x0000000040145d70 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145d70 ic_set_sta_auth_flag + *fill* 0x0000000040145d7b 0x1 + .text.ic_set_interface + 0x0000000040145d7c 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x0000000040145d7c ic_set_interface + *fill* 0x0000000040145d89 0x3 + .text.ic_trc_set_per_pkt_rate + 0x0000000040145d8c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x0000000040145d8c ic_trc_set_per_pkt_rate + *fill* 0x0000000040145d9b 0x1 + .text.ic_trc_update_ifx_phy_mode + 0x0000000040145d9c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x0000000040145d9c ic_trc_update_ifx_phy_mode + *fill* 0x0000000040145dab 0x1 + .text.ic_stop_hw_txq + 0x0000000040145dac 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145dac ic_stop_hw_txq + *fill* 0x0000000040145db6 0x2 + .text.ic_stop_sw_txq + 0x0000000040145db8 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x2a (size before relaxing) + 0x0000000040145dbc ic_stop_sw_txq + *fill* 0x0000000040145dd2 0x2 + .text.ic_txq_empty + 0x0000000040145dd4 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145dd4 ic_txq_empty + *fill* 0x0000000040145dde 0x2 + .text.ic_create_wifi_task + 0x0000000040145de0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145de0 ic_create_wifi_task + *fill* 0x0000000040145dea 0x2 + .text.ic_delete_wifi_task + 0x0000000040145dec 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x0000000040145dec ic_delete_wifi_task + *fill* 0x0000000040145df6 0x2 + .text.ic_set_sleep_min_active_time + 0x0000000040145df8 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145df8 ic_set_sleep_min_active_time + *fill* 0x0000000040145e02 0x2 + .text.ic_set_keep_alive_time + 0x0000000040145e04 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145e04 ic_set_keep_alive_time + *fill* 0x0000000040145e0e 0x2 + .text.ic_set_sleep_wait_broadcast_data_time + 0x0000000040145e10 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x0000000040145e10 ic_set_sleep_wait_broadcast_data_time + *fill* 0x0000000040145e1a 0x2 + .text.lmacIsIdle + 0x0000000040145e1c 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000040145e20 lmacIsIdle + *fill* 0x0000000040145e3b 0x1 + .text.lmacGetTxFrame + 0x0000000040145e3c 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1e (size before relaxing) + 0x0000000040145e3c lmacGetTxFrame + *fill* 0x0000000040145e56 0x2 + .text.lmacIsLongFrame + 0x0000000040145e58 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x0000000040145e5c lmacIsLongFrame + *fill* 0x0000000040145e79 0x3 + .text.lmacSetAcParam + 0x0000000040145e7c 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x51 (size before relaxing) + 0x0000000040145e7c lmacSetAcParam + *fill* 0x0000000040145ec9 0x3 + .text.lmacInitAc + 0x0000000040145ecc 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x41 (size before relaxing) + 0x0000000040145ecc lmacInitAc + *fill* 0x0000000040145f09 0x3 + .text.lmacInit + 0x0000000040145f0c 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdc (size before relaxing) + 0x0000000040145f18 lmacInit + .text.lmacEndRetryAMPDUFail + 0x0000000040145fb0 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x8f (size before relaxing) + 0x0000000040145fb4 lmacEndRetryAMPDUFail + *fill* 0x0000000040146023 0x1 + .text.lmacDiscardMSDU + 0x0000000040146024 0xd3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xdb (size before relaxing) + 0x0000000040146030 lmacDiscardMSDU + *fill* 0x00000000401460f7 0x1 + .text.lmacRetryTxFrame + 0x00000000401460f8 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc8 (size before relaxing) + 0x0000000040146108 lmacRetryTxFrame + .text.lmacProcessShortRetryFail + 0x00000000401461b0 0x21f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x256 (size before relaxing) + 0x00000000401461d8 lmacProcessShortRetryFail + *fill* 0x00000000401463cf 0x1 + .text.lmacProcessCtsTimeout + 0x00000000401463d0 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x78 (size before relaxing) + 0x00000000401463d8 lmacProcessCtsTimeout + .text.lmacProcessLongRetryFail + 0x0000000040146430 0x18f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1bf (size before relaxing) + 0x0000000040146440 lmacProcessLongRetryFail + *fill* 0x00000000401465bf 0x1 + .text.lmacProcessCollision + 0x00000000401465c0 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xec (size before relaxing) + 0x00000000401465d0 lmacProcessCollision + .text.lmacProcessCollisions_task + 0x0000000040146684 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x60 (size before relaxing) + 0x0000000040146684 lmacProcessCollisions_task + .text.lmacProcessAckTimeout + 0x00000000401466c8 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xec (size before relaxing) + 0x00000000401466d8 lmacProcessAckTimeout + .text.lmacProcessTxRtsError + 0x000000004014678c 0xb9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xe1 (size before relaxing) + 0x000000004014679c lmacProcessTxRtsError + *fill* 0x0000000040146845 0x3 + .text.lmacProcessTxseckiderr + 0x0000000040146848 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x16 (size before relaxing) + 0x0000000040146848 lmacProcessTxseckiderr + *fill* 0x000000004014685a 0x2 + .text.lmacProcessTxError + 0x000000004014685c 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xc4 (size before relaxing) + 0x0000000040146864 lmacProcessTxError + .text.lmacRxDone + 0x00000000401468f8 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x00000000401468fc lmacRxDone + .text.lmacDisableTransmit + 0x0000000040146914 0x69 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x9d (size before relaxing) + 0x0000000040146918 lmacDisableTransmit + *fill* 0x000000004014697d 0x3 + .text.lmacProcessTxTimeout + 0x0000000040146980 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x52 (size before relaxing) + 0x0000000040146980 lmacProcessTxTimeout + *fill* 0x00000000401469be 0x2 + .text.lmacStopTransmit + 0x00000000401469c0 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x106 (size before relaxing) + 0x00000000401469c4 lmacStopTransmit + *fill* 0x0000000040146a86 0x2 + .text.lmac_stop_hw_txq + 0x0000000040146a88 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x5c (size before relaxing) + 0x0000000040146a90 lmac_stop_hw_txq + .text.pm_funcs_init + 0x0000000040146acc 0x3f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + 0x52 (size before relaxing) + 0x0000000040146ad4 pm_funcs_init + *fill* 0x0000000040146b0b 0x1 + .text.pm_funcs_deinit + 0x0000000040146b0c 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + 0x28 (size before relaxing) + 0x0000000040146b0c pm_funcs_deinit + .text.hal_pm_unblock_txq + 0x0000000040146b2c 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x23 (size before relaxing) + *fill* 0x0000000040146b4b 0x1 + .text.pm_incr_coex_active_cnt + 0x0000000040146b4c 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + *fill* 0x0000000040146b6f 0x1 + .text.pm_disable_active_timer + 0x0000000040146b70 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1b (size before relaxing) + *fill* 0x0000000040146b87 0x1 + .text.pm_set_state + 0x0000000040146b88 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3f (size before relaxing) + *fill* 0x0000000040146bbb 0x1 + .text.pm_beacon_monitor_tbtt_timeout + 0x0000000040146bbc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146bcb 0x1 + .text.pm_coex_restart_timeout + 0x0000000040146bcc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146bdb 0x1 + .text.pm_beacon_monitor_timeout + 0x0000000040146bdc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146beb 0x1 + .text.pm_connectionless_wake_window_timeout + 0x0000000040146bec 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146bfb 0x1 + .text.pm_connectionless_wake_interval_timeout + 0x0000000040146bfc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c0b 0x1 + .text.pm_disconnected_sleep_delay_timeout + 0x0000000040146c0c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c1b 0x1 + .text.pm_coex_slice_wifi_timeout + 0x0000000040146c1c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c2b 0x1 + .text.pm_sleep_delay_timeout + 0x0000000040146c2c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c3b 0x1 + .text.pm_active_timeout + 0x0000000040146c3c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c4b 0x1 + .text.pm_dream_timeout + 0x0000000040146c4c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c5b 0x1 + .text.pm_tbtt_timeout + 0x0000000040146c5c 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x0000000040146c6b 0x1 + .text.pm_is_sleeping + 0x0000000040146c6c 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26 (size before relaxing) + 0x0000000040146c6c pm_is_sleeping + *fill* 0x0000000040146c8e 0x2 + .text.pm_is_open + 0x0000000040146c90 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf (size before relaxing) + 0x0000000040146c90 pm_is_open + *fill* 0x0000000040146c9b 0x1 + .text.pm_allow_tx + 0x0000000040146c9c 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x0000000040146c9c pm_allow_tx + .text.pm_noise_check_disable + 0x0000000040146cfc 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x17 (size before relaxing) + 0x0000000040146cfc pm_noise_check_disable + *fill* 0x0000000040146d0f 0x1 + .text.pm_noise_check_enable + 0x0000000040146d10 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x17 (size before relaxing) + 0x0000000040146d10 pm_noise_check_enable + *fill* 0x0000000040146d23 0x1 + .text.pm_reset_keep_alive + 0x0000000040146d24 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x42 (size before relaxing) + *fill* 0x0000000040146d5e 0x2 + .text.pm_enable_sleep_delay_timer + 0x0000000040146d60 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x43 (size before relaxing) + 0x0000000040146d64 pm_enable_sleep_delay_timer + *fill* 0x0000000040146d9b 0x1 + .text.pm_disable_disconnected_sleep_delay_timer + 0x0000000040146d9c 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x30 (size before relaxing) + 0x0000000040146da0 pm_disable_disconnected_sleep_delay_timer + .text.pm_enable_disconnected_sleep_delay_timer + 0x0000000040146dc4 0x47 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x57 (size before relaxing) + 0x0000000040146dc4 pm_enable_disconnected_sleep_delay_timer + *fill* 0x0000000040146e0b 0x1 + .text.pm_noise_check + 0x0000000040146e0c 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7a (size before relaxing) + 0x0000000040146e0c pm_noise_check + *fill* 0x0000000040146e6a 0x2 + .text.pm_register_pm_tx_null_cb + 0x0000000040146e6c 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040146e70 pm_register_pm_tx_null_cb + *fill* 0x0000000040146e7f 0x1 + .text.pm_send_nullfunc + 0x0000000040146e80 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x65 (size before relaxing) + 0x0000000040146e80 pm_send_nullfunc + *fill* 0x0000000040146ed9 0x3 + .text.pm_mac_wakeup + 0x0000000040146edc 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040146ee0 pm_mac_wakeup + *fill* 0x0000000040146eeb 0x1 + .text.pm_mac_sleep + 0x0000000040146eec 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x0000000040146ef0 pm_mac_sleep + *fill* 0x0000000040146efb 0x1 + .text.pm_beacon_monitor_init + 0x0000000040146efc 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x6a (size before relaxing) + 0x0000000040146f08 pm_beacon_monitor_init + *fill* 0x0000000040146f5e 0x2 + .text.pm_disconnected_wake + 0x0000000040146f60 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x0000000040146f64 pm_disconnected_wake + .text.pm_disconnected_sleep + 0x0000000040146fb4 0x8a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xaa (size before relaxing) + 0x0000000040146fb8 pm_disconnected_sleep + *fill* 0x000000004014703e 0x2 + .text.pm_wake_up + 0x0000000040147040 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4d (size before relaxing) + 0x0000000040147048 pm_wake_up + *fill* 0x000000004014707e 0x2 + .text.pm_send_probe_start + 0x0000000040147080 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x45 (size before relaxing) + 0x0000000040147080 pm_send_probe_start + *fill* 0x00000000401470b5 0x3 + .text.pm_off_channel + 0x00000000401470b8 0xb9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xd9 (size before relaxing) + 0x00000000401470b8 pm_off_channel + *fill* 0x0000000040147171 0x3 + .text.pm_wake_done + 0x0000000040147174 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x5b (size before relaxing) + 0x0000000040147178 pm_wake_done + *fill* 0x00000000401471c4 0x0 + .text.pm_coex_separate_connectionless_window + 0x00000000401471c4 0x2cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2e3 (size before relaxing) + 0x00000000401471d4 pm_coex_separate_connectionless_window + *fill* 0x000000004014748f 0x1 + .text.pm_go_to_sleep + 0x0000000040147490 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x87 (size before relaxing) + 0x000000004014749c pm_go_to_sleep + *fill* 0x00000000401474f4 0x0 + .text.pm_set_next_tbtt + 0x00000000401474f4 0x250 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x26c (size before relaxing) + 0x000000004014750c pm_set_next_tbtt + .text.pm_mesh_set_next_tbtt + 0x0000000040147744 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7e (size before relaxing) + 0x0000000040147744 pm_mesh_set_next_tbtt + *fill* 0x00000000401477a6 0x2 + .text.pm_beacon_timestamp_statistic + 0x00000000401477a8 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x39 (size before relaxing) + 0x00000000401477ac pm_beacon_timestamp_statistic + *fill* 0x00000000401477d9 0x3 + .text.pm_is_in_wifi_slice_threshold + 0x00000000401477dc 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x4d (size before relaxing) + 0x00000000401477dc pm_is_in_wifi_slice_threshold + *fill* 0x0000000040147821 0x3 + .text.pm_coex_schm_process + 0x0000000040147824 0x1c1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1fd (size before relaxing) + 0x000000004014782c pm_coex_schm_process + *fill* 0x00000000401479e5 0x3 + .text.pm_coex_schm_process_restart + 0x00000000401479e8 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x14 (size before relaxing) + 0x00000000401479e8 pm_coex_schm_process_restart + .text.pm_coex_slice_timeout_process + 0x00000000401479f8 0xeb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x126 (size before relaxing) + 0x00000000401479fc pm_coex_slice_timeout_process + *fill* 0x0000000040147ae3 0x1 + .text.pm_dream_timeout_process + 0x0000000040147ae4 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x22 (size before relaxing) + 0x0000000040147ae4 pm_dream_timeout_process + *fill* 0x0000000040147afa 0x2 + .text.pm_sleep_delay_timeout_process + 0x0000000040147afc 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2a (size before relaxing) + 0x0000000040147afc pm_sleep_delay_timeout_process + *fill* 0x0000000040147b1e 0x2 + .text.pm_disconnected_sleep_delay_timeout_process + 0x0000000040147b20 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2a (size before relaxing) + 0x0000000040147b20 pm_disconnected_sleep_delay_timeout_process + *fill* 0x0000000040147b3f 0x1 + .text.pm_coex_restart_timeout_process + 0x0000000040147b40 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2c (size before relaxing) + 0x0000000040147b40 pm_coex_restart_timeout_process + .text.pm_tx_data_done_process + 0x0000000040147b60 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xa8 (size before relaxing) + 0x0000000040147b64 pm_tx_data_done_process + .text.pm_tx_null_data_done_quick_wake_process + 0x0000000040147bd8 0x5c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x74 (size before relaxing) + 0x0000000040147bd8 pm_tx_null_data_done_quick_wake_process + .text.pm_tx_null_data_done_process + 0x0000000040147c34 0x1cc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x22c (size before relaxing) + 0x0000000040147c34 pm_tx_null_data_done_process + .text.pm_go_to_wake + 0x0000000040147e00 0xdc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x124 (size before relaxing) + 0x0000000040147e00 pm_go_to_wake + .text.pm_send_probe_stop + 0x0000000040147edc 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x71 (size before relaxing) + 0x0000000040147edc pm_send_probe_stop + *fill* 0x0000000040147f31 0x3 + .text.pm_on_channel + 0x0000000040147f34 0x8a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xb2 (size before relaxing) + 0x0000000040147f34 pm_on_channel + *fill* 0x0000000040147fbe 0x2 + .text.pm_update_params + 0x0000000040147fc0 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x9c (size before relaxing) + 0x0000000040147fc0 pm_update_params + .text.pm_coex_tbtt_process + 0x0000000040148048 0xdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x11f (size before relaxing) + 0x0000000040148048 pm_coex_tbtt_process + *fill* 0x0000000040148123 0x1 + .text.pm_active_timeout_process + 0x0000000040148124 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x6d (size before relaxing) + 0x0000000040148124 pm_active_timeout_process + *fill* 0x0000000040148175 0x3 + .text.pm_send_sleep_null_cb + 0x0000000040148178 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x0000000040148178 pm_send_sleep_null_cb + *fill* 0x000000004014818a 0x2 + .text.pm_send_wake_null_cb + 0x000000004014818c 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x000000004014818c pm_send_wake_null_cb + *fill* 0x000000004014819e 0x2 + .text.pm_on_coex_schm_process_restart + 0x00000000401481a0 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xf (size before relaxing) + 0x00000000401481a0 pm_on_coex_schm_process_restart + *fill* 0x00000000401481a8 0x0 + .text.pm_on_coex_schm_status_config + 0x00000000401481a8 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x86 (size before relaxing) + 0x00000000401481ac pm_on_coex_schm_status_config + *fill* 0x0000000040148222 0x2 + .text.pm_on_coex_start + 0x0000000040148224 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x5b (size before relaxing) + 0x0000000040148228 pm_on_coex_start + *fill* 0x000000004014825f 0x1 + .text.pm_on_data_tx_done + 0x0000000040148260 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x18 (size before relaxing) + 0x0000000040148260 pm_on_data_tx_done + *fill* 0x0000000040148271 0x3 + .text.pm_on_sample_beacon + 0x0000000040148274 0x3d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x45 (size before relaxing) + 0x0000000040148274 pm_on_sample_beacon + *fill* 0x00000000401482b1 0x3 + .text.pm_on_probe_resp_rx + 0x00000000401482b4 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x7f (size before relaxing) + 0x00000000401482bc pm_on_probe_resp_rx + *fill* 0x0000000040148323 0x1 + .text.pm_disconnected_start + 0x0000000040148324 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xa4 (size before relaxing) + 0x0000000040148324 pm_disconnected_start + .text.pm_disconnected_stop + 0x000000004014839c 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x80 (size before relaxing) + 0x000000004014839c pm_disconnected_stop + .text.pm_start + 0x00000000401483f4 0x1aa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x212 (size before relaxing) + 0x00000000401483f8 pm_start + *fill* 0x000000004014859e 0x2 + .text.pm_stop 0x00000000401485a0 0x1de C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x262 (size before relaxing) + 0x00000000401485b8 pm_stop + *fill* 0x000000004014877e 0x2 + .text.pm_attach + 0x0000000040148780 0x17c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1d0 (size before relaxing) + 0x00000000401487b8 pm_attach + .text.pm_deattach + 0x00000000401488fc 0x91 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0xc1 (size before relaxing) + 0x00000000401488fc pm_deattach + *fill* 0x000000004014898d 0x3 + .text.pm_set_sleep_min_active_time + 0x0000000040148990 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x11 (size before relaxing) + 0x0000000040148990 pm_set_sleep_min_active_time + *fill* 0x000000004014899d 0x3 + .text.pm_set_keep_alive_time + 0x00000000401489a0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x11 (size before relaxing) + 0x00000000401489a0 pm_set_keep_alive_time + *fill* 0x00000000401489ad 0x3 + .text.pm_set_sleep_wait_broadcast_data_time + 0x00000000401489b0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x11 (size before relaxing) + 0x00000000401489b0 pm_set_sleep_wait_broadcast_data_time + *fill* 0x00000000401489bd 0x3 + .text.pm_enable_sta_disconnected_power_management + 0x00000000401489c0 0x2d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x31 (size before relaxing) + 0x00000000401489c0 pm_enable_sta_disconnected_power_management + *fill* 0x00000000401489ed 0x3 + .text.pm_coex_reconnect_policy + 0x00000000401489f0 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x1a (size before relaxing) + 0x00000000401489f0 pm_coex_reconnect_policy + *fill* 0x0000000040148a06 0x2 + .text.pm_coex_set_reconnect_policy + 0x0000000040148a08 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x47 (size before relaxing) + 0x0000000040148a0c pm_coex_set_reconnect_policy + *fill* 0x0000000040148a3f 0x1 + .text.pp_delete_task_manually + 0x0000000040148a40 0x41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x45 (size before relaxing) + *fill* 0x0000000040148a81 0x3 + .text.xswap 0x0000000040148a84 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040148a8c xswap + *fill* 0x0000000040148aa6 0x2 + .text.pp_register_net80211_tx_cb + 0x0000000040148aa8 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040148aac pp_register_net80211_tx_cb + *fill* 0x0000000040148abb 0x1 + .text.pp_register_config_cb + 0x0000000040148abc 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040148ac0 pp_register_config_cb + *fill* 0x0000000040148acf 0x1 + .text.pp_register_timer_cb + 0x0000000040148ad0 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040148ad4 pp_register_timer_cb + *fill* 0x0000000040148ae3 0x1 + .text.pp_register_michael_mic_failure_cb + 0x0000000040148ae4 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x0000000040148ae8 pp_register_michael_mic_failure_cb + *fill* 0x0000000040148af7 0x1 + .text.pp_default_event_handler + 0x0000000040148af8 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2c (size before relaxing) + 0x0000000040148b00 pp_default_event_handler + *fill* 0x0000000040148b19 0x3 + .text.ppRegisterRxCallback + 0x0000000040148b1c 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x23 (size before relaxing) + 0x0000000040148b1c ppRegisterRxCallback + *fill* 0x0000000040148b3b 0x1 + .text.ppRegisterTxCallback + 0x0000000040148b3c 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x4d (size before relaxing) + 0x0000000040148b3c ppRegisterTxCallback + *fill* 0x0000000040148b85 0x3 + .text.ppCheckTxQIdle + 0x0000000040148b88 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1f (size before relaxing) + 0x0000000040148b88 ppCheckTxQIdle + *fill* 0x0000000040148ba3 0x1 + .text.ppCheckIsConnTraffic + 0x0000000040148ba4 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x54 (size before relaxing) + 0x0000000040148ba4 ppCheckIsConnTraffic + .text.ppCheckTxConnTrafficIdle + 0x0000000040148bf4 0xc4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe8 (size before relaxing) + 0x0000000040148bf4 ppCheckTxConnTrafficIdle + .text.ppAssembleMicHdr + 0x0000000040148cb8 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9c (size before relaxing) + 0x0000000040148cb8 ppAssembleMicHdr + .text.ppCalTkipMic + 0x0000000040148d40 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x138 (size before relaxing) + 0x0000000040148d44 ppCalTkipMic + .text.ppClearRxFragment + 0x0000000040148e44 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x3a (size before relaxing) + 0x0000000040148e48 ppClearRxFragment + *fill* 0x0000000040148e6e 0x2 + .text.ppDequeueTxQ + 0x0000000040148e70 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x39 (size before relaxing) + 0x0000000040148e70 ppDequeueTxQ + *fill* 0x0000000040148ea5 0x3 + .text.ppFillAMPDUBar + 0x0000000040148ea8 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x116 (size before relaxing) + 0x0000000040148eac ppFillAMPDUBar + *fill* 0x0000000040148f9e 0x2 + .text.ppCheckTxAMPDUlength + 0x0000000040148fa0 0x7f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x87 (size before relaxing) + 0x0000000040148fa0 ppCheckTxAMPDUlength + *fill* 0x000000004014901f 0x1 + .text.ppReSendBar + 0x0000000040149020 0x126 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x162 (size before relaxing) + 0x0000000040149024 ppReSendBar + *fill* 0x0000000040149146 0x2 + .text.ppRecordBarRRC + 0x0000000040149148 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x22 (size before relaxing) + 0x0000000040149148 ppRecordBarRRC + *fill* 0x0000000040149166 0x2 + .text.pp_create_task + 0x0000000040149168 0x18d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x1d1 (size before relaxing) + 0x0000000040149194 pp_create_task + *fill* 0x00000000401492f5 0x3 + .text.pp_deattach + 0x00000000401492f8 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x42 (size before relaxing) + 0x00000000401492f8 pp_deattach + *fill* 0x000000004014932e 0x2 + .text.ppInitTxq + 0x0000000040149330 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x66 (size before relaxing) + 0x0000000040149330 ppInitTxq + *fill* 0x0000000040149392 0x2 + .text.ppEnableQueue + 0x0000000040149394 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x53 (size before relaxing) + 0x0000000040149394 ppEnableQueue + *fill* 0x00000000401493e3 0x1 + .text.ppTxqEmpty + 0x00000000401493e4 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5e (size before relaxing) + 0x00000000401493e8 ppTxqEmpty + *fill* 0x000000004014943e 0x2 + .text.pp_delete_task + 0x0000000040149440 0x7b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x96 (size before relaxing) + 0x0000000040149444 pp_delete_task + *fill* 0x00000000401494bb 0x1 + .text.ppDisableQueue + 0x00000000401494bc 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x37 (size before relaxing) + 0x00000000401494bc ppDisableQueue + *fill* 0x00000000401494eb 0x1 + .text.ppCheckTxIdle + 0x00000000401494ec 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xbc (size before relaxing) + 0x00000000401494ec ppCheckTxIdle + .text.ppDiscardMPDU + 0x000000004014959c 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x32 (size before relaxing) + 0x000000004014959c ppDiscardMPDU + *fill* 0x00000000401495c6 0x2 + .text.ppPrepareBarFrame + 0x00000000401495c8 0xcc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe8 (size before relaxing) + 0x00000000401495d8 ppPrepareBarFrame + .text.pp_attach + 0x0000000040149694 0xd1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x108 (size before relaxing) + 0x000000004014969c pp_attach + *fill* 0x0000000040149765 0x3 + .text.ppClearTxq + 0x0000000040149768 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x53 (size before relaxing) + 0x0000000040149768 ppClearTxq + *fill* 0x00000000401497a8 0x0 + .text.pp_stop_sw_txq + 0x00000000401497a8 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x83 (size before relaxing) + 0x00000000401497a8 pp_stop_sw_txq + *fill* 0x000000004014980d 0x3 + .text.ppGetTaskHdl + 0x0000000040149810 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xe (size before relaxing) + 0x0000000040149810 ppGetTaskHdl + *fill* 0x000000004014981a 0x2 + .text.dbg_lmac_ps_statis_reset + 0x000000004014981c 0x12 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x1a (size before relaxing) + 0x000000004014981c dbg_lmac_ps_statis_reset + *fill* 0x000000004014982e 0x2 + .text.pp_timer_resample + 0x0000000040149830 0x15 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x19 (size before relaxing) + *fill* 0x0000000040149845 0x3 + .text.pp_timer_coex_restart + 0x0000000040149848 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x0000000040149857 0x1 + .text.pp_timer_beacon_monitor_tbtt + 0x0000000040149858 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x000000004014986b 0x1 + .text.pp_timer_beacon_monitor + 0x000000004014986c 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x000000004014987f 0x1 + .text.pp_timer_connectionless_wake_window + 0x0000000040149880 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014988f 0x1 + .text.pp_timer_connectionless_wake_interval + 0x0000000040149890 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x000000004014989f 0x1 + .text.pp_timer_disconnected_sleep_delay + 0x00000000401498a0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498af 0x1 + .text.pp_timer_sleep_delay + 0x00000000401498b0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498bf 0x1 + .text.pp_timer_coex_slice + 0x00000000401498c0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498cf 0x1 + .text.pp_timer_active + 0x00000000401498d0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498df 0x1 + .text.pp_timer_dream + 0x00000000401498e0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498ef 0x1 + .text.pp_timer_noise_check + 0x00000000401498f0 0xf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000401498ff 0x1 + .text.pp_timer_register_post_cb + 0x0000000040149900 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x0000000040149904 pp_timer_register_post_cb + *fill* 0x0000000040149913 0x1 + .text.pp_timer_process + 0x0000000040149914 0x1a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x1e (size before relaxing) + 0x0000000040149914 pp_timer_process + *fill* 0x000000004014992e 0x2 + .text.RC_GetDuration + 0x0000000040149930 0x75 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + *fill* 0x00000000401499a5 0x3 + .text.RC_GetAckTime + 0x00000000401499a8 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x1b (size before relaxing) + 0x00000000401499a8 RC_GetAckTime + *fill* 0x00000000401499bf 0x1 + .text.RC_GetCtsTime + 0x00000000401499c0 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x4d (size before relaxing) + 0x00000000401499c0 RC_GetCtsTime + *fill* 0x0000000040149a09 0x3 + .text.RC_GetBlockAckTime + 0x0000000040149a0c 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x52 (size before relaxing) + 0x0000000040149a0c RC_GetBlockAckTime + *fill* 0x0000000040149a52 0x2 + .text.rc11GRate2SchedIdx + 0x0000000040149a54 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rc11BRate2SchedIdx + 0x0000000040149a70 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rx11NRate2AMPDULimit + 0x0000000040149a8c 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000040149a90 rx11NRate2AMPDULimit + *fill* 0x0000000040149aab 0x1 + .text.rcUpdateAMPDUParam + 0x0000000040149aac 0xc2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xc6 (size before relaxing) + 0x0000000040149abc rcUpdateAMPDUParam + *fill* 0x0000000040149b6e 0x2 + .text.rcGet11NHighestRateIdx + 0x0000000040149b70 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x70 (size before relaxing) + 0x0000000040149b74 rcGet11NHighestRateIdx + .text.rcGet11GHighestRateIdx + 0x0000000040149bdc 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x64 (size before relaxing) + 0x0000000040149be0 rcGet11GHighestRateIdx + .text.rcGet11BHighestRateIdx + 0x0000000040149c3c 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x40 (size before relaxing) + 0x0000000040149c40 rcGet11BHighestRateIdx + .text.rcGetHighestRateIdx + 0x0000000040149c78 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x52 (size before relaxing) + 0x0000000040149c78 rcGetHighestRateIdx + *fill* 0x0000000040149cba 0x2 + .text.rcClearCurSched + 0x0000000040149cbc 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x0000000040149cc0 rcClearCurSched + *fill* 0x0000000040149ced 0x3 + .text.rcClearCurAMPDUSched + 0x0000000040149cf0 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x37 (size before relaxing) + 0x0000000040149cf0 rcClearCurAMPDUSched + *fill* 0x0000000040149d23 0x1 + .text.rcUpdatePhyMode + 0x0000000040149d24 0x2dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x314 (size before relaxing) + 0x0000000040149d6c rcUpdatePhyMode + .text.rcLowerSched + 0x000000004014a000 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x9a (size before relaxing) + 0x000000004014a000 rcLowerSched + *fill* 0x000000004014a07a 0x2 + .text.rcUpSched + 0x000000004014a07c 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x8e (size before relaxing) + 0x000000004014a07c rcUpSched + *fill* 0x000000004014a0ea 0x2 + .text.rcTxUpdatePer + 0x000000004014a0ec 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x7e (size before relaxing) + 0x000000004014a0f0 rcTxUpdatePer + *fill* 0x000000004014a162 0x2 + .text.trc_onAmpduOp + 0x000000004014a164 0xe1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xe9 (size before relaxing) + 0x000000004014a164 trc_onAmpduOp + *fill* 0x000000004014a245 0x3 + .text.trc_set_per_pkt_rate + 0x000000004014a248 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x28 (size before relaxing) + 0x000000004014a248 trc_set_per_pkt_rate + .text.rcGetAmpduSched + 0x000000004014a268 0x8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x98 (size before relaxing) + 0x000000004014a274 rcGetAmpduSched + .text.rssi_margin + 0x000000004014a2f4 0xfa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004014a2f8 rssi_margin + *fill* 0x000000004014a3ee 0x2 + .text.TRC_PER_IS_GOOD + 0x000000004014a3f0 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x51 (size before relaxing) + 0x000000004014a3f0 TRC_PER_IS_GOOD + *fill* 0x000000004014a43d 0x3 + .text.TRC_AMPDU_PER_DOWN_THRESHOLD + 0x000000004014a440 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x86 (size before relaxing) + 0x000000004014a444 TRC_AMPDU_PER_DOWN_THRESHOLD + *fill* 0x000000004014a4b2 0x2 + .text.rcAmpduLowerRate + 0x000000004014a4b4 0xdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x126 (size before relaxing) + 0x000000004014a4b4 rcAmpduLowerRate + *fill* 0x000000004014a58f 0x1 + .text.TRC_AMPDU_PER_UP_THRESHOLD + 0x000000004014a590 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x69 (size before relaxing) + 0x000000004014a594 TRC_AMPDU_PER_UP_THRESHOLD + *fill* 0x000000004014a5ed 0x3 + .text.rcUpdateRate + 0x000000004014a5f0 0x1fe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x252 (size before relaxing) + 0x000000004014a5fc rcUpdateRate + *fill* 0x000000004014a7ee 0x2 + .text.rcReachRetryLimit + 0x000000004014a7f0 0xca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xee (size before relaxing) + 0x000000004014a80c rcReachRetryLimit + *fill* 0x000000004014a8ba 0x2 + .text.rcAttach + 0x000000004014a8bc 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x92 (size before relaxing) + 0x000000004014a8bc rcAttach + *fill* 0x000000004014a902 0x2 + .text.rc_disable_trc + 0x000000004014a904 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x6e (size before relaxing) + 0x000000004014a910 rc_disable_trc + *fill* 0x000000004014a966 0x2 + .text.rc_disable_trc_by_interface + 0x000000004014a968 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x22 (size before relaxing) + 0x000000004014a968 rc_disable_trc_by_interface + *fill* 0x000000004014a986 0x2 + .text.rc_get_trc_by_index + 0x000000004014a988 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x5e (size before relaxing) + 0x000000004014a988 rc_get_trc_by_index + *fill* 0x000000004014a9de 0x2 + .text.trc_init + 0x000000004014a9e0 0xd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xf0 (size before relaxing) + 0x000000004014a9e4 trc_init + .text.trc_update_ifx_phy_mode + 0x000000004014aab8 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xb4 (size before relaxing) + 0x000000004014aabc trc_update_ifx_phy_mode + .text.trc_deinit + 0x000000004014ab50 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x30 (size before relaxing) + 0x000000004014ab50 trc_deinit + .text.rc_set_per_conn_fix_rate + 0x000000004014ab78 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x81 (size before relaxing) + 0x000000004014ab80 rc_set_per_conn_fix_rate + *fill* 0x000000004014abf5 0x3 + .text.rc_enable_trc + 0x000000004014abf8 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xf8 (size before relaxing) + 0x000000004014ac00 rc_enable_trc + .text.wDev_SetCurChannel + 0x000000004014acc8 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x21 (size before relaxing) + 0x000000004014acc8 wDev_SetCurChannel + *fill* 0x000000004014ace5 0x3 + .text.wDev_Set_Beacon_Int + 0x000000004014ace8 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014acec wDev_Set_Beacon_Int + *fill* 0x000000004014acf9 0x3 + .text.wDev_Reset_TBTT + 0x000000004014acfc 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x000000004014acfc wDev_Reset_TBTT + *fill* 0x000000004014ad06 0x2 + .text.wDev_reset_bcnSendTick + 0x000000004014ad08 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014ad0c wDev_reset_bcnSendTick + *fill* 0x000000004014ad1b 0x1 + .text.wDev_Get_Next_TBTT + 0x000000004014ad1c 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x41 (size before relaxing) + 0x000000004014ad1c wDev_Get_Next_TBTT + *fill* 0x000000004014ad4d 0x3 + .text.wdev_csi_hw_bug_check + 0x000000004014ad50 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x76 (size before relaxing) + 0x000000004014ad54 wdev_csi_hw_bug_check + *fill* 0x000000004014adbe 0x2 + .text.wdev_csi_rx_process + 0x000000004014adc0 0x10b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x127 (size before relaxing) + 0x000000004014add0 wdev_csi_rx_process + *fill* 0x000000004014aecb 0x1 + .text.wdev_set_promis_misc_pkt + 0x000000004014aecc 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x88 (size before relaxing) + 0x000000004014aed8 wdev_set_promis_misc_pkt + .text.wdev_pop_promis_misc_buf + 0x000000004014af48 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x76 (size before relaxing) + 0x000000004014af4c wdev_pop_promis_misc_buf + *fill* 0x000000004014afba 0x2 + .text.wdev_process_misc_pkt + 0x000000004014afbc 0x88 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x9c (size before relaxing) + 0x000000004014afbc wdev_process_misc_pkt + .text.wdev_set_promis_misc_buf + 0x000000004014b044 0x6d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x81 (size before relaxing) + 0x000000004014b048 wdev_set_promis_misc_buf + *fill* 0x000000004014b0b1 0x3 + .text.wdev_set_promis_ctrl_pkt + 0x000000004014b0b4 0x35 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3d (size before relaxing) + 0x000000004014b0b8 wdev_set_promis_ctrl_pkt + *fill* 0x000000004014b0e9 0x3 + .text.wdev_set_promis + 0x000000004014b0ec 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xb2 (size before relaxing) + 0x000000004014b0f4 wdev_set_promis + *fill* 0x000000004014b15a 0x2 + .text.wDev_SnifferRxAmpdu + 0x000000004014b15c 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x000000004014b15c wDev_SnifferRxAmpdu + *fill* 0x000000004014b1ce 0x2 + .text.wDev_SnifferRxData + 0x000000004014b1d0 0x264 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2a0 (size before relaxing) + 0x000000004014b1d0 wDev_SnifferRxData + .text.wDev_IndicateCtrlFrame + 0x000000004014b434 0x104 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x128 (size before relaxing) + 0x000000004014b438 wDev_IndicateCtrlFrame + .text.wDev_nan_is_in_dw + 0x000000004014b538 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014b53c wDev_nan_is_in_dw + .text.wDev_Rxbuf_Deinit + 0x000000004014b550 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x71 (size before relaxing) + 0x000000004014b554 wDev_Rxbuf_Deinit + *fill* 0x000000004014b5b1 0x3 + .text.wDev_Rxbuf_Init + 0x000000004014b5b4 0x1f9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x251 (size before relaxing) + 0x000000004014b5d8 wDev_Rxbuf_Init + *fill* 0x000000004014b7ad 0x3 + .text.wDev_disable_low_rate + 0x000000004014b7b0 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b7b0 wDev_disable_low_rate + *fill* 0x000000004014b7b8 0x0 + .text.wDev_enable_low_rate + 0x000000004014b7b8 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b7b8 wDev_enable_low_rate + *fill* 0x000000004014b7c0 0x0 + .text.wDev_is_low_rate_enable + 0x000000004014b7c0 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004014b7c4 wDev_is_low_rate_enable + *fill* 0x000000004014b7d1 0x3 + .text.wDev_Insert_KeyEntry + 0x000000004014b7d4 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x96 (size before relaxing) + 0x000000004014b7d4 wDev_Insert_KeyEntry + *fill* 0x000000004014b856 0x2 + .text.wDev_remove_KeyEntry + 0x000000004014b858 0x37 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x3f (size before relaxing) + 0x000000004014b858 wDev_remove_KeyEntry + *fill* 0x000000004014b88f 0x1 + .text.wDev_remove_KeyEntry_all_cnx + 0x000000004014b890 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x35 (size before relaxing) + 0x000000004014b890 wDev_remove_KeyEntry_all_cnx + *fill* 0x000000004014b8ba 0x2 + .text.wDev_Crypto_Disable + 0x000000004014b8bc 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2a (size before relaxing) + 0x000000004014b8bc wDev_Crypto_Disable + *fill* 0x000000004014b8de 0x2 + .text.wdev_is_mgmt_hwdecr_enabled + 0x000000004014b8e0 0xd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x14 (size before relaxing) + 0x000000004014b8e0 wdev_is_mgmt_hwdecr_enabled + *fill* 0x000000004014b8ed 0x3 + .text.config_get_wifi_ampdu_rx_enable + 0x000000004014b8f0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b8f0 config_get_wifi_ampdu_rx_enable + *fill* 0x000000004014b8fa 0x2 + .text.config_get_wifi_ampdu_tx_enable + 0x000000004014b8fc 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b8fc config_get_wifi_ampdu_tx_enable + *fill* 0x000000004014b906 0x2 + .text.config_get_wifi_amsdu_tx_enable + 0x000000004014b908 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b908 config_get_wifi_amsdu_tx_enable + *fill* 0x000000004014b913 0x1 + .text.config_get_wifi_nvs_enable + 0x000000004014b914 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b914 config_get_wifi_nvs_enable + *fill* 0x000000004014b91e 0x2 + .text.config_get_wifi_rx_baw + 0x000000004014b920 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b920 config_get_wifi_rx_baw + *fill* 0x000000004014b92a 0x2 + .text.config_get_wifi_static_rx_buffer_num + 0x000000004014b92c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b92c config_get_wifi_static_rx_buffer_num + *fill* 0x000000004014b936 0x2 + .text.config_get_wifi_dynamic_rx_buffer_num + 0x000000004014b938 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b938 config_get_wifi_dynamic_rx_buffer_num + *fill* 0x000000004014b942 0x2 + .text.config_get_wifi_tx_buffer_type + 0x000000004014b944 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b944 config_get_wifi_tx_buffer_type + *fill* 0x000000004014b94e 0x2 + .text.config_get_wifi_static_tx_buffer_num + 0x000000004014b950 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b950 config_get_wifi_static_tx_buffer_num + *fill* 0x000000004014b95a 0x2 + .text.config_get_wifi_dynamic_tx_buffer_num + 0x000000004014b95c 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b95c config_get_wifi_dynamic_tx_buffer_num + *fill* 0x000000004014b966 0x2 + .text.config_get_wifi_rx_mgmt_buffer_type + 0x000000004014b968 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b968 config_get_wifi_rx_mgmt_buffer_type + *fill* 0x000000004014b973 0x1 + .text.config_get_wifi_rx_mgmt_buffer_num + 0x000000004014b974 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b974 config_get_wifi_rx_mgmt_buffer_num + *fill* 0x000000004014b97f 0x1 + .text.config_get_wifi_cache_tx_buffer_num + 0x000000004014b980 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b980 config_get_wifi_cache_tx_buffer_num + *fill* 0x000000004014b98a 0x2 + .text.config_get_wifi_task_stack_size + 0x000000004014b98c 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2d (size before relaxing) + 0x000000004014b990 config_get_wifi_task_stack_size + *fill* 0x000000004014b9b1 0x3 + .text.config_get_wifi_task_core_id + 0x000000004014b9b4 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b9b4 config_get_wifi_task_core_id + *fill* 0x000000004014b9be 0x2 + .text.config_get_wifi_beacon_max_len + 0x000000004014b9c0 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b9c0 config_get_wifi_beacon_max_len + *fill* 0x000000004014b9ca 0x2 + .text.config_get_wifi_mgmt_sbuf_num + 0x000000004014b9cc 0xa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xe (size before relaxing) + 0x000000004014b9cc config_get_wifi_mgmt_sbuf_num + *fill* 0x000000004014b9d6 0x2 + .text.config_get_wifi_feature_capabilities + 0x000000004014b9d8 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x000000004014b9d8 config_get_wifi_feature_capabilities + *fill* 0x000000004014b9e6 0x2 + .text.config_get_wifi_espnow_max_encrypt_num + 0x000000004014b9e8 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014b9e8 config_get_wifi_espnow_max_encrypt_num + *fill* 0x000000004014b9f3 0x1 + .text.config_is_cache_tx_buf_enabled + 0x000000004014b9f4 0xe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x12 (size before relaxing) + 0x000000004014b9f4 config_is_cache_tx_buf_enabled + *fill* 0x000000004014ba02 0x2 + .text.config_get_wifi_sta_disconnected_pm + 0x000000004014ba04 0xb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0xf (size before relaxing) + 0x000000004014ba04 config_get_wifi_sta_disconnected_pm + *fill* 0x000000004014ba0f 0x1 + .text.hal_agreement_add_rx_ba + 0x000000004014ba10 0x11d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x121 (size before relaxing) + 0x000000004014ba38 hal_agreement_add_rx_ba + *fill* 0x000000004014bb2d 0x3 + .text.hal_agreement_clr_rx_ba + 0x000000004014bb30 0x82 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0xa2 (size before relaxing) + 0x000000004014bb34 hal_agreement_clr_rx_ba + *fill* 0x000000004014bbb2 0x2 + .text.hal_agreement_del_rx_ba + 0x000000004014bbb4 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x90 (size before relaxing) + 0x000000004014bbb8 hal_agreement_del_rx_ba + .text.hal_ba_session_store + 0x000000004014bc24 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x46 (size before relaxing) + 0x000000004014bc24 hal_ba_session_store + *fill* 0x000000004014bc62 0x2 + .text.hal_ba_session_restore + 0x000000004014bc64 0x67 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x77 (size before relaxing) + 0x000000004014bc64 hal_ba_session_restore + *fill* 0x000000004014bccb 0x1 + .text.hal_ba_session_restore_by_hw_index + 0x000000004014bccc 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x9d (size before relaxing) + 0x000000004014bccc hal_ba_session_restore_by_hw_index + *fill* 0x000000004014bd4d 0x3 + .text.hal_crypto_clr_key_entry + 0x000000004014bd50 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x000000004014bd7c hal_crypto_clr_key_entry + .text.hal_crypto_set_key_entry + 0x000000004014be08 0x176 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x19e (size before relaxing) + 0x000000004014be34 hal_crypto_set_key_entry + *fill* 0x000000004014bf7e 0x2 + .text.hal_crypto_is_key_valid + 0x000000004014bf80 0x17 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x1b (size before relaxing) + 0x000000004014bf80 hal_crypto_is_key_valid + *fill* 0x000000004014bf97 0x1 + .text.hal_crypto_get_key_entry + 0x000000004014bf98 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0xbc (size before relaxing) + 0x000000004014bfa4 hal_crypto_get_key_entry + .text.hal_crypto_init + 0x000000004014c03c 0x4d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x000000004014c054 hal_crypto_init + *fill* 0x000000004014c089 0x3 + .text.hal_crypto_mgmt_rx_enabled + 0x000000004014c08c 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x23 (size before relaxing) + 0x000000004014c08c hal_crypto_mgmt_rx_enabled + *fill* 0x000000004014c0a7 0x1 + .text.hal_crypto_enable + 0x000000004014c0a8 0xa9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0xbd (size before relaxing) + 0x000000004014c0bc hal_crypto_enable + *fill* 0x000000004014c151 0x3 + .text.hal_crypto_disable + 0x000000004014c154 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x4c (size before relaxing) + 0x000000004014c154 hal_crypto_disable + .text.mac_tx_set_plcp0 + 0x000000004014c190 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xcc (size before relaxing) + 0x000000004014c1b0 mac_tx_set_plcp0 + .text.mac_tx_set_duration + 0x000000004014c250 0x3c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004014c254 mac_tx_set_duration + .text.hal_mac_tx_set_ppdu + 0x000000004014c28c 0x22 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x46 (size before relaxing) + 0x000000004014c28c hal_mac_tx_set_ppdu + *fill* 0x000000004014c2ae 0x2 + .text.hal_mac_set_txq_invalid + 0x000000004014c2b0 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x000000004014c2b0 hal_mac_set_txq_invalid + .text.hal_mac_is_txq_valid + 0x000000004014c2d4 0x19 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x1d (size before relaxing) + 0x000000004014c2d4 hal_mac_is_txq_valid + *fill* 0x000000004014c2ed 0x3 + .text.hal_now 0x000000004014c2f0 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x5b (size before relaxing) + 0x000000004014c2f0 hal_now + *fill* 0x000000004014c333 0x1 + .text.hal_mac_tx_set_cca + 0x000000004014c334 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2b (size before relaxing) + 0x000000004014c338 hal_mac_tx_set_cca + *fill* 0x000000004014c35b 0x1 + .text.hal_mac_disable_low_rate + 0x000000004014c35c 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x77 (size before relaxing) + 0x000000004014c374 hal_mac_disable_low_rate + *fill* 0x000000004014c3cb 0x1 + .text.hal_mac_enable_low_rate + 0x000000004014c3cc 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x70 (size before relaxing) + 0x000000004014c3d0 hal_mac_enable_low_rate + .text.mac_rxbuf_init + 0x000000004014c424 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x86 (size before relaxing) + 0x000000004014c444 mac_rxbuf_init + *fill* 0x000000004014c4a2 0x2 + .text.hal_disable_mac + 0x000000004014c4a4 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004014c4b4 hal_disable_mac + *fill* 0x000000004014c4ee 0x2 + .text.hal_enable_mac + 0x000000004014c4f0 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x37 (size before relaxing) + 0x000000004014c4f0 hal_enable_mac + *fill* 0x000000004014c51b 0x1 + .text.mac_txrx_init + 0x000000004014c51c 0x296 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2b6 (size before relaxing) + 0x000000004014c57c mac_txrx_init + *fill* 0x000000004014c7b2 0x2 + .text.hal_mac_set_rxq_policy + 0x000000004014c7b4 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x000000004014c7b8 hal_mac_set_rxq_policy + *fill* 0x000000004014c7f9 0x3 + .text.mac_last_rxbuf_init + 0x000000004014c7fc 0x79 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x7d (size before relaxing) + 0x000000004014c818 mac_last_rxbuf_init + *fill* 0x000000004014c875 0x3 + .text.hal_deinit + 0x000000004014c878 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x6d (size before relaxing) + 0x000000004014c884 hal_deinit + *fill* 0x000000004014c8dd 0x3 + .text.hal_mac_set_addr + 0x000000004014c8e0 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x72 (size before relaxing) + 0x000000004014c8e4 hal_mac_set_addr + *fill* 0x000000004014c94a 0x2 + .text.hal_mac_set_bssid + 0x000000004014c94c 0xa3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xb3 (size before relaxing) + 0x000000004014c95c hal_mac_set_bssid + *fill* 0x000000004014c9ef 0x1 + .text.hal_mac_rx_set_policy + 0x000000004014c9f0 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xde (size before relaxing) + 0x000000004014c9f8 hal_mac_rx_set_policy + *fill* 0x000000004014cab6 0x2 + .text.hal_init + 0x000000004014cab8 0xc6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x10e (size before relaxing) + 0x000000004014cac4 hal_init + *fill* 0x000000004014cb7e 0x2 + .text.hal_mac_tsf_get_time + 0x000000004014cb80 0xce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xd6 (size before relaxing) + 0x000000004014cb90 hal_mac_tsf_get_time + *fill* 0x000000004014cc4e 0x2 + .text.hal_mac_tsf_reset + 0x000000004014cc50 0x169 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x179 (size before relaxing) + 0x000000004014cc7c hal_mac_tsf_reset + *fill* 0x000000004014cdb9 0x3 + .text.mac_tx_set_plcp1 + 0x000000004014cdbc 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x98 (size before relaxing) + 0x000000004014cdc4 mac_tx_set_plcp1 + .text.mac_tx_set_plcp2 + 0x000000004014ce4c 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x92 (size before relaxing) + 0x000000004014ce60 mac_tx_set_plcp2 + *fill* 0x000000004014ceca 0x2 + .text.mac_tx_set_htsig + 0x000000004014cecc 0x135 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x15d (size before relaxing) + 0x000000004014ced4 mac_tx_set_htsig + *fill* 0x000000004014d001 0x3 + .text.hal_mac_get_txq_state + 0x000000004014d004 0x45 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x000000004014d00c hal_mac_get_txq_state + *fill* 0x000000004014d049 0x3 + .text.hal_mac_clr_txq_state + 0x000000004014d04c 0x5f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x000000004014d058 hal_mac_clr_txq_state + *fill* 0x000000004014d0ab 0x1 + .text.hal_mac_get_txq_pmd + 0x000000004014d0ac 0x54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x000000004014d0b0 hal_mac_get_txq_pmd + .text.hal_attenna_init + 0x000000004014d100 0x80 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x84 (size before relaxing) + 0x000000004014d104 hal_attenna_init + .text.hal_mac_rate_autoack_init + 0x000000004014d180 0x79 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x8d (size before relaxing) + 0x000000004014d1a0 hal_mac_rate_autoack_init + *fill* 0x000000004014d1f9 0x3 + .text.hal_sniffer_enable + 0x000000004014d1fc 0x8d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x000000004014d204 hal_sniffer_enable + *fill* 0x000000004014d289 0x3 + .text.hal_sniffer_disable + 0x000000004014d28c 0x8b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x8f (size before relaxing) + 0x000000004014d290 hal_sniffer_disable + *fill* 0x000000004014d317 0x1 + .text.hal_sniffer_rx_set_promis + 0x000000004014d318 0xb7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0xc7 (size before relaxing) + 0x000000004014d31c hal_sniffer_rx_set_promis + *fill* 0x000000004014d3cf 0x1 + .text.hal_sniffer_rx_clr_statistics + 0x000000004014d3d0 0x2f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + 0x37 (size before relaxing) + 0x000000004014d3d4 hal_sniffer_rx_clr_statistics + *fill* 0x000000004014d3ff 0x1 + .text.hal_enable_sta_tsf + 0x000000004014d400 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x23 (size before relaxing) + 0x000000004014d404 hal_enable_sta_tsf + *fill* 0x000000004014d41f 0x1 + .text.hal_disable_sta_tsf + 0x000000004014d420 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x23 (size before relaxing) + 0x000000004014d424 hal_disable_sta_tsf + *fill* 0x000000004014d43f 0x1 + .text.hal_disable_softap_tsf + 0x000000004014d440 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x23 (size before relaxing) + 0x000000004014d440 hal_disable_softap_tsf + *fill* 0x000000004014d45b 0x1 + .literal.clk_hal_apll_get_freq_hz + 0x000000004014d45c 0x20 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x5c (size before relaxing) + .literal.clk_hal_soc_root_get_freq_mhz + 0x000000004014d47c 0x1c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x24 (size before relaxing) + .literal.clk_hal_cpu_get_freq_hz + 0x000000004014d498 0x18 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x30 (size before relaxing) + .literal.clk_hal_ahb_get_freq_hz + 0x000000004014d4b0 0x4 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x10 (size before relaxing) + .literal.clk_hal_apb_get_freq_hz + 0x000000004014d4b4 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x4 (size before relaxing) + .literal.sha_ll_busy + 0x000000004014d4b4 0x10 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x20 (size before relaxing) + .literal.sha_ll_read_digest + 0x000000004014d4c4 0x8 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x10 (size before relaxing) + .literal.sha_hal_wait_idle + 0x000000004014d4cc 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x4 (size before relaxing) + .literal.sha_hal_hash_block + 0x000000004014d4cc 0x8 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x10 (size before relaxing) + .literal.sha_hal_read_digest + 0x000000004014d4d4 0x8 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x10 (size before relaxing) + .literal.aes_ll_write_key + 0x000000004014d4dc 0x4 esp-idf/hal/libhal.a(aes_hal.c.obj) + .literal.aes_hal_wait_idle + 0x000000004014d4e0 0x4 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x8 (size before relaxing) + .literal.aes_hal_setkey + 0x000000004014d4e4 0x4 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x8 (size before relaxing) + .literal.aes_hal_transform_block + 0x000000004014d4e8 0x14 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x1c (size before relaxing) + .literal.esp_dport_access_read_buffer + 0x000000004014d4fc 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + 0x4 (size before relaxing) + .literal.getrandom + 0x000000004014d4fc 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x8 (size before relaxing) + .literal.ets_timer_setfn + 0x000000004014d4fc 0x20 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x24 (size before relaxing) + .literal.ets_timer_done + 0x000000004014d51c 0x4 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x8 (size before relaxing) + .literal.lib_printf + 0x000000004014d520 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x10 (size before relaxing) + .literal.phy_printf + 0x000000004014d524 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .literal.net80211_printf + 0x000000004014d528 0x4 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x8 (size before relaxing) + .literal.phy_update_wifi_mac_time + 0x000000004014d52c 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .literal.load_cal_data_from_nvs_handle + 0x000000004014d534 0x24 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x54 (size before relaxing) + .literal.store_cal_data_to_nvs_handle + 0x000000004014d558 0x14 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x6c (size before relaxing) + .literal.esp_phy_disable + 0x000000004014d56c 0x18 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x24 (size before relaxing) + .literal.esp_wifi_bt_power_domain_off + 0x000000004014d584 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x20 (size before relaxing) + .literal.esp_phy_get_init_data + 0x000000004014d594 0x4 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .literal.esp_phy_load_cal_data_from_nvs + 0x000000004014d598 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x28 (size before relaxing) + .literal.esp_phy_store_cal_data_to_nvs + 0x000000004014d5a8 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x10 (size before relaxing) + .literal.esp_phy_load_cal_and_init + 0x000000004014d5a8 0x24 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x94 (size before relaxing) + .literal.esp_phy_enable + 0x000000004014d5cc 0x10 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x34 (size before relaxing) + .literal.phy_set_modem_flag + 0x000000004014d5dc 0x4 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .literal.phy_clr_modem_flag + 0x000000004014d5e0 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4 (size before relaxing) + .literal.phy_get_modem_flag + 0x000000004014d5e0 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x4 (size before relaxing) + .literal.create_addrinfo + 0x000000004014d5e0 0x14 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x34 (size before relaxing) + .literal.lwip_freeaddrinfo + 0x000000004014d5f4 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x4 (size before relaxing) + .literal.lwip_getaddrinfo + 0x000000004014d5f4 0x8 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x24 (size before relaxing) + .literal.add_offer_options + 0x000000004014d5fc 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.kill_oldest_dhcps_pool + 0x000000004014d5fc 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.parse_options + 0x000000004014d608 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.create_msg + 0x000000004014d608 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x10 (size before relaxing) + .literal.dhcps_new + 0x000000004014d60c 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x8 (size before relaxing) + .literal.dhcps_delete + 0x000000004014d60c 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.dhcps_tmr + 0x000000004014d60c 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.parse_msg + 0x000000004014d610 0x4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x3c (size before relaxing) + .literal.dhcps_pbuf_alloc + 0x000000004014d614 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x4 (size before relaxing) + .literal.send_offer + 0x000000004014d614 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.send_ack + 0x000000004014d614 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.send_nak + 0x000000004014d614 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x18 (size before relaxing) + .literal.handle_dhcp + 0x000000004014d614 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x20 (size before relaxing) + .literal.dhcps_start + 0x000000004014d614 0x10 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x38 (size before relaxing) + .literal.dhcps_stop + 0x000000004014d624 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x1c (size before relaxing) + .literal.esp_netif_action_start + 0x000000004014d624 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_stop + 0x000000004014d624 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_connected + 0x000000004014d624 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x60 (size before relaxing) + .literal.esp_netif_action_disconnected + 0x000000004014d640 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x4 (size before relaxing) + .literal.esp_netif_action_got_ip + 0x000000004014d640 0x4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x14 (size before relaxing) + .literal.low_level_output + 0x000000004014d644 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x14 (size before relaxing) + .literal.wlanif_input + 0x000000004014d644 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x10 (size before relaxing) + .literal.wlanif_init + 0x000000004014d644 0x1c esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x28 (size before relaxing) + .literal.wlanif_init_sta + 0x000000004014d660 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x4 (size before relaxing) + .literal.wlanif_init_ap + 0x000000004014d660 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x4 (size before relaxing) + .literal.esp_pbuf_free + 0x000000004014d660 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x8 (size before relaxing) + .literal.esp_pbuf_allocate + 0x000000004014d660 0x4 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x10 (size before relaxing) + .literal.wpa_attach + 0x000000004014d664 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x10 (size before relaxing) + .literal.wpa_config_done + 0x000000004014d668 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_ap_get_wpa_ie + 0x000000004014d668 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_ap_rx_eapol + 0x000000004014d668 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deattach + 0x000000004014d668 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x10 (size before relaxing) + .literal.wpa_parse_wpa_ie_wrapper + 0x000000004014d66c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x10 (size before relaxing) + .literal.hostap_sta_join + 0x000000004014d66c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x28 (size before relaxing) + .literal.wpa_sta_disconnected_cb + 0x000000004014d670 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x28 (size before relaxing) + .literal.wpa_sta_connected_cb + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_install_key + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_get_key + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deauthenticate + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.wpa_config_profile + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x24 (size before relaxing) + .literal.wpa_config_bss + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sta_connect + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x14 (size before relaxing) + .literal.wpa_config_assoc_ie + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x8 (size before relaxing) + .literal.wpa_neg_complete + 0x000000004014d678 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x4 (size before relaxing) + .literal.esp_supplicant_init + 0x000000004014d678 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x74 (size before relaxing) + .literal.esp_supplicant_deinit + 0x000000004014d6cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x14 (size before relaxing) + .literal.ieee80211_handle_rx_frm + 0x000000004014d6cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x8 (size before relaxing) + .literal.esp_supplicant_unset_all_appie + 0x000000004014d6cc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x4 (size before relaxing) + .literal.esp_supplicant_common_deinit + 0x000000004014d6cc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x8 (size before relaxing) + .literal.esp_supplicant_common_init + 0x000000004014d6d0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x14 (size before relaxing) + .literal.esp_set_assoc_ie + 0x000000004014d6d8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x10 (size before relaxing) + .literal.wps_get_wps_sm_cb + 0x000000004014d6dc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .literal.wpa3_check_sae_rejected_groups + 0x000000004014d6e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x4 (size before relaxing) + .literal.wpa3_parse_sae_commit + 0x000000004014d6e0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x2c (size before relaxing) + .literal.wpa3_parse_sae_confirm + 0x000000004014d6ec 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x14 (size before relaxing) + .literal.wpa3_build_sae_commit + 0x000000004014d6f4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x80 (size before relaxing) + .literal.wpa3_build_sae_confirm + 0x000000004014d700 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x18 (size before relaxing) + .literal.wpa3_build_sae_msg + 0x000000004014d704 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x14 (size before relaxing) + .literal.wpa3_process_rx_confirm + 0x000000004014d704 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x2c (size before relaxing) + .literal.esp_wpa3_free_sae_data + 0x000000004014d704 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x20 (size before relaxing) + .literal.wpa3_parse_sae_msg + 0x000000004014d704 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xc (size before relaxing) + .literal.esp_wifi_register_wpa3_cb + 0x000000004014d704 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .literal.wpa3_hostap_post_evt + 0x000000004014d70c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xc (size before relaxing) + .literal.wpa3_hostap_handle_auth + 0x000000004014d714 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x20 (size before relaxing) + .literal.wpa3_hostap_auth_init + 0x000000004014d714 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x1c (size before relaxing) + .literal.wpa3_hostap_auth_deinit + 0x000000004014d720 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x4 (size before relaxing) + .literal.esp_send_sae_auth_reply + 0x000000004014d720 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x14 (size before relaxing) + .literal.wpa3_process_rx_commit + 0x000000004014d720 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x28 (size before relaxing) + .literal.esp_wpa3_hostap_task + 0x000000004014d720 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_register_wpa3_ap_cb + 0x000000004014d720 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .literal.owe_build_dhie + 0x000000004014d724 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x8 (size before relaxing) + .literal.owe_deinit + 0x000000004014d724 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x10 (size before relaxing) + .literal.esp_wifi_register_owe_cb + 0x000000004014d724 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .literal.hostapd_get_hapd_data + 0x000000004014d72c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .literal.hostap_init + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x70 (size before relaxing) + .literal.hostapd_cleanup + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x1c (size before relaxing) + .literal.hostap_deinit + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_build_rsnxe + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x4 (size before relaxing) + .literal.esp_send_assoc_resp + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x18 (size before relaxing) + .literal.hostap_new_assoc_sta + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x2c (size before relaxing) + .literal.wpa_ap_remove + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x14 (size before relaxing) + .literal.ecp_opp + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc (size before relaxing) + .literal.crypto_alloc_key + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_deinit + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_init + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_init + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_prime_len + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_order_len + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_prime_len_bits + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_deinit + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_point_to_bin + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc (size before relaxing) + .literal.crypto_ec_point_from_bin + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x20 (size before relaxing) + .literal.crypto_ec_point_add + 0x000000004014d730 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_point_mul + 0x000000004014d730 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x20 (size before relaxing) + .literal.crypto_ec_point_invert + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_compute_y_sqr + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x50 (size before relaxing) + .literal.crypto_ec_point_solve_y_coord + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x30 (size before relaxing) + .literal.crypto_ec_point_is_at_infinity + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_point_is_on_curve + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x28 (size before relaxing) + .literal.crypto_ec_point_cmp + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4 (size before relaxing) + .literal.crypto_ec_set_pubkey_point + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x38 (size before relaxing) + .literal.crypto_ec_free_key + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_key_group + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ecdh_deinit + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ecdh_init + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x40 (size before relaxing) + .literal.crypto_ecdh_get_pubkey + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ecdh_set_peerkey + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x74 (size before relaxing) + .literal.crypto_ec_key_parse_pub + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + .literal.crypto_ec_key_deinit + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x8 (size before relaxing) + .literal.crypto_ec_key_verify_signature + 0x000000004014d738 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x20 (size before relaxing) + .literal.timeout_exists + 0x000000004014d738 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .literal.eloop_run_timer + 0x000000004014d73c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x8 (size before relaxing) + .literal.eloop_remove_timeout + 0x000000004014d740 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x10 (size before relaxing) + .literal.eloop_init + 0x000000004014d744 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x14 (size before relaxing) + .literal.eloop_register_timeout + 0x000000004014d74c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x28 (size before relaxing) + .literal.eloop_cancel_timeout + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x8 (size before relaxing) + .literal.eloop_run + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x24 (size before relaxing) + .literal.eloop_run_wrapper + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x4 (size before relaxing) + .literal.eloop_destroy + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x18 (size before relaxing) + .literal.hostapd_derive_psk + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0xc (size before relaxing) + .literal.hostapd_setup_sae_pt + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x10 (size before relaxing) + .literal.hostapd_setup_wpa_psk + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x8 (size before relaxing) + .literal.hostapd_get_psk + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.hostapd_config_clear_wpa_psk + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4 (size before relaxing) + .literal.hostapd_config_free_bss + 0x000000004014d750 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_get_sm + 0x000000004014d750 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_auth_add_sm + 0x000000004014d758 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_del_sm + 0x000000004014d758 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_use_aes_cmac + 0x000000004014d758 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .literal.wpa_receive_error_report + 0x000000004014d75c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_free_sta_sm + 0x000000004014d75c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_auth_sm_ptk_update + 0x000000004014d75c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_init_gmk_and_counter + 0x000000004014d75c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.sm_WPA_PTK_AUTHENTICATION_Enter + 0x000000004014d760 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_gmk_to_gtk + 0x000000004014d760 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_gtk_update + 0x000000004014d760 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.wpa_group_gtk_init + 0x000000004014d768 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_group_setkeys + 0x000000004014d768 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_auth_set_key + 0x000000004014d768 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_group_config_group_keys + 0x000000004014d768 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_group_setkeysdone + 0x000000004014d76c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_group_sm_step + 0x000000004014d76c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_group_init + 0x000000004014d76c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.wpa_group_ensure_init + 0x000000004014d76c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x000000004014d76c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_rekey_gtk + 0x000000004014d76c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_replay_counter_valid + 0x000000004014d770 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_replay_counter_mark_invalid + 0x000000004014d770 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_derive_ptk + 0x000000004014d770 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_verify_key_mic + 0x000000004014d774 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sta_disconnect + 0x000000004014d774 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_DISCONNECT_Enter + 0x000000004014d774 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITDONE_Enter + 0x000000004014d774 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.ieee80211w_kde_add + 0x000000004014d778 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.resend_eapol_handle + 0x000000004014d77c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_init + 0x000000004014d780 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x34 (size before relaxing) + .literal.wpa_auth_sta_init + 0x000000004014d784 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xc (size before relaxing) + .literal.wpa_auth_sta_deinit + 0x000000004014d784 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_auth_pmksa_add_sae + 0x000000004014d788 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_auth_add_sae_pmkid + 0x000000004014d788 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.__wpa_send_eapol + 0x000000004014d788 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x80 (size before relaxing) + .literal.wpa_send_eapol + 0x000000004014d788 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_PTKSTART_Enter + 0x000000004014d788 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x18 (size before relaxing) + .literal.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x000000004014d78c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x20 (size before relaxing) + .literal.sm_WPA_PTK_GROUP_Step + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x1c (size before relaxing) + .literal.wpa_remove_ptk + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_INITIALIZE_Enter + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_deinit + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_auth_uses_sae + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4 (size before relaxing) + .literal.wpa_auth_get_psk + 0x000000004014d790 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x000000004014d790 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x40 (size before relaxing) + .literal.sm_WPA_PTK_INITPSK_Enter + 0x000000004014d798 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.sm_WPA_PTK_Step + 0x000000004014d798 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x78 (size before relaxing) + .literal.wpa_sm_step + 0x000000004014d798 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_rekey_ptk + 0x000000004014d798 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_auth_sta_associated + 0x000000004014d798 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .literal.wpa_receive + 0x000000004014d798 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x94 (size before relaxing) + .literal.hostap_eapol_resend_process + 0x000000004014d79c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x8 (size before relaxing) + .literal.wpa_parse_generic + 0x000000004014d79c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x14 (size before relaxing) + .literal.wpa_write_wpa_ie + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_write_rsn_ie + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x10 (size before relaxing) + .literal.wpa_write_rsnxe + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x4 (size before relaxing) + .literal.wpa_auth_gen_wpa_ie + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x18 (size before relaxing) + .literal.wpa_add_kde + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_validate_wpa_ie + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x40 (size before relaxing) + .literal.wpa_parse_kde_ies + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8 (size before relaxing) + .literal._pmksa_cache_free_entry + 0x000000004014d7a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x10 (size before relaxing) + .literal.pmksa_cache_set_expiration + 0x000000004014d7a8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x10 (size before relaxing) + .literal.pmksa_cache_link_entry + 0x000000004014d7ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_free_entry + 0x000000004014d7ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_expire + 0x000000004014d7ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_auth_create_entry + 0x000000004014d7ac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x24 (size before relaxing) + .literal.pmksa_cache_auth_deinit + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x10 (size before relaxing) + .literal.pmksa_cache_auth_get + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_auth_add_entry + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x10 (size before relaxing) + .literal.pmksa_cache_auth_add + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_auth_init + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4 (size before relaxing) + .literal.ap_sta_hash_del + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x8 (size before relaxing) + .literal.ap_get_sta + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x4 (size before relaxing) + .literal.ap_free_sta + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x1c (size before relaxing) + .literal.ap_sta_add + 0x000000004014d7b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x14 (size before relaxing) + .literal.sae_check_big_sync + 0x000000004014d7b0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x8 (size before relaxing) + .literal.check_sae_rejected_groups + 0x000000004014d7b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x4 (size before relaxing) + .literal.auth_build_sae_commit + 0x000000004014d7b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x20 (size before relaxing) + .literal.auth_sae_send_commit + 0x000000004014d7b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0xc (size before relaxing) + .literal.auth_build_sae_confirm + 0x000000004014d7b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0xc (size before relaxing) + .literal.auth_sae_send_confirm + 0x000000004014d7b4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0xc (size before relaxing) + .literal.sae_accept_sta + 0x000000004014d7b4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0xc (size before relaxing) + .literal.sae_sm_step + 0x000000004014d7b8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x54 (size before relaxing) + .literal.handle_auth_sae + 0x000000004014d7c0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x78 (size before relaxing) + .literal.auth_sae_queue + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x18 (size before relaxing) + .literal.wpabuf_put_le16 + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x4 (size before relaxing) + .literal.comeback_token_hash + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x4 (size before relaxing) + .literal.check_comeback_token + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0xc (size before relaxing) + .literal.auth_build_token_req + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x40 (size before relaxing) + .literal.sae_parse_token_container + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.hkdf_extract + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_pwd_seed + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_cn_confirm + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_cn_confirm_ffc + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.hkdf_expand + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_derive_commit_element_ffc + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_k_ffc + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.debug_print_bignum + 0x000000004014d7d8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sswu 0x000000004014d7d8 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1d0 (size before relaxing) + .literal.sae_cn_confirm_ecc + 0x000000004014d80c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_max_min_addr + 0x000000004014d80c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_pwd_seed_key + 0x000000004014d80c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.sae_parse_password_identifier + 0x000000004014d80c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_test_pwd_seed_ffc + 0x000000004014d80c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x34 (size before relaxing) + .literal.sae_derive_pwe_ffc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2c (size before relaxing) + .literal.sae_test_pwd_seed_ecc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x28 (size before relaxing) + .literal.sae_derive_pwe_ecc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x78 (size before relaxing) + .literal.sae_derive_commit_element_ecc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_derive_commit + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.wpabuf_put_le16 + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_put_data + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_put_str + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_parse_rejected_groups + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14 (size before relaxing) + .literal.sae_derive_k_ecc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_kdf_hash + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_parse_commit_scalar + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x20 (size before relaxing) + .literal.sae_parse_commit_element_ffc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x3c (size before relaxing) + .literal.sae_parse_commit_element_ecc + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18 (size before relaxing) + .literal.sae_parse_commit_element + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8 (size before relaxing) + .literal.sae_clear_temp_data + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x40 (size before relaxing) + .literal.sae_clear_data + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x10 (size before relaxing) + .literal.sae_set_group + 0x000000004014d810 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x34 (size before relaxing) + .literal.sae_derive_pt_ecc + 0x000000004014d810 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x64 (size before relaxing) + .literal.sae_derive_pt_ffc + 0x000000004014d818 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x74 (size before relaxing) + .literal.sae_derive_keys + 0x000000004014d820 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x64 (size before relaxing) + .literal.sae_derive_pwe_from_pt_ecc + 0x000000004014d828 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x58 (size before relaxing) + .literal.sae_derive_pwe_from_pt_ffc + 0x000000004014d82c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x60 (size before relaxing) + .literal.sae_deinit_pt + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x10 (size before relaxing) + .literal.sae_derive_pt_group + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_derive_pt + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_prepare_commit + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc (size before relaxing) + .literal.sae_prepare_commit_pt + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2c (size before relaxing) + .literal.sae_process_commit + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x10 (size before relaxing) + .literal.sae_write_commit + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x54 (size before relaxing) + .literal.sae_group_allowed + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x4 (size before relaxing) + .literal.sae_parse_commit + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x30 (size before relaxing) + .literal.sae_write_confirm + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .literal.sae_check_confirm + 0x000000004014d830 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x10 (size before relaxing) + .literal.dragonfly_get_rand_1_to_p_1 + 0x000000004014d830 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x28 (size before relaxing) + .literal.dragonfly_get_rand_2_to_r_1 + 0x000000004014d834 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0xc (size before relaxing) + .literal.dragonfly_min_pwe_loop_iter + 0x000000004014d834 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .literal.dragonfly_get_random_qr_qnr + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x1c (size before relaxing) + .literal.dragonfly_is_quadratic_residue_blind + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x34 (size before relaxing) + .literal.dragonfly_generate_scalar + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x18 (size before relaxing) + .literal.dragonfly_sqrt + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x28 (size before relaxing) + .literal.wpa_kck_len + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_kek_len + 0x000000004014d838 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x8 (size before relaxing) + .literal.rsn_selector_to_bitfield + 0x000000004014d838 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x28 (size before relaxing) + .literal.rsn_key_mgmt_to_bitfield + 0x000000004014d854 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x1c (size before relaxing) + .literal.wpa_selector_to_bitfield + 0x000000004014d85c 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_key_mgmt_to_bitfield + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xc (size before relaxing) + .literal.wpa_mic_len + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_cipher_valid_mgmt_group + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4 (size before relaxing) + .literal.wpa_parse_wpa_ie_rsnxe + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_parse_wpa_ie_rsn + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x18 (size before relaxing) + .literal.wpa_parse_wpa_ie_wpa + 0x000000004014d86c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14 (size before relaxing) + .literal.wpa_use_akm_defined + 0x000000004014d86c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x10 (size before relaxing) + .literal.wpa_use_aes_key_wrap + 0x000000004014d870 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x18 (size before relaxing) + .literal.wpa_eapol_key_mic + 0x000000004014d870 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x20 (size before relaxing) + .literal.wpa_compare_rsn_ie + 0x000000004014d870 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x4 (size before relaxing) + .literal.rsn_pmkid + 0x000000004014d870 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x18 (size before relaxing) + .literal.wpa_cipher_key_len + 0x000000004014d878 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x8 (size before relaxing) + .literal.wpa_pmk_to_ptk + 0x000000004014d878 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x50 (size before relaxing) + .literal.wpa_cipher_to_suite + 0x000000004014d878 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x34 (size before relaxing) + .literal.hmac_sha256_kdf + 0x000000004014d878 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + 0x28 (size before relaxing) + .literal.dh_groups_get + 0x000000004014d87c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .literal.wpa_supplicant_verify_eapol_key_mic + 0x000000004014d880 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2c (size before relaxing) + .literal.is_wpa2_enterprise_connection + 0x000000004014d880 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_derive_ptk + 0x000000004014d880 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_check_group_cipher + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_decrypt_key_data + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sm_set_seq + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_install_igtk + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.ieee80211w_set_keys + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_get_key + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_gtk_in_use + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sm_pmksa_free_cb + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpabuf_put_le16 + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_put_data + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.cipher_type_map_supp_to_public + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.cipher_type_map_public_to_supp + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_eapol_key_send + 0x000000004014d884 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sm_key_request + 0x000000004014d884 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x3c (size before relaxing) + .literal.wpa_sm_rekey_ptk + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_send_4_of_4 + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_2_of_2 + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_send_2_of_4 + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x24 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_rsn + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2_wpa + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_pairwise_gtk + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_report_ie_mismatch + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_validate_ie + 0x000000004014d888 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x20 (size before relaxing) + .literal.wpa_sm_set_state + 0x000000004014d888 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_key_neg_complete + 0x000000004014d88c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_sm_set_pmk_from_pmksa + 0x000000004014d88c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_supplicant_get_pmk + 0x000000004014d88c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x34 (size before relaxing) + .literal.wpa_supplicant_process_1_of_4 + 0x000000004014d88c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x48 (size before relaxing) + .literal.wpa_sm_init + 0x000000004014d88c 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sm_notify_assoc + 0x000000004014d890 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_set_profile + 0x000000004014d890 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_set_pmk + 0x000000004014d890 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_set_passphrase + 0x000000004014d898 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x44 (size before relaxing) + .literal.set_assoc_ie + 0x000000004014d898 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sm_set_key + 0x000000004014d898 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_supplicant_install_ptk + 0x000000004014d898 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .literal.wpa_supplicant_process_3_of_4 + 0x000000004014d89c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x34 (size before relaxing) + .literal.wpa_supplicant_install_gtk + 0x000000004014d89c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x20 (size before relaxing) + .literal.wpa_supplicant_process_1_of_2 + 0x000000004014d89c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x28 (size before relaxing) + .literal.wpa_sm_rx_eapol + 0x000000004014d89c 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4c (size before relaxing) + .literal.wpa_supplicant_activate_ptk + 0x000000004014d8a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.wpa_supplicant_send_4_of_4_txcallback + 0x000000004014d8a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_supplicant_clr_countermeasures + 0x000000004014d8a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_stop_countermeasures + 0x000000004014d8a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_michael_mic_failure + 0x000000004014d8a8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x30 (size before relaxing) + .literal.eapol_txcb + 0x000000004014d8ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x18 (size before relaxing) + .literal.wpa_sta_in_4way_handshake + 0x000000004014d8ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sta_cur_pmksa_matches_akm + 0x000000004014d8ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_sta_clear_curr_pmksa + 0x000000004014d8ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc (size before relaxing) + .literal.get_wpa_sm + 0x000000004014d8ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sm_set_ap_rsnxe + 0x000000004014d8ac 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x20 (size before relaxing) + .literal.wpa_sm_set_assoc_rsnxe + 0x000000004014d8b0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8 (size before relaxing) + .literal.wpa_set_bss + 0x000000004014d8b0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8c (size before relaxing) + .literal.wpa_sm_drop_sa + 0x000000004014d8bc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.wpa_sm_deinit + 0x000000004014d8bc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x14 (size before relaxing) + .literal.wpa_sm_notify_disassoc + 0x000000004014d8bc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x10 (size before relaxing) + .literal.owe_build_assoc_req + 0x000000004014d8bc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x34 (size before relaxing) + .literal.owe_process_assoc_resp + 0x000000004014d8bc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x74 (size before relaxing) + .literal.wpa_parse_generic + 0x000000004014d8c0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x18 (size before relaxing) + .literal.wpa_gen_wpa_ie_rsn + 0x000000004014d8c4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x38 (size before relaxing) + .literal.wpa_gen_wpa_ie_wpa + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0xc (size before relaxing) + .literal.wpa_parse_wpa_ie + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0xc (size before relaxing) + .literal.wpa_gen_wpa_ie + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpa_gen_rsnxe + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x4 (size before relaxing) + .literal.wpa_supplicant_parse_ies + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_alloc + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x4 (size before relaxing) + .literal.wpabuf_free + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_clear_free + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_put_data + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_alloc_copy + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x8 (size before relaxing) + .literal.wpabuf_zeropad + 0x000000004014d8d0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x14 (size before relaxing) + .literal.d_permute + 0x000000004014d8d0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .literal.d_check_char + 0x000000004014d8d4 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x14 (size before relaxing) + .literal.wpabuf_put_data + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x8 (size before relaxing) + .literal.sae_pk_valid_password + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x18 (size before relaxing) + .literal.sae_pk_base32_decode + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0xc (size before relaxing) + .literal.sae_pk_set_password + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x24 (size before relaxing) + .literal.sae_hash + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x4 (size before relaxing) + .literal.sae_pk_valid_fingerprint + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x20 (size before relaxing) + .literal.sae_pk_hash_sig_data + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x3c (size before relaxing) + .literal.sae_check_confirm_pk + 0x000000004014d8dc 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x34 (size before relaxing) + .literal.eap_client_get_eap_state + 0x000000004014d8dc 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .literal.disable_wpa_wpa2 + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_alloc_eapol + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xc (size before relaxing) + .literal.wpa_free_eapol + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_ether_send + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x10 (size before relaxing) + .literal.hostapd_send_eapol + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x18 (size before relaxing) + .literal.wpa_supplicant_transition_disable + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x20 (size before relaxing) + .literal.wpa_sm_alloc_eapol + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sm_free_eapol + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4 (size before relaxing) + .literal.wpa_sm_deauthenticate + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x8 (size before relaxing) + .literal.crypto_rng_wrapper + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_init + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_init_set + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0xc (size before relaxing) + .literal.crypto_bignum_init_uint + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0xc (size before relaxing) + .literal.crypto_bignum_deinit + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_to_bin + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x10 (size before relaxing) + .literal.crypto_bignum_add + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_mod + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_exptmod + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_inverse + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_sub + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_div + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_mulmod + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_sqrmod + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x10 (size before relaxing) + .literal.crypto_bignum_rshift + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_cmp + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_is_zero + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_is_one + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_is_odd + 0x000000004014d8e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x4 (size before relaxing) + .literal.crypto_bignum_rand + 0x000000004014d8e0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x8 (size before relaxing) + .literal.crypto_bignum_legendre + 0x000000004014d8e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x28 (size before relaxing) + .literal.crypto_bignum_addmod + 0x000000004014d8e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x10 (size before relaxing) + .literal.pad_block + 0x000000004014d8e4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x8 (size before relaxing) + .literal.aes_s2v + 0x000000004014d8e4 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x38 (size before relaxing) + .literal.aes_siv_decrypt + 0x000000004014d8e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x14 (size before relaxing) + .literal.ieee802_11_parse_extension + 0x000000004014d8e8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x10 (size before relaxing) + .literal.ieee802_11_parse_vendor_specific + 0x000000004014d8e8 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0xc (size before relaxing) + .literal.ieee802_11_parse_elems + 0x000000004014d8ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x8 (size before relaxing) + .literal._pmksa_cache_free_entry + 0x000000004014d8ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_free_entry + 0x000000004014d8ec 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_expiration + 0x000000004014d8ec 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x10 (size before relaxing) + .literal.pmksa_cache_expire + 0x000000004014d8f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_flush + 0x000000004014d8f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_add + 0x000000004014d8f0 0x4 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x48 (size before relaxing) + .literal.pmksa_cache_clone_entry + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_deinit + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x14 (size before relaxing) + .literal.pmksa_cache_get + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x8 (size before relaxing) + .literal.pmksa_cache_get_opportunistic + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.pmksa_cache_set_current + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xc (size before relaxing) + .literal.pmksa_cache_init + 0x000000004014d8f4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x4 (size before relaxing) + .literal.esp_coex_common_spin_lock_create_wrapper + 0x000000004014d8f4 0xc esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x10 (size before relaxing) + .literal.esp_coex_common_timer_done_wrapper + 0x000000004014d900 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4 (size before relaxing) + .literal.esp_coex_common_timer_setfn_wrapper + 0x000000004014d900 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x4 (size before relaxing) + .literal.esp_coex_common_semphr_create_wrapper + 0x000000004014d900 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_coex_common_semphr_delete_wrapper + 0x000000004014d904 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_coex_common_semphr_take_wrapper + 0x000000004014d908 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x8 (size before relaxing) + .literal.esp_coex_common_semphr_give_wrapper + 0x000000004014d90c 0x4 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .literal.esp_crypto_sha1_mbedtls + 0x000000004014d910 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x14 (size before relaxing) + .literal.esp_crypto_bas64_encode_mbedtls + 0x000000004014d918 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.esp_crypto_sha1 + 0x000000004014d918 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.esp_crypto_base64_encode + 0x000000004014d918 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x4 (size before relaxing) + .literal.s_sleep_hook_register + 0x000000004014d918 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x20 (size before relaxing) + .literal.esp_deep_sleep_register_phy_hook + 0x000000004014d92c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x8 (size before relaxing) + .literal.ethip6_output + 0x000000004014d930 0x4 esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x14 (size before relaxing) + .literal._ZdaPv + 0x000000004014d934 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0x4 (size before relaxing) + .literal._ZdaPvj + 0x000000004014d934 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0x4 (size before relaxing) + .literal._ZSt15get_new_handlerv + 0x000000004014d934 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .literal._ZnajRKSt9nothrow_t + 0x000000004014d938 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0xc (size before relaxing) + .literal._ZdlPv + 0x000000004014d938 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x4 (size before relaxing) + .literal.__cxa_begin_catch + 0x000000004014d938 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x10 (size before relaxing) + .literal.__cxa_end_catch + 0x000000004014d940 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x14 (size before relaxing) + .literal._ZL15eh_globals_dtorPv + 0x000000004014d940 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x8 (size before relaxing) + .literal.__cxa_get_globals_fast + 0x000000004014d940 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .literal.__cxa_get_globals + 0x000000004014d950 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x1c (size before relaxing) + .literal.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE + 0x000000004014d954 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x10 (size before relaxing) + .literal.exit._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x000000004014d95c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0xc (size before relaxing) + .literal._ZN10__cxxabiv111__terminateEPFvvE + 0x000000004014d960 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0xc (size before relaxing) + .literal._ZSt13get_terminatev + 0x000000004014d960 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .literal._ZSt9terminatev + 0x000000004014d964 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x8 (size before relaxing) + .literal._ZSt14get_unexpectedv + 0x000000004014d964 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .literal._Znaj + 0x000000004014d968 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0x4 (size before relaxing) + .literal._Znwj + 0x000000004014d968 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x1c (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x000000004014d974 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x000000004014d978 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x000000004014d978 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .literal._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x000000004014d97c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x000000004014d97c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x000000004014d97c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNKSt9bad_alloc4whatEv + 0x000000004014d97c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .literal._ZNSt9bad_allocD2Ev + 0x000000004014d980 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x8 (size before relaxing) + .literal._ZNSt9bad_allocD0Ev + 0x000000004014d980 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD2Ev + 0x000000004014d980 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD0Ev + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZdlPvj + 0x000000004014d984 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0x4 (size before relaxing) + .literal._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x000000004014d984 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .literal._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x000000004014d988 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .literal._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev + 0x000000004014d98c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x10 (size before relaxing) + .literal._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev + 0x000000004014d990 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x10 (size before relaxing) + .literal._ZN9__gnu_cxx7__mutex4lockEv + 0x000000004014d994 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x18 (size before relaxing) + .literal._ZN9__gnu_cxx7__mutex6unlockEv + 0x000000004014d9a0 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x18 (size before relaxing) + .literal._ZN12_GLOBAL__N_14pool4freeEPv$constprop$0 + 0x000000004014d9ac 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x10 (size before relaxing) + .literal._ZN12_GLOBAL__N_14pool8allocateEj$constprop$0 + 0x000000004014d9b4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x10 (size before relaxing) + .literal.__cxa_allocate_exception + 0x000000004014d9b4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x10 (size before relaxing) + .literal.__cxa_free_exception + 0x000000004014d9b4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0xc (size before relaxing) + .literal.startup._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv + 0x000000004014d9b4 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x18 (size before relaxing) + .literal.exit._GLOBAL__sub_D__ZN9__gnu_cxx9__freeresEv + 0x000000004014d9bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x8 (size before relaxing) + .literal._ZL23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception + 0x000000004014d9bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x8 (size before relaxing) + .literal.__cxa_init_primary_exception + 0x000000004014d9bc 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x14 (size before relaxing) + .literal.__cxa_throw + 0x000000004014d9c8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x14 (size before relaxing) + .literal._Z12abort_returnIiET_v + 0x000000004014d9c8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap__Unwind_Resume + 0x000000004014d9c8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap__Unwind_DeleteException + 0x000000004014d9c8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap__Unwind_RaiseException + 0x000000004014d9c8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal.__wrap___gxx_personality_v0 + 0x000000004014d9c8 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x4 (size before relaxing) + .literal 0x000000004014d9c8 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + 0x30 (size before relaxing) + .literal 0x000000004014d9d4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + 0x34 (size before relaxing) + .literal 0x000000004014d9d4 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + 0x14 (size before relaxing) + .literal 0x000000004014d9dc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + 0x4 (size before relaxing) + .literal 0x000000004014d9dc 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + 0x48 (size before relaxing) + .literal 0x000000004014da08 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0xc (size before relaxing) + .literal 0x000000004014da08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + 0x6c (size before relaxing) + .literal 0x000000004014da28 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + 0x3c (size before relaxing) + .literal 0x000000004014da38 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + 0x10 (size before relaxing) + .literal 0x000000004014da3c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x14 (size before relaxing) + .literal 0x000000004014da3c 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + 0x34 (size before relaxing) + .literal 0x000000004014da40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x38 (size before relaxing) + .literal 0x000000004014da40 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + 0x30 (size before relaxing) + .literal 0x000000004014da54 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0xc (size before relaxing) + .literal 0x000000004014da54 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + 0x1c (size before relaxing) + .literal 0x000000004014da58 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + 0x1c (size before relaxing) + .literal 0x000000004014da5c 0x148 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + 0x154 (size before relaxing) + .literal 0x000000004014dba4 0x84 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0x238 (size before relaxing) + .literal 0x000000004014dc28 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0x1a4 (size before relaxing) + .literal 0x000000004014dc88 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x148 (size before relaxing) + .literal 0x000000004014dcb8 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + 0x8 (size before relaxing) + .literal 0x000000004014dcbc 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + 0x8 (size before relaxing) + .literal 0x000000004014dcc0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + 0x8 (size before relaxing) + .literal 0x000000004014dcc0 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + 0x1e8 (size before relaxing) + .literal 0x000000004014dd00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x14 (size before relaxing) + .literal 0x000000004014dd00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x8 (size before relaxing) + .literal 0x000000004014dd00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + 0x1c (size before relaxing) + .literal 0x000000004014dd00 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + 0x218 (size before relaxing) + .literal 0x000000004014dd54 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + 0x54 (size before relaxing) + .literal 0x000000004014dd5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x4 (size before relaxing) + .literal 0x000000004014dd5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0x4 (size before relaxing) + .literal 0x000000004014dd5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + 0x4 (size before relaxing) + .literal 0x000000004014dd5c 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x20 (size before relaxing) + .literal 0x000000004014dd68 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x8 (size before relaxing) + .literal 0x000000004014dd68 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + 0xc (size before relaxing) + .literal 0x000000004014dd6c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x4 (size before relaxing) + .literal 0x000000004014dd6c 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0xc8 (size before relaxing) + .literal 0x000000004014dd88 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + 0x18 (size before relaxing) + .literal 0x000000004014dd90 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + 0x8 (size before relaxing) + .literal 0x000000004014dd94 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .literal 0x000000004014dd98 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x18 (size before relaxing) + .literal 0x000000004014dd98 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x14 (size before relaxing) + .literal 0x000000004014dd98 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + 0x7c (size before relaxing) + .literal 0x000000004014ddc0 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + 0xd0 (size before relaxing) + .literal 0x000000004014ddd0 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + 0xb0 (size before relaxing) + .literal.clk_hal_lp_slow_get_freq_hz + 0x000000004014ddf4 0xc esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x20 (size before relaxing) + .literal.esp_event_handler_register + 0x000000004014de00 0x4 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_handler_unregister + 0x000000004014de04 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_post + 0x000000004014de04 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_loop_create_default + 0x000000004014de04 0x8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x10 (size before relaxing) + .literal.handler_instances_remove_all + 0x000000004014de0c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x8 (size before relaxing) + .literal.base_node_remove_all_handler + 0x000000004014de0c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.loop_node_remove_all_handler + 0x000000004014de0c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.handler_instances_add + 0x000000004014de0c 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x24 (size before relaxing) + .literal.base_node_add_handler + 0x000000004014de14 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x24 (size before relaxing) + .literal.loop_node_add_handler + 0x000000004014de18 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x28 (size before relaxing) + .literal.handler_instances_remove + 0x000000004014de20 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.base_node_remove_handler + 0x000000004014de20 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xc (size before relaxing) + .literal.loop_node_remove_handler + 0x000000004014de20 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x10 (size before relaxing) + .literal.esp_event_loop_create + 0x000000004014de20 0x2c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x70 (size before relaxing) + .literal.esp_event_loop_run + 0x000000004014de4c 0x20 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_loop_run_task + 0x000000004014de6c 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x18 (size before relaxing) + .literal.esp_event_loop_delete + 0x000000004014de74 0x8 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x38 (size before relaxing) + .literal.esp_event_handler_register_with_internal + 0x000000004014de7c 0x10 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x50 (size before relaxing) + .literal.esp_event_handler_register_with + 0x000000004014de8c 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_handler_unregister_with_internal + 0x000000004014de8c 0xc esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x3c (size before relaxing) + .literal.esp_event_handler_unregister_with + 0x000000004014de98 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x4 (size before relaxing) + .literal.esp_event_post_to + 0x000000004014de98 0x4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x40 (size before relaxing) + .literal.periph_ll_get_clk_en_mask + 0x000000004014de9c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x3c (size before relaxing) + .literal.periph_ll_get_rst_en_mask + 0x000000004014deb8 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x30 (size before relaxing) + .literal.periph_ll_enable_clk_clear_rst + 0x000000004014deb8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x28 (size before relaxing) + .literal.periph_ll_disable_clk_set_rst + 0x000000004014ded0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x28 (size before relaxing) + .literal.periph_ll_reset + 0x000000004014ded0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x18 (size before relaxing) + .literal.periph_ll_wifi_module_enable_clk_clear_rst + 0x000000004014ded0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x10 (size before relaxing) + .literal.periph_ll_wifi_module_disable_clk_set_rst + 0x000000004014ded0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x10 (size before relaxing) + .literal.periph_module_enable + 0x000000004014ded0 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x34 (size before relaxing) + .literal.periph_module_disable + 0x000000004014dee8 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x34 (size before relaxing) + .literal.s_sar_power_acquire + 0x000000004014deec 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x28 (size before relaxing) + .literal.s_sar_power_release + 0x000000004014defc 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x44 (size before relaxing) + .literal.sar_periph_ctrl_init + 0x000000004014df0c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x8 (size before relaxing) + .literal.sar_periph_ctrl_pwdet_power_acquire + 0x000000004014df0c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4 (size before relaxing) + .literal.sar_periph_ctrl_pwdet_power_release + 0x000000004014df0c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x4 (size before relaxing) + .literal.esp_get_free_heap_size + 0x000000004014df0c 0x4 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x8 (size before relaxing) + .literal.esp_get_free_internal_heap_size + 0x000000004014df10 0x4 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x8 (size before relaxing) + .literal.esp_cpu_intr_enable + 0x000000004014df14 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.esp_cpu_intr_disable + 0x000000004014df18 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.mutex_delete_wrapper + 0x000000004014df1c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_free + 0x000000004014df1c 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.get_time_wrapper + 0x000000004014df1c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.wifi_clock_disable_wrapper + 0x000000004014df20 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.wifi_clock_enable_wrapper + 0x000000004014df24 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.wifi_reset_mac_wrapper + 0x000000004014df28 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.esp_phy_enable_wrapper + 0x000000004014df2c 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.esp_phy_disable_wrapper + 0x000000004014df30 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.esp_event_post_wrapper + 0x000000004014df30 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_wrapper + 0x000000004014df30 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.task_create_pinned_to_core_wrapper + 0x000000004014df30 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.event_group_wait_bits_wrapper + 0x000000004014df30 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_recv_wrapper + 0x000000004014df34 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_send_to_front_wrapper + 0x000000004014df34 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_to_back_wrapper + 0x000000004014df34 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.queue_send_wrapper + 0x000000004014df34 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.queue_delete_wrapper + 0x000000004014df34 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.queue_create_wrapper + 0x000000004014df38 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x14 (size before relaxing) + .literal.recursive_mutex_create_wrapper + 0x000000004014df44 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.mutex_create_wrapper + 0x000000004014df44 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_thread_semphr_get_wrapper + 0x000000004014df44 0xc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x1c (size before relaxing) + .literal.set_isr_wrapper + 0x000000004014df50 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.set_intr_wrapper + 0x000000004014df54 0x4 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .literal.wifi_create_queue + 0x000000004014df58 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xc (size before relaxing) + .literal.wifi_create_queue_wrapper + 0x000000004014df58 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_delete_queue + 0x000000004014df58 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x8 (size before relaxing) + .literal.wifi_delete_queue_wrapper + 0x000000004014df58 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x4 (size before relaxing) + .literal.wifi_ap_receive + 0x000000004014df58 0x8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_driver_start + 0x000000004014df60 0x10 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .literal.wifi_free + 0x000000004014df70 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.wifi_transmit + 0x000000004014df70 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_create_if_driver + 0x000000004014df70 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x18 (size before relaxing) + .literal.esp_wifi_get_if_mac + 0x000000004014df7c 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x4 (size before relaxing) + .literal.esp_wifi_register_if_rxcb + 0x000000004014df7c 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x3c (size before relaxing) + .literal.other_cpu_startup_idle_hook_cb + 0x000000004014df90 0x4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .literal.main_task + 0x000000004014df94 0x38 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x5c (size before relaxing) + .literal.esp_startup_start_app + 0x000000004014dfcc 0x3c esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x4c (size before relaxing) + .literal.esp_startup_start_app_other_cores + 0x000000004014e008 0xc esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x2c (size before relaxing) + .literal.multi_heap_register_impl + 0x000000004014e014 0x10 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x18 (size before relaxing) + .literal.multi_heap_get_info_impl + 0x000000004014e024 0x14 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x24 (size before relaxing) + .literal.control_construct + 0x000000004014e038 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x3c (size before relaxing) + .literal.default_walker + 0x000000004014e060 0xc esp-idf/heap/libheap.a(tlsf.c.obj) + 0x10 (size before relaxing) + .literal.tlsf_walk_pool + 0x000000004014e06c 0x10 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x14 (size before relaxing) + .literal.tlsf_fit_size + 0x000000004014e07c 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + .literal.tlsf_add_pool + 0x000000004014e080 0x1c esp-idf/heap/libheap.a(tlsf.c.obj) + 0x4c (size before relaxing) + .literal.tlsf_create + 0x000000004014e09c 0x4 esp-idf/heap/libheap.a(tlsf.c.obj) + 0xc (size before relaxing) + .literal.tlsf_create_with_pool + 0x000000004014e0a0 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + 0xc (size before relaxing) + .literal.fix_cache_generation_overflow + 0x000000004014e0a0 0xc esp-idf/log/liblog.a(log.c.obj) + .literal.heap_swap + 0x000000004014e0ac 0x0 esp-idf/log/liblog.a(log.c.obj) + 0x4 (size before relaxing) + .literal.heap_bubble_down + 0x000000004014e0ac 0x0 esp-idf/log/liblog.a(log.c.obj) + 0x8 (size before relaxing) + .literal.add_to_cache + 0x000000004014e0ac 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x18 (size before relaxing) + .literal.get_uncached_log_level + 0x000000004014e0b0 0x4 esp-idf/log/liblog.a(log.c.obj) + 0x8 (size before relaxing) + .literal.get_cached_log_level + 0x000000004014e0b4 0xc esp-idf/log/liblog.a(log.c.obj) + 0x28 (size before relaxing) + .literal.s_log_level_get_and_unlock + 0x000000004014e0c0 0x8 esp-idf/log/liblog.a(log.c.obj) + 0x18 (size before relaxing) + .literal.clear_log_level_list + 0x000000004014e0c8 0x0 esp-idf/log/liblog.a(log.c.obj) + 0x14 (size before relaxing) + .literal.esp_log_level_set + 0x000000004014e0c8 0xc esp-idf/log/liblog.a(log.c.obj) + 0x50 (size before relaxing) + .literal.esp_log_writev + 0x000000004014e0d4 0x8 esp-idf/log/liblog.a(log.c.obj) + 0xc (size before relaxing) + .literal.clk_hal_xtal_get_freq_mhz + 0x000000004014e0dc 0x8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .text.clk_hal_lp_slow_get_freq_hz + 0x000000004014e0e4 0x3d esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x000000004014e0e4 clk_hal_lp_slow_get_freq_hz + *fill* 0x000000004014e121 0x3 + .text.clk_hal_xtal_get_freq_mhz + 0x000000004014e124 0x36 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x000000004014e124 clk_hal_xtal_get_freq_mhz + *fill* 0x000000004014e15a 0x2 + .text.clk_hal_apll_get_freq_hz + 0x000000004014e15c 0xfe esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x106 (size before relaxing) + 0x000000004014e15c clk_hal_apll_get_freq_hz + *fill* 0x000000004014e25a 0x2 + .text.clk_hal_soc_root_get_freq_mhz + 0x000000004014e25c 0x6c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x70 (size before relaxing) + 0x000000004014e25c clk_hal_soc_root_get_freq_mhz + .text.clk_hal_cpu_get_freq_hz + 0x000000004014e2c8 0xc2 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x000000004014e2c8 clk_hal_cpu_get_freq_hz + *fill* 0x000000004014e38a 0x2 + .text.clk_hal_ahb_get_freq_hz + 0x000000004014e38c 0x2d esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x31 (size before relaxing) + 0x000000004014e38c clk_hal_ahb_get_freq_hz + *fill* 0x000000004014e3b9 0x3 + .text.clk_hal_apb_get_freq_hz + 0x000000004014e3bc 0xa esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0xd (size before relaxing) + 0x000000004014e3bc clk_hal_apb_get_freq_hz + *fill* 0x000000004014e3c6 0x2 + .text.sha_ll_busy + 0x000000004014e3c8 0x48 esp-idf/hal/libhal.a(sha_hal.c.obj) + .text.sha_ll_read_digest + 0x000000004014e410 0x5a esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x5e (size before relaxing) + *fill* 0x000000004014e46a 0x2 + .text.sha_hal_wait_idle + 0x000000004014e46c 0xb esp-idf/hal/libhal.a(sha_hal.c.obj) + 0xe (size before relaxing) + 0x000000004014e46c sha_hal_wait_idle + *fill* 0x000000004014e477 0x1 + .text.sha_hal_hash_block + 0x000000004014e478 0x57 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x000000004014e478 sha_hal_hash_block + *fill* 0x000000004014e4cf 0x1 + .text.sha_hal_read_digest + 0x000000004014e4d0 0x60 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x64 (size before relaxing) + 0x000000004014e4d0 sha_hal_read_digest + .text.aes_ll_write_key + 0x000000004014e530 0x5e esp-idf/hal/libhal.a(aes_hal.c.obj) + *fill* 0x000000004014e58e 0x2 + .text.aes_hal_wait_idle + 0x000000004014e590 0x11 esp-idf/hal/libhal.a(aes_hal.c.obj) + *fill* 0x000000004014e5a1 0x3 + .text.aes_hal_setkey + 0x000000004014e5a4 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x000000004014e5a4 aes_hal_setkey + .text.aes_hal_transform_block + 0x000000004014e5d4 0x46 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x4a (size before relaxing) + 0x000000004014e5d4 aes_hal_transform_block + *fill* 0x000000004014e61a 0x2 + .text.esp_dport_access_read_buffer + 0x000000004014e61c 0x27 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + 0x000000004014e61c esp_dport_access_read_buffer + *fill* 0x000000004014e643 0x1 + .text.getrandom + 0x000000004014e644 0x24 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x000000004014e644 getrandom + .text.ets_timer_setfn + 0x000000004014e668 0x5a esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x000000004014e668 ets_timer_setfn + 0x000000004014e668 os_timer_setfn + *fill* 0x000000004014e6c2 0x2 + .text.ets_timer_done + 0x000000004014e6c4 0x1e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x000000004014e6c4 os_timer_done + 0x000000004014e6c4 ets_timer_done + *fill* 0x000000004014e6e2 0x2 + .text.lib_printf + 0x000000004014e6e4 0x74 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .text.phy_printf + 0x000000004014e758 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x000000004014e758 phy_printf + *fill* 0x000000004014e782 0x2 + .text.net80211_printf + 0x000000004014e784 0x2a esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x000000004014e784 net80211_printf + *fill* 0x000000004014e7ae 0x2 + .text.phy_update_wifi_mac_time + 0x000000004014e7b0 0x2a esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + *fill* 0x000000004014e7da 0x2 + .text.load_cal_data_from_nvs_handle + 0x000000004014e7dc 0x126 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x136 (size before relaxing) + *fill* 0x000000004014e902 0x2 + .text.store_cal_data_to_nvs_handle + 0x000000004014e904 0xec esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0xfc (size before relaxing) + .text.esp_phy_disable + 0x000000004014e9f0 0x3e esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x46 (size before relaxing) + 0x000000004014e9f0 esp_phy_disable + *fill* 0x000000004014ea2e 0x2 + .text.esp_wifi_bt_power_domain_off + 0x000000004014ea30 0x48 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000004014ea30 esp_wifi_bt_power_domain_off + 0x000000004014ea30 esp_wifi_power_domain_off + .text.esp_phy_get_init_data + 0x000000004014ea78 0x8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000004014ea78 esp_phy_get_init_data + .text.esp_phy_load_cal_data_from_nvs + 0x000000004014ea80 0x4c esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x50 (size before relaxing) + 0x000000004014ea80 esp_phy_load_cal_data_from_nvs + .text.esp_phy_store_cal_data_to_nvs + 0x000000004014eacc 0x24 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x2c (size before relaxing) + 0x000000004014eacc esp_phy_store_cal_data_to_nvs + .text.esp_phy_load_cal_and_init + 0x000000004014eaf0 0x147 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x15f (size before relaxing) + 0x000000004014eaf0 esp_phy_load_cal_and_init + *fill* 0x000000004014ec37 0x1 + .text.esp_phy_enable + 0x000000004014ec38 0x64 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x6f (size before relaxing) + 0x000000004014ec38 esp_phy_enable + *fill* 0x000000004014ec9c 0x0 + .text.phy_set_modem_flag + 0x000000004014ec9c 0x1d esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x000000004014ec9c phy_set_modem_flag + *fill* 0x000000004014ecb9 0x3 + .text.phy_clr_modem_flag + 0x000000004014ecbc 0x1f esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x000000004014ecbc phy_clr_modem_flag + *fill* 0x000000004014ecdb 0x1 + .text.phy_get_modem_flag + 0x000000004014ecdc 0x11 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x000000004014ecdc phy_get_modem_flag + *fill* 0x000000004014eced 0x3 + .text.create_addrinfo + 0x000000004014ecf0 0x159 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x15d (size before relaxing) + *fill* 0x000000004014ee49 0x3 + .text.lwip_freeaddrinfo + 0x000000004014ee4c 0x19 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x000000004014ee4c lwip_freeaddrinfo + *fill* 0x000000004014ee65 0x3 + .text.lwip_getaddrinfo + 0x000000004014ee68 0x299 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x2a5 (size before relaxing) + 0x000000004014ee68 lwip_getaddrinfo + *fill* 0x000000004014f101 0x3 + .text.add_offer_options + 0x000000004014f104 0x182 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x186 (size before relaxing) + *fill* 0x000000004014f286 0x2 + .text.kill_oldest_dhcps_pool + 0x000000004014f288 0x76 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004014f2fe 0x2 + .text.parse_options + 0x000000004014f300 0x91 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004014f391 0x3 + .text.create_msg + 0x000000004014f394 0xaf esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004014f443 0x1 + .text.dhcps_new + 0x000000004014f444 0x36 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004014f444 dhcps_new + *fill* 0x000000004014f47a 0x2 + .text.dhcps_delete + 0x000000004014f47c 0x1e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004014f47c dhcps_delete + *fill* 0x000000004014f49a 0x2 + .text.dhcps_tmr + 0x000000004014f49c 0x76 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004014f512 0x2 + .text.parse_msg + 0x000000004014f514 0x1ec esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x200 (size before relaxing) + .text.dhcps_pbuf_alloc + 0x000000004014f700 0x1d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004014f700 dhcps_pbuf_alloc + *fill* 0x000000004014f71d 0x3 + .text.send_offer + 0x000000004014f720 0x93 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xa3 (size before relaxing) + *fill* 0x000000004014f7b3 0x1 + .text.send_ack + 0x000000004014f7b4 0xa4 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xb7 (size before relaxing) + *fill* 0x000000004014f858 0x0 + .text.send_nak + 0x000000004014f858 0x8b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x9b (size before relaxing) + *fill* 0x000000004014f8e3 0x1 + .text.handle_dhcp + 0x000000004014f8e4 0xd0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xdf (size before relaxing) + *fill* 0x000000004014f9b4 0x0 + .text.dhcps_start + 0x000000004014f9b4 0xd6 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xee (size before relaxing) + 0x000000004014f9b4 dhcps_start + *fill* 0x000000004014fa8a 0x2 + .text.dhcps_stop + 0x000000004014fa8c 0x79 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x85 (size before relaxing) + 0x000000004014fa8c dhcps_stop + *fill* 0x000000004014fb05 0x3 + .text.esp_netif_action_start + 0x000000004014fb08 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x000000004014fb08 esp_netif_action_start + *fill* 0x000000004014fb12 0x2 + .text.esp_netif_action_stop + 0x000000004014fb14 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x000000004014fb14 esp_netif_action_stop + *fill* 0x000000004014fb1e 0x2 + .text.esp_netif_action_connected + 0x000000004014fb20 0x116 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x132 (size before relaxing) + 0x000000004014fb20 esp_netif_action_connected + *fill* 0x000000004014fc36 0x2 + .text.esp_netif_action_disconnected + 0x000000004014fc38 0xa esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0xe (size before relaxing) + 0x000000004014fc38 esp_netif_action_disconnected + *fill* 0x000000004014fc42 0x2 + .text.esp_netif_action_got_ip + 0x000000004014fc44 0x62 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x66 (size before relaxing) + 0x000000004014fc44 esp_netif_action_got_ip + *fill* 0x000000004014fca6 0x2 + .text.low_level_output + 0x000000004014fca8 0x81 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x8d (size before relaxing) + *fill* 0x000000004014fd29 0x3 + .text.wlanif_input + 0x000000004014fd2c 0x4f esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x57 (size before relaxing) + 0x000000004014fd2c wlanif_input + *fill* 0x000000004014fd7b 0x1 + .text.wlanif_init + 0x000000004014fd7c 0x48 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x4c (size before relaxing) + 0x000000004014fd7c wlanif_init + .text.wlanif_init_sta + 0x000000004014fdc4 0x19 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x1d (size before relaxing) + 0x000000004014fdc4 wlanif_init_sta + *fill* 0x000000004014fddd 0x3 + .text.wlanif_init_ap + 0x000000004014fde0 0x19 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x1d (size before relaxing) + 0x000000004014fde0 wlanif_init_ap + *fill* 0x000000004014fdf9 0x3 + .text.esp_pbuf_free + 0x000000004014fdfc 0x13 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x17 (size before relaxing) + *fill* 0x000000004014fe0f 0x1 + .text.esp_pbuf_allocate + 0x000000004014fe10 0x38 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x40 (size before relaxing) + 0x000000004014fe10 esp_pbuf_allocate + .text.wpa_attach + 0x000000004014fe48 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x28 (size before relaxing) + 0x000000004014fe48 wpa_attach + *fill* 0x000000004014fe69 0x3 + .text.wpa_config_done + 0x000000004014fe6c 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xb (size before relaxing) + 0x000000004014fe6c wpa_config_done + *fill* 0x000000004014fe74 0x0 + .text.wpa_ap_get_wpa_ie + 0x000000004014fe74 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000004014fe74 wpa_ap_get_wpa_ie + .text.wpa_ap_rx_eapol + 0x000000004014fea4 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000004014fea4 wpa_ap_rx_eapol + *fill* 0x000000004014fed1 0x3 + .text.wpa_deattach + 0x000000004014fed4 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x32 (size before relaxing) + 0x000000004014fed4 wpa_deattach + *fill* 0x000000004014ff02 0x2 + .text.wpa_parse_wpa_ie_wrapper + 0x000000004014ff04 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x48 (size before relaxing) + 0x000000004014ff04 wpa_parse_wpa_ie_wrapper + .text.hostap_sta_join + 0x000000004014ff40 0x116 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x132 (size before relaxing) + *fill* 0x0000000040150056 0x2 + .text.wpa_sta_disconnected_cb + 0x0000000040150058 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x6d (size before relaxing) + *fill* 0x00000000401500b5 0x3 + .text.wpa_sta_connected_cb + 0x00000000401500b8 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401500c2 0x2 + .text.wpa_install_key + 0x00000000401500c4 0x23 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401500c4 wpa_install_key + *fill* 0x00000000401500e7 0x1 + .text.wpa_get_key + 0x00000000401500e8 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401500e8 wpa_get_key + *fill* 0x0000000040150105 0x3 + .text.wpa_deauthenticate + 0x0000000040150108 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xe (size before relaxing) + 0x0000000040150108 wpa_deauthenticate + *fill* 0x0000000040150113 0x1 + .text.wpa_config_profile + 0x0000000040150114 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x61 (size before relaxing) + 0x0000000040150114 wpa_config_profile + *fill* 0x000000004015015d 0x3 + .text.wpa_config_bss + 0x0000000040150160 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x49 (size before relaxing) + 0x0000000040150160 wpa_config_bss + *fill* 0x0000000040150195 0x3 + .text.wpa_sta_connect + 0x0000000040150198 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x40 (size before relaxing) + 0x0000000040150198 wpa_sta_connect + .text.wpa_config_assoc_ie + 0x00000000401501d0 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x00000000401501d0 wpa_config_assoc_ie + *fill* 0x00000000401501fb 0x1 + .text.wpa_neg_complete + 0x00000000401501fc 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xb (size before relaxing) + 0x00000000401501fc wpa_neg_complete + *fill* 0x0000000040150204 0x0 + .text.esp_supplicant_init + 0x0000000040150204 0xb6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xca (size before relaxing) + 0x0000000040150204 esp_supplicant_init + *fill* 0x00000000401502ba 0x2 + .text.esp_supplicant_deinit + 0x00000000401502bc 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x26 (size before relaxing) + 0x00000000401502bc esp_supplicant_deinit + *fill* 0x00000000401502d6 0x2 + .text.ieee80211_handle_rx_frm + 0x00000000401502d8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .text.esp_supplicant_unset_all_appie + 0x00000000401502f8 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x00000000401502f8 esp_supplicant_unset_all_appie + .text.esp_supplicant_common_deinit + 0x0000000040150314 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x1e (size before relaxing) + 0x0000000040150314 esp_supplicant_common_deinit + *fill* 0x000000004015032f 0x1 + .text.esp_supplicant_common_init + 0x0000000040150330 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x32 (size before relaxing) + 0x0000000040150330 esp_supplicant_common_init + *fill* 0x000000004015035e 0x2 + .text.esp_set_assoc_ie + 0x0000000040150360 0x4b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x0000000040150360 esp_set_assoc_ie + *fill* 0x00000000401503ab 0x1 + .text.wps_get_wps_sm_cb + 0x00000000401503ac 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x00000000401503ac wps_get_wps_sm_cb + *fill* 0x00000000401503b6 0x2 + .text.wpa3_check_sae_rejected_groups + 0x00000000401503b8 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + *fill* 0x00000000401503fa 0x2 + .text.wpa3_parse_sae_commit + 0x00000000401503fc 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xf4 (size before relaxing) + .text.wpa3_parse_sae_confirm + 0x00000000401504e4 0x3d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x41 (size before relaxing) + *fill* 0x0000000040150521 0x3 + .text.wpa3_build_sae_commit + 0x0000000040150524 0x275 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x2a5 (size before relaxing) + *fill* 0x0000000040150799 0x3 + .text.wpa3_build_sae_confirm + 0x000000004015079c 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x69 (size before relaxing) + *fill* 0x00000000401507fd 0x3 + .text.wpa3_build_sae_msg + 0x0000000040150800 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .text.wpa3_process_rx_confirm + 0x000000004015085c 0xae esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xc6 (size before relaxing) + *fill* 0x000000004015090a 0x2 + .text.esp_wpa3_free_sae_data + 0x000000004015090c 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x4e (size before relaxing) + 0x000000004015090c esp_wpa3_free_sae_data + *fill* 0x0000000040150952 0x2 + .text.wpa3_parse_sae_msg + 0x0000000040150954 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040150986 0x2 + .text.esp_wifi_register_wpa3_cb + 0x0000000040150988 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x0000000040150988 esp_wifi_register_wpa3_cb + *fill* 0x0000000040150999 0x3 + .text.wpa3_hostap_post_evt + 0x000000004015099c 0xb2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x000000004015099c wpa3_hostap_post_evt + *fill* 0x0000000040150a4e 0x2 + .text.wpa3_hostap_handle_auth + 0x0000000040150a50 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xb0 (size before relaxing) + .text.wpa3_hostap_auth_init + 0x0000000040150af8 0x97 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x0000000040150af8 wpa3_hostap_auth_init + *fill* 0x0000000040150b8f 0x1 + .text.wpa3_hostap_auth_deinit + 0x0000000040150b90 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x0000000040150b90 wpa3_hostap_auth_deinit + .text.esp_send_sae_auth_reply + 0x0000000040150ba8 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x6d (size before relaxing) + 0x0000000040150ba8 esp_send_sae_auth_reply + *fill* 0x0000000040150c11 0x3 + .text.wpa3_process_rx_commit + 0x0000000040150c14 0xe6 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xfa (size before relaxing) + *fill* 0x0000000040150cfa 0x2 + .text.esp_wpa3_hostap_task + 0x0000000040150cfc 0xab esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xb3 (size before relaxing) + *fill* 0x0000000040150da7 0x1 + .text.esp_wifi_register_wpa3_ap_cb + 0x0000000040150da8 0xb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x0000000040150da8 esp_wifi_register_wpa3_ap_cb + *fill* 0x0000000040150db3 0x1 + .text.owe_build_dhie + 0x0000000040150db4 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x18 (size before relaxing) + 0x0000000040150db4 owe_build_dhie + .text.owe_deinit + 0x0000000040150dc8 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x36 (size before relaxing) + 0x0000000040150dc8 owe_deinit + *fill* 0x0000000040150df6 0x2 + .text.esp_wifi_register_owe_cb + 0x0000000040150df8 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x0000000040150df8 esp_wifi_register_owe_cb + *fill* 0x0000000040150e09 0x3 + .text.hostapd_get_hapd_data + 0x0000000040150e0c 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x0000000040150e0c hostapd_get_hapd_data + *fill* 0x0000000040150e16 0x2 + .text.hostap_init + 0x0000000040150e18 0x210 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x234 (size before relaxing) + 0x0000000040150e18 hostap_init + .text.hostapd_cleanup + 0x0000000040151028 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x7a (size before relaxing) + 0x0000000040151028 hostapd_cleanup + *fill* 0x000000004015109a 0x2 + .text.hostap_deinit + 0x000000004015109c 0x45 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x50 (size before relaxing) + 0x000000004015109c hostap_deinit + *fill* 0x00000000401510e1 0x3 + .text.esp_wifi_build_rsnxe + 0x00000000401510e4 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x00000000401510e4 esp_wifi_build_rsnxe + .text.esp_send_assoc_resp + 0x0000000040151134 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x7d (size before relaxing) + 0x0000000040151134 esp_send_assoc_resp + *fill* 0x00000000401511a5 0x3 + .text.hostap_new_assoc_sta + 0x00000000401511a8 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x118 (size before relaxing) + 0x00000000401511a8 hostap_new_assoc_sta + .text.wpa_ap_remove + 0x00000000401512ac 0x56 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x5e (size before relaxing) + 0x00000000401512ac wpa_ap_remove + *fill* 0x0000000040151302 0x2 + .text.ecp_opp 0x0000000040151304 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x3a (size before relaxing) + *fill* 0x000000004015133a 0x2 + .text.crypto_alloc_key + 0x000000004015133c 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x18 (size before relaxing) + .text.crypto_ec_deinit + 0x0000000040151350 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x0000000040151350 crypto_ec_deinit + *fill* 0x0000000040151367 0x1 + .text.crypto_ec_init + 0x0000000040151368 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x3c (size before relaxing) + 0x0000000040151368 crypto_ec_init + .text.crypto_ec_point_init + 0x000000004015139c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x1c (size before relaxing) + 0x000000004015139c crypto_ec_point_init + .text.crypto_ec_prime_len + 0x00000000401513b4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + 0x00000000401513b4 crypto_ec_prime_len + .text.crypto_ec_order_len + 0x00000000401513c0 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + 0x00000000401513c0 crypto_ec_order_len + *fill* 0x00000000401513cd 0x3 + .text.crypto_ec_prime_len_bits + 0x00000000401513d0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + 0x00000000401513d0 crypto_ec_prime_len_bits + .text.crypto_ec_point_deinit + 0x00000000401513dc 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x16 (size before relaxing) + 0x00000000401513dc crypto_ec_point_deinit + *fill* 0x00000000401513ee 0x2 + .text.crypto_ec_point_to_bin + 0x00000000401513f0 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x4a (size before relaxing) + 0x00000000401513f0 crypto_ec_point_to_bin + *fill* 0x0000000040151432 0x2 + .text.crypto_ec_point_from_bin + 0x0000000040151434 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x64 (size before relaxing) + 0x0000000040151434 crypto_ec_point_from_bin + .text.crypto_ec_point_add + 0x0000000040151488 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x3e (size before relaxing) + 0x0000000040151488 crypto_ec_point_add + *fill* 0x00000000401514be 0x2 + .text.crypto_ec_point_mul + 0x00000000401514c0 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x66 (size before relaxing) + 0x00000000401514c0 crypto_ec_point_mul + *fill* 0x0000000040151512 0x2 + .text.crypto_ec_point_invert + 0x0000000040151514 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x18 (size before relaxing) + 0x0000000040151514 crypto_ec_point_invert + .text.crypto_ec_point_compute_y_sqr + 0x0000000040151528 0xd4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x110 (size before relaxing) + 0x0000000040151528 crypto_ec_point_compute_y_sqr + .text.crypto_ec_point_solve_y_coord + 0x00000000401515fc 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xc2 (size before relaxing) + 0x00000000401515fc crypto_ec_point_solve_y_coord + *fill* 0x000000004015169e 0x2 + .text.crypto_ec_point_is_at_infinity + 0x00000000401516a0 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x10 (size before relaxing) + 0x00000000401516a0 crypto_ec_point_is_at_infinity + .text.crypto_ec_point_is_on_curve + 0x00000000401516ac 0x8c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xa4 (size before relaxing) + 0x00000000401516ac crypto_ec_point_is_on_curve + .text.crypto_ec_point_cmp + 0x0000000040151738 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x0000000040151738 crypto_ec_point_cmp + *fill* 0x0000000040151749 0x3 + .text.crypto_ec_set_pubkey_point + 0x000000004015174c 0xab esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xd6 (size before relaxing) + 0x000000004015174c crypto_ec_set_pubkey_point + *fill* 0x00000000401517f7 0x1 + .text.crypto_ec_free_key + 0x00000000401517f8 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x16 (size before relaxing) + 0x00000000401517f8 crypto_ec_free_key + *fill* 0x000000004015180a 0x2 + .text.crypto_ec_key_group + 0x000000004015180c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x2e (size before relaxing) + 0x000000004015180c crypto_ec_key_group + *fill* 0x0000000040151836 0x2 + .text.crypto_ecdh_deinit + 0x0000000040151838 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x0000000040151838 crypto_ecdh_deinit + *fill* 0x000000004015184f 0x1 + .text.crypto_ecdh_init + 0x0000000040151850 0x89 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0xb1 (size before relaxing) + 0x0000000040151850 crypto_ecdh_init + *fill* 0x00000000401518d9 0x3 + .text.crypto_ecdh_get_pubkey + 0x00000000401518dc 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x48 (size before relaxing) + 0x00000000401518dc crypto_ecdh_get_pubkey + .text.crypto_ecdh_set_peerkey + 0x0000000040151920 0x20d esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x241 (size before relaxing) + 0x0000000040151920 crypto_ecdh_set_peerkey + *fill* 0x0000000040151b2d 0x3 + .text.crypto_ec_key_parse_pub + 0x0000000040151b30 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x38 (size before relaxing) + 0x0000000040151b30 crypto_ec_key_parse_pub + .text.crypto_ec_key_deinit + 0x0000000040151b60 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x16 (size before relaxing) + 0x0000000040151b60 crypto_ec_key_deinit + *fill* 0x0000000040151b72 0x2 + .text.crypto_ec_key_verify_signature + 0x0000000040151b74 0x75 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x81 (size before relaxing) + 0x0000000040151b74 crypto_ec_key_verify_signature + *fill* 0x0000000040151be9 0x3 + .text.timeout_exists + 0x0000000040151bec 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_run_timer + 0x0000000040151c10 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .text.eloop_remove_timeout + 0x0000000040151c28 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x4c (size before relaxing) + .text.eloop_init + 0x0000000040151c70 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x0000000040151c70 eloop_init + *fill* 0x0000000040151cca 0x2 + .text.eloop_register_timeout + 0x0000000040151ccc 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x14c (size before relaxing) + 0x0000000040151ccc eloop_register_timeout + .text.eloop_cancel_timeout + 0x0000000040151e14 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x3b (size before relaxing) + 0x0000000040151e14 eloop_cancel_timeout + *fill* 0x0000000040151e4c 0x0 + .text.eloop_run + 0x0000000040151e4c 0x121 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x12d (size before relaxing) + 0x0000000040151e4c eloop_run + *fill* 0x0000000040151f6d 0x3 + .text.eloop_run_wrapper + 0x0000000040151f70 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0xd (size before relaxing) + *fill* 0x0000000040151f7a 0x2 + .text.eloop_destroy + 0x0000000040151f7c 0x7b esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x7f (size before relaxing) + 0x0000000040151f7c eloop_destroy + *fill* 0x0000000040151ff7 0x1 + .text.hostapd_derive_psk + 0x0000000040151ff8 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + *fill* 0x0000000040152026 0x2 + .text.hostapd_setup_sae_pt + 0x0000000040152028 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x62 (size before relaxing) + 0x0000000040152028 hostapd_setup_sae_pt + *fill* 0x0000000040152086 0x2 + .text.hostapd_setup_wpa_psk + 0x0000000040152088 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x3e (size before relaxing) + 0x0000000040152088 hostapd_setup_wpa_psk + *fill* 0x00000000401520c2 0x2 + .text.hostapd_get_psk + 0x00000000401520c4 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x00000000401520c4 hostapd_get_psk + *fill* 0x00000000401520ff 0x1 + .text.hostapd_config_clear_wpa_psk + 0x0000000040152100 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x0000000040152100 hostapd_config_clear_wpa_psk + *fill* 0x000000004015211d 0x3 + .text.hostapd_config_free_bss + 0x0000000040152120 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x1f (size before relaxing) + 0x0000000040152120 hostapd_config_free_bss + *fill* 0x000000004015213b 0x1 + .text.wpa_auth_get_sm + 0x000000004015213c 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040152161 0x3 + .text.wpa_auth_add_sm + 0x0000000040152164 0x3f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401521a3 0x1 + .text.wpa_auth_del_sm + 0x00000000401521a4 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_use_aes_cmac + 0x00000000401521d4 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401521e6 0x2 + .text.wpa_receive_error_report + 0x00000000401521e8 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x10 (size before relaxing) + .text.wpa_free_sta_sm + 0x00000000401521f4 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x46 (size before relaxing) + *fill* 0x0000000040152236 0x2 + .text.wpa_auth_sm_ptk_update + 0x0000000040152238 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040152259 0x3 + .text.wpa_group_init_gmk_and_counter + 0x000000004015225c 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x76 (size before relaxing) + *fill* 0x00000000401522c6 0x2 + .text.sm_WPA_PTK_AUTHENTICATION_Enter + 0x00000000401522c8 0x35 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401522fd 0x3 + .text.wpa_gmk_to_gtk + 0x0000000040152300 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x54 (size before relaxing) + .text.wpa_gtk_update + 0x0000000040152350 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x9c (size before relaxing) + .text.wpa_group_gtk_init + 0x00000000401523e0 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_setkeys + 0x0000000040152414 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004015244b 0x1 + .text.wpa_auth_set_key + 0x000000004015244c 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401524be 0x2 + .text.wpa_group_config_group_keys + 0x00000000401524c0 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x65 (size before relaxing) + *fill* 0x0000000040152521 0x3 + .text.wpa_group_setkeysdone + 0x0000000040152524 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x24 (size before relaxing) + .text.wpa_group_sm_step + 0x0000000040152544 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_group_init + 0x00000000401525a8 0x53 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000401525fb 0x1 + .text.wpa_group_ensure_init + 0x00000000401525fc 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x32 (size before relaxing) + *fill* 0x0000000040152626 0x2 + .text.sm_WPA_PTK_AUTHENTICATION2_Enter + 0x0000000040152628 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42 (size before relaxing) + *fill* 0x0000000040152666 0x2 + .text.wpa_rekey_gtk + 0x0000000040152668 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x3c (size before relaxing) + .text.wpa_replay_counter_valid + 0x00000000401526a0 0x31 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401526d1 0x3 + .text.wpa_replay_counter_mark_invalid + 0x00000000401526d4 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040152701 0x3 + .text.wpa_derive_ptk + 0x0000000040152704 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.wpa_verify_key_mic + 0x0000000040152730 0x7c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x80 (size before relaxing) + .text.wpa_sta_disconnect + 0x00000000401527ac 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x00000000401527bb 0x1 + .text.sm_WPA_PTK_DISCONNECT_Enter + 0x00000000401527bc 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKINITDONE_Enter + 0x00000000401527f0 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xaf (size before relaxing) + *fill* 0x000000004015288c 0x0 + .text.ieee80211w_kde_add + 0x000000004015288c 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x74 (size before relaxing) + .text.resend_eapol_handle + 0x00000000401528f8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401528f8 resend_eapol_handle + .text.wpa_init + 0x0000000040152910 0x9a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xa2 (size before relaxing) + 0x0000000040152910 wpa_init + *fill* 0x00000000401529aa 0x2 + .text.wpa_auth_sta_init + 0x00000000401529ac 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x00000000401529ac wpa_auth_sta_init + .text.wpa_auth_sta_deinit + 0x00000000401529dc 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x42 (size before relaxing) + 0x00000000401529dc wpa_auth_sta_deinit + *fill* 0x0000000040152a17 0x1 + .text.wpa_auth_pmksa_add_sae + 0x0000000040152a18 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x3d (size before relaxing) + 0x0000000040152a18 wpa_auth_pmksa_add_sae + *fill* 0x0000000040152a51 0x3 + .text.wpa_auth_add_sae_pmkid + 0x0000000040152a54 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x0000000040152a54 wpa_auth_add_sae_pmkid + *fill* 0x0000000040152a76 0x2 + .text.__wpa_send_eapol + 0x0000000040152a78 0x360 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x370 (size before relaxing) + 0x0000000040152a78 __wpa_send_eapol + .text.wpa_send_eapol + 0x0000000040152dd8 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x73 (size before relaxing) + *fill* 0x0000000040152e47 0x1 + .text.sm_WPA_PTK_PTKSTART_Enter + 0x0000000040152e48 0x104 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter + 0x0000000040152f4c 0x177 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x17b (size before relaxing) + *fill* 0x00000000401530c3 0x1 + .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter + 0x00000000401530c4 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xf8 (size before relaxing) + .text.sm_WPA_PTK_GROUP_Step + 0x00000000401531ac 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xbb (size before relaxing) + *fill* 0x0000000040153260 0x0 + .text.wpa_remove_ptk + 0x0000000040153260 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x3a (size before relaxing) + 0x0000000040153260 wpa_remove_ptk + *fill* 0x0000000040153296 0x2 + .text.sm_WPA_PTK_INITIALIZE_Enter + 0x0000000040153298 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x5e (size before relaxing) + *fill* 0x00000000401532f2 0x2 + .text.wpa_deinit + 0x00000000401532f4 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x3b (size before relaxing) + 0x00000000401532f4 wpa_deinit + *fill* 0x000000004015332b 0x1 + .text.wpa_auth_uses_sae + 0x000000004015332c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x000000004015332c wpa_auth_uses_sae + .text.wpa_auth_get_psk + 0x0000000040153348 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x4d (size before relaxing) + *fill* 0x0000000040153391 0x3 + .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter + 0x0000000040153394 0x16a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x176 (size before relaxing) + *fill* 0x00000000401534fe 0x2 + .text.sm_WPA_PTK_INITPSK_Enter + 0x0000000040153500 0x69 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x0000000040153569 0x3 + .text.sm_WPA_PTK_Step + 0x000000004015356c 0x24c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x278 (size before relaxing) + .text.wpa_sm_step + 0x00000000401537b8 0xad esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0xb5 (size before relaxing) + *fill* 0x0000000040153865 0x3 + .text.wpa_rekey_ptk + 0x0000000040153868 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004015387a 0x2 + .text.wpa_auth_sta_associated + 0x000000004015387c 0x74 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x7c (size before relaxing) + 0x000000004015387c wpa_auth_sta_associated + .text.wpa_receive + 0x00000000401538f0 0x3fe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x426 (size before relaxing) + 0x00000000401538f0 wpa_receive + *fill* 0x0000000040153cee 0x2 + .text.hostap_eapol_resend_process + 0x0000000040153cf0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x2c (size before relaxing) + 0x0000000040153cf0 hostap_eapol_resend_process + .text.wpa_parse_generic + 0x0000000040153d18 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + *fill* 0x0000000040153e4e 0x2 + .text.wpa_write_wpa_ie + 0x0000000040153e50 0xbf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0xc3 (size before relaxing) + *fill* 0x0000000040153f0f 0x1 + .text.wpa_write_rsn_ie + 0x0000000040153f10 0x1e5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x1e9 (size before relaxing) + 0x0000000040153f10 wpa_write_rsn_ie + *fill* 0x00000000401540f5 0x3 + .text.wpa_write_rsnxe + 0x00000000401540f8 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000401540f8 wpa_write_rsnxe + *fill* 0x000000004015412f 0x1 + .text.wpa_auth_gen_wpa_ie + 0x0000000040154130 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x8e (size before relaxing) + 0x0000000040154130 wpa_auth_gen_wpa_ie + *fill* 0x00000000401541b6 0x2 + .text.wpa_add_kde + 0x00000000401541b8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x00000000401541b8 wpa_add_kde + .text.wpa_validate_wpa_ie + 0x0000000040154200 0x2d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x2ed (size before relaxing) + 0x0000000040154200 wpa_validate_wpa_ie + *fill* 0x00000000401544d5 0x3 + .text.wpa_parse_kde_ies + 0x00000000401544d8 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x94 (size before relaxing) + 0x00000000401544d8 wpa_parse_kde_ies + .text._pmksa_cache_free_entry + 0x0000000040154568 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x2b (size before relaxing) + *fill* 0x000000004015458f 0x1 + .text.pmksa_cache_set_expiration + 0x0000000040154590 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x40 (size before relaxing) + .text.pmksa_cache_link_entry + 0x00000000401545cc 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + *fill* 0x000000004015462a 0x2 + .text.pmksa_cache_free_entry + 0x000000004015462c 0x72 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x000000004015462c pmksa_cache_free_entry + *fill* 0x000000004015469e 0x2 + .text.pmksa_cache_expire + 0x00000000401546a0 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x3a (size before relaxing) + *fill* 0x00000000401546d3 0x1 + .text.pmksa_cache_auth_create_entry + 0x00000000401546d4 0xce esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0xd2 (size before relaxing) + 0x00000000401546d4 pmksa_cache_auth_create_entry + *fill* 0x00000000401547a2 0x2 + .text.pmksa_cache_auth_deinit + 0x00000000401547a4 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x4a (size before relaxing) + 0x00000000401547a4 pmksa_cache_auth_deinit + *fill* 0x00000000401547ea 0x2 + .text.pmksa_cache_auth_get + 0x00000000401547ec 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x00000000401547ec pmksa_cache_auth_get + *fill* 0x0000000040154846 0x2 + .text.pmksa_cache_auth_add_entry + 0x0000000040154848 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x49 (size before relaxing) + 0x0000000040154848 pmksa_cache_auth_add_entry + *fill* 0x0000000040154889 0x3 + .text.pmksa_cache_auth_add + 0x000000004015488c 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x3b (size before relaxing) + 0x000000004015488c pmksa_cache_auth_add + *fill* 0x00000000401548c3 0x1 + .text.pmksa_cache_auth_init + 0x00000000401548c4 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x00000000401548c4 pmksa_cache_auth_init + *fill* 0x00000000401548de 0x2 + .text.ap_sta_hash_del + 0x00000000401548e0 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .text.ap_get_sta + 0x000000004015492c 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x000000004015492c ap_get_sta + *fill* 0x0000000040154956 0x2 + .text.ap_free_sta + 0x0000000040154958 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x60 (size before relaxing) + 0x0000000040154958 ap_free_sta + .text.ap_sta_add + 0x00000000401549b0 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x6c (size before relaxing) + 0x00000000401549b0 ap_sta_add + .text.sae_check_big_sync + 0x0000000040154a14 0x2d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x0000000040154a41 0x3 + .text.check_sae_rejected_groups + 0x0000000040154a44 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x0000000040154a96 0x2 + .text.auth_build_sae_commit + 0x0000000040154a98 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x106 (size before relaxing) + *fill* 0x0000000040154b8e 0x2 + .text.auth_sae_send_commit + 0x0000000040154b90 0x7a esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x7e (size before relaxing) + *fill* 0x0000000040154c0a 0x2 + .text.auth_build_sae_confirm + 0x0000000040154c0c 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x2c (size before relaxing) + .text.auth_sae_send_confirm + 0x0000000040154c30 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x48 (size before relaxing) + .text.sae_accept_sta + 0x0000000040154c70 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x3a (size before relaxing) + 0x0000000040154c70 sae_accept_sta + *fill* 0x0000000040154ca6 0x2 + .text.sae_sm_step + 0x0000000040154ca8 0x1d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x208 (size before relaxing) + .text.handle_auth_sae + 0x0000000040154e80 0x2f3 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x31f (size before relaxing) + 0x0000000040154e80 handle_auth_sae + *fill* 0x0000000040155173 0x1 + .text.auth_sae_queue + 0x0000000040155174 0xd6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x0000000040155174 auth_sae_queue + *fill* 0x000000004015524a 0x2 + .text.wpabuf_put_le16 + 0x000000004015524c 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .text.comeback_token_hash + 0x0000000040155264 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x26 (size before relaxing) + 0x0000000040155264 comeback_token_hash + *fill* 0x0000000040155286 0x2 + .text.check_comeback_token + 0x0000000040155288 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x8e (size before relaxing) + 0x0000000040155288 check_comeback_token + *fill* 0x000000004015530e 0x2 + .text.auth_build_token_req + 0x0000000040155310 0x112 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x13a (size before relaxing) + 0x0000000040155310 auth_build_token_req + *fill* 0x0000000040155422 0x2 + .text.sae_parse_token_container + 0x0000000040155424 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.hkdf_extract + 0x0000000040155440 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x0000000040155461 0x3 + .text.sae_pwd_seed + 0x0000000040155464 0x41 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x00000000401554a5 0x3 + .text.sae_cn_confirm + 0x00000000401554a8 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x92 (size before relaxing) + *fill* 0x0000000040155532 0x2 + .text.sae_cn_confirm_ffc + 0x0000000040155534 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x74 (size before relaxing) + .text.hkdf_expand + 0x00000000401555a0 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2d (size before relaxing) + *fill* 0x00000000401555c9 0x3 + .text.sae_derive_commit_element_ffc + 0x00000000401555cc 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x56 (size before relaxing) + *fill* 0x000000004015561a 0x2 + .text.sae_derive_k_ffc + 0x000000004015561c 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8e (size before relaxing) + *fill* 0x0000000040155692 0x2 + .text.debug_print_bignum + 0x0000000040155694 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2a (size before relaxing) + *fill* 0x00000000401556ba 0x2 + .text.sswu 0x00000000401556bc 0x7e5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x941 (size before relaxing) + *fill* 0x0000000040155ea1 0x3 + .text.sae_cn_confirm_ecc + 0x0000000040155ea4 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x74 (size before relaxing) + .text.sae_max_min_addr + 0x0000000040155f0c 0x24 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_pwd_seed_key + 0x0000000040155f30 0x4c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_parse_password_identifier + 0x0000000040155f7c 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x0000000040156046 0x2 + .text.sae_test_pwd_seed_ffc + 0x0000000040156048 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x13c (size before relaxing) + .text.sae_derive_pwe_ffc + 0x0000000040156160 0x146 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x15e (size before relaxing) + *fill* 0x00000000401562a6 0x2 + .text.sae_test_pwd_seed_ecc + 0x00000000401562a8 0xa6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc2 (size before relaxing) + *fill* 0x000000004015634e 0x2 + .text.sae_derive_pwe_ecc + 0x0000000040156350 0x365 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x3b1 (size before relaxing) + *fill* 0x00000000401566b5 0x3 + .text.sae_derive_commit_element_ecc + 0x00000000401566b8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_derive_commit + 0x0000000040156710 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xb2 (size before relaxing) + *fill* 0x00000000401567b2 0x2 + .text.wpabuf_put_le16 + 0x00000000401567b4 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.wpabuf_put_data + 0x00000000401567cc 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c (size before relaxing) + .text.wpabuf_put_str + 0x00000000401567e4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1a (size before relaxing) + *fill* 0x00000000401567fa 0x2 + .text.sae_parse_rejected_groups + 0x00000000401567fc 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x90 (size before relaxing) + .text.sae_derive_k_ecc + 0x0000000040156880 0x82 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x9a (size before relaxing) + *fill* 0x0000000040156902 0x2 + .text.sae_kdf_hash + 0x0000000040156904 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x0000000040156929 0x3 + .text.sae_parse_commit_scalar + 0x000000004015692c 0x91 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xa1 (size before relaxing) + *fill* 0x00000000401569bd 0x3 + .text.sae_parse_commit_element_ffc + 0x00000000401569c0 0xfa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x122 (size before relaxing) + *fill* 0x0000000040156aba 0x2 + .text.sae_parse_commit_element_ecc + 0x0000000040156abc 0x9e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xaa (size before relaxing) + *fill* 0x0000000040156b5a 0x2 + .text.sae_parse_commit_element + 0x0000000040156b5c 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2d (size before relaxing) + *fill* 0x0000000040156b85 0x3 + .text.sae_clear_temp_data + 0x0000000040156b88 0x8f esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc3 (size before relaxing) + 0x0000000040156b88 sae_clear_temp_data + *fill* 0x0000000040156c17 0x1 + .text.sae_clear_data + 0x0000000040156c18 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x32 (size before relaxing) + 0x0000000040156c18 sae_clear_data + *fill* 0x0000000040156c42 0x2 + .text.sae_set_group + 0x0000000040156c44 0xc5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xe5 (size before relaxing) + 0x0000000040156c44 sae_set_group + *fill* 0x0000000040156d09 0x3 + .text.sae_derive_pt_ecc + 0x0000000040156d0c 0x17c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1c8 (size before relaxing) + .text.sae_derive_pt_ffc + 0x0000000040156e88 0x1ea esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x236 (size before relaxing) + *fill* 0x0000000040157072 0x2 + .text.sae_derive_keys + 0x0000000040157074 0x242 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x276 (size before relaxing) + *fill* 0x00000000401572b6 0x2 + .text.sae_derive_pwe_from_pt_ecc + 0x00000000401572b8 0x141 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x181 (size before relaxing) + 0x00000000401572b8 sae_derive_pwe_from_pt_ecc + *fill* 0x00000000401573f9 0x3 + .text.sae_derive_pwe_from_pt_ffc + 0x00000000401573fc 0x14a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x18a (size before relaxing) + 0x00000000401573fc sae_derive_pwe_from_pt_ffc + *fill* 0x0000000040157546 0x2 + .text.sae_deinit_pt + 0x0000000040157548 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x33 (size before relaxing) + 0x0000000040157548 sae_deinit_pt + *fill* 0x0000000040157573 0x1 + .text.sae_derive_pt_group + 0x0000000040157574 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x8a (size before relaxing) + *fill* 0x00000000401575f2 0x2 + .text.sae_derive_pt + 0x00000000401575f4 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x00000000401575f4 sae_derive_pt + *fill* 0x000000004015763e 0x2 + .text.sae_prepare_commit + 0x0000000040157640 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x60 (size before relaxing) + 0x0000000040157640 sae_prepare_commit + .text.sae_prepare_commit_pt + 0x000000004015769c 0x126 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x14a (size before relaxing) + 0x000000004015769c sae_prepare_commit_pt + *fill* 0x00000000401577c2 0x2 + .text.sae_process_commit + 0x00000000401577c4 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x5a (size before relaxing) + 0x00000000401577c4 sae_process_commit + *fill* 0x0000000040157816 0x2 + .text.sae_write_commit + 0x0000000040157818 0x172 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1b2 (size before relaxing) + 0x0000000040157818 sae_write_commit + *fill* 0x000000004015798a 0x2 + .text.sae_group_allowed + 0x000000004015798c 0x71 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004015798c sae_group_allowed + *fill* 0x00000000401579fd 0x3 + .text.sae_parse_commit + 0x0000000040157a00 0xfc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x11c (size before relaxing) + 0x0000000040157a00 sae_parse_commit + .text.sae_write_confirm + 0x0000000040157afc 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xb2 (size before relaxing) + 0x0000000040157afc sae_write_confirm + *fill* 0x0000000040157b9e 0x2 + .text.sae_check_confirm + 0x0000000040157ba0 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0xc4 (size before relaxing) + 0x0000000040157ba0 sae_check_confirm + .text.dragonfly_get_rand_1_to_p_1 + 0x0000000040157c60 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x86 (size before relaxing) + *fill* 0x0000000040157cce 0x2 + .text.dragonfly_get_rand_2_to_r_1 + 0x0000000040157cd0 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x3a (size before relaxing) + *fill* 0x0000000040157d02 0x2 + .text.dragonfly_min_pwe_loop_iter + 0x0000000040157d04 0x27 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x0000000040157d04 dragonfly_min_pwe_loop_iter + *fill* 0x0000000040157d2b 0x1 + .text.dragonfly_get_random_qr_qnr + 0x0000000040157d2c 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x91 (size before relaxing) + 0x0000000040157d2c dragonfly_get_random_qr_qnr + *fill* 0x0000000040157dad 0x3 + .text.dragonfly_is_quadratic_residue_blind + 0x0000000040157db0 0xf8 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x118 (size before relaxing) + 0x0000000040157db0 dragonfly_is_quadratic_residue_blind + .text.dragonfly_generate_scalar + 0x0000000040157ea8 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x5e (size before relaxing) + 0x0000000040157ea8 dragonfly_generate_scalar + *fill* 0x0000000040157ef6 0x2 + .text.dragonfly_sqrt + 0x0000000040157ef8 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0xc8 (size before relaxing) + 0x0000000040157ef8 dragonfly_sqrt + .text.wpa_kck_len + 0x0000000040157fa4 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040157fc2 0x2 + .text.wpa_kek_len + 0x0000000040157fc4 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .text.rsn_selector_to_bitfield + 0x0000000040157fec 0x85 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040158071 0x3 + .text.rsn_key_mgmt_to_bitfield + 0x0000000040158074 0x6f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x00000000401580e3 0x1 + .text.wpa_selector_to_bitfield + 0x00000000401580e4 0x61 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x0000000040158145 0x3 + .text.wpa_key_mgmt_to_bitfield + 0x0000000040158148 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + *fill* 0x000000004015818e 0x2 + .text.wpa_mic_len + 0x0000000040158190 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040158190 wpa_mic_len + *fill* 0x00000000401581a2 0x2 + .text.wpa_cipher_valid_mgmt_group + 0x00000000401581a4 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401581a4 wpa_cipher_valid_mgmt_group + .text.wpa_parse_wpa_ie_rsnxe + 0x00000000401581d4 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x36 (size before relaxing) + 0x00000000401581d4 wpa_parse_wpa_ie_rsnxe + *fill* 0x0000000040158206 0x2 + .text.wpa_parse_wpa_ie_rsn + 0x0000000040158208 0x1bd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x1c5 (size before relaxing) + 0x0000000040158208 wpa_parse_wpa_ie_rsn + *fill* 0x00000000401583c5 0x3 + .text.wpa_parse_wpa_ie_wpa + 0x00000000401583c8 0x185 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x189 (size before relaxing) + 0x00000000401583c8 wpa_parse_wpa_ie_wpa + *fill* 0x000000004015854d 0x3 + .text.wpa_use_akm_defined + 0x0000000040158550 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040158550 wpa_use_akm_defined + *fill* 0x0000000040158599 0x3 + .text.wpa_use_aes_key_wrap + 0x000000004015859c 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004015859c wpa_use_aes_key_wrap + .text.wpa_eapol_key_mic + 0x00000000401585fc 0xca esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401585fc wpa_eapol_key_mic + *fill* 0x00000000401586c6 0x2 + .text.wpa_compare_rsn_ie + 0x00000000401586c8 0x36 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x00000000401586c8 wpa_compare_rsn_ie + *fill* 0x00000000401586fe 0x2 + .text.rsn_pmkid + 0x0000000040158700 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040158700 rsn_pmkid + *fill* 0x0000000040158757 0x1 + .text.wpa_cipher_key_len + 0x0000000040158758 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040158758 wpa_cipher_key_len + .text.wpa_pmk_to_ptk + 0x00000000401587b4 0x15e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x16e (size before relaxing) + 0x00000000401587b4 wpa_pmk_to_ptk + *fill* 0x0000000040158912 0x2 + .text.wpa_cipher_to_suite + 0x0000000040158914 0x85 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x0000000040158914 wpa_cipher_to_suite + *fill* 0x0000000040158999 0x3 + .text.hmac_sha256_kdf + 0x000000004015899c 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + 0xe8 (size before relaxing) + 0x000000004015899c hmac_sha256_kdf + .text.dh_groups_get + 0x0000000040158a7c 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x0000000040158a7c dh_groups_get + *fill* 0x0000000040158aa2 0x2 + .text.wpa_supplicant_verify_eapol_key_mic + 0x0000000040158aa4 0xe2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xee (size before relaxing) + *fill* 0x0000000040158b86 0x2 + .text.is_wpa2_enterprise_connection + 0x0000000040158b88 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x36 (size before relaxing) + *fill* 0x0000000040158bb6 0x2 + .text.wpa_derive_ptk + 0x0000000040158bb8 0x34 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpa_supplicant_check_group_cipher + 0x0000000040158bec 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x46 (size before relaxing) + *fill* 0x0000000040158c2a 0x2 + .text.wpa_supplicant_decrypt_key_data + 0x0000000040158c2c 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc0 (size before relaxing) + .text.wpa_sm_set_seq + 0x0000000040158ce4 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x0000000040158d1f 0x1 + .text.wpa_supplicant_install_igtk + 0x0000000040158d20 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x50 (size before relaxing) + .text.ieee80211w_set_keys + 0x0000000040158d68 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x46 (size before relaxing) + *fill* 0x0000000040158da6 0x2 + .text.wpa_sm_get_key + 0x0000000040158da8 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x0000000040158dc5 0x3 + .text.wpa_supplicant_gtk_in_use + 0x0000000040158dc8 0xc1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc5 (size before relaxing) + *fill* 0x0000000040158e89 0x3 + .text.wpa_sm_pmksa_free_cb + 0x0000000040158e8c 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpabuf_put_le16 + 0x0000000040158ee8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .text.wpabuf_put_data + 0x0000000040158f00 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1c (size before relaxing) + .text.cipher_type_map_supp_to_public + 0x0000000040158f18 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040158f18 cipher_type_map_supp_to_public + .text.cipher_type_map_public_to_supp + 0x0000000040158f9c 0x76 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040158f9c cipher_type_map_public_to_supp + *fill* 0x0000000040159012 0x2 + .text.wpa_eapol_key_send + 0x0000000040159014 0x7e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x82 (size before relaxing) + 0x0000000040159014 wpa_eapol_key_send + *fill* 0x0000000040159092 0x2 + .text.wpa_sm_key_request + 0x0000000040159094 0x173 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x177 (size before relaxing) + *fill* 0x0000000040159207 0x1 + .text.wpa_sm_rekey_ptk + 0x0000000040159208 0xe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x12 (size before relaxing) + *fill* 0x0000000040159216 0x2 + .text.wpa_supplicant_send_4_of_4 + 0x0000000040159218 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xf0 (size before relaxing) + .text.wpa_supplicant_send_2_of_2 + 0x0000000040159304 0xe9 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xf1 (size before relaxing) + *fill* 0x00000000401593ed 0x3 + .text.wpa_supplicant_send_2_of_4 + 0x00000000401593f0 0x11a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x11e (size before relaxing) + 0x00000000401593f0 wpa_supplicant_send_2_of_4 + *fill* 0x000000004015950a 0x2 + .text.wpa_supplicant_process_1_of_2_rsn + 0x000000004015950c 0x81 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x8d (size before relaxing) + *fill* 0x000000004015958d 0x3 + .text.wpa_supplicant_process_1_of_2_wpa + 0x0000000040159590 0x107 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x113 (size before relaxing) + *fill* 0x0000000040159697 0x1 + .text.wpa_supplicant_pairwise_gtk + 0x0000000040159698 0x66 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x6e (size before relaxing) + 0x0000000040159698 wpa_supplicant_pairwise_gtk + *fill* 0x00000000401596fe 0x2 + .text.wpa_report_ie_mismatch + 0x0000000040159700 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040159700 wpa_report_ie_mismatch + *fill* 0x000000004015970f 0x1 + .text.wpa_supplicant_validate_ie + 0x0000000040159710 0xf1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + *fill* 0x0000000040159801 0x3 + .text.wpa_sm_set_state + 0x0000000040159804 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x24 (size before relaxing) + 0x0000000040159804 wpa_sm_set_state + .text.wpa_supplicant_key_neg_complete + 0x0000000040159824 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x32 (size before relaxing) + 0x0000000040159824 wpa_supplicant_key_neg_complete + *fill* 0x000000004015984e 0x2 + .text.wpa_sm_set_pmk_from_pmksa + 0x0000000040159850 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040159850 wpa_sm_set_pmk_from_pmksa + *fill* 0x0000000040159882 0x2 + .text.wpa_supplicant_get_pmk + 0x0000000040159884 0x168 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x178 (size before relaxing) + .text.wpa_supplicant_process_1_of_4 + 0x00000000401599ec 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x154 (size before relaxing) + 0x00000000401599ec wpa_supplicant_process_1_of_4 + .text.wpa_sm_init + 0x0000000040159b1c 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x58 (size before relaxing) + 0x0000000040159b1c wpa_sm_init + .text.wpa_sm_notify_assoc + 0x0000000040159b6c 0x86 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040159b6c wpa_sm_notify_assoc + *fill* 0x0000000040159bf2 0x2 + .text.wpa_set_profile + 0x0000000040159bf4 0x97 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x0000000040159bf4 wpa_set_profile + *fill* 0x0000000040159c8b 0x1 + .text.wpa_set_pmk + 0x0000000040159c8c 0x5e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x62 (size before relaxing) + 0x0000000040159c8c wpa_set_pmk + *fill* 0x0000000040159cea 0x2 + .text.wpa_set_passphrase + 0x0000000040159cec 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xc6 (size before relaxing) + 0x0000000040159cec wpa_set_passphrase + *fill* 0x0000000040159d8e 0x2 + .text.set_assoc_ie + 0x0000000040159d90 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x36 (size before relaxing) + 0x0000000040159d90 set_assoc_ie + *fill* 0x0000000040159dc3 0x1 + .text.wpa_sm_set_key + 0x0000000040159dc4 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x72 (size before relaxing) + 0x0000000040159dc4 wpa_sm_set_key + *fill* 0x0000000040159e32 0x2 + .text.wpa_supplicant_install_ptk + 0x0000000040159e34 0x96 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xa6 (size before relaxing) + *fill* 0x0000000040159eca 0x2 + .text.wpa_supplicant_process_3_of_4 + 0x0000000040159ecc 0x117 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x13a (size before relaxing) + *fill* 0x0000000040159fe3 0x1 + .text.wpa_supplicant_install_gtk + 0x0000000040159fe4 0xec esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xf0 (size before relaxing) + .text.wpa_supplicant_process_1_of_2 + 0x000000004015a0d0 0xb7 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xd3 (size before relaxing) + *fill* 0x000000004015a187 0x1 + .text.wpa_sm_rx_eapol + 0x000000004015a188 0x2ba esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2ca (size before relaxing) + 0x000000004015a188 wpa_sm_rx_eapol + *fill* 0x000000004015a442 0x2 + .text.wpa_supplicant_activate_ptk + 0x000000004015a444 0x4d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x55 (size before relaxing) + *fill* 0x000000004015a491 0x3 + .text.wpa_supplicant_send_4_of_4_txcallback + 0x000000004015a494 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x9c (size before relaxing) + .text.wpa_supplicant_clr_countermeasures + 0x000000004015a524 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004015a524 wpa_supplicant_clr_countermeasures + *fill* 0x000000004015a531 0x3 + .text.wpa_supplicant_stop_countermeasures + 0x000000004015a534 0x2c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x33 (size before relaxing) + 0x000000004015a534 wpa_supplicant_stop_countermeasures + *fill* 0x000000004015a560 0x0 + .text.wpa_michael_mic_failure + 0x000000004015a560 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xa4 (size before relaxing) + 0x000000004015a560 wpa_michael_mic_failure + .text.eapol_txcb + 0x000000004015a5e4 0xb4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xb7 (size before relaxing) + 0x000000004015a5e4 eapol_txcb + *fill* 0x000000004015a698 0x0 + .text.wpa_sta_in_4way_handshake + 0x000000004015a698 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004015a698 wpa_sta_in_4way_handshake + *fill* 0x000000004015a6ca 0x2 + .text.wpa_sta_cur_pmksa_matches_akm + 0x000000004015a6cc 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x29 (size before relaxing) + 0x000000004015a6cc wpa_sta_cur_pmksa_matches_akm + *fill* 0x000000004015a6f1 0x3 + .text.wpa_sta_clear_curr_pmksa + 0x000000004015a6f4 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x23 (size before relaxing) + 0x000000004015a6f4 wpa_sta_clear_curr_pmksa + *fill* 0x000000004015a714 0x0 + .text.get_wpa_sm + 0x000000004015a714 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004015a714 get_wpa_sm + .text.wpa_sm_set_ap_rsnxe + 0x000000004015a71c 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x9a (size before relaxing) + 0x000000004015a71c wpa_sm_set_ap_rsnxe + *fill* 0x000000004015a7a6 0x2 + .text.wpa_sm_set_assoc_rsnxe + 0x000000004015a7a8 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004015a7a8 wpa_sm_set_assoc_rsnxe + *fill* 0x000000004015a7f6 0x2 + .text.wpa_set_bss + 0x000000004015a7f8 0x21e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x256 (size before relaxing) + 0x000000004015a7f8 wpa_set_bss + *fill* 0x000000004015aa16 0x2 + .text.wpa_sm_drop_sa + 0x000000004015aa18 0x4f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004015aa18 wpa_sm_drop_sa + *fill* 0x000000004015aa67 0x1 + .text.wpa_sm_deinit + 0x000000004015aa68 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x33 (size before relaxing) + 0x000000004015aa68 wpa_sm_deinit + *fill* 0x000000004015aa97 0x1 + .text.wpa_sm_notify_disassoc + 0x000000004015aa98 0x33 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x3b (size before relaxing) + 0x000000004015aa98 wpa_sm_notify_disassoc + *fill* 0x000000004015aacb 0x1 + .text.owe_build_assoc_req + 0x000000004015aacc 0xa5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0xcd (size before relaxing) + 0x000000004015aacc owe_build_assoc_req + *fill* 0x000000004015ab71 0x3 + .text.owe_process_assoc_resp + 0x000000004015ab74 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x25d (size before relaxing) + 0x000000004015ab74 owe_process_assoc_resp + *fill* 0x000000004015ad89 0x3 + .text.wpa_parse_generic + 0x000000004015ad8c 0x16e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + *fill* 0x000000004015aefa 0x2 + .text.wpa_gen_wpa_ie_rsn + 0x000000004015aefc 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x29c (size before relaxing) + .text.wpa_gen_wpa_ie_wpa + 0x000000004015b194 0xf2 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0xfa (size before relaxing) + *fill* 0x000000004015b286 0x2 + .text.wpa_parse_wpa_ie + 0x000000004015b288 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x000000004015b288 wpa_parse_wpa_ie + *fill* 0x000000004015b2da 0x2 + .text.wpa_gen_wpa_ie + 0x000000004015b2dc 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x000000004015b2dc wpa_gen_wpa_ie + .text.wpa_gen_rsnxe + 0x000000004015b324 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x000000004015b324 wpa_gen_rsnxe + *fill* 0x000000004015b381 0x3 + .text.wpa_supplicant_parse_ies + 0x000000004015b384 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x94 (size before relaxing) + 0x000000004015b384 wpa_supplicant_parse_ies + .text.wpabuf_alloc + 0x000000004015b414 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x000000004015b414 wpabuf_alloc + .text.wpabuf_free + 0x000000004015b430 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x000000004015b430 wpabuf_free + .text.wpabuf_clear_free + 0x000000004015b44c 0x1b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x000000004015b44c wpabuf_clear_free + *fill* 0x000000004015b467 0x1 + .text.wpabuf_put_data + 0x000000004015b468 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x1c (size before relaxing) + .text.wpabuf_alloc_copy + 0x000000004015b480 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x1e (size before relaxing) + 0x000000004015b480 wpabuf_alloc_copy + *fill* 0x000000004015b49a 0x2 + .text.wpabuf_zeropad + 0x000000004015b49c 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x44 (size before relaxing) + 0x000000004015b49c wpabuf_zeropad + .text.d_permute + 0x000000004015b4d4 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + *fill* 0x000000004015b4ea 0x2 + .text.d_check_char + 0x000000004015b4ec 0x6b esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x6f (size before relaxing) + *fill* 0x000000004015b557 0x1 + .text.wpabuf_put_data + 0x000000004015b558 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x1c (size before relaxing) + .text.sae_pk_valid_password + 0x000000004015b570 0xe1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x000000004015b570 sae_pk_valid_password + *fill* 0x000000004015b651 0x3 + .text.sae_pk_base32_decode + 0x000000004015b654 0xf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x000000004015b654 sae_pk_base32_decode + *fill* 0x000000004015b74a 0x2 + .text.sae_pk_set_password + 0x000000004015b74c 0x119 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x121 (size before relaxing) + 0x000000004015b74c sae_pk_set_password + *fill* 0x000000004015b865 0x3 + .text.sae_hash + 0x000000004015b868 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x000000004015b868 sae_hash + *fill* 0x000000004015b889 0x3 + .text.sae_pk_valid_fingerprint + 0x000000004015b88c 0xd1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0xdd (size before relaxing) + *fill* 0x000000004015b95d 0x3 + .text.sae_pk_hash_sig_data + 0x000000004015b960 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x158 (size before relaxing) + .text.sae_check_confirm_pk + 0x000000004015ba98 0x162 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x18a (size before relaxing) + 0x000000004015ba98 sae_check_confirm_pk + *fill* 0x000000004015bbfa 0x2 + .text.eap_client_get_eap_state + 0x000000004015bbfc 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + 0x000000004015bbfc eap_client_get_eap_state + .text.disable_wpa_wpa2 + 0x000000004015bc14 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xb (size before relaxing) + *fill* 0x000000004015bc1c 0x0 + .text.wpa_alloc_eapol + 0x000000004015bc1c 0x6a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x000000004015bc1c wpa_alloc_eapol + *fill* 0x000000004015bc86 0x2 + .text.wpa_free_eapol + 0x000000004015bc88 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x000000004015bc88 wpa_free_eapol + .text.wpa_ether_send + 0x000000004015bc98 0x49 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x4d (size before relaxing) + 0x000000004015bc98 wpa_ether_send + *fill* 0x000000004015bce1 0x3 + .text.hostapd_send_eapol + 0x000000004015bce4 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x61 (size before relaxing) + 0x000000004015bce4 hostapd_send_eapol + *fill* 0x000000004015bd41 0x3 + .text.wpa_supplicant_transition_disable + 0x000000004015bd44 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x56 (size before relaxing) + 0x000000004015bd44 wpa_supplicant_transition_disable + *fill* 0x000000004015bd94 0x0 + .text.wpa_sm_alloc_eapol + 0x000000004015bd94 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x1c (size before relaxing) + 0x000000004015bd94 wpa_sm_alloc_eapol + .text.wpa_sm_free_eapol + 0x000000004015bdac 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xe (size before relaxing) + 0x000000004015bdac wpa_sm_free_eapol + *fill* 0x000000004015bdb6 0x2 + .text.wpa_sm_deauthenticate + 0x000000004015bdb8 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x1e (size before relaxing) + 0x000000004015bdb8 wpa_sm_deauthenticate + *fill* 0x000000004015bdd2 0x2 + .text.crypto_rng_wrapper + 0x000000004015bdd4 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + *fill* 0x000000004015bde5 0x3 + .text.crypto_bignum_init + 0x000000004015bde8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x1a (size before relaxing) + 0x000000004015bde8 crypto_bignum_init + *fill* 0x000000004015bdfe 0x2 + .text.crypto_bignum_init_set + 0x000000004015be00 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x2c (size before relaxing) + 0x000000004015be00 crypto_bignum_init_set + .text.crypto_bignum_init_uint + 0x000000004015be28 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x26 (size before relaxing) + 0x000000004015be28 crypto_bignum_init_uint + *fill* 0x000000004015be4a 0x2 + .text.crypto_bignum_deinit + 0x000000004015be4c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x16 (size before relaxing) + 0x000000004015be4c crypto_bignum_deinit + *fill* 0x000000004015be5e 0x2 + .text.crypto_bignum_to_bin + 0x000000004015be60 0x4e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x52 (size before relaxing) + 0x000000004015be60 crypto_bignum_to_bin + *fill* 0x000000004015beae 0x2 + .text.crypto_bignum_add + 0x000000004015beb0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004015beb0 crypto_bignum_add + .text.crypto_bignum_mod + 0x000000004015bec4 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004015bec4 crypto_bignum_mod + .text.crypto_bignum_exptmod + 0x000000004015bed8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x1c (size before relaxing) + 0x000000004015bed8 crypto_bignum_exptmod + .text.crypto_bignum_inverse + 0x000000004015bef0 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004015bef0 crypto_bignum_inverse + .text.crypto_bignum_sub + 0x000000004015bf04 0x14 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x18 (size before relaxing) + 0x000000004015bf04 crypto_bignum_sub + .text.crypto_bignum_div + 0x000000004015bf18 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015bf18 crypto_bignum_div + *fill* 0x000000004015bf31 0x3 + .text.crypto_bignum_mulmod + 0x000000004015bf34 0x2a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x2e (size before relaxing) + 0x000000004015bf34 crypto_bignum_mulmod + *fill* 0x000000004015bf5e 0x2 + .text.crypto_bignum_sqrmod + 0x000000004015bf60 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x3c (size before relaxing) + 0x000000004015bf60 crypto_bignum_sqrmod + .text.crypto_bignum_rshift + 0x000000004015bf90 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x26 (size before relaxing) + 0x000000004015bf90 crypto_bignum_rshift + *fill* 0x000000004015bfb2 0x2 + .text.crypto_bignum_cmp + 0x000000004015bfb4 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015bfb4 crypto_bignum_cmp + *fill* 0x000000004015bfc5 0x3 + .text.crypto_bignum_is_zero + 0x000000004015bfc8 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015bfc8 crypto_bignum_is_zero + *fill* 0x000000004015bfde 0x2 + .text.crypto_bignum_is_one + 0x000000004015bfe0 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015bfe0 crypto_bignum_is_one + *fill* 0x000000004015bff6 0x2 + .text.crypto_bignum_is_odd + 0x000000004015bff8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015bff8 crypto_bignum_is_odd + .text.crypto_bignum_rand + 0x000000004015c010 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x000000004015c010 crypto_bignum_rand + .text.crypto_bignum_legendre + 0x000000004015c02c 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x94 (size before relaxing) + 0x000000004015c02c crypto_bignum_legendre + .text.crypto_bignum_addmod + 0x000000004015c0a4 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x3f (size before relaxing) + 0x000000004015c0a4 crypto_bignum_addmod + *fill* 0x000000004015c0db 0x1 + .text.pad_block + 0x000000004015c0dc 0x2b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + *fill* 0x000000004015c107 0x1 + .text.aes_s2v 0x000000004015c108 0x115 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x139 (size before relaxing) + *fill* 0x000000004015c21d 0x3 + .text.aes_siv_decrypt + 0x000000004015c220 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0xe4 (size before relaxing) + 0x000000004015c220 aes_siv_decrypt + .text.ieee802_11_parse_extension + 0x000000004015c300 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + *fill* 0x000000004015c36d 0x3 + .text.ieee802_11_parse_vendor_specific + 0x000000004015c370 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .text.ieee802_11_parse_elems + 0x000000004015c3d4 0x6d esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x000000004015c3d4 ieee802_11_parse_elems + *fill* 0x000000004015c441 0x3 + .text._pmksa_cache_free_entry + 0x000000004015c444 0xd esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x10 (size before relaxing) + *fill* 0x000000004015c451 0x3 + .text.pmksa_cache_free_entry + 0x000000004015c454 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + *fill* 0x000000004015c472 0x2 + .text.pmksa_cache_set_expiration + 0x000000004015c474 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000004015c4af 0x1 + .text.pmksa_cache_expire + 0x000000004015c4b0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000004015c4e8 0x0 + .text.pmksa_cache_flush + 0x000000004015c4e8 0x57 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004015c4e8 pmksa_cache_flush + *fill* 0x000000004015c53f 0x1 + .text.pmksa_cache_add + 0x000000004015c540 0x1ca esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004015c540 pmksa_cache_add + *fill* 0x000000004015c70a 0x2 + .text.pmksa_cache_clone_entry + 0x000000004015c70c 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x44 (size before relaxing) + .text.pmksa_cache_deinit + 0x000000004015c74c 0x37 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x3b (size before relaxing) + 0x000000004015c74c pmksa_cache_deinit + *fill* 0x000000004015c783 0x1 + .text.pmksa_cache_get + 0x000000004015c784 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004015c784 pmksa_cache_get + *fill* 0x000000004015c7bd 0x3 + .text.pmksa_cache_get_opportunistic + 0x000000004015c7c0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004015c7c0 pmksa_cache_get_opportunistic + .text.pmksa_cache_set_current + 0x000000004015c7f0 0x6e esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x72 (size before relaxing) + 0x000000004015c7f0 pmksa_cache_set_current + *fill* 0x000000004015c85e 0x2 + .text.pmksa_cache_init + 0x000000004015c860 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004015c860 pmksa_cache_init + .text.esp_coex_common_spin_lock_create_wrapper + 0x000000004015c880 0x28 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x000000004015c880 esp_coex_common_spin_lock_create_wrapper + .text.esp_coex_common_timer_done_wrapper + 0x000000004015c8a8 0xa esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0xe (size before relaxing) + 0x000000004015c8a8 esp_coex_common_timer_done_wrapper + *fill* 0x000000004015c8b2 0x2 + .text.esp_coex_common_timer_setfn_wrapper + 0x000000004015c8b4 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x12 (size before relaxing) + 0x000000004015c8b4 esp_coex_common_timer_setfn_wrapper + *fill* 0x000000004015c8c2 0x2 + .text.esp_coex_common_semphr_create_wrapper + 0x000000004015c8c4 0x11 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x000000004015c8c4 esp_coex_common_semphr_create_wrapper + *fill* 0x000000004015c8d5 0x3 + .text.esp_coex_common_semphr_delete_wrapper + 0x000000004015c8d8 0xe esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x000000004015c8d8 esp_coex_common_semphr_delete_wrapper + *fill* 0x000000004015c8e6 0x2 + .text.esp_coex_common_semphr_take_wrapper + 0x000000004015c8e8 0x20 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x000000004015c8e8 esp_coex_common_semphr_take_wrapper + .text.esp_coex_common_semphr_give_wrapper + 0x000000004015c908 0x15 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x000000004015c908 esp_coex_common_semphr_give_wrapper + *fill* 0x000000004015c91d 0x3 + .text.esp_crypto_sha1_mbedtls + 0x000000004015c920 0x2e esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x32 (size before relaxing) + *fill* 0x000000004015c94e 0x2 + .text.esp_crypto_bas64_encode_mbedtls + 0x000000004015c950 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x18 (size before relaxing) + .text.esp_crypto_sha1 + 0x000000004015c964 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x14 (size before relaxing) + 0x000000004015c964 esp_crypto_sha1 + .text.esp_crypto_base64_encode + 0x000000004015c974 0x14 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x18 (size before relaxing) + 0x000000004015c974 esp_crypto_base64_encode + .text.misc_nvs_load + 0x000000004015c988 0x81 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0xa1 (size before relaxing) + 0x000000004015c994 misc_nvs_load + *fill* 0x000000004015ca09 0x3 + .text.misc_nvs_deinit + 0x000000004015ca0c 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x5a (size before relaxing) + 0x000000004015ca10 misc_nvs_deinit + *fill* 0x000000004015ca56 0x2 + .text.misc_nvs_init + 0x000000004015ca58 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x3c (size before relaxing) + 0x000000004015ca58 misc_nvs_init + .text.s_sleep_hook_register + 0x000000004015ca84 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + *fill* 0x000000004015cadd 0x3 + .text.esp_deep_sleep_register_phy_hook + 0x000000004015cae0 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x000000004015cae0 esp_deep_sleep_register_phy_hook + *fill* 0x000000004015caf2 0x2 + .text.ethip6_output + 0x000000004015caf4 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x84 (size before relaxing) + 0x000000004015caf4 ethip6_output + .text._ZdaPv 0x000000004015cb70 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0x000000004015cb70 operator delete[](void*) + *fill* 0x000000004015cb7e 0x2 + .text._ZdaPvj 0x000000004015cb80 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0x000000004015cb80 operator delete[](void*, unsigned int) + *fill* 0x000000004015cb8e 0x2 + .text._ZSt15get_new_handlerv + 0x000000004015cb90 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x000000004015cb90 std::get_new_handler() + .text._ZnajRKSt9nothrow_t + 0x000000004015cba0 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0x000000004015cba0 operator new[](unsigned int, std::nothrow_t const&) + .text._ZdlPv 0x000000004015cbc4 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x000000004015cbc4 operator delete(void*) + *fill* 0x000000004015cbd2 0x2 + .text.__cxa_begin_catch + 0x000000004015cbd4 0x5a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x000000004015cbd4 __cxa_begin_catch + *fill* 0x000000004015cc2e 0x2 + .text.__cxa_end_catch + 0x000000004015cc30 0x66 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x000000004015cc30 __cxa_end_catch + *fill* 0x000000004015cc96 0x2 + .text._ZL15eh_globals_dtorPv + 0x000000004015cc98 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .text.__cxa_get_globals_fast + 0x000000004015ccbc 0x1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x000000004015ccbc __cxa_get_globals_fast + *fill* 0x000000004015ccd9 0x3 + .text.__cxa_get_globals + 0x000000004015ccdc 0x42 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x000000004015ccdc __cxa_get_globals + *fill* 0x000000004015cd1e 0x2 + .text.startup._GLOBAL__sub_I__ZN17__eh_globals_init7_S_initE + 0x000000004015cd20 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + *fill* 0x000000004015cd3e 0x2 + .text.exit._GLOBAL__sub_D__ZN17__eh_globals_init7_S_initE + 0x000000004015cd40 0x1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + *fill* 0x000000004015cd5d 0x3 + .text._ZN10__cxxabiv111__terminateEPFvvE + 0x000000004015cd60 0x1a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x000000004015cd60 __cxxabiv1::__terminate(void (*)()) + *fill* 0x000000004015cd7a 0x2 + .text._ZSt13get_terminatev + 0x000000004015cd7c 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x000000004015cd7c std::get_terminate() + .text._ZSt9terminatev + 0x000000004015cd8c 0xf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x000000004015cd8c std::terminate() + *fill* 0x000000004015cd9b 0x1 + .text._ZSt14get_unexpectedv + 0x000000004015cd9c 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x000000004015cd9c std::get_unexpected() + .text._Znaj 0x000000004015cdac 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0x000000004015cdac operator new[](unsigned int) + .text._Znwj 0x000000004015cdbc 0x3f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x000000004015cdbc operator new(unsigned int) + *fill* 0x000000004015cdfb 0x1 + .text._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x000000004015cdfc 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000004015cdfc __cxxabiv1::__si_class_type_info::~__si_class_type_info() + 0x000000004015cdfc __cxxabiv1::__si_class_type_info::~__si_class_type_info() + *fill* 0x000000004015ce0e 0x2 + .text._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x000000004015ce10 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000004015ce10 __cxxabiv1::__si_class_type_info::~__si_class_type_info() + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x000000004015ce28 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + *fill* 0x000000004015ce5a 0x2 + .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x000000004015ce5c 0x7a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000004015ce5c __cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + *fill* 0x000000004015ced6 0x2 + .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x000000004015ced8 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000004015ced8 __cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x000000004015cf04 0x26 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x000000004015cf04 __cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + *fill* 0x000000004015cf2a 0x2 + .text._ZNKSt9bad_alloc4whatEv + 0x000000004015cf2c 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x000000004015cf2c std::bad_alloc::what() const + .text._ZNSt9bad_allocD2Ev + 0x000000004015cf34 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x000000004015cf34 std::bad_alloc::~bad_alloc() + 0x000000004015cf34 std::bad_alloc::~bad_alloc() + *fill* 0x000000004015cf46 0x2 + .text._ZNSt9bad_allocD0Ev + 0x000000004015cf48 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x000000004015cf48 std::bad_alloc::~bad_alloc() + .text._ZN10__cxxabiv117__class_type_infoD2Ev + 0x000000004015cf60 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004015cf60 __cxxabiv1::__class_type_info::~__class_type_info() + 0x000000004015cf60 __cxxabiv1::__class_type_info::~__class_type_info() + *fill* 0x000000004015cf72 0x2 + .text._ZN10__cxxabiv117__class_type_infoD0Ev + 0x000000004015cf74 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004015cf74 __cxxabiv1::__class_type_info::~__class_type_info() + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x000000004015cf8c 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + *fill* 0x000000004015cfbe 0x2 + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x000000004015cfc0 0x1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004015cfc0 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const + *fill* 0x000000004015cfdd 0x3 + .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x000000004015cfe0 0x36 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004015cfe0 __cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const + *fill* 0x000000004015d016 0x2 + .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x000000004015d018 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004015d018 __cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const + .text._ZdlPvj 0x000000004015d03c 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0x000000004015d03c operator delete(void*, unsigned int) + *fill* 0x000000004015d04a 0x2 + .text._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x000000004015d04c 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d04c __gnu_cxx::__concurrence_lock_error::what() const + .text._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x000000004015d054 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d054 __gnu_cxx::__concurrence_unlock_error::what() const + .text._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev + 0x000000004015d05c 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d05c __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + 0x000000004015d05c __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + *fill* 0x000000004015d06e 0x2 + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev + 0x000000004015d070 0x12 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d070 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + 0x000000004015d070 __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + *fill* 0x000000004015d082 0x2 + .text._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev + 0x000000004015d084 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d084 __gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() + .text._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev + 0x000000004015d09c 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d09c __gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() + .text._ZN9__gnu_cxx7__mutex4lockEv + 0x000000004015d0b4 0x2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d0b4 __gnu_cxx::__mutex::lock() + *fill* 0x000000004015d0df 0x1 + .text._ZN9__gnu_cxx7__mutex6unlockEv + 0x000000004015d0e0 0x2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d0e0 __gnu_cxx::__mutex::unlock() + *fill* 0x000000004015d10b 0x1 + .text._ZN12_GLOBAL__N_14pool4freeEPv$constprop$0 + 0x000000004015d10c 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .text._ZN12_GLOBAL__N_14pool8allocateEj$constprop$0 + 0x000000004015d17c 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + *fill* 0x000000004015d1de 0x2 + .text.__cxa_allocate_exception + 0x000000004015d1e0 0x36 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d1e0 __cxa_allocate_exception + *fill* 0x000000004015d216 0x2 + .text.__cxa_free_exception + 0x000000004015d218 0x27 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x000000004015d218 __cxa_free_exception + *fill* 0x000000004015d23f 0x1 + .text.startup._GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv + 0x000000004015d240 0x52 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + *fill* 0x000000004015d292 0x2 + .text.exit._GLOBAL__sub_D__ZN9__gnu_cxx9__freeresEv + 0x000000004015d294 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + *fill* 0x000000004015d2a2 0x2 + .text._ZL23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception + 0x000000004015d2a4 0x3f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + *fill* 0x000000004015d2e3 0x1 + .text.__cxa_init_primary_exception + 0x000000004015d2e4 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x000000004015d2e4 __cxa_init_primary_exception + *fill* 0x000000004015d316 0x2 + .text.__cxa_throw + 0x000000004015d318 0x3a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x000000004015d318 __cxa_throw + *fill* 0x000000004015d352 0x2 + .text._Z12abort_returnIiET_v + 0x000000004015d354 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + *fill* 0x000000004015d35d 0x3 + .text.__wrap__Unwind_Resume + 0x000000004015d360 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x000000004015d360 __wrap__Unwind_Resume + *fill* 0x000000004015d369 0x3 + .text.__wrap__Unwind_DeleteException + 0x000000004015d36c 0x9 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x000000004015d36c __wrap__Unwind_DeleteException + *fill* 0x000000004015d375 0x3 + .text.__wrap__Unwind_RaiseException + 0x000000004015d378 0x6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x9 (size before relaxing) + 0x000000004015d378 __wrap__Unwind_Resume_or_Rethrow + 0x000000004015d378 __wrap__Unwind_RaiseException + *fill* 0x000000004015d37e 0x2 + .text.__wrap___gxx_personality_v0 + 0x000000004015d380 0x6 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x9 (size before relaxing) + 0x000000004015d380 __wrap___gxx_personality_v0 + *fill* 0x000000004015d386 0x2 + .text.ram_set_pbus_mem + 0x000000004015d388 0x2e7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x307 (size before relaxing) + 0x000000004015d3cc ram_set_pbus_mem + *fill* 0x000000004015d66f 0x1 + .text.ram_start_tx_tone + 0x000000004015d670 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x86 (size before relaxing) + 0x000000004015d678 ram_start_tx_tone + *fill* 0x000000004015d6ee 0x2 + .text.ram_bb_tx_ht20_cen + 0x000000004015d6f0 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x30 (size before relaxing) + 0x000000004015d6f4 ram_bb_tx_ht20_cen + .text.ram_phy_get_noisefloor + 0x000000004015d718 0x46 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x4e (size before relaxing) + 0x000000004015d720 ram_phy_get_noisefloor + *fill* 0x000000004015d75e 0x2 + .text.ram_check_noise_floor + 0x000000004015d760 0xf2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x12a (size before relaxing) + 0x000000004015d768 ram_check_noise_floor + *fill* 0x000000004015d852 0x2 + .text.ram_bb_bss_bw_40_en + 0x000000004015d854 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x2a (size before relaxing) + 0x000000004015d858 ram_bb_bss_bw_40_en + *fill* 0x000000004015d87a 0x2 + .text.bt_txdc_cal$part$5 + 0x000000004015d87c 0xbd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xc5 (size before relaxing) + *fill* 0x000000004015d939 0x3 + .text.bt_txiq_cal$part$6 + 0x000000004015d93c 0xa6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xc6 (size before relaxing) + *fill* 0x000000004015d9e2 0x2 + .text.ram_gen_rx_gain_table + 0x000000004015d9e4 0x16b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x17b (size before relaxing) + 0x000000004015d9f4 ram_gen_rx_gain_table + *fill* 0x000000004015db4f 0x1 + .text.set_rx_gain_cal_iq + 0x000000004015db50 0x35f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x3bb (size before relaxing) + 0x000000004015db74 set_rx_gain_cal_iq + *fill* 0x000000004015deaf 0x1 + .text.rx_chan_dc_sort + 0x000000004015deb0 0x1c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1c7 (size before relaxing) + 0x000000004015deb0 rx_chan_dc_sort + *fill* 0x000000004015e073 0x1 + .text.set_rx_gain_cal_dc + 0x000000004015e074 0x3b2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x3fa (size before relaxing) + 0x000000004015e078 set_rx_gain_cal_dc + *fill* 0x000000004015e426 0x2 + .text.wr_rx_gain_mem + 0x000000004015e428 0x1df C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1f3 (size before relaxing) + 0x000000004015e430 wr_rx_gain_mem + *fill* 0x000000004015e607 0x1 + .text.set_rx_gain_testchip_70 + 0x000000004015e608 0x23c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x28c (size before relaxing) + 0x000000004015e61c set_rx_gain_testchip_70 + .text.bt_index_to_bb + 0x000000004015e844 0x16 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1a (size before relaxing) + 0x000000004015e844 bt_index_to_bb + *fill* 0x000000004015e85a 0x2 + .text.set_tx_gain_table_bt + 0x000000004015e85c 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x4b (size before relaxing) + 0x000000004015e864 set_tx_gain_table_bt + *fill* 0x000000004015e88f 0x1 + .text.set_chanfreq_nomac + 0x000000004015e890 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x2f (size before relaxing) + 0x000000004015e890 set_chanfreq_nomac + *fill* 0x000000004015e8b7 0x1 + .text.chip_sleep_prot_en + 0x000000004015e8b8 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x9e (size before relaxing) + 0x000000004015e8c4 chip_sleep_prot_en + *fill* 0x000000004015e936 0x2 + .text.chip_sleep_prot_dis + 0x000000004015e938 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x35 (size before relaxing) + 0x000000004015e93c chip_sleep_prot_dis + *fill* 0x000000004015e961 0x3 + .text.set_rx_sense + 0x000000004015e964 0x2dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x32c (size before relaxing) + 0x000000004015e9a0 set_rx_sense + .text.read_hw_noisefloor + 0x000000004015ec40 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1c (size before relaxing) + 0x000000004015ec40 read_hw_noisefloor + .text.noise_check_loop + 0x000000004015ec54 0x166 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x19a (size before relaxing) + 0x000000004015ec60 noise_check_loop + *fill* 0x000000004015edba 0x2 + .text.chip_v7_set_chan_misc + 0x000000004015edbc 0x97 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xab (size before relaxing) + 0x000000004015edd8 chip_v7_set_chan_misc + *fill* 0x000000004015ee53 0x1 + .text.set_rx_gain_table + 0x000000004015ee54 0x235 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x2c1 (size before relaxing) + 0x000000004015ee78 set_rx_gain_table + *fill* 0x000000004015f089 0x3 + .text.txiq_cal_init + 0x000000004015f08c 0xdc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xf4 (size before relaxing) + 0x000000004015f090 txiq_cal_init + .text.analog_gain_init + 0x000000004015f168 0xc3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xc7 (size before relaxing) + 0x000000004015f16c analog_gain_init + *fill* 0x000000004015f22b 0x1 + .text.bb_init 0x000000004015f22c 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x134 (size before relaxing) + 0x000000004015f244 bb_init + .text.register_chipv7_phy_init_param + 0x000000004015f2fc 0x225 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x229 (size before relaxing) + 0x000000004015f30c register_chipv7_phy_init_param + *fill* 0x000000004015f521 0x3 + .text.phy_get_romfunc_addr + 0x000000004015f524 0x31d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x321 (size before relaxing) + 0x000000004015f5dc phy_get_romfunc_addr + *fill* 0x000000004015f841 0x3 + .text.rf_cal_data_recovery + 0x000000004015f844 0xa2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xae (size before relaxing) + 0x000000004015f844 rf_cal_data_recovery + *fill* 0x000000004015f8e6 0x2 + .text.rf_cal_data_backup + 0x000000004015f8e8 0x186 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1a2 (size before relaxing) + 0x000000004015f8f8 rf_cal_data_backup + *fill* 0x000000004015fa6e 0x2 + .text.phy_get_rf_cal_version + 0x000000004015fa70 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000004015fa74 phy_get_rf_cal_version + .text.i2cmst_reg_init + 0x000000004015fa7c 0x97 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xcf (size before relaxing) + 0x000000004015fa84 i2cmst_reg_init + *fill* 0x000000004015fb13 0x1 + .text.fe_reg_init + 0x000000004015fb14 0xc3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x103 (size before relaxing) + 0x000000004015fb28 fe_reg_init + *fill* 0x000000004015fbd7 0x1 + .text.get_phy_version_str + 0x000000004015fbd8 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x3b (size before relaxing) + 0x000000004015fbec get_phy_version_str + *fill* 0x000000004015fc08 0x0 + .text.phy_rfcal_data_check_value + 0x000000004015fc08 0x313 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x31f (size before relaxing) + 0x000000004015fc24 phy_rfcal_data_check_value + *fill* 0x000000004015ff1b 0x1 + .text.reset_rf_dig + 0x000000004015ff1c 0x7e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xa6 (size before relaxing) + 0x000000004015ff24 reset_rf_dig + *fill* 0x000000004015ff9a 0x2 + .text.register_chipv7_phy + 0x000000004015ff9c 0x2bf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x35b (size before relaxing) + 0x000000004015ffd0 register_chipv7_phy + *fill* 0x000000004016025b 0x1 + .text.phy_set_most_tpw + 0x000000004016025c 0x49 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x55 (size before relaxing) + 0x0000000040160268 phy_set_most_tpw + *fill* 0x00000000401602a5 0x3 + .text.chan14_mic_cfg + 0x00000000401602a8 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x11e (size before relaxing) + 0x00000000401602b8 chan14_mic_cfg + *fill* 0x000000004016039e 0x2 + .text.phy_enable_low_rate + 0x00000000401603a0 0x62 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x00000000401603ac phy_enable_low_rate + *fill* 0x0000000040160402 0x2 + .text.phy_disable_low_rate + 0x0000000040160404 0x56 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x0000000040160404 phy_disable_low_rate + *fill* 0x000000004016045a 0x2 + .text.phy_init_param_set + 0x000000004016045c 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x15 (size before relaxing) + 0x000000004016045c phy_init_param_set + *fill* 0x000000004016046d 0x3 + .text.phy_change_channel_nomac + 0x0000000040160470 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + 0x17 (size before relaxing) + 0x0000000040160470 phy_change_channel_nomac + *fill* 0x0000000040160480 0x0 + .text.ram_index_to_txbbgain + 0x0000000040160480 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x0000000040160484 ram_index_to_txbbgain + *fill* 0x000000004016049e 0x2 + .text.ram_txdc_cal_v70 + 0x00000000401604a0 0x1c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1eb (size before relaxing) + 0x00000000401604b4 ram_txdc_cal_v70 + *fill* 0x0000000040160663 0x1 + .text.txcal_debuge_mode + 0x0000000040160664 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x67 (size before relaxing) + 0x0000000040160664 txcal_debuge_mode + *fill* 0x00000000401606bf 0x1 + .text.ram_txcal_work_mode + 0x00000000401606c0 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x32 (size before relaxing) + 0x00000000401606c0 ram_txcal_work_mode + *fill* 0x00000000401606ee 0x2 + .text.ram_get_fm_sar_dout + 0x00000000401606f0 0xa1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0xb5 (size before relaxing) + 0x00000000401606f4 ram_get_fm_sar_dout + *fill* 0x0000000040160791 0x3 + .text.ram_txiq_get_mis_pwr + 0x0000000040160794 0xdc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x100 (size before relaxing) + 0x00000000401607a0 ram_txiq_get_mis_pwr + .text.ram_txiq_cover + 0x0000000040160870 0x187 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x18b (size before relaxing) + 0x0000000040160870 ram_txiq_cover + *fill* 0x00000000401609f7 0x1 + .text.rfcal_txiq + 0x00000000401609f8 0x1dd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x21d (size before relaxing) + 0x00000000401609f8 rfcal_txiq + *fill* 0x0000000040160bd5 0x3 + .text.ram_iq_est_enable + 0x0000000040160bd8 0xab C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0xcf (size before relaxing) + 0x0000000040160bec ram_iq_est_enable + *fill* 0x0000000040160c83 0x1 + .text.ram_iq_est_disable + 0x0000000040160c84 0x34 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x44 (size before relaxing) + 0x0000000040160c84 ram_iq_est_disable + .text.ram_dc_iq_est + 0x0000000040160cb8 0x76 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x92 (size before relaxing) + 0x0000000040160cb8 ram_dc_iq_est + *fill* 0x0000000040160d2e 0x2 + .text.ram_pbus_rx_dco_cal + 0x0000000040160d30 0x2ff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x323 (size before relaxing) + 0x0000000040160d44 ram_pbus_rx_dco_cal + *fill* 0x000000004016102f 0x1 + .text.rxdc_est_min + 0x0000000040161030 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x68 (size before relaxing) + 0x0000000040161030 rxdc_est_min + .text.pbus_rx_dco_cal_1step + 0x0000000040161094 0x679 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x699 (size before relaxing) + 0x0000000040161094 pbus_rx_dco_cal_1step + *fill* 0x000000004016170d 0x3 + .text.rc_cal 0x0000000040161710 0x2ae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x2ca (size before relaxing) + 0x0000000040161724 rc_cal + *fill* 0x00000000401619be 0x2 + .text.ram_rfcal_txcap + 0x00000000401619c0 0x1f4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x204 (size before relaxing) + 0x00000000401619c8 ram_rfcal_txcap + .text.tx_cap_init + 0x0000000040161bb4 0x180 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1a8 (size before relaxing) + 0x0000000040161bbc tx_cap_init + .text.ram_meas_tone_pwr_db + 0x0000000040161d34 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x5d (size before relaxing) + 0x0000000040161d34 ram_meas_tone_pwr_db + *fill* 0x0000000040161d89 0x3 + .text.ram_rfcal_pwrctrl + 0x0000000040161d8c 0x24e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x25a (size before relaxing) + 0x0000000040161d90 ram_rfcal_pwrctrl + *fill* 0x0000000040161fda 0x2 + .text.ram_tx_pwr_backoff + 0x0000000040161fdc 0x20d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x225 (size before relaxing) + 0x0000000040161fdc ram_tx_pwr_backoff + *fill* 0x00000000401621e9 0x3 + .text.cal_rf_ana_gain + 0x00000000401621ec 0xdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0xff (size before relaxing) + 0x00000000401621f8 cal_rf_ana_gain + *fill* 0x00000000401622cb 0x1 + .text.tx_pwctrl_init_cal + 0x00000000401622cc 0x181 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1c1 (size before relaxing) + 0x00000000401622d8 tx_pwctrl_init_cal + *fill* 0x000000004016244d 0x3 + .text.tx_pwctrl_init + 0x0000000040162450 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0xc8 (size before relaxing) + 0x0000000040162454 tx_pwctrl_init + .text.bt_tx_pwctrl_init + 0x00000000401624ec 0x1ea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x23e (size before relaxing) + 0x00000000401624fc bt_tx_pwctrl_init + *fill* 0x00000000401626d6 0x2 + .text.ram_phy_get_vdd33 + 0x00000000401626d8 0x190 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1dc (size before relaxing) + 0x00000000401626f8 ram_phy_get_vdd33 + .text.txpwr_offset + 0x0000000040162868 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0xa4 (size before relaxing) + 0x0000000040162874 txpwr_offset + .text.ram_pbus_force_mode + 0x00000000401628f8 0xd2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x116 (size before relaxing) + 0x0000000040162900 ram_pbus_force_mode + *fill* 0x00000000401629ca 0x2 + .text.ram_pbus_xpd_tx_on + 0x00000000401629cc 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xa8 (size before relaxing) + 0x00000000401629d0 ram_pbus_xpd_tx_on + .text.ram_restart_cal + 0x0000000040162a70 0x5e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x62 (size before relaxing) + 0x0000000040162a70 ram_restart_cal + *fill* 0x0000000040162ace 0x2 + .text.ram_wait_rfpll_cal_end + 0x0000000040162ad0 0x44 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x50 (size before relaxing) + 0x0000000040162ad4 ram_wait_rfpll_cal_end + .text.ram_rfpll_set_freq + 0x0000000040162b14 0xae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xc5 (size before relaxing) + 0x0000000040162b2c ram_rfpll_set_freq + *fill* 0x0000000040162bc2 0x2 + .text.get_lna_vga_dcap_val + 0x0000000040162bc4 0x64 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x68 (size before relaxing) + 0x0000000040162bcc get_lna_vga_dcap_val + .text.chip_v7_rxmax_ext_ana + 0x0000000040162c28 0x9a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xa6 (size before relaxing) + 0x0000000040162c2c chip_v7_rxmax_ext_ana + *fill* 0x0000000040162cc2 0x2 + .text.phy_freq_correct_opt + 0x0000000040162cc4 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x6b (size before relaxing) + 0x0000000040162cd0 phy_freq_correct_opt + *fill* 0x0000000040162d1f 0x1 + .text.i2c_bias_init + 0x0000000040162d20 0x33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x37 (size before relaxing) + 0x0000000040162d24 i2c_bias_init + *fill* 0x0000000040162d53 0x1 + .text.rfpll_1p2_opt + 0x0000000040162d54 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x7b (size before relaxing) + 0x0000000040162d58 rfpll_1p2_opt + *fill* 0x0000000040162dc7 0x1 + .text.get_rf_freq_cap + 0x0000000040162dc8 0xa3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xaf (size before relaxing) + 0x0000000040162dc8 get_rf_freq_cap + *fill* 0x0000000040162e6b 0x1 + .text.correct_rfpll_offset + 0x0000000040162e6c 0x10f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x133 (size before relaxing) + 0x0000000040162e74 correct_rfpll_offset + *fill* 0x0000000040162f7b 0x1 + .text.wr_rf_freq_mem + 0x0000000040162f7c 0x6f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x83 (size before relaxing) + 0x0000000040162f7c wr_rf_freq_mem + *fill* 0x0000000040162feb 0x1 + .text.write_freq_mem_all + 0x0000000040162fec 0x96 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xaa (size before relaxing) + 0x0000000040162fec write_freq_mem_all + *fill* 0x0000000040163082 0x2 + .text.get_rfrx_dcap_bt + 0x0000000040163084 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x3a (size before relaxing) + 0x0000000040163084 get_rfrx_dcap_bt + *fill* 0x00000000401630ba 0x2 + .text.get_rf_freq_init$part$2 + 0x00000000401630bc 0x12f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x163 (size before relaxing) + *fill* 0x00000000401631eb 0x1 + .text.bt_i2c_write_set + 0x00000000401631ec 0x5d8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x630 (size before relaxing) + 0x0000000040163254 bt_i2c_write_set + .text.bt_i2c_set_wifi_data + 0x00000000401637c4 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x102 (size before relaxing) + 0x00000000401637d8 bt_i2c_set_wifi_data + *fill* 0x00000000401638ba 0x2 + .text.tsens_read_init + 0x00000000401638bc 0x65 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x85 (size before relaxing) + 0x00000000401638c4 tsens_read_init + *fill* 0x0000000040163921 0x3 + .text.bt_get_i2c_data + 0x0000000040163924 0x44c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x450 (size before relaxing) + 0x0000000040163928 bt_get_i2c_data + .text.write_wifi_chan_data + 0x0000000040163d70 0xdc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xf8 (size before relaxing) + 0x0000000040163d78 write_wifi_chan_data + .text.set_chan_freq_hw_init + 0x0000000040163e4c 0xa4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xdc (size before relaxing) + 0x0000000040163e54 set_chan_freq_hw_init + .text.rf_init 0x0000000040163ef0 0x86 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0xaa (size before relaxing) + 0x0000000040163ef8 rf_init + *fill* 0x0000000040163f76 0x2 + .text.set_chan_freq_sw_start + 0x0000000040163f78 0x1c3 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x22b (size before relaxing) + 0x0000000040163f88 set_chan_freq_sw_start + *fill* 0x000000004016413b 0x1 + .text.set_channel_rfpll_freq + 0x000000004016413c 0xd1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x109 (size before relaxing) + 0x0000000040164148 set_channel_rfpll_freq + *fill* 0x000000004016420d 0x3 + .text.chip_v7_set_chan_nomac + 0x0000000040164210 0xf1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x128 (size before relaxing) + 0x0000000040164224 chip_v7_set_chan_nomac + *fill* 0x0000000040164301 0x3 + .text.chip_v7_set_chan + 0x0000000040164304 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x2f (size before relaxing) + 0x0000000040164304 chip_v7_set_chan + *fill* 0x000000004016431f 0x1 + .text.chip_v7_set_chan_offset + 0x0000000040164320 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x8a (size before relaxing) + 0x0000000040164320 chip_v7_set_chan_offset + *fill* 0x0000000040164386 0x2 + .text.chip_v7_set_chan_ana + 0x0000000040164388 0x1f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x2f (size before relaxing) + 0x0000000040164388 chip_v7_set_chan_ana + *fill* 0x00000000401643a7 0x1 + .text 0x00000000401643a8 0x120 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + 0x00000000401643a8 ceil + .text 0x00000000401644c8 0x126 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + 0x00000000401644c8 floor + *fill* 0x00000000401645ee 0x2 + .text 0x00000000401645f0 0xa8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + 0x00000000401645f0 _asprintf_r + 0x000000004016463c asprintf + .text 0x0000000040164698 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + 0x0000000040164698 __errno + *fill* 0x00000000401646a5 0x3 + .text 0x00000000401646a8 0x108 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + 0x00000000401646a8 _fopen_r + 0x000000004016479c fopen + .text 0x00000000401647b0 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0x00000000401647b0 _fseek_r + 0x00000000401647c8 fseek + *fill* 0x00000000401647e1 0x3 + .text 0x00000000401647e4 0x3c2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + 0x00000000401647e4 _fseeko_r + 0x0000000040164b90 fseeko + *fill* 0x0000000040164ba6 0x2 + .text 0x0000000040164ba8 0x2bf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + 0x0000000040164ba8 __sfvwrite_r + *fill* 0x0000000040164e67 0x1 + .text 0x0000000040164e68 0x10f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + 0x0000000040164e68 __swhatbuf_r + 0x0000000040164ed8 __smakebuf_r + *fill* 0x0000000040164f77 0x1 + .text 0x0000000040164f78 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x0000000040164f78 _printf_r + 0x0000000040164fb0 printf + .text 0x0000000040164ff0 0xea c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + 0x0000000040164ff0 _puts_r + 0x00000000401650c8 puts + *fill* 0x00000000401650da 0x2 + .text 0x00000000401650dc 0xfc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x00000000401650dc cleanup_glue + 0x00000000401650f4 _reclaim_reent + .text 0x00000000401651d8 0x15d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + 0x00000000401651fc __srefill_r + *fill* 0x0000000040165335 0x3 + .text 0x0000000040165338 0xd9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0x0000000040165338 _snprintf_r + 0x00000000401653a0 snprintf + *fill* 0x0000000040165411 0x3 + .text 0x0000000040165414 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + 0x0000000040165414 _sprintf_r + 0x000000004016545c sprintf + *fill* 0x00000000401654b7 0x1 + .text 0x00000000401654b8 0xc2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + 0x00000000401654b8 sscanf + 0x0000000040165520 _sscanf_r + *fill* 0x000000004016557a 0x2 + .text 0x000000004016557c 0x242 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + 0x000000004016557c _strerror_r + 0x0000000040165790 strerror + 0x00000000401657a8 strerror_l + *fill* 0x00000000401657be 0x2 + .text 0x00000000401657c0 0xfd6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0x00000000401657f4 _strtod_l + 0x00000000401665f8 _strtod_r + 0x0000000040166610 strtod_l + 0x0000000040166628 strtod + 0x0000000040166644 strtof_l + 0x00000000401666ec strtof + *fill* 0x0000000040166796 0x2 + .text 0x0000000040166798 0x34ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0x0000000040166c6c _svfprintf_r + *fill* 0x0000000040169c52 0x2 + .text 0x0000000040169c54 0x2412 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x0000000040169ca4 __ssvfscanf_r + *fill* 0x000000004016c066 0x2 + .text 0x000000004016c068 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + 0x000000004016c068 gettimeofday + .text 0x000000004016c080 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + 0x000000004016c080 stat + .text 0x000000004016c098 0x2e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + 0x000000004016c098 time + *fill* 0x000000004016c0c6 0x2 + .text 0x000000004016c0c8 0x36b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + 0x000000004016c59c _vfprintf_r + 0x000000004016f6c4 vfprintf + *fill* 0x000000004016f77e 0x2 + .text 0x000000004016f780 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x000000004016f780 vprintf + 0x000000004016f7b4 _vprintf_r + *fill* 0x000000004016f7e2 0x2 + .text 0x000000004016f7e4 0x81 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x000000004016f7e4 _vsnprintf_r + 0x000000004016f83c vsnprintf + *fill* 0x000000004016f865 0x3 + .text 0x000000004016f868 0xfb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + 0x000000004016f868 __swsetup_r + *fill* 0x000000004016f963 0x1 + .text 0x000000004016f964 0xe88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + 0x000000004016faa4 _dtoa_r + .text 0x00000000401707ec 0x567 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + 0x0000000040170890 __hexdig_fun + 0x00000000401708cc __gethex + *fill* 0x0000000040170d53 0x1 + .text 0x0000000040170d54 0x1d4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x0000000040170d9c __match + 0x0000000040170dcc __hexnan + .text 0x0000000040170f28 0x11 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0x0000000040170f28 iswspace + *fill* 0x0000000040170f39 0x3 + .text 0x0000000040170f3c 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + 0x0000000040170f3c iswspace_l + .text 0x0000000040170f58 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x0000000040170f58 _setlocale_r + 0x0000000040170f8c __locale_mb_cur_max + 0x0000000040170f9c setlocale + .text 0x0000000040170fb0 0x2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x0000000040170fb0 __localeconv_l + 0x0000000040170fbc _localeconv_r + 0x0000000040170fcc localeconv + *fill* 0x0000000040170fdb 0x1 + .text 0x0000000040170fdc 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + 0x0000000040170fdc _mbrtowc_r + 0x0000000040171014 mbrtowc + .text 0x000000004017102c 0x3e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x000000004017102c _mbtowc_r + 0x0000000040171048 __ascii_mbtowc + *fill* 0x000000004017106a 0x2 + .text 0x000000004017106c 0xa2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x000000004017106c _Balloc + 0x00000000401710f8 _Bfree + 0x0000000040171138 __multadd + 0x00000000401711c0 __s2b + 0x0000000040171258 __hi0bits + 0x00000000401712a8 __lo0bits + 0x0000000040171318 __i2b + 0x0000000040171340 __multiply + 0x00000000401714b4 __pow5mult + 0x000000004017155c __lshift + 0x000000004017165c __mcmp + 0x0000000040171698 __mdiff + 0x00000000401717cc __ulp + 0x0000000040171818 __b2d + 0x00000000401718c4 __d2b + 0x0000000040171974 __ratio + 0x00000000401719c8 _mprec_log10 + 0x00000000401719fc __copybits + 0x0000000040171a48 __any_on + .text 0x0000000040171a98 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + 0x0000000040171a98 frexp + *fill* 0x0000000040171afa 0x2 + .text 0x0000000040171afc 0xb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + 0x0000000040171afc nan + *fill* 0x0000000040171b07 0x1 + .text 0x0000000040171b08 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + 0x0000000040171b08 nanf + .text 0x0000000040171b10 0x1b0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x0000000040171c7c _strtoll_r + 0x0000000040171c90 strtoll_l + 0x0000000040171ca8 strtoll + .text 0x0000000040171cc0 0x1a8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x0000000040171e24 _strtoull_r + 0x0000000040171e38 strtoull_l + 0x0000000040171e50 strtoull + .text 0x0000000040171e68 0x233a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + 0x000000004017233c __ssprint_r + 0x000000004017244c _svfiprintf_r + *fill* 0x00000000401741a2 0x2 + .text 0x00000000401741a4 0x202a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + 0x00000000401741f4 _sungetc_r + 0x0000000040174270 __ssrefill_r + 0x00000000401742b0 _sfread_r + 0x0000000040174320 __ssvfiscanf_r + *fill* 0x00000000401761ce 0x2 + .text 0x00000000401761d0 0x249a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + 0x00000000401766a4 __sprint_r + 0x00000000401766c8 _vfiprintf_r + 0x00000000401785ac vfiprintf + *fill* 0x000000004017866a 0x2 + .text.mutexattr_check + 0x000000004017866c 0x11 esp-idf/pthread/libpthread.a(pthread.c.obj) + *fill* 0x000000004017867d 0x0 + *fill* 0x000000004017867d 0x0 + *fill* 0x000000004017867d 0x0 + *fill* 0x000000004017867d 0x3 + .text.pthread_include_pthread_impl + 0x0000000040178680 0x5 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0x0000000040178680 pthread_include_pthread_impl + *fill* 0x0000000040178685 0x3 + .text.pthread_include_pthread_cond_var_impl + 0x0000000040178688 0x5 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x0000000040178688 pthread_include_pthread_cond_var_impl + *fill* 0x000000004017868d 0x3 + .text.find_value + 0x0000000040178690 0x14 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + *fill* 0x00000000401786a4 0x0 + *fill* 0x00000000401786a4 0x0 + *fill* 0x00000000401786a4 0x0 + *fill* 0x00000000401786a4 0x0 + *fill* 0x00000000401786a4 0x0 + .text.pthread_include_pthread_local_storage_impl + 0x00000000401786a4 0x5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x00000000401786a4 pthread_include_pthread_local_storage_impl + *fill* 0x00000000401786a9 0x3 + .text.pthread_include_pthread_rwlock_impl + 0x00000000401786ac 0x5 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x00000000401786ac pthread_include_pthread_rwlock_impl + *fill* 0x00000000401786b1 0x3 + .text.pthread_include_pthread_semaphore_impl + 0x00000000401786b4 0x5 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x00000000401786b4 pthread_include_pthread_semaphore_impl + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x0 + *fill* 0x00000000401786b9 0x3 + .text.__esp_system_init_fn_init_components0 + 0x00000000401786bc 0x7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + *fill* 0x00000000401786c3 0x0 + *fill* 0x00000000401786c3 0x0 + *fill* 0x00000000401786c3 0x0 + *fill* 0x00000000401786c3 0x1 + .text.__cxx_eh_arena_size_get + 0x00000000401786c4 0x7 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x00000000401786c4 __cxx_eh_arena_size_get + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x0 + *fill* 0x00000000401786cb 0x1 + .text.panic_get_address + 0x00000000401786cc 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000401786cc panic_get_address + *fill* 0x00000000401786d3 0x1 + .text.panic_get_cause + 0x00000000401786d4 0x8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000401786d4 panic_get_cause + .text.panic_set_address + 0x00000000401786dc 0x7 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x00000000401786dc panic_set_address + *fill* 0x00000000401786e3 0x0 + *fill* 0x00000000401786e3 0x0 + *fill* 0x00000000401786e3 0x0 + *fill* 0x00000000401786e3 0x0 + *fill* 0x00000000401786e3 0x0 + *fill* 0x00000000401786e3 0x1 + .text.heap_caps_match + 0x00000000401786e4 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x00000000401786e4 heap_caps_match + *fill* 0x0000000040178714 0x0 + *fill* 0x0000000040178714 0x0 + *fill* 0x0000000040178714 0x0 + *fill* 0x0000000040178714 0x0 + *fill* 0x0000000040178714 0x0 + .text.s_compare_reserved_regions + 0x0000000040178714 0xc esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + *fill* 0x0000000040178720 0x0 + .text.esp_intr_get_cpu + 0x0000000040178720 0xc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0x0000000040178720 esp_intr_get_cpu + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + *fill* 0x000000004017872c 0x0 + .text.pthread_setcancelstate + 0x000000004017872c 0x7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x000000004017872c pthread_setcancelstate + *fill* 0x0000000040178733 0x1 + .text.newlib_include_pthread_impl + 0x0000000040178734 0x5 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x0000000040178734 newlib_include_pthread_impl + *fill* 0x0000000040178739 0x0 + *fill* 0x0000000040178739 0x0 + *fill* 0x0000000040178739 0x3 + .text.syscall_not_implemented + 0x000000004017873c 0xb esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x000000004017873c _kill_r + 0x000000004017873c _system_r + 0x000000004017873c _isatty_r + 0x000000004017873c _getpid_r + *fill* 0x0000000040178747 0x0 + *fill* 0x0000000040178747 0x1 + .text.newlib_include_syscalls_impl + 0x0000000040178748 0x5 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x0000000040178748 newlib_include_syscalls_impl + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x0 + *fill* 0x000000004017874d 0x3 + .text.__cxa_guard_dummy + 0x0000000040178750 0x5 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x0000000040178750 __cxa_guard_dummy + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x0 + *fill* 0x0000000040178755 0x3 + .text.include_esp_phy_override + 0x0000000040178758 0x5 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x0000000040178758 include_esp_phy_override + *fill* 0x000000004017875d 0x3 + .text.esp_vfs_safe_fd_isset + 0x0000000040178760 0x42 esp-idf/vfs/libvfs.a(vfs.c.obj) + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x0 + *fill* 0x00000000401787a2 0x2 + .text.vfs_include_syscalls_impl + 0x00000000401787a4 0x5 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x00000000401787a4 vfs_include_syscalls_impl + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x0 + *fill* 0x00000000401787a9 0x3 + .text.rmt_encode_led_strip + 0x00000000401787ac 0x6c esp-idf/main/libmain.a(led_strip_encoder.c.obj) + *fill* 0x0000000040178818 0x0 + .text.get_decimal_point + 0x0000000040178818 0x7 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x000000004017881f 0x1 + .text.parse_hex4 + 0x0000000040178820 0x57 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x0000000040178877 0x0 + *fill* 0x0000000040178877 0x1 + .text.buffer_skip_whitespace + 0x0000000040178878 0x38 esp-idf/json/libjson.a(cJSON.c.obj) + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + *fill* 0x00000000401788b0 0x0 + .text.cJSON_IsNumber + 0x00000000401788b0 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000401788b0 cJSON_IsNumber + *fill* 0x00000000401788c9 0x3 + .text.cJSON_IsString + 0x00000000401788cc 0x19 esp-idf/json/libjson.a(cJSON.c.obj) + 0x00000000401788cc cJSON_IsString + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x0 + *fill* 0x00000000401788e5 0x3 + .text.set_message_header_size + 0x00000000401788e8 0xb esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x00000000401788f3 0x1 + .text.fail_message + 0x00000000401788f4 0xd esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + *fill* 0x0000000040178901 0x0 + *fill* 0x0000000040178901 0x3 + .text.mqtt_get_total_length + 0x0000000040178904 0x37 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040178904 mqtt_get_total_length + *fill* 0x000000004017893b 0x1 + .text.mqtt_get_publish_topic + 0x000000004017893c 0x4c esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x000000004017893c mqtt_get_publish_topic + .text.mqtt_get_publish_data + 0x0000000040178988 0x8e esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040178988 mqtt_get_publish_data + *fill* 0x0000000040178a16 0x2 + .text.mqtt_get_suback_data + 0x0000000040178a18 0x18 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040178a18 mqtt_get_suback_data + .text.mqtt_get_id + 0x0000000040178a30 0xba esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x0000000040178a30 mqtt_get_id + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x0 + *fill* 0x0000000040178aea 0x2 + .text.outbox_get + 0x0000000040178aec 0x16 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040178aec outbox_get + *fill* 0x0000000040178b02 0x2 + .text.outbox_dequeue + 0x0000000040178b04 0x23 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040178b04 outbox_dequeue + *fill* 0x0000000040178b27 0x0 + *fill* 0x0000000040178b27 0x1 + .text.outbox_item_get_data + 0x0000000040178b28 0x1a esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040178b28 outbox_item_get_data + *fill* 0x0000000040178b42 0x0 + *fill* 0x0000000040178b42 0x0 + *fill* 0x0000000040178b42 0x2 + .text.outbox_item_get_pending + 0x0000000040178b44 0xe esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x0000000040178b44 outbox_item_get_pending + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x0 + *fill* 0x0000000040178b52 0x2 + .text.vfs_spiffs_get_mtime + 0x0000000040178b54 0x26 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x0 + *fill* 0x0000000040178b7a 0x2 + .text.SPIFFS_errno + 0x0000000040178b7c 0x8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040178b7c SPIFFS_errno + .text.SPIFFS_clearerr + 0x0000000040178b84 0xa esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x0000000040178b84 SPIFFS_clearerr + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x0 + *fill* 0x0000000040178b8e 0x2 + .text.spiffs_cache_page_get + 0x0000000040178b90 0x4b esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040178bdb 0x1 + .text.spiffs_cache_page_free + 0x0000000040178bdc 0x6e esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040178c4a 0x2 + .text.spiffs_cache_page_allocate + 0x0000000040178c4c 0x45 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + *fill* 0x0000000040178c91 0x0 + *fill* 0x0000000040178c91 0x3 + .text.spiffs_cache_page_get_by_fd + 0x0000000040178c94 0x48 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x0000000040178c94 spiffs_cache_page_get_by_fd + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + *fill* 0x0000000040178cdc 0x0 + .text.esp_efuse_get_field_size + 0x0000000040178cdc 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x0000000040178cdc esp_efuse_get_field_size + *fill* 0x0000000040178d02 0x0 + *fill* 0x0000000040178d02 0x2 + .text.get_mask + 0x0000000040178d04 0x1e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040178d22 0x2 + .text.get_reg_num + 0x0000000040178d24 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.get_starting_bit_num_in_reg + 0x0000000040178d48 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040178d62 0x2 + .text.get_count_bits_in_reg + 0x0000000040178d64 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + *fill* 0x0000000040178d92 0x0 + *fill* 0x0000000040178d92 0x2 + .text.esp_efuse_utility_get_number_of_items + 0x0000000040178d94 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000040178d94 esp_efuse_utility_get_number_of_items + *fill* 0x0000000040178daa 0x0 + *fill* 0x0000000040178daa 0x0 + *fill* 0x0000000040178daa 0x0 + *fill* 0x0000000040178daa 0x0 + *fill* 0x0000000040178daa 0x2 + .text.esp_efuse_utility_check_errors + 0x0000000040178dac 0x7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x0000000040178dac esp_efuse_utility_check_errors + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x0 + *fill* 0x0000000040178db3 0x1 + .text.rmt_get_isr_flags + 0x0000000040178db4 0x1e esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x0000000040178db4 rmt_get_isr_flags + *fill* 0x0000000040178dd2 0x2 + .text.rmt_bytes_encoder_reset + 0x0000000040178dd4 0xd esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x0000000040178de1 0x3 + .text.rmt_copy_encoder_reset + 0x0000000040178de4 0xb esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x0 + *fill* 0x0000000040178def 0x1 + .text.esp_pm_lock_delete + 0x0000000040178df0 0x8 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x0000000040178df0 esp_pm_lock_delete + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + *fill* 0x0000000040178df8 0x0 + .text.s_mem_caps_check + 0x0000000040178df8 0x1a esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x0000000040178e12 0x2 + .text.s_find_available_region + 0x0000000040178e14 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .text.s_is_enclosed + 0x0000000040178e44 0x1d esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x0000000040178e61 0x3 + .text.s_is_overlapped + 0x0000000040178e64 0x35 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x0 + *fill* 0x0000000040178e99 0x3 + .text.uart_hal_get_sclk + 0x0000000040178e9c 0x18 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178e9c uart_hal_get_sclk + *fill* 0x0000000040178eb4 0x0 + *fill* 0x0000000040178eb4 0x0 + .text.uart_hal_set_stop_bits + 0x0000000040178eb4 0x5d esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178eb4 uart_hal_set_stop_bits + *fill* 0x0000000040178f11 0x3 + .text.uart_hal_get_stop_bits + 0x0000000040178f14 0x2c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178f14 uart_hal_get_stop_bits + .text.uart_hal_set_data_bit_num + 0x0000000040178f40 0x1f esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178f40 uart_hal_set_data_bit_num + *fill* 0x0000000040178f5f 0x1 + .text.uart_hal_get_data_bit_num + 0x0000000040178f60 0x11 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178f60 uart_hal_get_data_bit_num + *fill* 0x0000000040178f71 0x3 + .text.uart_hal_set_parity + 0x0000000040178f74 0x35 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178f74 uart_hal_set_parity + *fill* 0x0000000040178fa9 0x3 + .text.uart_hal_get_parity + 0x0000000040178fac 0x26 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x0000000040178fac uart_hal_get_parity + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x0 + *fill* 0x0000000040178fd2 0x2 + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZL18nvs_find_ns_handlemPPN3nvs15NVSHandleSimpleEEUlRS1_E_EEET_SE_SE_T0_ + 0x0000000040178fd4 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x0000000040178fe6 0x0 + *fill* 0x0000000040178fe6 0x2 + .text._ZSt9__find_ifIN14intrusive_listI14NVSHandleEntryE8iteratorEN9__gnu_cxx5__ops10_Iter_predIZ9nvs_closeEUlRS1_E_EEET_SA_SA_T0_ + 0x0000000040178fe8 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + *fill* 0x0000000040178ffa 0x0 + *fill* 0x0000000040178ffa 0x0 + *fill* 0x0000000040178ffa 0x0 + *fill* 0x0000000040178ffa 0x0 + *fill* 0x0000000040178ffa 0x2 + .text._ZN14NVSHandleEntryD2Ev + 0x0000000040178ffc 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040178ffc NVSHandleEntry::~NVSHandleEntry() + 0x0000000040178ffc NVSHandleEntry::~NVSHandleEntry() + *fill* 0x000000004017900c 0x0 + *fill* 0x000000004017900c 0x0 + *fill* 0x000000004017900c 0x0 + .text._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE + 0x000000004017900c 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000004017900c intrusive_list::erase(intrusive_list::iterator) + *fill* 0x000000004017902e 0x0 + *fill* 0x000000004017902e 0x0 + *fill* 0x000000004017902e 0x0 + *fill* 0x000000004017902e 0x2 + .text._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ + 0x0000000040179030 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040179030 intrusive_list::push_back(NVSHandleEntry*) + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x0 + *fill* 0x0000000040179051 0x3 + .text._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x0000000040179054 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040179054 int nvs::NVSHandle::set_item(char const*, signed char) + *fill* 0x0000000040179070 0x0 + .text._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x0000000040179070 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x0000000040179070 int nvs::NVSHandle::set_item(char const*, unsigned char) + *fill* 0x000000004017908c 0x0 + .text._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x000000004017908c 0x1c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000004017908c int nvs::NVSHandle::set_item(char const*, unsigned short) + *fill* 0x00000000401790a8 0x0 + .text._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ + 0x00000000401790a8 0x1a esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401790a8 int nvs::NVSHandle::set_item(char const*, unsigned long) + *fill* 0x00000000401790c2 0x0 + *fill* 0x00000000401790c2 0x2 + .text._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x00000000401790c4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401790c4 int nvs::NVSHandle::get_item(char const*, signed char&) + *fill* 0x00000000401790dc 0x0 + .text._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x00000000401790dc 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401790dc int nvs::NVSHandle::get_item(char const*, unsigned char&) + *fill* 0x00000000401790f4 0x0 + .text._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x00000000401790f4 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x00000000401790f4 int nvs::NVSHandle::get_item(char const*, unsigned short&) + *fill* 0x000000004017910c 0x0 + .text._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ + 0x000000004017910c 0x18 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x000000004017910c int nvs::NVSHandle::get_item(char const*, unsigned long&) + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + *fill* 0x0000000040179124 0x0 + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ + 0x0000000040179124 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x0000000040179124 intrusive_list::push_back(nvs::Storage::BlobIndexNode*) + *fill* 0x0000000040179145 0x3 + .text._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE + 0x0000000040179148 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x0000000040179148 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x000000004017916a 0x0 + *fill* 0x000000004017916a 0x2 + .text._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb + 0x000000004017916c 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x000000004017916c CompressedEnumTable::set(unsigned int, bool) + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ + 0x00000000401791a4 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000401791a4 intrusive_list::push_back(nvs::Storage::NamespaceEntry*) + *fill* 0x00000000401791c5 0x0 + *fill* 0x00000000401791c5 0x3 + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ + 0x00000000401791c8 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000401791c8 intrusive_list::push_back(nvs::Storage::UsedPageNode*) + *fill* 0x00000000401791e9 0x0 + *fill* 0x00000000401791e9 0x0 + *fill* 0x00000000401791e9 0x3 + .text._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE + 0x00000000401791ec 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x00000000401791ec intrusive_list::erase(intrusive_list::iterator) + *fill* 0x000000004017920e 0x0 + *fill* 0x000000004017920e 0x0 + *fill* 0x000000004017920e 0x0 + *fill* 0x000000004017920e 0x0 + *fill* 0x000000004017920e 0x2 + .text._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE + 0x0000000040179210 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x0000000040179210 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x0 + *fill* 0x0000000040179232 0x2 + .text._ZNK3nvs15NVSHandleSimple18get_partition_nameEv + 0x0000000040179234 0x12 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x0000000040179234 nvs::NVSHandleSimple::get_partition_name() const + *fill* 0x0000000040179246 0x0 + *fill* 0x0000000040179246 0x2 + .text._ZN3nvs12NVSPartition18get_partition_nameEv + 0x0000000040179248 0xa esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x0000000040179248 nvs::NVSPartition::get_partition_name() + *fill* 0x0000000040179252 0x2 + .text._ZN3nvs12NVSPartition11get_addressEv + 0x0000000040179254 0x9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x0000000040179254 nvs::NVSPartition::get_address() + *fill* 0x000000004017925d 0x3 + .text._ZN3nvs12NVSPartition8get_sizeEv + 0x0000000040179260 0x9 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x0000000040179260 nvs::NVSPartition::get_size() + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x0 + *fill* 0x0000000040179269 0x3 + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ + 0x000000004017926c 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x000000004017926c intrusive_list::push_back(nvs::NVSPartition*) + *fill* 0x000000004017928d 0x3 + .text._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE + 0x0000000040179290 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x0000000040179290 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x00000000401792b2 0x2 + .text._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ + 0x00000000401792b4 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000401792b4 intrusive_list::push_back(nvs::Storage*) + *fill* 0x00000000401792d5 0x3 + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE + 0x00000000401792d8 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000401792d8 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x00000000401792fa 0x2 + .text._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE + 0x00000000401792fc 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x00000000401792fc intrusive_list::erase(intrusive_list::iterator) + *fill* 0x000000004017931d 0x0 + *fill* 0x000000004017931d 0x3 + .text._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ + 0x0000000040179320 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x0000000040179320 intrusive_list::push_back(nvs::NVSHandleSimple*) + *fill* 0x0000000040179341 0x0 + *fill* 0x0000000040179341 0x0 + *fill* 0x0000000040179341 0x0 + *fill* 0x0000000040179341 0x3 + .text._ZN3nvs4Lock4initEv + 0x0000000040179344 0x7 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x0000000040179344 nvs::Lock::init() + *fill* 0x000000004017934b 0x1 + .text._ZN3nvs8HashListC2Ev + 0x000000004017934c 0xd esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x000000004017934c nvs::HashList::HashList() + 0x000000004017934c nvs::HashList::HashList() + *fill* 0x0000000040179359 0x3 + .text._ZN3nvs8HashList13HashListBlockC2Ev + 0x000000004017935c 0x25 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x000000004017935c nvs::HashList::HashListBlock::HashListBlock() + 0x000000004017935c nvs::HashList::HashListBlock::HashListBlock() + *fill* 0x0000000040179381 0x0 + *fill* 0x0000000040179381 0x3 + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE + 0x0000000040179384 0x22 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x0000000040179384 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x00000000401793a6 0x0 + *fill* 0x00000000401793a6 0x0 + *fill* 0x00000000401793a6 0x0 + *fill* 0x00000000401793a6 0x2 + .text._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ + 0x00000000401793a8 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x00000000401793a8 intrusive_list::push_back(nvs::HashList::HashListBlock*) + *fill* 0x00000000401793c9 0x0 + *fill* 0x00000000401793c9 0x3 + .text._ZSt9__find_ifIPmN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEPNS4_9PartitionEmEUlmE_EEET_SA_SA_T0_St26random_access_iterator_tag + 0x00000000401793cc 0x72 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + *fill* 0x000000004017943e 0x0 + *fill* 0x000000004017943e 0x2 + .text._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x0000000040179440 0x55 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x0000000040179440 nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) + *fill* 0x0000000040179495 0x0 + *fill* 0x0000000040179495 0x3 + .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x0000000040179498 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x0000000040179498 nvs::Page::alterPageState(nvs::Page::PageState) + .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000401794bc 0x2a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000401794bc nvs::Page::readEntry(unsigned int, nvs::Item&) const + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x0 + *fill* 0x00000000401794e6 0x2 + .text._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ + 0x00000000401794e8 0x3a esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x00000000401794e8 CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x0 + *fill* 0x0000000040179522 0x2 + .text._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ + 0x0000000040179524 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x0000000040179524 intrusive_list::push_back(nvs::Page*) + *fill* 0x0000000040179545 0x3 + .text._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE + 0x0000000040179548 0x21 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x0000000040179548 intrusive_list::erase(intrusive_list::iterator) + *fill* 0x0000000040179569 0x0 + *fill* 0x0000000040179569 0x3 + .text._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ + 0x000000004017956c 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x000000004017956c intrusive_list::push_front(nvs::Page*) + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + *fill* 0x000000004017958c 0x0 + .text.lwip_poll_should_wake + 0x000000004017958c 0x46 esp-idf/lwip/liblwip.a(sockets.c.obj) + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x0 + *fill* 0x00000000401795d2 0x2 + .text.lwip_htons + 0x00000000401795d4 0x14 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000401795d4 lwip_htons + *fill* 0x00000000401795e8 0x0 + .text.lwip_strnicmp + 0x00000000401795e8 0x56 esp-idf/lwip/liblwip.a(def.c.obj) + 0x00000000401795e8 lwip_strnicmp + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x0 + *fill* 0x000000004017963e 0x2 + .text.dns_init + 0x0000000040179640 0x5 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x0000000040179640 dns_init + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x0 + *fill* 0x0000000040179645 0x3 + .text.mem_init + 0x0000000040179648 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x0000000040179648 mem_init + *fill* 0x000000004017964d 0x3 + .text.mem_trim + 0x0000000040179650 0x5 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x0000000040179650 mem_trim + *fill* 0x0000000040179655 0x0 + *fill* 0x0000000040179655 0x0 + *fill* 0x0000000040179655 0x0 + *fill* 0x0000000040179655 0x3 + .text.memp_init + 0x0000000040179658 0x14 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x0000000040179658 memp_init + .text.netif_null_output_ip6 + 0x000000004017966c 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + .text.netif_null_output_ip4 + 0x0000000040179674 0x8 esp-idf/lwip/liblwip.a(netif.c.obj) + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + *fill* 0x000000004017967c 0x0 + .text.pbuf_init_alloced_pbuf + 0x000000004017967c 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x000000004017969b 0x1 + .text.pbuf_skip_const + 0x000000004017969c 0x1f esp-idf/lwip/liblwip.a(pbuf.c.obj) + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x0 + *fill* 0x00000000401796bb 0x1 + .text.pbuf_clen + 0x00000000401796bc 0x16 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x00000000401796bc pbuf_clen + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x0 + *fill* 0x00000000401796d2 0x2 + .text.raw_bind_netif + 0x00000000401796d4 0x17 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000401796d4 raw_bind_netif + *fill* 0x00000000401796eb 0x0 + *fill* 0x00000000401796eb 0x1 + .text.raw_recv + 0x00000000401796ec 0xa esp-idf/lwip/liblwip.a(raw.c.obj) + 0x00000000401796ec raw_recv + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x0 + *fill* 0x00000000401796f6 0x2 + .text.tcp_bind_netif + 0x00000000401796f8 0x17 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x00000000401796f8 tcp_bind_netif + *fill* 0x000000004017970f 0x0 + *fill* 0x000000004017970f 0x0 + *fill* 0x000000004017970f 0x0 + *fill* 0x000000004017970f 0x0 + *fill* 0x000000004017970f 0x1 + .text.tcp_arg 0x0000000040179710 0xa esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x0000000040179710 tcp_arg + *fill* 0x000000004017971a 0x0 + *fill* 0x000000004017971a 0x0 + *fill* 0x000000004017971a 0x0 + *fill* 0x000000004017971a 0x2 + .text.tcp_accept + 0x000000004017971c 0xf esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x000000004017971c tcp_accept + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x0 + *fill* 0x000000004017972b 0x1 + .text.udp_bind_netif + 0x000000004017972c 0x17 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x000000004017972c udp_bind_netif + *fill* 0x0000000040179743 0x0 + *fill* 0x0000000040179743 0x1 + .text.udp_recv + 0x0000000040179744 0xe esp-idf/lwip/liblwip.a(udp.c.obj) + 0x0000000040179744 udp_recv + *fill* 0x0000000040179752 0x0 + *fill* 0x0000000040179752 0x0 + *fill* 0x0000000040179752 0x2 + .text.dhcp_set_state + 0x0000000040179754 0x18 esp-idf/lwip/liblwip.a(dhcp.c.obj) + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + *fill* 0x000000004017976c 0x0 + .text.dhcp_supplied_address + 0x000000004017976c 0x44 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x000000004017976c dhcp_supplied_address + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + *fill* 0x00000000401797b0 0x0 + .text.igmp_remove_group + 0x00000000401797b0 0x22 esp-idf/lwip/liblwip.a(igmp.c.obj) + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x0 + *fill* 0x00000000401797d2 0x2 + .text.igmp_lookfor_group + 0x00000000401797d4 0x17 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x00000000401797d4 igmp_lookfor_group + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x0 + *fill* 0x00000000401797eb 0x1 + .text.ip4_addr_isbroadcast_u32 + 0x00000000401797ec 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x00000000401797ec ip4_addr_isbroadcast_u32 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + *fill* 0x0000000040179834 0x0 + .text.mld6_remove_group + 0x0000000040179834 0x2c esp-idf/lwip/liblwip.a(mld6.c.obj) + *fill* 0x0000000040179860 0x0 + *fill* 0x0000000040179860 0x0 + *fill* 0x0000000040179860 0x0 + .text.mld6_lookfor_group + 0x0000000040179860 0x35 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x0000000040179860 mld6_lookfor_group + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x0 + *fill* 0x0000000040179895 0x3 + .text.nd6_restart_netif + 0x0000000040179898 0xa esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x0000000040179898 nd6_restart_netif + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x0 + *fill* 0x00000000401798a2 0x2 + .text.lwip_setsockopt_impl_ext + 0x00000000401798a4 0xe1 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + 0x00000000401798a4 lwip_setsockopt_impl_ext + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x0 + *fill* 0x0000000040179985 0x3 + .text.lwip_standard_chksum + 0x0000000040179988 0x69 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x0000000040179988 lwip_standard_chksum + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x0 + *fill* 0x00000000401799f1 0x3 + .text.esp_netif_reset_ip_info + 0x00000000401799f4 0x15 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x0 + *fill* 0x0000000040179a09 0x3 + .text.esp_netif_get_io_driver + 0x0000000040179a0c 0x7 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a0c esp_netif_get_io_driver + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x0 + *fill* 0x0000000040179a13 0x1 + .text.esp_netif_free_rx_buffer + 0x0000000040179a14 0xe esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a14 esp_netif_free_rx_buffer + *fill* 0x0000000040179a22 0x2 + .text.esp_netif_transmit_wrap + 0x0000000040179a24 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a24 esp_netif_transmit_wrap + .text.esp_netif_receive + 0x0000000040179a38 0x14 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a38 esp_netif_receive + .text.esp_netif_dhcpc_get_status + 0x0000000040179a4c 0x21 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a4c esp_netif_dhcpc_get_status + *fill* 0x0000000040179a6d 0x0 + *fill* 0x0000000040179a6d 0x3 + .text.esp_netif_is_netif_up + 0x0000000040179a70 0x1c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a70 esp_netif_is_netif_up + *fill* 0x0000000040179a8c 0x0 + *fill* 0x0000000040179a8c 0x0 + .text.esp_netif_is_valid_static_ip + 0x0000000040179a8c 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179a8c esp_netif_is_valid_static_ip + .text.esp_netif_get_flags + 0x0000000040179aa4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179aa4 esp_netif_get_flags + .text.esp_netif_get_ifkey + 0x0000000040179aac 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179aac esp_netif_get_ifkey + .text.esp_netif_get_desc + 0x0000000040179ab4 0x8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179ab4 esp_netif_get_desc + .text.esp_netif_get_event_id + 0x0000000040179abc 0x1d esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x0000000040179abc esp_netif_get_event_id + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x0 + *fill* 0x0000000040179ad9 0x3 + .text.rc4_skip + 0x0000000040179adc 0xb3 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x0000000040179adc rc4_skip + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x0 + *fill* 0x0000000040179b8f 0x1 + .text.WPA_PUT_BE64 + 0x0000000040179b90 0x2f esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + *fill* 0x0000000040179bbf 0x1 + .text.inc32 0x0000000040179bc0 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + *fill* 0x0000000040179bfa 0x2 + .text.xor_block + 0x0000000040179bfc 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + *fill* 0x0000000040179c25 0x0 + *fill* 0x0000000040179c25 0x0 + *fill* 0x0000000040179c25 0x0 + *fill* 0x0000000040179c25 0x0 + *fill* 0x0000000040179c25 0x0 + *fill* 0x0000000040179c25 0x3 + .text.hex2num 0x0000000040179c28 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .text.inc_byte_array + 0x0000000040179c60 0x1e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040179c60 inc_byte_array + *fill* 0x0000000040179c7e 0x2 + .text.buf_shift_right + 0x0000000040179c80 0x3e esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040179c80 buf_shift_right + *fill* 0x0000000040179cbe 0x0 + *fill* 0x0000000040179cbe 0x0 + *fill* 0x0000000040179cbe 0x2 + .text.int_array_len + 0x0000000040179cc0 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040179cc0 int_array_len + *fill* 0x0000000040179cd8 0x0 + .text.os_reltime_initialized + 0x0000000040179cd8 0x1a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x0000000040179cd8 os_reltime_initialized + *fill* 0x0000000040179cf2 0x2 + .text.sha1_xor + 0x0000000040179cf4 0x32 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + *fill* 0x0000000040179d26 0x0 + *fill* 0x0000000040179d26 0x2 + .text.sha1_extract + 0x0000000040179d28 0x64 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + *fill* 0x0000000040179d8c 0x0 + *fill* 0x0000000040179d8c 0x0 + *fill* 0x0000000040179d8c 0x0 + .text.xor_aes_block + 0x0000000040179d8c 0x29 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x0 + *fill* 0x0000000040179db5 0x3 + .text.nan_start + 0x0000000040179db8 0x7 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000040179db8 nan_start + *fill* 0x0000000040179dbf 0x1 + .text.nan_stop + 0x0000000040179dc0 0x7 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000040179dc0 nan_stop + *fill* 0x0000000040179dc7 0x1 + .text.nan_input + 0x0000000040179dc8 0x7 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000040179dc8 nan_input + *fill* 0x0000000040179dcf 0x1 + .text.nan_sm_handle_event + 0x0000000040179dd0 0x5 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000040179dd0 nan_sm_handle_event + *fill* 0x0000000040179dd5 0x3 + .text.pm_beacon_offset_funcs_init + 0x0000000040179dd8 0x5 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x0000000040179dd8 pm_beacon_offset_funcs_init + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x0 + *fill* 0x0000000040179ddd 0x3 + .text.http_message_needs_eof + 0x0000000040179de0 0x73 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x0000000040179de0 http_message_needs_eof + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x0 + *fill* 0x0000000040179e53 0x1 + .text.esp_tls_conn_read + 0x0000000040179e54 0x16 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040179e54 esp_tls_conn_read + *fill* 0x0000000040179e6a 0x2 + .text.esp_tls_conn_write + 0x0000000040179e6c 0x16 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040179e6c esp_tls_conn_write + *fill* 0x0000000040179e82 0x0 + *fill* 0x0000000040179e82 0x0 + *fill* 0x0000000040179e82 0x0 + *fill* 0x0000000040179e82 0x0 + *fill* 0x0000000040179e82 0x2 + .text.esp_tls_get_and_clear_last_error + 0x0000000040179e84 0x45 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040179e84 esp_tls_get_and_clear_last_error + *fill* 0x0000000040179ec9 0x3 + .text.esp_tls_get_error_handle + 0x0000000040179ecc 0x27 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x0000000040179ecc esp_tls_get_error_handle + *fill* 0x0000000040179ef3 0x1 + .text.esp_tls_internal_event_tracker_capture + 0x0000000040179ef4 0x53 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x0000000040179ef4 esp_tls_internal_event_tracker_capture + *fill* 0x0000000040179f47 0x0 + *fill* 0x0000000040179f47 0x0 + *fill* 0x0000000040179f47 0x1 + .text.esp_tls_get_and_clear_error_type + 0x0000000040179f48 0x91 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x0000000040179f48 esp_tls_get_and_clear_error_type + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x0 + *fill* 0x0000000040179fd9 0x3 + .text.esp_transport_get_default_parent + 0x0000000040179fdc 0x5 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + *fill* 0x0000000040179fe1 0x0 + *fill* 0x0000000040179fe1 0x0 + *fill* 0x0000000040179fe1 0x0 + *fill* 0x0000000040179fe1 0x3 + .text.esp_transport_connect + 0x0000000040179fe4 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x0000000040179fe4 esp_transport_connect + *fill* 0x000000004017a006 0x2 + .text.esp_transport_read + 0x000000004017a008 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a008 esp_transport_read + *fill* 0x000000004017a02a 0x2 + .text.esp_transport_write + 0x000000004017a02c 0x22 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a02c esp_transport_write + *fill* 0x000000004017a04e 0x2 + .text.esp_transport_poll_read + 0x000000004017a050 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a050 esp_transport_poll_read + *fill* 0x000000004017a06e 0x2 + .text.esp_transport_poll_write + 0x000000004017a070 0x1e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a070 esp_transport_poll_write + *fill* 0x000000004017a08e 0x2 + .text.esp_transport_close + 0x000000004017a090 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a090 esp_transport_close + *fill* 0x000000004017a0ad 0x3 + .text.esp_transport_get_context_data + 0x000000004017a0b0 0xa esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0b0 esp_transport_get_context_data + *fill* 0x000000004017a0ba 0x2 + .text.esp_transport_set_context_data + 0x000000004017a0bc 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0bc esp_transport_set_context_data + *fill* 0x000000004017a0cc 0x0 + .text.esp_transport_get_default_port + 0x000000004017a0cc 0xe esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0cc esp_transport_get_default_port + *fill* 0x000000004017a0da 0x2 + .text.esp_transport_set_default_port + 0x000000004017a0dc 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0dc esp_transport_set_default_port + .text.esp_transport_set_async_connect_func + 0x000000004017a0ec 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0ec esp_transport_set_async_connect_func + .text.esp_transport_set_parent_transport_func + 0x000000004017a0fc 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a0fc esp_transport_set_parent_transport_func + .text.esp_transport_get_error_handle + 0x000000004017a10c 0xe esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a10c esp_transport_get_error_handle + *fill* 0x000000004017a11a 0x2 + .text.esp_transport_get_errno + 0x000000004017a11c 0x25 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a11c esp_transport_get_errno + *fill* 0x000000004017a141 0x3 + .text.esp_transport_capture_errno + 0x000000004017a144 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a144 esp_transport_capture_errno + *fill* 0x000000004017a156 0x2 + .text.esp_transport_get_socket + 0x000000004017a158 0x1d esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x000000004017a158 esp_transport_get_socket + *fill* 0x000000004017a175 0x3 + .text.base_get_socket + 0x000000004017a178 0x19 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x0 + *fill* 0x000000004017a191 0x3 + .text.esp_transport_ssl_enable_global_ca_store + 0x000000004017a194 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a194 esp_transport_ssl_enable_global_ca_store + .text.esp_transport_ssl_set_cert_data + 0x000000004017a1a4 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a1a4 esp_transport_ssl_set_cert_data + *fill* 0x000000004017a1b6 0x2 + .text.esp_transport_ssl_set_cert_data_der + 0x000000004017a1b8 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a1b8 esp_transport_ssl_set_cert_data_der + *fill* 0x000000004017a1c7 0x1 + .text.esp_transport_ssl_set_client_cert_data + 0x000000004017a1c8 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a1c8 esp_transport_ssl_set_client_cert_data + *fill* 0x000000004017a1da 0x2 + .text.esp_transport_ssl_set_client_cert_data_der + 0x000000004017a1dc 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a1dc esp_transport_ssl_set_client_cert_data_der + *fill* 0x000000004017a1eb 0x1 + .text.esp_transport_ssl_set_client_key_data + 0x000000004017a1ec 0x12 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a1ec esp_transport_ssl_set_client_key_data + *fill* 0x000000004017a1fe 0x2 + .text.esp_transport_ssl_set_client_key_password + 0x000000004017a200 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a200 esp_transport_ssl_set_client_key_password + *fill* 0x000000004017a20f 0x1 + .text.esp_transport_ssl_set_client_key_data_der + 0x000000004017a210 0xf esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a210 esp_transport_ssl_set_client_key_data_der + *fill* 0x000000004017a21f 0x1 + .text.esp_transport_ssl_set_alpn_protocol + 0x000000004017a220 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a220 esp_transport_ssl_set_alpn_protocol + *fill* 0x000000004017a22e 0x2 + .text.esp_transport_ssl_skip_common_name_check + 0x000000004017a230 0x10 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a230 esp_transport_ssl_skip_common_name_check + .text.esp_transport_ssl_set_common_name + 0x000000004017a240 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a240 esp_transport_ssl_set_common_name + *fill* 0x000000004017a24e 0x2 + .text.esp_transport_ssl_crt_bundle_attach + 0x000000004017a250 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a250 esp_transport_ssl_crt_bundle_attach + *fill* 0x000000004017a25e 0x2 + .text.esp_transport_ssl_set_interface_name + 0x000000004017a260 0xe esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x000000004017a260 esp_transport_ssl_set_interface_name + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x0 + *fill* 0x000000004017a26e 0x2 + .text.ws_get_socket + 0x000000004017a270 0x2d esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x0 + *fill* 0x000000004017a29d 0x3 + .text.httpd_sess_enum + 0x000000004017a2a0 0x36 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004017a2a0 httpd_sess_enum + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x0 + *fill* 0x000000004017a2d6 0x2 + .text.httpd_sess_pending + 0x000000004017a2d8 0x2d esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x000000004017a2d8 httpd_sess_pending + *fill* 0x000000004017a305 0x0 + *fill* 0x000000004017a305 0x0 + *fill* 0x000000004017a305 0x0 + *fill* 0x000000004017a305 0x3 + .text.httpd_send_all + 0x000000004017a308 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + *fill* 0x000000004017a338 0x0 + *fill* 0x000000004017a338 0x0 + *fill* 0x000000004017a338 0x0 + *fill* 0x000000004017a338 0x0 + *fill* 0x000000004017a338 0x0 + .text.httpd_resp_set_status + 0x000000004017a338 0x25 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004017a338 httpd_resp_set_status + *fill* 0x000000004017a35d 0x3 + .text.httpd_resp_set_type + 0x000000004017a360 0x25 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x000000004017a360 httpd_resp_set_type + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x0 + *fill* 0x000000004017a385 0x3 + .text.mbedtls_ct_uint_lt + 0x000000004017a388 0x3f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004017a3c7 0x1 + .text.ssl_transform_aead_dynamic_iv_is_explicit + 0x000000004017a3c8 0x13 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004017a3db 0x1 + .text.ssl_get_hs_total_len + 0x000000004017a3dc 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004017a3f9 0x0 + *fill* 0x000000004017a3f9 0x3 + .text.ssl_record_is_in_progress + 0x000000004017a3fc 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .text.ssl_transform_get_explicit_iv_len + 0x000000004017a408 0xc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + *fill* 0x000000004017a414 0x0 + *fill* 0x000000004017a414 0x0 + *fill* 0x000000004017a414 0x0 + *fill* 0x000000004017a414 0x0 + *fill* 0x000000004017a414 0x0 + .text.mbedtls_ssl_set_timer + 0x000000004017a414 0x16 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a414 mbedtls_ssl_set_timer + *fill* 0x000000004017a42a 0x2 + .text.mbedtls_ssl_check_timer + 0x000000004017a42c 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a42c mbedtls_ssl_check_timer + *fill* 0x000000004017a44c 0x0 + *fill* 0x000000004017a44c 0x0 + *fill* 0x000000004017a44c 0x0 + *fill* 0x000000004017a44c 0x0 + .text.mbedtls_ssl_update_handshake_status + 0x000000004017a44c 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a44c mbedtls_ssl_update_handshake_status + *fill* 0x000000004017a476 0x0 + *fill* 0x000000004017a476 0x2 + .text.mbedtls_ssl_update_in_pointers + 0x000000004017a478 0x1b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a478 mbedtls_ssl_update_in_pointers + *fill* 0x000000004017a493 0x0 + *fill* 0x000000004017a493 0x1 + .text.mbedtls_ssl_get_bytes_avail + 0x000000004017a494 0x12 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a494 mbedtls_ssl_get_bytes_avail + *fill* 0x000000004017a4a6 0x2 + .text.mbedtls_ssl_write_version + 0x000000004017a4a8 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a4a8 mbedtls_ssl_write_version + *fill* 0x000000004017a4c2 0x0 + *fill* 0x000000004017a4c2 0x0 + *fill* 0x000000004017a4c2 0x0 + *fill* 0x000000004017a4c2 0x0 + *fill* 0x000000004017a4c2 0x0 + *fill* 0x000000004017a4c2 0x2 + .text.mbedtls_ssl_read_version + 0x000000004017a4c4 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a4c4 mbedtls_ssl_read_version + *fill* 0x000000004017a4e1 0x0 + *fill* 0x000000004017a4e1 0x0 + *fill* 0x000000004017a4e1 0x0 + *fill* 0x000000004017a4e1 0x0 + *fill* 0x000000004017a4e1 0x3 + .text.mbedtls_ssl_pend_fatal_alert + 0x000000004017a4e4 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x000000004017a4e4 mbedtls_ssl_pend_fatal_alert + .text.mbedtls_ssl_own_cert + 0x000000004017a4f4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a50e 0x2 + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x000000004017a510 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a538 0x0 + *fill* 0x000000004017a538 0x0 + .text.mbedtls_ssl_get_base_mode + 0x000000004017a538 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a56e 0x2 + .text.mbedtls_ssl_get_actual_mode + 0x000000004017a570 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a58a 0x0 + *fill* 0x000000004017a58a 0x2 + .text.ssl_parse_certificate_coordinate + 0x000000004017a58c 0x49 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x0 + *fill* 0x000000004017a5d5 0x3 + .text.mbedtls_ssl_add_hs_hdr_to_checksum + 0x000000004017a5d8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a5d8 mbedtls_ssl_add_hs_hdr_to_checksum + *fill* 0x000000004017a600 0x0 + *fill* 0x000000004017a600 0x0 + *fill* 0x000000004017a600 0x0 + .text.mbedtls_ssl_conf_endpoint + 0x000000004017a600 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a600 mbedtls_ssl_conf_endpoint + .text.mbedtls_ssl_conf_transport + 0x000000004017a608 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a608 mbedtls_ssl_conf_transport + .text.mbedtls_ssl_conf_authmode + 0x000000004017a610 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a610 mbedtls_ssl_conf_authmode + .text.mbedtls_ssl_conf_rng + 0x000000004017a618 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a618 mbedtls_ssl_conf_rng + *fill* 0x000000004017a621 0x3 + .text.mbedtls_ssl_set_bio + 0x000000004017a624 0xd esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a624 mbedtls_ssl_set_bio + *fill* 0x000000004017a631 0x3 + .text.mbedtls_ssl_conf_ca_chain + 0x000000004017a634 0xb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a634 mbedtls_ssl_conf_ca_chain + *fill* 0x000000004017a63f 0x0 + *fill* 0x000000004017a63f 0x0 + *fill* 0x000000004017a63f 0x0 + *fill* 0x000000004017a63f 0x0 + *fill* 0x000000004017a63f 0x1 + .text.mbedtls_ssl_conf_renegotiation + 0x000000004017a640 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a640 mbedtls_ssl_conf_renegotiation + .text.mbedtls_ssl_conf_session_tickets + 0x000000004017a648 0x1d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a648 mbedtls_ssl_conf_session_tickets + *fill* 0x000000004017a665 0x3 + .text.mbedtls_ssl_get_verify_result + 0x000000004017a668 0x1c esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a668 mbedtls_ssl_get_verify_result + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + *fill* 0x000000004017a684 0x0 + .text.mbedtls_ssl_sig_from_pk_alg + 0x000000004017a684 0x1e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a684 mbedtls_ssl_sig_from_pk_alg + *fill* 0x000000004017a6a2 0x2 + .text.mbedtls_ssl_pk_alg_from_sig + 0x000000004017a6a4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a6a4 mbedtls_ssl_pk_alg_from_sig + *fill* 0x000000004017a6be 0x2 + .text.mbedtls_ssl_md_alg_from_hash + 0x000000004017a6c0 0x46 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a6c0 mbedtls_ssl_md_alg_from_hash + *fill* 0x000000004017a706 0x2 + .text.mbedtls_ssl_hash_from_md_alg + 0x000000004017a708 0x45 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a708 mbedtls_ssl_hash_from_md_alg + *fill* 0x000000004017a74d 0x3 + .text.mbedtls_ssl_check_curve_tls_id + 0x000000004017a750 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a750 mbedtls_ssl_check_curve_tls_id + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x0 + *fill* 0x000000004017a779 0x3 + .text.mbedtls_ssl_validate_ciphersuite + 0x000000004017a77c 0x25 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x000000004017a77c mbedtls_ssl_validate_ciphersuite + *fill* 0x000000004017a7a1 0x0 + *fill* 0x000000004017a7a1 0x0 + *fill* 0x000000004017a7a1 0x0 + *fill* 0x000000004017a7a1 0x0 + *fill* 0x000000004017a7a1 0x0 + *fill* 0x000000004017a7a1 0x3 + .text.mbedtls_ssl_own_key + 0x000000004017a7a4 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x000000004017a7be 0x2 + .text.mbedtls_ssl_own_cert + 0x000000004017a7c0 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x000000004017a7da 0x2 + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x000000004017a7dc 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + *fill* 0x000000004017a804 0x0 + .text.mbedtls_ssl_ciphersuite_no_pfs + 0x000000004017a804 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.mbedtls_ssl_own_key + 0x000000004017a824 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a83e 0x2 + .text.mbedtls_ssl_own_cert + 0x000000004017a840 0x1a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a85a 0x2 + .text.mbedtls_ssl_tls12_sig_alg_is_supported + 0x000000004017a85c 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .text.ssl_write_extended_ms_ext + 0x000000004017a884 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a8ae 0x2 + .text.ssl_write_session_ticket_ext + 0x000000004017a8b0 0x2a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a8da 0x2 + .text.ssl_write_max_fragment_length_ext + 0x000000004017a8dc 0x31 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a90d 0x3 + .text.ssl_write_supported_point_formats_ext + 0x000000004017a910 0x36 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x0 + *fill* 0x000000004017a946 0x2 + .text.mbedtls_net_init + 0x000000004017a948 0x9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x000000004017a948 mbedtls_net_init + *fill* 0x000000004017a951 0x0 + *fill* 0x000000004017a951 0x3 + .text.ciphersuite_is_removed + 0x000000004017a954 0x7 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + *fill* 0x000000004017a95b 0x0 + *fill* 0x000000004017a95b 0x0 + *fill* 0x000000004017a95b 0x1 + .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000004017a95c 0x44 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004017a95c mbedtls_ssl_get_ciphersuite_sig_pk_alg + .text.mbedtls_ssl_get_ciphersuite_sig_alg + 0x000000004017a9a0 0x22 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004017a9a0 mbedtls_ssl_get_ciphersuite_sig_alg + *fill* 0x000000004017a9c2 0x2 + .text.mbedtls_ssl_ciphersuite_uses_ec + 0x000000004017a9c4 0x29 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x000000004017a9c4 mbedtls_ssl_ciphersuite_uses_ec + *fill* 0x000000004017a9ed 0x3 + .text.mbedtls_ssl_tls12_named_group_is_ecdhe + 0x000000004017a9f0 0x91 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x0 + *fill* 0x000000004017aa81 0x3 + .text.mbedtls_mpi_init + 0x000000004017aa84 0x13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017aa84 mbedtls_mpi_init + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x0 + *fill* 0x000000004017aa97 0x1 + .text.mbedtls_mpi_get_bit + 0x000000004017aa98 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017aa98 mbedtls_mpi_get_bit + *fill* 0x000000004017aabe 0x0 + *fill* 0x000000004017aabe 0x2 + .text.mbedtls_mpi_lsb + 0x000000004017aac0 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017aac0 mbedtls_mpi_lsb + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + *fill* 0x000000004017aaf4 0x0 + .text.mbedtls_ct_uint_lt + 0x000000004017aaf4 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + *fill* 0x000000004017ab33 0x1 + .text.mpi_bigendian_to_host + 0x000000004017ab34 0x16 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + *fill* 0x000000004017ab4a 0x2 + .text.mbedtls_mpi_core_clz + 0x000000004017ab4c 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ab4c mbedtls_mpi_core_clz + *fill* 0x000000004017ab54 0x0 + *fill* 0x000000004017ab54 0x0 + .text.mbedtls_mpi_core_cond_assign + 0x000000004017ab54 0x2f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ab54 mbedtls_mpi_core_cond_assign + *fill* 0x000000004017ab83 0x1 + .text.mbedtls_mpi_core_cond_swap + 0x000000004017ab84 0x42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ab84 mbedtls_mpi_core_cond_swap + *fill* 0x000000004017abc6 0x0 + *fill* 0x000000004017abc6 0x0 + *fill* 0x000000004017abc6 0x0 + *fill* 0x000000004017abc6 0x0 + *fill* 0x000000004017abc6 0x0 + *fill* 0x000000004017abc6 0x2 + .text.mbedtls_mpi_core_add + 0x000000004017abc8 0x3c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017abc8 mbedtls_mpi_core_add + .text.mbedtls_mpi_core_sub + 0x000000004017ac04 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ac04 mbedtls_mpi_core_sub + *fill* 0x000000004017ac43 0x1 + .text.mbedtls_mpi_core_mla + 0x000000004017ac44 0x18f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ac44 mbedtls_mpi_core_mla + *fill* 0x000000004017add3 0x1 + .text.mbedtls_mpi_core_montmul_init + 0x000000004017add4 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017add4 mbedtls_mpi_core_montmul_init + *fill* 0x000000004017adff 0x0 + *fill* 0x000000004017adff 0x0 + *fill* 0x000000004017adff 0x0 + *fill* 0x000000004017adff 0x0 + *fill* 0x000000004017adff 0x1 + .text.mbedtls_mpi_core_sub_int + 0x000000004017ae00 0x2c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0x000000004017ae00 mbedtls_mpi_core_sub_int + *fill* 0x000000004017ae2c 0x0 + .text.mbedtls_ct_uint_lt + 0x000000004017ae2c 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004017ae6b 0x1 + .text.add_pkcs_padding + 0x000000004017ae6c 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004017ae89 0x0 + *fill* 0x000000004017ae89 0x3 + .text.add_one_and_zeros_padding + 0x000000004017ae8c 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004017aeb3 0x0 + *fill* 0x000000004017aeb3 0x1 + .text.add_zeros_and_len_padding + 0x000000004017aeb4 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + *fill* 0x000000004017aedc 0x0 + .text.mbedtls_ct_uint_lt + 0x000000004017aedc 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + *fill* 0x000000004017af1b 0x1 + .text.mbedtls_ct_memcmp + 0x000000004017af1c 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x000000004017af1c mbedtls_ct_memcmp + *fill* 0x000000004017af52 0x0 + *fill* 0x000000004017af52 0x2 + .text.mbedtls_ct_memcpy_if + 0x000000004017af54 0x33 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x000000004017af54 mbedtls_ct_memcpy_if + *fill* 0x000000004017af87 0x0 + *fill* 0x000000004017af87 0x1 + .text.mbedtls_ct_zeroize_if + 0x000000004017af88 0x1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x000000004017af88 mbedtls_ct_zeroize_if + *fill* 0x000000004017afa7 0x1 + .text.cmac_pad + 0x000000004017afa8 0x34 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + *fill* 0x000000004017afdc 0x0 + *fill* 0x000000004017afdc 0x0 + *fill* 0x000000004017afdc 0x0 + *fill* 0x000000004017afdc 0x0 + .text.good_nonce_len + 0x000000004017afdc 0x14 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .text.mbedtls_ctr_increment_counter + 0x000000004017aff0 0x74 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + *fill* 0x000000004017b064 0x0 + *fill* 0x000000004017b064 0x0 + *fill* 0x000000004017b064 0x0 + *fill* 0x000000004017b064 0x0 + *fill* 0x000000004017b064 0x0 + *fill* 0x000000004017b064 0x0 + .text.mbedtls_ecdh_grp_id + 0x000000004017b064 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x0 + *fill* 0x000000004017b06b 0x1 + .text.ecp_group_is_static_comb_table + 0x000000004017b06c 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x0 + *fill* 0x000000004017b073 0x1 + .text.mbedtls_ecp_get_type + 0x000000004017b074 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x000000004017b074 mbedtls_ecp_get_type + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x0 + *fill* 0x000000004017b08d 0x3 + .text.add64 0x000000004017b090 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .text.carry64 0x000000004017b0d0 0x27 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000004017b0f7 0x1 + .text.mbedtls_ecp_fix_negative + 0x000000004017b0f8 0x5b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x0 + *fill* 0x000000004017b153 0x1 + .text.mbedtls_entropy_add_source + 0x000000004017b154 0x26 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x000000004017b154 mbedtls_entropy_add_source + *fill* 0x000000004017b17a 0x0 + *fill* 0x000000004017b17a 0x0 + *fill* 0x000000004017b17a 0x2 + .text.mbedtls_md_init + 0x000000004017b17c 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004017b17c mbedtls_md_init + *fill* 0x000000004017b1a7 0x0 + *fill* 0x000000004017b1a7 0x0 + *fill* 0x000000004017b1a7 0x0 + *fill* 0x000000004017b1a7 0x0 + *fill* 0x000000004017b1a7 0x0 + *fill* 0x000000004017b1a7 0x1 + .text.mbedtls_md_get_size + 0x000000004017b1a8 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004017b1a8 mbedtls_md_get_size + .text.mbedtls_md_get_type + 0x000000004017b1b8 0xe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004017b1b8 mbedtls_md_get_type + *fill* 0x000000004017b1c6 0x2 + .text.mbedtls_md_info_from_ctx + 0x000000004017b1c8 0xa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x000000004017b1c8 mbedtls_md_info_from_ctx + *fill* 0x000000004017b1d2 0x0 + *fill* 0x000000004017b1d2 0x0 + *fill* 0x000000004017b1d2 0x0 + *fill* 0x000000004017b1d2 0x0 + *fill* 0x000000004017b1d2 0x2 + .text.mbedtls_pk_init + 0x000000004017b1d4 0xb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004017b1d4 mbedtls_pk_init + *fill* 0x000000004017b1df 0x0 + *fill* 0x000000004017b1df 0x0 + *fill* 0x000000004017b1df 0x1 + .text.mbedtls_pk_can_do + 0x000000004017b1e0 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004017b1e0 mbedtls_pk_can_do + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x0 + *fill* 0x000000004017b1fe 0x2 + .text.mbedtls_pk_get_bitlen + 0x000000004017b200 0x1e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004017b200 mbedtls_pk_get_bitlen + *fill* 0x000000004017b21e 0x2 + .text.mbedtls_pk_get_type + 0x000000004017b220 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x000000004017b220 mbedtls_pk_get_type + *fill* 0x000000004017b238 0x0 + *fill* 0x000000004017b238 0x0 + *fill* 0x000000004017b238 0x0 + *fill* 0x000000004017b238 0x0 + .text.rsa_can_do + 0x000000004017b238 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017b251 0x3 + .text.eckey_can_do + 0x000000004017b254 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017b263 0x1 + .text.eckey_get_bitlen + 0x000000004017b264 0x9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017b26d 0x0 + *fill* 0x000000004017b26d 0x3 + .text.eckeydh_can_do + 0x000000004017b270 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017b27f 0x1 + .text.ecdsa_can_do + 0x000000004017b280 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x0 + *fill* 0x000000004017b28f 0x1 + .text.pk_ecc_tag_is_specified_ec_domain + 0x000000004017b290 0xf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x0 + *fill* 0x000000004017b29f 0x1 + .text.mbedtls_ct_uint_lt + 0x000000004017b2a0 0x3f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x0 + *fill* 0x000000004017b2df 0x1 + .text.mbedtls_rsa_get_len + 0x000000004017b2e0 0x7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x000000004017b2e0 mbedtls_rsa_get_len + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x0 + *fill* 0x000000004017b2e7 0x1 + .text.esp_aes_xts_decode_keys + 0x000000004017b2e8 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x000000004017b30d 0x3 + .text.esp_gf128mul_x_ble + 0x000000004017b310 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + *fill* 0x000000004017b418 0x0 + *fill* 0x000000004017b418 0x0 + *fill* 0x000000004017b418 0x0 + *fill* 0x000000004017b418 0x0 + *fill* 0x000000004017b418 0x0 + .text.valid_key_length + 0x000000004017b418 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x000000004017b418 valid_key_length + *fill* 0x000000004017b440 0x0 + *fill* 0x000000004017b440 0x0 + *fill* 0x000000004017b440 0x0 + .text.esp_aes_validate_input + 0x000000004017b440 0x1d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + *fill* 0x000000004017b45d 0x0 + *fill* 0x000000004017b45d 0x0 + *fill* 0x000000004017b45d 0x0 + *fill* 0x000000004017b45d 0x3 + .text.mbedtls_mpi_msb + 0x000000004017b460 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x0 + *fill* 0x000000004017b4a9 0x3 + .text.mpi_to_mem_block + 0x000000004017b4ac 0x36 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + *fill* 0x000000004017b4e2 0x0 + *fill* 0x000000004017b4e2 0x0 + *fill* 0x000000004017b4e2 0x2 + .text.esp_mpi_hardware_words + 0x000000004017b4e4 0xc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x000000004017b4e4 esp_mpi_hardware_words + *fill* 0x000000004017b4f0 0x0 + *fill* 0x000000004017b4f0 0x0 + *fill* 0x000000004017b4f0 0x0 + *fill* 0x000000004017b4f0 0x0 + .text.mbedtls_zeroize + 0x000000004017b4f0 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + *fill* 0x000000004017b509 0x0 + *fill* 0x000000004017b509 0x0 + *fill* 0x000000004017b509 0x0 + *fill* 0x000000004017b509 0x0 + *fill* 0x000000004017b509 0x0 + *fill* 0x000000004017b509 0x3 + .text.mbedtls_zeroize + 0x000000004017b50c 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x0 + *fill* 0x000000004017b525 0x3 + .text.mbedtls_zeroize + 0x000000004017b528 0x19 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + *fill* 0x000000004017b541 0x0 + *fill* 0x000000004017b541 0x0 + *fill* 0x000000004017b541 0x0 + *fill* 0x000000004017b541 0x0 + *fill* 0x000000004017b541 0x0 + *fill* 0x000000004017b541 0x3 + .text.xor_data + 0x000000004017b544 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x000000004017b565 0x3 + .text.gcm_gen_table + 0x000000004017b568 0x149 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x0 + *fill* 0x000000004017b6b1 0x3 + .text.aria_sl 0x000000004017b6b4 0xe1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + *fill* 0x000000004017b795 0x0 + *fill* 0x000000004017b795 0x0 + *fill* 0x000000004017b795 0x3 + .text.aria_rot128 + 0x000000004017b798 0x82 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x0 + *fill* 0x000000004017b81a 0x2 + .text.mbedtls_asn1_get_len + 0x000000004017b81c 0x91 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x000000004017b81c mbedtls_asn1_get_len + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x0 + *fill* 0x000000004017b8ad 0x3 + .text.mbedtls_asn1_write_len + 0x000000004017b8b0 0x4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004017b8b0 mbedtls_asn1_write_len + *fill* 0x000000004017b8fe 0x2 + .text.mbedtls_asn1_write_tag + 0x000000004017b900 0x21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x000000004017b900 mbedtls_asn1_write_tag + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x0 + *fill* 0x000000004017b921 0x3 + .text.mbedtls_ecdsa_can_do + 0x000000004017b924 0x11 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x000000004017b924 mbedtls_ecdsa_can_do + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x0 + *fill* 0x000000004017b935 0x3 + .text.mbedtls_pem_init + 0x000000004017b938 0x2b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x000000004017b938 mbedtls_pem_init + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x0 + *fill* 0x000000004017b963 0x1 + .text.mbedtls_ct_base64_enc_char + 0x000000004017b964 0xc5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + *fill* 0x000000004017ba29 0x3 + .text.mbedtls_ct_base64_dec_value + 0x000000004017ba2c 0xde esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + *fill* 0x000000004017bb0a 0x0 + *fill* 0x000000004017bb0a 0x0 + *fill* 0x000000004017bb0a 0x2 + .text.x509_profile_check_md_alg + 0x000000004017bb0c 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004017bb26 0x2 + .text.x509_profile_check_pk_alg + 0x000000004017bb28 0x1a esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004017bb42 0x2 + .text.x509_memcasecmp + 0x000000004017bb44 0x58 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .text.x509_crt_verify_chain_reset + 0x000000004017bb9c 0x21 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004017bbbd 0x3 + .text.x509_crt_merge_flags_with_cb + 0x000000004017bbc0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + *fill* 0x000000004017bbf8 0x0 + .text.x509_parse2_int + 0x000000004017bbf8 0x34 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + *fill* 0x000000004017bc2c 0x0 + .text.ieee80211_is_robust_mgmt_frm + 0x000000004017bc2c 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x000000004017bc2c ieee80211_is_robust_mgmt_frm + *fill* 0x000000004017bc76 0x2 + .text.ieee80211_crypto_attach + 0x000000004017bc78 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x000000004017bc78 ieee80211_crypto_attach + *fill* 0x000000004017bc7d 0x0 + *fill* 0x000000004017bc7d 0x0 + *fill* 0x000000004017bc7d 0x0 + *fill* 0x000000004017bc7d 0x0 + *fill* 0x000000004017bc7d 0x0 + *fill* 0x000000004017bc7d 0x3 + .text.ieee80211_get_cipher_mic_len + 0x000000004017bc80 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x000000004017bc80 ieee80211_get_cipher_mic_len + *fill* 0x000000004017bcaa 0x0 + *fill* 0x000000004017bcaa 0x2 + .text.ieee80211_is_action_category_robust + 0x000000004017bcac 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x0 + *fill* 0x000000004017bcdd 0x3 + .text.addba_get_rap_from_private + 0x000000004017bce0 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + *fill* 0x000000004017bd18 0x0 + .text.addba_timeout_process + 0x000000004017bd18 0x21 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000004017bd18 addba_timeout_process + *fill* 0x000000004017bd39 0x3 + .text.ampdu_dispatch_movement + 0x000000004017bd3c 0x3e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x000000004017bd3c ampdu_dispatch_movement + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x0 + *fill* 0x000000004017bd7a 0x2 + .text.ieee80211_is_support_rate + 0x000000004017bd7c 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x000000004017bd7c ieee80211_is_support_rate + .text.ieee80211_is_lr_only + 0x000000004017bdc4 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x000000004017bdc4 ieee80211_is_lr_only + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + *fill* 0x000000004017bddc 0x0 + .text.ieee80211_setup_rateset + 0x000000004017bddc 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x000000004017bddc ieee80211_setup_rateset + *fill* 0x000000004017bde3 0x0 + *fill* 0x000000004017bde3 0x0 + *fill* 0x000000004017bde3 0x0 + *fill* 0x000000004017bde3 0x0 + *fill* 0x000000004017bde3 0x1 + .text.adc2_wifi_acquire + 0x000000004017bde4 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000004017bde4 adc2_wifi_acquire + *fill* 0x000000004017bdeb 0x1 + .text.adc2_wifi_release + 0x000000004017bdec 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000004017bdec adc2_wifi_release + *fill* 0x000000004017bdf3 0x1 + .text.wifi_station_get_reconnect_policy + 0x000000004017bdf4 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x000000004017bdf4 wifi_station_get_reconnect_policy + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x0 + *fill* 0x000000004017bdfb 0x1 + .text.ieee80211_is_bufferable_mmpdu + 0x000000004017bdfc 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x000000004017bdfc ieee80211_is_bufferable_mmpdu + *fill* 0x000000004017be54 0x0 + .text.ieee80211_gettid + 0x000000004017be54 0x36 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x000000004017be54 ieee80211_gettid + *fill* 0x000000004017be8a 0x2 + .text.ieee80211_set_shortslottime + 0x000000004017be8c 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x000000004017be8c ieee80211_set_shortslottime + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x0 + *fill* 0x000000004017bea7 0x1 + .text.scan_check_hidden + 0x000000004017bea8 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000004017bea8 scan_check_hidden + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x0 + *fill* 0x000000004017bece 0x2 + .text.scan_fill_wps_scan_ie + 0x000000004017bed0 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x000000004017bed0 scan_fill_wps_scan_ie + *fill* 0x000000004017bf01 0x0 + *fill* 0x000000004017bf01 0x0 + *fill* 0x000000004017bf01 0x3 + .text.ieee80211_is_action_category_robust + 0x000000004017bf04 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x0 + *fill* 0x000000004017bf35 0x3 + .text.cnx_rc_update_age + 0x000000004017bf38 0x1b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x000000004017bf38 cnx_rc_update_age + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x0 + *fill* 0x000000004017bf53 0x1 + .text.send_inval + 0x000000004017bf54 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x000000004017bf5b 0x1 + .text.recv_inval + 0x000000004017bf5c 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x0 + *fill* 0x000000004017bf63 0x1 + .text.wep_decap + 0x000000004017bf64 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x000000004017bf64 wep_decap + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x0 + *fill* 0x000000004017bf8d 0x3 + .text.pm_noise_check_process + 0x000000004017bf90 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004017bf90 pm_noise_check_process + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x0 + *fill* 0x000000004017bf95 0x3 + .text.pm_force_scan_unlock + 0x000000004017bf98 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x000000004017bf98 pm_force_scan_unlock + *fill* 0x000000004017bf9d 0x0 + *fill* 0x000000004017bf9d 0x0 + *fill* 0x000000004017bf9d 0x0 + *fill* 0x000000004017bf9d 0x0 + *fill* 0x000000004017bf9d 0x3 + .text.getle32 0x000000004017bfa0 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000004017bfa0 getle32 + *fill* 0x000000004017bfc3 0x1 + .text.putle32 0x000000004017bfc4 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000004017bfc4 putle32 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + *fill* 0x000000004017bfe4 0x0 + .text.ppSetInterface + 0x000000004017bfe4 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000004017bfe4 ppSetInterface + *fill* 0x000000004017bfe9 0x3 + .text.pp_gettid + 0x000000004017bfec 0x2e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000004017bfec pp_gettid + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x0 + *fill* 0x000000004017c01a 0x2 + .text.dbg_lmac_init + 0x000000004017c01c 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x000000004017c01c dbg_lmac_init + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x0 + *fill* 0x000000004017c021 0x3 + .text.RC_SetBasicRate + 0x000000004017c024 0x7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x000000004017c024 RC_SetBasicRate + *fill* 0x000000004017c02b 0x0 + *fill* 0x000000004017c02b 0x0 + *fill* 0x000000004017c02b 0x0 + *fill* 0x000000004017c02b 0x1 + .text.rc11NRate2SchedIdx + 0x000000004017c02c 0x4c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .text.rcLoRaRate2SchedIdx + 0x000000004017c078 0x1c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c078 rcLoRaRate2SchedIdx + .text.rcBuildIndex + 0x000000004017c094 0x1d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + *fill* 0x000000004017c0b1 0x3 + .text.trc_calc_duration + 0x000000004017c0b4 0x11 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c0b4 trc_calc_duration + *fill* 0x000000004017c0c5 0x0 + *fill* 0x000000004017c0c5 0x3 + .text.trcAmpduSetState + 0x000000004017c0c8 0x26 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c0c8 trcAmpduSetState + *fill* 0x000000004017c0ee 0x2 + .text.rcSetTxAmpduLimit + 0x000000004017c0f0 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c0f0 rcSetTxAmpduLimit + *fill* 0x000000004017c12b 0x0 + *fill* 0x000000004017c12b 0x1 + .text.rcGetDefaultHigestRateIdx + 0x000000004017c12c 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c12c rcGetDefaultHigestRateIdx + *fill* 0x000000004017c144 0x0 + *fill* 0x000000004017c144 0x0 + *fill* 0x000000004017c144 0x0 + *fill* 0x000000004017c144 0x0 + *fill* 0x000000004017c144 0x0 + .text.rcUpdateAckSnr + 0x000000004017c144 0x4f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x000000004017c144 rcUpdateAckSnr + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x0 + *fill* 0x000000004017c193 0x1 + .text.wDev_SetAuthed + 0x000000004017c194 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004017c194 wDev_SetAuthed + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x0 + *fill* 0x000000004017c199 0x3 + .text.wDev_RxSecError + 0x000000004017c19c 0x2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004017c19c wDev_RxSecError + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + *fill* 0x000000004017c1c8 0x0 + .text.mpu_hal_set_region_access + 0x000000004017c1c8 0x4c esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x000000004017c1c8 mpu_hal_set_region_access + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + *fill* 0x000000004017c214 0x0 + .text.esp_phy_modem_init + 0x000000004017c214 0x5 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000004017c214 esp_phy_modem_init + *fill* 0x000000004017c219 0x3 + .text.esp_phy_modem_deinit + 0x000000004017c21c 0x5 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000004017c21c esp_phy_modem_deinit + *fill* 0x000000004017c221 0x0 + *fill* 0x000000004017c221 0x0 + *fill* 0x000000004017c221 0x3 + .text.esp_phy_update_country_info + 0x000000004017c224 0x7 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x000000004017c224 esp_phy_update_country_info + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x0 + *fill* 0x000000004017c22b 0x1 + .text.get_ip_info + 0x000000004017c22c 0x2e esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004017c25a 0x2 + .text.node_insert_to_list + 0x000000004017c25c 0x3b esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004017c297 0x1 + .text.add_msg_type + 0x000000004017c298 0x14 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004017c2ac 0x0 + .text.add_end 0x000000004017c2ac 0xc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004017c2b8 0x0 + *fill* 0x000000004017c2b8 0x0 + *fill* 0x000000004017c2b8 0x0 + .text.dhcps_poll_set + 0x000000004017c2b8 0x123 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + *fill* 0x000000004017c3db 0x0 + *fill* 0x000000004017c3db 0x0 + *fill* 0x000000004017c3db 0x1 + .text.dhcps_set_option_info + 0x000000004017c3dc 0xac esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004017c3dc dhcps_set_option_info + .text.node_remove_from_list + 0x000000004017c488 0x35 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004017c488 node_remove_from_list + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x0 + *fill* 0x000000004017c4bd 0x3 + .text.dhcps_set_new_lease_cb + 0x000000004017c4c0 0x15 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x000000004017c4c0 dhcps_set_new_lease_cb + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x0 + *fill* 0x000000004017c4d5 0x3 + .text.low_level_init + 0x000000004017c4d8 0x20 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + *fill* 0x000000004017c4f8 0x0 + *fill* 0x000000004017c4f8 0x0 + *fill* 0x000000004017c4f8 0x0 + *fill* 0x000000004017c4f8 0x0 + *fill* 0x000000004017c4f8 0x0 + .text.wpa_ap_get_peer_spp_msg + 0x000000004017c4f8 0x1f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x000000004017c4f8 wpa_ap_get_peer_spp_msg + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x0 + *fill* 0x000000004017c517 0x1 + .text.supplicant_sta_conn_handler + 0x000000004017c518 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x000000004017c518 supplicant_sta_conn_handler + *fill* 0x000000004017c51d 0x3 + .text.supplicant_sta_disconn_handler + 0x000000004017c520 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x000000004017c520 supplicant_sta_disconn_handler + *fill* 0x000000004017c525 0x3 + .text.esp_set_scan_ie + 0x000000004017c528 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x000000004017c528 esp_set_scan_ie + *fill* 0x000000004017c52d 0x0 + *fill* 0x000000004017c52d 0x0 + *fill* 0x000000004017c52d 0x3 + .text.wpa3_sae_is_group_enabled + 0x000000004017c530 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x0 + *fill* 0x000000004017c556 0x2 + .text.wpa_status_to_reason_code + 0x000000004017c558 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x000000004017c558 wpa_status_to_reason_code + *fill* 0x000000004017c5b0 0x0 + *fill* 0x000000004017c5b0 0x0 + *fill* 0x000000004017c5b0 0x0 + .text.crypto_ec_get_prime + 0x000000004017c5b0 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x000000004017c5b0 crypto_ec_get_prime + *fill* 0x000000004017c5b7 0x1 + .text.crypto_ec_get_order + 0x000000004017c5b8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x000000004017c5b8 crypto_ec_get_order + .text.crypto_ec_get_b + 0x000000004017c5c0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x000000004017c5c0 crypto_ec_get_b + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + *fill* 0x000000004017c5c8 0x0 + .text.crypto_ec_get_mbedtls_to_nist_group_id + 0x000000004017c5c8 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x000000004017c5c8 crypto_ec_get_mbedtls_to_nist_group_id + *fill* 0x000000004017c60a 0x0 + *fill* 0x000000004017c60a 0x2 + .text.crypto_mbedtls_get_grp_id + 0x000000004017c60c 0x25 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x000000004017c60c crypto_mbedtls_get_grp_id + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x0 + *fill* 0x000000004017c631 0x3 + .text.wpa_auth_pmksa_free_cb + 0x000000004017c634 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c639 0x3 + .text.wpa_request_new_ptk + 0x000000004017c63c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c64e 0x2 + .text.sm_WPA_PTK_DISCONNECTED_Enter + 0x000000004017c650 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c672 0x2 + .text.sm_WPA_PTK_PTKCALCNEGOTIATING2_Enter + 0x000000004017c674 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c696 0x2 + .text.ieee80211w_kde_len + 0x000000004017c698 0x19 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c6b1 0x3 + .text.sm_WPA_PTK_GROUP_IDLE_Enter + 0x000000004017c6b4 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c6e2 0x2 + .text.sm_WPA_PTK_GROUP_REKEYESTABLISHED_Enter + 0x000000004017c6e4 0x3b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c71f 0x1 + .text.sm_WPA_PTK_GROUP_KEYERROR_Enter + 0x000000004017c720 0x39 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x0 + *fill* 0x000000004017c759 0x3 + .text.wpa_auth_uses_mfp + 0x000000004017c75c 0x12 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x000000004017c75c wpa_auth_uses_mfp + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x0 + *fill* 0x000000004017c76e 0x2 + .text.ap_sta_list_del + 0x000000004017c770 0x22 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + *fill* 0x000000004017c792 0x0 + *fill* 0x000000004017c792 0x2 + .text.ap_sta_hash_add + 0x000000004017c794 0x16 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x000000004017c794 ap_sta_hash_add + *fill* 0x000000004017c7aa 0x2 + .text.sae_set_state + 0x000000004017c7ac 0x9 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000004017c7b5 0x3 + .text.sae_get_password + 0x000000004017c7b8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.use_sae_anti_clogging + 0x000000004017c7c8 0x55 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000004017c81d 0x0 + *fill* 0x000000004017c81d 0x3 + .text.sae_status_success + 0x000000004017c820 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .text.sae_is_group_enabled + 0x000000004017c880 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x0 + *fill* 0x000000004017c8a6 0x2 + .text.wpa_res_to_status_code + 0x000000004017c8a8 0x85 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x000000004017c8a8 wpa_res_to_status_code + *fill* 0x000000004017c92d 0x0 + *fill* 0x000000004017c92d 0x0 + *fill* 0x000000004017c92d 0x0 + *fill* 0x000000004017c92d 0x3 + .text.const_time_memcmp + 0x000000004017c930 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000004017c96a 0x2 + .text.sswu_curve_param + 0x000000004017c96c 0x15 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000004017c981 0x3 + .text.sae_is_password_id_elem + 0x000000004017c984 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000004017c9c6 0x2 + .text.sae_is_rejected_groups_elem + 0x000000004017c9c8 0x44 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .text.sae_is_token_container_elem + 0x000000004017ca0c 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000004017ca4e 0x2 + .text.sae_parse_commit_token + 0x000000004017ca50 0x4a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x0 + *fill* 0x000000004017ca9a 0x2 + .text.sae_ecc_prime_len_2_hash_len + 0x000000004017ca9c 0x1c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004017ca9c sae_ecc_prime_len_2_hash_len + .text.sae_ffc_prime_len_2_hash_len + 0x000000004017cab8 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x000000004017cab8 sae_ffc_prime_len_2_hash_len + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x0 + *fill* 0x000000004017cad5 0x3 + .text.wpa_cipher_to_alg + 0x000000004017cad8 0x2e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004017cad8 wpa_cipher_to_alg + *fill* 0x000000004017cb06 0x2 + .text.wpa_cipher_valid_pairwise + 0x000000004017cb08 0x46 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004017cb08 wpa_cipher_valid_pairwise + *fill* 0x000000004017cb4e 0x0 + *fill* 0x000000004017cb4e 0x2 + .text.rsn_cipher_put_suites + 0x000000004017cb50 0x5b esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004017cb50 rsn_cipher_put_suites + *fill* 0x000000004017cbab 0x1 + .text.wpa_cipher_put_suites + 0x000000004017cbac 0x5a esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x000000004017cbac wpa_cipher_put_suites + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x0 + *fill* 0x000000004017cc06 0x2 + .text.wpa_supplicant_gtk_tx_bit_workaround + 0x000000004017cc08 0x11 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x000000004017cc08 wpa_supplicant_gtk_tx_bit_workaround + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x0 + *fill* 0x000000004017cc19 0x3 + .text.wpabuf_put + 0x000000004017cc1c 0xf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x000000004017cc1c wpabuf_put + *fill* 0x000000004017cc2b 0x0 + *fill* 0x000000004017cc2b 0x0 + *fill* 0x000000004017cc2b 0x1 + .text.d_invert + 0x000000004017cc2c 0x17 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + *fill* 0x000000004017cc43 0x1 + .text.sae_pk_buf_shift_left_1 + 0x000000004017cc44 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .text.sae_group_2_hash_len + 0x000000004017cc74 0x26 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + *fill* 0x000000004017cc9a 0x0 + *fill* 0x000000004017cc9a 0x0 + *fill* 0x000000004017cc9a 0x0 + *fill* 0x000000004017cc9a 0x2 + .text.sae_pk_get_be19 + 0x000000004017cc9c 0x1d esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x000000004017cc9c sae_pk_get_be19 + *fill* 0x000000004017ccb9 0x3 + .text.sae_pk_buf_shift_left_19 + 0x000000004017ccbc 0x3a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x000000004017ccbc sae_pk_buf_shift_left_19 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x0 + *fill* 0x000000004017ccf6 0x2 + .text.wpa_sm_mlme_setprotection + 0x000000004017ccf8 0x7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x000000004017ccf8 wpa_sm_mlme_setprotection + *fill* 0x000000004017ccff 0x1 + .text.wpa_sm_disassociate + 0x000000004017cd00 0x5 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x000000004017cd00 wpa_sm_disassociate + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x0 + *fill* 0x000000004017cd05 0x3 + .text.dbl 0x000000004017cd08 0x42 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + *fill* 0x000000004017cd4a 0x2 + .text.xor 0x000000004017cd4c 0x21 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + *fill* 0x000000004017cd6d 0x3 + .text.xorend 0x000000004017cd70 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + *fill* 0x000000004017cd98 0x0 + .text.pmksa_cache_get_current + 0x000000004017cd98 0xa esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004017cd98 pmksa_cache_get_current + *fill* 0x000000004017cda2 0x2 + .text.pmksa_cache_clear_current + 0x000000004017cda4 0xc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x000000004017cda4 pmksa_cache_clear_current + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + *fill* 0x000000004017cdb0 0x0 + .text._ZNSt9type_infoD2Ev + 0x000000004017cdb0 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0x000000004017cdb0 std::type_info::~type_info() + 0x000000004017cdb0 std::type_info::~type_info() + *fill* 0x000000004017cdb5 0x3 + .text._ZNKSt9type_info14__is_pointer_pEv + 0x000000004017cdb8 0x7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0x000000004017cdb8 std::type_info::__is_function_p() const + 0x000000004017cdb8 std::type_info::__is_pointer_p() const + *fill* 0x000000004017cdbf 0x0 + *fill* 0x000000004017cdbf 0x1 + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + 0x000000004017cdc0 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004017cdc0 __cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const + *fill* 0x000000004017cdf2 0x2 + .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + 0x000000004017cdf4 0x11 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x000000004017cdf4 __cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x0 + *fill* 0x000000004017ce05 0x3 + .text._ZNSt9exceptionD2Ev + 0x000000004017ce08 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + 0x000000004017ce08 std::exception::~exception() + 0x000000004017ce08 std::exception::~exception() + *fill* 0x000000004017ce0d 0x0 + *fill* 0x000000004017ce0d 0x0 + *fill* 0x000000004017ce0d 0x0 + *fill* 0x000000004017ce0d 0x3 + .text 0x000000004017ce10 0x59 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + 0x000000004017ce10 __divsf3 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x0 + *fill* 0x000000004017ce69 0x3 + .text.spur_cal$part$8 + 0x000000004017ce6c 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x0 + *fill* 0x000000004017ceb6 0x2 + .text.phy_byte_to_word + 0x000000004017ceb8 0x23 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000004017ceb8 phy_byte_to_word + *fill* 0x000000004017cedb 0x0 + *fill* 0x000000004017cedb 0x0 + *fill* 0x000000004017cedb 0x1 + .text.phy_rfcal_data_check + 0x000000004017cedc 0xc7 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x000000004017cedc phy_rfcal_data_check + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x0 + *fill* 0x000000004017cfa3 0x1 + .text.ram_rfpll_reset + 0x000000004017cfa4 0x5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000004017cfa4 ram_rfpll_reset + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x0 + *fill* 0x000000004017cfa9 0x3 + .text 0x000000004017cfac 0x7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + 0x000000004017cfac _user_strerror + *fill* 0x000000004017cfb3 0x0 + *fill* 0x000000004017cfb3 0x0 + *fill* 0x000000004017cfb3 0x0 + *fill* 0x000000004017cfb3 0x0 + *fill* 0x000000004017cfb3 0x1 + .text 0x000000004017cfb4 0x80 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + 0x000000004017cfb4 __sflags + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *fill* 0x000000004017d034 0x0 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifi0iram.*) + *(.wifiextrairam .wifiextrairam.*) + .wifiextrairam.6 + 0x000000004017d034 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x72 (size before relaxing) + 0x000000004017d038 ieee80211_alloc_tx_buf + *fill* 0x000000004017d08e 0x2 + .wifiextrairam.19 + 0x000000004017d090 0x6e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x72 (size before relaxing) + 0x000000004017d09c ieee80211_align_eb + *fill* 0x000000004017d0fe 0x2 + .wifiextrairam.5 + 0x000000004017d100 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x99 (size before relaxing) + 0x000000004017d114 ieee80211_post_hmac_tx + *fill* 0x000000004017d17d 0x3 + .wifiextrairam.7 + 0x000000004017d180 0x188 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x1c0 (size before relaxing) + 0x000000004017d19c ieee80211_output_do + .wifiextrairam.10 + 0x000000004017d308 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2d (size before relaxing) + 0x000000004017d30c esp_wifi_internal_tx + *fill* 0x000000004017d331 0x3 + .wifiextrairam.62 + 0x000000004017d334 0xed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x109 (size before relaxing) + 0x000000004017d338 ieee80211_set_tx_desc + *fill* 0x000000004017d421 0x3 + .wifiextrairam.44 + 0x000000004017d424 0x1ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x1c0 (size before relaxing) + 0x000000004017d44c sta_rx_eapol + .wifiextrairam.5 + 0x000000004017d5d0 0x1d6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x1f6 (size before relaxing) + 0x000000004017d5dc esf_buf_alloc_dynamic + *fill* 0x000000004017d7a6 0x2 + .wifiextrairam.5 + 0x000000004017d7a8 0x176 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x18e (size before relaxing) + 0x000000004017d7c4 lmacSetTxFrame + *fill* 0x000000004017d91e 0x2 + .wifiextrairam.20 + 0x000000004017d920 0xaf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0xce (size before relaxing) + 0x000000004017d92c lmacDiscardFrameExchangeSequence + *fill* 0x000000004017d9cf 0x1 + .wifiextrairam.15 + 0x000000004017d9d0 0xf2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x116 (size before relaxing) + 0x000000004017d9d8 lmacProcessTxSuccess + *fill* 0x000000004017dac2 0x2 + .wifiextrairam.35 + 0x000000004017dac4 0x16c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1cc (size before relaxing) + 0x000000004017dadc lmacProcessTxComplete + .wifiextrairam.46 + 0x000000004017dc30 0x200 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x260 (size before relaxing) + 0x000000004017dc34 pm_tx_data_process + .wifiextrairam.52 + 0x000000004017de30 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x17 (size before relaxing) + 0x000000004017de30 pm_on_data_tx + *fill* 0x000000004017de40 0x0 + .wifiextrairam.17 + 0x000000004017de40 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x6f (size before relaxing) + 0x000000004017de48 ppRecycleRxPkt + *fill* 0x000000004017de9b 0x1 + .wifiextrairam.19 + 0x000000004017de9c 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5f (size before relaxing) + 0x000000004017de9c pp_coex_tx_release + *fill* 0x000000004017def7 0x1 + .wifiextrairam.44 + 0x000000004017def8 0x2a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2e (size before relaxing) + 0x000000004017def8 ppTxqUpdateBitmap + *fill* 0x000000004017df22 0x2 + .wifiextrairam.48 + 0x000000004017df24 0x5b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x73 (size before relaxing) + 0x000000004017df2c ppEnqueueTxDone + *fill* 0x000000004017df7f 0x1 + .wifiextrairam.50 + 0x000000004017df80 0x25 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x29 (size before relaxing) + 0x000000004017df80 ppDequeueTxDone_Locked + *fill* 0x000000004017dfa5 0x3 + .wifiextrairam.21 + 0x000000004017dfa8 0x162 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x18e (size before relaxing) + 0x000000004017dfc0 ppProcTxDone + *fill* 0x000000004017e10a 0x2 + .wifiextrairam.60 + 0x000000004017e10c 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x93 (size before relaxing) + 0x000000004017e114 ppGetTxframe + *fill* 0x000000004017e19b 0x1 + .wifiextrairam.64 + 0x000000004017e19c 0xf6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x106 (size before relaxing) + 0x000000004017e1a0 ppMapWaitTxq + *fill* 0x000000004017e292 0x2 + .wifiextrairam.65 + 0x000000004017e294 0x59 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x65 (size before relaxing) + 0x000000004017e298 ppProcessWaitingQueue + *fill* 0x000000004017e2ed 0x3 + .wifiextrairam.62 + 0x000000004017e2f0 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x9a (size before relaxing) + 0x000000004017e2f0 ppSelectNextQueue + *fill* 0x000000004017e37e 0x2 + .wifiextrairam.39 + 0x000000004017e380 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xab (size before relaxing) + 0x000000004017e388 ppAssembleAMPDU + *fill* 0x000000004017e40f 0x1 + .wifiextrairam.41 + 0x000000004017e410 0xaf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0xc3 (size before relaxing) + 0x000000004017e414 ppAMPDU2Normal + *fill* 0x000000004017e4bf 0x1 + .wifiextrairam.72 + 0x000000004017e4c0 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x5d (size before relaxing) + 0x000000004017e4c8 ppDirectRecycleAmpdu + *fill* 0x000000004017e515 0x3 + .wifiextrairam.73 + 0x000000004017e518 0x70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x88 (size before relaxing) + 0x000000004017e518 ppRecycleAmpdu + .wifiextrairam.74 + 0x000000004017e588 0x7c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x8c (size before relaxing) + 0x000000004017e588 ppRegressAmpdu + .wifiextrairam.13 + 0x000000004017e604 0x8f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x9f (size before relaxing) + 0x000000004017e610 rcGetRate + *fill* 0x000000004017e693 0x1 + .wifiextrairam.19 + 0x000000004017e694 0x89 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0xa1 (size before relaxing) + 0x000000004017e694 trc_onPPTxDone + *fill* 0x000000004017e71d 0x3 + .wifiextrairam.6 + 0x000000004017e720 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x2c (size before relaxing) + 0x000000004017e720 hal_mac_txq_disable + .wifiextrairam.16 + 0x000000004017e744 0x73 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x7b (size before relaxing) + 0x000000004017e750 hal_get_tsf_time + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *fill* 0x000000004017e7b7 0x0 + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifirxiram.*) + *(.wifislpiram .wifislpiram.*) + *fill* 0x000000004017e7b7 0x1 + .wifislpiram.54 + 0x000000004017e7b8 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x17 (size before relaxing) + 0x000000004017e7b8 esp_wifi_internal_update_mac_time + *fill* 0x000000004017e7cb 0x1 + .wifislpiram.5 + 0x000000004017e7cc 0x27 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x2b (size before relaxing) + 0x000000004017e7cc pm_get_connectionless_status + *fill* 0x000000004017e7f3 0x1 + .wifislpiram.19 + 0x000000004017e7f4 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x1b (size before relaxing) + 0x000000004017e7f4 pm_disable_dream_timer + *fill* 0x000000004017e807 0x1 + .wifislpiram.20 + 0x000000004017e808 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x34 (size before relaxing) + 0x000000004017e808 pm_enable_dream_timer + .wifislpiram.22 + 0x000000004017e830 0x143 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x183 (size before relaxing) + 0x000000004017e834 pm_update_by_connectionless_status + *fill* 0x000000004017e973 0x1 + .wifislpiram.34 + 0x000000004017e974 0x57 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x67 (size before relaxing) + 0x000000004017e97c pm_handle_tbtt_interval + *fill* 0x000000004017e9cb 0x1 + .wifislpiram.36 + 0x000000004017e9cc 0x2e9 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x339 (size before relaxing) + 0x000000004017e9d4 pm_update_next_tbtt + *fill* 0x000000004017ecb5 0x3 + .wifislpiram.42 + 0x000000004017ecb8 0x5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x6a (size before relaxing) + 0x000000004017ecb8 pm_connectionless_wake_interval_timeout_process + *fill* 0x000000004017ed12 0x2 + .wifislpiram.43 + 0x000000004017ed14 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x70 (size before relaxing) + 0x000000004017ed14 pm_connectionless_wake_window_timeout_process + .wifislpiram.3 + 0x000000004017ed64 0x13 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + *fill* 0x000000004017ed77 0x1 + .wifislpiram.4 + 0x000000004017ed78 0x9e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0xae (size before relaxing) + 0x000000004017ed84 pp_timer_do_process + *fill* 0x000000004017ee16 0x2 + .wifislpiram.16 + 0x000000004017ee18 0x1e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x000000004017ee1c wdev_csi_len_align + *fill* 0x000000004017ee36 0x2 + .wifislpiram.26 + 0x000000004017ee38 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x28 (size before relaxing) + 0x000000004017ee3c wDev_DiscardFrame + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + *fill* 0x000000004017ee5c 0x0 + .wifislpiram.6 + 0x000000004017ee5c 0x29 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x000000004017ee5c pp_hdrsize + *fill* 0x000000004017ee85 0x0 + *fill* 0x000000004017ee85 0x0 + *fill* 0x000000004017ee85 0x0 + *fill* 0x000000004017ee85 0x0 + *(EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram EXCLUDE_FILE(*libpp.a *libnet80211.a) .wifislprxiram.*) + *libdriver.a:gptimer.*(.literal.gptimer_acquire_group_handle .literal.gptimer_del_timer .literal.gptimer_destroy .literal.gptimer_disable .literal.gptimer_enable .literal.gptimer_get_captured_count .literal.gptimer_get_raw_count .literal.gptimer_get_resolution .literal.gptimer_new_timer .literal.gptimer_register_event_callbacks .literal.gptimer_register_to_group .literal.gptimer_release_group_handle .literal.gptimer_select_periph_clock .literal.gptimer_set_alarm_action .literal.gptimer_set_raw_count .literal.gptimer_start .literal.gptimer_stop .literal.gptimer_unregister_from_group .literal.timer_ll_set_clock_prescale .text .text.gptimer_acquire_group_handle .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_release_group_handle .text.gptimer_select_periph_clock .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group .text.timer_ll_set_clock_prescale) + *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) + *fill* 0x000000004017ee85 0x3 + .text.esp_event_handler_register + 0x000000004017ee88 0x22 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x000000004017ee88 esp_event_handler_register + *fill* 0x000000004017eeaa 0x2 + .text.esp_event_handler_unregister + 0x000000004017eeac 0x21 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x000000004017eeac esp_event_handler_unregister + *fill* 0x000000004017eecd 0x3 + .text.esp_event_post + 0x000000004017eed0 0x25 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x000000004017eed0 esp_event_post + *fill* 0x000000004017eef5 0x3 + .text.esp_event_loop_create_default + 0x000000004017eef8 0x2a esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x2e (size before relaxing) + 0x000000004017eef8 esp_event_loop_create_default + *fill* 0x000000004017ef22 0x0 + *fill* 0x000000004017ef22 0x0 + *fill* 0x000000004017ef22 0x0 + *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.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 .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.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) + *fill* 0x000000004017ef22 0x2 + .text.handler_instances_remove_all + 0x000000004017ef24 0x3c esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.base_node_remove_all_handler + 0x000000004017ef60 0x3e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004017ef9e 0x2 + .text.loop_node_remove_all_handler + 0x000000004017efa0 0x3e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x46 (size before relaxing) + *fill* 0x000000004017efde 0x2 + .text.handler_instances_add + 0x000000004017efe0 0xa6 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f086 0x2 + .text.base_node_add_handler + 0x000000004017f088 0xce esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f156 0x2 + .text.loop_node_add_handler + 0x000000004017f158 0xef esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f247 0x1 + .text.handler_instances_remove + 0x000000004017f248 0x85 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f2cd 0x3 + .text.base_node_remove_handler + 0x000000004017f2d0 0x6d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f33d 0x3 + .text.loop_node_remove_handler + 0x000000004017f340 0x7b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017f3bb 0x1 + .text.esp_event_loop_create + 0x000000004017f3bc 0x148 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f3bc esp_event_loop_create + .text.esp_event_loop_run + 0x000000004017f504 0x13e esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f504 esp_event_loop_run + *fill* 0x000000004017f642 0x2 + .text.esp_event_loop_run_task + 0x000000004017f644 0x34 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .text.esp_event_loop_delete + 0x000000004017f678 0xb4 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xb8 (size before relaxing) + 0x000000004017f678 esp_event_loop_delete + .text.esp_event_handler_register_with_internal + 0x000000004017f72c 0x138 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f72c esp_event_handler_register_with_internal + .text.esp_event_handler_register_with + 0x000000004017f864 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f864 esp_event_handler_register_with + *fill* 0x000000004017f881 0x3 + .text.esp_event_handler_unregister_with_internal + 0x000000004017f884 0xd6 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f884 esp_event_handler_unregister_with_internal + *fill* 0x000000004017f95a 0x2 + .text.esp_event_handler_unregister_with + 0x000000004017f95c 0x1d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f95c esp_event_handler_unregister_with + *fill* 0x000000004017f979 0x3 + .text.esp_event_post_to + 0x000000004017f97c 0x126 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0x000000004017f97c esp_event_post_to + *fill* 0x000000004017faa2 0x2 + .text.handler_execute + 0x000000004017faa4 0x32 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *fill* 0x000000004017fad6 0x0 + *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* 0x000000004017fad6 0x2 + .text.esp_cpu_set_breakpoint + 0x000000004017fad8 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x000000004017fad8 esp_cpu_set_breakpoint + *libesp_hw_support.a:esp_gpio_reserve.*(.text) + *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_rst_en_mask .literal.periph_ll_reset .literal.periph_ll_wifi_module_disable_clk_set_rst .literal.periph_ll_wifi_module_enable_clk_clear_rst .literal.periph_module_disable .literal.periph_module_enable .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_rst_en_mask .text.periph_ll_reset .text.periph_ll_wifi_module_disable_clk_set_rst .text.periph_ll_wifi_module_enable_clk_clear_rst .text.periph_module_disable .text.periph_module_enable) + .text.periph_ll_get_clk_en_mask + 0x000000004017fafc 0x216 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004017fd12 0x2 + .text.periph_ll_get_rst_en_mask + 0x000000004017fd14 0x1ce esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004017fee2 0x2 + .text.periph_ll_enable_clk_clear_rst + 0x000000004017fee4 0x10f esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004017fff3 0x1 + .text.periph_ll_disable_clk_set_rst + 0x000000004017fff4 0x111 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x0000000040180105 0x3 + .text.periph_ll_reset + 0x0000000040180108 0xfd esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x101 (size before relaxing) + *fill* 0x0000000040180205 0x3 + .text.periph_ll_wifi_module_enable_clk_clear_rst + 0x0000000040180208 0x2b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x0000000040180233 0x1 + .text.periph_ll_wifi_module_disable_clk_set_rst + 0x0000000040180234 0x2b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + *fill* 0x000000004018025f 0x1 + .text.periph_module_enable + 0x0000000040180260 0x83 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x87 (size before relaxing) + 0x0000000040180260 periph_module_enable + *fill* 0x00000000401802e3 0x1 + .text.periph_module_disable + 0x00000000401802e4 0x7b esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x7f (size before relaxing) + 0x00000000401802e4 periph_module_disable + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 0x0 + *fill* 0x000000004018035f 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* 0x000000004018035f 0x1 + .text.s_sar_power_acquire + 0x0000000040180360 0x67 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + *fill* 0x00000000401803c7 0x1 + .text.s_sar_power_release + 0x00000000401803c8 0x93 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + *fill* 0x000000004018045b 0x1 + .text.sar_periph_ctrl_init + 0x000000004018045c 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x000000004018045c sar_periph_ctrl_init + .text.sar_periph_ctrl_pwdet_power_acquire + 0x0000000040180474 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0xb (size before relaxing) + 0x0000000040180474 sar_periph_ctrl_pwdet_power_acquire + *fill* 0x000000004018047c 0x0 + .text.sar_periph_ctrl_pwdet_power_release + 0x000000004018047c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0xb (size before relaxing) + 0x000000004018047c sar_periph_ctrl_pwdet_power_release + *fill* 0x0000000040180484 0x0 + *fill* 0x0000000040180484 0x0 + *fill* 0x0000000040180484 0x0 + *fill* 0x0000000040180484 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) + *fill* 0x0000000040180484 0x0 + .text.esp_get_free_heap_size + 0x0000000040180484 0x10 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x0000000040180484 esp_get_free_heap_size + .text.esp_get_free_internal_heap_size + 0x0000000040180494 0x10 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x0000000040180494 esp_get_free_internal_heap_size + *fill* 0x00000000401804a4 0x0 + *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_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) + .text.esp_cpu_intr_enable + 0x00000000401804a4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401804b2 0x2 + .text.esp_cpu_intr_disable + 0x00000000401804b4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401804c2 0x2 + .text.mutex_delete_wrapper + 0x00000000401804c4 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401804d2 0x2 + .text.wifi_thread_semphr_free + 0x00000000401804d4 0xf esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401804e3 0x1 + .text.get_time_wrapper + 0x00000000401804e4 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_clock_disable_wrapper + 0x00000000401804f4 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401804ff 0x1 + .text.wifi_clock_enable_wrapper + 0x0000000040180500 0xb esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018050b 0x1 + .text.wifi_reset_mac_wrapper + 0x000000004018050c 0xe esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018051a 0x2 + .text.esp_phy_enable_wrapper + 0x000000004018051c 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x16 (size before relaxing) + *fill* 0x000000004018052e 0x2 + .text.esp_phy_disable_wrapper + 0x0000000040180530 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x16 (size before relaxing) + *fill* 0x0000000040180542 0x2 + .text.esp_event_post_wrapper + 0x0000000040180544 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x28 (size before relaxing) + .text.task_create_wrapper + 0x0000000040180568 0x1e esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180586 0x2 + .text.task_create_pinned_to_core_wrapper + 0x0000000040180588 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.event_group_wait_bits_wrapper + 0x00000000401805ac 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_recv_wrapper + 0x00000000401805d4 0x23 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401805f7 0x1 + .text.queue_send_to_front_wrapper + 0x00000000401805f8 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018060d 0x3 + .text.queue_send_to_back_wrapper + 0x0000000040180610 0x15 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180625 0x3 + .text.queue_send_wrapper + 0x0000000040180628 0x26 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018064e 0x2 + .text.queue_delete_wrapper + 0x0000000040180650 0x28 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.queue_create_wrapper + 0x0000000040180678 0x40 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.recursive_mutex_create_wrapper + 0x00000000401806b8 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.mutex_create_wrapper + 0x00000000401806c8 0x10 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.wifi_thread_semphr_get_wrapper + 0x00000000401806d8 0x58 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .text.set_isr_wrapper + 0x0000000040180730 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180742 0x2 + .text.set_intr_wrapper + 0x0000000040180744 0x12 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180756 0x2 + .text.wifi_create_queue + 0x0000000040180758 0x24 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040180758 wifi_create_queue + .text.wifi_create_queue_wrapper + 0x000000004018077c 0x11 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018078d 0x3 + .text.wifi_delete_queue + 0x0000000040180790 0x17 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x0000000040180790 wifi_delete_queue + *fill* 0x00000000401807a7 0x1 + .text.wifi_delete_queue_wrapper + 0x00000000401807a8 0xa esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xe (size before relaxing) + *fill* 0x00000000401807b2 0x0 + *fill* 0x00000000401807b2 0x2 + .text.clear_intr_wrapper + 0x00000000401807b4 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807b9 0x3 + .text.task_get_max_priority_wrapper + 0x00000000401807bc 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807c3 0x1 + .text.coex_init_wrapper + 0x00000000401807c4 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807cb 0x1 + .text.coex_deinit_wrapper + 0x00000000401807cc 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807d1 0x3 + .text.coex_enable_wrapper + 0x00000000401807d4 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807db 0x1 + .text.coex_disable_wrapper + 0x00000000401807dc 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807e1 0x3 + .text.coex_wifi_request_wrapper + 0x00000000401807e4 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807eb 0x1 + .text.coex_wifi_channel_set_wrapper + 0x00000000401807ec 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807f3 0x1 + .text.coex_schm_status_bit_clear_wrapper + 0x00000000401807f4 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x00000000401807f9 0x3 + .text.coex_schm_status_bit_set_wrapper + 0x00000000401807fc 0x5 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180801 0x3 + .text.coex_schm_interval_get_wrapper + 0x0000000040180804 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018080b 0x1 + .text.coex_schm_curr_period_get_wrapper + 0x000000004018080c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180813 0x1 + .text.coex_schm_curr_phase_get_wrapper + 0x0000000040180814 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018081b 0x1 + .text.coex_register_start_cb_wrapper + 0x000000004018081c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180823 0x1 + .text.coex_schm_process_restart_wrapper + 0x0000000040180824 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018082b 0x1 + .text.coex_schm_register_cb_wrapper + 0x000000004018082c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180833 0x1 + .text.coex_schm_flexible_period_set_wrapper + 0x0000000040180834 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x000000004018083b 0x1 + .text.coex_schm_flexible_period_get_wrapper + 0x000000004018083c 0x7 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *fill* 0x0000000040180843 0x0 + *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) + *fill* 0x0000000040180843 0x1 + .text.wifi_ap_receive + 0x0000000040180844 0x1c esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_driver_start + 0x0000000040180860 0x24 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.wifi_free + 0x0000000040180884 0xc esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0xf (size before relaxing) + *fill* 0x0000000040180890 0x0 + .text.wifi_transmit + 0x0000000040180890 0x14 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .text.esp_wifi_create_if_driver + 0x00000000401808a4 0x3d esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000401808a4 esp_wifi_create_if_driver + *fill* 0x00000000401808e1 0x3 + .text.esp_wifi_get_if_mac + 0x00000000401808e4 0x26 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x2a (size before relaxing) + 0x00000000401808e4 esp_wifi_get_if_mac + *fill* 0x000000004018090a 0x2 + .text.esp_wifi_register_if_rxcb + 0x000000004018090c 0xca esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0xce (size before relaxing) + 0x000000004018090c esp_wifi_register_if_rxcb + *fill* 0x00000000401809d6 0x0 + *fill* 0x00000000401809d6 0x0 + *fill* 0x00000000401809d6 0x0 + *fill* 0x00000000401809d6 0x2 + .text.esp_wifi_is_if_ready_when_started + 0x00000000401809d8 0x19 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x00000000401809d8 esp_wifi_is_if_ready_when_started + *fill* 0x00000000401809f1 0x0 + *libfreertos.a:app_startup.*(.literal .literal.* .text .text.*) + *fill* 0x00000000401809f1 0x3 + .text.other_cpu_startup_idle_hook_cb + 0x00000000401809f4 0x12 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x0000000040180a06 0x2 + .text.main_task + 0x0000000040180a08 0xd7 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + *fill* 0x0000000040180adf 0x1 + .text.esp_startup_start_app + 0x0000000040180ae0 0x70 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x0000000040180ae0 esp_startup_start_app + .text.esp_startup_start_app_other_cores + 0x0000000040180b50 0x58 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x0000000040180b50 esp_startup_start_app_other_cores + *fill* 0x0000000040180ba8 0x0 + *fill* 0x0000000040180ba8 0x0 + *fill* 0x0000000040180ba8 0x0 + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + *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_block_owner .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl) + .text.multi_heap_register_impl + 0x0000000040180ba8 0x4c esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x50 (size before relaxing) + 0x0000000040180ba8 multi_heap_register + 0x0000000040180ba8 multi_heap_register_impl + .text.multi_heap_get_info_impl + 0x0000000040180bf4 0x68 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x70 (size before relaxing) + 0x0000000040180bf4 multi_heap_get_info_impl + 0x0000000040180bf4 multi_heap_get_info + .text.multi_heap_get_info_tlsf + 0x0000000040180c5c 0x24 esp-idf/heap/libheap.a(multi_heap.c.obj) + .text.multi_heap_free_size_impl + 0x0000000040180c80 0xe esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x0000000040180c80 multi_heap_free_size + 0x0000000040180c80 multi_heap_free_size_impl + *fill* 0x0000000040180c8e 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) + *fill* 0x0000000040180c8e 0x2 + .text.control_construct + 0x0000000040180c90 0x176 esp-idf/heap/libheap.a(tlsf.c.obj) + *fill* 0x0000000040180e06 0x2 + .text.default_walker + 0x0000000040180e08 0x1f esp-idf/heap/libheap.a(tlsf.c.obj) + 0x22 (size before relaxing) + *fill* 0x0000000040180e27 0x1 + .text.tlsf_walk_pool + 0x0000000040180e28 0x52 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x0000000040180e28 tlsf_walk_pool + *fill* 0x0000000040180e7a 0x2 + .text.tlsf_fit_size + 0x0000000040180e7c 0x34 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x0000000040180e7c tlsf_fit_size + .text.tlsf_add_pool + 0x0000000040180eb0 0x196 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x19e (size before relaxing) + 0x0000000040180eb0 tlsf_add_pool + *fill* 0x0000000040181046 0x2 + .text.tlsf_create + 0x0000000040181048 0x28 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x0000000040181048 tlsf_create + .text.tlsf_create_with_pool + 0x0000000040181070 0x2b esp-idf/heap/libheap.a(tlsf.c.obj) + 0x2f (size before relaxing) + 0x0000000040181070 tlsf_create_with_pool + *fill* 0x000000004018109b 0x0 + *fill* 0x000000004018109b 0x0 + *fill* 0x000000004018109b 0x1 + .text.tlsf_pool_overhead + 0x000000004018109c 0x7 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x000000004018109c tlsf_pool_overhead + *fill* 0x00000000401810a3 0x0 + *fill* 0x00000000401810a3 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.esp_log_writev .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.esp_log_writev .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* 0x00000000401810a3 0x1 + .text.fix_cache_generation_overflow + 0x00000000401810a4 0x2c esp-idf/log/liblog.a(log.c.obj) + .text.heap_swap + 0x00000000401810d0 0x22 esp-idf/log/liblog.a(log.c.obj) + *fill* 0x00000000401810f2 0x2 + .text.heap_bubble_down + 0x00000000401810f4 0x3b esp-idf/log/liblog.a(log.c.obj) + *fill* 0x000000004018112f 0x1 + .text.add_to_cache + 0x0000000040181130 0x7b esp-idf/log/liblog.a(log.c.obj) + 0x7f (size before relaxing) + *fill* 0x00000000401811ab 0x1 + .text.get_uncached_log_level + 0x00000000401811ac 0x2b esp-idf/log/liblog.a(log.c.obj) + *fill* 0x00000000401811d7 0x1 + .text.get_cached_log_level + 0x00000000401811d8 0xb9 esp-idf/log/liblog.a(log.c.obj) + 0xbd (size before relaxing) + *fill* 0x0000000040181291 0x3 + .text.s_log_level_get_and_unlock + 0x0000000040181294 0x3b esp-idf/log/liblog.a(log.c.obj) + 0x3f (size before relaxing) + *fill* 0x00000000401812cf 0x1 + .text.clear_log_level_list + 0x00000000401812d0 0x2f esp-idf/log/liblog.a(log.c.obj) + *fill* 0x00000000401812ff 0x1 + .text.esp_log_level_set + 0x0000000040181300 0x10c esp-idf/log/liblog.a(log.c.obj) + 0x0000000040181300 esp_log_level_set + .text.esp_log_writev + 0x000000004018140c 0x2e esp-idf/log/liblog.a(log.c.obj) + 0x32 (size before relaxing) + 0x000000004018140c esp_log_writev + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *fill* 0x000000004018143a 0x0 + *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp) + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.irom0.text) + *(.fini.literal) + *(.fini) + *fill* 0x000000004018143a 0x2 + .fini 0x000000004018143c 0x3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + 0x000000004018143c _fini + *(.gnu.version) + 0x000000004018144f . = (. + _esp_flash_mmap_prefetch_pad_size) + *fill* 0x000000004018143f 0x10 + 0x000000004018144f _text_end = ABSOLUTE (.) + 0x000000004018144f _instruction_reserved_end = ABSOLUTE (.) + 0x000000004018144f _etext = . + 0x0000000000000000 _flash_cache_start = ABSOLUTE (0x0) + +.phyiram.0 0x0000000040181450 0x2b + .phyiram.0 0x0000000040181450 0x2b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x0000000040181458 ram_bb_bss_cbw40_dig + +.phyiram.1 0x000000004018147c 0x7d + .phyiram.1 0x000000004018147c 0x7d C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x89 (size before relaxing) + 0x0000000040181490 ram_cbw2040_cfg + +.phyiram.2 0x00000000401814fc 0x21e + .phyiram.2 0x00000000401814fc 0x21e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x23a (size before relaxing) + 0x0000000040181534 ram_spur_coef_cfg + +.phyiram.3 0x000000004018171c 0xb2 + .phyiram.3 0x000000004018171c 0xb2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xba (size before relaxing) + 0x000000004018173c set_chan_rxcomp + +.phyiram.6 0x00000000401817d0 0xde + .phyiram.6 0x00000000401817d0 0xde C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xf2 (size before relaxing) + 0x00000000401817f0 tx_delay_cfg + +.phyiram.4 0x00000000401818b0 0xea + .phyiram.4 0x00000000401818b0 0xea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x116 (size before relaxing) + 0x00000000401818c4 bb_bss_cbw40 + +.phyiram.7 0x000000004018199c 0xe4 + .phyiram.7 0x000000004018199c 0xe4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xfc (size before relaxing) + 0x00000000401819d8 tx_paon_set + +.phyiram.8 0x0000000040181a80 0x223 + .phyiram.8 0x0000000040181a80 0x223 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x257 (size before relaxing) + 0x0000000040181afc agc_reg_init + +.phyiram.9 0x0000000040181ca4 0x183 + .phyiram.9 0x0000000040181ca4 0x183 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x193 (size before relaxing) + 0x0000000040181d10 bb_reg_init + +.phyiram.10 0x0000000040181e28 0x8e + .phyiram.10 0x0000000040181e28 0x8e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xa6 (size before relaxing) + 0x0000000040181e34 mac_enable_bb + +.phyiram.13 0x0000000040181eb8 0x188 + .phyiram.13 0x0000000040181eb8 0x188 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x1b4 (size before relaxing) + 0x0000000040181ef8 rx_11b_opt + +.phyiram.15 0x0000000040182040 0xba + .phyiram.15 0x0000000040182040 0xba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0xca (size before relaxing) + 0x0000000040182070 opt_11b_resart + +.phyiram.14 0x00000000401820fc 0xef + .phyiram.14 0x00000000401820fc 0xef C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x123 (size before relaxing) + 0x0000000040182138 phy_reg_init + +.phyiram.16 0x00000000401821ec 0x1cb + .phyiram.16 0x00000000401821ec 0x1cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x21b (size before relaxing) + 0x000000004018221c set_chan_reg + +.phyiram.18 0x00000000401823b8 0x72 + .phyiram.18 0x00000000401823b8 0x72 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x76 (size before relaxing) + 0x00000000401823d0 i2c_master_reset + +.phyiram.12 0x000000004018242c 0x78 + .phyiram.12 0x000000004018242c 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x7c (size before relaxing) + 0x0000000040182448 reg_init_begin + +.phyiram.17 0x00000000401824a4 0xee + .phyiram.17 0x00000000401824a4 0xee C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x11a (size before relaxing) + 0x00000000401824dc phy_wakeup_init + +.phyiram.25 0x0000000040182594 0x4a + .phyiram.25 0x0000000040182594 0x4a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x4e (size before relaxing) + 0x00000000401825a8 phy_set_bbfreq_init + +.phyiram.26 0x00000000401825e0 0x31 + .phyiram.26 0x00000000401825e0 0x31 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x00000000401825ec ram_tx_pwctrl_bg_init + +.phyiram.27 0x0000000040182614 0x103 + .phyiram.27 0x0000000040182614 0x103 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x123 (size before relaxing) + 0x0000000040182644 pwdet_sar2_init + +.phyiram.28 0x0000000040182718 0x87 + .phyiram.28 0x0000000040182718 0x87 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x9f (size before relaxing) + 0x0000000040182730 ram_en_pwdet + +.phyiram.23 0x00000000401827a0 0x61 + .phyiram.23 0x00000000401827a0 0x61 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x00000000401827f0 i2c_bbpll_init + +.phyiram.21 0x0000000040182804 0x10e + .phyiram.21 0x0000000040182804 0x10e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000004018280c bb_bss_cbw40_ana + +.phyiram.22 0x0000000040182914 0x9e + .phyiram.22 0x0000000040182914 0x9e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x000000004018291c i2c_bt_filter_set + +.phyiram.19 0x00000000401829b4 0x2df + .phyiram.19 0x00000000401829b4 0x2df C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x30f (size before relaxing) + 0x00000000401829cc phy_i2c_init + +.iram0.text_end + 0x0000000040096f3b 0x1 + 0x0000000040096f3c . = ALIGN (0x4) + *fill* 0x0000000040096f3b 0x1 + 0x0000000040096f3c _iram_text_end = ABSOLUTE (.) + +.iram0.data 0x0000000040096f3c 0x0 + 0x0000000040096f3c . = ALIGN (0x4) + 0x0000000040096f3c _iram_data_start = ABSOLUTE (.) + *(.iram.data .iram.data.*) + 0x0000000040096f3c _coredump_iram_start = ABSOLUTE (.) + *(.iram2.coredump .iram2.coredump.*) + 0x0000000040096f3c _coredump_iram_end = ABSOLUTE (.) + 0x0000000040096f3c _iram_data_end = ABSOLUTE (.) + +.iram0.bss 0x0000000040096f3c 0x0 + 0x0000000040096f3c . = ALIGN (0x4) + 0x0000000040096f3c _iram_bss_start = ABSOLUTE (.) + *(.iram.bss .iram.bss.*) + 0x0000000040096f3c _iram_bss_end = ABSOLUTE (.) + 0x0000000040096f3c . = ALIGN (0x4) + 0x0000000040096f3c _iram_end = ABSOLUTE (.) + +.dram0.heap_start + 0x000000003ffb95c8 0x0 + 0x000000003ffb95c8 . = ALIGN (0x8) + 0x000000003ffb95c8 _heap_low_start = ABSOLUTE (.) + +.xt.prop 0x0000000000000000 0xade68 + *(.xt.prop .gnu.linkonce.prop.*) + .xt.prop 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + 0x24 (size before relaxing) + .xt.prop 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .xt.prop 0x0000000000000030 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x150 (size before relaxing) + .xt.prop 0x000000000000003c 0x138 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x144 (size before relaxing) + .xt.prop 0x0000000000000174 0x48c esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xf90 (size before relaxing) + .xt.prop 0x0000000000000600 0x24 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x384 (size before relaxing) + .xt.prop 0x0000000000000624 0x324 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x378 (size before relaxing) + .xt.prop 0x0000000000000948 0x24 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x354 (size before relaxing) + .xt.prop 0x000000000000096c 0x24 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x348 (size before relaxing) + .xt.prop 0x0000000000000990 0x24 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x3c0 (size before relaxing) + .xt.prop 0x00000000000009b4 0x354 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.prop 0x0000000000000d08 0xcc esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x138 (size before relaxing) + .xt.prop 0x0000000000000dd4 0x78 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xt.prop 0x0000000000000e4c 0x198 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x1c8 (size before relaxing) + .xt.prop 0x0000000000000fe4 0xa8 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xt.prop 0x000000000000108c 0x21c esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x3a8 (size before relaxing) + .xt.prop 0x00000000000012a8 0x48 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .xt.prop 0x00000000000012f0 0x24 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .xt.prop 0x0000000000001314 0xc0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xt.prop 0x00000000000013d4 0x36c esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x39c (size before relaxing) + .xt.prop 0x0000000000001740 0x114 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x0000000000001854 0x294 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x2d0 (size before relaxing) + .xt.prop 0x0000000000001ae8 0x2b8 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2e8 (size before relaxing) + .xt.prop 0x0000000000001da0 0xa8 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x0000000000001e48 0x84 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x0000000000001ecc 0x2d0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x2dc (size before relaxing) + .xt.prop 0x000000000000219c 0x2f4 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x30c (size before relaxing) + .xt.prop 0x0000000000002490 0x24 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x30 (size before relaxing) + .xt.prop 0x00000000000024b4 0x21c esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x378 (size before relaxing) + .xt.prop 0x00000000000026d0 0xfc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.prop 0x00000000000027cc 0x6c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x0000000000002838 0x9c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x36c (size before relaxing) + .xt.prop 0x00000000000028d4 0x3c0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x444 (size before relaxing) + .xt.prop 0x0000000000002c94 0x1c8 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x1e0 (size before relaxing) + .xt.prop 0x0000000000002e5c 0x144 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x2ac (size before relaxing) + .xt.prop 0x0000000000002fa0 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xt.prop 0x0000000000002fd0 0x450 esp-idf/log/liblog.a(log.c.obj) + 0x4d4 (size before relaxing) + .xt.prop 0x0000000000003420 0x168 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x264 (size before relaxing) + .xt.prop 0x0000000000003588 0x3d8 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x9fc (size before relaxing) + .xt.prop 0x0000000000003960 0x210 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x3fc (size before relaxing) + .xt.prop 0x0000000000003b70 0x330 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x690 (size before relaxing) + .xt.prop 0x0000000000003ea0 0xa2c esp-idf/heap/libheap.a(tlsf.c.obj) + 0xfc0 (size before relaxing) + .xt.prop 0x00000000000048cc 0x204 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xt.prop 0x0000000000004ad0 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x9c (size before relaxing) + .xt.prop 0x0000000000004b00 0x36c esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x414 (size before relaxing) + .xt.prop 0x0000000000004e6c 0x54 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x0000000000004ec0 0x15c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x300 (size before relaxing) + .xt.prop 0x000000000000501c 0x1bc esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x288 (size before relaxing) + .xt.prop 0x00000000000051d8 0xca8 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xee8 (size before relaxing) + .xt.prop 0x0000000000005e80 0x108c esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x10e0 (size before relaxing) + .xt.prop 0x0000000000006f0c 0x21c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x2d0 (size before relaxing) + .xt.prop 0x0000000000007128 0xa8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x354 (size before relaxing) + .xt.prop 0x00000000000071d0 0x8ac esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xcf0 (size before relaxing) + .xt.prop 0x0000000000007a7c 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xf0 (size before relaxing) + .xt.prop 0x0000000000007ad0 0x2d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x384 (size before relaxing) + .xt.prop 0x0000000000007da0 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .xt.prop 0x0000000000007e0c 0x150 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x2f4 (size before relaxing) + .xt.prop 0x0000000000007f5c 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .xt.prop 0x0000000000007fbc 0xcc esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x2a0 (size before relaxing) + .xt.prop 0x0000000000008088 0xc6c esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x11ac (size before relaxing) + .xt.prop 0x0000000000008cf4 0x18e4 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2898 (size before relaxing) + .xt.prop 0x000000000000a5d8 0x348 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x4e0 (size before relaxing) + .xt.prop 0x000000000000a920 0x114 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .xt.prop 0x000000000000aa34 0xc esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .xt.prop 0x000000000000aa40 0x54 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000000aa94 0x180 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.prop 0x000000000000ac14 0x6c esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x000000000000ac80 0xfc esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.prop 0x000000000000ad7c 0x3c esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x6c (size before relaxing) + .xt.prop 0x000000000000adb8 0x4a4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x558 (size before relaxing) + .xt.prop 0x000000000000b25c 0x144 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x1c8 (size before relaxing) + .xt.prop 0x000000000000b3a0 0xe4 esp-idf/freertos/libfreertos.a(list.c.obj) + .xt.prop 0x000000000000b484 0x48 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.prop 0x000000000000b4cc 0xcc esp-idf/newlib/libnewlib.a(assert.c.obj) + 0xf0 (size before relaxing) + .xt.prop 0x000000000000b598 0x174 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x33c (size before relaxing) + .xt.prop 0x000000000000b70c 0x45c esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x60c (size before relaxing) + .xt.prop 0x000000000000bb68 0x48 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x000000000000bbb0 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x000000000000bbe0 0x78 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x000000000000bc58 0x84 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x21c (size before relaxing) + .xt.prop 0x000000000000bcdc 0x3fc esp-idf/newlib/libnewlib.a(time.c.obj) + 0x4e0 (size before relaxing) + .xt.prop 0x000000000000c0d8 0x174 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x1a4 (size before relaxing) + .xt.prop 0x000000000000c24c 0x24 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x240 (size before relaxing) + .xt.prop 0x000000000000c270 0x738 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xb94 (size before relaxing) + .xt.prop 0x000000000000c9a8 0x9c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0xc0 (size before relaxing) + .xt.prop 0x000000000000ca44 0x3c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0xcc (size before relaxing) + .xt.prop 0x000000000000ca80 0x2b8 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x3e4 (size before relaxing) + .xt.prop 0x000000000000cd38 0x78 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x1b0 (size before relaxing) + .xt.prop 0x000000000000cdb0 0x1050 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1fe0 (size before relaxing) + .xt.prop 0x000000000000de00 0x348 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x3e4 (size before relaxing) + .xt.prop 0x000000000000e148 0x1668 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x192c (size before relaxing) + .xt.prop 0x000000000000f7b0 0x180 esp-idf/main/libmain.a(main.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x000000000000f930 0x318 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x324 (size before relaxing) + .xt.prop 0x000000000000fc48 0x24c esp-idf/main/libmain.a(mqtt_handler.c.obj) + .xt.prop 0x000000000000fe94 0xf0 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .xt.prop 0x000000000000ff84 0x18c esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x204 (size before relaxing) + .xt.prop 0x0000000000010110 0x84 esp-idf/main/libmain.a(dns_server.c.obj) + .xt.prop 0x0000000000010194 0x264 esp-idf/main/libmain.a(led_driver.c.obj) + 0x324 (size before relaxing) + .xt.prop 0x00000000000103f8 0x1bc esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x1d4 (size before relaxing) + .xt.prop 0x00000000000105b4 0xca8 esp-idf/json/libjson.a(cJSON.c.obj) + 0x32c4 (size before relaxing) + .xt.prop 0x000000000001125c 0x1db8 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x20e8 (size before relaxing) + .xt.prop 0x0000000000013014 0xa08 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0xbe8 (size before relaxing) + .xt.prop 0x0000000000013a1c 0x4a4 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x588 (size before relaxing) + .xt.prop 0x0000000000013ec0 0x9c esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0xb4 (size before relaxing) + .xt.prop 0x0000000000013f5c 0xdbc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x105c (size before relaxing) + .xt.prop 0x0000000000014d18 0x150 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x168 (size before relaxing) + .xt.prop 0x0000000000014e68 0x105c esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x1a94 (size before relaxing) + .xt.prop 0x0000000000015ec4 0x21a8 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x261c (size before relaxing) + .xt.prop 0x000000000001806c 0x438 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x468 (size before relaxing) + .xt.prop 0x00000000000184a4 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + 0xe64 (size before relaxing) + .xt.prop 0x00000000000184a4 0x834 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x87c (size before relaxing) + .xt.prop 0x0000000000018cd8 0xfc esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x180 (size before relaxing) + .xt.prop 0x0000000000018dd4 0x54 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xt.prop 0x0000000000018e28 0xfc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x5f4 (size before relaxing) + .xt.prop 0x0000000000018f24 0x3f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x9c0 (size before relaxing) + .xt.prop 0x0000000000019314 0x54 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x5dc (size before relaxing) + .xt.prop 0x0000000000019368 0x78 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x9d8 (size before relaxing) + .xt.prop 0x00000000000193e0 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x48c (size before relaxing) + .xt.prop 0x0000000000019410 0x858 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1de8 (size before relaxing) + .xt.prop 0x0000000000019c68 0x3e4 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xa38 (size before relaxing) + .xt.prop 0x000000000001a04c 0x294 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x444 (size before relaxing) + .xt.prop 0x000000000001a2e0 0x444 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x4c8 (size before relaxing) + .xt.prop 0x000000000001a724 0xbe8 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xd38 (size before relaxing) + .xt.prop 0x000000000001b30c 0x6b4 esp-idf/driver/libdriver.a(uart.c.obj) + 0x22d4 (size before relaxing) + .xt.prop 0x000000000001b9c0 0x6c esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0xb4 (size before relaxing) + .xt.prop 0x000000000001ba2c 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x000000000001ba50 0x168 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x6fc (size before relaxing) + .xt.prop 0x000000000001bbb8 0x2e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x630 (size before relaxing) + .xt.prop 0x000000000001bea0 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x000000000001bec4 0x24 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x24c (size before relaxing) + .xt.prop 0x000000000001bee8 0x3c0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x6fc (size before relaxing) + .xt.prop 0x000000000001c2a8 0x450 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x504 (size before relaxing) + .xt.prop 0x000000000001c6f8 0x84 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0xe10 (size before relaxing) + .xt.prop 0x000000000001c77c 0xbf4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xf9c (size before relaxing) + .xt.prop 0x000000000001d370 0xc esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .xt.prop 0x000000000001d37c 0x6c esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000001d3e8 0xc0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0xcc (size before relaxing) + .xt.prop 0x000000000001d4a8 0x3a8 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x444 (size before relaxing) + .xt.prop 0x000000000001d850 0x240 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x534 (size before relaxing) + .xt.prop 0x000000000001da90 0x168 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x1c8 (size before relaxing) + .xt.prop 0x000000000001dbf8 0xae0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x11f4 (size before relaxing) + .xt.prop 0x000000000001e6d8 0xcc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x390 (size before relaxing) + .xt.prop 0x000000000001e7a4 0x2f4 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x588 (size before relaxing) + .xt.prop 0x000000000001ea98 0x84 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0xf0 (size before relaxing) + .xt.prop 0x000000000001eb1c 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .xt.prop 0x000000000001eb34 0xae0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0xb64 (size before relaxing) + .xt.prop 0x000000000001f614 0xfc esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x108 (size before relaxing) + .xt.prop 0x000000000001f710 0xf0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x000000000001f800 0x168 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x180 (size before relaxing) + .xt.prop 0x000000000001f968 0x2ac esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x2f4 (size before relaxing) + .xt.prop 0x000000000001fc14 0x1f8 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x384 (size before relaxing) + .xt.prop 0x000000000001fe0c 0x60 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x000000000001fe6c 0x18c esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x210 (size before relaxing) + .xt.prop 0x000000000001fff8 0x2c4 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x300 (size before relaxing) + .xt.prop 0x00000000000202bc 0x774 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xd14 (size before relaxing) + .xt.prop 0x0000000000020a30 0xfc esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x1ec (size before relaxing) + .xt.prop 0x0000000000020b2c 0x24 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x30 (size before relaxing) + .xt.prop 0x0000000000020b50 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x0000000000020b80 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0xc48 (size before relaxing) + .xt.prop 0x0000000000020b80 0x84 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xt.prop 0x0000000000020c04 0x5e8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x924 (size before relaxing) + .xt.prop 0x00000000000211ec 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 0x504 (size before relaxing) + .xt.prop 0x00000000000211ec 0x9c esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x0000000000021288 0x1bc esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x66c (size before relaxing) + .xt.prop 0x0000000000021444 0x1c8 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x1ec (size before relaxing) + .xt.prop 0x000000000002160c 0x468 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x4ec (size before relaxing) + .xt.prop 0x0000000000021a74 0x1bc esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x1e0 (size before relaxing) + .xt.prop 0x0000000000021c30 0x9c esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x108 (size before relaxing) + .xt.prop 0x0000000000021ccc 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x24 (size before relaxing) + .xt.prop 0x0000000000021ce4 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x0000000000021ce4 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x0000000000021ce4 0xc esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .xt.prop 0x0000000000021cf0 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .xt.prop 0x0000000000021d08 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x78 (size before relaxing) + .xt.prop 0x0000000000021d38 0x54 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xt.prop 0x0000000000021d8c 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .xt.prop 0x0000000000021e1c 0x354 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x540 (size before relaxing) + .xt.prop 0x0000000000022170 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x00000000000221ac 0x228 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .xt.prop 0x00000000000223d4 0x294 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x2ac (size before relaxing) + .xt.prop 0x0000000000022668 0x318 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x51c (size before relaxing) + .xt.prop 0x0000000000022980 0x180 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0xb7c (size before relaxing) + .xt.prop 0x0000000000022b00 0x78 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0xe4 (size before relaxing) + .xt.prop 0x0000000000022b78 0x120 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x264 (size before relaxing) + .xt.prop 0x0000000000022c98 0xcc0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xe64 (size before relaxing) + .xt.prop 0x0000000000023958 0x84c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x111c (size before relaxing) + .xt.prop 0x00000000000241a4 0xee8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x1188 (size before relaxing) + .xt.prop 0x000000000002508c 0x39c esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x510 (size before relaxing) + .xt.prop 0x0000000000025428 0x174 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x1bc (size before relaxing) + .xt.prop 0x000000000002559c 0x3a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x3fc (size before relaxing) + .xt.prop 0x0000000000025944 0x84 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0xcc (size before relaxing) + .xt.prop 0x00000000000259c8 0x228 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x24c (size before relaxing) + .xt.prop 0x0000000000025bf0 0x123c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x1554 (size before relaxing) + .xt.prop 0x0000000000026e2c 0x3a8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x42c (size before relaxing) + .xt.prop 0x00000000000271d4 0x78 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xt.prop 0x000000000002724c 0x228 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x24c (size before relaxing) + .xt.prop 0x0000000000027474 0x210 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x600 (size before relaxing) + .xt.prop 0x0000000000027684 0x3000 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x38e8 (size before relaxing) + .xt.prop 0x000000000002a684 0x438 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x5d0 (size before relaxing) + .xt.prop 0x000000000002aabc 0x3c0 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x5d0 (size before relaxing) + .xt.prop 0x000000000002ae7c 0xc0 esp-idf/lwip/liblwip.a(def.c.obj) + 0x27c (size before relaxing) + .xt.prop 0x000000000002af3c 0xf48 esp-idf/lwip/liblwip.a(dns.c.obj) + 0x1050 (size before relaxing) + .xt.prop 0x000000000002be84 0x30 esp-idf/lwip/liblwip.a(init.c.obj) + .xt.prop 0x000000000002beb4 0xfc esp-idf/lwip/liblwip.a(ip.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x000000000002bfb0 0x120 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x000000000002c0d0 0x288 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x354 (size before relaxing) + .xt.prop 0x000000000002c358 0xd68 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x1128 (size before relaxing) + .xt.prop 0x000000000002d0c0 0xccc esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x108c (size before relaxing) + .xt.prop 0x000000000002dd8c 0xa68 esp-idf/lwip/liblwip.a(raw.c.obj) + 0xb4c (size before relaxing) + .xt.prop 0x000000000002e7f4 0x1e00 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x2070 (size before relaxing) + .xt.prop 0x00000000000305f4 0x147c esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x1488 (size before relaxing) + .xt.prop 0x0000000000031a70 0x105c esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0x1068 (size before relaxing) + .xt.prop 0x0000000000032acc 0x360 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x42c (size before relaxing) + .xt.prop 0x0000000000032e2c 0x11d0 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x123c (size before relaxing) + .xt.prop 0x0000000000033ffc 0x1458 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x1578 (size before relaxing) + .xt.prop 0x0000000000035454 0x8e8 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xa14 (size before relaxing) + .xt.prop 0x0000000000035d3c 0x180 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x18c (size before relaxing) + .xt.prop 0x0000000000035ebc 0x7d4 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x858 (size before relaxing) + .xt.prop 0x0000000000036690 0x54c esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x618 (size before relaxing) + .xt.prop 0x0000000000036bdc 0x354 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x4f8 (size before relaxing) + .xt.prop 0x0000000000036f30 0xe4 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xt.prop 0x0000000000037014 0x21c esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x330 (size before relaxing) + .xt.prop 0x0000000000037230 0xca8 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0xd50 (size before relaxing) + .xt.prop 0x0000000000037ed8 0x24c esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x558 (size before relaxing) + .xt.prop 0x0000000000038124 0xd8 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xt.prop 0x00000000000381fc 0x6cc esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x744 (size before relaxing) + .xt.prop 0x00000000000388c8 0x1b00 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1bcc (size before relaxing) + .xt.prop 0x000000000003a3c8 0x138 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xt.prop 0x000000000003a500 0x90 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xt.prop 0x000000000003a590 0x198 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x21c (size before relaxing) + .xt.prop 0x000000000003a728 0x294 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .xt.prop 0x000000000003a9bc 0x720 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x8dc (size before relaxing) + .xt.prop 0x000000000003b0dc 0x180 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x000000000003b25c 0xc0c esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0xfc0 (size before relaxing) + .xt.prop 0x000000000003be68 0x1914 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1a4c (size before relaxing) + .xt.prop 0x000000000003d77c 0x54 esp-idf/lwip/liblwip.a(err.c.obj) + .xt.prop 0x000000000003d7d0 0xf0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x30c (size before relaxing) + .xt.prop 0x000000000003d8c0 0x1d4 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x36c (size before relaxing) + .xt.prop 0x000000000003da94 0x24c esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x2a0 (size before relaxing) + .xt.prop 0x000000000003dce0 0x1518 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x2db4 (size before relaxing) + .xt.prop 0x000000000003f1f8 0xe4 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x138 (size before relaxing) + .xt.prop 0x000000000003f2dc 0xc0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x000000000003f39c 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000003f438 0x588 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0xc30 (size before relaxing) + .xt.prop 0x000000000003f9c0 0x84 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .xt.prop 0x000000000003fa44 0x6c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x78 (size before relaxing) + .xt.prop 0x000000000003fab0 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000003fb4c 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x108 (size before relaxing) + .xt.prop 0x000000000003fc18 0x198 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x39c (size before relaxing) + .xt.prop 0x000000000003fdb0 0x318 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x3d8 (size before relaxing) + .xt.prop 0x00000000000400c8 0x660 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0xc48 (size before relaxing) + .xt.prop 0x0000000000040728 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x21c (size before relaxing) + .xt.prop 0x0000000000040920 0x2e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x330 (size before relaxing) + .xt.prop 0x0000000000040c08 0x258 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x2d0 (size before relaxing) + .xt.prop 0x0000000000040e60 0x414 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x690 (size before relaxing) + .xt.prop 0x0000000000041274 0x2b8 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x318 (size before relaxing) + .xt.prop 0x000000000004152c 0xb88 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0xce4 (size before relaxing) + .xt.prop 0x00000000000420b4 0x3744 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x38c4 (size before relaxing) + .xt.prop 0x00000000000457f8 0x918 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xc6c (size before relaxing) + .xt.prop 0x0000000000046110 0x174 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x18c (size before relaxing) + .xt.prop 0x0000000000046284 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .xt.prop 0x00000000000462b4 0x744 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x8f4 (size before relaxing) + .xt.prop 0x00000000000469f8 0x7c8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x930 (size before relaxing) + .xt.prop 0x00000000000471c0 0xa50 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xb28 (size before relaxing) + .xt.prop 0x0000000000047c10 0xcc esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0xe4 (size before relaxing) + .xt.prop 0x0000000000047cdc 0xcd8 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x10b0 (size before relaxing) + .xt.prop 0x00000000000489b4 0x6a8 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x870 (size before relaxing) + .xt.prop 0x000000000004905c 0x768 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x9f0 (size before relaxing) + .xt.prop 0x00000000000497c4 0x720 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0xb34 (size before relaxing) + .xt.prop 0x0000000000049ee4 0x408 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x588 (size before relaxing) + .xt.prop 0x000000000004a2ec 0xa8 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x000000000004a394 0x7e0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xdd4 (size before relaxing) + .xt.prop 0x000000000004ab74 0x15fc esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x1920 (size before relaxing) + .xt.prop 0x000000000004c170 0x2724 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x3bd0 (size before relaxing) + .xt.prop 0x000000000004e894 0x14d0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x15e4 (size before relaxing) + .xt.prop 0x000000000004fd64 0x1788 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x18cc (size before relaxing) + .xt.prop 0x00000000000514ec 0x54 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .xt.prop 0x0000000000051540 0x1ec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x684 (size before relaxing) + .xt.prop 0x000000000005172c 0x2a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x3d8 (size before relaxing) + .xt.prop 0x00000000000519cc 0x714 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x774 (size before relaxing) + .xt.prop 0x00000000000520e0 0x12f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x1cb0 (size before relaxing) + .xt.prop 0x00000000000533d0 0x900 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xd20 (size before relaxing) + .xt.prop 0x0000000000053cd0 0xd50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x1020 (size before relaxing) + .xt.prop 0x0000000000054a20 0x738 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x8ac (size before relaxing) + .xt.prop 0x0000000000055158 0x174 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x18c (size before relaxing) + .xt.prop 0x00000000000552cc 0x3e4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x90c (size before relaxing) + .xt.prop 0x00000000000556b0 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x8ac (size before relaxing) + .xt.prop 0x0000000000055ad0 0x594 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x6cc (size before relaxing) + .xt.prop 0x0000000000056064 0x18cc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x2118 (size before relaxing) + .xt.prop 0x0000000000057930 0x1458 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x14ac (size before relaxing) + .xt.prop 0x0000000000058d88 0x228 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x5d0 (size before relaxing) + .xt.prop 0x0000000000058fb0 0xbd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xe70 (size before relaxing) + .xt.prop 0x0000000000059b80 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x0000000000059bb0 0x63c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x114c (size before relaxing) + .xt.prop 0x000000000005a1ec 0x12c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x150 (size before relaxing) + .xt.prop 0x000000000005a318 0x408 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0x648 (size before relaxing) + .xt.prop 0x000000000005a720 0xca8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0xe28 (size before relaxing) + .xt.prop 0x000000000005b3c8 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0xf0 (size before relaxing) + .xt.prop 0x000000000005b440 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + 0x7470 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + 0x534 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + 0x720 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + 0x6b4 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + 0x6cc (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + 0xa08 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + 0x678 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + 0xa08 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + 0x45c (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + 0x324 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + 0x894 (size before relaxing) + .xt.prop 0x000000000005b4b8 0x1548 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x1e9c (size before relaxing) + .xt.prop 0x000000000005ca00 0x438 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x468 (size before relaxing) + .xt.prop 0x000000000005ce38 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x138 (size before relaxing) + .xt.prop 0x000000000005ce68 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x1f8 (size before relaxing) + .xt.prop 0x000000000005ceb0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x1f8 (size before relaxing) + .xt.prop 0x000000000005cef8 0x24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x000000000005cf1c 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x000000000005cf64 0x24c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x27c (size before relaxing) + .xt.prop 0x000000000005d1b0 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0xe4 (size before relaxing) + .xt.prop 0x000000000005d270 0x594 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x798 (size before relaxing) + .xt.prop 0x000000000005d804 0x48c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x528 (size before relaxing) + .xt.prop 0x000000000005dc90 0x2a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x330 (size before relaxing) + .xt.prop 0x000000000005df30 0x2f4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x33c (size before relaxing) + .xt.prop 0x000000000005e224 0x36c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x3d8 (size before relaxing) + .xt.prop 0x000000000005e590 0x738 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x7a4 (size before relaxing) + .xt.prop 0x000000000005ecc8 0x588 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x600 (size before relaxing) + .xt.prop 0x000000000005f250 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x15c (size before relaxing) + .xt.prop 0x000000000005f358 0x4c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x7f8 (size before relaxing) + .xt.prop 0x000000000005f820 0x5e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x75c (size before relaxing) + .xt.prop 0x000000000005fe08 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x6a8 (size before relaxing) + .xt.prop 0x000000000005ff88 0x6b4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x930 (size before relaxing) + .xt.prop 0x000000000006063c 0x474 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x5e8 (size before relaxing) + .xt.prop 0x0000000000060ab0 0x288 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x6c0 (size before relaxing) + .xt.prop 0x0000000000060d38 0x7c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x10b0 (size before relaxing) + .xt.prop 0x0000000000061500 0x4e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x5c4 (size before relaxing) + .xt.prop 0x00000000000619e0 0x444 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x474 (size before relaxing) + .xt.prop 0x0000000000061e24 0x330 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x438 (size before relaxing) + .xt.prop 0x0000000000062154 0x294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x2e8 (size before relaxing) + .xt.prop 0x00000000000623e8 0x2e8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x3cc (size before relaxing) + .xt.prop 0x00000000000626d0 0x1b6c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x2430 (size before relaxing) + .xt.prop 0x000000000006423c 0xeac esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0x1d7c (size before relaxing) + .xt.prop 0x00000000000650e8 0x102c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x4e0c (size before relaxing) + .xt.prop 0x0000000000066114 0x744 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0x99c (size before relaxing) + .xt.prop 0x0000000000066858 0x33c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + 0x3c0 (size before relaxing) + .xt.prop 0x0000000000066b94 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0xc0 (size before relaxing) + .xt.prop 0x0000000000066bdc 0x1c8c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x1e30 (size before relaxing) + .xt.prop 0x0000000000068868 0x1af4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x1d70 (size before relaxing) + .xt.prop 0x000000000006a35c 0x60 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x168 (size before relaxing) + .xt.prop 0x000000000006a3bc 0x1674 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x1764 (size before relaxing) + .xt.prop 0x000000000006ba30 0x2028 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x4b30 (size before relaxing) + .xt.prop 0x000000000006da58 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x2b8 (size before relaxing) + .xt.prop 0x000000000006dae8 0x18c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0x990 (size before relaxing) + .xt.prop 0x000000000006dc74 0x3a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x1e90 (size before relaxing) + .xt.prop 0x000000000006e01c 0x204 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x1470 (size before relaxing) + .xt.prop 0x000000000006e220 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + 0xeac (size before relaxing) + .xt.prop 0x000000000006e220 0x930 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xaf8 (size before relaxing) + .xt.prop 0x000000000006eb50 0x243c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x2ae4 (size before relaxing) + .xt.prop 0x0000000000070f8c 0x2a0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x300 (size before relaxing) + .xt.prop 0x000000000007122c 0x4b0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x5ac (size before relaxing) + .xt.prop 0x00000000000716dc 0x180 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x270 (size before relaxing) + .xt.prop 0x000000000007185c 0x114 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x1e0 (size before relaxing) + .xt.prop 0x0000000000071970 0x2dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x414 (size before relaxing) + .xt.prop 0x0000000000071c4c 0x6c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x138 (size before relaxing) + .xt.prop 0x0000000000071cb8 0x19bc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x1cd4 (size before relaxing) + .xt.prop 0x0000000000073674 0x1efc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x207c (size before relaxing) + .xt.prop 0x0000000000075570 0x1380 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x1ddc (size before relaxing) + .xt.prop 0x00000000000768f0 0x8ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0xa38 (size before relaxing) + .xt.prop 0x000000000007719c 0x558 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x5dc (size before relaxing) + .xt.prop 0x00000000000776f4 0x1f74 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x25e0 (size before relaxing) + .xt.prop 0x0000000000079668 0x9c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x27c (size before relaxing) + .xt.prop 0x0000000000079704 0x468 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x4ec (size before relaxing) + .xt.prop 0x0000000000079b6c 0x120 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x444 (size before relaxing) + .xt.prop 0x0000000000079c8c 0x27c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x2ac (size before relaxing) + .xt.prop 0x0000000000079f08 0xd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + 0xf0 (size before relaxing) + .xt.prop 0x0000000000079fe0 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0xcc (size before relaxing) + .xt.prop 0x000000000007a0a0 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .xt.prop 0x000000000007a118 0x84 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x9c (size before relaxing) + .xt.prop 0x000000000007a19c 0x57c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x654 (size before relaxing) + .xt.prop 0x000000000007a718 0xb94 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x15e4 (size before relaxing) + .xt.prop 0x000000000007b2ac 0x13f8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x18c0 (size before relaxing) + .xt.prop 0x000000000007c6a4 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + 0x648 (size before relaxing) + .xt.prop 0x000000000007c734 0x2dcc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3588 (size before relaxing) + .xt.prop 0x000000000007f500 0x18c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x1e0 (size before relaxing) + .xt.prop 0x000000000007f68c 0x26a0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2f58 (size before relaxing) + .xt.prop 0x0000000000081d2c 0xb4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x420 (size before relaxing) + .xt.prop 0x0000000000081de0 0x354 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x3cc (size before relaxing) + .xt.prop 0x0000000000082134 0x120 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x198 (size before relaxing) + .xt.prop 0x0000000000082254 0x1944 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x20ac (size before relaxing) + .xt.prop 0x0000000000083b98 0x198c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x1eb4 (size before relaxing) + .xt.prop 0x0000000000085524 0x144 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x168 (size before relaxing) + .xt.prop 0x0000000000085668 0x270 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x2ac (size before relaxing) + .xt.prop 0x00000000000858d8 0x888 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0xb58 (size before relaxing) + .xt.prop 0x0000000000086160 0xf0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .xt.prop 0x0000000000086250 0x300 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + 0x30c (size before relaxing) + .xt.prop 0x0000000000086550 0x114 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xt.prop 0x0000000000086664 0x90 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0xfc (size before relaxing) + .xt.prop 0x00000000000866f4 0x468 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x17a0 (size before relaxing) + .xt.prop 0x0000000000086b5c 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x108 (size before relaxing) + .xt.prop 0x0000000000086b5c 0xc esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0x8e8 (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + 0xe34 (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x354 (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x27c (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0xbd0 (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x96c (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x0000000000086b68 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x0000000000086b68 0x9c esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xt.prop 0x0000000000086c04 0x3a8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x3b4 (size before relaxing) + .xt.prop 0x0000000000086fac 0x234 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x240 (size before relaxing) + .xt.prop 0x00000000000871e0 0xfc esp-idf/hal/libhal.a(aes_hal.c.obj) + .xt.prop 0x00000000000872dc 0x3c esp-idf/soc/libsoc.a(dport_access_common.c.obj) + 0x48 (size before relaxing) + .xt.prop 0x0000000000087318 0x3c esp-idf/newlib/libnewlib.a(random.c.obj) + 0x48 (size before relaxing) + .xt.prop 0x0000000000087354 0x174 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x1c8 (size before relaxing) + .xt.prop 0x00000000000874c8 0xcc esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x2ac (size before relaxing) + .xt.prop 0x0000000000087594 0x564 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x690 (size before relaxing) + .xt.prop 0x0000000000087af8 0x84 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x210 (size before relaxing) + .xt.prop 0x0000000000087b7c 0x3e4 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x678 (size before relaxing) + .xt.prop 0x0000000000087f60 0xc30 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0xef4 (size before relaxing) + .xt.prop 0x0000000000088b90 0x12c esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x210 (size before relaxing) + .xt.prop 0x0000000000088cbc 0x24 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x0000000000088ce0 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x0000000000088d10 0x1e0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x240 (size before relaxing) + .xt.prop 0x0000000000088ef0 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + 0x18c (size before relaxing) + .xt.prop 0x0000000000088ef0 0x78 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x84 (size before relaxing) + .xt.prop 0x0000000000088f68 0x528 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x630 (size before relaxing) + .xt.prop 0x0000000000089490 0x1d4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x27c (size before relaxing) + .xt.prop 0x0000000000089664 0x3c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1db8 (size before relaxing) + .xt.prop 0x00000000000896a0 0xb34 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0xbdc (size before relaxing) + .xt.prop 0x000000000008a1d4 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000008a264 0x594 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x5e8 (size before relaxing) + .xt.prop 0x000000000008a7f8 0x9d8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x1404 (size before relaxing) + .xt.prop 0x000000000008b1d0 0x378 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x648 (size before relaxing) + .xt.prop 0x000000000008b548 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x4b0 (size before relaxing) + .xt.prop 0x000000000008b740 0x1b3c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x1e6c (size before relaxing) + .xt.prop 0x000000000008d27c 0x81c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x870 (size before relaxing) + .xt.prop 0x000000000008da98 0x42c esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x594 (size before relaxing) + .xt.prop 0x000000000008dec4 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x2dc (size before relaxing) + .xt.prop 0x000000000008e044 0xbdc esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0xc24 (size before relaxing) + .xt.prop 0x000000000008ec20 0x1a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x1d4 (size before relaxing) + .xt.prop 0x000000000008edc4 0x2160 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x2400 (size before relaxing) + .xt.prop 0x0000000000090f24 0x390 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x438 (size before relaxing) + .xt.prop 0x00000000000912b4 0x102c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x14d0 (size before relaxing) + .xt.prop 0x00000000000922e0 0xa8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .xt.prop 0x0000000000092388 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x1b0 (size before relaxing) + .xt.prop 0x0000000000092418 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + 0x3c (size before relaxing) + .xt.prop 0x0000000000092418 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + 0x2b8 (size before relaxing) + .xt.prop 0x0000000000092418 0x216c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x2454 (size before relaxing) + .xt.prop 0x0000000000094584 0x5d0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x60c (size before relaxing) + .xt.prop 0x0000000000094b54 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x360 (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x12c (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x900 (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0x6cc (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0xf0c (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x7a4 (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0x75c (size before relaxing) + .xt.prop 0x0000000000094ca4 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x1248 (size before relaxing) + .xt.prop 0x0000000000094ca4 0x888 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0xa14 (size before relaxing) + .xt.prop 0x000000000009552c 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + 0x11f4 (size before relaxing) + .xt.prop 0x0000000000095580 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x2b8 (size before relaxing) + .xt.prop 0x00000000000957a8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + 0xb40 (size before relaxing) + .xt.prop 0x00000000000957a8 0x510 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x6cc (size before relaxing) + .xt.prop 0x0000000000095cb8 0x240 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x2f4 (size before relaxing) + .xt.prop 0x0000000000095ef8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0xb4 (size before relaxing) + .xt.prop 0x0000000000095ef8 0x174 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x570 (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x102c (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + 0x918 (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + 0xfa8 (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + 0xa8 (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + 0x24c (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + 0xc0c (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + 0x12f0 (size before relaxing) + .xt.prop 0x000000000009606c 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + 0x18c (size before relaxing) + .xt.prop 0x000000000009606c 0x540 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x66c (size before relaxing) + .xt.prop 0x00000000000965ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x480 (size before relaxing) + .xt.prop 0x00000000000965ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + 0x660 (size before relaxing) + .xt.prop 0x00000000000965ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + 0x1c8 (size before relaxing) + .xt.prop 0x00000000000965ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x00000000000965ac 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + 0x3b4 (size before relaxing) + .xt.prop 0x00000000000965ac 0x288 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x498 (size before relaxing) + .xt.prop 0x0000000000096834 0xa8 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0xcc (size before relaxing) + .xt.prop 0x00000000000968dc 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x510 (size before relaxing) + .xt.prop 0x00000000000968dc 0xe4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x144 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x4c14 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + 0x444 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + 0xaf8 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + 0x3750 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + 0x378 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + 0x744 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + 0x13a4 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + 0x4ec (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x6b64 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x1860 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x30e4 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + 0x210 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + 0x510 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + 0x570 (size before relaxing) + .xt.prop 0x00000000000969c0 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + 0x30c (size before relaxing) + .xt.prop 0x00000000000969c0 0xb4 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x1638 (size before relaxing) + .xt.prop 0x0000000000096a74 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + 0x24 (size before relaxing) + .xt.prop 0x0000000000096a74 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + 0x24c (size before relaxing) + .xt.prop 0x0000000000096a74 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x3b4 (size before relaxing) + .xt.prop 0x0000000000096a74 0x54 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xt.prop 0x0000000000096ac8 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + 0x3c (size before relaxing) + .xt.prop 0x0000000000096ac8 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + 0x600 (size before relaxing) + .xt.prop 0x0000000000096ac8 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + 0x1f8 (size before relaxing) + .xt.prop 0x0000000000096ac8 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + 0x120 (size before relaxing) + .xt.prop 0x0000000000096ac8 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + 0xc (size before relaxing) + .xt.prop 0x0000000000096ac8 0xe4 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0xf0 (size before relaxing) + .xt.prop 0x0000000000096bac 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .xt.prop 0x0000000000096bd0 0xc C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .xt.prop 0x0000000000096bdc 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .xt.prop 0x0000000000096c00 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .xt.prop 0x0000000000096c24 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000096c48 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000096c6c 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x78 (size before relaxing) + .xt.prop 0x0000000000096ca8 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0x6c (size before relaxing) + .xt.prop 0x0000000000096d08 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x30 (size before relaxing) + .xt.prop 0x0000000000096d2c 0x114 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x1a4 (size before relaxing) + .xt.prop 0x0000000000096e40 0x138 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x168 (size before relaxing) + .xt.prop 0x0000000000096f78 0xb4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x18c (size before relaxing) + .xt.prop 0x000000000009702c 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .xt.prop 0x0000000000097038 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009705c 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .xt.prop 0x0000000000097068 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .xt.prop 0x00000000000970bc 0x168 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x198 (size before relaxing) + .xt.prop 0x0000000000097224 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0xcc (size before relaxing) + .xt.prop 0x000000000009726c 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x90 (size before relaxing) + .xt.prop 0x00000000000972e4 0x174 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x1b0 (size before relaxing) + .xt.prop 0x0000000000097458 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009747c 0x270 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x3c0 (size before relaxing) + .xt.prop 0x00000000000976ec 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + 0x1f8 (size before relaxing) + .xt.prop 0x0000000000097710 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x108 (size before relaxing) + .xt.prop 0x00000000000977a0 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + 0x90 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + 0x420 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + 0x228 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + 0x264 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + 0x288 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + 0x6c (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + 0xa8 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + 0x54 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + 0xb4 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + 0x6c (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x198 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + 0x144 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + 0x180 (size before relaxing) + .xt.prop 0x00000000000977c4 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + 0x138 (size before relaxing) + .xt.prop 0x00000000000977c4 0x78 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0x384 (size before relaxing) + .xt.prop 0x000000000009783c 0x2328 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x3b4c (size before relaxing) + .xt.prop 0x0000000000099b64 0x24 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + 0x90 (size before relaxing) + .xt.prop 0x0000000000099b88 0x1e54 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x2178 (size before relaxing) + .xt.prop 0x000000000009b9dc 0x162c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x1c80 (size before relaxing) + .xt.prop 0x000000000009d008 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + 0x3e4 (size before relaxing) + .xt.prop 0x000000000009d038 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + 0x630 (size before relaxing) + .xt.prop 0x000000000009d068 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + 0xc6c (size before relaxing) + .xt.prop 0x000000000009d068 0xe4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .xt.prop 0x000000000009d14c 0xa8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + 0xb4 (size before relaxing) + .xt.prop 0x000000000009d1f4 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .xt.prop 0x000000000009d254 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009d254 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009d254 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009d278 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + 0x108 (size before relaxing) + .xt.prop 0x000000000009d278 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + 0x84 (size before relaxing) + .xt.prop 0x000000000009d278 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + 0x1ec (size before relaxing) + .xt.prop 0x000000000009d278 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + 0xfc (size before relaxing) + .xt.prop 0x000000000009d278 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + 0x210 (size before relaxing) + .xt.prop 0x000000000009d278 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .xt.prop 0x000000000009d308 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009d308 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + 0x9c (size before relaxing) + .xt.prop 0x000000000009d308 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + 0x9c (size before relaxing) + .xt.prop 0x000000000009d308 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + 0xfc (size before relaxing) + .xt.prop 0x000000000009d308 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009d344 0x2c4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .xt.prop 0x000000000009d608 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009d608 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + 0x144 (size before relaxing) + .xt.prop 0x000000000009d608 0x210 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + 0x9c (size before relaxing) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + 0xc0 (size before relaxing) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + 0xc0 (size before relaxing) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + 0x78 (size before relaxing) + .xt.prop 0x000000000009d818 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + 0x21c (size before relaxing) + .xt.prop 0x000000000009d818 0xe4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + 0x90 (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + 0x15c (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + 0x78 (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + 0xd8 (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + 0x39c (size before relaxing) + .xt.prop 0x000000000009d8fc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + 0xc (size before relaxing) + .xt.prop 0x000000000009d8fc 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000009d950 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + 0xb4 (size before relaxing) + .xt.prop 0x000000000009d950 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000009d950 0xcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .xt.prop 0x000000000009da1c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + 0x384 (size before relaxing) + .xt.prop 0x000000000009da1c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + 0x54 (size before relaxing) + .xt.prop 0x000000000009da1c 0xfc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x108 (size before relaxing) + .xt.prop 0x000000000009db18 0x144 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .xt.prop 0x000000000009dc5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009dc5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009dc5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009dc5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + 0x180 (size before relaxing) + .xt.prop 0x000000000009dc5c 0xb4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0xc0 (size before relaxing) + .xt.prop 0x000000000009dd10 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .xt.prop 0x000000000009dd58 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + 0xcc (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + 0x54 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + 0x3c (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + 0x54 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + 0x120 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + 0x114 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009dda0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + 0x3c (size before relaxing) + .xt.prop 0x000000000009dda0 0x81c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + 0x3c (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + 0xa8 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + 0x84 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + 0xc0 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + 0x60 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + 0x54 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + 0x1a4 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + 0x78 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + 0x48 (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + 0x6c (size before relaxing) + .xt.prop 0x000000000009e5bc 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + 0x78 (size before relaxing) + .xt.prop 0x000000000009e5bc 0xb7c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0xb94 (size before relaxing) + .xt.prop 0x000000000009f138 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + 0x30 (size before relaxing) + .xt.prop 0x000000000009f138 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + 0xf0 (size before relaxing) + .xt.prop 0x000000000009f138 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + 0x1b0 (size before relaxing) + .xt.prop 0x000000000009f138 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + 0x198 (size before relaxing) + .xt.prop 0x000000000009f138 0x2730 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0x2760 (size before relaxing) + .xt.prop 0x00000000000a1868 0x2130 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x2148 (size before relaxing) + .xt.prop 0x00000000000a3998 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000a3998 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .xt.prop 0x00000000000a39c8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000a39c8 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .xt.prop 0x00000000000a39f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000a39f8 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000a3a34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + 0xfc (size before relaxing) + .xt.prop 0x00000000000a3a34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000a3a34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000a3a34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + 0x228 (size before relaxing) + .xt.prop 0x00000000000a3a34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + 0xc (size before relaxing) + .xt.prop 0x00000000000a3a34 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .xt.prop 0x00000000000a3a58 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + 0x78 (size before relaxing) + .xt.prop 0x00000000000a3a58 0x282c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + 0x285c (size before relaxing) + .xt.prop 0x00000000000a6284 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x60 (size before relaxing) + .xt.prop 0x00000000000a62d8 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x84 (size before relaxing) + .xt.prop 0x00000000000a6350 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + 0xcc (size before relaxing) + .xt.prop 0x00000000000a6350 0xe4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + 0xf0 (size before relaxing) + .xt.prop 0x00000000000a6434 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + 0x24 (size before relaxing) + .xt.prop 0x00000000000a6434 0x90c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .xt.prop 0x00000000000a6d40 0xb4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .xt.prop 0x00000000000a6df4 0x4f8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .xt.prop 0x00000000000a72ec 0x1bc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x1c8 (size before relaxing) + .xt.prop 0x00000000000a74a8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + 0xcc (size before relaxing) + .xt.prop 0x00000000000a74a8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + 0x3c (size before relaxing) + .xt.prop 0x00000000000a74a8 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000a74cc 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + 0x3c (size before relaxing) + .xt.prop 0x00000000000a74fc 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000a7508 0x84 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .xt.prop 0x00000000000a758c 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x60 (size before relaxing) + .xt.prop 0x00000000000a75e0 0x6c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .xt.prop 0x00000000000a764c 0x54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x60 (size before relaxing) + .xt.prop 0x00000000000a76a0 0x7ec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x7f8 (size before relaxing) + .xt.prop 0x00000000000a7e8c 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .xt.prop 0x00000000000a7ed4 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .xt.prop 0x00000000000a7f04 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + 0xd8 (size before relaxing) + .xt.prop 0x00000000000a7f04 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .xt.prop 0x00000000000a7f34 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000a7f34 0x1b0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x1bc (size before relaxing) + .xt.prop 0x00000000000a80e4 0x1a4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x1b0 (size before relaxing) + .xt.prop 0x00000000000a8288 0x1f44 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + 0x1f74 (size before relaxing) + .xt.prop 0x00000000000aa1cc 0x1cec c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + 0x1cf8 (size before relaxing) + .xt.prop 0x00000000000abeb8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + 0x1bc (size before relaxing) + .xt.prop 0x00000000000abeb8 0x1fa4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + 0x1fd4 (size before relaxing) + .xt.prop 0x00000000000ade5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + 0x6c (size before relaxing) + .xt.prop 0x00000000000ade5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + 0x48 (size before relaxing) + .xt.prop 0x00000000000ade5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + 0xa8 (size before relaxing) + .xt.prop 0x00000000000ade5c 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + 0x9c (size before relaxing) + .xt.prop 0x00000000000ade5c 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x84 (size before relaxing) + .xt.prop 0x00000000000ade68 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + 0x30 (size before relaxing) + +.xt.lit 0x0000000000000000 0x4a88 + *(.xt.lit .gnu.linkonce.p.*) + .xt.lit 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + 0x8 (size before relaxing) + .xt.lit 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x18 (size before relaxing) + .xt.lit 0x0000000000000000 0x10 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000010 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xe8 (size before relaxing) + .xt.lit 0x0000000000000040 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000040 0x20 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000060 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000060 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000060 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000000060 0x38 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xt.lit 0x0000000000000098 0x18 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000000b0 0x8 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xt.lit 0x00000000000000b8 0x20 esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000000d8 0x10 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xt.lit 0x00000000000000e8 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000000108 0x8 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .xt.lit 0x0000000000000110 0x18 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xt.lit 0x0000000000000128 0x38 esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000160 0x8 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000168 0x28 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000190 0x20 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000001b0 0x10 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000001c0 0x10 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .xt.lit 0x00000000000001d0 0x28 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000001f8 0x18 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000210 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000210 0x20 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000230 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.lit 0x0000000000000240 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000240 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000000248 0x18 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000000260 0x8 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000268 0x10 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000278 0x8 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xt.lit 0x0000000000000280 0x40 esp-idf/log/liblog.a(log.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000002c0 0x10 esp-idf/log/liblog.a(log_freertos.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000002d0 0x48 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x0000000000000318 0x10 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000328 0x20 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000000348 0x48 esp-idf/heap/libheap.a(tlsf.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000000390 0x20 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xt.lit 0x00000000000003b0 0x20 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000003d0 0x8 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000003d8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000003e8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000410 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xb8 (size before relaxing) + .xt.lit 0x0000000000000470 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000004b8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000004e0 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000004f0 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x118 (size before relaxing) + .xt.lit 0x0000000000000558 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000560 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000588 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .xt.lit 0x0000000000000590 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x00000000000005a0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .xt.lit 0x00000000000005a8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000005b8 0x80 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000000638 0x110 esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x2a8 (size before relaxing) + .xt.lit 0x0000000000000748 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000000778 0x20 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .xt.lit 0x0000000000000798 0x8 esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000007a0 0x8 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xt.lit 0x00000000000007a8 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000007a8 0x8 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xt.lit 0x00000000000007b0 0x8 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000007b8 0x8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000007c0 0x8 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000007c8 0x8 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xt.lit 0x00000000000007d0 0x10 esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000007e0 0x8 esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x00000000000007e8 0x30 esp-idf/newlib/libnewlib.a(locks.c.obj) + 0xc0 (size before relaxing) + .xt.lit 0x0000000000000818 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000818 0x8 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000820 0x8 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000828 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000828 0x30 esp-idf/newlib/libnewlib.a(time.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000000858 0x18 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000870 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000870 0x48 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x00000000000008b8 0x10 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xt.lit 0x00000000000008c8 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000008c8 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x00000000000008f8 0x8 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000900 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x1a8 (size before relaxing) + .xt.lit 0x0000000000000930 0x18 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000000948 0x88 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x108 (size before relaxing) + .xt.lit 0x00000000000009d0 0x28 esp-idf/main/libmain.a(main.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000009f8 0x48 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000a40 0x28 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .xt.lit 0x0000000000000a68 0x8 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .xt.lit 0x0000000000000a70 0x18 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000a88 0x8 esp-idf/main/libmain.a(dns_server.c.obj) + .xt.lit 0x0000000000000a90 0x28 esp-idf/main/libmain.a(led_driver.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000ab8 0x8 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000ac0 0x40 esp-idf/json/libjson.a(cJSON.c.obj) + 0x2d8 (size before relaxing) + .xt.lit 0x0000000000000b00 0x110 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x178 (size before relaxing) + .xt.lit 0x0000000000000c10 0x18 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000000c28 0x18 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000c40 0x8 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000c48 0x98 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x120 (size before relaxing) + .xt.lit 0x0000000000000ce0 0x20 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000d00 0x48 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0x148 (size before relaxing) + .xt.lit 0x0000000000000d48 0x60 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x130 (size before relaxing) + .xt.lit 0x0000000000000da8 0x18 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000dc0 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000dc0 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000000dc0 0x18 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000dd8 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000000de8 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000000e08 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000000e08 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000e08 0x88 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x220 (size before relaxing) + .xt.lit 0x0000000000000e90 0x50 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0xf0 (size before relaxing) + .xt.lit 0x0000000000000ee0 0x28 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000000f08 0x28 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000000f30 0x78 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0xb8 (size before relaxing) + .xt.lit 0x0000000000000fa8 0x70 esp-idf/driver/libdriver.a(uart.c.obj) + 0x220 (size before relaxing) + .xt.lit 0x0000000000001018 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000001018 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000001030 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000001050 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000001050 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001050 0x20 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000001070 0x38 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x00000000000010a8 0x8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x00000000000010b0 0x40 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x00000000000010f0 0x8 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000010f8 0x10 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001108 0x28 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000001130 0x10 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000001140 0x18 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000001158 0x50 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0xe0 (size before relaxing) + .xt.lit 0x00000000000011a8 0x10 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000011b8 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x00000000000011e0 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000011e8 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000001218 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001228 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000001228 0x10 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000001238 0x8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000001240 0x10 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001250 0x10 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001260 0x18 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000001278 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001298 0x48 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000012e0 0x8 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000012e8 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x8 (size before relaxing) + .xt.lit 0x00000000000012e8 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000012f0 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0xb0 (size before relaxing) + .xt.lit 0x00000000000012f0 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xt.lit 0x00000000000012f8 0x38 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000001330 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000001330 0x8 esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000001338 0x8 esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000001340 0x18 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001358 0x18 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000001370 0x20 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000001390 0x8 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000001398 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .xt.lit 0x00000000000013a0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xt.lit 0x00000000000013a8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .xt.lit 0x00000000000013b8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000013e8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000013f0 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .xt.lit 0x00000000000013f8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001418 0x28 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000001440 0x8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x118 (size before relaxing) + .xt.lit 0x0000000000001448 0x8 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000001450 0x10 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000001460 0x50 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xa8 (size before relaxing) + .xt.lit 0x00000000000014b0 0x90 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x218 (size before relaxing) + .xt.lit 0x0000000000001540 0x40 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x108 (size before relaxing) + .xt.lit 0x0000000000001580 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x90 (size before relaxing) + .xt.lit 0x0000000000001590 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001590 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x50 (size before relaxing) + .xt.lit 0x00000000000015c0 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000015c8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x28 (size before relaxing) + .xt.lit 0x00000000000015d8 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0xd8 (size before relaxing) + .xt.lit 0x0000000000001630 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000001640 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xt.lit 0x0000000000001648 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000001650 0x28 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x0000000000001678 0x100 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x230 (size before relaxing) + .xt.lit 0x0000000000001778 0x48 esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x00000000000017c0 0x38 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x00000000000017f8 0x8 esp-idf/lwip/liblwip.a(def.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001800 0x58 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xb0 (size before relaxing) + .xt.lit 0x0000000000001858 0x8 esp-idf/lwip/liblwip.a(init.c.obj) + .xt.lit 0x0000000000001860 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000001860 0x10 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001870 0x18 esp-idf/lwip/liblwip.a(memp.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000001888 0x98 esp-idf/lwip/liblwip.a(netif.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000001920 0x78 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0x118 (size before relaxing) + .xt.lit 0x0000000000001998 0x18 esp-idf/lwip/liblwip.a(raw.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x00000000000019b0 0xe8 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x198 (size before relaxing) + .xt.lit 0x0000000000001a98 0x50 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000001ae8 0xb8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xc0 (size before relaxing) + .xt.lit 0x0000000000001ba0 0x30 esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000001bd0 0x30 esp-idf/lwip/liblwip.a(udp.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000001c00 0x88 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000001c88 0x50 esp-idf/lwip/liblwip.a(etharp.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000001cd8 0x10 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001ce8 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000001d18 0x18 esp-idf/lwip/liblwip.a(ip4.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000001d30 0x8 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000001d38 0x8 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xt.lit 0x0000000000001d40 0x10 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000001d50 0x18 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000001d68 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000001d68 0x8 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xt.lit 0x0000000000001d70 0x10 esp-idf/lwip/liblwip.a(mld6.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000001d80 0x68 esp-idf/lwip/liblwip.a(nd6.c.obj) + 0xf0 (size before relaxing) + .xt.lit 0x0000000000001de8 0x10 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xt.lit 0x0000000000001df8 0x10 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xt.lit 0x0000000000001e08 0x8 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000001e10 0x8 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .xt.lit 0x0000000000001e18 0x88 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0xe0 (size before relaxing) + .xt.lit 0x0000000000001ea0 0x10 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000001eb0 0x80 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x108 (size before relaxing) + .xt.lit 0x0000000000001f30 0xc0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000001ff0 0x8 esp-idf/lwip/liblwip.a(err.c.obj) + .xt.lit 0x0000000000001ff8 0x8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002000 0x8 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000002008 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002020 0xf8 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x350 (size before relaxing) + .xt.lit 0x0000000000002118 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002118 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002118 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002118 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000002128 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002128 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002128 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000002128 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002130 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000002150 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000002168 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002180 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000002190 0x20 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000021b0 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0xc0 (size before relaxing) + .xt.lit 0x00000000000021e0 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000002210 0x78 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x158 (size before relaxing) + .xt.lit 0x0000000000002288 0x38 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x00000000000022c0 0x40 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0xe8 (size before relaxing) + .xt.lit 0x0000000000002300 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002300 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .xt.lit 0x0000000000002308 0x50 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000002358 0x38 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000002390 0x68 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x00000000000023f8 0x8 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000002400 0x78 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x100 (size before relaxing) + .xt.lit 0x0000000000002478 0x48 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000024c0 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0xb8 (size before relaxing) + .xt.lit 0x00000000000024f0 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x90 (size before relaxing) + .xt.lit 0x0000000000002520 0x18 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000002538 0x8 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000002540 0x60 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000025a0 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x128 (size before relaxing) + .xt.lit 0x0000000000002620 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x328 (size before relaxing) + .xt.lit 0x00000000000026f0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0xe0 (size before relaxing) + .xt.lit 0x0000000000002718 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x0000000000002730 0x8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .xt.lit 0x0000000000002738 0x18 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000002750 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002760 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000002760 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x188 (size before relaxing) + .xt.lit 0x0000000000002788 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x0000000000002788 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x00000000000027e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0xf0 (size before relaxing) + .xt.lit 0x00000000000027e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000027e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x00000000000027e0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x00000000000027e0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0xb0 (size before relaxing) + .xt.lit 0x00000000000027f0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x280 (size before relaxing) + .xt.lit 0x0000000000002838 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000002868 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000002870 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0x90 (size before relaxing) + .xt.lit 0x0000000000002888 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002888 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x00000000000028a8 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000028b0 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x00000000000028e0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000002928 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000002938 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + 0x5e8 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002940 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000002940 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x190 (size before relaxing) + .xt.lit 0x0000000000002978 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000002980 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002980 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000002980 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000002980 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000002980 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000002980 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000002988 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000002988 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000029b0 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x00000000000029c0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x0000000000002a00 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000002a18 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000002a30 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000002a48 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000002a68 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002a80 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000002a98 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000002aa0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000002aa0 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000002aa8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000002ac0 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000002ac0 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x110 (size before relaxing) + .xt.lit 0x0000000000002b08 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002b18 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002b30 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000002b40 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000002b68 0x8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000002b70 0x80 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x198 (size before relaxing) + .xt.lit 0x0000000000002bf0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xe0 (size before relaxing) + .xt.lit 0x0000000000002c30 0x100 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x6b0 (size before relaxing) + .xt.lit 0x0000000000002d30 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + 0xe0 (size before relaxing) + .xt.lit 0x0000000000002d78 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xt.lit 0x0000000000002da0 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + 0x18 (size before relaxing) + .xt.lit 0x0000000000002da8 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + 0x108 (size before relaxing) + .xt.lit 0x0000000000002e60 0x120 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + 0x188 (size before relaxing) + .xt.lit 0x0000000000002f80 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + 0x38 (size before relaxing) + .xt.lit 0x0000000000002f88 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + 0x88 (size before relaxing) + .xt.lit 0x0000000000002fe0 0x138 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + 0x518 (size before relaxing) + .xt.lit 0x0000000000003118 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + 0x38 (size before relaxing) + .xt.lit 0x0000000000003120 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + 0xd8 (size before relaxing) + .xt.lit 0x0000000000003140 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + 0x1f0 (size before relaxing) + .xt.lit 0x0000000000003170 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + 0x170 (size before relaxing) + .xt.lit 0x0000000000003170 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + 0xf0 (size before relaxing) + .xt.lit 0x0000000000003170 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000031a8 0x140 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + 0x258 (size before relaxing) + .xt.lit 0x00000000000032e8 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + 0x30 (size before relaxing) + .xt.lit 0x0000000000003300 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + 0x70 (size before relaxing) + .xt.lit 0x0000000000003308 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + 0x20 (size before relaxing) + .xt.lit 0x0000000000003320 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + 0x18 (size before relaxing) + .xt.lit 0x0000000000003330 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + 0x78 (size before relaxing) + .xt.lit 0x0000000000003340 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + 0x28 (size before relaxing) + .xt.lit 0x0000000000003340 0xb8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + 0x168 (size before relaxing) + .xt.lit 0x00000000000033f8 0x98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + 0x118 (size before relaxing) + .xt.lit 0x0000000000003490 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + 0x358 (size before relaxing) + .xt.lit 0x0000000000003538 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + 0x110 (size before relaxing) + .xt.lit 0x00000000000035e0 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + 0x98 (size before relaxing) + .xt.lit 0x0000000000003620 0x160 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + 0x258 (size before relaxing) + .xt.lit 0x0000000000003780 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + 0x38 (size before relaxing) + .xt.lit 0x0000000000003788 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + 0x30 (size before relaxing) + .xt.lit 0x00000000000037a8 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + 0x50 (size before relaxing) + .xt.lit 0x00000000000037c0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x28 (size before relaxing) + .xt.lit 0x00000000000037d0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .xt.lit 0x00000000000037e0 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + 0x10 (size before relaxing) + .xt.lit 0x00000000000037e8 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000037e8 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + 0x10 (size before relaxing) + .xt.lit 0x00000000000037f0 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + 0x60 (size before relaxing) + .xt.lit 0x0000000000003830 0x38 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + 0x320 (size before relaxing) + .xt.lit 0x0000000000003868 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + 0x1a0 (size before relaxing) + .xt.lit 0x0000000000003948 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + 0xa8 (size before relaxing) + .xt.lit 0x0000000000003950 0x158 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + 0x3e8 (size before relaxing) + .xt.lit 0x0000000000003aa8 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + 0x30 (size before relaxing) + .xt.lit 0x0000000000003ac0 0x158 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + 0x2f0 (size before relaxing) + .xt.lit 0x0000000000003c18 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + 0x48 (size before relaxing) + .xt.lit 0x0000000000003c20 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + 0x80 (size before relaxing) + .xt.lit 0x0000000000003c48 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + 0x30 (size before relaxing) + .xt.lit 0x0000000000003c50 0xd0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + 0x1c8 (size before relaxing) + .xt.lit 0x0000000000003d20 0x108 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + 0x2a8 (size before relaxing) + .xt.lit 0x0000000000003e28 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + 0x30 (size before relaxing) + .xt.lit 0x0000000000003e40 0x28 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + 0x48 (size before relaxing) + .xt.lit 0x0000000000003e68 0xe0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + 0x180 (size before relaxing) + .xt.lit 0x0000000000003f48 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + 0x28 (size before relaxing) + .xt.lit 0x0000000000003f58 0x48 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .xt.lit 0x0000000000003fa0 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xt.lit 0x0000000000003fc0 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + 0x28 (size before relaxing) + .xt.lit 0x0000000000003fd0 0x28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0x130 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0xa0 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + 0xf8 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000003ff8 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000004028 0x20 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004048 0x20 esp-idf/hal/libhal.a(aes_hal.c.obj) + .xt.lit 0x0000000000004068 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004068 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004068 0x28 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000004090 0x18 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000040a8 0x58 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0x90 (size before relaxing) + .xt.lit 0x0000000000004100 0x8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000004108 0x10 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004118 0x28 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000004140 0x10 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000004150 0x8 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000004158 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000004158 0x8 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000004160 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0xa8 (size before relaxing) + .xt.lit 0x0000000000004188 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000041a0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x1f8 (size before relaxing) + .xt.lit 0x00000000000041a8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x00000000000041e8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000041f0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000041f8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x1b0 (size before relaxing) + .xt.lit 0x0000000000004200 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000004228 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x0000000000004228 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x1c0 (size before relaxing) + .xt.lit 0x00000000000042a8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000042b0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000042c0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000042c0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x00000000000042e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000042e0 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x190 (size before relaxing) + .xt.lit 0x0000000000004318 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000004328 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0xb8 (size before relaxing) + .xt.lit 0x0000000000004350 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .xt.lit 0x0000000000004358 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000004360 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004360 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000004360 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x1f8 (size before relaxing) + .xt.lit 0x00000000000043b8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x58 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000043c8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + 0x100 (size before relaxing) + .xt.lit 0x00000000000043c8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0x60 (size before relaxing) + .xt.lit 0x00000000000043d8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + 0x158 (size before relaxing) + .xt.lit 0x00000000000043e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x00000000000043e0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + 0xd0 (size before relaxing) + .xt.lit 0x00000000000043e0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000043e8 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000043f0 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000043f0 0x8 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + 0x118 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + 0x78 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + 0xd8 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + 0x110 (size before relaxing) + .xt.lit 0x00000000000043f8 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x00000000000043f8 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000004408 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x0000000000004408 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x0000000000004408 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000004408 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004408 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + 0x50 (size before relaxing) + .xt.lit 0x0000000000004408 0x28 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000004430 0x8 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000004438 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x0000000000004438 0x10 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + 0x20 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + 0x3d8 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + 0x40 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + 0xc0 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + 0x338 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + 0x30 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + 0x58 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + 0x90 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + 0x488 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + 0x120 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + 0x190 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + 0x40 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + 0x38 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + 0x40 (size before relaxing) + .xt.lit 0x0000000000004448 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000004448 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x1a8 (size before relaxing) + .xt.lit 0x0000000000004458 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004458 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000004458 0x8 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xt.lit 0x0000000000004460 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + 0x98 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004460 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004460 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x10 (size before relaxing) + .xt.lit 0x0000000000004468 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004468 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004468 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x20 (size before relaxing) + .xt.lit 0x0000000000004470 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x28 (size before relaxing) + .xt.lit 0x0000000000004490 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x40 (size before relaxing) + .xt.lit 0x00000000000044a0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044a0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .xt.lit 0x00000000000044a8 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x30 (size before relaxing) + .xt.lit 0x00000000000044b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0x10 (size before relaxing) + .xt.lit 0x00000000000044b8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x18 (size before relaxing) + .xt.lit 0x00000000000044c0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x30 (size before relaxing) + .xt.lit 0x00000000000044c8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044c8 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x48 (size before relaxing) + .xt.lit 0x00000000000044d8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + 0x30 (size before relaxing) + .xt.lit 0x00000000000044d8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x20 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0xc8 (size before relaxing) + .xt.lit 0x00000000000044e0 0x230 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x458 (size before relaxing) + .xt.lit 0x0000000000004710 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + 0x18 (size before relaxing) + .xt.lit 0x0000000000004710 0x120 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1a8 (size before relaxing) + .xt.lit 0x0000000000004830 0x168 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x250 (size before relaxing) + .xt.lit 0x0000000000004998 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + 0x90 (size before relaxing) + .xt.lit 0x00000000000049a0 0x8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + 0xa8 (size before relaxing) + .xt.lit 0x00000000000049a8 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + 0xc0 (size before relaxing) + .xt.lit 0x00000000000049a8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .xt.lit 0x00000000000049b0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049b8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .xt.lit 0x00000000000049c0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .xt.lit 0x00000000000049c8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049c8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .xt.lit 0x00000000000049d0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .xt.lit 0x00000000000049d8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049d8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .xt.lit 0x00000000000049e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .xt.lit 0x00000000000049e8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049e8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .xt.lit 0x00000000000049f0 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000049f8 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a00 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .xt.lit 0x0000000000004a08 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a08 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a08 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a08 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .xt.lit 0x0000000000004a10 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .xt.lit 0x0000000000004a18 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a18 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .xt.lit 0x0000000000004a20 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a20 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a28 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .xt.lit 0x0000000000004a30 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a30 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a30 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a30 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a30 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .xt.lit 0x0000000000004a38 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .xt.lit 0x0000000000004a40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a40 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a40 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .xt.lit 0x0000000000004a48 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a48 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .xt.lit 0x0000000000004a50 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a50 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .xt.lit 0x0000000000004a58 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .xt.lit 0x0000000000004a60 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .xt.lit 0x0000000000004a68 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .xt.lit 0x0000000000004a70 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a70 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a70 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a70 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .xt.lit 0x0000000000004a78 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .xt.lit 0x0000000000004a80 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a80 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .xt.lit 0x0000000000004a88 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a88 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a88 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + 0x8 (size before relaxing) + .xt.lit 0x0000000000004a88 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x10 (size before relaxing) + 0x0000000000000001 ASSERT (((_iram_end - ORIGIN (iram0_0_seg)) <= LENGTH (iram0_0_seg)), IRAM0 segment data does not fit.) + 0x0000000000000001 ASSERT (((_heap_low_start - ORIGIN (dram0_0_seg)) <= LENGTH (dram0_0_seg)), DRAM segment data does not fit.) +OUTPUT(LED_shit.elf elf32-xtensa-le) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .xtensa.info 0x0000000000000038 0x0 CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_freertos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(tlsf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(memory_layout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(list.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(abort.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(assert.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(dns_server.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(led_driver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/json/libjson.a(cJSON.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(uart_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(spi_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sockets.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(def.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dns.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(memp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(raw.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(udp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(etharp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(icmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(mld6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(nd6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(err.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(spi_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(sha_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(aes_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/newlib/libnewlib.a(random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(netdb.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .xtensa.info 0x0000000000000038 0x0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .xtensa.info 0x0000000000000038 0x0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + +.comment 0x0000000000000000 0x11d + .comment 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x30 (size before relaxing) + .comment 0x000000000000002f 0x30 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/pthread/libpthread.a(pthread.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/log/liblog.a(log.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/log/liblog.a(log_freertos.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(heap_caps.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(multi_heap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(tlsf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(memory_layout.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(dport_access.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(queue.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(port.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(abort.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(assert.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(heap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(locks.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/vfs/libvfs.a(vfs.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(main.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(dns_server.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(led_driver.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/json/libjson.a(cJSON.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(gpio.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/driver/libdriver.a(uart.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(uart_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(sntp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(sockets.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(sntp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(def.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(dns.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(memp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(netif.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(raw.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(tcp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(udp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(etharp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(igmp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip4.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip6.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(mld6.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(nd6.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(err.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .comment 0x000000000000002f 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + 0x3b (size before relaxing) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + .comment 0x0000000000000069 0x30 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/hal/libhal.a(aes_hal.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/newlib/libnewlib.a(random.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/lwip/liblwip.a(netdb.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .comment 0x0000000000000069 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + .comment 0x0000000000000069 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .comment 0x0000000000000069 0x30 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .comment 0x0000000000000069 0x40 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x41 (size before relaxing) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .comment 0x00000000000000a9 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .comment 0x00000000000000a9 0x30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .comment 0x00000000000000a9 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x3b (size before relaxing) + .comment 0x00000000000000e3 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .comment 0x00000000000000e3 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .comment 0x00000000000000e3 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .comment 0x00000000000000e3 0x3a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + 0x3b (size before relaxing) + .comment 0x000000000000011d 0x3b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + .comment 0x000000000000011d 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + +.xt.prop._ZN14NVSHandleEntryD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN14NVSHandleEntryD2Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listI14NVSHandleEntryE5eraseENS1_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listI14NVSHandleEntryE9push_backEPS0_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIaEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemIhEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemItEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8set_itemImEEiPKcT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIaEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemIhEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemItEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.prop._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs9NVSHandle8get_itemImEEiPKcRT_ + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + +.xt.lit._ZN3nvs4Item6getKeyEPcj + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs4Item6getKeyEPcj + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + +.xt.lit._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x0 + .xt.lit._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + +.xt.lit._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x8 + .xt.lit._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.lit._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED5Ev + 0x0000000000000000 0x0 + .xt.lit._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x8 (size before relaxing) + +.xt.lit._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x0000000000000000 0x8 + .xt.lit._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.lit._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x8 + .xt.lit._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN3nvs4Item6getKeyEPcj + 0x0000000000000000 0x3c + .xt.prop._ZN3nvs4Item6getKeyEPcj + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x48 (size before relaxing) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x48 (size before relaxing) + +.xt.prop._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x54 + .xt.prop._ZNKSt14default_deleteIA_N3nvs4PageEEclIS1_EENSt9enable_ifIXsrSt14is_convertibleIPA_T_PS2_E5valueEvE4typeEPS7_ + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED5Ev + 0x0000000000000000 0x0 + .xt.prop._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED5Ev + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0xc (size before relaxing) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x0000000000000000 0x48 + .xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE17clearAndFreeNodesEv + 0x0000000000000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x48 + .xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE17clearAndFreeNodesEv + 0x0000000000000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE9push_backEPS2_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs7Storage13BlobIndexNodeEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb + 0x0000000000000000 0x3c + .xt.prop._ZN19CompressedEnumTableIbLj1ELj256EE3setEjb + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE9push_backEPS2_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE9push_backEPS2_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev + 0x0000000000000000 0x30 + .xt.prop._ZNSt10unique_ptrIA_N3nvs4PageESt14default_deleteIS2_EED2Ev + 0x0000000000000000 0x30 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs7Storage14NamespaceEntryEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs7Storage12UsedPageNodeEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + +.xt.prop._ZTVN3nvs9NVSHandleE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs9NVSHandleE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + +.xt.prop._ZTVN3nvs15NVSHandleSimpleE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs15NVSHandleSimpleE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + +.xt.lit._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x8 + .xt.lit._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0xc + .xt.prop._ZN3nvs12NVSPartitionD5Ev + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZN3nvs12NVSPartitionD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs12NVSPartitionD2Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZN3nvs12NVSPartitionD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs12NVSPartitionD0Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZTVN3nvs9PartitionE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs9PartitionE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.prop._ZTVN3nvs12NVSPartitionE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs12NVSPartitionE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + +.xt.lit._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x8 + .xt.lit._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.lit._ZN3nvs7StorageC5EPNS_9PartitionE + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs7StorageC5EPNS_9PartitionE + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x8 (size before relaxing) + +.xt.prop._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0xc + .xt.prop._ZN3nvs19NVSPartitionManagerD5Ev + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN3nvs7StorageC5EPNS_9PartitionE + 0x0000000000000000 0x0 + .xt.prop._ZN3nvs7StorageC5EPNS_9PartitionE + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0xc (size before relaxing) + +.xt.prop._ZN3nvs19NVSPartitionManagerD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs19NVSPartitionManagerD2Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN3nvs19NVSPartitionManagerD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs19NVSPartitionManagerD0Ev + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN3nvs7StorageC2EPNS_9PartitionE + 0x0000000000000000 0x24 + .xt.prop._ZN3nvs7StorageC2EPNS_9PartitionE + 0x0000000000000000 0x24 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs12NVSPartitionEE9push_backEPS1_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs12NVSPartitionEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs7StorageEE9push_backEPS1_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs7StorageEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs15NVSHandleSimpleEE9push_backEPS1_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZTVN3nvs19NVSPartitionManagerE + 0x0000000000000000 0xc + .xt.prop._ZTVN3nvs19NVSPartitionManagerE + 0x0000000000000000 0xc esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE5eraseENS3_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs8HashList13HashListBlockEE9push_backEPS2_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + +.xt.lit._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x8 (size before relaxing) + +.xt.prop._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x0 + .xt.prop._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x0 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0xc (size before relaxing) + +.xt.prop._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x6c + .xt.prop._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKch + 0x0000000000000000 0x6c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + +.xt.prop._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ + 0x0000000000000000 0x3c + .xt.prop._ZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + +.xt.lit._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x0000000000000000 0x8 + .xt.lit._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.lit._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x0000000000000000 0x8 + .xt.lit._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x0000000000000000 0x8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x0000000000000000 0x48 + .xt.prop._ZN14intrusive_listIN3nvs4PageEE5clearEv + 0x0000000000000000 0x48 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x0000000000000000 0x60 + .xt.prop._ZN14intrusive_listIN3nvs4PageEE6insertENS2_8iteratorEPS1_ + 0x0000000000000000 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs4PageEE9push_backEPS1_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 + .xt.prop._ZN14intrusive_listIN3nvs4PageEE5eraseENS2_8iteratorE + 0x0000000000000000 0x54 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ + 0x0000000000000000 0x3c + .xt.prop._ZN14intrusive_listIN3nvs4PageEE10push_frontEPS1_ + 0x0000000000000000 0x3c esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + +.xt.prop._ZTISt9exception + 0x0000000000000000 0xc + .xt.prop._ZTISt9exception + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + +.xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc + .xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + +.xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + +.xt.prop._ZTVSt9bad_alloc + 0x0000000000000000 0xc + .xt.prop._ZTVSt9bad_alloc + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + +.xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + +.xt.lit._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x0000000000000000 0x8 + .xt.lit._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.lit._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x0000000000000000 0x8 + .xt.lit._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.lit._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev + 0x0000000000000000 0x8 + .xt.lit._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.lit._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev + 0x0000000000000000 0x8 + .xt.lit._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.lit._ZN9__gnu_cxx7__mutex4lockEv + 0x0000000000000000 0x8 + .xt.lit._ZN9__gnu_cxx7__mutex4lockEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.lit._ZN9__gnu_cxx7__mutex6unlockEv + 0x0000000000000000 0x8 + .xt.lit._ZN9__gnu_cxx7__mutex6unlockEv + 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x0000000000000000 0x30 + .xt.prop._ZNK9__gnu_cxx24__concurrence_lock_error4whatEv + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x0000000000000000 0x30 + .xt.prop._ZNK9__gnu_cxx26__concurrence_unlock_error4whatEv + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev + 0x0000000000000000 0xc + .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD5Ev + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev + 0x0000000000000000 0xc + .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD5Ev + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx7__mutex4lockEv + 0x0000000000000000 0x30 + .xt.prop._ZN9__gnu_cxx7__mutex4lockEv + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx7__mutex6unlockEv + 0x0000000000000000 0x30 + .xt.prop._ZN9__gnu_cxx7__mutex6unlockEv + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD2Ev + 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev + 0x0000000000000000 0x24 + .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD2Ev + 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN9__gnu_cxx24__concurrence_lock_errorD0Ev + 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev + 0x0000000000000000 0x24 + .xt.prop._ZN9__gnu_cxx26__concurrence_unlock_errorD0Ev + 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZTIN9__gnu_cxx24__concurrence_lock_errorE + 0x0000000000000000 0xc + .xt.prop._ZTIN9__gnu_cxx24__concurrence_lock_errorE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZTIN9__gnu_cxx26__concurrence_unlock_errorE + 0x0000000000000000 0xc + .xt.prop._ZTIN9__gnu_cxx26__concurrence_unlock_errorE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZTVN9__gnu_cxx24__concurrence_lock_errorE + 0x0000000000000000 0xc + .xt.prop._ZTVN9__gnu_cxx24__concurrence_lock_errorE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.xt.prop._ZTVN9__gnu_cxx26__concurrence_unlock_errorE + 0x0000000000000000 0xc + .xt.prop._ZTVN9__gnu_cxx26__concurrence_unlock_errorE + 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + +.debug_frame 0x0000000000000000 0x26b08 + .debug_frame 0x0000000000000000 0x58 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_frame 0x0000000000000058 0x3e8 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_frame 0x0000000000000440 0xe8 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_frame 0x0000000000000528 0xe8 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_frame 0x0000000000000610 0xd0 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_frame 0x00000000000006e0 0xd0 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_frame 0x00000000000007b0 0x1f0 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_frame 0x00000000000009a0 0xb8 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_frame 0x0000000000000a58 0xa0 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_frame 0x0000000000000af8 0x88 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_frame 0x0000000000000b80 0x40 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_frame 0x0000000000000bc0 0xe8 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_frame 0x0000000000000ca8 0x58 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_frame 0x0000000000000d00 0x130 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_frame 0x0000000000000e30 0x58 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_frame 0x0000000000000e88 0xe8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_frame 0x0000000000000f70 0xd0 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_frame 0x0000000000001040 0x58 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_frame 0x0000000000001098 0x40 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_frame 0x00000000000010d8 0xe8 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_frame 0x00000000000011c0 0x88 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_frame 0x0000000000001248 0x100 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_frame 0x0000000000001348 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_frame 0x0000000000001388 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x0000000000001410 0xd0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x00000000000014e0 0x118 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x00000000000015f8 0x70 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_frame 0x0000000000001668 0x88 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_frame 0x00000000000016f0 0x28 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_frame 0x0000000000001718 0x148 esp-idf/log/liblog.a(log.c.obj) + .debug_frame 0x0000000000001860 0xa0 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_frame 0x0000000000001900 0x298 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_frame 0x0000000000001b98 0xa0 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_frame 0x0000000000001c38 0x238 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_frame 0x0000000000001e70 0x268 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_frame 0x00000000000020d8 0x88 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_frame 0x0000000000002160 0xa0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_frame 0x0000000000002200 0x40 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_frame 0x0000000000002240 0xe8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_frame 0x0000000000002328 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_frame 0x0000000000002428 0x268 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_frame 0x0000000000002690 0x190 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_frame 0x0000000000002820 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_frame 0x00000000000028f0 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_frame 0x0000000000002978 0x358 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x0000000000002cd0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x0000000000002d28 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x0000000000002df8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_frame 0x0000000000002e20 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_frame 0x0000000000002f38 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_frame 0x0000000000002f60 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_frame 0x0000000000003030 0x3a0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_frame 0x00000000000033d0 0x850 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_frame 0x0000000000003c20 0x190 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_frame 0x0000000000003db0 0x70 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_frame 0x0000000000003e20 0x40 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_frame 0x0000000000003e60 0x40 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_frame 0x0000000000003ea0 0x40 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_frame 0x0000000000003ee0 0xa0 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_frame 0x0000000000003f80 0x88 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_frame 0x0000000000004008 0x28 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_frame 0x0000000000004030 0x70 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_frame 0x00000000000040a0 0x1a8 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_frame 0x0000000000004248 0x250 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_frame 0x0000000000004498 0x88 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_frame 0x0000000000004520 0x40 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_frame 0x0000000000004560 0x40 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_frame 0x00000000000045a0 0xd0 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_frame 0x0000000000004670 0x148 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_frame 0x00000000000047b8 0xb8 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_frame 0x0000000000004870 0xb8 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_frame 0x0000000000004928 0x298 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_frame 0x0000000000004bc0 0x58 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_frame 0x0000000000004c18 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_frame 0x0000000000004c88 0x118 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_frame 0x0000000000004da0 0xb8 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_frame 0x0000000000004e58 0x538 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_frame 0x0000000000005390 0x190 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_frame 0x0000000000005520 0x328 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_frame 0x0000000000005848 0xa0 esp-idf/main/libmain.a(main.c.obj) + .debug_frame 0x00000000000058e8 0x100 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_frame 0x00000000000059e8 0x88 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_frame 0x0000000000005a70 0x28 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_frame 0x0000000000005a98 0x88 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_frame 0x0000000000005b20 0x28 esp-idf/main/libmain.a(dns_server.c.obj) + .debug_frame 0x0000000000005b48 0xb8 esp-idf/main/libmain.a(led_driver.c.obj) + .debug_frame 0x0000000000005c00 0x70 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_frame 0x0000000000005c70 0xa90 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_frame 0x0000000000006700 0x478 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_frame 0x0000000000006b78 0x268 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_frame 0x0000000000006de0 0x178 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_frame 0x0000000000006f58 0x58 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_frame 0x0000000000006fb0 0x388 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_frame 0x0000000000007338 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_frame 0x00000000000073d8 0x430 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_frame 0x0000000000007808 0x3a0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_frame 0x0000000000007ba8 0x118 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_frame 0x0000000000007cc0 0xa0 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_frame 0x0000000000007d60 0x70 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_frame 0x0000000000007dd0 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000007f48 0x268 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000000081b0 0x160 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x0000000000008310 0xd0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000000083e0 0x670 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_frame 0x0000000000008a50 0x2e0 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_frame 0x0000000000008d30 0x130 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_frame 0x0000000000008e60 0x130 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_frame 0x0000000000008f90 0x238 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_frame 0x00000000000091c8 0x688 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_frame 0x0000000000009850 0x88 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_frame 0x00000000000098d8 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000000000009900 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x0000000000009ad8 0x130 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_frame 0x0000000000009c08 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_frame 0x0000000000009c48 0xa0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x0000000000009ce8 0x148 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_frame 0x0000000000009e30 0x100 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_frame 0x0000000000009f30 0x2b0 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_frame 0x000000000000a1e0 0x208 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_frame 0x000000000000a3e8 0x58 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_frame 0x000000000000a440 0x58 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_frame 0x000000000000a498 0x130 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_frame 0x000000000000a5c8 0x130 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_frame 0x000000000000a6f8 0xa0 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_frame 0x000000000000a798 0x2f8 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_frame 0x000000000000aa90 0xb8 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_frame 0x000000000000ab48 0x208 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_frame 0x000000000000ad50 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_frame 0x000000000000add8 0x2f8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_frame 0x000000000000b0d0 0x70 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_frame 0x000000000000b140 0x58 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_frame 0x000000000000b198 0x88 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_frame 0x000000000000b220 0xe8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_frame 0x000000000000b308 0x130 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_frame 0x000000000000b438 0x58 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_frame 0x000000000000b490 0xd0 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_frame 0x000000000000b560 0xa0 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_frame 0x000000000000b600 0x268 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_frame 0x000000000000b868 0xb8 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_frame 0x000000000000b920 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_frame 0x000000000000b960 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_frame 0x000000000000b988 0x160 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x000000000000bae8 0x40 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_frame 0x000000000000bb28 0x2b0 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_frame 0x000000000000bdd8 0xa0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_frame 0x000000000000be78 0x1a8 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_frame 0x000000000000c020 0xe8 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_frame 0x000000000000c108 0x70 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_frame 0x000000000000c178 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_frame 0x000000000000c1d0 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x000000000000c1f8 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_frame 0x000000000000c238 0x148 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_frame 0x000000000000c380 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_frame 0x000000000000c3c0 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_frame 0x000000000000c3e8 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_frame 0x000000000000c488 0x130 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_frame 0x000000000000c5b8 0x358 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_frame 0x000000000000c910 0x40 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_frame 0x000000000000c950 0xd0 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_frame 0x000000000000ca20 0x238 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_frame 0x000000000000cc58 0x850 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_frame 0x000000000000d4a8 0x478 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_frame 0x000000000000d920 0x1d8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_frame 0x000000000000daf8 0x118 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_frame 0x000000000000dc10 0x1f0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_frame 0x000000000000de00 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_frame 0x000000000000de70 0xe8 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_frame 0x000000000000df58 0x328 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_frame 0x000000000000e280 0x148 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_frame 0x000000000000e3c8 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_frame 0x000000000000e3f0 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_frame 0x000000000000e460 0x298 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_frame 0x000000000000e6f8 0x6b8 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_frame 0x000000000000edb0 0x1a8 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_frame 0x000000000000ef58 0x1a8 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_frame 0x000000000000f100 0xa0 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_frame 0x000000000000f1a0 0x238 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_frame 0x000000000000f3d8 0x28 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_frame 0x000000000000f400 0x70 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_frame 0x000000000000f470 0x88 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_frame 0x000000000000f4f8 0xd0 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_frame 0x000000000000f5c8 0x3b8 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_frame 0x000000000000f980 0x3a0 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_frame 0x000000000000fd20 0x160 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_frame 0x000000000000fe80 0x538 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_frame 0x00000000000103b8 0x118 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_frame 0x00000000000104d0 0x250 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_frame 0x0000000000010720 0x118 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_frame 0x0000000000010838 0x1a8 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_frame 0x00000000000109e0 0x3b8 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_frame 0x0000000000010d98 0x178 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_frame 0x0000000000010f10 0x58 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_frame 0x0000000000010f68 0x1d8 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_frame 0x0000000000011140 0x100 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_frame 0x0000000000011240 0xa0 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_frame 0x00000000000112e0 0x28 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_frame 0x0000000000011308 0xe8 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_frame 0x00000000000113f0 0xd0 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_frame 0x00000000000114c0 0x58 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_frame 0x0000000000011518 0x28 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_frame 0x0000000000011540 0x160 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_frame 0x00000000000116a0 0x2f8 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_frame 0x0000000000011998 0x40 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_frame 0x00000000000119d8 0x40 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_frame 0x0000000000011a18 0x88 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_frame 0x0000000000011aa0 0x40 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_frame 0x0000000000011ae0 0x2c8 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_frame 0x0000000000011da8 0xb8 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_frame 0x0000000000011e60 0x328 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_frame 0x0000000000012188 0x388 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_frame 0x0000000000012510 0x28 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_frame 0x0000000000012538 0xe8 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_frame 0x0000000000012620 0x118 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_frame 0x0000000000012738 0xb8 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_frame 0x00000000000127f0 0xc10 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_frame 0x0000000000013400 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_frame 0x00000000000134a0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_frame 0x00000000000134e0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_frame 0x0000000000013508 0x3b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_frame 0x00000000000138c0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_frame 0x00000000000138e8 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_frame 0x0000000000013910 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_frame 0x0000000000013938 0x88 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_frame 0x00000000000139c0 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_frame 0x0000000000013a90 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_frame 0x0000000000013c08 0x280 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_frame 0x0000000000013e88 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_frame 0x0000000000013f58 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_frame 0x0000000000014040 0x130 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_frame 0x0000000000014170 0x250 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_frame 0x00000000000143c0 0x118 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_frame 0x00000000000144d8 0x6a0 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_frame 0x0000000000014b78 0x190 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_frame 0x0000000000014d08 0x328 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_frame 0x0000000000015030 0x70 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_frame 0x00000000000150a0 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_frame 0x00000000000150c8 0x1a8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_frame 0x0000000000015270 0x2e0 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_frame 0x0000000000015550 0x370 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_frame 0x00000000000158c0 0x58 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_frame 0x0000000000015918 0x328 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_frame 0x0000000000015c40 0x190 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_frame 0x0000000000015dd0 0x268 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_frame 0x0000000000016038 0x250 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_frame 0x0000000000016288 0xd0 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_frame 0x0000000000016358 0x70 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_frame 0x00000000000163c8 0x280 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_frame 0x0000000000016648 0x508 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_frame 0x0000000000016b50 0xdf0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_frame 0x0000000000017940 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_frame 0x0000000000017c38 0x370 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_frame 0x0000000000017fa8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_frame 0x0000000000017fd0 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_frame 0x0000000000018118 0x100 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_frame 0x0000000000018218 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_frame 0x0000000000018300 0x508 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x0000000000018808 0x3a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_frame 0x0000000000018ba8 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_frame 0x0000000000018ea0 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_frame 0x0000000000019180 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_frame 0x0000000000019220 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_frame 0x0000000000019368 0x1f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_frame 0x0000000000019558 0x268 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_frame 0x00000000000197c0 0x7f0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_frame 0x0000000000019fb0 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_frame 0x000000000001a140 0x178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_frame 0x000000000001a2b8 0x220 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_frame 0x000000000001a4d8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_frame 0x000000000001a518 0x2e0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_frame 0x000000000001a7f8 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_frame 0x000000000001a868 0x298 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_frame 0x000000000001ab00 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_frame 0x000000000001acc0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_frame 0x000000000001ad48 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_frame 0x000000000001ad88 0x520 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_frame 0x000000000001b2a8 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_frame 0x000000000001b330 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_frame 0x000000000001b370 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_frame 0x000000000001b3e0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_frame 0x000000000001b450 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_frame 0x000000000001b478 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_frame 0x000000000001b4b8 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_frame 0x000000000001b570 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_frame 0x000000000001b5e0 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_frame 0x000000000001b740 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_frame 0x000000000001b870 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_frame 0x000000000001b9b8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_frame 0x000000000001bab8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_frame 0x000000000001bbb8 0x100 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_frame 0x000000000001bcb8 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_frame 0x000000000001be48 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_frame 0x000000000001bf00 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_frame 0x000000000001c060 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_frame 0x000000000001c220 0x208 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_frame 0x000000000001c428 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_frame 0x000000000001c600 0x1a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_frame 0x000000000001c7a8 0x190 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_frame 0x000000000001c938 0x358 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_frame 0x000000000001cc90 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_frame 0x000000000001cd60 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_frame 0x000000000001ce18 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_frame 0x000000000001cea0 0xe8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_frame 0x000000000001cf88 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_frame 0x000000000001d010 0x550 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_frame 0x000000000001d560 0x328 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_frame 0x000000000001d888 0x400 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_frame 0x000000000001dc88 0x298 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_frame 0x000000000001df20 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_frame 0x000000000001df48 0xb8 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_frame 0x000000000001e000 0x88 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_frame 0x000000000001e088 0x70 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_frame 0x000000000001e0f8 0x28 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_frame 0x000000000001e120 0x28 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_frame 0x000000000001e148 0xd0 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_frame 0x000000000001e218 0x148 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_frame 0x000000000001e360 0x220 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_frame 0x000000000001e580 0xe8 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_frame 0x000000000001e668 0x88 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_frame 0x000000000001e6f0 0x298 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_frame 0x000000000001e988 0xe8 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_frame 0x000000000001ea70 0xb8 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_frame 0x000000000001eb28 0x40 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_frame 0x000000000001eb68 0x220 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_frame 0x000000000001ed88 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_frame 0x000000000001eea0 0x610 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_frame 0x000000000001f4b0 0x1f0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_frame 0x000000000001f6a0 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_frame 0x000000000001f6f8 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_frame 0x000000000001f7e0 0x5b0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_frame 0x000000000001fd90 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_frame 0x000000000001fed8 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_frame 0x0000000000020020 0x640 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_frame 0x0000000000020660 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_frame 0x0000000000020748 0x148 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_frame 0x0000000000020890 0x118 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_frame 0x00000000000209a8 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_frame 0x0000000000020b38 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_frame 0x0000000000020ba8 0x580 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_frame 0x0000000000021128 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_frame 0x00000000000211f8 0x298 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_frame 0x0000000000021490 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_frame 0x00000000000214b8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_frame 0x0000000000021510 0x628 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_frame 0x0000000000021b38 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_frame 0x0000000000021bf0 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_frame 0x0000000000021d20 0x1a8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_frame 0x0000000000021ec8 0x430 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_frame 0x00000000000222f8 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_frame 0x0000000000022428 0x268 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_frame 0x0000000000022690 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_frame 0x0000000000022748 0x130 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_frame 0x0000000000022878 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_frame 0x00000000000229f0 0x220 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_frame 0x0000000000022c10 0x70 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_frame 0x0000000000022c80 0x5b0 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_frame 0x0000000000023230 0x28 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_frame 0x0000000000023258 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_frame 0x0000000000023280 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_frame 0x00000000000232a8 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_frame 0x00000000000232e8 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_frame 0x0000000000023310 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_frame 0x0000000000023338 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_frame 0x00000000000233c0 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_frame 0x0000000000023448 0xd0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_frame 0x0000000000023518 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_frame 0x0000000000023540 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_frame 0x0000000000023568 0xa0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_frame 0x0000000000023608 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_frame 0x0000000000023690 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_frame 0x00000000000236e8 0xd0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_frame 0x00000000000237b8 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_frame 0x00000000000237e0 0x1c0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_frame 0x00000000000239a0 0x130 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_frame 0x0000000000023ad0 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_frame 0x0000000000023b40 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_frame 0x0000000000023b68 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_frame 0x0000000000023b90 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_frame 0x0000000000023bb8 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_frame 0x0000000000023be0 0x268 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_frame 0x0000000000023e48 0xdd8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_frame 0x0000000000024c20 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_frame 0x0000000000024c78 0x550 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_frame 0x00000000000251c8 0x730 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_frame 0x00000000000258f8 0x1c0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_frame 0x0000000000025ab8 0x208 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .debug_frame 0x0000000000025cc0 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_frame 0x0000000000025ce8 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_frame 0x0000000000025d10 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_frame 0x0000000000025d50 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_frame 0x0000000000025d78 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_frame 0x0000000000025db8 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_frame 0x0000000000025df8 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_frame 0x0000000000025e38 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_frame 0x0000000000025e60 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_frame 0x0000000000025ea0 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_frame 0x0000000000025ee0 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_frame 0x0000000000025f20 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_frame 0x0000000000025f60 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_frame 0x0000000000025fa0 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_frame 0x0000000000025fe0 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_frame 0x0000000000026020 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_frame 0x0000000000026060 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_frame 0x00000000000260b8 0xb8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_frame 0x0000000000026170 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_frame 0x00000000000261b0 0x44 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_frame 0x00000000000261f4 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_frame 0x000000000002621c 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_frame 0x0000000000026244 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_frame 0x000000000002626c 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_frame 0x0000000000026294 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_frame 0x0000000000026304 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_frame 0x0000000000026344 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_frame 0x0000000000026384 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_frame 0x00000000000263ac 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_frame 0x00000000000263ec 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_frame 0x0000000000026414 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_frame 0x000000000002646c 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_frame 0x00000000000264c4 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_frame 0x00000000000264ec 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_frame 0x0000000000026514 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_frame 0x000000000002653c 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_frame 0x0000000000026594 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_frame 0x00000000000265ec 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_frame 0x000000000002662c 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_frame 0x000000000002666c 0x1d8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_frame 0x0000000000026844 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_frame 0x000000000002686c 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_frame 0x0000000000026894 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_frame 0x00000000000268bc 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_frame 0x000000000002692c 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_frame 0x000000000002699c 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_frame 0x00000000000269f4 0x8c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_frame 0x0000000000026a80 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_info 0x0000000000000000 0x2f7b64 + .debug_info 0x0000000000000000 0x365 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_info 0x0000000000000365 0x2213 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_info 0x0000000000002578 0xca6 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_info 0x000000000000321e 0x9b3 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_info 0x0000000000003bd1 0x968 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_info 0x0000000000004539 0x5f1 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_info 0x0000000000004b2a 0xe53 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_info 0x000000000000597d 0x343c esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_info 0x0000000000008db9 0x312 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_info 0x00000000000090cb 0x24 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_info 0x00000000000090ef 0x3cdf esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_info 0x000000000000cdce 0x24d esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_info 0x000000000000d01b 0xd66 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_info 0x000000000000dd81 0x23 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .debug_info 0x000000000000dda4 0x23 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .debug_info 0x000000000000ddc7 0x3536 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_info 0x00000000000112fd 0x5044 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_info 0x0000000000016341 0x1bf esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_info 0x0000000000016500 0x4416 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_info 0x000000000001a916 0x394d esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_info 0x000000000001e263 0x23ca esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_info 0x000000000002062d 0x3514 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_info 0x0000000000023b41 0xa71 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_info 0x00000000000245b2 0x872 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_info 0x0000000000024e24 0x23 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_info 0x0000000000024e47 0x8b6 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_info 0x00000000000256fd 0x1535 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_info 0x0000000000026c32 0x22b1 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0000000000028ee3 0x26ef esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x000000000002b5d2 0x43c2 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x000000000002f994 0x68e esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_info 0x0000000000030022 0x1ac6 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_info 0x0000000000031ae8 0x20e1 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_info 0x0000000000033bc9 0xac0 esp-idf/log/liblog.a(log.c.obj) + .debug_info 0x0000000000034689 0x756 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_info 0x0000000000034ddf 0x1597 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_info 0x0000000000036376 0xd75 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_info 0x00000000000370eb 0x1539 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_info 0x0000000000038624 0x6f8e esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_info 0x000000000003f5b2 0x666 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_info 0x000000000003fc18 0x35f esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_info 0x000000000003ff77 0xd3f esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_info 0x0000000000040cb6 0x102 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_info 0x0000000000040db8 0x729 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_info 0x00000000000414e1 0x8df esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_info 0x0000000000041dc0 0x238e esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_info 0x000000000004414e 0x1050 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_info 0x000000000004519e 0x262b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_info 0x00000000000477c9 0x17d7 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_info 0x0000000000048fa0 0x51d5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x000000000004e175 0x24f4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x0000000000050669 0xccc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x0000000000051335 0x22c3 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_info 0x00000000000535f8 0x178b esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_info 0x0000000000054d83 0x245 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_info 0x0000000000054fc8 0xa8e esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_info 0x0000000000055a56 0x3611 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_info 0x0000000000059067 0x8549 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_info 0x00000000000615b0 0x2198 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_info 0x0000000000063748 0x8b4 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_info 0x0000000000063ffc 0x89 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_info 0x0000000000064085 0xd1e esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_info 0x0000000000064da3 0x24 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_info 0x0000000000064dc7 0x1dd esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_info 0x0000000000064fa4 0x24 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_info 0x0000000000064fc8 0xe0 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_info 0x00000000000650a8 0x22 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_info 0x00000000000650ca 0x313 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_info 0x00000000000653dd 0x2ec esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_info 0x00000000000656c9 0x2b6 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_info 0x000000000006597f 0x4cb esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_info 0x0000000000065e4a 0xe8c esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_info 0x0000000000066cd6 0x10c7 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_info 0x0000000000067d9d 0x347 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_info 0x00000000000680e4 0xac1 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_info 0x0000000000068ba5 0x147a esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_info 0x000000000006a01f 0xe8d esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_info 0x000000000006aeac 0x11e4 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_info 0x000000000006c090 0x642 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_info 0x000000000006c6d2 0x14f1 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_info 0x000000000006dbc3 0x209c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_info 0x000000000006fc5f 0x27c esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_info 0x000000000006fedb 0x25c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_info 0x0000000000070137 0xd0c esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_info 0x0000000000070e43 0x239 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_info 0x000000000007107c 0x5755 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_info 0x00000000000767d1 0x1a1e esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_info 0x00000000000781ef 0x492c esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_info 0x000000000007cb1b 0x130e esp-idf/main/libmain.a(main.c.obj) + .debug_info 0x000000000007de29 0x3894 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_info 0x00000000000816bd 0x1717 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_info 0x0000000000082dd4 0xd02 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_info 0x0000000000083ad6 0x815 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_info 0x00000000000842eb 0x81d esp-idf/main/libmain.a(dns_server.c.obj) + .debug_info 0x0000000000084b08 0xe52 esp-idf/main/libmain.a(led_driver.c.obj) + .debug_info 0x000000000008595a 0xa28 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_info 0x0000000000086382 0x404e esp-idf/json/libjson.a(cJSON.c.obj) + .debug_info 0x000000000008a3d0 0x6e73 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_info 0x0000000000091243 0x15c2 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_info 0x0000000000092805 0xd98 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_info 0x000000000009359d 0x3bc esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_info 0x0000000000093959 0x48b2 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_info 0x000000000009820b 0xc57 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_info 0x0000000000098e62 0x3cff esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_info 0x000000000009cb61 0x4146 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_info 0x00000000000a0ca7 0x105b esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_info 0x00000000000a1d02 0x15fe esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_info 0x00000000000a3300 0x590 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_info 0x00000000000a3890 0x38 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_info 0x00000000000a38c8 0xf03 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000000a47cb 0x1780 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000a5f4b 0x2cf0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x00000000000a8c3b 0x15e8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000000aa223 0xcad esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000000aaed0 0x6737 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_info 0x00000000000b1607 0x2c59 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_info 0x00000000000b4260 0x274c esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_info 0x00000000000b69ac 0x18dd esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_info 0x00000000000b8289 0x572f esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_info 0x00000000000bd9b8 0x9c63 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_info 0x00000000000c761b 0xc89 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_info 0x00000000000c82a4 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x00000000000c8343 0x3ebc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x00000000000cc1ff 0x10d0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_info 0x00000000000cd2cf 0x217b esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_info 0x00000000000cf44a 0xa15 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x00000000000cfe5f 0x1b3d esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_info 0x00000000000d199c 0x1305 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_info 0x00000000000d2ca1 0x2537 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_info 0x00000000000d51d8 0x3499 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_info 0x00000000000d8671 0x1c1 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_info 0x00000000000d8832 0x1ba esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_info 0x00000000000d89ec 0x16d esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_info 0x00000000000d8b59 0xd0b esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_info 0x00000000000d9864 0x15b8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_info 0x00000000000dae1c 0x3f8 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_info 0x00000000000db214 0x56ad esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_info 0x00000000000e08c1 0x4948 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_info 0x00000000000e5209 0x127b esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_info 0x00000000000e6484 0xad7 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_info 0x00000000000e6f5b 0xc61 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_info 0x00000000000e7bbc 0x266f esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_info 0x00000000000ea22b 0x102e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_info 0x00000000000eb259 0xf7c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_info 0x00000000000ec1d5 0x10cd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_info 0x00000000000ed2a2 0x14c4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_info 0x00000000000ee766 0x375a esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_info 0x00000000000f1ec0 0x376 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_info 0x00000000000f2236 0x7a9 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_info 0x00000000000f29df 0xdb2 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_info 0x00000000000f3791 0x2652 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_info 0x00000000000f5de3 0x38d9 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_info 0x00000000000f96bc 0x23 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_info 0x00000000000f96df 0x174 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_info 0x00000000000f9853 0x18a esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_info 0x00000000000f99dd 0x1761 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x00000000000fb13e 0xcb6 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_info 0x00000000000fbdf4 0x2bc2 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_info 0x00000000000fe9b6 0x31fb esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_info 0x0000000000101bb1 0x405d esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_info 0x0000000000105c0e 0x429 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_info 0x0000000000106037 0x130c esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_info 0x0000000000107343 0x11c esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x000000000010745f 0x236 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .debug_info 0x0000000000107695 0x1bd esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_info 0x0000000000107852 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_info 0x0000000000107992 0x17b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x0000000000107b0d 0x33b esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_info 0x0000000000107e48 0xe89 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_info 0x0000000000108cd1 0x112 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_info 0x0000000000108de3 0x669 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_info 0x000000000010944c 0x676 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_info 0x0000000000109ac2 0x14e6 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_info 0x000000000010afa8 0x2789 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_info 0x000000000010d731 0x3c4 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_info 0x000000000010daf5 0x6bf esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_info 0x000000000010e1b4 0x2e4b esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_info 0x0000000000110fff 0xc0e9 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_info 0x000000000011d0e8 0xd67c esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_info 0x000000000012a764 0x7282 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_info 0x00000000001319e6 0x1593 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_info 0x0000000000132f79 0x92a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_info 0x000000000013c219 0x97c esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_info 0x000000000013cb95 0x40d5 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_info 0x0000000000140c6a 0x7db7 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_info 0x0000000000148a21 0x781d esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_info 0x000000000015023e 0xcac esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_info 0x0000000000150eea 0x2f7d esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_info 0x0000000000153e67 0xf10 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_info 0x0000000000154d77 0x7c1f esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_info 0x000000000015c996 0x1655 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_info 0x000000000015dfeb 0x1362 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_info 0x000000000015f34d 0x445 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_info 0x000000000015f792 0x1fbe esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_info 0x0000000000161750 0x168 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_info 0x00000000001618b8 0xb9a esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_info 0x0000000000162452 0x383 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_info 0x00000000001627d5 0x804 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_info 0x0000000000162fd9 0x2bdb esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_info 0x0000000000165bb4 0x28b5 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_info 0x0000000000168469 0x15ee esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_info 0x0000000000169a57 0x388c esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_info 0x000000000016d2e3 0x2ce9 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_info 0x000000000016ffcc 0x348d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_info 0x0000000000173459 0x10f4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_info 0x000000000017454d 0x1b88 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_info 0x00000000001760d5 0x39f7 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_info 0x0000000000179acc 0x1d58 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_info 0x000000000017b824 0xff3 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_info 0x000000000017c817 0x150d esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_info 0x000000000017dd24 0x1780 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_info 0x000000000017f4a4 0xa8d esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_info 0x000000000017ff31 0xaf3 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_info 0x0000000000180a24 0x145c esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_info 0x0000000000181e80 0x1a30 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_info 0x00000000001838b0 0x5c7 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_info 0x0000000000183e77 0xb5d esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_info 0x00000000001849d4 0x154c esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_info 0x0000000000185f20 0x31a9 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_info 0x00000000001890c9 0xbdb esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_info 0x0000000000189ca4 0x63c esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_info 0x000000000018a2e0 0xb89 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_info 0x000000000018ae69 0xf09 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_info 0x000000000018bd72 0x15ab esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_info 0x000000000018d31d 0x16c3 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_info 0x000000000018e9e0 0x2ba1 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_info 0x0000000000191581 0x469d esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_info 0x0000000000195c1e 0x101 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_info 0x0000000000195d1f 0x80f esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_info 0x000000000019652e 0xb08 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_info 0x0000000000197036 0x4f4 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_info 0x000000000019752a 0x6dfb esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_info 0x000000000019e325 0xec6 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_info 0x000000000019f1eb 0x538 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_info 0x000000000019f723 0x370 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_info 0x000000000019fa93 0x2950 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_info 0x00000000001a23e3 0x232 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_info 0x00000000001a2615 0x378 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_info 0x00000000001a298d 0x330 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_info 0x00000000001a2cbd 0x36e esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_info 0x00000000001a302b 0xfac esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_info 0x00000000001a3fd7 0x1205 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_info 0x00000000001a51dc 0x128d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_info 0x00000000001a6469 0xf49 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_info 0x00000000001a73b2 0xcf7 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_info 0x00000000001a80a9 0x1f1e esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_info 0x00000000001a9fc7 0x1da4 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_info 0x00000000001abd6b 0x9c2 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_info 0x00000000001ac72d 0x3139 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_info 0x00000000001af866 0x1f80 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_info 0x00000000001b17e6 0x47e0 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_info 0x00000000001b5fc6 0x34a esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_info 0x00000000001b6310 0xdd esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_info 0x00000000001b63ed 0x38dc esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_info 0x00000000001b9cc9 0x115a esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_info 0x00000000001bae23 0x2da4 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_info 0x00000000001bdbc7 0x4b3 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_info 0x00000000001be07a 0x3719 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_info 0x00000000001c1793 0x2e55 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_info 0x00000000001c45e8 0x1bd9 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_info 0x00000000001c61c1 0x22e8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_info 0x00000000001c84a9 0x1446 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_info 0x00000000001c98ef 0x857 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_info 0x00000000001ca146 0x2c01 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_info 0x00000000001ccd47 0x57a6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_info 0x00000000001d24ed 0x918e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_info 0x00000000001db67b 0x4d81 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_info 0x00000000001e03fc 0x5961 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_info 0x00000000001e5d5d 0x1a9 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_info 0x00000000001e5f06 0x194e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_info 0x00000000001e7854 0x934 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_info 0x00000000001e8188 0x31b5 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_info 0x00000000001eb33d 0x5338 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x00000000001f0675 0x2d92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_info 0x00000000001f3407 0x38b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_info 0x00000000001f6cb7 0x219d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_info 0x00000000001f8e54 0xa9c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_info 0x00000000001f98f0 0x1fe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_info 0x00000000001fb8d2 0x22d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_info 0x00000000001fdbaa 0x16f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_info 0x00000000001ff29f 0x6951 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_info 0x0000000000205bf0 0x4ff2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_info 0x000000000020abe2 0x1c25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_info 0x000000000020c807 0x2178 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_info 0x000000000020e97f 0x4d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_info 0x000000000020ee51 0x2ca4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_info 0x0000000000211af5 0x8cb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_info 0x00000000002123c0 0x195e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_info 0x0000000000213d1e 0x3e42 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_info 0x0000000000217b60 0x245 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_info 0x0000000000217da5 0x198 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_info 0x0000000000217f3d 0x73cf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_info 0x000000000021f30c 0x1125 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_info 0x0000000000220431 0x616 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_info 0x0000000000220a47 0x7a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_info 0x00000000002211e7 0x7a0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_info 0x0000000000221987 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_info 0x0000000000221aa1 0x15b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_info 0x0000000000221bfc 0x77b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_info 0x0000000000222377 0x28b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_info 0x0000000000222602 0x13b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_info 0x00000000002239ba 0x1587 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_info 0x0000000000224f41 0xb7a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_info 0x0000000000225abb 0x879 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_info 0x0000000000226334 0x899 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_info 0x0000000000226bcd 0xa4e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_info 0x000000000022761b 0x1456 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_info 0x0000000000228a71 0x3e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_info 0x0000000000228e52 0x1dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_info 0x000000000022ac3e 0xda3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_info 0x000000000022b9e1 0x1060 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_info 0x000000000022ca41 0x1be1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_info 0x000000000022e622 0x2138 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_info 0x000000000023075a 0x1e1f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_info 0x0000000000232579 0x1a8b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_info 0x0000000000234004 0x141a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_info 0x000000000023541e 0x16c3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_info 0x0000000000236ae1 0x18ae esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_info 0x000000000023838f 0xb7f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_info 0x0000000000238f0e 0xe97 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_info 0x0000000000239da5 0x570b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_info 0x000000000023f4b0 0x358b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_info 0x0000000000242a3b 0x3a0e esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_info 0x0000000000246449 0x2182 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_info 0x00000000002485cb 0x257 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_info 0x0000000000248822 0xb2c esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_info 0x000000000024934e 0x682 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_info 0x00000000002499d0 0x49e esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_info 0x0000000000249e6e 0x152 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_info 0x0000000000249fc0 0x179 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_info 0x000000000024a139 0x7d1 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_info 0x000000000024a90a 0x78d esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_info 0x000000000024b097 0x18dc esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_info 0x000000000024c973 0x705 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_info 0x000000000024d078 0xffc esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_info 0x000000000024e074 0x25dc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_info 0x0000000000250650 0xc9f esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_info 0x00000000002512ef 0x31b esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_info 0x000000000025160a 0x8bd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_info 0x0000000000251ec7 0xb89 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_info 0x0000000000252a50 0x40c esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_info 0x0000000000252e5c 0x4a5a esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_info 0x00000000002578b6 0x1648 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_info 0x0000000000258efe 0x75be esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_info 0x00000000002604bc 0x3f01 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_info 0x00000000002643bd 0xe0d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_info 0x00000000002651ca 0x4222 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_info 0x00000000002693ec 0x4717 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_info 0x000000000026db03 0x1e08 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_info 0x000000000026f90b 0x10e6 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_info 0x00000000002709f1 0x625d esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_info 0x0000000000276c4e 0x1ca3 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_info 0x00000000002788f1 0x1068 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_info 0x0000000000279959 0x2daa esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_info 0x000000000027c703 0x2be2 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_info 0x000000000027f2e5 0xa1a esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_info 0x000000000027fcff 0x75ac esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_info 0x00000000002872ab 0xe12 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_info 0x00000000002880bd 0x1b14 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_info 0x0000000000289bd1 0x3fa esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_info 0x0000000000289fcb 0x6fa esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_info 0x000000000028a6c5 0x6d5f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_info 0x0000000000291424 0x1777 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_info 0x0000000000292b9b 0xc56 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_info 0x00000000002937f1 0x1c90 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_info 0x0000000000295481 0x41fd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_info 0x000000000029967e 0x106d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_info 0x000000000029a6eb 0x11cc esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_info 0x000000000029b8b7 0xa9b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_info 0x000000000029c352 0xe7c esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_info 0x000000000029d1ce 0x17e2 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_info 0x000000000029e9b0 0xdf3 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_info 0x000000000029f7a3 0x3be esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_info 0x000000000029fb61 0x645a esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_info 0x00000000002a5fbb 0x846 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_info 0x00000000002a6801 0x5d C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_info 0x00000000002a685e 0x78 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_info 0x00000000002a68d6 0x55 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_info 0x00000000002a692b 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_info 0x00000000002a69a5 0x7a C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_info 0x00000000002a6a1f 0x84 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_info 0x00000000002a6aa3 0x9d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_info 0x00000000002a6b40 0x142 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_info 0x00000000002a6c82 0x11d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_info 0x00000000002a6d9f 0x5a9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_info 0x00000000002a7348 0xdef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_info 0x00000000002a8137 0x1134 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_info 0x00000000002a926b 0xad3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_info 0x00000000002a9d3e 0x3a6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .debug_info 0x00000000002aa0e4 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_info 0x00000000002aa187 0x88e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .debug_info 0x00000000002aaa15 0x8b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_info 0x00000000002ab2cb 0xa54 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_info 0x00000000002abd1f 0x5a7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_info 0x00000000002ac2c6 0x276 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_info 0x00000000002ac53c 0xa79 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_info 0x00000000002acfb5 0x9d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_info 0x00000000002ad052 0x2533 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_info 0x00000000002af585 0x960 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_info 0x00000000002afee5 0xa1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_info 0x00000000002b0902 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_info 0x00000000002b0926 0x6bf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_info 0x00000000002b0fe5 0x722 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_info 0x00000000002b1707 0x685 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_info 0x00000000002b1d8c 0x6ef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_info 0x00000000002b247b 0x1a30 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_info 0x00000000002b3eab 0xb6ae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_info 0x00000000002bf559 0x230 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_info 0x00000000002bf789 0x5678 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_info 0x00000000002c4e01 0x6676 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_info 0x00000000002cb477 0x1459 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_info 0x00000000002cc8d0 0x181c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .debug_info 0x00000000002ce0ec 0x21a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_info 0x00000000002ce306 0x21a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_info 0x00000000002ce520 0x9ad c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_info 0x00000000002ceecd 0x834 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_info 0x00000000002cf701 0xb93 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_info 0x00000000002d0294 0x98f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_info 0x00000000002d0c23 0xf98 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_info 0x00000000002d1bbb 0xc8e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_info 0x00000000002d2849 0xbea c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_info 0x00000000002d3433 0x9ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_info 0x00000000002d3ded 0xb63 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_info 0x00000000002d4950 0x9fe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_info 0x00000000002d534e 0xabc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_info 0x00000000002d5e0a 0x9ef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_info 0x00000000002d67f9 0x9b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_info 0x00000000002d71af 0xa22 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_info 0x00000000002d7bd1 0x980 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_info 0x00000000002d8551 0x1ec2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_info 0x00000000002da413 0x286b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_info 0x00000000002dcc7e 0x23f8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_info 0x00000000002df076 0x8e5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_info 0x00000000002df95b 0xa83 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_info 0x00000000002e03de 0x8eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_info 0x00000000002e0cc9 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_info 0x00000000002e0d51 0x2c2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_info 0x00000000002e397c 0x992 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_info 0x00000000002e430e 0x9b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_info 0x00000000002e4cbf 0x98f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_info 0x00000000002e564e 0x1963 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_info 0x00000000002e6fb1 0x882 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_info 0x00000000002e7833 0x1398 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_info 0x00000000002e8bcb 0x389 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_info 0x00000000002e8f54 0xea c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_info 0x00000000002e903e 0xacf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_info 0x00000000002e9b0d 0xb6a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_info 0x00000000002ea677 0xcb4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_info 0x00000000002eb32b 0xbef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_info 0x00000000002ebf1a 0xbee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_info 0x00000000002ecb08 0xbe9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_info 0x00000000002ed6f1 0x1ebf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_info 0x00000000002ef5b0 0x1e0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_info 0x00000000002ef790 0xd3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_info 0x00000000002ef863 0xcf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_info 0x00000000002ef932 0xe03 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_info 0x00000000002f0735 0xdfb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_info 0x00000000002f1530 0x2080 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_info 0x00000000002f35b0 0x225f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_info 0x00000000002f580f 0x2355 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_abbrev 0x0000000000000000 0x5a11e + .debug_abbrev 0x0000000000000000 0x1c1 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_abbrev 0x00000000000001c1 0x508 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_abbrev 0x00000000000006c9 0x300 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_abbrev 0x00000000000009c9 0x2f5 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_abbrev 0x0000000000000cbe 0x247 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_abbrev 0x0000000000000f05 0x1cb esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_abbrev 0x00000000000010d0 0x2dd esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_abbrev 0x00000000000013ad 0x505 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_abbrev 0x00000000000018b2 0x1e2 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_abbrev 0x0000000000001a94 0x14 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_abbrev 0x0000000000001aa8 0x447 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_abbrev 0x0000000000001eef 0x17a esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_abbrev 0x0000000000002069 0x359 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_abbrev 0x00000000000023c2 0x14 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .debug_abbrev 0x00000000000023d6 0x14 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .debug_abbrev 0x00000000000023ea 0x2e7 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_abbrev 0x00000000000026d1 0x526 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_abbrev 0x0000000000002bf7 0x14d esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_abbrev 0x0000000000002d44 0x4b8 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_abbrev 0x00000000000031fc 0x43e esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_abbrev 0x000000000000363a 0x377 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_abbrev 0x00000000000039b1 0x367 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_abbrev 0x0000000000003d18 0x28f esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_abbrev 0x0000000000003fa7 0x258 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_abbrev 0x00000000000041ff 0x14 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_abbrev 0x0000000000004213 0x27a esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_abbrev 0x000000000000448d 0x255 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_abbrev 0x00000000000046e2 0x223 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000000000004905 0x331 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000000000004c36 0x3cf esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x0000000000005005 0x20e esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_abbrev 0x0000000000005213 0x380 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_abbrev 0x0000000000005593 0x20a esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_abbrev 0x000000000000579d 0x3d4 esp-idf/log/liblog.a(log.c.obj) + .debug_abbrev 0x0000000000005b71 0x2b9 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_abbrev 0x0000000000005e2a 0x3d5 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_abbrev 0x00000000000061ff 0x36a esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_abbrev 0x0000000000006569 0x3c2 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_abbrev 0x000000000000692b 0x484 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_abbrev 0x0000000000006daf 0x2ad esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_abbrev 0x000000000000705c 0xd1 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_abbrev 0x000000000000712d 0x30e esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_abbrev 0x000000000000743b 0xa5 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_abbrev 0x00000000000074e0 0x26c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_abbrev 0x000000000000774c 0x2ed esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_abbrev 0x0000000000007a39 0x566 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_abbrev 0x0000000000007f9f 0x28d esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_abbrev 0x000000000000822c 0x398 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_abbrev 0x00000000000085c4 0x3ed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_abbrev 0x00000000000089b1 0x617 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x0000000000008fc8 0x281 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x0000000000009249 0x2bd esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x0000000000009506 0x244 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_abbrev 0x000000000000974a 0x352 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_abbrev 0x0000000000009a9c 0x12c esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_abbrev 0x0000000000009bc8 0x28a esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_abbrev 0x0000000000009e52 0x404 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_abbrev 0x000000000000a256 0x59f esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_abbrev 0x000000000000a7f5 0x62f esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_abbrev 0x000000000000ae24 0x32b esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_abbrev 0x000000000000b14f 0x40 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_abbrev 0x000000000000b18f 0x228 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_abbrev 0x000000000000b3b7 0x14 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_abbrev 0x000000000000b3cb 0x165 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_abbrev 0x000000000000b530 0x14 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_abbrev 0x000000000000b544 0xa4 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_abbrev 0x000000000000b5e8 0x12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_abbrev 0x000000000000b5fa 0x17b esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_abbrev 0x000000000000b775 0x106 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_abbrev 0x000000000000b87b 0x1ab esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_abbrev 0x000000000000ba26 0x229 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_abbrev 0x000000000000bc4f 0x2be esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_abbrev 0x000000000000bf0d 0x3c6 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_abbrev 0x000000000000c2d3 0x1bd esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_abbrev 0x000000000000c490 0x251 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_abbrev 0x000000000000c6e1 0x2c7 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_abbrev 0x000000000000c9a8 0x308 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_abbrev 0x000000000000ccb0 0x38d esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_abbrev 0x000000000000d03d 0x1e2 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_abbrev 0x000000000000d21f 0x49a esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_abbrev 0x000000000000d6b9 0x53c esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_abbrev 0x000000000000dbf5 0x189 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_abbrev 0x000000000000dd7e 0x171 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_abbrev 0x000000000000deef 0x414 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_abbrev 0x000000000000e303 0x10b esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_abbrev 0x000000000000e40e 0x582 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_abbrev 0x000000000000e990 0x2d0 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_abbrev 0x000000000000ec60 0x674 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_abbrev 0x000000000000f2d4 0x397 esp-idf/main/libmain.a(main.c.obj) + .debug_abbrev 0x000000000000f66b 0x4d3 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_abbrev 0x000000000000fb3e 0x340 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_abbrev 0x000000000000fe7e 0x227 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_abbrev 0x00000000000100a5 0x1d4 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_abbrev 0x0000000000010279 0x256 esp-idf/main/libmain.a(dns_server.c.obj) + .debug_abbrev 0x00000000000104cf 0x2cb esp-idf/main/libmain.a(led_driver.c.obj) + .debug_abbrev 0x000000000001079a 0x29e esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_abbrev 0x0000000000010a38 0x42a esp-idf/json/libjson.a(cJSON.c.obj) + .debug_abbrev 0x0000000000010e62 0x4f6 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_abbrev 0x0000000000011358 0x339 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_abbrev 0x0000000000011691 0x23a esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_abbrev 0x00000000000118cb 0x17a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_abbrev 0x0000000000011a45 0x488 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_abbrev 0x0000000000011ecd 0x267 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_abbrev 0x0000000000012134 0x3ba esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_abbrev 0x00000000000124ee 0x3e0 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_abbrev 0x00000000000128ce 0x2ff esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_abbrev 0x0000000000012bcd 0x2fe esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_abbrev 0x0000000000012ecb 0x25a esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_abbrev 0x0000000000013125 0x21 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_abbrev 0x0000000000013146 0x2be esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x0000000000013404 0x3a1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000000137a5 0x391 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x0000000000013b36 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x0000000000013c3c 0x2c7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x0000000000013f03 0x680 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_abbrev 0x0000000000014583 0x3d3 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_abbrev 0x0000000000014956 0x3c1 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_abbrev 0x0000000000014d17 0x3ba esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_abbrev 0x00000000000150d1 0x5fa esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_abbrev 0x00000000000156cb 0x64b esp-idf/driver/libdriver.a(uart.c.obj) + .debug_abbrev 0x0000000000015d16 0x20d esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_abbrev 0x0000000000015f23 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x0000000000015f85 0x557 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x00000000000164dc 0x39f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_abbrev 0x000000000001687b 0x1bd esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_abbrev 0x0000000000016a38 0x207 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x0000000000016c3f 0x369 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_abbrev 0x0000000000016fa8 0x2a4 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_abbrev 0x000000000001724c 0x40a esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_abbrev 0x0000000000017656 0x4f4 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_abbrev 0x0000000000017b4a 0xbd esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_abbrev 0x0000000000017c07 0x140 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_abbrev 0x0000000000017d47 0xe0 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_abbrev 0x0000000000017e27 0x335 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_abbrev 0x000000000001815c 0x41e esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_abbrev 0x000000000001857a 0x269 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_abbrev 0x00000000000187e3 0x5d5 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_abbrev 0x0000000000018db8 0x55e esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_abbrev 0x0000000000019316 0x3fc esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_abbrev 0x0000000000019712 0x281 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_abbrev 0x0000000000019993 0x142 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_abbrev 0x0000000000019ad5 0x493 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_abbrev 0x0000000000019f68 0x254 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_abbrev 0x000000000001a1bc 0x20e esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_abbrev 0x000000000001a3ca 0x268 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_abbrev 0x000000000001a632 0x2b6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_abbrev 0x000000000001a8e8 0x454 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_abbrev 0x000000000001ad3c 0x183 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_abbrev 0x000000000001aebf 0x2a8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_abbrev 0x000000000001b167 0x3ac esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_abbrev 0x000000000001b513 0x49d esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_abbrev 0x000000000001b9b0 0x32a esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_abbrev 0x000000000001bcda 0x14 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_abbrev 0x000000000001bcee 0xe5 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_abbrev 0x000000000001bdd3 0xf3 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_abbrev 0x000000000001bec6 0x36d esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x000000000001c233 0x206 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_abbrev 0x000000000001c439 0x398 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_abbrev 0x000000000001c7d1 0x3ec esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_abbrev 0x000000000001cbbd 0x49a esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_abbrev 0x000000000001d057 0x23c esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_abbrev 0x000000000001d293 0x235 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_abbrev 0x000000000001d4c8 0x83 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x000000000001d54b 0xc6 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .debug_abbrev 0x000000000001d611 0xa1 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_abbrev 0x000000000001d6b2 0xb8 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_abbrev 0x000000000001d76a 0x10b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x000000000001d875 0x1ec esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_abbrev 0x000000000001da61 0x310 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_abbrev 0x000000000001dd71 0x96 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_abbrev 0x000000000001de07 0x1b5 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_abbrev 0x000000000001dfbc 0x23d esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_abbrev 0x000000000001e1f9 0x3ff esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_abbrev 0x000000000001e5f8 0x252 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_abbrev 0x000000000001e84a 0x1d6 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_abbrev 0x000000000001ea20 0x15b esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_abbrev 0x000000000001eb7b 0x485 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_abbrev 0x000000000001f000 0xfb6 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_abbrev 0x000000000001ffb6 0xf84 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_abbrev 0x0000000000020f3a 0xbd1 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_abbrev 0x0000000000021b0b 0x512 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_abbrev 0x000000000002201d 0xe49 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_abbrev 0x0000000000022e66 0x2d3 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_abbrev 0x0000000000023139 0x874 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_abbrev 0x00000000000239ad 0xccb esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_abbrev 0x0000000000024678 0xd76 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_abbrev 0x00000000000253ee 0x3e7 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_abbrev 0x00000000000257d5 0x65b esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_abbrev 0x0000000000025e30 0x37e esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_abbrev 0x00000000000261ae 0x3f7 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_abbrev 0x00000000000265a5 0x41d esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_abbrev 0x00000000000269c2 0x301 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_abbrev 0x0000000000026cc3 0x17c esp-idf/lwip/liblwip.a(def.c.obj) + .debug_abbrev 0x0000000000026e3f 0x3d0 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_abbrev 0x000000000002720f 0xbb esp-idf/lwip/liblwip.a(init.c.obj) + .debug_abbrev 0x00000000000272ca 0x247 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_abbrev 0x0000000000027511 0x213 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_abbrev 0x0000000000027724 0x2f2 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_abbrev 0x0000000000027a16 0x43c esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_abbrev 0x0000000000027e52 0x3dc esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_abbrev 0x000000000002822e 0x3c5 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_abbrev 0x00000000000285f3 0x441 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_abbrev 0x0000000000028a34 0x3d8 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_abbrev 0x0000000000028e0c 0x3fc esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_abbrev 0x0000000000029208 0x3c6 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_abbrev 0x00000000000295ce 0x3fb esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_abbrev 0x00000000000299c9 0x43c esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_abbrev 0x0000000000029e05 0x39a esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_abbrev 0x000000000002a19f 0x320 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_abbrev 0x000000000002a4bf 0x402 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_abbrev 0x000000000002a8c1 0x3a7 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_abbrev 0x000000000002ac68 0x308 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_abbrev 0x000000000002af70 0x26d esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_abbrev 0x000000000002b1dd 0x301 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_abbrev 0x000000000002b4de 0x370 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_abbrev 0x000000000002b84e 0x229 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_abbrev 0x000000000002ba77 0x260 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_abbrev 0x000000000002bcd7 0x3cf esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_abbrev 0x000000000002c0a6 0x410 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_abbrev 0x000000000002c4b6 0x2fc esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_abbrev 0x000000000002c7b2 0x211 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_abbrev 0x000000000002c9c3 0x28c esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_abbrev 0x000000000002cc4f 0x1c5 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_abbrev 0x000000000002ce14 0x37f esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_abbrev 0x000000000002d193 0x2b0 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_abbrev 0x000000000002d443 0x43e esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_abbrev 0x000000000002d881 0x4be esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_abbrev 0x000000000002dd3f 0x93 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_abbrev 0x000000000002ddd2 0x242 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_abbrev 0x000000000002e014 0x25f esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_abbrev 0x000000000002e273 0x228 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_abbrev 0x000000000002e49b 0x5d6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_abbrev 0x000000000002ea71 0x1c7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_abbrev 0x000000000002ec38 0x1e1 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_abbrev 0x000000000002ee19 0x190 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_abbrev 0x000000000002efa9 0x44c esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_abbrev 0x000000000002f3f5 0x10c esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_abbrev 0x000000000002f501 0x16b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_abbrev 0x000000000002f66c 0x149 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_abbrev 0x000000000002f7b5 0x1a6 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_abbrev 0x000000000002f95b 0x2fe esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_abbrev 0x000000000002fc59 0x2d6 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_abbrev 0x000000000002ff2f 0x32d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_abbrev 0x000000000003025c 0x353 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_abbrev 0x00000000000305af 0x201 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_abbrev 0x00000000000307b0 0x3a0 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_abbrev 0x0000000000030b50 0x40a esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_abbrev 0x0000000000030f5a 0x284 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_abbrev 0x00000000000311de 0x521 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_abbrev 0x00000000000316ff 0x312 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_abbrev 0x0000000000031a11 0x582 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_abbrev 0x0000000000031f93 0x1b3 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_abbrev 0x0000000000032146 0x75 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_abbrev 0x00000000000321bb 0x4fd esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_abbrev 0x00000000000326b8 0x331 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_abbrev 0x00000000000329e9 0x413 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_abbrev 0x0000000000032dfc 0x1d1 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_abbrev 0x0000000000032fcd 0x3d2 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_abbrev 0x000000000003339f 0x5a9 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_abbrev 0x0000000000033948 0x4ee esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_abbrev 0x0000000000033e36 0x497 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_abbrev 0x00000000000342cd 0x3f4 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_abbrev 0x00000000000346c1 0x21f esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_abbrev 0x00000000000348e0 0x481 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_abbrev 0x0000000000034d61 0x5fb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_abbrev 0x000000000003535c 0x634 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_abbrev 0x0000000000035990 0x58e esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_abbrev 0x0000000000035f1e 0x5b3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_abbrev 0x00000000000364d1 0xfb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_abbrev 0x00000000000365cc 0x3ff esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_abbrev 0x00000000000369cb 0x237 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_abbrev 0x0000000000036c02 0x51d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_abbrev 0x000000000003711f 0x51d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x000000000003763c 0x414 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_abbrev 0x0000000000037a50 0x56e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_abbrev 0x0000000000037fbe 0x390 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_abbrev 0x000000000003834e 0x296 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_abbrev 0x00000000000385e4 0x4f5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_abbrev 0x0000000000038ad9 0x4a9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_abbrev 0x0000000000038f82 0x361 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_abbrev 0x00000000000392e3 0x405 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_abbrev 0x00000000000396e8 0x319 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_abbrev 0x0000000000039a01 0x3e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_abbrev 0x0000000000039de4 0x3dc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_abbrev 0x000000000003a1c0 0x188 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_abbrev 0x000000000003a348 0x4b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_abbrev 0x000000000003a7f8 0x21a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_abbrev 0x000000000003aa12 0x369 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_abbrev 0x000000000003ad7b 0x446 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_abbrev 0x000000000003b1c1 0x1d2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_abbrev 0x000000000003b393 0x11a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_abbrev 0x000000000003b4ad 0x46f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_abbrev 0x000000000003b91c 0x255 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_abbrev 0x000000000003bb71 0x1b5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_abbrev 0x000000000003bd26 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_abbrev 0x000000000003bf08 0x1e2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_abbrev 0x000000000003c0ea 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_abbrev 0x000000000003c1ba 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_abbrev 0x000000000003c2b2 0x21c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_abbrev 0x000000000003c4ce 0x16c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_abbrev 0x000000000003c63a 0x362 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_abbrev 0x000000000003c99c 0x39a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_abbrev 0x000000000003cd36 0x33f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_abbrev 0x000000000003d075 0x2b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_abbrev 0x000000000003d326 0x2c2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_abbrev 0x000000000003d5e8 0x31c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_abbrev 0x000000000003d904 0x377 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_abbrev 0x000000000003dc7b 0x14e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_abbrev 0x000000000003ddc9 0x2f8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_abbrev 0x000000000003e0c1 0x304 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_abbrev 0x000000000003e3c5 0x26b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_abbrev 0x000000000003e630 0x455 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_abbrev 0x000000000003ea85 0x3bd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_abbrev 0x000000000003ee42 0x42b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_abbrev 0x000000000003f26d 0x294 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_abbrev 0x000000000003f501 0x360 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_abbrev 0x000000000003f861 0x447 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_abbrev 0x000000000003fca8 0x434 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_abbrev 0x00000000000400dc 0x2d4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_abbrev 0x00000000000403b0 0x27d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_abbrev 0x000000000004062d 0x4e9 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_abbrev 0x0000000000040b16 0x423 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_abbrev 0x0000000000040f39 0x42c esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_abbrev 0x0000000000041365 0x474 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_abbrev 0x00000000000417d9 0x12b esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_abbrev 0x0000000000041904 0x256 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_abbrev 0x0000000000041b5a 0x26f esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_abbrev 0x0000000000041dc9 0x27f esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_abbrev 0x0000000000042048 0xdb esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_abbrev 0x0000000000042123 0x10f esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_abbrev 0x0000000000042232 0x225 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_abbrev 0x0000000000042457 0x1bf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_abbrev 0x0000000000042616 0x471 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_abbrev 0x0000000000042a87 0x252 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_abbrev 0x0000000000042cd9 0x35e esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_abbrev 0x0000000000043037 0x43d esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_abbrev 0x0000000000043474 0x241 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_abbrev 0x00000000000436b5 0xff esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_abbrev 0x00000000000437b4 0x1cd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_abbrev 0x0000000000043981 0x2be esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_abbrev 0x0000000000043c3f 0x1c0 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_abbrev 0x0000000000043dff 0x590 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_abbrev 0x000000000004438f 0x3d7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_abbrev 0x0000000000044766 0x751 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_abbrev 0x0000000000044eb7 0x626 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_abbrev 0x00000000000454dd 0x276 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_abbrev 0x0000000000045753 0x5a2 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_abbrev 0x0000000000045cf5 0x45e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_abbrev 0x0000000000046153 0x4bf esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_abbrev 0x0000000000046612 0x3a5 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_abbrev 0x00000000000469b7 0x641 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_abbrev 0x0000000000046ff8 0x402 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_abbrev 0x00000000000473fa 0x3ee esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_abbrev 0x00000000000477e8 0x478 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_abbrev 0x0000000000047c60 0x51e esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_abbrev 0x000000000004817e 0x26c esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_abbrev 0x00000000000483ea 0x4fc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_abbrev 0x00000000000488e6 0x26f esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_abbrev 0x0000000000048b55 0x32e esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_abbrev 0x0000000000048e83 0x17c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_abbrev 0x0000000000048fff 0x262 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_abbrev 0x0000000000049261 0x61f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_abbrev 0x0000000000049880 0x3ef esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_abbrev 0x0000000000049c6f 0x345 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_abbrev 0x0000000000049fb4 0x45a esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_abbrev 0x000000000004a40e 0x6ea esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_abbrev 0x000000000004aaf8 0x2f7 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_abbrev 0x000000000004adef 0x2e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_abbrev 0x000000000004b0d7 0x21e esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_abbrev 0x000000000004b2f5 0x35b esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_abbrev 0x000000000004b650 0x471 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_abbrev 0x000000000004bac1 0x357 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_abbrev 0x000000000004be18 0x1a2 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_abbrev 0x000000000004bfba 0x66f esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_abbrev 0x000000000004c629 0x1ef esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_abbrev 0x000000000004c818 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_abbrev 0x000000000004c82c 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_abbrev 0x000000000004c840 0x43 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_abbrev 0x000000000004c883 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_abbrev 0x000000000004c897 0x14 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_abbrev 0x000000000004c8ab 0x8b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_abbrev 0x000000000004c936 0xa5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_abbrev 0x000000000004c9db 0x157 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_abbrev 0x000000000004cb32 0x124 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_abbrev 0x000000000004cc56 0x190 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_abbrev 0x000000000004cde6 0x4d6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_abbrev 0x000000000004d2bc 0x603 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_abbrev 0x000000000004d8bf 0x42e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_abbrev 0x000000000004dced 0x267 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x000000000004df54 0xa3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_abbrev 0x000000000004dff7 0x323 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x000000000004e31a 0x30e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_abbrev 0x000000000004e628 0x4b5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x000000000004eadd 0x332 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_abbrev 0x000000000004ee0f 0x1f6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_abbrev 0x000000000004f005 0x488 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_abbrev 0x000000000004f48d 0xa5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_abbrev 0x000000000004f532 0x9c5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_abbrev 0x000000000004fef7 0x411 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_abbrev 0x0000000000050308 0x4cd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_abbrev 0x00000000000507d5 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_abbrev 0x00000000000507e9 0x1ab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_abbrev 0x0000000000050994 0x1a6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_abbrev 0x0000000000050b3a 0x18f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_abbrev 0x0000000000050cc9 0x19e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_abbrev 0x0000000000050e67 0x42d esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_abbrev 0x0000000000051294 0x54c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_abbrev 0x00000000000517e0 0xd4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_abbrev 0x00000000000518b4 0x4b4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_abbrev 0x0000000000051d68 0x4f1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_abbrev 0x0000000000052259 0x306 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_abbrev 0x000000000005255f 0x2d4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .debug_abbrev 0x0000000000052833 0x135 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_abbrev 0x0000000000052968 0x135 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_abbrev 0x0000000000052a9d 0x27a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_abbrev 0x0000000000052d17 0x196 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_abbrev 0x0000000000052ead 0x2b9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_abbrev 0x0000000000053166 0x258 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_abbrev 0x00000000000533be 0x31d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_abbrev 0x00000000000536db 0x243 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_abbrev 0x000000000005391e 0x299 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_abbrev 0x0000000000053bb7 0x274 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_abbrev 0x0000000000053e2b 0x2aa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_abbrev 0x00000000000540d5 0x23e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_abbrev 0x0000000000054313 0x25a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_abbrev 0x000000000005456d 0x27a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_abbrev 0x00000000000547e7 0x256 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_abbrev 0x0000000000054a3d 0x260 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_abbrev 0x0000000000054c9d 0x22e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_abbrev 0x0000000000054ecb 0x4d1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_abbrev 0x000000000005539c 0x466 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_abbrev 0x0000000000055802 0x458 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_abbrev 0x0000000000055c5a 0x1e1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_abbrev 0x0000000000055e3b 0x1e1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_abbrev 0x000000000005601c 0x1e3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_abbrev 0x00000000000561ff 0x77 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_abbrev 0x0000000000056276 0x4da c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_abbrev 0x0000000000056750 0x25c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_abbrev 0x00000000000569ac 0x260 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_abbrev 0x0000000000056c0c 0x225 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_abbrev 0x0000000000056e31 0x35b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_abbrev 0x000000000005718c 0x1d8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_abbrev 0x0000000000057364 0x3eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_abbrev 0x000000000005774f 0x16d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_abbrev 0x00000000000578bc 0xb9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_abbrev 0x0000000000057975 0x1b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_abbrev 0x0000000000057b26 0x1ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_abbrev 0x0000000000057d14 0x29a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_abbrev 0x0000000000057fae 0x28a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_abbrev 0x0000000000058238 0x25f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_abbrev 0x0000000000058497 0x25a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_abbrev 0x00000000000586f1 0x491 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_abbrev 0x0000000000058b82 0x162 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_abbrev 0x0000000000058ce4 0x7a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_abbrev 0x0000000000058d5e 0x7a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_abbrev 0x0000000000058dd8 0x314 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_abbrev 0x00000000000590ec 0x31b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_abbrev 0x0000000000059407 0x3fd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_abbrev 0x0000000000059804 0x489 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_abbrev 0x0000000000059c8d 0x491 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_loc 0x0000000000000000 0x116a31 + .debug_loc 0x0000000000000000 0x196 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_loc 0x0000000000000196 0x117f esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_loc 0x0000000000001315 0x496 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_loc 0x00000000000017ab 0x504 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_loc 0x0000000000001caf 0x38c esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_loc 0x000000000000203b 0x46a esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_loc 0x00000000000024a5 0x19d esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_loc 0x0000000000002642 0x3a5 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_loc 0x00000000000029e7 0x4d esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_loc 0x0000000000002a34 0x1ce esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_loc 0x0000000000002c02 0x5f esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_loc 0x0000000000002c61 0x3d1 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_loc 0x0000000000003032 0x3f esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_loc 0x0000000000003071 0x33a esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_loc 0x00000000000033ab 0x122 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_loc 0x00000000000034cd 0x131 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_loc 0x00000000000035fe 0x2ab esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_loc 0x00000000000038a9 0x6b esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_loc 0x0000000000003914 0xa2 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_loc 0x00000000000039b6 0x274 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_loc 0x0000000000003c2a 0x4eb esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_loc 0x0000000000004115 0x3fb esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_loc 0x0000000000004510 0x114 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_loc 0x0000000000004624 0x45 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x0000000000004669 0x268 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00000000000048d1 0xff6 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x00000000000058c7 0x39e esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_loc 0x0000000000005c65 0x40e esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_loc 0x0000000000006073 0xdf esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_loc 0x0000000000006152 0x54c esp-idf/log/liblog.a(log.c.obj) + .debug_loc 0x000000000000669e 0xdc esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_loc 0x000000000000677a 0x93d esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_loc 0x00000000000070b7 0x782 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_loc 0x0000000000007839 0x809 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_loc 0x0000000000008042 0x7c45 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_loc 0x000000000000fc87 0x343 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_loc 0x000000000000ffca 0x718 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_loc 0x00000000000106e2 0x44 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_loc 0x0000000000010726 0x58c esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_loc 0x0000000000010cb2 0x164 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_loc 0x0000000000010e16 0x16e7 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_loc 0x00000000000124fd 0x1085 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_loc 0x0000000000013582 0x3ba esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_loc 0x000000000001393c 0x2c5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_loc 0x0000000000013c01 0x1229 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x0000000000014e2a 0x174 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x0000000000014f9e 0x3cb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x0000000000015369 0x33 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_loc 0x000000000001539c 0xca esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_loc 0x0000000000015466 0x4a esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_loc 0x00000000000154b0 0x26d esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_loc 0x000000000001571d 0x1e9f esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_loc 0x00000000000175bc 0x3ae2 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_loc 0x000000000001b09e 0x90d esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_loc 0x000000000001b9ab 0xd2 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_loc 0x000000000001ba7d 0xd2 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_loc 0x000000000001bb4f 0x37 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_loc 0x000000000001bb86 0x136 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_loc 0x000000000001bcbc 0xdd esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_loc 0x000000000001bd99 0x8a esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_loc 0x000000000001be23 0x1d5 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_loc 0x000000000001bff8 0x25a esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_loc 0x000000000001c252 0x43a esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_loc 0x000000000001c68c 0x94 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_loc 0x000000000001c720 0x1be esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_loc 0x000000000001c8de 0x287 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_loc 0x000000000001cb65 0x576 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_loc 0x000000000001d0db 0x94 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_loc 0x000000000001d16f 0x316 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_loc 0x000000000001d485 0xe99 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_loc 0x000000000001e31e 0x15 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_loc 0x000000000001e333 0x1a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_loc 0x000000000001e34d 0x393 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_loc 0x000000000001e6e0 0x39ac esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_loc 0x000000000002208c 0x384 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_loc 0x0000000000022410 0x15f3 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_loc 0x0000000000023a03 0x19d esp-idf/main/libmain.a(main.c.obj) + .debug_loc 0x0000000000023ba0 0x3b4 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_loc 0x0000000000023f54 0x1ef esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_loc 0x0000000000024143 0x1cc esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_loc 0x000000000002430f 0x28a esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_loc 0x0000000000024599 0x2af esp-idf/main/libmain.a(dns_server.c.obj) + .debug_loc 0x0000000000024848 0x6a7 esp-idf/main/libmain.a(led_driver.c.obj) + .debug_loc 0x0000000000024eef 0x54c esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_loc 0x000000000002543b 0x3bec esp-idf/json/libjson.a(cJSON.c.obj) + .debug_loc 0x0000000000029027 0x2746 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_loc 0x000000000002b76d 0x12a4 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_loc 0x000000000002ca11 0x769 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_loc 0x000000000002d17a 0x3a esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_loc 0x000000000002d1b4 0x1753 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_loc 0x000000000002e907 0x12b esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_loc 0x000000000002ea32 0x1ff8 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_loc 0x0000000000030a2a 0x4078 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_loc 0x0000000000034aa2 0x98a esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_loc 0x000000000003542c 0x1163 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_loc 0x000000000003658f 0x223 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_loc 0x00000000000367b2 0x54e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000036d00 0xd80 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000037a80 0x774 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x00000000000381f4 0x58f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000038783 0x28f2 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_loc 0x000000000003b075 0x88d esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_loc 0x000000000003b902 0x5a4 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_loc 0x000000000003bea6 0x9d6 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_loc 0x000000000003c87c 0x27b2 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_loc 0x000000000003f02e 0x3919 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_loc 0x0000000000042947 0xb9 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_loc 0x0000000000042a00 0x897 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x0000000000043297 0x708 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_loc 0x000000000004399f 0x1d5 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x0000000000043b74 0x857 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_loc 0x00000000000443cb 0x5d3 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_loc 0x000000000004499e 0x124c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_loc 0x0000000000045bea 0x22d2 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_loc 0x0000000000047ebc 0x281 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_loc 0x000000000004813d 0x941 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_loc 0x0000000000048a7e 0x173 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_loc 0x0000000000048bf1 0x198f esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_loc 0x000000000004a580 0x4cc esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_loc 0x000000000004aa4c 0x588 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_loc 0x000000000004afd4 0x111 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_loc 0x000000000004b0e5 0x1218 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_loc 0x000000000004c2fd 0x17c esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_loc 0x000000000004c479 0x112 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_loc 0x000000000004c58b 0x222 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_loc 0x000000000004c7ad 0x6d4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_loc 0x000000000004ce81 0x538 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_loc 0x000000000004d3b9 0x16 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_loc 0x000000000004d3cf 0x1a8 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_loc 0x000000000004d577 0x33f esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_loc 0x000000000004d8b6 0xeb2 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_loc 0x000000000004e768 0x363 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_loc 0x000000000004eacb 0xbd esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_loc 0x000000000004eb88 0x10e4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x000000000004fc6c 0x2ea esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_loc 0x000000000004ff56 0x106b esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_loc 0x0000000000050fc1 0x33e esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_loc 0x00000000000512ff 0xf39 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_loc 0x0000000000052238 0xa4 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_loc 0x00000000000522dc 0x3c2 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_loc 0x000000000005269e 0x9a esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_loc 0x0000000000052738 0x23 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_loc 0x000000000005275b 0xd3 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_loc 0x000000000005282e 0x77f esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_loc 0x0000000000052fad 0x6e esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_loc 0x000000000005301b 0x285 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_loc 0x00000000000532a0 0x2f4 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_loc 0x0000000000053594 0x7fe esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_loc 0x0000000000053d92 0x1314 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_loc 0x00000000000550a6 0xe4 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_loc 0x000000000005518a 0x1b6 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_loc 0x0000000000055340 0x1947 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_loc 0x0000000000056c87 0x1ad3 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_loc 0x000000000005875a 0x36e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_loc 0x000000000005be3a 0x4d0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_loc 0x000000000005c30a 0x1e2 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_loc 0x000000000005c4ec 0xe34 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_loc 0x000000000005d320 0x752 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_loc 0x000000000005da72 0x3466 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_loc 0x0000000000060ed8 0x1238 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_loc 0x0000000000062110 0xa6 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_loc 0x00000000000621b6 0x326 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_loc 0x00000000000624dc 0x279 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_loc 0x0000000000062755 0x4f18 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_loc 0x000000000006766d 0x309 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_loc 0x0000000000067976 0x3ce esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_loc 0x0000000000067d44 0x47d esp-idf/lwip/liblwip.a(def.c.obj) + .debug_loc 0x00000000000681c1 0x1ea4 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_loc 0x000000000006a065 0x154 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_loc 0x000000000006a1b9 0x74 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_loc 0x000000000006a22d 0x1b5 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_loc 0x000000000006a3e2 0x10c2 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_loc 0x000000000006b4a4 0x197b esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_loc 0x000000000006ce1f 0x934 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_loc 0x000000000006d753 0x1a2b esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_loc 0x000000000006f17e 0xd1b esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_loc 0x000000000006fe99 0x1878 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_loc 0x0000000000071711 0x366 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_loc 0x0000000000071a77 0xf1f esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_loc 0x0000000000072996 0x18d7 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_loc 0x000000000007426d 0x1166 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_loc 0x00000000000753d3 0x1ec esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_loc 0x00000000000755bf 0x7cd esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_loc 0x0000000000075d8c 0x880 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_loc 0x000000000007660c 0x6ad esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_loc 0x0000000000076cb9 0x2f8 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_loc 0x0000000000076fb1 0x2a1 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_loc 0x0000000000077252 0x1021 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_loc 0x0000000000078273 0x725 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_loc 0x0000000000078998 0x20d esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_loc 0x0000000000078ba5 0x70a esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_loc 0x00000000000792af 0x212d esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_loc 0x000000000007b3dc 0x149 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_loc 0x000000000007b525 0x108 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_loc 0x000000000007b62d 0x344 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_loc 0x000000000007b971 0x364 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_loc 0x000000000007bcd5 0x731 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_loc 0x000000000007c406 0xae esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_loc 0x000000000007c4b4 0x1231 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_loc 0x000000000007d6e5 0x15a3 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_loc 0x000000000007ec88 0x25 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_loc 0x000000000007ecad 0x1fe esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_loc 0x000000000007eeab 0x8f3 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_loc 0x000000000007f79e 0x259 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_loc 0x000000000007f9f7 0x2ec5 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_loc 0x00000000000828bc 0x94 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_loc 0x0000000000082950 0x2df esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_loc 0x0000000000082c2f 0x157 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_loc 0x0000000000082d86 0xe25 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_loc 0x0000000000083bab 0x215 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_loc 0x0000000000083dc0 0x1da esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_loc 0x0000000000083f9a 0x222 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_loc 0x00000000000841bc 0x5f esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_loc 0x000000000008421b 0xd7d esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_loc 0x0000000000084f98 0x6e7 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_loc 0x000000000008567f 0x130a esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_loc 0x0000000000086989 0x602 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_loc 0x0000000000086f8b 0x6ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_loc 0x0000000000087638 0x119 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_loc 0x0000000000087751 0x53f esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_loc 0x0000000000087c90 0x3df esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_loc 0x000000000008806f 0x618 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_loc 0x0000000000088687 0x44f9 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_loc 0x000000000008cb80 0x1495 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_loc 0x000000000008e015 0x193 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_loc 0x000000000008e1a8 0xbf4 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_loc 0x000000000008ed9c 0x992 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_loc 0x000000000008f72e 0x126f esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_loc 0x000000000009099d 0x57 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_loc 0x00000000000909f4 0x1d93 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_loc 0x0000000000092787 0x12b7 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_loc 0x0000000000093a3e 0xa11 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_loc 0x000000000009444f 0x135d esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_loc 0x00000000000957ac 0x8b3 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_loc 0x000000000009605f 0x302 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_loc 0x0000000000096361 0x17f5 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_loc 0x0000000000097b56 0x2d23 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_loc 0x000000000009a879 0x611b esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_loc 0x00000000000a0994 0x2aed esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_loc 0x00000000000a3481 0x379f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_loc 0x00000000000a6c20 0x51 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_loc 0x00000000000a6c71 0xf0f esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_loc 0x00000000000a7b80 0x414 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_loc 0x00000000000a7f94 0x1aa6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_loc 0x00000000000a9a3a 0x3157 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x00000000000acb91 0x289e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_loc 0x00000000000af42f 0x2841 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_loc 0x00000000000b1c70 0x420 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_loc 0x00000000000b2090 0x74d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_loc 0x00000000000b27dd 0x10e9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_loc 0x00000000000b38c6 0xd5a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_loc 0x00000000000b4620 0x7ee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_loc 0x00000000000b4e0e 0x344a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_loc 0x00000000000b8258 0x5811 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_loc 0x00000000000bda69 0x7f9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_loc 0x00000000000be262 0xd8a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_loc 0x00000000000befec 0xcb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_loc 0x00000000000bf0b7 0x1881 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_loc 0x00000000000c0938 0x180 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_loc 0x00000000000c0ab8 0x632 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_loc 0x00000000000c10ea 0x1c13 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_loc 0x00000000000c2cfd 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_loc 0x00000000000c2d6d 0x52b7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_loc 0x00000000000c8024 0x70f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_loc 0x00000000000c8733 0x151 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_loc 0x00000000000c8884 0x209 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_loc 0x00000000000c8a8d 0x209 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_loc 0x00000000000c8c96 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_loc 0x00000000000c8cbb 0x25 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_loc 0x00000000000c8ce0 0x4d0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_loc 0x00000000000c91b0 0x142 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_loc 0x00000000000c92f2 0xdc5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_loc 0x00000000000ca0b7 0xbdd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_loc 0x00000000000cac94 0x357 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_loc 0x00000000000cafeb 0x1f65 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_loc 0x00000000000ccf50 0x125e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_loc 0x00000000000ce1ae 0xe81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_loc 0x00000000000cf02f 0x9f4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_loc 0x00000000000cfa23 0x94 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_loc 0x00000000000cfab7 0x1210 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_loc 0x00000000000d0cc7 0x8b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_loc 0x00000000000d1577 0xc24 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_loc 0x00000000000d219b 0xc6b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_loc 0x00000000000d2e06 0xd80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_loc 0x00000000000d3b86 0x93d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_loc 0x00000000000d44c3 0x1713 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_loc 0x00000000000d5bd6 0xab8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_loc 0x00000000000d668e 0xb63 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_loc 0x00000000000d71f1 0x864 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_loc 0x00000000000d7a55 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_loc 0x00000000000d7c55 0x1179 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_loc 0x00000000000d8dce 0x3d3c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_loc 0x00000000000dcb0a 0x381c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_loc 0x00000000000e0326 0x1e28 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_loc 0x00000000000e214e 0x170a esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_loc 0x00000000000e3858 0x11f esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_loc 0x00000000000e3977 0x3bc esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_loc 0x00000000000e3d33 0x2d2 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_loc 0x00000000000e4005 0x1db esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_loc 0x00000000000e41e0 0x23 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_loc 0x00000000000e4203 0x42 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_loc 0x00000000000e4245 0x10e esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_loc 0x00000000000e4353 0x32c esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_loc 0x00000000000e467f 0x419 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_loc 0x00000000000e4a98 0x13f esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_loc 0x00000000000e4bd7 0x94d esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_loc 0x00000000000e5524 0x1e79 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_loc 0x00000000000e739d 0x1e4 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_loc 0x00000000000e7581 0x25b esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_loc 0x00000000000e77dc 0x81 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_loc 0x00000000000e785d 0x559 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_loc 0x00000000000e7db6 0x270 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_loc 0x00000000000e8026 0x202c esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_loc 0x00000000000ea052 0xf9f esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_loc 0x00000000000eaff1 0x5d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_loc 0x00000000000eb04e 0x76e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_loc 0x00000000000eb7bc 0x218b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_loc 0x00000000000ed947 0xa4a esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_loc 0x00000000000ee391 0x4d1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_loc 0x00000000000ee862 0x1c63 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_loc 0x00000000000f04c5 0x1287 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_loc 0x00000000000f174c 0x771 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_loc 0x00000000000f1ebd 0x2c2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_loc 0x00000000000f217f 0x17bb esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_loc 0x00000000000f393a 0x4f6 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_loc 0x00000000000f3e30 0x51d5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_loc 0x00000000000f9005 0x71d esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_loc 0x00000000000f9722 0x1e65 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_loc 0x00000000000fb587 0x185 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_loc 0x00000000000fb70c 0x20c esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_loc 0x00000000000fb918 0x391f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_loc 0x00000000000ff237 0xf32 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_loc 0x0000000000100169 0x623 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_loc 0x000000000010078c 0x1794 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_loc 0x0000000000101f20 0x145e esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_loc 0x000000000010337e 0x287 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_loc 0x0000000000103605 0x7b7 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_loc 0x0000000000103dbc 0x6f1 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_loc 0x00000000001044ad 0xa59 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_loc 0x0000000000104f06 0x7c3 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_loc 0x00000000001056c9 0x220 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_loc 0x00000000001058e9 0xa9 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_loc 0x0000000000105992 0x13b5 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_loc 0x0000000000106d47 0x7c esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_loc 0x0000000000106dc3 0x70be C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_loc 0x000000000010de81 0x42 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_loc 0x000000000010dec3 0x38d6 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_loc 0x0000000000111799 0x4b5a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_loc 0x00000000001162f3 0x12e C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_loc 0x0000000000116421 0x610 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + +.debug_aranges 0x0000000000000000 0xeee8 + .debug_aranges + 0x0000000000000000 0x30 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_aranges + 0x0000000000000030 0x160 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_aranges + 0x0000000000000190 0x60 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_aranges + 0x00000000000001f0 0x60 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_aranges + 0x0000000000000250 0x58 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_aranges + 0x00000000000002a8 0x58 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_aranges + 0x0000000000000300 0xb8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_aranges + 0x00000000000003b8 0x50 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_aranges + 0x0000000000000408 0x48 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_aranges + 0x0000000000000450 0x20 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_aranges + 0x0000000000000470 0x40 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_aranges + 0x00000000000004b0 0x28 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_aranges + 0x00000000000004d8 0x60 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_aranges + 0x0000000000000538 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .debug_aranges + 0x0000000000000558 0x20 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .debug_aranges + 0x0000000000000578 0x30 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_aranges + 0x00000000000005a8 0x78 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_aranges + 0x0000000000000620 0x30 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_aranges + 0x0000000000000650 0x60 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_aranges + 0x00000000000006b0 0x58 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_aranges + 0x0000000000000708 0x30 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_aranges + 0x0000000000000738 0x28 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_aranges + 0x0000000000000760 0x60 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_aranges + 0x00000000000007c0 0x40 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_aranges + 0x0000000000000800 0x20 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_aranges + 0x0000000000000820 0x68 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_aranges + 0x0000000000000888 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_aranges + 0x00000000000008b0 0x40 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000000000008f0 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x0000000000000948 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x00000000000009b8 0x38 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_aranges + 0x00000000000009f0 0x40 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_aranges + 0x0000000000000a30 0x20 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_aranges + 0x0000000000000a50 0x80 esp-idf/log/liblog.a(log.c.obj) + .debug_aranges + 0x0000000000000ad0 0x48 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_aranges + 0x0000000000000b18 0xf0 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_aranges + 0x0000000000000c08 0x48 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_aranges + 0x0000000000000c50 0xd0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_aranges + 0x0000000000000d20 0xe0 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_aranges + 0x0000000000000e00 0x40 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_aranges + 0x0000000000000e40 0x18 esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_aranges + 0x0000000000000e58 0x48 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_aranges + 0x0000000000000ea0 0x28 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_aranges + 0x0000000000000ec8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_aranges + 0x0000000000000f28 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_aranges + 0x0000000000000f90 0xe0 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_aranges + 0x0000000000001070 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_aranges + 0x0000000000001108 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_aranges + 0x0000000000001160 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_aranges + 0x00000000000011a0 0x130 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x00000000000012d0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_aranges + 0x0000000000001300 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x0000000000001358 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_aranges + 0x0000000000001378 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_aranges + 0x00000000000013e8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_aranges + 0x0000000000001408 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_aranges + 0x0000000000001460 0x148 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_aranges + 0x00000000000015a8 0x2d8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_aranges + 0x0000000000001880 0x98 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_aranges + 0x0000000000001918 0x38 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_aranges + 0x0000000000001950 0x18 esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_aranges + 0x0000000000001968 0x28 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_aranges + 0x0000000000001990 0x20 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_aranges + 0x00000000000019b0 0x28 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_aranges + 0x00000000000019d8 0x20 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_aranges + 0x00000000000019f8 0x28 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_aranges + 0x0000000000001a20 0x70 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_aranges + 0x0000000000001a90 0x48 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_aranges + 0x0000000000001ad8 0x40 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_aranges + 0x0000000000001b18 0x20 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_aranges + 0x0000000000001b38 0x38 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_aranges + 0x0000000000001b70 0xa0 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_aranges + 0x0000000000001c10 0xd8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_aranges + 0x0000000000001ce8 0x40 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_aranges + 0x0000000000001d28 0x28 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_aranges + 0x0000000000001d50 0x28 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_aranges + 0x0000000000001d78 0x58 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_aranges + 0x0000000000001dd0 0x80 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_aranges + 0x0000000000001e50 0x50 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_aranges + 0x0000000000001ea0 0x50 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_aranges + 0x0000000000001ef0 0xf0 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_aranges + 0x0000000000001fe0 0x30 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_aranges + 0x0000000000002010 0x38 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_aranges + 0x0000000000002048 0x70 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_aranges + 0x00000000000020b8 0x50 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_aranges + 0x0000000000002108 0x1d0 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_aranges + 0x00000000000022d8 0x98 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_aranges + 0x0000000000002370 0x120 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_aranges + 0x0000000000002490 0x48 esp-idf/main/libmain.a(main.c.obj) + .debug_aranges + 0x00000000000024d8 0x68 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_aranges + 0x0000000000002540 0x40 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_aranges + 0x0000000000002580 0x20 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_aranges + 0x00000000000025a0 0x40 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_aranges + 0x00000000000025e0 0x20 esp-idf/main/libmain.a(dns_server.c.obj) + .debug_aranges + 0x0000000000002600 0x50 esp-idf/main/libmain.a(led_driver.c.obj) + .debug_aranges + 0x0000000000002650 0x38 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_aranges + 0x0000000000002688 0x398 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_aranges + 0x0000000000002a20 0x190 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_aranges + 0x0000000000002bb0 0xe0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_aranges + 0x0000000000002c90 0x90 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_aranges + 0x0000000000002d20 0x30 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_aranges + 0x0000000000002d50 0x140 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_aranges + 0x0000000000002e90 0x48 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_aranges + 0x0000000000002ed8 0x178 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_aranges + 0x0000000000003050 0x148 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_aranges + 0x0000000000003198 0x70 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_aranges + 0x0000000000003208 0x48 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_aranges + 0x0000000000003250 0x38 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_aranges + 0x0000000000003288 0x20 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_aranges + 0x00000000000032a8 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x0000000000003338 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000003418 0x88 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_aranges + 0x00000000000034a0 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x00000000000034b8 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000003510 0x238 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_aranges + 0x0000000000003748 0x108 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_aranges + 0x0000000000003850 0x78 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_aranges + 0x00000000000038c8 0x78 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_aranges + 0x0000000000003940 0xd0 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_aranges + 0x0000000000003a10 0x240 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_aranges + 0x0000000000003c50 0x40 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_aranges + 0x0000000000003c90 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x0000000000003cb0 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x0000000000003d60 0x78 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_aranges + 0x0000000000003dd8 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_aranges + 0x0000000000003e00 0x48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x0000000000003e48 0x80 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_aranges + 0x0000000000003ec8 0x68 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_aranges + 0x0000000000003f30 0xf8 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_aranges + 0x0000000000004028 0xc0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_aranges + 0x00000000000040e8 0x18 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_aranges + 0x0000000000004100 0x30 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_aranges + 0x0000000000004130 0x30 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_aranges + 0x0000000000004160 0x78 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_aranges + 0x00000000000041d8 0x78 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_aranges + 0x0000000000004250 0x48 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_aranges + 0x0000000000004298 0x110 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_aranges + 0x00000000000043a8 0x50 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_aranges + 0x00000000000043f8 0xc0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_aranges + 0x00000000000044b8 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_aranges + 0x00000000000044f8 0x18 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_aranges + 0x0000000000004510 0x110 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_aranges + 0x0000000000004620 0x38 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_aranges + 0x0000000000004658 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_aranges + 0x0000000000004688 0x40 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_aranges + 0x00000000000046c8 0x60 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_aranges + 0x0000000000004728 0x78 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_aranges + 0x00000000000047a0 0x30 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_aranges + 0x00000000000047d0 0x58 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_aranges + 0x0000000000004828 0x48 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_aranges + 0x0000000000004870 0xe0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_aranges + 0x0000000000004950 0x50 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_aranges + 0x00000000000049a0 0x20 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_aranges + 0x00000000000049c0 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_aranges + 0x00000000000049e8 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_aranges + 0x0000000000004a08 0x88 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_aranges + 0x0000000000004a90 0x28 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_aranges + 0x0000000000004ab8 0xf8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_aranges + 0x0000000000004bb0 0x48 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_aranges + 0x0000000000004bf8 0xa0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_aranges + 0x0000000000004c98 0x60 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_aranges + 0x0000000000004cf8 0x38 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_aranges + 0x0000000000004d30 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x0000000000004d48 0x18 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .debug_aranges + 0x0000000000004d60 0x18 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_aranges + 0x0000000000004d78 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_aranges + 0x0000000000004da8 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x0000000000004dc8 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_aranges + 0x0000000000004df0 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_aranges + 0x0000000000004e70 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_aranges + 0x0000000000004e98 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_aranges + 0x0000000000004eb8 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_aranges + 0x0000000000004f00 0x78 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_aranges + 0x0000000000004f78 0x130 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_aranges + 0x00000000000050a8 0x28 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_aranges + 0x00000000000050d0 0x58 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_aranges + 0x0000000000005128 0xd0 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_aranges + 0x00000000000051f8 0x2d8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_aranges + 0x00000000000054d0 0x190 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_aranges + 0x0000000000005660 0xb0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_aranges + 0x0000000000005710 0x70 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_aranges + 0x0000000000005780 0xb8 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_aranges + 0x0000000000005838 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_aranges + 0x0000000000005870 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_aranges + 0x00000000000058d0 0x120 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_aranges + 0x00000000000059f0 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_aranges + 0x0000000000005a70 0x20 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_aranges + 0x0000000000005a90 0x38 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_aranges + 0x0000000000005ac8 0xf0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_aranges + 0x0000000000005bb8 0x250 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_aranges + 0x0000000000005e08 0xa0 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_aranges + 0x0000000000005ea8 0xa0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_aranges + 0x0000000000005f48 0x48 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_aranges + 0x0000000000005f90 0xd0 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_aranges + 0x0000000000006060 0x20 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_aranges + 0x0000000000006080 0x38 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_aranges + 0x00000000000060b8 0x40 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_aranges + 0x00000000000060f8 0x58 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_aranges + 0x0000000000006150 0x150 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_aranges + 0x00000000000062a0 0x148 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_aranges + 0x00000000000063e8 0x88 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_aranges + 0x0000000000006470 0x1d0 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_aranges + 0x0000000000006640 0x70 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_aranges + 0x00000000000066b0 0xd8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_aranges + 0x0000000000006788 0x70 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_aranges + 0x00000000000067f8 0xa0 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_aranges + 0x0000000000006898 0x150 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_aranges + 0x00000000000069e8 0x90 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_aranges + 0x0000000000006a78 0x30 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_aranges + 0x0000000000006aa8 0xb0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_aranges + 0x0000000000006b58 0x68 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_aranges + 0x0000000000006bc0 0x48 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_aranges + 0x0000000000006c08 0x20 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_aranges + 0x0000000000006c28 0x60 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_aranges + 0x0000000000006c88 0x58 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_aranges + 0x0000000000006ce0 0x30 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_aranges + 0x0000000000006d10 0x20 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_aranges + 0x0000000000006d30 0x88 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_aranges + 0x0000000000006db8 0x110 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_aranges + 0x0000000000006ec8 0x28 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_aranges + 0x0000000000006ef0 0x28 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_aranges + 0x0000000000006f18 0x40 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_aranges + 0x0000000000006f58 0x28 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_aranges + 0x0000000000006f80 0x100 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_aranges + 0x0000000000007080 0x50 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_aranges + 0x00000000000070d0 0x120 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_aranges + 0x00000000000071f0 0x140 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_aranges + 0x0000000000007330 0x20 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_aranges + 0x0000000000007350 0x60 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_aranges + 0x00000000000073b0 0x70 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_aranges + 0x0000000000007420 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_aranges + 0x0000000000007470 0x418 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_aranges + 0x0000000000007888 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_aranges + 0x00000000000078d0 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_aranges + 0x00000000000078f8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_aranges + 0x0000000000007918 0x150 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_aranges + 0x0000000000007a68 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_aranges + 0x0000000000007a88 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_aranges + 0x0000000000007aa8 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_aranges + 0x0000000000007ac8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_aranges + 0x0000000000007b08 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_aranges + 0x0000000000007b60 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_aranges + 0x0000000000007bf0 0xe8 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_aranges + 0x0000000000007cd8 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_aranges + 0x0000000000007d30 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_aranges + 0x0000000000007d90 0x78 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_aranges + 0x0000000000007e08 0xd8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_aranges + 0x0000000000007ee0 0x70 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_aranges + 0x0000000000007f50 0x248 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_aranges + 0x0000000000008198 0x98 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_aranges + 0x0000000000008230 0x120 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_aranges + 0x0000000000008350 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_aranges + 0x0000000000008388 0x20 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_aranges + 0x00000000000083a8 0xa0 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_aranges + 0x0000000000008448 0x108 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_aranges + 0x0000000000008550 0x138 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_aranges + 0x0000000000008688 0x30 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_aranges + 0x00000000000086b8 0x120 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_aranges + 0x00000000000087d8 0x98 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_aranges + 0x0000000000008870 0xe0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_aranges + 0x0000000000008950 0xd8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_aranges + 0x0000000000008a28 0x58 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_aranges + 0x0000000000008a80 0x38 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_aranges + 0x0000000000008ab8 0xe8 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_aranges + 0x0000000000008ba0 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_aranges + 0x0000000000008d60 0x4b8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_aranges + 0x0000000000009218 0x110 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_aranges + 0x0000000000009328 0x138 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_aranges + 0x0000000000009460 0x20 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_aranges + 0x0000000000009480 0x80 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_aranges + 0x0000000000009500 0x68 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_aranges + 0x0000000000009568 0x60 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_aranges + 0x00000000000095c8 0x1c0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_aranges + 0x0000000000009788 0x148 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_aranges + 0x00000000000098d0 0x110 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_aranges + 0x00000000000099e0 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_aranges + 0x0000000000009ae8 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_aranges + 0x0000000000009b30 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_aranges + 0x0000000000009bb0 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_aranges + 0x0000000000009c68 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_aranges + 0x0000000000009d48 0x2b8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_aranges + 0x000000000000a000 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_aranges + 0x000000000000a098 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_aranges + 0x000000000000a128 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_aranges + 0x000000000000a1f0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_aranges + 0x000000000000a218 0x108 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_aranges + 0x000000000000a320 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_aranges + 0x000000000000a358 0xf0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_aranges + 0x000000000000a448 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_aranges + 0x000000000000a4f0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_aranges + 0x000000000000a530 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_aranges + 0x000000000000a558 0x1c8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_aranges + 0x000000000000a720 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_aranges + 0x000000000000a760 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_aranges + 0x000000000000a788 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_aranges + 0x000000000000a7c0 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_aranges + 0x000000000000a7f8 0x20 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_aranges + 0x000000000000a818 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_aranges + 0x000000000000a840 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_aranges + 0x000000000000a890 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_aranges + 0x000000000000a8c8 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_aranges + 0x000000000000a950 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_aranges + 0x000000000000a9c8 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_aranges + 0x000000000000aa48 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_aranges + 0x000000000000aab0 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_aranges + 0x000000000000ab18 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_aranges + 0x000000000000ab80 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_aranges + 0x000000000000ac18 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_aranges + 0x000000000000ac68 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_aranges + 0x000000000000acf0 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_aranges + 0x000000000000ad98 0xc0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_aranges + 0x000000000000ae58 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_aranges + 0x000000000000af08 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_aranges + 0x000000000000afa8 0x98 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_aranges + 0x000000000000b040 0x130 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_aranges + 0x000000000000b170 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_aranges + 0x000000000000b1c8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_aranges + 0x000000000000b218 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_aranges + 0x000000000000b258 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_aranges + 0x000000000000b2b8 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_aranges + 0x000000000000b2f8 0x1d8 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_aranges + 0x000000000000b4d0 0x120 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_aranges + 0x000000000000b5f0 0x168 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_aranges + 0x000000000000b758 0xf0 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_aranges + 0x000000000000b848 0x20 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_aranges + 0x000000000000b868 0x50 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_aranges + 0x000000000000b8b8 0x40 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_aranges + 0x000000000000b8f8 0x38 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_aranges + 0x000000000000b930 0x20 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_aranges + 0x000000000000b950 0x20 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_aranges + 0x000000000000b970 0x58 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_aranges + 0x000000000000b9c8 0x80 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_aranges + 0x000000000000ba48 0xc8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_aranges + 0x000000000000bb10 0x60 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_aranges + 0x000000000000bb70 0x40 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_aranges + 0x000000000000bbb0 0xf0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_aranges + 0x000000000000bca0 0x60 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_aranges + 0x000000000000bd00 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_aranges + 0x000000000000bd18 0x18 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_aranges + 0x000000000000bd30 0x50 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_aranges + 0x000000000000bd80 0x28 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_aranges + 0x000000000000bda8 0xc8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_aranges + 0x000000000000be70 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_aranges + 0x000000000000bee0 0x218 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_aranges + 0x000000000000c0f8 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_aranges + 0x000000000000c1b0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_aranges + 0x000000000000c1e0 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_aranges + 0x000000000000c240 0x1f8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_aranges + 0x000000000000c438 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_aranges + 0x000000000000c4b8 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_aranges + 0x000000000000c538 0x228 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_aranges + 0x000000000000c760 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_aranges + 0x000000000000c7c0 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_aranges + 0x000000000000c840 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_aranges + 0x000000000000c8b0 0x98 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_aranges + 0x000000000000c948 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_aranges + 0x000000000000c980 0x1e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_aranges + 0x000000000000cb68 0x58 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_aranges + 0x000000000000cbc0 0xf0 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_aranges + 0x000000000000ccb0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_aranges + 0x000000000000ccd0 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_aranges + 0x000000000000cd00 0x220 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_aranges + 0x000000000000cf20 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_aranges + 0x000000000000cf70 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_aranges + 0x000000000000cfe8 0xa0 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_aranges + 0x000000000000d088 0x178 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_aranges + 0x000000000000d200 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_aranges + 0x000000000000d278 0xe0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_aranges + 0x000000000000d358 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_aranges + 0x000000000000d3a8 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_aranges + 0x000000000000d420 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_aranges + 0x000000000000d4b0 0xc8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_aranges + 0x000000000000d578 0x38 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_aranges + 0x000000000000d5b0 0x1f8 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_aranges + 0x000000000000d7a8 0x20 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_aranges + 0x000000000000d7c8 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_aranges + 0x000000000000d7e8 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_aranges + 0x000000000000d808 0x18 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_aranges + 0x000000000000d820 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_aranges + 0x000000000000d840 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_aranges + 0x000000000000d860 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_aranges + 0x000000000000d880 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_aranges + 0x000000000000d8a0 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_aranges + 0x000000000000d8c8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_aranges + 0x000000000000d8e8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_aranges + 0x000000000000d908 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_aranges + 0x000000000000d948 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_aranges + 0x000000000000d988 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_aranges + 0x000000000000d9e0 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .debug_aranges + 0x000000000000d9f8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_aranges + 0x000000000000da18 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .debug_aranges + 0x000000000000da30 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_aranges + 0x000000000000da50 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_aranges + 0x000000000000da98 0x40 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_aranges + 0x000000000000dad8 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_aranges + 0x000000000000db08 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_aranges + 0x000000000000db60 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_aranges + 0x000000000000db80 0xa8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_aranges + 0x000000000000dc28 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_aranges + 0x000000000000dca0 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_aranges + 0x000000000000dcd8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_aranges + 0x000000000000dcf8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_aranges + 0x000000000000dd18 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_aranges + 0x000000000000dd38 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_aranges + 0x000000000000dd58 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_aranges + 0x000000000000dd78 0xe0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_aranges + 0x000000000000de58 0x4a8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_aranges + 0x000000000000e300 0x30 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_aranges + 0x000000000000e330 0x1d8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_aranges + 0x000000000000e508 0x278 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_aranges + 0x000000000000e780 0xa8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_aranges + 0x000000000000e828 0xc0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .debug_aranges + 0x000000000000e8e8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_aranges + 0x000000000000e908 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_aranges + 0x000000000000e928 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_aranges + 0x000000000000e948 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_aranges + 0x000000000000e968 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_aranges + 0x000000000000e988 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_aranges + 0x000000000000e9a8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_aranges + 0x000000000000e9c8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_aranges + 0x000000000000e9e8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_aranges + 0x000000000000ea08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_aranges + 0x000000000000ea28 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_aranges + 0x000000000000ea48 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_aranges + 0x000000000000ea68 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_aranges + 0x000000000000ea88 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_aranges + 0x000000000000eaa8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_aranges + 0x000000000000eac8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_aranges + 0x000000000000eae8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_aranges + 0x000000000000eb08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_aranges + 0x000000000000eb28 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_aranges + 0x000000000000eb48 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_aranges + 0x000000000000eb68 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_aranges + 0x000000000000eb88 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_aranges + 0x000000000000eba8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_aranges + 0x000000000000ebc8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_aranges + 0x000000000000ebe8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_aranges + 0x000000000000ec08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_aranges + 0x000000000000ec28 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_aranges + 0x000000000000ec48 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_aranges + 0x000000000000ec68 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_aranges + 0x000000000000ec88 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_aranges + 0x000000000000eca8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_aranges + 0x000000000000ecc8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_aranges + 0x000000000000ece8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_aranges + 0x000000000000ed08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_aranges + 0x000000000000ed28 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_aranges + 0x000000000000ed48 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_aranges + 0x000000000000ed68 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_aranges + 0x000000000000ed88 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_aranges + 0x000000000000eda8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_aranges + 0x000000000000edc8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_aranges + 0x000000000000ede8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_aranges + 0x000000000000ee08 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_aranges + 0x000000000000ee28 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_aranges + 0x000000000000ee48 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_aranges + 0x000000000000ee68 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_aranges + 0x000000000000ee88 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_aranges + 0x000000000000eea8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_aranges + 0x000000000000eec8 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_ranges 0x0000000000000000 0x11728 + .debug_ranges 0x0000000000000000 0x20 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_ranges 0x0000000000000020 0x198 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_ranges 0x00000000000001b8 0x50 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_ranges 0x0000000000000208 0x70 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_ranges 0x0000000000000278 0x48 esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_ranges 0x00000000000002c0 0x48 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_ranges 0x0000000000000308 0xa8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_ranges 0x00000000000003b0 0x70 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_ranges 0x0000000000000420 0x38 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_ranges 0x0000000000000458 0x30 esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_ranges 0x0000000000000488 0x18 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_ranges 0x00000000000004a0 0x50 esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_ranges 0x00000000000004f0 0x20 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_ranges 0x0000000000000510 0x68 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_ranges 0x0000000000000578 0x38 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_ranges 0x00000000000005b0 0x50 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_ranges 0x0000000000000600 0x48 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_ranges 0x0000000000000648 0x20 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_ranges 0x0000000000000668 0x18 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_ranges 0x0000000000000680 0x50 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_ranges 0x00000000000006d0 0x30 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_ranges 0x0000000000000700 0x70 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_ranges 0x0000000000000770 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_ranges 0x0000000000000788 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000000000007b8 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x0000000000000800 0x60 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x0000000000000860 0x28 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_ranges 0x0000000000000888 0x30 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_ranges 0x00000000000008b8 0x10 esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_ranges 0x00000000000008c8 0x70 esp-idf/log/liblog.a(log.c.obj) + .debug_ranges 0x0000000000000938 0x38 esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_ranges 0x0000000000000970 0x128 esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_ranges 0x0000000000000a98 0x98 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_ranges 0x0000000000000b30 0xc0 esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_ranges 0x0000000000000bf0 0x1e8 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_ranges 0x0000000000000dd8 0x58 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_ranges 0x0000000000000e30 0xb0 esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_ranges 0x0000000000000ee0 0x18 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_ranges 0x0000000000000ef8 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_ranges 0x0000000000000f60 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_ranges 0x0000000000000fd0 0x148 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_ranges 0x0000000000001118 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_ranges 0x00000000000011a0 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_ranges 0x00000000000011e8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_ranges 0x0000000000001218 0x158 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x0000000000001370 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x0000000000001390 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00000000000013d8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_ranges 0x00000000000013e8 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_ranges 0x0000000000001448 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_ranges 0x0000000000001458 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_ranges 0x00000000000014a0 0x1e0 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_ranges 0x0000000000001680 0x3f0 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_ranges 0x0000000000001a70 0x100 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_ranges 0x0000000000001b70 0x28 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_ranges 0x0000000000001b98 0x18 esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_ranges 0x0000000000001bb0 0x18 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_ranges 0x0000000000001bc8 0x18 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_ranges 0x0000000000001be0 0x68 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_ranges 0x0000000000001c48 0x38 esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_ranges 0x0000000000001c80 0x30 esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_ranges 0x0000000000001cb0 0x10 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_ranges 0x0000000000001cc0 0x40 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_ranges 0x0000000000001d00 0x90 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_ranges 0x0000000000001d90 0xc8 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_ranges 0x0000000000001e58 0x30 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_ranges 0x0000000000001e88 0x48 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_ranges 0x0000000000001ed0 0x18 esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_ranges 0x0000000000001ee8 0x48 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_ranges 0x0000000000001f30 0x70 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_ranges 0x0000000000001fa0 0x40 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_ranges 0x0000000000001fe0 0x40 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_ranges 0x0000000000002020 0x158 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_ranges 0x0000000000002178 0x20 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_ranges 0x0000000000002198 0x28 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_ranges 0x00000000000021c0 0x60 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_ranges 0x0000000000002220 0x40 esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_ranges 0x0000000000002260 0x220 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_ranges 0x0000000000002480 0x88 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_ranges 0x0000000000002508 0x1d0 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_ranges 0x00000000000026d8 0x38 esp-idf/main/libmain.a(main.c.obj) + .debug_ranges 0x0000000000002710 0x58 esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_ranges 0x0000000000002768 0x30 esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_ranges 0x0000000000002798 0x10 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_ranges 0x00000000000027a8 0x30 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_ranges 0x00000000000027d8 0x10 esp-idf/main/libmain.a(dns_server.c.obj) + .debug_ranges 0x00000000000027e8 0x40 esp-idf/main/libmain.a(led_driver.c.obj) + .debug_ranges 0x0000000000002828 0x28 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_ranges 0x0000000000002850 0x400 esp-idf/json/libjson.a(cJSON.c.obj) + .debug_ranges 0x0000000000002c50 0x208 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_ranges 0x0000000000002e58 0xf0 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_ranges 0x0000000000002f48 0x80 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_ranges 0x0000000000002fc8 0x20 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_ranges 0x0000000000002fe8 0x130 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_ranges 0x0000000000003118 0x38 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_ranges 0x0000000000003150 0x198 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_ranges 0x00000000000032e8 0x248 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_ranges 0x0000000000003530 0x90 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_ranges 0x00000000000035c0 0xb8 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_ranges 0x0000000000003678 0x28 esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_ranges 0x00000000000036a0 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000003738 0x130 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003868 0xb0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x0000000000003918 0x120 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000003a38 0x268 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_ranges 0x0000000000003ca0 0xf8 esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_ranges 0x0000000000003d98 0x68 esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_ranges 0x0000000000003e00 0x68 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_ranges 0x0000000000003e68 0x110 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_ranges 0x0000000000003f78 0x248 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_ranges 0x00000000000041c0 0x30 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_ranges 0x00000000000041f0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x0000000000004200 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00000000000042a0 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_ranges 0x0000000000004308 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_ranges 0x0000000000004320 0x50 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x0000000000004370 0xb0 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_ranges 0x0000000000004420 0x58 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_ranges 0x0000000000004478 0x180 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_ranges 0x00000000000045f8 0x110 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_ranges 0x0000000000004708 0x20 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_ranges 0x0000000000004728 0x20 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_ranges 0x0000000000004748 0x68 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_ranges 0x00000000000047b0 0xc8 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_ranges 0x0000000000004878 0x50 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_ranges 0x00000000000048c8 0x118 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_ranges 0x00000000000049e0 0x80 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_ranges 0x0000000000004a60 0xb0 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_ranges 0x0000000000004b10 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_ranges 0x0000000000004b40 0x118 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_ranges 0x0000000000004c58 0x28 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_ranges 0x0000000000004c80 0x20 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_ranges 0x0000000000004ca0 0x30 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_ranges 0x0000000000004cd0 0x50 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_ranges 0x0000000000004d20 0x68 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_ranges 0x0000000000004d88 0x20 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_ranges 0x0000000000004da8 0x48 esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_ranges 0x0000000000004df0 0x38 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_ranges 0x0000000000004e28 0xd0 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_ranges 0x0000000000004ef8 0x40 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_ranges 0x0000000000004f38 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_ranges 0x0000000000004f50 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_ranges 0x0000000000004f60 0x90 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x0000000000004ff0 0x18 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_ranges 0x0000000000005008 0xe8 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_ranges 0x00000000000050f0 0x38 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_ranges 0x0000000000005128 0x90 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_ranges 0x00000000000051b8 0x50 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_ranges 0x0000000000005208 0x28 esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_ranges 0x0000000000005230 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_ranges 0x0000000000005250 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x0000000000005260 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_ranges 0x0000000000005278 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_ranges 0x00000000000052e8 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_ranges 0x0000000000005300 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_ranges 0x0000000000005310 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_ranges 0x0000000000005368 0x80 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_ranges 0x00000000000053e8 0x120 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_ranges 0x0000000000005508 0x18 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_ranges 0x0000000000005520 0x48 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_ranges 0x0000000000005568 0x120 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_ranges 0x0000000000005688 0x2e0 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_ranges 0x0000000000005968 0x2b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_ranges 0x0000000000005c20 0xa0 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_ranges 0x0000000000005cc0 0x60 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_ranges 0x0000000000005d20 0xc0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_ranges 0x0000000000005de0 0x28 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_ranges 0x0000000000005e08 0x80 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_ranges 0x0000000000005e88 0x558 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_ranges 0x00000000000063e0 0xd8 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_ranges 0x00000000000064b8 0x10 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_ranges 0x00000000000064c8 0x58 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_ranges 0x0000000000006520 0xe0 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_ranges 0x0000000000006600 0x360 esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_ranges 0x0000000000006960 0x90 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_ranges 0x00000000000069f0 0x90 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_ranges 0x0000000000006a80 0x98 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_ranges 0x0000000000006b18 0x108 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_ranges 0x0000000000006c20 0x10 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_ranges 0x0000000000006c30 0x28 esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_ranges 0x0000000000006c58 0x30 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_ranges 0x0000000000006c88 0x48 esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_ranges 0x0000000000006cd0 0x140 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_ranges 0x0000000000006e10 0x198 esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_ranges 0x0000000000006fa8 0x78 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_ranges 0x0000000000007020 0x228 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_ranges 0x0000000000007248 0x78 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_ranges 0x00000000000072c0 0xf8 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_ranges 0x00000000000073b8 0x60 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_ranges 0x0000000000007418 0x90 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_ranges 0x00000000000074a8 0x188 esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_ranges 0x0000000000007630 0xc8 esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_ranges 0x00000000000076f8 0x20 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_ranges 0x0000000000007718 0xa0 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_ranges 0x00000000000077b8 0xd0 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_ranges 0x0000000000007888 0x38 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_ranges 0x00000000000078c0 0x10 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_ranges 0x00000000000078d0 0x50 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_ranges 0x0000000000007920 0x60 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_ranges 0x0000000000007980 0x20 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_ranges 0x00000000000079a0 0x10 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_ranges 0x00000000000079b0 0x90 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_ranges 0x0000000000007a40 0x118 esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_ranges 0x0000000000007b58 0x18 esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_ranges 0x0000000000007b70 0x18 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_ranges 0x0000000000007b88 0x30 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_ranges 0x0000000000007bb8 0x18 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_ranges 0x0000000000007bd0 0xf0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_ranges 0x0000000000007cc0 0x40 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_ranges 0x0000000000007d00 0x170 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_ranges 0x0000000000007e70 0x190 esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_ranges 0x0000000000008000 0x10 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_ranges 0x0000000000008010 0x50 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_ranges 0x0000000000008060 0x60 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_ranges 0x00000000000080c0 0x58 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_ranges 0x0000000000008118 0x468 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_ranges 0x0000000000008580 0x38 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_ranges 0x00000000000085b8 0x18 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_ranges 0x00000000000085d0 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_ranges 0x00000000000085e0 0x140 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_ranges 0x0000000000008720 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_ranges 0x0000000000008730 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_ranges 0x0000000000008740 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_ranges 0x0000000000008750 0x30 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_ranges 0x0000000000008780 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_ranges 0x00000000000087c8 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_ranges 0x0000000000008848 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_ranges 0x0000000000008970 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_ranges 0x00000000000089b8 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_ranges 0x0000000000008a08 0x68 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_ranges 0x0000000000008a70 0xc8 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_ranges 0x0000000000008b38 0x60 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_ranges 0x0000000000008b98 0x238 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_ranges 0x0000000000008dd0 0x140 esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_ranges 0x0000000000008f10 0x168 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_ranges 0x0000000000009078 0x60 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_ranges 0x00000000000090d8 0x10 esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_ranges 0x00000000000090e8 0xd8 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_ranges 0x00000000000091c0 0xf8 esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_ranges 0x00000000000092b8 0x140 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_ranges 0x00000000000093f8 0x20 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_ranges 0x0000000000009418 0x158 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_ranges 0x0000000000009570 0xc0 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_ranges 0x0000000000009630 0xd0 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_ranges 0x0000000000009700 0xf8 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_ranges 0x00000000000097f8 0x60 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_ranges 0x0000000000009858 0x28 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_ranges 0x0000000000009880 0x158 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_ranges 0x00000000000099d8 0x2c8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_ranges 0x0000000000009ca0 0x580 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_ranges 0x000000000000a220 0x148 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_ranges 0x000000000000a368 0x1a0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_ranges 0x000000000000a508 0x10 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_ranges 0x000000000000a518 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_ranges 0x000000000000a5b8 0x58 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_ranges 0x000000000000a610 0x120 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_ranges 0x000000000000a730 0x1b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x000000000000a8e0 0x260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_ranges 0x000000000000ab40 0x160 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_ranges 0x000000000000aca0 0xf8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_ranges 0x000000000000ad98 0x38 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_ranges 0x000000000000add0 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_ranges 0x000000000000ae58 0xa8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_ranges 0x000000000000af00 0xd0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_ranges 0x000000000000afd0 0x2a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_ranges 0x000000000000b278 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_ranges 0x000000000000b300 0x80 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_ranges 0x000000000000b380 0xb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_ranges 0x000000000000b438 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_ranges 0x000000000000b450 0x128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_ranges 0x000000000000b578 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_ranges 0x000000000000b5a0 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_ranges 0x000000000000b680 0xb0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_ranges 0x000000000000b730 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_ranges 0x000000000000b760 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_ranges 0x000000000000b778 0x200 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_ranges 0x000000000000b978 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_ranges 0x000000000000b9a8 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_ranges 0x000000000000b9c0 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_ranges 0x000000000000b9e8 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_ranges 0x000000000000ba10 0x10 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_ranges 0x000000000000ba20 0x18 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_ranges 0x000000000000ba38 0x60 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_ranges 0x000000000000ba98 0x28 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_ranges 0x000000000000bac0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_ranges 0x000000000000bb38 0x68 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_ranges 0x000000000000bba0 0x70 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_ranges 0x000000000000bc10 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_ranges 0x000000000000bc68 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_ranges 0x000000000000bcc0 0x58 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_ranges 0x000000000000bd18 0x88 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_ranges 0x000000000000bda0 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_ranges 0x000000000000bde0 0x78 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_ranges 0x000000000000be58 0xc8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_ranges 0x000000000000bf20 0xe0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_ranges 0x000000000000c000 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_ranges 0x000000000000c0a0 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_ranges 0x000000000000c130 0xa0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_ranges 0x000000000000c1d0 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_ranges 0x000000000000c310 0x48 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_ranges 0x000000000000c358 0x40 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_ranges 0x000000000000c398 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_ranges 0x000000000000c3c8 0x50 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_ranges 0x000000000000c418 0x30 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_ranges 0x000000000000c448 0x228 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_ranges 0x000000000000c670 0x188 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_ranges 0x000000000000c7f8 0x170 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_ranges 0x000000000000c968 0x128 esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_ranges 0x000000000000ca90 0x10 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_ranges 0x000000000000caa0 0xe0 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_ranges 0x000000000000cb80 0x30 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_ranges 0x000000000000cbb0 0x28 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_ranges 0x000000000000cbd8 0x10 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_ranges 0x000000000000cbe8 0x10 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_ranges 0x000000000000cbf8 0x48 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_ranges 0x000000000000cc40 0x70 esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_ranges 0x000000000000ccb0 0xb8 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_ranges 0x000000000000cd68 0x50 esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_ranges 0x000000000000cdb8 0x48 esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_ranges 0x000000000000ce00 0xe0 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_ranges 0x000000000000cee0 0x50 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_ranges 0x000000000000cf30 0x40 esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_ranges 0x000000000000cf70 0x18 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_ranges 0x000000000000cf88 0xb8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_ranges 0x000000000000d040 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_ranges 0x000000000000d0a0 0x268 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_ranges 0x000000000000d308 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_ranges 0x000000000000d3e0 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_ranges 0x000000000000d400 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_ranges 0x000000000000d450 0x1e8 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_ranges 0x000000000000d638 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_ranges 0x000000000000d6a8 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_ranges 0x000000000000d718 0x230 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_ranges 0x000000000000d948 0x50 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_ranges 0x000000000000d998 0x70 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_ranges 0x000000000000da08 0x60 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_ranges 0x000000000000da68 0x100 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_ranges 0x000000000000db68 0x28 esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_ranges 0x000000000000db90 0x238 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_ranges 0x000000000000ddc8 0x48 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_ranges 0x000000000000de10 0x128 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_ranges 0x000000000000df38 0x10 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_ranges 0x000000000000df48 0x20 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_ranges 0x000000000000df68 0x278 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_ranges 0x000000000000e1e0 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_ranges 0x000000000000e220 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_ranges 0x000000000000e2a0 0x90 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_ranges 0x000000000000e330 0x180 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_ranges 0x000000000000e4b0 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_ranges 0x000000000000e518 0xd0 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_ranges 0x000000000000e5e8 0x40 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_ranges 0x000000000000e628 0x68 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_ranges 0x000000000000e690 0x80 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_ranges 0x000000000000e710 0xb8 esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_ranges 0x000000000000e7c8 0x28 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_ranges 0x000000000000e7f0 0x248 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_ranges 0x000000000000ea38 0x10 esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_ranges 0x000000000000ea48 0xd0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_ranges 0x000000000000eb18 0x1818 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_ranges 0x0000000000010330 0x20 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_ranges 0x0000000000010350 0x5a0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_ranges 0x00000000000108f0 0xc98 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_ranges 0x0000000000011588 0xf0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_ranges 0x0000000000011678 0xb0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + +.debug_line 0x0000000000000000 0x26d1dd + .debug_line 0x0000000000000000 0x530 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + .debug_line 0x0000000000000530 0x24e2 esp-idf/pthread/libpthread.a(pthread.c.obj) + .debug_line 0x0000000000002a12 0xc85 esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + .debug_line 0x0000000000003697 0xc0b esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + .debug_line 0x00000000000042a2 0xb2e esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + .debug_line 0x0000000000004dd0 0x9ef esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + .debug_line 0x00000000000057bf 0x7b8 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + .debug_line 0x0000000000005f77 0x15d6 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + .debug_line 0x000000000000754d 0x61d esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + .debug_line 0x0000000000007b6a 0x1b3 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + .debug_line 0x0000000000007d1d 0xa6d esp-idf/esp_system/libesp_system.a(clk.c.obj) + .debug_line 0x000000000000878a 0x3ee esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + .debug_line 0x0000000000008b78 0xdca esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + .debug_line 0x0000000000009942 0x168 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + .debug_line 0x0000000000009aaa 0xa3 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + .debug_line 0x0000000000009b4d 0x6f4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + .debug_line 0x000000000000a241 0xf69 esp-idf/esp_system/libesp_system.a(panic.c.obj) + .debug_line 0x000000000000b1aa 0x3d1 esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + .debug_line 0x000000000000b57b 0x1191 esp-idf/esp_system/libesp_system.a(startup.c.obj) + .debug_line 0x000000000000c70c 0xc16 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + .debug_line 0x000000000000d322 0x80d esp-idf/esp_system/libesp_system.a(brownout.c.obj) + .debug_line 0x000000000000db2f 0x815 esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + .debug_line 0x000000000000e344 0xad0 esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + .debug_line 0x000000000000ee14 0xb14 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + .debug_line 0x000000000000f928 0xc4 esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + .debug_line 0x000000000000f9ec 0xb02 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + .debug_line 0x00000000000104ee 0x40c esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_line 0x00000000000108fa 0x40c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000000000010d06 0xa51 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000000000011757 0x16c6 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x0000000000012e1d 0x84b esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + .debug_line 0x0000000000013668 0x8b4 esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + .debug_line 0x0000000000013f1c 0x3ce esp-idf/hal/libhal.a(brownout_hal.c.obj) + .debug_line 0x00000000000142ea 0xc5a esp-idf/log/liblog.a(log.c.obj) + .debug_line 0x0000000000014f44 0x93d esp-idf/log/liblog.a(log_freertos.c.obj) + .debug_line 0x0000000000015881 0x166b esp-idf/heap/libheap.a(heap_caps.c.obj) + .debug_line 0x0000000000016eec 0xfc2 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + .debug_line 0x0000000000017eae 0x128e esp-idf/heap/libheap.a(multi_heap.c.obj) + .debug_line 0x000000000001913c 0x6b09 esp-idf/heap/libheap.a(tlsf.c.obj) + .debug_line 0x000000000001fc45 0xa77 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + .debug_line 0x00000000000206bc 0x25d esp-idf/heap/libheap.a(memory_layout.c.obj) + .debug_line 0x0000000000020919 0xf1d esp-idf/heap/libheap.a(heap_caps_base.c.obj) + .debug_line 0x0000000000021836 0x1ee esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_line 0x0000000000021a24 0xd14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + .debug_line 0x0000000000022738 0x93a esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + .debug_line 0x0000000000023072 0x2d26 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + .debug_line 0x0000000000025d98 0x1479 esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + .debug_line 0x0000000000027211 0xacf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + .debug_line 0x0000000000027ce0 0xe32 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + .debug_line 0x0000000000028b12 0x364f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x000000000002c161 0x1a2f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x000000000002db90 0x12e2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x000000000002ee72 0x596 esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + .debug_line 0x000000000002f408 0x9c6 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + .debug_line 0x000000000002fdce 0x2e2 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + .debug_line 0x00000000000300b0 0x8f9 esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + .debug_line 0x00000000000309a9 0x30c9 esp-idf/freertos/libfreertos.a(queue.c.obj) + .debug_line 0x0000000000033a72 0x8af8 esp-idf/freertos/libfreertos.a(tasks.c.obj) + .debug_line 0x000000000003c56a 0x15c6 esp-idf/freertos/libfreertos.a(port.c.obj) + .debug_line 0x000000000003db30 0xaeb esp-idf/freertos/libfreertos.a(app_startup.c.obj) + .debug_line 0x000000000003e61b 0x6a esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + .debug_line 0x000000000003e685 0x56c esp-idf/freertos/libfreertos.a(port_common.c.obj) + .debug_line 0x000000000003ebf1 0x4e2 esp-idf/freertos/libfreertos.a(portasm.S.obj) + .debug_line 0x000000000003f0d3 0x411 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + .debug_line 0x000000000003f4e4 0x38d esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + .debug_line 0x000000000003f871 0x1c1 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + .debug_line 0x000000000003fa32 0x992 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + .debug_line 0x00000000000403c4 0x4ec esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + .debug_line 0x00000000000408b0 0x61f esp-idf/freertos/libfreertos.a(list.c.obj) + .debug_line 0x0000000000040ecf 0x4a9 esp-idf/newlib/libnewlib.a(abort.c.obj) + .debug_line 0x0000000000041378 0x701 esp-idf/newlib/libnewlib.a(assert.c.obj) + .debug_line 0x0000000000041a79 0x784 esp-idf/newlib/libnewlib.a(heap.c.obj) + .debug_line 0x00000000000421fd 0xd31 esp-idf/newlib/libnewlib.a(locks.c.obj) + .debug_line 0x0000000000042f2e 0x3e7 esp-idf/newlib/libnewlib.a(pthread.c.obj) + .debug_line 0x0000000000043315 0x692 esp-idf/newlib/libnewlib.a(reent_init.c.obj) + .debug_line 0x00000000000439a7 0x4cd esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + .debug_line 0x0000000000043e74 0x746 esp-idf/newlib/libnewlib.a(syscalls.c.obj) + .debug_line 0x00000000000445ba 0xfd0 esp-idf/newlib/libnewlib.a(time.c.obj) + .debug_line 0x000000000004558a 0x5d4 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + .debug_line 0x0000000000045b5e 0xdc1 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + .debug_line 0x000000000004691f 0x2006 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + .debug_line 0x0000000000048925 0x530 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + .debug_line 0x0000000000048e55 0x35b esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + .debug_line 0x00000000000491b0 0x121d esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + .debug_line 0x000000000004a3cd 0x3ca esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + .debug_line 0x000000000004a797 0x54e2 esp-idf/vfs/libvfs.a(vfs.c.obj) + .debug_line 0x000000000004fc79 0xae7 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + .debug_line 0x0000000000050760 0x307b esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + .debug_line 0x00000000000537db 0xd3f esp-idf/main/libmain.a(main.c.obj) + .debug_line 0x000000000005451a 0x151b esp-idf/main/libmain.a(wifi_config_portal.c.obj) + .debug_line 0x0000000000055a35 0xfeb esp-idf/main/libmain.a(mqtt_handler.c.obj) + .debug_line 0x0000000000056a20 0x8b6 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + .debug_line 0x00000000000572d6 0x937 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + .debug_line 0x0000000000057c0d 0x7ee esp-idf/main/libmain.a(dns_server.c.obj) + .debug_line 0x00000000000583fb 0xefb esp-idf/main/libmain.a(led_driver.c.obj) + .debug_line 0x00000000000592f6 0xb39 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + .debug_line 0x0000000000059e2f 0x6ece esp-idf/json/libjson.a(cJSON.c.obj) + .debug_line 0x0000000000060cfd 0x8bd6 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + .debug_line 0x00000000000698d3 0x21a7 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + .debug_line 0x000000000006ba7a 0x1388 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + .debug_line 0x000000000006ce02 0x505 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + .debug_line 0x000000000006d307 0x334c esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + .debug_line 0x0000000000070653 0x798 esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + .debug_line 0x0000000000070deb 0x56a1 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + .debug_line 0x000000000007648c 0x791e esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + .debug_line 0x000000000007ddaa 0x1138 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + .debug_line 0x000000000007eee2 0x216b esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + .debug_line 0x000000000008104d 0x6aa esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + .debug_line 0x00000000000816f7 0xe4 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + .debug_line 0x00000000000817db 0x11d7 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00000000000829b2 0x1b42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000000844f4 0xf0c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x0000000000085400 0x233 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x0000000000085633 0x1339 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x000000000008696c 0x5f50 esp-idf/driver/libdriver.a(gpio.c.obj) + .debug_line 0x000000000008c8bc 0x227c esp-idf/driver/libdriver.a(rtc_io.c.obj) + .debug_line 0x000000000008eb38 0x133b esp-idf/driver/libdriver.a(rmt_common.c.obj) + .debug_line 0x000000000008fe73 0x182f esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + .debug_line 0x00000000000916a2 0x43cc esp-idf/driver/libdriver.a(rmt_tx.c.obj) + .debug_line 0x0000000000095a6e 0x93a6 esp-idf/driver/libdriver.a(uart.c.obj) + .debug_line 0x000000000009ee14 0x59a esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + .debug_line 0x000000000009f3ae 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x000000000009f498 0x1495 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x00000000000a092d 0x1e9a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_line 0x00000000000a27c7 0x2bc esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_line 0x00000000000a2a83 0x10b2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x00000000000a3b35 0x1781 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + .debug_line 0x00000000000a52b6 0xc5f esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + .debug_line 0x00000000000a5f15 0x2af4 esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + .debug_line 0x00000000000a8a09 0x3c41 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + .debug_line 0x00000000000ac64a 0x2b3 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + .debug_line 0x00000000000ac8fd 0x253 esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + .debug_line 0x00000000000acb50 0x293 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + .debug_line 0x00000000000acde3 0xdd2 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + .debug_line 0x00000000000adbb5 0x1205 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + .debug_line 0x00000000000aedba 0x622 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + .debug_line 0x00000000000af3dc 0x3cb7 esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + .debug_line 0x00000000000b3093 0x1339 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + .debug_line 0x00000000000b43cc 0xffd esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + .debug_line 0x00000000000b53c9 0x5d2 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + .debug_line 0x00000000000b599b 0x397 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + .debug_line 0x00000000000b5d32 0x26df esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + .debug_line 0x00000000000b8411 0x4c8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + .debug_line 0x00000000000b88d9 0x530 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + .debug_line 0x00000000000b8e09 0x5e6 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + .debug_line 0x00000000000b93ef 0xc43 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + .debug_line 0x00000000000ba032 0xe28 esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + .debug_line 0x00000000000bae5a 0x42d esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + .debug_line 0x00000000000bb287 0x7dd esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + .debug_line 0x00000000000bba64 0xae5 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + .debug_line 0x00000000000bc549 0x2b30 esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + .debug_line 0x00000000000bf079 0x8c2 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + .debug_line 0x00000000000bf93b 0x112 esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + .debug_line 0x00000000000bfa4d 0x215 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_line 0x00000000000bfc62 0x34c esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_line 0x00000000000bffae 0x1645 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x00000000000c15f3 0x499 esp-idf/hal/libhal.a(gpio_hal.c.obj) + .debug_line 0x00000000000c1a8c 0x1737 esp-idf/hal/libhal.a(uart_hal.c.obj) + .debug_line 0x00000000000c31c3 0x8c0 esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + .debug_line 0x00000000000c3a83 0x19bb esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + .debug_line 0x00000000000c543e 0x571 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + .debug_line 0x00000000000c59af 0x7cf esp-idf/hal/libhal.a(rmt_hal.c.obj) + .debug_line 0x00000000000c617e 0x1c7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x00000000000c6345 0x106 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + .debug_line 0x00000000000c644b 0x1cb esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + .debug_line 0x00000000000c6616 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + .debug_line 0x00000000000c6852 0x203 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x00000000000c6a55 0x5a8 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + .debug_line 0x00000000000c6ffd 0x1312 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + .debug_line 0x00000000000c830f 0x221 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + .debug_line 0x00000000000c8530 0x7f7 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + .debug_line 0x00000000000c8d27 0x8aa esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + .debug_line 0x00000000000c95d1 0x1396 esp-idf/freertos/libfreertos.a(event_groups.c.obj) + .debug_line 0x00000000000ca967 0x1f91 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + .debug_line 0x00000000000cc8f8 0x438 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + .debug_line 0x00000000000ccd30 0x65b esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + .debug_line 0x00000000000cd38b 0x2e06 esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + .debug_line 0x00000000000d0191 0x2ed1 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + .debug_line 0x00000000000d3062 0x4b81 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + .debug_line 0x00000000000d7be3 0x1117 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + .debug_line 0x00000000000d8cfa 0x97b esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + .debug_line 0x00000000000d9675 0x1c8a esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + .debug_line 0x00000000000db2ff 0x53d esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + .debug_line 0x00000000000db83c 0x1280 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + .debug_line 0x00000000000dcabc 0x4a13 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + .debug_line 0x00000000000e14cf 0x2063 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + .debug_line 0x00000000000e3532 0x74c esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + .debug_line 0x00000000000e3c7e 0xc9b esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + .debug_line 0x00000000000e4919 0xd87 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_line 0x00000000000e56a0 0xa6de esp-idf/lwip/liblwip.a(sockets.c.obj) + .debug_line 0x00000000000efd7e 0x1049 esp-idf/lwip/liblwip.a(tcpip.c.obj) + .debug_line 0x00000000000f0dc7 0x1015 esp-idf/lwip/liblwip.a(sntp.c.obj) + .debug_line 0x00000000000f1ddc 0x851 esp-idf/lwip/liblwip.a(def.c.obj) + .debug_line 0x00000000000f262d 0x31d4 esp-idf/lwip/liblwip.a(dns.c.obj) + .debug_line 0x00000000000f5801 0x298 esp-idf/lwip/liblwip.a(init.c.obj) + .debug_line 0x00000000000f5a99 0x5ab esp-idf/lwip/liblwip.a(ip.c.obj) + .debug_line 0x00000000000f6044 0x4d4 esp-idf/lwip/liblwip.a(mem.c.obj) + .debug_line 0x00000000000f6518 0x7ff esp-idf/lwip/liblwip.a(memp.c.obj) + .debug_line 0x00000000000f6d17 0x3700 esp-idf/lwip/liblwip.a(netif.c.obj) + .debug_line 0x00000000000fa417 0x2a1b esp-idf/lwip/liblwip.a(pbuf.c.obj) + .debug_line 0x00000000000fce32 0x1cd4 esp-idf/lwip/liblwip.a(raw.c.obj) + .debug_line 0x00000000000feb06 0x5386 esp-idf/lwip/liblwip.a(tcp.c.obj) + .debug_line 0x0000000000103e8c 0x4b20 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + .debug_line 0x00000000001089ac 0x399d esp-idf/lwip/liblwip.a(tcp_out.c.obj) + .debug_line 0x000000000010c349 0xce4 esp-idf/lwip/liblwip.a(timeouts.c.obj) + .debug_line 0x000000000010d02d 0x2db6 esp-idf/lwip/liblwip.a(udp.c.obj) + .debug_line 0x000000000010fde3 0x467d esp-idf/lwip/liblwip.a(dhcp.c.obj) + .debug_line 0x0000000000114460 0x1eea esp-idf/lwip/liblwip.a(etharp.c.obj) + .debug_line 0x000000000011634a 0xb07 esp-idf/lwip/liblwip.a(icmp.c.obj) + .debug_line 0x0000000000116e51 0x1863 esp-idf/lwip/liblwip.a(igmp.c.obj) + .debug_line 0x00000000001186b4 0x1697 esp-idf/lwip/liblwip.a(ip4.c.obj) + .debug_line 0x0000000000119d4b 0xccc esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + .debug_line 0x000000000011aa17 0x760 esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + .debug_line 0x000000000011b177 0xae1 esp-idf/lwip/liblwip.a(icmp6.c.obj) + .debug_line 0x000000000011bc58 0x2620 esp-idf/lwip/liblwip.a(ip6.c.obj) + .debug_line 0x000000000011e278 0xfb3 esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + .debug_line 0x000000000011f22b 0x734 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + .debug_line 0x000000000011f95f 0x15f8 esp-idf/lwip/liblwip.a(mld6.c.obj) + .debug_line 0x0000000000120f57 0x56df esp-idf/lwip/liblwip.a(nd6.c.obj) + .debug_line 0x0000000000126636 0x7fb esp-idf/lwip/liblwip.a(ethernet.c.obj) + .debug_line 0x0000000000126e31 0x5b1 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + .debug_line 0x00000000001273e2 0x96e esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + .debug_line 0x0000000000127d50 0xa31 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + .debug_line 0x0000000000128781 0x1478 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + .debug_line 0x0000000000129bf9 0x7be esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + .debug_line 0x000000000012a3b7 0x2ca8 esp-idf/lwip/liblwip.a(api_lib.c.obj) + .debug_line 0x000000000012d05f 0x4d8a esp-idf/lwip/liblwip.a(api_msg.c.obj) + .debug_line 0x0000000000131de9 0x282 esp-idf/lwip/liblwip.a(err.c.obj) + .debug_line 0x000000000013206b 0xa32 esp-idf/lwip/liblwip.a(netbuf.c.obj) + .debug_line 0x0000000000132a9d 0xff5 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + .debug_line 0x0000000000133a92 0x89b esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + .debug_line 0x000000000013432d 0x750c esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + .debug_line 0x000000000013b839 0x556 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + .debug_line 0x000000000013bd8f 0x684 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + .debug_line 0x000000000013c413 0x50b esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + .debug_line 0x000000000013c91e 0x1958 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + .debug_line 0x000000000013e276 0x580 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + .debug_line 0x000000000013e7f6 0x51b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + .debug_line 0x000000000013ed11 0x581 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + .debug_line 0x000000000013f292 0x4ad esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + .debug_line 0x000000000013f73f 0x13ea esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + .debug_line 0x0000000000140b29 0x1228 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + .debug_line 0x0000000000141d51 0x1ece esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + .debug_line 0x0000000000143c1f 0xb8c esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + .debug_line 0x00000000001447ab 0xce7 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + .debug_line 0x0000000000145492 0xd84 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + .debug_line 0x0000000000146216 0x1655 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + .debug_line 0x000000000014786b 0xa8b esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + .debug_line 0x00000000001482f6 0x1986 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + .debug_line 0x0000000000149c7c 0x634e esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + .debug_line 0x000000000014ffca 0x2f1b esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + .debug_line 0x0000000000152ee5 0x63b esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + .debug_line 0x0000000000153520 0x1fa esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + .debug_line 0x000000000015371a 0x2552 esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + .debug_line 0x0000000000155c6c 0x147c esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + .debug_line 0x00000000001570e8 0x2859 esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + .debug_line 0x0000000000159941 0x638 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + .debug_line 0x0000000000159f79 0x41c6 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + .debug_line 0x000000000015e13f 0x2886 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + .debug_line 0x00000000001609c5 0x1b15 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + .debug_line 0x00000000001624da 0x1f78 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + .debug_line 0x0000000000164452 0x1721 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + .debug_line 0x0000000000165b73 0x5cf esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + .debug_line 0x0000000000166142 0x3598 esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + .debug_line 0x00000000001696da 0x5062 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + .debug_line 0x000000000016e73c 0x9758 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + .debug_line 0x0000000000177e94 0x47b8 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + .debug_line 0x000000000017c64c 0x5ab3 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + .debug_line 0x00000000001820ff 0x34a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + .debug_line 0x0000000000182449 0x157a esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + .debug_line 0x00000000001839c3 0x857 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + .debug_line 0x000000000018421a 0x1e13 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + .debug_line 0x000000000018602d 0x5ff1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x000000000018c01e 0x31a9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + .debug_line 0x000000000018f1c7 0x36fb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + .debug_line 0x00000000001928c2 0xabd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + .debug_line 0x000000000019337f 0xa9b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + .debug_line 0x0000000000193e1a 0x1966 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + .debug_line 0x0000000000195780 0x17a1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + .debug_line 0x0000000000196f21 0xeb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + .debug_line 0x0000000000197dd9 0x638d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + .debug_line 0x000000000019e166 0x78ab esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + .debug_line 0x00000000001a5a11 0x1231 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + .debug_line 0x00000000001a6c42 0x18d9 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + .debug_line 0x00000000001a851b 0x56c esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + .debug_line 0x00000000001a8a87 0x258e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + .debug_line 0x00000000001ab015 0x57a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + .debug_line 0x00000000001ab58f 0xd1b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + .debug_line 0x00000000001ac2aa 0x2cb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + .debug_line 0x00000000001aef5c 0x2ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + .debug_line 0x00000000001af226 0x26a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + .debug_line 0x00000000001af490 0x6bc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + .debug_line 0x00000000001b6054 0x1228 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + .debug_line 0x00000000001b727c 0x5e1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + .debug_line 0x00000000001b785d 0x73f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + .debug_line 0x00000000001b7f9c 0x73f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + .debug_line 0x00000000001b86db 0x191 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + .debug_line 0x00000000001b886c 0x2bb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + .debug_line 0x00000000001b8b27 0xaa4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + .debug_line 0x00000000001b95cb 0x460 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + .debug_line 0x00000000001b9a2b 0x1a21 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + .debug_line 0x00000000001bb44c 0x13a8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + .debug_line 0x00000000001bc7f4 0xaa6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + .debug_line 0x00000000001bd29a 0x19f2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + .debug_line 0x00000000001bec8c 0x14ba esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + .debug_line 0x00000000001c0146 0x18ea esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + .debug_line 0x00000000001c1a30 0x19a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + .debug_line 0x00000000001c33d6 0x488 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + .debug_line 0x00000000001c385e 0x23b0 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + .debug_line 0x00000000001c5c0e 0x1260 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + .debug_line 0x00000000001c6e6e 0x12e3 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + .debug_line 0x00000000001c8151 0x192b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + .debug_line 0x00000000001c9a7c 0x151e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + .debug_line 0x00000000001caf9a 0x1254 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + .debug_line 0x00000000001cc1ee 0x1940 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + .debug_line 0x00000000001cdb2e 0x1396 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + .debug_line 0x00000000001ceec4 0xfb2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + .debug_line 0x00000000001cfe76 0xf02 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + .debug_line 0x00000000001d0d78 0x992 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + .debug_line 0x00000000001d170a 0x1630 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + .debug_line 0x00000000001d2d3a 0x5a75 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + .debug_line 0x00000000001d87af 0x4ef5 esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + .debug_line 0x00000000001dd6a4 0x3919 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + .debug_line 0x00000000001e0fbd 0x204b esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + .debug_line 0x00000000001e3008 0x327 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_line 0x00000000001e332f 0xae6 esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + .debug_line 0x00000000001e3e15 0x851 esp-idf/hal/libhal.a(sha_hal.c.obj) + .debug_line 0x00000000001e4666 0x5f5 esp-idf/hal/libhal.a(aes_hal.c.obj) + .debug_line 0x00000000001e4c5b 0x299 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + .debug_line 0x00000000001e4ef4 0x2d8 esp-idf/newlib/libnewlib.a(random.c.obj) + .debug_line 0x00000000001e51cc 0x6b8 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + .debug_line 0x00000000001e5884 0x89d esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + .debug_line 0x00000000001e6121 0x19bb esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + .debug_line 0x00000000001e7adc 0x66a esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + .debug_line 0x00000000001e8146 0x174d esp-idf/lwip/liblwip.a(netdb.c.obj) + .debug_line 0x00000000001e9893 0x3023 esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + .debug_line 0x00000000001ec8b6 0x9d5 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + .debug_line 0x00000000001ed28b 0x203 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + .debug_line 0x00000000001ed48e 0x3dd esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + .debug_line 0x00000000001ed86b 0x92f esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + .debug_line 0x00000000001ee19a 0x425 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + .debug_line 0x00000000001ee5bf 0x1544 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + .debug_line 0x00000000001efb03 0x9e1 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + .debug_line 0x00000000001f04e4 0x5563 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + .debug_line 0x00000000001f5a47 0x23ea esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + .debug_line 0x00000000001f7e31 0x5af esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + .debug_line 0x00000000001f83e0 0x1836 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + .debug_line 0x00000000001f9c16 0x323a esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + .debug_line 0x00000000001fce50 0x16a1 esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + .debug_line 0x00000000001fe4f1 0xea0 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + .debug_line 0x00000000001ff391 0x5ae6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + .debug_line 0x0000000000204e77 0x26da esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + .debug_line 0x0000000000207551 0x11bd esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + .debug_line 0x000000000020870e 0xc80 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + .debug_line 0x000000000020938e 0x2304 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + .debug_line 0x000000000020b692 0xa7d esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + .debug_line 0x000000000020c10f 0x73ed esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + .debug_line 0x00000000002134fc 0xc55 esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + .debug_line 0x0000000000214151 0x2c78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + .debug_line 0x0000000000216dc9 0x5b5 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + .debug_line 0x000000000021737e 0x8b1 esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + .debug_line 0x0000000000217c2f 0x65f6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + .debug_line 0x000000000021e225 0x202f esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + .debug_line 0x0000000000220254 0xcf6 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + .debug_line 0x0000000000220f4a 0x220c esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + .debug_line 0x0000000000223156 0x2fec esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + .debug_line 0x0000000000226142 0xac0 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + .debug_line 0x0000000000226c02 0xde2 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + .debug_line 0x00000000002279e4 0xce3 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + .debug_line 0x00000000002286c7 0x1365 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + .debug_line 0x0000000000229a2c 0x1610 esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + .debug_line 0x000000000022b03c 0xb0f esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + .debug_line 0x000000000022bb4b 0x404 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + .debug_line 0x000000000022bf4f 0x40ab esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + .debug_line 0x000000000022fffa 0x49a esp-idf/lwip/liblwip.a(ethip6.c.obj) + .debug_line 0x0000000000230494 0x2ef C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + .debug_line 0x0000000000230783 0x6a C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + .debug_line 0x00000000002307ed 0x50 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + .debug_line 0x000000000023083d 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + .debug_line 0x00000000002308a3 0x66 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + .debug_line 0x0000000000230909 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_line 0x0000000000230984 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_line 0x00000000002309ff 0xcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_line 0x0000000000230acb 0xab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_line 0x0000000000230b76 0x91 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_line 0x0000000000230c07 0x48c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_line 0x0000000000231093 0x417 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_line 0x00000000002314aa 0x2b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_line 0x000000000023175b 0x7c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + .debug_line 0x00000000002317d7 0x81 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_line 0x0000000000231858 0x8a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + .debug_line 0x00000000002318e2 0x157 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_line 0x0000000000231a39 0x3a0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_line 0x0000000000231dd9 0x1b5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_line 0x0000000000231f8e 0xdc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_line 0x000000000023206a 0x421 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_line 0x000000000023248b 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_line 0x0000000000232506 0xd09 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_line 0x000000000023320f 0x257 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_line 0x0000000000233466 0x408 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_line 0x000000000023386e 0xf9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_line 0x0000000000233967 0x884 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_line 0x00000000002341eb 0x930 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_line 0x0000000000234b1b 0x7a7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_line 0x00000000002352c2 0x8ad c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_line 0x0000000000235b6f 0x838 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + .debug_line 0x00000000002363a7 0x51d8 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + .debug_line 0x000000000023b57f 0xb1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + .debug_line 0x000000000023b630 0x2b41 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + .debug_line 0x000000000023e171 0x26a1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + .debug_line 0x0000000000240812 0x822 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + .debug_line 0x0000000000241034 0xdba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + .debug_line 0x0000000000241dee 0x3b0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_line 0x000000000024219e 0x393 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_line 0x0000000000242531 0x295 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_line 0x00000000002427c6 0x86 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_line 0x000000000024284c 0x2ac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_line 0x0000000000242af8 0xed c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_line 0x0000000000242be5 0xa73 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_line 0x0000000000243658 0x969 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_line 0x0000000000243fc1 0x386 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_line 0x0000000000244347 0x23c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_line 0x0000000000244583 0x35e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_line 0x00000000002448e1 0x35a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_line 0x0000000000244c3b 0x48a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_line 0x00000000002450c5 0x3c7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_line 0x000000000024548c 0x236 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_line 0x00000000002456c2 0x2db c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_line 0x000000000024599d 0xaa0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_line 0x000000000024643d 0x276b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_line 0x0000000000248ba8 0x5b2a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_line 0x000000000024e6d2 0x4850 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_line 0x0000000000252f22 0xab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_line 0x0000000000252fcd 0xb5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_line 0x0000000000253082 0x101 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_line 0x0000000000253183 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_line 0x00000000002531fe 0x5ed8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_line 0x00000000002590d6 0x172 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_line 0x0000000000259248 0x235 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_line 0x000000000025947d 0x31c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_line 0x0000000000259799 0x25c8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_line 0x000000000025bd61 0x1c9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_line 0x000000000025bf2a 0x1158 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_line 0x000000000025d082 0x6ab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_line 0x000000000025d72d 0x8f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_line 0x000000000025d7bc 0xd0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_line 0x000000000025d88c 0xac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_line 0x000000000025d938 0x17b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_line 0x000000000025dab3 0x1a0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_line 0x000000000025dc53 0x192 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_line 0x000000000025dde5 0x177 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_line 0x000000000025df5c 0x2729 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_line 0x0000000000260685 0x20f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_line 0x0000000000260894 0x80 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_line 0x0000000000260914 0x7e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_line 0x0000000000260992 0x582 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_line 0x0000000000260f14 0x5a0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_line 0x00000000002614b4 0x3d24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_line 0x00000000002651d8 0x423e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_line 0x0000000000269416 0x3dc7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_str 0x0000000000000000 0x678e5 + .debug_str 0x0000000000000000 0x22a esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + 0x2bd (size before relaxing) + .debug_str 0x000000000000022a 0xa1d esp-idf/pthread/libpthread.a(pthread.c.obj) + 0xcf2 (size before relaxing) + .debug_str 0x0000000000000c47 0x2fe esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + 0x74c (size before relaxing) + .debug_str 0x0000000000000f45 0x1d2 esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + 0x4d7 (size before relaxing) + .debug_str 0x0000000000001117 0x17d esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + 0x558 (size before relaxing) + .debug_str 0x0000000000001294 0x121 esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + 0x3b1 (size before relaxing) + .debug_str 0x00000000000013b5 0x49a esp-idf/esp_system/libesp_system.a(ubsan.c.obj) + 0x674 (size before relaxing) + .debug_str 0x000000000000184f 0x1ce4 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + 0x22fc (size before relaxing) + .debug_str 0x0000000000003533 0x152 esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + 0x353 (size before relaxing) + .debug_str 0x0000000000003685 0x63 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) + 0x75 (size before relaxing) + .debug_str 0x00000000000036e8 0x22ee esp-idf/esp_system/libesp_system.a(clk.c.obj) + 0x2ba5 (size before relaxing) + .debug_str 0x00000000000059d6 0xb0 esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + 0x28e (size before relaxing) + .debug_str 0x0000000000005a86 0x34f esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + 0x5ff (size before relaxing) + .debug_str 0x0000000000005dd5 0x5f esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + 0x7f (size before relaxing) + .debug_str 0x0000000000005e34 0x60 esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + 0x80 (size before relaxing) + .debug_str 0x0000000000005e94 0xe4 esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + 0x23ea (size before relaxing) + .debug_str 0x0000000000005f78 0x95f esp-idf/esp_system/libesp_system.a(panic.c.obj) + 0x2a99 (size before relaxing) + .debug_str 0x00000000000068d7 0xde esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + 0x265 (size before relaxing) + .debug_str 0x00000000000069b5 0x6c6 esp-idf/esp_system/libesp_system.a(startup.c.obj) + 0x28bd (size before relaxing) + .debug_str 0x000000000000707b 0x1e7 esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + 0x2355 (size before relaxing) + .debug_str 0x0000000000007262 0x149 esp-idf/esp_system/libesp_system.a(brownout.c.obj) + 0x18c3 (size before relaxing) + .debug_str 0x00000000000073ab 0xae esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + 0x2036 (size before relaxing) + .debug_str 0x0000000000007459 0x15c esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + 0x4cc (size before relaxing) + .debug_str 0x00000000000075b5 0x111 esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + 0x3a3 (size before relaxing) + .debug_str 0x00000000000076c6 0x5d esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + 0x7d (size before relaxing) + .debug_str 0x0000000000007723 0x1f3 esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + 0x471 (size before relaxing) + .debug_str 0x0000000000007916 0x92 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x8aa (size before relaxing) + .debug_str 0x00000000000079a8 0x173 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x171a (size before relaxing) + .debug_str 0x0000000000007b1b 0x2bd esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x186c (size before relaxing) + .debug_str 0x0000000000007dd8 0x42c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x239e (size before relaxing) + .debug_str 0x0000000000008204 0x129 esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + 0x3a0 (size before relaxing) + .debug_str 0x000000000000832d 0x14d esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + 0x9b4 (size before relaxing) + .debug_str 0x000000000000847a 0x13a esp-idf/hal/libhal.a(brownout_hal.c.obj) + 0x15d4 (size before relaxing) + .debug_str 0x00000000000085b4 0x2a0 esp-idf/log/liblog.a(log.c.obj) + 0x579 (size before relaxing) + .debug_str 0x0000000000008854 0xfd esp-idf/log/liblog.a(log_freertos.c.obj) + 0x4dc (size before relaxing) + .debug_str 0x0000000000008951 0x538 esp-idf/heap/libheap.a(heap_caps.c.obj) + 0x829 (size before relaxing) + .debug_str 0x0000000000008e89 0x266 esp-idf/heap/libheap.a(heap_caps_init.c.obj) + 0x660 (size before relaxing) + .debug_str 0x00000000000090ef 0x491 esp-idf/heap/libheap.a(multi_heap.c.obj) + 0x85e (size before relaxing) + .debug_str 0x0000000000009580 0x50e esp-idf/heap/libheap.a(tlsf.c.obj) + 0x946 (size before relaxing) + .debug_str 0x0000000000009a8e 0x161 esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + 0x478 (size before relaxing) + .debug_str 0x0000000000009bef 0x1f7 esp-idf/heap/libheap.a(memory_layout.c.obj) + 0x439 (size before relaxing) + .debug_str 0x0000000000009de6 0x14e esp-idf/heap/libheap.a(heap_caps_base.c.obj) + 0x4e6 (size before relaxing) + .debug_str 0x0000000000009f34 0x69 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x1db (size before relaxing) + .debug_str 0x0000000000009f9d 0x244 esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + 0x461 (size before relaxing) + .debug_str 0x000000000000a1e1 0x364 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + 0x966 (size before relaxing) + .debug_str 0x000000000000a545 0x5e6 esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + 0xa5e (size before relaxing) + .debug_str 0x000000000000ab2b 0x23e esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + 0x7a7 (size before relaxing) + .debug_str 0x000000000000ad69 0x164 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + 0x17f7 (size before relaxing) + .debug_str 0x000000000000aecd 0x7be esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + 0xfb5 (size before relaxing) + .debug_str 0x000000000000b68b 0x93c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2ac4 (size before relaxing) + .debug_str 0x000000000000bfc7 0x183 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x1777 (size before relaxing) + .debug_str 0x000000000000c14a 0x229 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0xb14 (size before relaxing) + .debug_str 0x000000000000c373 0x8e esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + 0x16ee (size before relaxing) + .debug_str 0x000000000000c401 0xcc1 esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + 0xffe (size before relaxing) + .debug_str 0x000000000000d0c2 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + 0x2a0 (size before relaxing) + .debug_str 0x000000000000d136 0x17c esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + 0x4a6 (size before relaxing) + .debug_str 0x000000000000d2b2 0x7d8 esp-idf/freertos/libfreertos.a(queue.c.obj) + 0xd5f (size before relaxing) + .debug_str 0x000000000000da8a 0x126b esp-idf/freertos/libfreertos.a(tasks.c.obj) + 0x1ea9 (size before relaxing) + .debug_str 0x000000000000ecf5 0x3a8 esp-idf/freertos/libfreertos.a(port.c.obj) + 0xeb6 (size before relaxing) + .debug_str 0x000000000000f09d 0x164 esp-idf/freertos/libfreertos.a(app_startup.c.obj) + 0x555 (size before relaxing) + .debug_str 0x000000000000f201 0x5b esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) + 0x1a9 (size before relaxing) + .debug_str 0x000000000000f25c 0x10a esp-idf/freertos/libfreertos.a(port_common.c.obj) + 0x7a3 (size before relaxing) + .debug_str 0x000000000000f366 0x60 esp-idf/freertos/libfreertos.a(portasm.S.obj) + 0x80 (size before relaxing) + .debug_str 0x000000000000f3c6 0xb1 esp-idf/freertos/libfreertos.a(port_systick.c.obj) + 0x2bf (size before relaxing) + .debug_str 0x000000000000f477 0x67 esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + 0x87 (size before relaxing) + .debug_str 0x000000000000f4de 0x83 esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + 0x1f8 (size before relaxing) + .debug_str 0x000000000000f561 0x67 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + 0x87 (size before relaxing) + .debug_str 0x000000000000f5c8 0x9a esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + 0x2d4 (size before relaxing) + .debug_str 0x000000000000f662 0x8e esp-idf/freertos/libfreertos.a(list.c.obj) + 0x2ee (size before relaxing) + .debug_str 0x000000000000f6f0 0x45 esp-idf/newlib/libnewlib.a(abort.c.obj) + 0x220 (size before relaxing) + .debug_str 0x000000000000f735 0xab esp-idf/newlib/libnewlib.a(assert.c.obj) + 0x2b9 (size before relaxing) + .debug_str 0x000000000000f7e0 0x1ee esp-idf/newlib/libnewlib.a(heap.c.obj) + 0x73b (size before relaxing) + .debug_str 0x000000000000f9ce 0x35f esp-idf/newlib/libnewlib.a(locks.c.obj) + 0x890 (size before relaxing) + .debug_str 0x000000000000fd2d 0xcd esp-idf/newlib/libnewlib.a(pthread.c.obj) + 0x315 (size before relaxing) + .debug_str 0x000000000000fdfa 0x6d esp-idf/newlib/libnewlib.a(reent_init.c.obj) + 0x5df (size before relaxing) + .debug_str 0x000000000000fe67 0x22c esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + 0x996 (size before relaxing) + .debug_str 0x0000000000010093 0xfd esp-idf/newlib/libnewlib.a(syscalls.c.obj) + 0x815 (size before relaxing) + .debug_str 0x0000000000010190 0x24c esp-idf/newlib/libnewlib.a(time.c.obj) + 0x9fb (size before relaxing) + .debug_str 0x00000000000103dc 0xd0 esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + 0x82a (size before relaxing) + .debug_str 0x00000000000104ac 0x956 esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + 0xc19 (size before relaxing) + .debug_str 0x0000000000010e02 0x491 esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + 0xdb5 (size before relaxing) + .debug_str 0x0000000000011293 0x59 esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + 0x362 (size before relaxing) + .debug_str 0x00000000000112ec 0xb6 esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + 0x2e7 (size before relaxing) + .debug_str 0x00000000000113a2 0x16a esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + 0x9e5 (size before relaxing) + .debug_str 0x000000000001150c 0x17c esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + 0x34b (size before relaxing) + .debug_str 0x0000000000011688 0x7e7 esp-idf/vfs/libvfs.a(vfs.c.obj) + 0x12f3 (size before relaxing) + .debug_str 0x0000000000011e6f 0x1f2 esp-idf/vfs/libvfs.a(vfs_console.c.obj) + 0x9de (size before relaxing) + .debug_str 0x0000000000012061 0x787 esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + 0x1914 (size before relaxing) + .debug_str 0x00000000000127e8 0xb5d esp-idf/main/libmain.a(main.c.obj) + 0xf68 (size before relaxing) + .debug_str 0x0000000000013345 0x197d esp-idf/main/libmain.a(wifi_config_portal.c.obj) + 0x28d1 (size before relaxing) + .debug_str 0x0000000000014cc2 0x95a esp-idf/main/libmain.a(mqtt_handler.c.obj) + 0xfd8 (size before relaxing) + .debug_str 0x000000000001561c 0x80 esp-idf/main/libmain.a(mqtt_comandos.c.obj) + 0x532 (size before relaxing) + .debug_str 0x000000000001569c 0x78 esp-idf/main/libmain.a(eeprom_virtual.c.obj) + 0x37a (size before relaxing) + .debug_str 0x0000000000015714 0xed esp-idf/main/libmain.a(dns_server.c.obj) + 0x562 (size before relaxing) + .debug_str 0x0000000000015801 0x2b1 esp-idf/main/libmain.a(led_driver.c.obj) + 0x8cd (size before relaxing) + .debug_str 0x0000000000015ab2 0x1f5 esp-idf/main/libmain.a(led_strip_encoder.c.obj) + 0x699 (size before relaxing) + .debug_str 0x0000000000015ca7 0xbb8 esp-idf/json/libjson.a(cJSON.c.obj) + 0xfa3 (size before relaxing) + .debug_str 0x000000000001685f 0x16e6 esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + 0x27a2 (size before relaxing) + .debug_str 0x0000000000017f45 0x1e8 esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + 0x906 (size before relaxing) + .debug_str 0x000000000001812d 0x117 esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + 0x5a8 (size before relaxing) + .debug_str 0x0000000000018244 0x54 esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + 0x3c9 (size before relaxing) + .debug_str 0x0000000000018298 0xd77 esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + 0x1810 (size before relaxing) + .debug_str 0x000000000001900f 0xdc esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + 0xc78 (size before relaxing) + .debug_str 0x00000000000190eb 0x6c7 esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + 0xf26 (size before relaxing) + .debug_str 0x00000000000197b2 0x607 esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + 0x101e (size before relaxing) + .debug_str 0x0000000000019db9 0x106 esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + 0x845 (size before relaxing) + .debug_str 0x0000000000019ebf 0x201 esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + 0xab6 (size before relaxing) + .debug_str 0x000000000001a0c0 0xcf esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + 0x32c (size before relaxing) + .debug_str 0x000000000001a18f 0x46 esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + 0x7d (size before relaxing) + .debug_str 0x000000000001a1d5 0x47a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x766 (size before relaxing) + .debug_str 0x000000000001a64f 0x4a1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x9e4 (size before relaxing) + .debug_str 0x000000000001aaf0 0x39a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x1c29 (size before relaxing) + .debug_str 0x000000000001ae8a 0xaed esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x14ef (size before relaxing) + .debug_str 0x000000000001b977 0x18d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x731 (size before relaxing) + .debug_str 0x000000000001bb04 0xb62 esp-idf/driver/libdriver.a(gpio.c.obj) + 0x1b1a (size before relaxing) + .debug_str 0x000000000001c666 0x807 esp-idf/driver/libdriver.a(rtc_io.c.obj) + 0x107c (size before relaxing) + .debug_str 0x000000000001ce6d 0xa47 esp-idf/driver/libdriver.a(rmt_common.c.obj) + 0x1779 (size before relaxing) + .debug_str 0x000000000001d8b4 0x1b2 esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + 0xe5b (size before relaxing) + .debug_str 0x000000000001da66 0x5b6 esp-idf/driver/libdriver.a(rmt_tx.c.obj) + 0x1f6b (size before relaxing) + .debug_str 0x000000000001e01c 0x12b2 esp-idf/driver/libdriver.a(uart.c.obj) + 0x2f3c (size before relaxing) + .debug_str 0x000000000001f2ce 0x182 esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + 0x7bd (size before relaxing) + .debug_str 0x000000000001f450 0x79 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x1db (size before relaxing) + .debug_str 0x000000000001f4c9 0x1cb1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2498 (size before relaxing) + .debug_str 0x000000000002117a 0x358 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0xb13 (size before relaxing) + .debug_str 0x00000000000214d2 0x7b esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x1607 (size before relaxing) + .debug_str 0x000000000002154d 0x1d1 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x73b (size before relaxing) + .debug_str 0x000000000002171e 0x339 esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + 0x1001 (size before relaxing) + .debug_str 0x0000000000021a57 0x205 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + 0xe0a (size before relaxing) + .debug_str 0x0000000000021c5c 0x71c esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + 0x135b (size before relaxing) + .debug_str 0x0000000000022378 0x6a0 esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + 0xf5a (size before relaxing) + .debug_str 0x0000000000022a18 0x50 esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + 0x2f4 (size before relaxing) + .debug_str 0x0000000000022a68 0x9b esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + 0x262 (size before relaxing) + .debug_str 0x0000000000022b03 0x91 esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + 0x292 (size before relaxing) + .debug_str 0x0000000000022b94 0x334 esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + 0x74b (size before relaxing) + .debug_str 0x0000000000022ec8 0x174 esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + 0xaa4 (size before relaxing) + .debug_str 0x000000000002303c 0x164 esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + 0x533 (size before relaxing) + .debug_str 0x00000000000231a0 0x79c esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + 0x284d (size before relaxing) + .debug_str 0x000000000002393c 0x564 esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + 0x2b5a (size before relaxing) + .debug_str 0x0000000000023ea0 0x2d3 esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + 0xb89 (size before relaxing) + .debug_str 0x0000000000024173 0x6e esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + 0x736 (size before relaxing) + .debug_str 0x00000000000241e1 0xd1 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + 0x8e1 (size before relaxing) + .debug_str 0x00000000000242b2 0x8de esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + 0x141d (size before relaxing) + .debug_str 0x0000000000024b90 0xe8 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + 0xc30 (size before relaxing) + .debug_str 0x0000000000024c78 0xa4 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + 0xc79 (size before relaxing) + .debug_str 0x0000000000024d1c 0x16a esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + 0xc62 (size before relaxing) + .debug_str 0x0000000000024e86 0x105 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + 0xd0d (size before relaxing) + .debug_str 0x0000000000024f8b 0x38e esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + 0x2281 (size before relaxing) + .debug_str 0x0000000000025319 0xb5 esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + 0x294 (size before relaxing) + .debug_str 0x00000000000253ce 0x16e esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + 0x457 (size before relaxing) + .debug_str 0x000000000002553c 0x1a5 esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + 0x731 (size before relaxing) + .debug_str 0x00000000000256e1 0x4bf esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + 0xc52 (size before relaxing) + .debug_str 0x0000000000025ba0 0x79 esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + 0x251f (size before relaxing) + .debug_str 0x0000000000025c19 0x5d esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + 0x7d (size before relaxing) + .debug_str 0x0000000000025c76 0x9f esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x23f (size before relaxing) + .debug_str 0x0000000000025d15 0x54 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0x215 (size before relaxing) + .debug_str 0x0000000000025d69 0x2ab esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x5d9 (size before relaxing) + .debug_str 0x0000000000026014 0x6d esp-idf/hal/libhal.a(gpio_hal.c.obj) + 0x515 (size before relaxing) + .debug_str 0x0000000000026081 0x42c esp-idf/hal/libhal.a(uart_hal.c.obj) + 0x1253 (size before relaxing) + .debug_str 0x00000000000264ad 0x11f esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + 0x1f52 (size before relaxing) + .debug_str 0x00000000000265cc 0x340 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + 0x2049 (size before relaxing) + .debug_str 0x000000000002690c 0x178 esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + 0x3ec (size before relaxing) + .debug_str 0x0000000000026a84 0x120 esp-idf/hal/libhal.a(rmt_hal.c.obj) + 0x68a (size before relaxing) + .debug_str 0x0000000000026ba4 0x45 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x1f1 (size before relaxing) + .debug_str 0x0000000000026be9 0x44 esp-idf/soc/libsoc.a(rmt_periph.c.obj) + 0x4b3 (size before relaxing) + .debug_str 0x0000000000026c2d 0x47 esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + 0x21e (size before relaxing) + .debug_str 0x0000000000026c74 0x7c esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + 0x1fc (size before relaxing) + .debug_str 0x0000000000026cf0 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x261 (size before relaxing) + .debug_str 0x0000000000026dc0 0x84 esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + 0x2bd (size before relaxing) + .debug_str 0x0000000000026e44 0x1c6 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + 0x68d (size before relaxing) + .debug_str 0x000000000002700a 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + 0x214 (size before relaxing) + .debug_str 0x000000000002706a 0x19f esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + 0x90a (size before relaxing) + .debug_str 0x0000000000027209 0x105 esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + 0x5d7 (size before relaxing) + .debug_str 0x000000000002730e 0x28a esp-idf/freertos/libfreertos.a(event_groups.c.obj) + 0x880 (size before relaxing) + .debug_str 0x0000000000027598 0x341 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + 0x624 (size before relaxing) + .debug_str 0x00000000000278d9 0x90 esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + 0x49a (size before relaxing) + .debug_str 0x0000000000027969 0x1a8 esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + 0x518 (size before relaxing) + .debug_str 0x0000000000027b11 0x52d esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + 0xfe2 (size before relaxing) + .debug_str 0x000000000002803e 0x72f7 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + 0x8d47 (size before relaxing) + .debug_str 0x000000000002f335 0x2cc4 esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + 0x892f (size before relaxing) + .debug_str 0x0000000000031ff9 0x4b8 esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + 0x704a (size before relaxing) + .debug_str 0x00000000000324b1 0x2f4 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + 0xfd5 (size before relaxing) + .debug_str 0x00000000000327a5 0x15a0 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + 0x84cd (size before relaxing) + .debug_str 0x0000000000033d45 0x88 esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + 0x43f (size before relaxing) + .debug_str 0x0000000000033dcd 0x638 esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + 0x28f3 (size before relaxing) + .debug_str 0x0000000000034405 0x6d5 esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + 0x39bc (size before relaxing) + .debug_str 0x0000000000034ada 0x543 esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + 0x57c5 (size before relaxing) + .debug_str 0x000000000003501d 0x62 esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + 0xb7e (size before relaxing) + .debug_str 0x000000000003507f 0x90 esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + 0x1ba3 (size before relaxing) + .debug_str 0x000000000003510f 0x463 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0x8f4 (size before relaxing) + .debug_str 0x0000000000035572 0x1558 esp-idf/lwip/liblwip.a(sockets.c.obj) + 0x1ee8 (size before relaxing) + .debug_str 0x0000000000036aca 0x3ca esp-idf/lwip/liblwip.a(tcpip.c.obj) + 0xbe2 (size before relaxing) + .debug_str 0x0000000000036e94 0x467 esp-idf/lwip/liblwip.a(sntp.c.obj) + 0xbb9 (size before relaxing) + .debug_str 0x00000000000372fb 0xa1 esp-idf/lwip/liblwip.a(def.c.obj) + 0x27c (size before relaxing) + .debug_str 0x000000000003739c 0x411 esp-idf/lwip/liblwip.a(dns.c.obj) + 0xc0b (size before relaxing) + .debug_str 0x00000000000377ad 0x88 esp-idf/lwip/liblwip.a(init.c.obj) + 0x210 (size before relaxing) + .debug_str 0x0000000000037835 0x165 esp-idf/lwip/liblwip.a(ip.c.obj) + 0x8cd (size before relaxing) + .debug_str 0x000000000003799a 0x74 esp-idf/lwip/liblwip.a(mem.c.obj) + 0x26a (size before relaxing) + .debug_str 0x0000000000037a0e 0x1ad esp-idf/lwip/liblwip.a(memp.c.obj) + 0x5f3 (size before relaxing) + .debug_str 0x0000000000037bbb 0x64d esp-idf/lwip/liblwip.a(netif.c.obj) + 0xf3f (size before relaxing) + .debug_str 0x0000000000038208 0x3c4 esp-idf/lwip/liblwip.a(pbuf.c.obj) + 0xe52 (size before relaxing) + .debug_str 0x00000000000385cc 0x1ec esp-idf/lwip/liblwip.a(raw.c.obj) + 0xc41 (size before relaxing) + .debug_str 0x00000000000387b8 0x624 esp-idf/lwip/liblwip.a(tcp.c.obj) + 0x126e (size before relaxing) + .debug_str 0x0000000000038ddc 0x282 esp-idf/lwip/liblwip.a(tcp_in.c.obj) + 0x107e (size before relaxing) + .debug_str 0x000000000003905e 0x217 esp-idf/lwip/liblwip.a(tcp_out.c.obj) + 0xecd (size before relaxing) + .debug_str 0x0000000000039275 0x18d esp-idf/lwip/liblwip.a(timeouts.c.obj) + 0x9f0 (size before relaxing) + .debug_str 0x0000000000039402 0x268 esp-idf/lwip/liblwip.a(udp.c.obj) + 0xdda (size before relaxing) + .debug_str 0x000000000003966a 0x7c7 esp-idf/lwip/liblwip.a(dhcp.c.obj) + 0x144e (size before relaxing) + .debug_str 0x0000000000039e31 0x45f esp-idf/lwip/liblwip.a(etharp.c.obj) + 0xcc9 (size before relaxing) + .debug_str 0x000000000003a290 0xd6 esp-idf/lwip/liblwip.a(icmp.c.obj) + 0x870 (size before relaxing) + .debug_str 0x000000000003a366 0x1d8 esp-idf/lwip/liblwip.a(igmp.c.obj) + 0xa25 (size before relaxing) + .debug_str 0x000000000003a53e 0x13f esp-idf/lwip/liblwip.a(ip4.c.obj) + 0xd66 (size before relaxing) + .debug_str 0x000000000003a67d 0x80 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + 0x736 (size before relaxing) + .debug_str 0x000000000003a6fd 0x7b esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + 0x68c (size before relaxing) + .debug_str 0x000000000003a778 0x335 esp-idf/lwip/liblwip.a(icmp6.c.obj) + 0xaf5 (size before relaxing) + .debug_str 0x000000000003aaad 0x1f6 esp-idf/lwip/liblwip.a(ip6.c.obj) + 0xb22 (size before relaxing) + .debug_str 0x000000000003aca3 0xef esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + 0x3b2 (size before relaxing) + .debug_str 0x000000000003ad92 0x60 esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + 0x6e0 (size before relaxing) + .debug_str 0x000000000003adf2 0x10b esp-idf/lwip/liblwip.a(mld6.c.obj) + 0xcb8 (size before relaxing) + .debug_str 0x000000000003aefd 0x64d esp-idf/lwip/liblwip.a(nd6.c.obj) + 0x1396 (size before relaxing) + .debug_str 0x000000000003b54a 0x93 esp-idf/lwip/liblwip.a(ethernet.c.obj) + 0x8d2 (size before relaxing) + .debug_str 0x000000000003b5dd 0xa5 esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + 0x575 (size before relaxing) + .debug_str 0x000000000003b682 0x62 esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + 0x883 (size before relaxing) + .debug_str 0x000000000003b6e4 0x45 esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + 0x97c (size before relaxing) + .debug_str 0x000000000003b729 0x1c0 esp-idf/lwip/liblwip.a(sys_arch.c.obj) + 0x9ef (size before relaxing) + .debug_str 0x000000000003b8e9 0xd4 esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + 0x907 (size before relaxing) + .debug_str 0x000000000003b9bd 0x3d6 esp-idf/lwip/liblwip.a(api_lib.c.obj) + 0x1249 (size before relaxing) + .debug_str 0x000000000003bd93 0x251 esp-idf/lwip/liblwip.a(api_msg.c.obj) + 0x1850 (size before relaxing) + .debug_str 0x000000000003bfe4 0x58 esp-idf/lwip/liblwip.a(err.c.obj) + 0x1ce (size before relaxing) + .debug_str 0x000000000003c03c 0x90 esp-idf/lwip/liblwip.a(netbuf.c.obj) + 0x5b3 (size before relaxing) + .debug_str 0x000000000003c0cc 0x128 esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + 0x41b (size before relaxing) + .debug_str 0x000000000003c1f4 0x150 esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + 0x3b5 (size before relaxing) + .debug_str 0x000000000003c344 0x2049 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + 0x32fe (size before relaxing) + .debug_str 0x000000000003e38d 0x127 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + 0x6bf (size before relaxing) + .debug_str 0x000000000003e4b4 0xa2 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + 0x2a0 (size before relaxing) + .debug_str 0x000000000003e556 0x5c esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + 0x24c (size before relaxing) + .debug_str 0x000000000003e5b2 0x133e esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + 0x16fd (size before relaxing) + .debug_str 0x000000000003f8f0 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + 0x1f6 (size before relaxing) + .debug_str 0x000000000003f942 0x52 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + 0x22c (size before relaxing) + .debug_str 0x000000000003f994 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + 0x229 (size before relaxing) + .debug_str 0x000000000003f9e8 0x97 esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + 0x2bd (size before relaxing) + .debug_str 0x000000000003fa7f 0x136 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + 0x372 (size before relaxing) + .debug_str 0x000000000003fbb5 0x138 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + 0x37e (size before relaxing) + .debug_str 0x000000000003fced 0x21d esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + 0x511 (size before relaxing) + .debug_str 0x000000000003ff0a 0x249 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + 0x497 (size before relaxing) + .debug_str 0x0000000000040153 0xd8 esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + 0x32f (size before relaxing) + .debug_str 0x000000000004022b 0x3f6 esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + 0x15a5 (size before relaxing) + .debug_str 0x0000000000040621 0x585 esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + 0x12d5 (size before relaxing) + .debug_str 0x0000000000040ba6 0x104 esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + 0x5f7 (size before relaxing) + .debug_str 0x0000000000040caa 0xb29 esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + 0x21d6 (size before relaxing) + .debug_str 0x00000000000417d3 0xdbd esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + 0x12b0 (size before relaxing) + .debug_str 0x0000000000042590 0x19f5 esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + 0x26db (size before relaxing) + .debug_str 0x0000000000043f85 0xb1 esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + 0x405 (size before relaxing) + .debug_str 0x0000000000044036 0x4d esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + 0x1f4 (size before relaxing) + .debug_str 0x0000000000044083 0x8ce esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + 0x27ed (size before relaxing) + .debug_str 0x0000000000044951 0x36e esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + 0xc82 (size before relaxing) + .debug_str 0x0000000000044cbf 0x2ee esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + 0x12fb (size before relaxing) + .debug_str 0x0000000000044fad 0x50 esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + 0x5b3 (size before relaxing) + .debug_str 0x0000000000044ffd 0x674 esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + 0x1119 (size before relaxing) + .debug_str 0x0000000000045671 0x719 esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + 0x1338 (size before relaxing) + .debug_str 0x0000000000045d8a 0x290 esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + 0x1222 (size before relaxing) + .debug_str 0x000000000004601a 0x273 esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + 0x115d (size before relaxing) + .debug_str 0x000000000004628d 0xf4 esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + 0xdfc (size before relaxing) + .debug_str 0x0000000000046381 0x71 esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + 0x401 (size before relaxing) + .debug_str 0x00000000000463f2 0x36f esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + 0x1435 (size before relaxing) + .debug_str 0x0000000000046761 0x11d6 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + 0x28bd (size before relaxing) + .debug_str 0x0000000000047937 0x1934 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + 0x4559 (size before relaxing) + .debug_str 0x000000000004926b 0x5db esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + 0x2682 (size before relaxing) + .debug_str 0x0000000000049846 0x551 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + 0x2a51 (size before relaxing) + .debug_str 0x0000000000049d97 0x59 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + 0x233 (size before relaxing) + .debug_str 0x0000000000049df0 0x139 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + 0x787 (size before relaxing) + .debug_str 0x0000000000049f29 0x13d esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + 0x11bd (size before relaxing) + .debug_str 0x000000000004a066 0x247 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + 0x1dd8 (size before relaxing) + .debug_str 0x000000000004a2ad 0x790 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0xf68 (size before relaxing) + .debug_str 0x000000000004aa3d 0x454 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + 0xa07 (size before relaxing) + .debug_str 0x000000000004ae91 0x739 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + 0x198d (size before relaxing) + .debug_str 0x000000000004b5ca 0x94d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + 0x1b20 (size before relaxing) + .debug_str 0x000000000004bf17 0xa7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + 0x3bc (size before relaxing) + .debug_str 0x000000000004bfbe 0x29f esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + 0x1254 (size before relaxing) + .debug_str 0x000000000004c25d 0x2a7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + 0xabc (size before relaxing) + .debug_str 0x000000000004c504 0x3ca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + 0x991 (size before relaxing) + .debug_str 0x000000000004c8ce 0x7d8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + 0x11b4 (size before relaxing) + .debug_str 0x000000000004d0a6 0x4dd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + 0x9ee (size before relaxing) + .debug_str 0x000000000004d583 0x215 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + 0xad7 (size before relaxing) + .debug_str 0x000000000004d798 0x4b1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + 0xe70 (size before relaxing) + .debug_str 0x000000000004dc49 0x92 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + 0x2e4 (size before relaxing) + .debug_str 0x000000000004dcdb 0x825 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + 0x1134 (size before relaxing) + .debug_str 0x000000000004e500 0x81 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + 0x5e5 (size before relaxing) + .debug_str 0x000000000004e581 0x30d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + 0xb51 (size before relaxing) + .debug_str 0x000000000004e88e 0x3a6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + 0x1a57 (size before relaxing) + .debug_str 0x000000000004ec34 0x10d esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + 0x2a5 (size before relaxing) + .debug_str 0x000000000004ed41 0x55 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + 0x1fc (size before relaxing) + .debug_str 0x000000000004ed96 0x661 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + 0x12ed (size before relaxing) + .debug_str 0x000000000004f3f7 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + 0x437 (size before relaxing) + .debug_str 0x000000000004f461 0x90 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + 0x371 (size before relaxing) + .debug_str 0x000000000004f4f1 0x103 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + 0x414 (size before relaxing) + .debug_str 0x000000000004f5f4 0xca esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + 0x414 (size before relaxing) + .debug_str 0x000000000004f6be 0x49 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + 0x1d5 (size before relaxing) + .debug_str 0x000000000004f707 0x44 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + 0x1fe (size before relaxing) + .debug_str 0x000000000004f74b 0xc4 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + 0x376 (size before relaxing) + .debug_str 0x000000000004f80f 0x6a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + 0x262 (size before relaxing) + .debug_str 0x000000000004f879 0x140 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + 0x80a (size before relaxing) + .debug_str 0x000000000004f9b9 0x245 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + 0x5a6 (size before relaxing) + .debug_str 0x000000000004fbfe 0xee esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + 0x761 (size before relaxing) + .debug_str 0x000000000004fcec 0x15b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + 0x469 (size before relaxing) + .debug_str 0x000000000004fe47 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + 0x496 (size before relaxing) + .debug_str 0x000000000004ff29 0xd6 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + 0x49f (size before relaxing) + .debug_str 0x000000000004ffff 0xe2 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + 0x661 (size before relaxing) + .debug_str 0x00000000000500e1 0x56 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + 0x2d6 (size before relaxing) + .debug_str 0x0000000000050137 0x152 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + 0x4d7 (size before relaxing) + .debug_str 0x0000000000050289 0x22b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + 0x504 (size before relaxing) + .debug_str 0x00000000000504b4 0x291 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + 0x58b (size before relaxing) + .debug_str 0x0000000000050745 0x1e7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + 0x94c (size before relaxing) + .debug_str 0x000000000005092c 0x2ac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + 0xb76 (size before relaxing) + .debug_str 0x0000000000050bd8 0x1f7 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + 0xb19 (size before relaxing) + .debug_str 0x0000000000050dcf 0x581 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + 0x1520 (size before relaxing) + .debug_str 0x0000000000051350 0x11b esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + 0x101e (size before relaxing) + .debug_str 0x000000000005146b 0x10e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + 0x129f (size before relaxing) + .debug_str 0x0000000000051579 0x185 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + 0x13b4 (size before relaxing) + .debug_str 0x00000000000516fe 0x17e esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + 0x82b (size before relaxing) + .debug_str 0x000000000005187c 0x117 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + 0x33c (size before relaxing) + .debug_str 0x0000000000051993 0x99c esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + 0x1923 (size before relaxing) + .debug_str 0x000000000005232f 0x35b esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + 0xc59 (size before relaxing) + .debug_str 0x000000000005268a 0x681 esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + 0xd81 (size before relaxing) + .debug_str 0x0000000000052d0b 0x3ed esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + 0xb10 (size before relaxing) + .debug_str 0x00000000000530f8 0xa6 esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x278 (size before relaxing) + .debug_str 0x000000000005319e 0xcd esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + 0xa7c (size before relaxing) + .debug_str 0x000000000005326b 0x134 esp-idf/hal/libhal.a(sha_hal.c.obj) + 0x3c6 (size before relaxing) + .debug_str 0x000000000005339f 0x155 esp-idf/hal/libhal.a(aes_hal.c.obj) + 0x36a (size before relaxing) + .debug_str 0x00000000000534f4 0x50 esp-idf/soc/libsoc.a(dport_access_common.c.obj) + 0x200 (size before relaxing) + .debug_str 0x0000000000053544 0x3d esp-idf/newlib/libnewlib.a(random.c.obj) + 0x225 (size before relaxing) + .debug_str 0x0000000000053581 0xf7 esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + 0x44d (size before relaxing) + .debug_str 0x0000000000053678 0xea esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + 0x322 (size before relaxing) + .debug_str 0x0000000000053762 0x451 esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + 0xc73 (size before relaxing) + .debug_str 0x0000000000053bb3 0x16c esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + 0x555 (size before relaxing) + .debug_str 0x0000000000053d1f 0x130 esp-idf/lwip/liblwip.a(netdb.c.obj) + 0x8eb (size before relaxing) + .debug_str 0x0000000000053e4f 0x3bf esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + 0x15b3 (size before relaxing) + .debug_str 0x000000000005420e 0xf3 esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + 0x81f (size before relaxing) + .debug_str 0x0000000000054301 0x85 esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + 0x4f4 (size before relaxing) + .debug_str 0x0000000000054386 0x156 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + 0x892 (size before relaxing) + .debug_str 0x00000000000544dc 0x9f esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + 0x6c1 (size before relaxing) + .debug_str 0x000000000005457b 0x91 esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + 0x388 (size before relaxing) + .debug_str 0x000000000005460c 0x2abc esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + 0x3b62 (size before relaxing) + .debug_str 0x00000000000570c8 0x480 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + 0x115f (size before relaxing) + .debug_str 0x0000000000057548 0x18ea esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + 0x40cb (size before relaxing) + .debug_str 0x0000000000058e32 0x7cf esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + 0x24e5 (size before relaxing) + .debug_str 0x0000000000059601 0x8b esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + 0xa83 (size before relaxing) + .debug_str 0x000000000005968c 0x50d esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + 0x30c6 (size before relaxing) + .debug_str 0x0000000000059b99 0x835 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + 0x17bb (size before relaxing) + .debug_str 0x000000000005a3ce 0x21d esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + 0xf37 (size before relaxing) + .debug_str 0x000000000005a5eb 0x191 esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + 0xc0a (size before relaxing) + .debug_str 0x000000000005a77c 0xaa4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + 0x2ba0 (size before relaxing) + .debug_str 0x000000000005b220 0x126 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + 0xe58 (size before relaxing) + .debug_str 0x000000000005b346 0x1cf esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + 0x5e5 (size before relaxing) + .debug_str 0x000000000005b515 0x115 esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + 0x2001 (size before relaxing) + .debug_str 0x000000000005b62a 0x1cc esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + 0x19b1 (size before relaxing) + .debug_str 0x000000000005b7f6 0x8a esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + 0x3e8 (size before relaxing) + .debug_str 0x000000000005b880 0x7fa esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + 0x1190 (size before relaxing) + .debug_str 0x000000000005c07a 0x10e esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + 0x52e (size before relaxing) + .debug_str 0x000000000005c188 0x1b8 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + 0x7f6 (size before relaxing) + .debug_str 0x000000000005c340 0x54 esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + 0x266 (size before relaxing) + .debug_str 0x000000000005c394 0xcc esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + 0x37f (size before relaxing) + .debug_str 0x000000000005c460 0xa97 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + 0x25d2 (size before relaxing) + .debug_str 0x000000000005cef7 0x78 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + 0xaa2 (size before relaxing) + .debug_str 0x000000000005cf6f 0x9c esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + 0x382 (size before relaxing) + .debug_str 0x000000000005d00b 0x1df esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + 0xb65 (size before relaxing) + .debug_str 0x000000000005d1ea 0x11a4 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + 0x2b3a (size before relaxing) + .debug_str 0x000000000005e38e 0x132 esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + 0xb39 (size before relaxing) + .debug_str 0x000000000005e4c0 0xac esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + 0x67c (size before relaxing) + .debug_str 0x000000000005e56c 0x9b esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + 0x327 (size before relaxing) + .debug_str 0x000000000005e607 0x195 esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + 0x66f (size before relaxing) + .debug_str 0x000000000005e79c 0xdc esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + 0xb6c (size before relaxing) + .debug_str 0x000000000005e878 0x22c esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + 0x97e (size before relaxing) + .debug_str 0x000000000005eaa4 0x8d esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + 0x2ec (size before relaxing) + .debug_str 0x000000000005eb31 0x1311 esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + 0x419d (size before relaxing) + .debug_str 0x000000000005fe42 0x4e esp-idf/lwip/liblwip.a(ethip6.c.obj) + 0x656 (size before relaxing) + .debug_str 0x000000000005fe90 0x58 C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + 0x82 (size before relaxing) + .debug_str 0x000000000005fee8 0x91 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0xc8 (size before relaxing) + .debug_str 0x000000000005ff79 0x8b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0xc1 (size before relaxing) + .debug_str 0x0000000000060004 0xfb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x14f (size before relaxing) + .debug_str 0x00000000000600ff 0xb4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0x10a (size before relaxing) + .debug_str 0x00000000000601b3 0x89 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x271 (size before relaxing) + .debug_str 0x000000000006023c 0x418 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0xaa4 (size before relaxing) + .debug_str 0x0000000000060654 0x29e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0xc7c (size before relaxing) + .debug_str 0x00000000000608f2 0x20f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x8a9 (size before relaxing) + .debug_str 0x0000000000060b01 0x92 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + 0x608 (size before relaxing) + .debug_str 0x0000000000060b93 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0xc7 (size before relaxing) + .debug_str 0x0000000000060c23 0x92 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + 0x70f (size before relaxing) + .debug_str 0x0000000000060cb5 0x1bc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x3fb (size before relaxing) + .debug_str 0x0000000000060e71 0x77c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x964 (size before relaxing) + .debug_str 0x00000000000615ed 0x1f3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0x4a0 (size before relaxing) + .debug_str 0x00000000000617e0 0xe2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x1c3 (size before relaxing) + .debug_str 0x00000000000618c2 0x293 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x8df (size before relaxing) + .debug_str 0x0000000000061b55 0x8a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0xbd (size before relaxing) + .debug_str 0x0000000000061bdf 0x8c8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x19be (size before relaxing) + .debug_str 0x00000000000624a7 0x3b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + 0x923 (size before relaxing) + .debug_str 0x0000000000062858 0x1ac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0xa72 (size before relaxing) + .debug_str 0x0000000000062a04 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + 0x103 (size before relaxing) + .debug_str 0x0000000000062af9 0xfb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x1b9 (size before relaxing) + .debug_str 0x0000000000062bf4 0x1b9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_str 0x0000000000062bf4 0x1ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_str 0x0000000000062bf4 0x1ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_str 0x0000000000062bf4 0x3a1 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + 0xf5a (size before relaxing) + .debug_str 0x0000000000062f95 0x24e1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + 0x2ad8 (size before relaxing) + .debug_str 0x0000000000065476 0x51 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + 0x24f (size before relaxing) + .debug_str 0x00000000000654c7 0x9f2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + 0x1d04 (size before relaxing) + .debug_str 0x0000000000065eb9 0x77b C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + 0x1a84 (size before relaxing) + .debug_str 0x0000000000066634 0x21f C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + 0xabe (size before relaxing) + .debug_str 0x0000000000066853 0x248 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + 0xb67 (size before relaxing) + .debug_str 0x0000000000066a9b 0x63 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + 0x13c (size before relaxing) + .debug_str 0x0000000000066afe 0x13d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_str 0x0000000000066afe 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + 0x4fe (size before relaxing) + .debug_str 0x0000000000066b1c 0x49a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + .debug_str 0x0000000000066b1c 0x8d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + 0x5bd (size before relaxing) + .debug_str 0x0000000000066ba9 0xa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0x4be (size before relaxing) + .debug_str 0x0000000000066bb3 0x9c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + 0x727 (size before relaxing) + .debug_str 0x0000000000066c4f 0x4e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + 0x543 (size before relaxing) + .debug_str 0x0000000000066c9d 0x27 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + 0x63d (size before relaxing) + .debug_str 0x0000000000066cc4 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x4fc (size before relaxing) + .debug_str 0x0000000000066cda 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + 0x5c2 (size before relaxing) + .debug_str 0x0000000000066ce2 0x1d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x4cb (size before relaxing) + .debug_str 0x0000000000066cff 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + 0x54c (size before relaxing) + .debug_str 0x0000000000066d23 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0x505 (size before relaxing) + .debug_str 0x0000000000066d2f 0xb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + 0x4f7 (size before relaxing) + .debug_str 0x0000000000066d3a 0x23 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + 0x50f (size before relaxing) + .debug_str 0x0000000000066d5d 0x34 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + 0x4ee (size before relaxing) + .debug_str 0x0000000000066d91 0x305 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0xa3a (size before relaxing) + .debug_str 0x0000000000067096 0x37b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0xc3d (size before relaxing) + .debug_str 0x0000000000067411 0x178 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x99d (size before relaxing) + .debug_str 0x0000000000067589 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + 0x50a (size before relaxing) + .debug_str 0x000000000006759c 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + 0x5ea (size before relaxing) + .debug_str 0x00000000000675a2 0x4ef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_str 0x00000000000675a2 0x68 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_str 0x00000000000675a2 0x1f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + 0xd80 (size before relaxing) + .debug_str 0x00000000000675c1 0xb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x504 (size before relaxing) + .debug_str 0x00000000000675cc 0xd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x507 (size before relaxing) + .debug_str 0x00000000000675d9 0x50f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_str 0x00000000000675d9 0x9f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + 0x85a (size before relaxing) + .debug_str 0x0000000000067678 0x5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + 0x49a (size before relaxing) + .debug_str 0x000000000006767d 0x8b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + 0x8c9 (size before relaxing) + .debug_str 0x0000000000067708 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x209 (size before relaxing) + .debug_str 0x0000000000067710 0xb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0xf0 (size before relaxing) + .debug_str 0x000000000006771b 0x67f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_str 0x000000000006771b 0x35 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + 0x6c5 (size before relaxing) + .debug_str 0x0000000000067750 0x58 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x739 (size before relaxing) + .debug_str 0x00000000000677a8 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x6e5 (size before relaxing) + .debug_str 0x00000000000677c6 0x6c7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_str 0x00000000000677c6 0xa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x6c7 (size before relaxing) + .debug_str 0x00000000000677d0 0x39 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x7b5 (size before relaxing) + .debug_str 0x0000000000067809 0x15 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + 0x140 (size before relaxing) + .debug_str 0x000000000006781e 0x4a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + 0xf3 (size before relaxing) + .debug_str 0x0000000000067868 0xf8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_str 0x0000000000067868 0x33 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x733 (size before relaxing) + .debug_str 0x000000000006789b 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x737 (size before relaxing) + .debug_str 0x00000000000678a7 0xe c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + 0xb59 (size before relaxing) + .debug_str 0x00000000000678b5 0x19 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + 0x938 (size before relaxing) + .debug_str 0x00000000000678ce 0x17 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + 0xc77 (size before relaxing) + +.debug_rnglists + 0x0000000000000000 0xb47 + .debug_rnglists + 0x0000000000000000 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + .debug_rnglists + 0x0000000000000013 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + .debug_rnglists + 0x0000000000000026 0x19 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_rnglists + 0x000000000000003f 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_rnglists + 0x0000000000000052 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + .debug_rnglists + 0x0000000000000065 0x46 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_rnglists + 0x00000000000000ab 0x4f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_rnglists + 0x00000000000000fa 0x3d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_rnglists + 0x0000000000000137 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_rnglists + 0x000000000000014a 0x1f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_rnglists + 0x0000000000000169 0x3d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_rnglists + 0x00000000000001a6 0x2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_rnglists + 0x00000000000001d1 0x1f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_rnglists + 0x00000000000001f0 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_rnglists + 0x000000000000023c 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + .debug_rnglists + 0x000000000000024f 0xe8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_rnglists + 0x0000000000000337 0x55 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_rnglists + 0x000000000000038c 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_rnglists + 0x00000000000003b1 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_rnglists + 0x00000000000003fd 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_rnglists + 0x000000000000042f 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_rnglists + 0x000000000000047b 0x47 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_rnglists + 0x00000000000004c2 0x19 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_rnglists + 0x00000000000004db 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_rnglists + 0x00000000000004f1 0x13 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_rnglists + 0x0000000000000504 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_rnglists + 0x0000000000000525 0x1c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_rnglists + 0x0000000000000541 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_rnglists + 0x0000000000000557 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_rnglists + 0x0000000000000589 0xa4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_rnglists + 0x000000000000062d 0x186 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_rnglists + 0x00000000000007b3 0xd3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_rnglists + 0x0000000000000886 0x2c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_rnglists + 0x00000000000008b2 0x17 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_rnglists + 0x00000000000008c9 0x1a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_rnglists + 0x00000000000008e3 0x32 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_rnglists + 0x0000000000000915 0x1a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_rnglists + 0x000000000000092f 0x51 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_rnglists + 0x0000000000000980 0x16b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_rnglists + 0x0000000000000aeb 0x5c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_line_str + 0x0000000000000000 0x3305 + .debug_line_str + 0x0000000000000000 0x223 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + 0x2cb (size before relaxing) + .debug_line_str + 0x0000000000000223 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + 0x2ce (size before relaxing) + .debug_line_str + 0x0000000000000297 0x77 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + 0x2d7 (size before relaxing) + .debug_line_str + 0x000000000000030e 0x75 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + 0x2d1 (size before relaxing) + .debug_line_str + 0x0000000000000383 0x209 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + 0x45b (size before relaxing) + .debug_line_str + 0x000000000000058c 0x15f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + 0x54c (size before relaxing) + .debug_line_str + 0x00000000000006eb 0x1b6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + 0x689 (size before relaxing) + .debug_line_str + 0x00000000000008a1 0x78 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + 0x558 (size before relaxing) + .debug_line_str + 0x0000000000000919 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + 0x4df (size before relaxing) + .debug_line_str + 0x0000000000000994 0x73 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + 0x2cb (size before relaxing) + .debug_line_str + 0x0000000000000a07 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + 0x561 (size before relaxing) + .debug_line_str + 0x0000000000000a82 0x72 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + 0x500 (size before relaxing) + .debug_line_str + 0x0000000000000af4 0x86 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + 0x41f (size before relaxing) + .debug_line_str + 0x0000000000000b7a 0x71 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + 0x3f8 (size before relaxing) + .debug_line_str + 0x0000000000000beb 0x75 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + 0x372 (size before relaxing) + .debug_line_str + 0x0000000000000c60 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + 0x416 (size before relaxing) + .debug_line_str + 0x0000000000000cdb 0x73 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + 0x2cb (size before relaxing) + .debug_line_str + 0x0000000000000d4e 0x127 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + 0x74f (size before relaxing) + .debug_line_str + 0x0000000000000e75 0x88 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + 0x453 (size before relaxing) + .debug_line_str + 0x0000000000000efd 0x8f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + 0x4e5 (size before relaxing) + .debug_line_str + 0x0000000000000f8c 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_line_str + 0x0000000000001081 0xc4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x1dc (size before relaxing) + .debug_line_str + 0x0000000000001145 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_line_str + 0x0000000000001145 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_line_str + 0x0000000000001145 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_line_str + 0x0000000000001145 0x2ae c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + 0x355 (size before relaxing) + .debug_line_str + 0x00000000000013f3 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + 0x358 (size before relaxing) + .debug_line_str + 0x0000000000001462 0x1fb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + 0x38c (size before relaxing) + .debug_line_str + 0x000000000000165d 0x161 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + 0x2ff (size before relaxing) + .debug_line_str + 0x00000000000017be 0x6e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + 0x381 (size before relaxing) + .debug_line_str + 0x000000000000182c 0x6e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + 0x367 (size before relaxing) + .debug_line_str + 0x000000000000189a 0x8d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + 0x43d (size before relaxing) + .debug_line_str + 0x0000000000001927 0x7a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + 0x389 (size before relaxing) + .debug_line_str + 0x00000000000019a1 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + 0x42d (size before relaxing) + .debug_line_str + 0x0000000000001a11 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + 0x37e (size before relaxing) + .debug_line_str + 0x0000000000001a80 0x6d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + 0x381 (size before relaxing) + .debug_line_str + 0x0000000000001aed 0x159 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + 0x368 (size before relaxing) + .debug_line_str + 0x0000000000001c46 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + 0x37b (size before relaxing) + .debug_line_str + 0x0000000000001cb5 0x71 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + 0x38c (size before relaxing) + .debug_line_str + 0x0000000000001d26 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + 0x389 (size before relaxing) + .debug_line_str + 0x0000000000001d96 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + 0x38f (size before relaxing) + .debug_line_str + 0x0000000000001e05 0x169 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + 0x37f (size before relaxing) + .debug_line_str + 0x0000000000001f6e 0x1f2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + 0x4a8 (size before relaxing) + .debug_line_str + 0x0000000000002160 0x100 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + 0x4e4 (size before relaxing) + .debug_line_str + 0x0000000000002260 0x79 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + 0x4dd (size before relaxing) + .debug_line_str + 0x00000000000022d9 0x16d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + 0x412 (size before relaxing) + .debug_line_str + 0x0000000000002446 0x73 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + 0x420 (size before relaxing) + .debug_line_str + 0x00000000000024b9 0x155 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + 0x3f3 (size before relaxing) + .debug_line_str + 0x000000000000260e 0x72 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + 0x1fb (size before relaxing) + .debug_line_str + 0x0000000000002680 0x4ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_line_str + 0x0000000000002680 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + 0x381 (size before relaxing) + .debug_line_str + 0x00000000000026f0 0x72 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + 0x38f (size before relaxing) + .debug_line_str + 0x0000000000002762 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + 0x37b (size before relaxing) + .debug_line_str + 0x00000000000027d1 0x77 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + 0x492 (size before relaxing) + .debug_line_str + 0x0000000000002848 0x6e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + 0x2f7 (size before relaxing) + .debug_line_str + 0x00000000000028b6 0x76 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + 0x4b3 (size before relaxing) + .debug_line_str + 0x000000000000292c 0x76 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + 0x28b (size before relaxing) + .debug_line_str + 0x00000000000029a2 0x15c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + 0x363 (size before relaxing) + .debug_line_str + 0x0000000000002afe 0xe3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + 0x40c (size before relaxing) + .debug_line_str + 0x0000000000002be1 0x15f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + 0x389 (size before relaxing) + .debug_line_str + 0x0000000000002d40 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + 0x416 (size before relaxing) + .debug_line_str + 0x0000000000002e21 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + 0x38f (size before relaxing) + .debug_line_str + 0x0000000000002e95 0x71 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + 0x3f7 (size before relaxing) + .debug_line_str + 0x0000000000002f06 0x72 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + 0x403 (size before relaxing) + .debug_line_str + 0x0000000000002f78 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + 0x495 (size before relaxing) + .debug_line_str + 0x0000000000002fe7 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + 0x358 (size before relaxing) + .debug_line_str + 0x0000000000003056 0x15c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + 0x261 (size before relaxing) + .debug_line_str + 0x00000000000031b2 0x70 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + 0x264 (size before relaxing) + .debug_line_str + 0x0000000000003222 0x71 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + 0x412 (size before relaxing) + .debug_line_str + 0x0000000000003293 0x72 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + 0x415 (size before relaxing) + .debug_line_str + 0x0000000000003305 0x4d2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_line_str + 0x0000000000003305 0x4d6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_line_str + 0x0000000000003305 0x4dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +.debug_loclists + 0x0000000000000000 0x14004 + .debug_loclists + 0x0000000000000000 0x39 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + .debug_loclists + 0x0000000000000039 0x23 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + .debug_loclists + 0x000000000000005c 0x1c9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + .debug_loclists + 0x0000000000000225 0x165 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + .debug_loclists + 0x000000000000038a 0x60 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + .debug_loclists + 0x00000000000003ea 0x23 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + .debug_loclists + 0x000000000000040d 0x80 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + .debug_loclists + 0x000000000000048d 0x13a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + .debug_loclists + 0x00000000000005c7 0x7e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + .debug_loclists + 0x0000000000000645 0x23 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + .debug_loclists + 0x0000000000000668 0xe4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + .debug_loclists + 0x000000000000074c 0x3ce c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + .debug_loclists + 0x0000000000000b1a 0x7c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + .debug_loclists + 0x0000000000000b96 0x12a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + .debug_loclists + 0x0000000000000cc0 0x5e6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_loclists + 0x00000000000012a6 0x500 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + .debug_loclists + 0x00000000000017a6 0x5f4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_loclists + 0x0000000000001d9a 0x5f8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + .debug_loclists + 0x0000000000002392 0x108 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + .debug_loclists + 0x000000000000249a 0x138 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + .debug_loclists + 0x00000000000025d2 0x45 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + .debug_loclists + 0x0000000000002617 0x81 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + .debug_loclists + 0x0000000000002698 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + .debug_loclists + 0x00000000000026e8 0x23e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + .debug_loclists + 0x0000000000002926 0x376 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + .debug_loclists + 0x0000000000002c9c 0xcf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + .debug_loclists + 0x0000000000002d6b 0x48 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + .debug_loclists + 0x0000000000002db3 0xcd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + .debug_loclists + 0x0000000000002e80 0x2a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + .debug_loclists + 0x0000000000002eaa 0xf1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + .debug_loclists + 0x0000000000002f9b 0xc1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + .debug_loclists + 0x000000000000305c 0x71 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + .debug_loclists + 0x00000000000030cd 0x5a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + .debug_loclists + 0x0000000000003127 0x4a0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + .debug_loclists + 0x00000000000035c7 0xf35 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + .debug_loclists + 0x00000000000044fc 0x2e4e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + .debug_loclists + 0x000000000000734a 0x1cbc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + .debug_loclists + 0x0000000000009006 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + .debug_loclists + 0x0000000000009024 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + .debug_loclists + 0x0000000000009042 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + .debug_loclists + 0x0000000000009060 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + .debug_loclists + 0x000000000000907e 0x2eb2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + .debug_loclists + 0x000000000000bf30 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + .debug_loclists + 0x000000000000bf68 0x6d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + .debug_loclists + 0x000000000000bfd5 0x39 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + .debug_loclists + 0x000000000000c00e 0x11b5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + .debug_loclists + 0x000000000000d1c3 0x97 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + .debug_loclists + 0x000000000000d25a 0x884 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + .debug_loclists + 0x000000000000dade 0x34c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + .debug_loclists + 0x000000000000de2a 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + .debug_loclists + 0x000000000000de48 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + .debug_loclists + 0x000000000000de6d 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + .debug_loclists + 0x000000000000de8b 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + .debug_loclists + 0x000000000000debb 0x42 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + .debug_loclists + 0x000000000000defd 0x52 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + .debug_loclists + 0x000000000000df4f 0x7f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + .debug_loclists + 0x000000000000dfce 0x1121 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + .debug_loclists + 0x000000000000f0ef 0xb2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + .debug_loclists + 0x000000000000f1a1 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + .debug_loclists + 0x000000000000f1bf 0x1e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + .debug_loclists + 0x000000000000f1dd 0x274 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + .debug_loclists + 0x000000000000f451 0x257 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + .debug_loclists + 0x000000000000f6a8 0x1885 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + .debug_loclists + 0x0000000000010f2d 0x196e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + .debug_loclists + 0x000000000001289b 0x1769 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + +Cross Reference Table + +Symbol File +APRecvBcnStartTick C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ApFreqCalTimer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +BAROFDMSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +BT_init_rx_filters C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +BT_tx_8m_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +BT_tx_if_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +BasicOFDMSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +BcnInterval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +BcnSendTick C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +Cache_Flush_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Read_Disable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +Cache_Read_Enable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +CanDoFreqCal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +CompressedEnumTable::set(unsigned int, bool) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +CompressedEnumTable::set(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +CurFreeSigIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +CurSigIdxToBeUse C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +DefFreqCalTimer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +DefFreqCalTimerCB C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +EFUSE esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +ESP_EFUSE_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_RATED esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_PACKAGE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_CHIP_PACKAGE_4BIT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_REV1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_REV2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_SDIO_HOST esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_HTTP_SERVER_EVENT esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +FreeRTOS_openocd_params esp-idf/freertos/libfreertos.a(tasks.c.obj) +GPIO esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +GPIO_PIN_MUX_REG_OFFSET esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +GetAccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +HighestFreqOffsetInOneChk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +IP_EVENT esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +LowestFreqOffsetInOneChk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +MESH_EVENT esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) +MQTT_EVENTS esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +NAN_ACTION_OUI C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +NAN_NETWORK_ID C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +NAN_STANDARD_BSSID C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +NAN_STANDARD_OUI C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +NVSHandleEntry::s_nvs_next_handle esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NVSHandleEntry::~NVSHandleEntry() esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +NoiseTimerInterval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetAckRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) +RC_GetAckTime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetBlockAckTime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetCtsTime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +RC_GetRtsRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) +RC_SetBasicRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(rate_control.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +RFChannelSel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) +RMT esp-idf/hal/libhal.a(rmt_hal.c.obj) +RMTMEM esp-idf/driver/libdriver.a(rmt_tx.c.obj) +RTCCNTL esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +RTCIO esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +RxNodeNum C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SENS esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +SPI0 esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPI1 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPI2 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +SPI3 esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +SPIFFS_bytes_to_ix_map_entries esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_check esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_clearerr esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_close esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_closedir esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_creat esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_eof esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_errno esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_fflush esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_format esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_fremove esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_fstat esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_ftruncate esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_fupdate_meta esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_gc esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_gc_quick esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_info esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_ix_map esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_ix_map_entries_to_bytes esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_ix_remap esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_ix_unmap esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_lseek esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_mount esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_mounted esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_open esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_open_by_dirent esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_open_by_page esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_opendir esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_probe_fs esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_read esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_readdir esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_remove esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_rename esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_set_file_callback_func esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_stat esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_tell esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +SPIFFS_unmount esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_update_meta esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SPIFFS_write esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +SigInMacISR C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SigSpaceFree C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +SigSpaceMalloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +TIMERG0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +TIMERG1 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +TRC_AMPDU_PER_DOWN_THRESHOLD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TRC_AMPDU_PER_UP_THRESHOLD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TRC_PER_IS_GOOD C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +TmpSTAAPCloseAP C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +TxNodeNum C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +TxRxCxt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +UART0 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +UART1 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +UART2 esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +WIFI_EVENT esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +WIFI_MESH_EVENT C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +Xthal_intlevel C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(interrupts--intlevel.o) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +_Balloc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +_Bfree c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +_C_numeric_locale c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +_DebugExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_DoubleExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_ITM_deregisterTMCloneTable c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +_ITM_registerTMCloneTable c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +_KernelExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level2Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level3Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level4Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_Level5Vector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_NMIExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_PathLocale c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +_UserExceptionVector esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowOverflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow12 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow4 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_WindowUnderflow8 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +__DTOR_END__ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__TMC_END__ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__action_table c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +__adddf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__any_on c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) +__ascii_mbtowc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +__ascii_wctomb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +__assert esp-idf/newlib/libnewlib.a(assert.c.obj) +__assert_func esp-idf/newlib/libnewlib.a(assert.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +__atomic_add_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_compare_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_exchange_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +__atomic_fetch_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_fetch_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +__atomic_fetch_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_load_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +__atomic_nand_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_or_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_store_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +__atomic_sub_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__atomic_xor_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__b2d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) +__chclass c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +__copybits c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__cxa_allocate_dependent_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__cxa_allocate_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +__cxa_begin_catch c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) +__cxa_end_catch c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) +__cxa_free_dependent_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__cxa_free_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__cxa_get_exception_ptr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +__cxa_get_globals c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +__cxa_get_globals_fast c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +__cxa_guard_abort esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_acquire esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_dummy esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_guard_release esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) +__cxa_init_primary_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__cxa_pure_virtual c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +__cxa_rethrow c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__cxa_throw c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +__cxx_eh_arena_size_get esp-idf/esp_system/libesp_system.a(startup.c.obj) +__cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) +__cxxabiv1::__class_type_info::~__class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__forced_unwind::~__forced_unwind() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__foreign_exception::~__foreign_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +__cxxabiv1::__si_class_type_info::__do_dyncast(int, __cxxabiv1::__class_type_info::__sub_kind, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__dyncast_result&) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_find_public_src(int, void const*, __cxxabiv1::__class_type_info const*, void const*) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void const*, __cxxabiv1::__class_type_info::__upcast_result&) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__si_class_type_info::~__si_class_type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +__cxxabiv1::__terminate(void (*)()) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__cxxabiv1::__terminate_handler c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected(void (*)()) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +__cxxabiv1::__unexpected_handler c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +__d2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__default_global_locale c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +__divdf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__divdi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__divsf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__eh_globals_init::_S_init c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) +__env_lock c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) +__env_lock_object esp-idf/newlib/libnewlib.a(locks.c.obj) +__env_unlock c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) +__eqdf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__errno c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +__extendsfdf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__ffsdi2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ffsdi2.o) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +__fixdfdi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfdi.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__fixdfsi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__fixunsdfsi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__floatdidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__floatdisf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) +__floatsidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__floatundidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdidf.o) +__floatundisf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatdisf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +__floatunsidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__fp_lock_all c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__fp_unlock_all c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__frame_state_for(void*, frame_state*) esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__gedf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__gethex c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__getreent esp-idf/freertos/libfreertos.a(tasks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-errno.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +__gettzinfo c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gettzinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +__global_locale_ptr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__gnu_cxx::__concurrence_lock_error::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_lock_error::~__concurrence_lock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_unlock_error::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__concurrence_unlock_error::~__concurrence_unlock_error() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__freeres() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__mutex::lock() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gnu_cxx::__mutex::unlock() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__gtdf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__hexdig_fun c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) +__hexnan c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__hi0bits c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) +__hide_aliasing_typecast esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +__i2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__init_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +__init_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +__itoa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) +__ledf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__lo0bits c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) +__locale_mb_cur_max c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +__localeconv_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) +__lock___arc4random_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___at_quick_exit_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___atexit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___dd_hash_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___env_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) +__lock___malloc_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) +__lock___sfp_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__lock___sinit_recursive_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__lock___tz_mutex esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) +__lshift c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__ltdf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__match c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-hexnan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__mcmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__mdiff c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__moddi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_moddi3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__month_lengths c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-month_lengths.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +__mprec_bigtens c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__mprec_tens c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__mprec_tinytens c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) +__muldf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__multadd c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) +__multiply c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__nedf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +__numeric_load_locale c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lnumeric.o) +__popcountsi2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__pow5mult c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__ratio c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__retarget_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) +__retarget_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__retarget_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__retarget_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__retarget_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) +__retarget_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-envlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__retarget_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) +__retarget_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) +__s2b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__sccl c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sccl.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +__sclose c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__seofread c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) +__sf_fake_stderr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sf_fake_stdin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sf_fake_stdout c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sflags c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-flags.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) +__sflush_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sfmoreglue c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__sfp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) +__sfp_lock esp-idf/newlib/libnewlib.a(locks.c.obj) +__sfp_lock_acquire c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sfp_lock_release c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sfvwrite_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) +__sinit c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +__sinit_lock esp-idf/newlib/libnewlib.a(locks.c.obj) +__sinit_lock_acquire c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__sinit_lock_release c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__smakebuf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) +__sprint_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) +__sread c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__srefill_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) +__sseek c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__ssprint_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +__ssrefill_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +__ssvfiscanf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) +__ssvfscanf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) +__state_table c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +__strtok_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) +__subdf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__submore c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) +__swbuf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) +__swbuf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) +__swhatbuf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) +__swrite c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +__swsetup_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +__sync_add_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_and_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_bool_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_add_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_and_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_nand_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_or_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_sub_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_fetch_and_xor_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_release_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_lock_test_and_set_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_nand_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_or_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_sub_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_val_compare_and_swap_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__sync_xor_and_fetch_8 esp-idf/newlib/libnewlib.a(stdatomic.c.obj) +__truncdfsf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_truncdfsf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +__tz_lock c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +__tz_lock_object esp-idf/newlib/libnewlib.a(locks.c.obj) +__tz_unlock c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzlock.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +__tzcalc_limits c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzcalc_limits.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +__ubsan_handle_add_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_builtin_unreachable esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_divrem_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_invalid_builtin esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_load_invalid_value esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_missing_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_mul_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_negate_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_arg esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_nonnull_return esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_pointer_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_shift_out_of_bounds esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_sub_overflow esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_type_mismatch_v1 esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_handle_vla_bound_not_positive esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__ubsan_include esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +__udivdi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +__ulp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +__umoddi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_umoddi3.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +__unorddf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_cmpdf2.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +__utoa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) +__wpa_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +__wrap__Unwind_Backtrace esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_DeleteException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +__wrap__Unwind_FindEnclosingFunction esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_Find_FDE esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_ForcedUnwind esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetCFA esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetDataRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetIPInfo esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetLanguageSpecificData esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetRegionStart esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_GetTextRelBase esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_RaiseException esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__wrap__Unwind_Resume esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +__wrap__Unwind_Resume_or_Rethrow esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +__wrap__Unwind_SetEnableExceptionFdeSorting esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetGR esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap__Unwind_SetIP esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___cxa_call_unexpected esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___deregister_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__wrap___deregister_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___gxx_personality_v0 esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) +__wrap___register_frame esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__wrap___register_frame_info_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_info_table_bases esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +__wrap___register_frame_table esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +_asprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) +_atoi_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) +_binary_x509_crt_bundle_end esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +_binary_x509_crt_bundle_start esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_calloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cleanup c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +_cleanup_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) +_close_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_cnx_start_connect_without_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +_ctype_ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ctype_.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +_data_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_daylight c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +_do_wifi_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +_do_wifi_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +_dtoa_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +_esp_error_check_failed esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +_esp_error_check_failed_without_abort esp-idf/esp_system/libesp_system.a(esp_err.c.obj) +_esp_system_init_fn_array_end esp-idf/esp_system/libesp_system.a(startup.c.obj) +_esp_system_init_fn_array_start esp-idf/esp_system/libesp_system.a(startup.c.obj) +_exit esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fclose_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_fflush_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) +_fgets_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) +_findenv_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) +_fini c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +_flash_rodata_align esp-idf/freertos/libfreertos.a(port.c.obj) +_flash_rodata_start esp-idf/freertos/libfreertos.a(port.c.obj) +_fopen_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) +_fprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) +_fputc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) +_fputs_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) +_fread_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) +_free_r esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wsetup.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_frxt_coproc_exc_hook esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_dispatch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_frxt_int_enter esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_int_exit esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_frxt_setup_switch esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +_frxt_task_coproc_state esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_frxt_tick_timer_init esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +_frxt_timer_int esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_fseek_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) +_fseeko_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) +_fstat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_ftell_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) +_ftello_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) +_fwalk c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) +_fwalk_reent c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwalk.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) +_fwrite_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) +_g_esp_netif_inherent_ap_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +_g_esp_netif_inherent_eth_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) +_g_esp_netif_inherent_sta_config esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +_g_esp_netif_netstack_default_eth esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +_g_esp_netif_netstack_default_wifi_ap esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +_g_esp_netif_netstack_default_wifi_nan esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +_g_esp_netif_netstack_default_wifi_sta esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +_g_esp_netif_soft_ap_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_defaults.c.obj) +_getenv_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) +_getpid_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_gettimeofday_r esp-idf/newlib/libnewlib.a(time.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_global_impure_ptr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +_heap_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_init c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +_instruction_reserved_end esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +_instruction_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +_invalid_pc_placeholder esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +_iram_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_iram_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_isatty_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) +_kill_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_link_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_localeconv_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +_lock_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +_lock_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_close esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_close_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_init_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_release esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +_lock_release_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +_lock_try_acquire esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lock_try_acquire_recursive esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_lseek_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_malloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-makebuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_mbrtowc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_mbtowc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbtowc_r.o) +_mesh_check_roots_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_check_window_close_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_check_window_open_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_find_root_competitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +_mesh_remove_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_reset_window_open_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_num_reach_max C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_conflict_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_roots_process_yield C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_set_flag_roots_found C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mesh_timer_process_yield C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_mprec_log10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) +_open_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_print_roots_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_printf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) +_putc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) +_putchar_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) +_puts_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) +_raise_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_read_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_realloc_r esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_reclaim_reent c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +_remove_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) +_rename_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_rodata_reserved_end esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +_rodata_reserved_start esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_end esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_bss_start esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_rtc_fast_reserved_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_fast_reserved_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_reserved_length esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_rtc_slow_length esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +_rtc_slow_reserved_end esp-idf/heap/libheap.a(memory_layout.c.obj) +_rtc_slow_reserved_start esp-idf/heap/libheap.a(memory_layout.c.obj) +_sbrk_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_setlocale_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +_sfread_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_siscanf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) +_snprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) +_sprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) +_sscanf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) +_start c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +_stat_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_strdup_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) +_strerror_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) +_strndup_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) +_strtod_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +_strtod_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_strtol_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) +_strtoll_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_strtoul_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_strtoull_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_sungetc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +_svfiprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) +_svfprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) +_system_r esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_thread_local_end esp-idf/freertos/libfreertos.a(port.c.obj) +_thread_local_start esp-idf/freertos/libfreertos.a(port.c.obj) +_times_r esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_timezone c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) +_tzname c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzvars.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) +_tzset_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) +_tzset_unlocked c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) +_tzset_unlocked_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) +_ungetc_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) +_unlink_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_user_strerror c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-u_strerr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) +_vector_table esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +_vfiprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) +_vfprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) +_vprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) +_vsnprintf_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) +_wctomb_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-wctomb_r.o) +_wifi_vnd_ext_mesh_roots_free C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_wifi_vnd_ext_mesh_roots_malloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +_write_r esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-stdio.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +_write_r_console esp-idf/newlib/libnewlib.a(syscalls.c.obj) +_xt_alloca_exc esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_context_restore esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +_xt_context_save esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +_xt_coproc_init esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_owner_sa esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_owner_sa_lock esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_release esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xt_coproc_restorecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_coproc_sa_offset esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +_xt_coproc_savecs esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +_xt_exception_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_interrupt_table esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_medint2_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_medint3_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_panic esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +_xt_tick_divisor esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +_xt_tick_divisor_init esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +_xt_user_exit esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +_xtos_set_intlevel esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +abort esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_term_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +abort_expect_void esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +abort_expect_void_and_return esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +access esp-idf/vfs/libvfs.a(vfs.c.obj) +action_q C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +adc1_amp_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc1_amp_read_full C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc1_pad_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc1_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc1_read_test C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc2_pad_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc2_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc2_read_test C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc2_wifi_acquire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +adc2_wifi_release C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +adc_ana_conf_org C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +adc_pad_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +adc_pad_int C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +add_mic_ie_bip C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +addba_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +adjtime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +aes_128_cbc_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_cbc_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_128_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +aes_ccm_ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_ccm_ae esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +aes_ctr_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +aes_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_decrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_decrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_encrypt_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_gcm_ad esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_gcm_ae esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) +aes_gmac esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_hal_setkey esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_hal_transform_block esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +aes_siv_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +aes_siv_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +aes_unwrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +aes_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +agc_reg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +aligned_alloc esp-idf/newlib/libnewlib.a(heap.c.obj) +ampdu_alloc_rx_ba_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_all C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_as_many_as_possible C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_movement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_dispatch_upto C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_free_rx_ba_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ampdu_process_multicast_address_qos_frame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +analog_gain_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ant_btrx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ant_bttx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ant_dft_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ant_rx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ant_tx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ant_wifirx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ant_wifitx_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ap_for_each_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_free_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_get_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_no_lr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ap_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ap_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ap_sa_query_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ap_sta_add esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +ap_sta_delayed_1x_auth_fail_disconnect esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_sta_hash_add esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_sta_pending_delayed_1x_auth_fail_disconnect esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +ap_try_sa_query_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +app_main esp-idf/main/libmain.a(main.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +asprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-asprintf.o) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +assoc_ie_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +atoi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +auth_build_token_req esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +auth_sae_queue esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +bars C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +bb_bss_cbw40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bb_bss_cbw40_ana C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bb_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bb_intr_handl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +bb_reg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bb_rst_en_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bb_wdg_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bb_wdt_get_status C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +bb_wdt_int_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +bb_wdt_rst_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bb_wdt_timeout_clear C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +bin_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +block_absorb_post_hook esp-idf/heap/libheap.a(tlsf.c.obj) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_clock_get_rated_freq_mhz esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_check_long_hold_gpio_level esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_get_chip_ver_pkg esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_wp_pin esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +bootloader_flash_gpio_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_spi_flash_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +brownout_hal_config esp-idf/hal/libhal.a(brownout_hal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +bt_bb_init_cmplx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_bb_init_cmplx_reg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_bb_to_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_cmplx_hq_re C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_cmplx_hq_wr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_cmplx_lq_re C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_cmplx_lq_wr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_correct_bbgain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_dgmixer_fstep_250k C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_dig_gain_force C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_get_i2c_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_i2c_read_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_i2c_read_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_i2c_set_wifi_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_i2c_write_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_index_to_bb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +bt_mode_wifibb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_opt_write_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_pwr_cap_sum C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_pwr_cap_sum_old C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_pwr_freq_old C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_pwr_track_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_rfoffset_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_rx_spur_opt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_rxfilt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_track_pll_cap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_track_tx_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_tx_gain_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_tx_gain_cal_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +bt_tx_pa_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +bt_tx_pwctrl_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_txdc_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_txfilt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +bt_txiq_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_txpwr_backoff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +bt_wifi_chan_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +btpwr_atten_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +btpwr_backoff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +btpwr_pll_track C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +btpwr_tsen_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +btpwr_tsen_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +btpwr_tsen_old C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +btpwr_tsens_track C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +buf_shift_right esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +bzero c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + esp-idf/newlib/libnewlib.a(heap.c.obj) +cJSON_AddArrayToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddBoolToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddFalseToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemReferenceToArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemReferenceToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddItemToObjectCS esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddNullToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddNumberToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddObjectToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddRawToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddStringToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_AddTrueToObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Compare esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateArrayReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateBool esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateDoubleArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateFalse esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateFloatArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateIntArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateNull esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateNumber esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateObjectReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateRaw esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateString esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateStringArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateStringReference esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_CreateTrue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Delete esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +cJSON_DeleteItemFromArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DeleteItemFromObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DeleteItemFromObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemFromObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_DetachItemViaPointer esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Duplicate esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetArrayItem esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetArraySize esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetErrorPtr esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetNumberValue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetObjectItem esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +cJSON_GetObjectItemCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_GetStringValue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_HasObjectItem esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_InitHooks esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_InsertItemInArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsBool esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsFalse esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsInvalid esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsNull esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsNumber esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +cJSON_IsObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsRaw esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_IsString esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +cJSON_IsTrue esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Minify esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Parse esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ParseWithLength esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +cJSON_ParseWithLengthOpts esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ParseWithOpts esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Print esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintBuffered esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintPreallocated esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_PrintUnformatted esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInArray esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInObject esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemInObjectCaseSensitive esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_ReplaceItemViaPointer esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_SetNumberHelper esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_SetValuestring esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_Version esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_free esp-idf/json/libjson.a(cJSON.c.obj) +cJSON_malloc esp-idf/json/libjson.a(cJSON.c.obj) +cache_flash_mmu_set_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cache_hal_init esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_resume esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_hal_suspend esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +cache_register_writeback esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) +cache_sync esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +cal_rf_ana_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +call_start_cpu0 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +call_start_cpu1 esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +call_user_start esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +calloc esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +candidate_monitor_timer_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +candidate_monitor_timer_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +cannel_scan_connect_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +capture_tcp_transport_error esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +ccmp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ccmp_256_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_256_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_decap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) +ccmp_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) +ccmp_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +ccmp_encrypt_pv1 esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ccmp_get_pn esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) +ceil c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_ceil.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +cfg_sdio_volt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +cfree esp-idf/newlib/libnewlib.a(heap.c.obj) +challenge_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +chan14_mic_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chan14_mic_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chan14_mic_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chan14_mic_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chan14_mic_most_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chan_to_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chap_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +check_bss_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +check_comeback_token esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +check_rfpll_write_i2c C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chip7_phy_api_ctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip7_phy_init_ctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +chip7_sleep_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +chip_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_post_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chip_sleep_prot_dis C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chip_sleep_prot_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chip_v7_adc_wr_dly C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chip_v7_rxmax_ext C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip_v7_rxmax_ext_ana C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +chip_v7_rxmax_ext_dig C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip_v7_set_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip_v7_set_chan_ana C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip_v7_set_chan_misc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +chip_v7_set_chan_nomac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chip_v7_set_chan_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +chm_acquire_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_cancel_op C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_end_op C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +chm_end_op_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +chm_get_chan_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +chm_get_current_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +chm_get_home_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_is_at_home_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_mhz2num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +chm_release_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +chm_return_home_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +chm_set_current_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_set_home_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +chm_start_op C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cipher_map_net80211_to_public_cipher C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cipher_type_map_public_to_supp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +cipher_type_map_supp_to_public esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +cleanup_glue c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-reent.o) +cleanup_peer_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +clear_bss_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +clk_hal_ahb_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_apb_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_apll_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_cpu_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clk_hal_lp_slow_get_freq_hz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +clk_hal_soc_root_get_freq_mhz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) +clk_hal_xtal_get_freq_mhz esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +clock_getres esp-idf/newlib/libnewlib.a(time.c.obj) +clock_gettime esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +clock_settime esp-idf/newlib/libnewlib.a(time.c.obj) +close c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) +closedir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +cnx_add_rc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_add_to_blacklist C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_assoc_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +cnx_assoc_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_auth_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_auth_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +cnx_auth_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_beacon_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_bss_alloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_bss_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_can_do_obss_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_check_bssid_in_blacklist C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_clear_blacklist C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +cnx_connect_next_ap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_connect_next_ap_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_connect_next_ap_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_connect_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_connect_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_csa_fn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_csa_fn_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_do_handoff_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +cnx_get_authtype_strength C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_handshake_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_handshake_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +cnx_is_any_node_connecting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_node_alloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_is_existing C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_join C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_leave C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_node_remove C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_node_search C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_obss_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_obss_scan_done_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_obss_scan_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_rc_search C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_rc_update_age C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_rc_update_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +cnx_rc_update_state_metric C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_remove_all_rc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +cnx_remove_from_blacklist C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_remove_rc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_remove_rc_except C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_associated C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_sta_connect_cmd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_sta_connect_led_timer_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_leave C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +cnx_sta_pm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_sta_scan_cmd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_start_handoff_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +cnx_start_obss_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_stop_obss_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +cnx_update_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_update_bss_more C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +cnx_validate_owe_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +coex_bt_high_prio C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +coexist_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +comeback_token_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +config_get_wifi_ampdu_rx_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_ampdu_tx_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_amsdu_tx_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_beacon_max_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +config_get_wifi_cache_tx_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_coexist_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_csi_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +config_get_wifi_dynamic_rx_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_dynamic_tx_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +config_get_wifi_espnow_max_encrypt_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +config_get_wifi_feature_capabilities C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +config_get_wifi_mgmt_sbuf_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_nvs_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +config_get_wifi_pm_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_rx_baw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_rx_mgmt_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_rx_mgmt_buffer_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +config_get_wifi_sta_disconnected_pm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +config_get_wifi_static_rx_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_static_tx_buffer_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_task_core_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +config_get_wifi_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +config_get_wifi_timer_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_tx_buffer_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +config_get_wifi_wpa2_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_get_wifi_wps_task_stack_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +config_is_cache_tx_buf_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +connect_scan_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +console_access esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_close esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_end_select esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fcntl esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fstat esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_fsync esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_open esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_read esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcdrain esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcflush esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcgetattr esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_tcsetattr esp-idf/vfs/libvfs.a(vfs_console.c.obj) +console_write esp-idf/vfs/libvfs.a(vfs_console.c.obj) +core_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +corr_cca_thr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +correct_rf_ana_gain_new C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +correct_rfpll_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +country_info_24ghz C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) +crc32_le C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +create_new_bss_for_sa_query_failed_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +crypto_bignum_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_addmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_bignum_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_div esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_exptmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_init_set esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_init_uint esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_inverse esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_odd esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_is_one esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_is_zero esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_legendre esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_mod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_mulmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_rand esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +crypto_bignum_rshift esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_sqrmod esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_sub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_bignum_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_bignum_to_string esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_debug_print_ec_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_debug_print_point esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_ec_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_free_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_gen_keypair esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_affine_coordinates esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_b esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_curve_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_byname esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_group_from_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_mbedtls_to_nist_group_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_prime esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_get_priv_key_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_get_publickey_buf esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_key_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_group esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_parse_pub esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_key_verify_signature esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +crypto_ec_order_len esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_parse_subpub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_point_add esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_compute_y_sqr esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_from_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_invert esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_at_infinity esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_is_on_curve esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_mul esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_point_solve_y_coord esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_point_to_bin esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_prime_len_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +crypto_ec_set_pubkey_point esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ec_write_pub_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdh esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_ecdh_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +crypto_ecdh_get_pubkey esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdh_set_peerkey esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +crypto_ecdsa_get_sign esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_edcsa_sign_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_free_buffer esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +crypto_get_order esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_global_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_global_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_init esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_hash_update esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +crypto_is_ec_key esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_key_compare esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_mbedtls_get_grp_id esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_mod_exp esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) +crypto_pk_write_formatted_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +crypto_write_pubkey_der esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +cs_create_ctrl_sock esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +cs_free_ctrl_sock esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +cs_recv_from_ctrl_sock esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) +cs_send_to_ctrl_sock esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +ctx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +current_task_is_wifi_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +dac_out C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +dac_pad_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +dbg_cnt_lmac_drop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +dbg_ebuf_loc_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_eb_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_event_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_int_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_rx_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_his_lmac_tx_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_hmac_rxtx_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) +dbg_hmac_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +dbg_lmac_diag_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_get_acs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +dbg_lmac_hw_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +dbg_lmac_ps_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_ps_statis_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +dbg_lmac_rxtx_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_lmac_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +dbg_perf_path_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_perf_path_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_perf_throughput_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +dbg_rx_all_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +dbg_rx_bcn_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +default_router_list esp-idf/lwip/liblwip.a(nd6.c.obj) +des3_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des3_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_block_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +des_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +des_key_setup esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) +destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +dh5_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +dh5_free esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +dh5_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +dh5_init_fixed esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_derive_shared esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dh_groups_get esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dh_init esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) +dhcp_append_extra_opts esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_arp_reply esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +dhcp_cleanup esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_coarse_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +dhcp_fine_timeout_cb esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_fine_tmr esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_inform esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_network_changed esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +dhcp_parse_extra_opts esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_release esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_release_and_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_renew esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_rx_options_given esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_rx_options_val esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcp_search_ip_on_mac esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_set_struct esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_start esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_stop esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcp_supplied_address esp-idf/lwip/liblwip.a(dhcp.c.obj) +dhcps_delete esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_dns_getserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_dns_setserver esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_new esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_pbuf_alloc esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +dhcps_set_new_lease_cb esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_set_option_info esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_start esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dhcps_stop esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +disable_wifi_agc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +discnx_reason_id2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +div c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-div.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) +dns_clear_cache esp-idf/lwip/liblwip.a(dns.c.obj) +dns_gethostbyname esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +dns_gethostbyname_addrtype esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +dns_getserver esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +dns_init esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +dns_mquery_v4group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_mquery_v6group esp-idf/lwip/liblwip.a(dns.c.obj) +dns_setserver esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +dns_tmr esp-idf/lwip/liblwip.a(dns.c.obj) +do_multicore_settings esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +dpd_scale_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +dragonfly_generate_scalar esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_get_random_qr_qnr esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_is_quadratic_residue_blind esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_min_pwe_loop_iter esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_sqrt esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +dragonfly_suitable_group esp-idf/wpa_supplicant/libwpa_supplicant.a(dragonfly.c.obj) +dreg_1p2_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +dup_binstr esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +dutytype2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +eTaskGetState esp-idf/freertos/libfreertos.a(tasks.c.obj) +eap_allowed_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_client_get_eap_state esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eap_deinit_prev_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_get_config esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_config_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_config_password2 esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_get_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_phase2_types esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_hdr_len_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) +eap_hdr_validate esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_mbedtls_x509_crt_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +eap_msg_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eap_peer_blob_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_blob_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_config_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_config_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_get_eap_method esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_get_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_get_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_method_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_free esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_method_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_peer_mschapv2_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_peap_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_register_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_peer_select_phase2_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_build_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_derive_session_id esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_phase2_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_helper esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_process_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reauth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_tls_reset_input esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_reset_output esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +eap_peer_tls_ssl_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_ssl_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_tls_status esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +eap_peer_ttls_register esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_peer_unregister_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_set_config_blob esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_abort esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_allowMethod esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_buildIdentity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +eap_sm_build_identity_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_build_nak esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_get_method_name esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_sm_process_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_sm_request_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_request_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +eap_sm_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +eap_update_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +eap_wsc_build_frag_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eapol_sm_notify_eap_success esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +eapol_txcb esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eb_space C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +eb_txdesc_space C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +eeprom_virtual_erase_all esp-idf/main/libmain.a(eeprom_virtual.c.obj) +eeprom_virtual_erase_key esp-idf/main/libmain.a(eeprom_virtual.c.obj) +eeprom_virtual_init esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(main.c.obj) +eeprom_virtual_read_bin esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(main.c.obj) +eeprom_virtual_write_bin esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(main.c.obj) +efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_rated_freq_mhz esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) +efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +eloop_cancel_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eloop_cancel_timeout_one esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_deplete_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_destroy esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eloop_init esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +eloop_is_timeout_registered esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +eloop_register_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +eloop_replenish_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +eloop_run esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) +emul_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +enable_wifi_agc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +encrypt_pw_block_with_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +environ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-environ.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +err_to_errno esp-idf/lwip/liblwip.a(err.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +esf_buf_alloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esf_buf_alloc_default_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_alloc_dynamic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_alloc_dynamic_default_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_free_static C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_recycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +esf_buf_recycle_default_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_setdown C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +esf_buf_setup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +esf_buf_setup_for_mesh C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esf_buf_setup_static C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +esf_buf_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +esp_aes_acquire_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_crypt_cfb8 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_crypt_ofb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_crypt_xts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_gcm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_crypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_gcm_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_gcm_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +esp_aes_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_release_hardware esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_aes_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +esp_aes_xts_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_aes_xts_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_xts.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +esp_app_desc esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_app_get_description esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_app_get_elf_sha256 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_backtrace_get_next_frame esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) +esp_backtrace_get_start esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) +esp_backtrace_print esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_backtrace_print_from_frame esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +esp_base_mac_addr_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_base_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_brownout_disable esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_brownout_init esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_cache_err_get_cpuid esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_cache_err_int_init esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_chip_info esp-idf/esp_hw_support/libesp_hw_support.a(chip_info.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_apb_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_cpu_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_clk_private_lock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_private_unlock esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_clk_rtc_time esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_clk_slowclk_cal_get esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_clk_slowclk_cal_set esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +esp_clk_tree_lp_fast_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_lp_slow_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_rc_fast_d256_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_rc_fast_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_tree_src_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +esp_clk_tree_xtal32k_get_freq_hz esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) +esp_clk_xtal_freq esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +esp_coex_common_env_is_chip_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_int_disable_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_int_restore_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_malloc_internal_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_delete_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_give_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_semphr_take_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_spin_lock_create_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_task_yield_from_isr_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_arm_us_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_disarm_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_done_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_coex_common_timer_setfn_wrapper esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_cpu_clear_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_clear_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_compare_and_set esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_cpu_intr_get_desc esp-idf/esp_hw_support/libesp_hw_support.a(esp_cpu_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_cpu_reset esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) +esp_cpu_set_breakpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_cpu_set_watchpoint esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +esp_cpu_stall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_cpu_unstall esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_cpu_wait_for_intr esp-idf/esp_hw_support/libesp_hw_support.a(cpu.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_create_mbedtls_handle esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_crosscore_int_init esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_crosscore_int_send_freq_switch esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_gdb_call esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +esp_crosscore_int_send_print_backtrace esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_crosscore_int_send_twdt_abort esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_crosscore_int_send_yield esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +esp_crt_bundle_attach esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_crt_bundle_attach_fn esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_crt_bundle_detach esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_bundle_in_use esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_bundle_set esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crt_verify_callback esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +esp_crypto_base64_encode esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_crypto_sha1 esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_deregister_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_disable_rom_logging esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_register_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_register_phy_hook esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_try_to_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deep_sleep_wakeup_io_reset esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_default_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_deregister_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_deregister_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_deregister_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_derive_local_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_dport_access_read_buffer esp-idf/soc/libsoc.a(dport_access_common.c.obj) + esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +esp_dport_access_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/hal/libhal.a(aes_hal.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/hal/libhal.a(cache_hal_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_dport_access_sequence_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) + esp-idf/soc/libsoc.a(dport_access_common.c.obj) + esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) +esp_eap_client_clear_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_certificate_and_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_clear_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_get_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_certificate_and_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_fast_params esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_password esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_suiteb_192bit_certification esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_ttls_phase2_method esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_set_username esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_eap_client_use_default_cert_bundle esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_efuse_disable_basic_rom_console esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_mac_get_custom esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_efuse_mac_get_default esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_apply_34_encoding esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_pending esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_single_block esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_err_to_name esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_err_to_name_r esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +esp_event_dump esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_instance_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_instance_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_handler_register esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_event_handler_register_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_handler_register_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_handler_unregister esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_event_handler_unregister_with esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_handler_unregister_with_internal esp-idf/esp_event/libesp_event.a(esp_event.c.obj) +esp_event_isr_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_isr_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_create esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_loop_create_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_event_loop_delete esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_loop_delete_default esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) +esp_event_loop_run esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_event_post esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_event_post_to esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_fill_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_flash_app_disable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_disable_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_enable_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_app_init esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_flash_chip_driver_initialized esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_chip_gd esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_generic esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_issi esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_mxic esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_chip_winbond esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) +esp_flash_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_flash_deinit_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_encryption_cfg_verify_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_enabled esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_encryption_init_checks esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_set_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_erase_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_erase_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_get_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_physical_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protectable_regions esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_get_size esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_init_default_chip esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_flash_init_main esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_init_main_bus_lock esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_flash_init_os_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_noos_functions esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +esp_flash_read esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_read_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_read_unique_chip_id esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_registered_chips esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_drivers.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_chip_write_protect esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_io_mode esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_set_protected_region esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_suspend_cmd_init esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +esp_flash_write esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_encrypted esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_get_free_internal_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_get_idf_version esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_get_minimum_free_heap_size esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_gpio_is_pin_reserved esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +esp_gpio_reserve_pins esp-idf/esp_hw_support/libesp_hw_support.a(esp_gpio_reserve.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +esp_http_server_dispatch_event esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +esp_iface_mac_addr_set esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_init_app_elf_sha256 esp-idf/esp_app_format/libesp_app_format.a(esp_app_desc.c.obj) +esp_int_wdt_cpu_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_int_wdt_init esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_internal_aes_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_internal_aes_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +esp_intr_alloc esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +esp_intr_alloc_intrstatus esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +esp_intr_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_intr_disable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_intr_enable_source esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) +esp_intr_free esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_intr_get_cpu esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) +esp_intr_get_intno esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_mark_shared esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_noniram_disable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_noniram_enable esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_intr_reserve esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_intr_set_in_iram esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_ip4addr_aton esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_ip4addr_ntoa esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_ipc_call esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) +esp_ipc_call_blocking esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +esp_ipc_call_nonblocking esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +esp_ipc_func esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) +esp_ipc_func_arg esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_asm_call esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +esp_ipc_isr_asm_call_blocking esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +esp_ipc_isr_end_fl esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_handler esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +esp_ipc_isr_init esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) +esp_ipc_isr_release_other_cpu esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_ipc_isr_stall_abort esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_ipc_isr_stall_other_cpu esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/esp_mm/libesp_mm.a(cache_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_ipc_isr_stall_pause esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +esp_ipc_isr_stall_resume esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +esp_ipc_isr_start_fl esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr_handler.S.obj) +esp_ipc_isr_waiting_for_finish_cmd esp-idf/esp_system/libesp_system.a(esp_ipc_isr_routines.S.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +esp_light_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_log_default_level esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/log/liblog.a(log.c.obj) +esp_log_level_get esp-idf/log/liblog.a(log.c.obj) +esp_log_level_set esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_log_set_vprintf esp-idf/log/liblog.a(log.c.obj) +esp_log_system_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/newlib/libnewlib.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_write esp-idf/log/liblog.a(log.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(pthread.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_log_writev esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_mac_addr_len_get esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_mbedtls_cleanup esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +esp_mbedtls_conn_delete esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_free_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_get_bytes_avail esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_get_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_get_ssl_context esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_handshake esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_init_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_mem_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_mem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +esp_mbedtls_read esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_set_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_mbedtls_verify_certificate esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +esp_mbedtls_write esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_md5_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) +esp_md5_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_md5_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +esp_mesh_add_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_allow_root_conflicts C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ap_enqueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_clear_invalid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) +esp_mesh_ap_list_find C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_find_invalid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ap_list_update_invalid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_appie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_available_txupQ_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_best_effort_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_channel_enable_jp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_check_multi_redundant_ack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_check_nonassociated_children C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_check_vnd_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_clear_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_clear_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_combine_multi_redundant_ack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_compute_my_votes C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_compute_votes C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_conn_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_conn_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_copy_mgmt_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_create_context C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_create_mbox C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_decrypt_vnd_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_group_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_group_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_delete_sub_children C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_delivery_toDS C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_delivery_toSelf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_disable_ps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_discard_context C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_enable_ps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_encrypt_vnd_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_find_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_fix_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_flush_scan_result C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_mesh_flush_tcpip_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_flush_upstream_packets C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_force_txupQ_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_forward_check_active C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_forward_packet C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_free_context C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_free_mbox C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_active_duty_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_announce_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ap_assoc_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_ap_authmode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ap_connections C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_attempts C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_capacity_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_child_idx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_child_idx_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_get_child_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_conflict_root_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_group_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_group_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_ie_crypto_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_max_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_network_duty_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_non_mesh_connections C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_optlen C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_parent_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_get_parent_monitor_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_get_passive_scan_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_root_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_root_healing_delay C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_router_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_routing_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_routing_table_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_rssi_threshold_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_running_active_duty_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +esp_mesh_get_rx_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_self_organized C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_get_storage C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_sub_capacity C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_get_subnet_nodes_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_subnet_nodes_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_switch_parent_paras C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_topology C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_total_children_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_get_total_node_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_tsf_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +esp_mesh_get_tx_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_get_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_vnd_ext_assoc_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_roots_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vnd_ssid_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_get_vote_percentage C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_get_xon_qsize C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ie_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ie_monitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_capacity C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_ie_update_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_insert_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_insert_group_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_io_sem_signal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_io_sem_wait C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_is_device_active C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_my_group C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_is_my_ie_encrypted C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_is_nwk_inited C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_nwk_running C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_ps_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_root_conflicts_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_root_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_is_roots_found C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_rt_change_debug C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_is_same_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_mesh_is_scan_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_start_pm_now C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_is_switch_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_look_for_network C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_lookup_route C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_lookup_sub_route C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_map_change_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_deauth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_mesh_map_probe_response C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_reject_connection C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_map_stop_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_match_self C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_mcast_cover_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_monitor_nonassociated_children C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_monitor_parent_candidate_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_monitor_parent_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_monitor_vote_candidate_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_nvs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nvs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nvs_operate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) +esp_mesh_nvs_set_assoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_nvs_set_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_nwk_redundant_route C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_nwk_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_nwk_task_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_operation_rxseqno C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_pack_multi_routing_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_pack_rmv_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parent_reselect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parent_select C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_parse_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_conflict_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_ext_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_parse_ps_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_go_to_wake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_rx_beacon_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tbtt_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_data_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_pm_tx_null_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_post_toDS_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_print_route_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_print_rxQ_waiting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_print_scan_result C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_print_txQ_waiting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_process_bcast C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_mcast C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_options C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_process_ps_awake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_process_ps_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_process_redundant_subchildren C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_process_txupQ_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_process_ucast C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_ps_control_check_awake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_ps_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_duty_cycle_get_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_cycle_set_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_ext_get_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_ps_duty_signaling C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_ps_get_duties C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_ps_get_ext_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_push_to_ack_state_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_myself_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_push_to_nwk_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_push_to_ps_tx_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_push_to_rx_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_push_to_tcpip_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_push_to_tx_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_push_to_wnd_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_push_to_xmit_state_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_quick_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_quick_funcs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_quick_funcs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_recv C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_recv_release C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_recv_toDS C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_recv_xon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mesh_refresh_routing_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_children C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_remove_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_remove_nonassociated_children C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_revote_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_root_process_duty_duration_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_route_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_route_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_rt_change_debug C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_rx_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_rx_task_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_scan_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_get_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_done_vote C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_scan_get_ap_ie_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_scan_get_ap_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_send C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_add_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_block_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_block_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_block_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_block_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_send_block_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_event_internal esp-idf/esp_wifi/libesp_wifi.a(mesh_event.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_mgmt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_rmv_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_root_switch C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +esp_mesh_send_rtable_ack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_send_rtable_request C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_send_sem_signal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_send_sem_wait C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_send_stop_vote C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_send_xon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_set_6m_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esp_mesh_set_active_duty_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_announce_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_assoc_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_set_ap_authmode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_connections C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ap_password C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_attempts C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_capacity_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_group_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_ie_crypto_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_funcs_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_ie_crypto_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_max_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_network_duty_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_network_duty_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_mesh_set_non_mesh_connections C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_candidate_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_parent_monitor_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_passive_scan_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_root_healing_delay C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_router_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_set_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_rssi_threshold_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_set_self_organized C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_switch_parent_paras C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_topology C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_vote_percentage C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_set_xon_qsize C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_sta_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_sta_disassoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_sta_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_sta_monitor_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_stop_parent_reconnection C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_switch_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_switch_channel_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +esp_mesh_sync_interface_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +esp_mesh_tx_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_tx_task_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_tx_tid_flush C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_mesh_txupQ_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_txupQ_pending_clear_xonseq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_mesh_txupQ_pending_delete_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_cidx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_get_xonseq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_txupQ_pending_insert_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_mesh_update_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_mesh_waive_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_mesh_wifi_recv_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_mmu_map esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_dump_mapped_blocks_private esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_map_get_max_consecutive_free_block_size esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_map_init esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_mmu_map_reserve_block_with_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +esp_mmu_paddr_find_caps esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_paddr_to_vaddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_unmap esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mmu_vaddr_to_paddr esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +esp_mont_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_disable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_enable_hardware_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_hardware_words esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_interrupt_clear esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +esp_mpi_interrupt_enable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +esp_mpi_mul_mpi_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mul_mpi_mod_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_mult_mpi_failover_mod_mult_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mpi_read_result_hw_op esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) +esp_mqtt_client_destroy esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_disconnect esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_enqueue esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_get_outbox_size esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_init esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_mqtt_client_publish esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_mqtt_client_reconnect esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_register_event esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_mqtt_client_set_uri esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_start esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_mqtt_client_stop esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_subscribe_multiple esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_subscribe_single esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_mqtt_client_unregister_event esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_client_unsubscribe esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_destroy_config esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_dispatch_custom_event esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_set_config esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mqtt_set_if_config esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_mspi_get_io esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_mspi_pin_init esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_nan_internal_datapath_end C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_nan_internal_datapath_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_nan_internal_datapath_resp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_nan_internal_publish_service C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_nan_internal_send_followup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_nan_internal_subscribe_service C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_netif_action_add_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_action_connected esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_disconnected esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_got_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_join_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_action_leave_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_action_remove_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_action_start esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_action_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_add_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_add_to_list_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_attach esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_attach_wifi_ap esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_attach_wifi_station esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_create_default_wifi_ap esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_netif_create_default_wifi_mesh_netifs esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_create_default_wifi_sta esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_netif_create_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_create_wifi esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_deinit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_destroy esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_destroy_default_wifi esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_dhcpc_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_dhcpc_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_option_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcpc_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_dhcpc_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_dhcps_get_clients_by_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_get_status esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_option esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_option_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_dhcps_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_down esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_find_if esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_free_rx_buffer esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +esp_netif_get_all_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_all_preferred_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_desc esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_event_id esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_flags esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_handle_from_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_netif_get_handle_from_ifkey_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_handle_from_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) +esp_netif_get_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +esp_netif_get_ifkey esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_get_io_driver esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_get_ip6_global esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ip6_linklocal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_index esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_name esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_netif_impl_name_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_nr_of_ifs esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_get_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_get_route_prio esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_init esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_netif_ip6_get_addr_type esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_listed esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_is_valid_static_ip esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_join_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_leave_ip6_multicast_group esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_napt_disable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_napt_enable esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_netstack_buf_free esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_netstack_buf_ref esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_new esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_next esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +esp_netif_next_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_ppp_set_auth esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_ppp_set_auth_internal esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_receive esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_remove_from_list_unsafe esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_remove_ip6_address esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_set_default_netif esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_dns_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_driver_config esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_set_hostname esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_netif_set_ip4_addr esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_link_speed esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_mac esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_netif_set_mac_api esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_set_old_ip_info esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_start esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_stop esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_netif_str_to_ip4 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_str_to_ip6 esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_tcpip_exec esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +esp_netif_transmit esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) +esp_netif_transmit_wrap esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +esp_netif_up esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) +esp_newlib_init esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_newlib_locks_init esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_newlib_time_init esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_ota_abort esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_begin esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_check_rollback_is_possible esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_end esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_erase_last_boot_app_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_app_partition_count esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_last_invalid_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_next_update_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_partition_description esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_get_running_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_ota_get_state_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_invalid_rollback_and_reboot esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_mark_app_valid_cancel_rollback esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_set_boot_partition esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_ota_write_with_offset esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_panic_handler esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_panic_handler_reconfigure_wdts esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_partition_check_identity esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_deregister_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_erase_range esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) +esp_partition_find esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_find_first esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_partition_get esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_get_sha256 esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) +esp_partition_iterator_release esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_main_flash_region_safe esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +esp_partition_mmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_munmap esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_next esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_read esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) +esp_partition_read_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +esp_partition_register_external esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_partition_unload_all esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_partition_verify esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +esp_partition_write esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) +esp_partition_write_raw esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +esp_pbuf_allocate esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +esp_perip_clk_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_phy_apply_phy_init_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_phy_common_clock_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_common_clock_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_disable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_enable esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_phy_erase_cal_data_in_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_get_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_and_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_load_cal_data_from_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_modem_deinit esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_phy_modem_init esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_phy_release_init_data esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_rf_get_on_ts esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_store_cal_data_to_nvs esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_phy_update_country_info esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +esp_pm_dump_locks esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_lock_acquire esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +esp_pm_lock_create esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) +esp_pm_lock_delete esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +esp_pm_lock_release esp-idf/esp_pm/libesp_pm.a(pm_locks.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +esp_pm_register_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_register_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_inform_out_light_sleep_overhead_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pm_unregister_light_sleep_default_params_config_callback esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +esp_pthread_get_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_get_default_config esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_pthread_init esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_pthread_set_cfg esp-idf/pthread/libpthread.a(pthread.c.obj) +esp_ptr_byte_accessible esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +esp_ptr_dma_ext_capable esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_ptr_external_ram esp-idf/esp_hw_support/libesp_hw_support.a(esp_memory_utils.c.obj) +esp_random esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) +esp_read_mac esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +esp_reent_cleanup esp-idf/newlib/libnewlib.a(reent_init.c.obj) +esp_reent_init esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_register_freertos_idle_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_register_freertos_idle_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_register_freertos_tick_hook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) +esp_register_freertos_tick_hook_for_cpu esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +esp_register_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_reset_reason_get_hint esp-idf/esp_system/libesp_system.a(panic.c.obj) +esp_reset_reason_set_hint esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +esp_restart esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_restart_noos esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +esp_restart_noos_dig esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +esp_rom_delay_us esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_efuse_mac_address_crc8 esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) +esp_rom_get_reset_reason esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_gpio_connect_in_signal esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +esp_rom_gpio_connect_out_signal esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_select_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_install_channel_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_install_uart_printf esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) +esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_regi2c_read esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_read_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_regi2c_write_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +esp_rom_route_intr_matrix esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/esp_system/libesp_system.a(cache_err_int.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_software_reset_cpu esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_rom_software_reset_system esp-idf/esp_system/libesp_system.a(brownout.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +esp_rom_spiflash_clear_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_spiflash_config_readmode esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_area esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_block esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_sector esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_lock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_prepare_encrypted_data esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read_statushigh esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read_user_cmd esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_set_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_unlock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_encrypted_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_encrypted_enable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_uart_rx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_set_as_console esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_uart_set_clock_baudrate esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rom_uart_tx_one_char esp-idf/newlib/libnewlib.a(syscalls.c.obj) +esp_rom_uart_tx_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rrm_send_neighbor_rep_request esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_rtc_get_time_us esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_rtc_init esp-idf/esp_system/libesp_system.a(clk.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +esp_send_assoc_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_send_sae_auth_reply esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +esp_set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_set_deep_sleep_wake_stub esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_set_scan_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_set_time_from_rtc esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_setup_newlib_syscalls esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +esp_sha_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_lock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sha_lock_memory_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sha_read_digest_state esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_try_lock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_unlock_engine esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) +esp_sha_unlock_memory_block esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +esp_sleep_config_gpio_isolate esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_disable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_ext1_wakeup_io esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wakeup_source esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_disable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_adc_tsens_monitor esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_bt_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext0_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ext1_wakeup_io esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_gpio_switch esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +esp_sleep_enable_gpio_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_timer_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_touchpad_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_uart_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_ulp_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_beacon_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_enable_wifi_wakeup esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_execute_event_callbacks esp-idf/esp_hw_support/libesp_hw_support.a(sleep_event.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_ext1_wakeup_status esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_touchpad_wakeup_status esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_get_wakeup_cause esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_is_valid_wakeup_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_isolate_digital_gpio esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_pd_config esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sleep_periph_use_8m esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_sntp_enabled esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_getoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_getreachability esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_getserver esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_getservername esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_init esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_sntp_setoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_sntp_setserver esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_sntp_setservername esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_sntp_stop esp-idf/lwip/liblwip.a(sntp.c.obj) +esp_spiffs_check esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_spiffs_format esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_spiffs_gc esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_spiffs_info esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_spiffs_mounted esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_startup_start_app esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_startup_start_app_other_cores esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_supplicant_common_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_common_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_supplicant_disable_pmk_caching esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_supplicant_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_supplicant_str_to_mac esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_supplicant_unset_all_appie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_sync_timekeeping_timers esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) +esp_system_abort esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +esp_system_get_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +esp_system_get_time_resolution esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_system_reset_modules_on_exit esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +esp_task_wdt_add esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_add_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_deinit esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_delete_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timeout_triggered esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_allocate esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_feed esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_free esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_restart esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_impl_timer_stop esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_init esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +esp_task_wdt_isr_user_handler esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_print_triggered_tasks esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reconfigure esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_reset esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_task_wdt_reset_user esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_restart esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_status esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_task_wdt_stop esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +esp_time_impl_get_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_get_time_since_boot esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_init esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_time_impl_set_boot_time esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) +esp_timer_create esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_timer_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_delete esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_dump esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_timer_get_expiry_time esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_next_alarm_for_wake_up esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_period esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_deinit esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_early_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_alarm_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_get_counter_reg esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_get_min_period_us esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_get_time esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_init_system_time esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_impl_set_alarm esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_set_alarm_id esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_impl_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) +esp_timer_impl_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_init esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_is_active esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_private_advance esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_private_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_set esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_unlock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_timer_private_update_apb_freq esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +esp_timer_restart esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +esp_timer_start_once esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +esp_timer_start_periodic esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_timer_stop esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_tls_conn_destroy esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_http_new esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_http_new_async esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_http_new_sync esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_conn_new_async esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_new_sync esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_read esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_conn_write esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_free_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_get_and_clear_error_type esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_tls_get_and_clear_last_error esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_tls_get_bytes_avail esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_get_conn_sockfd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_get_conn_state esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_get_error_handle esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_get_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_get_platform_time esp-idf/esp-tls/libesp-tls.a(esp_tls_platform_port.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_get_ssl_context esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_init esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_init_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_capture esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_create esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_internal_event_tracker_destroy esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_plain_tcp_connect esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_tls_set_conn_sockfd esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_set_conn_state esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_tls_set_global_ca_store esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +esp_transport_capture_errno esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_close esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_connect esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_connect_async esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_destroy esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_destroy_foundation_transport esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_esp_tls_destroy esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_get_context_data esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_get_default_port esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_errno esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_error_handle esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_get_payload_transport_handle esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_get_socket esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_init esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_init_foundation_transport esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_list_add esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_clean esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_list_destroy esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_get_transport esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_list_init esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_poll_read esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_poll_write esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_read esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_set_async_connect_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_context_data esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_set_default_port esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_set_errors esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_set_parent_transport_func esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ssl_crt_bundle_attach esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_enable_global_ca_store esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_init esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_alpn_protocol esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_cert_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_cert_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_cert_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_cert_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_data esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_data_der esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_client_key_password esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_common_name esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_interface_name esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ssl_set_keep_alive esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_ssl_set_tls_version esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_ssl_skip_common_name_check esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_tcp_init esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_tcp_set_interface_name esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_tcp_set_keep_alive esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_translate_error esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +esp_transport_utils_ms_to_timeval esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) +esp_transport_write esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_get_fin_flag esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_get_read_opcode esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_get_read_payload_len esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_get_upgrade_request_status esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_init esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_poll_connection_closed esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_send_raw esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_auth esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_config esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_headers esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_transport_ws_set_path esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_set_subprotocol esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +esp_transport_ws_set_user_agent esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +esp_tx_state_out C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +esp_unregister_shutdown_handler esp-idf/esp_system/libesp_system.a(esp_system.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_vApplicationIdleHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +esp_vApplicationTickHook esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +esp_vfs_access esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_close esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_closedir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_console_register esp-idf/vfs/libvfs.a(vfs_console.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +esp_vfs_dev_console_register esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_dev_uart_port_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_port_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_register esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_set_rx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_set_tx_line_endings esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_driver esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_dev_uart_use_nonblocking esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_fcntl_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fstat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_link esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lseek esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_lwip_sockets_register esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) +esp_vfs_mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_open esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_opendir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pread esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_read esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_register_common esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_register_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_fd_range esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +esp_vfs_register_fd_with_local_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_register_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rename esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_select_triggered esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_select_triggered_isr esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +esp_vfs_spiffs_register esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/main/libmain.a(main.c.obj) +esp_vfs_spiffs_unregister esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_vfs_stat esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_uart_get_vfs esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +esp_vfs_unlink esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +esp_vfs_unregister_fd esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_unregister_with_id esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_utime esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_vfs_write esp-idf/vfs/libvfs.a(vfs.c.obj) +esp_wake_deep_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +esp_wifi_80211_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_action_tx_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_ap_deauth_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_ap_get_max_sta_conn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_ap_ssid_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_authmode_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pairwise_cipher_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_password_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_ap_get_prof_pmk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +esp_wifi_ap_get_sta_aid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_ap_get_sta_aid_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ap_get_sta_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_ap_is_sta_sae_reauth_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_ap_notify_node_sae_auth_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_auth_done_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_beacon_monitor_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_sample_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_beacon_offset_set_rx_beacon_standard C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_bt_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_bt_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +esp_wifi_build_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_clear_ap_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_clear_default_wifi_driver_and_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_clear_fast_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_coex_pwr_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_11b_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_80211_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_80211_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_config_espnow_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_connectionless_module_set_wake_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_create_if_driver esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_deauth_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +esp_wifi_deauthenticate_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_deinit esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_deinit_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_del_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_destroy_if_driver esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_disable_pmf_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_disarm_sta_connection_timer_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_eb_tx_status_success_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_enable_sae_pk_only_mode_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_enable_sta_privacy_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_force_wakeup_acquire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_force_wakeup_release C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_end_session C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_end_session_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_get_report C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_get_report_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_initiate_session C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ftm_resp_set_offset_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ant_gpio C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_appie_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_assoc_bssid_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_auto_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_bandwidth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_wifi_get_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + esp-idf/main/libmain.a(main.c.obj) +esp_wifi_get_config_channel_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_config_sae_pwe_h2e_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_get_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_country_code C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_event_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +esp_wifi_get_hostap_private_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_if_mac esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_get_inactive_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_inactive_time_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_get_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_get_macaddr_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_max_tx_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_get_negotiated_bw_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_negotiated_channel_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_pmf_config_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_get_promiscuous C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_promiscuous_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_protocol C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_ps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_get_spp_attrubute_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +esp_wifi_get_sta_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_get_tsf_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_get_user_init_flag_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_get_wps_status_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_get_wps_type_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_improve_contention_ability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_init_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_configure_wake_window C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_crypto_funcs_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_esp_wifi_he_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_esp_wifi_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_free_rx_buffer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) +esp_wifi_internal_get_config_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_log C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_mib C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_get_negotiated_bandwidth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_negotiated_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_get_rts C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_ioctl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_issue_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_internal_on_coex_schm_phase C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esp_wifi_internal_on_coex_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +esp_wifi_internal_osi_funcs_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_netstack_buf_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_internal_reg_netstack_buf_cb_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_reg_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_baw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_internal_set_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_log_level C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_set_log_mod C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_msdu_lifetime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_retry_counter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +esp_wifi_internal_set_rts C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_internal_set_spp_amsdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_set_sta_ip C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_internal_supplicant_header_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_internal_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) +esp_wifi_internal_tx_by_ref C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_tx_is_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +esp_wifi_internal_update_light_sleep_default_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_update_mac_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_internal_wifi_he_type_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_internal_wifi_type_md5_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_ipc_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +esp_wifi_is_btm_enabled_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_ft_enabled_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_if_ready_when_started esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_is_mbo_enabled_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_is_rm_enabled_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_mesh_reg_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +esp_wifi_mesh_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +esp_wifi_power_domain_off esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_power_domain_on esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_promiscuous_scan_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_register_eapol_txdonecb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_if_rxcb esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_register_mgmt_frame_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_register_owe_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_tx_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_register_wpa2_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_register_wpa3_ap_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa3_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_register_wpa_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_remain_on_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_restart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_ap_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_get_ap_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_ap_records C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_scan_get_cur_ap_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_wifi_scan_get_cur_ap_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_wifi_scan_sort_ap_records C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_sort_get_cur_ap_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_scan_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_send_deauth_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_send_mgmt_frm_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_set_11b_tx_plcp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +esp_wifi_set_ant C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ant_gpio C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ap_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_set_appie_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_auto_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_bandwidth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +esp_wifi_set_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_set_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +esp_wifi_set_country_code C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_csi_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_default_wifi_ap_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_set_default_wifi_nan_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_set_default_wifi_sta_handlers esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_set_dynamic_cs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_event_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_home_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_igtk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_set_inactive_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_inactive_time_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_keep_alive_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_max_tx_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_set_non_mesh_connections C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_set_promiscuous C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_promiscuous_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_protocol C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_ps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_set_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_set_sleep_min_active_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_sleep_wait_broadcast_data_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +esp_wifi_set_sta_key_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_set_sta_rx_probe_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_storage C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_tx_done_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_vendor_ie_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_set_wpa2_ent_state_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_set_wps_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_start_flag_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_status_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_set_wps_type_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_skip_supp_pmkcaching C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_connect_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_disable_owe_trans_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_sta_disable_sae_pk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_disable_wpa2_authmode_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +esp_wifi_sta_enterprise_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_enterprise_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_get_aid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_aid_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_ap_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_ap_info_prof_pmk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_config_sae_pk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_get_group_cipher_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_mgmt_group_cipher C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_negotiated_phymode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_negotiated_phymode_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_pairwise_cipher_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_authmode_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_password_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_prof_pmk_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_get_prof_ssid_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_get_reset_param_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_get_rsnxe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_get_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_sta_get_sae_identifier_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_sta_is_ap_notify_completed_rsne_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_is_running_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +esp_wifi_sta_pmf_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_prof_is_rsn_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wapi_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_prof_is_wpa2_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_prof_is_wpa_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_sta_set_reset_param_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_update_ap_info_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +esp_wifi_sta_wpa2_ent_disable_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_sta_wpa2_ent_enable_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +esp_wifi_statis_dump C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) +esp_wifi_tbtt_quick_wake_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_unregister_wpa2_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +esp_wifi_unregister_wpa3_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +esp_wifi_unregister_wpa_cb_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +esp_wifi_unset_appie_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wifi_update_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_vnd_lora_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_lora_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +esp_wifi_vnd_mesh_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_mesh_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +esp_wifi_vnd_roots_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +esp_wifi_vnd_roots_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +esp_wifi_wpa_ptk_init_done_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +esp_wifi_wps_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_wps_enable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wifi_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +esp_wnm_send_bss_transition_mgmt_query esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +esp_wpa3_free_sae_data esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +etharp_cleanup_netif esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +etharp_find_addr esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_get_entry esp-idf/lwip/liblwip.a(etharp.c.obj) +etharp_input esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) +etharp_output esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +etharp_query esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +etharp_request esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +etharp_tmr esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +ethbroadcast esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethernet_input esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ethernet_output esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ethernetif_init esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +ethernetif_input esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +ethip6_output esp-idf/lwip/liblwip.a(ethip6.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +ethzero esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) +ets_delay_us C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ets_get_detected_xtal_freq esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +ets_install_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_isr_mask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_isr_unmask esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +ets_set_appcpu_boot_addr esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +ets_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +ets_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_deinit esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_timer_init esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +ets_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +ets_update_cpu_frequency_rom esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +fastpbkdf2_hmac_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +fclose c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +fcntl esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +fe_reg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ferror c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +fflush c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-refill.o) +fgets c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +floor c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libm.a(lib_a-s_floor.o) + esp-idf/hal/libhal.a(spi_flash_hal.c.obj) +fopen c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +force_bt_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +force_bttx_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +force_hw_set_freq_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +force_tx_gain_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +force_txrx_off C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +force_txrxoff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +force_wifi_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +force_wifi_mode_on C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +forced_memzero esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) +forward_abort_uw_ctx esp-idf/cxx/libcxx.a(cxx_exception_stubs.cpp.obj) +fprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fprintf.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +fputc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +fputs c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +fread c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +free esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_internal.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_error_capture.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_netif.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +free_bss_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +freq_i2c_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +freq_offset_get_pwr_1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +freq_write_wifi_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +frexp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_frexp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) +fseek c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseek.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +fseeko c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) +fsync esp-idf/vfs/libvfs.a(vfs.c.obj) +ftell c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftell.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +ftello c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) +ftruncate esp-idf/vfs/libvfs.a(vfs.c.obj) +fwrite c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +gChmCxt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +gNanSm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +gScanStruct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +gWpaSm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +gWpsSm esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +g_allowed_groups esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +g_beacon_eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +g_beacon_idx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) +g_chm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_cnxMgr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_cnx_probe_rc_list_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +g_coex_adapter_funcs esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) +g_deauth_mac_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_def_2g_channels C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +g_dynamic_cs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +g_eb_list_desc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +g_esp_wifi_he_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_esp_wifi_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_exc_frames esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_flash_guard_default_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +g_flash_guard_no_os_ops esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +g_hmac_cnt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_ic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_intr_lock_mux C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_is_mesh_started C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_is_root_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_is_standalone_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_is_wifi_connected C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_is_wifi_connecting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_is_wifi_disconnecting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_lmac_cnt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) +g_log_level C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_log_mod C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mac_deinit_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +g_mac_deinit_rxing C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +g_mac_deinit_txing C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +g_mac_sleep_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_mesh_ann_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_cfg_attemps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_cfg_switch_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_mesh_cfg_vote_percent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_chain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_conn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_mesh_current_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_dfs_compensation_ms C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +g_mesh_ext_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_mesh_ext_vote_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_mesh_init_ps_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mesh_is_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_is_started C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mesh_manual_nwk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +g_mesh_max_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +g_mesh_monitor_parent_beacon_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_nvs_settings C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_packet_lifetime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +g_mesh_passive_scan_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_rmv_opt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +g_mesh_root_conflicts_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_root_healing_delay C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_rt_capacity C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +g_mesh_self_map_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_self_organized C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +g_mesh_self_sta_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +g_mesh_stop_event_group C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +g_mesh_stop_reconnection C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +g_mesh_topology C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_mesh_xon_cfg_qsize C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +g_misc_nvs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_mmu_mem_regions esp-idf/esp_mm/libesp_mm.a(ext_mem_layout.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +g_osi_funcs_p C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +g_panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +g_panic_abort_details esp-idf/esp_system/libesp_system.a(panic.c.obj) +g_phyFuns C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +g_phy_cap_rx_stbc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +g_pm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +g_pm_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +g_pm_cnt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +g_pp_timer_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +g_pp_tx_pkt_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +g_rom_flashchip esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +g_rom_spiflash_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +g_rom_spiflash_dummy_len_plus esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +g_sa_query_mac_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +g_spi_lock_main_flash_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +g_sta_connected_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +g_startup_fn esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_startup_time esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_timer/libesp_timer.a(system_time.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +g_ticks_per_us_app esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +g_ticks_per_us_pro esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +g_timer_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +g_twdt_isr esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +g_wdev_csi_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wdev_csi_rx_ctx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wdev_last_desc_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_wdev_nan_is_in_dw_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wifi_coex_basic_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_crypto_funcs_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_default_mesh_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +g_wifi_default_wpa_crypto_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +g_wifi_event_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +g_wifi_global_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_he_type_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_improve_contention_ability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_mac_time_delta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +g_wifi_menuconfig C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +g_wifi_nvs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_osi_funcs esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +g_wifi_osi_funcs_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wifi_supplicant_funcs_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +g_wifi_type_md5 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +g_wpa3_hostap_auth_api_lock esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +g_wpa_anonymous_identity esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_anonymous_identity_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_ca_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_ca_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_client_cert esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_client_cert_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_default_cert_bundle esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_new_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_new_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pac_file esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pac_file_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_password esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_password_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_phase1_options esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_pmk_caching_disabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +g_wpa_private_key esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_passwd esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_private_key_passwd_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_suiteb_certification esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) +g_wpa_supp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +g_wpa_ttls_phase2_type esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_username esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +g_wpa_username_len esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +generate_authenticator_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_authenticator_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +generate_nt_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +generate_nt_response_pwhash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) +get_asymetric_start_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_bbgain_db C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_chan_pwr_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_i2c_read_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +get_i2c_write_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +get_iav_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +get_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_iq_est_snr_1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_iq_value C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_lna_vga_dcap_val C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +get_master_key esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +get_operating_class esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_param esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +get_phy_target_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_phy_version_str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +get_rate_fcc_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_rate_pwctrl_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_rate_target_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_rf_freq_cap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +get_rf_freq_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +get_rfrx_dcap_bt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_segundos esp-idf/main/libmain.a(main.c.obj) +get_spur4m_pwr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +get_target_power_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_temp_buffer_not_supported esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_noos.c.obj) +get_temp_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +get_total_scan_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +get_vdd33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +get_vendor_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +get_vfs_for_index esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +get_vfs_for_path esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/vfs/libvfs.a(vfs_console.c.obj) +get_wifi_internal_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +get_wpa_sm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +getle32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +getrandom esp-idf/newlib/libnewlib.a(random.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +gettimeofday c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysgettod.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +global_hapd esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +gmtime c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +gmtime_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) +gpio_config esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +gpio_deep_sleep_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_deep_sleep_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_dump_io_configuration esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_get_level esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_intr_disable esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hal_intr_enable_on_core esp-idf/hal/libhal.a(gpio_hal.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_hold_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_install_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_intr_disable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_intr_enable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_iomux_in esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_iomux_out esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_isr_handler_add esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_isr_handler_remove esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_isr_register esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pulldown_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_dis esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_pullup_en esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_reset_pin esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +gpio_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_set_drive_capability esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_intr_type esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_level esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +gpio_sleep_sel_dis esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_sel_en esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_direction esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_sleep_set_pull_mode esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +gpio_uninstall_isr_service esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_disable esp-idf/driver/libdriver.a(gpio.c.obj) +gpio_wakeup_enable esp-idf/driver/libdriver.a(gpio.c.obj) +h_errno esp-idf/lwip/liblwip.a(netdb.c.obj) +hal_agreement_add_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_agreement_clr_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_agreement_del_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_attenna_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_ba_session_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_ba_session_restore_by_hw_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +hal_ba_session_store C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_clr_key_entry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_crypto_get_key_entry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_crypto_get_using_key_idx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) +hal_crypto_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_crypto_is_key_valid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_crypto_mgmt_rx_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_crypto_set_key_entry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_disable_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_disable_nan_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +hal_disable_softap_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hal_disable_sta_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_enable_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_enable_nan_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +hal_enable_sta_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +hal_get_tsf_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hal_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_clr_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_clr_txq_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_disable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_enable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_get_txq_pmd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_get_txq_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_interrupt_clr_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_interrupt_clr_watchdog C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_interrupt_get_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_is_low_rate_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +hal_mac_is_txq_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_is_txq_valid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_rate_autoack_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_get_end_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_get_end_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_get_last_dscr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_is_dscr_reload C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_read_rxdscrlast C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +hal_mac_rx_read_rxdscrnext C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_base C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_dscr_reload C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_rx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_mac_rx_set_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_csi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_rxq_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_mac_set_txq_invalid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tsf_get_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +hal_mac_tsf_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +hal_mac_tsf_set_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +hal_mac_tx_config_edca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_config_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_get_blockack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_is_cbw40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_set_cca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_tx_set_ppdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_txq_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_mac_txq_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +hal_now C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hal_random C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_rx_disable_bssid_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_rx_enable_bssid_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +hal_sniffer_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_rx_clr_statistics C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hal_sniffer_rx_set_promis C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_sniffer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +hall_sens_amp_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +hall_sens_amp_read_full C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +hall_sens_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +hall_sens_read_full C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +handle_auth_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +has_ctrl_char esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) +hash_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +heap_caps_add_region esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_add_region_with_caps esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_aligned_alloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_aligned_alloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_aligned_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_aligned_free esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +heap_caps_calloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_calloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_add_region_allowed esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_addr esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_check_integrity_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_dump_all esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_enable_nonos_stack_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +heap_caps_free esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_mem.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_allocated_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_get_largest_free_block esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +heap_caps_get_minimum_free_size esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +heap_caps_get_total_size esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_init esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +heap_caps_malloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_malloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_malloc_extmem_enable esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_malloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +heap_caps_match esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +heap_caps_print_heap_info esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +heap_caps_realloc_base esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_realloc_default esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/newlib/libnewlib.a(heap.c.obj) +heap_caps_realloc_prefer esp-idf/heap/libheap.a(heap_caps.c.obj) +heap_caps_register_failed_alloc_callback esp-idf/heap/libheap.a(heap_caps.c.obj) +hex2byte esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +hexstr2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +hmac_md5 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha256 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +hmac_sha256_kdf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +hmac_sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +hmac_sha384 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +hmac_sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +hostap_add_in_mac_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +hostap_auth_open C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_del_mac_info_from_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +hostap_delete_ptk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_deliver_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_eapol_resend_process esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostap_handle_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_handle_timer_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +hostap_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_input C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +hostap_new_assoc_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostap_query_mac_in_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +hostap_recv_ctl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostap_recv_mgmt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +hostapd_cleanup esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_config_clear_wpa_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_defaults esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_defaults_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_config_free_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_free_stas esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) +hostapd_get_hapd_data esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +hostapd_get_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostapd_mac_comp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_mac_comp_empty esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_maclist_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_rate_found esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_send_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +hostapd_setup_sae_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +hostapd_setup_wpa_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +hostapd_wep_key_cmp esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) +ht_action_output C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +http_body_is_final esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_errno_description esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_errno_name esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_message_needs_eof esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_method_str esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_parser_execute esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +http_parser_init esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +http_parser_parse_url esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +http_parser_pause esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +http_parser_settings_init esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +http_parser_url_init esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +http_parser_version esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +http_should_keep_alive esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +httpd_default_recv esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_default_send esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_get_client_list esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_get_global_transport_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_get_global_user_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_is_sess_available esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_query_key_value esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_queue_work esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_recv esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_recv_with_opt esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_register_err_handler esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_register_uri_handler esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_req_delete esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_req_get_cookie_val esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_req_get_hdr_value_len esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_req_get_hdr_value_str esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_req_get_url_query_len esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_req_get_url_query_str esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_req_handle_err esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) +httpd_req_new esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_req_recv esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_req_to_sockfd esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_resp_send esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_resp_send_chunk esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_resp_send_err esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_resp_set_hdr esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_resp_set_status esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_resp_set_type esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_send esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_sess_clear_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_close_all esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_close_lru esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_delete esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_delete_invalid esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_enum esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_free_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_sess_get esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_sess_get_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_get_free esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_get_transport_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_init esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_new esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_pending esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_process esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_set_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_set_descriptors esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_sess_set_pending_override esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_sess_set_recv_override esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_sess_set_send_override esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_sess_set_transport_ctx esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_trigger_close esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_trigger_close_ esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_sess_update_lru_counter esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) +httpd_socket_recv esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_socket_send esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) +httpd_start esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_stop esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_unrecv esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_unregister_all_uri_handlers esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +httpd_unregister_uri esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) +httpd_unregister_uri_handler esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) +httpd_uri esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +httpd_uri_match_wildcard esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +httpd_validate_req_ptr esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) +hwaddr_aton2 esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +i2c_bbpll_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_bbtop_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_bias_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_bt_filter_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_master_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +i2c_rfpll_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_rftx_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_write_master C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2c_xtal_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +i2cmst_reg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +ic_add_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_ampdu_op C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_bb_check_noise_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_beacon_monitor_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_beacon_offset_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_beacon_offset_set_rx_beacon_standard C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_clear_interrupt_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_connectionless_module_set_wake_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_create_wifi_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_csi_set_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_del_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_del_key_all C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_del_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_delete_wifi_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_disable_crypto C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_disable_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_disable_sniffer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_ebuf_alloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_ebuf_recycle_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_ebuf_recycle_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_enable_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_enable_sniffer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_get_80211_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_80211_tx_rate_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_get_G6M_sched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +ic_get_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_default_sched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_get_espnow_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ic_get_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_get_next_tbtt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_get_pp_hdl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_get_promis_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_promis_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_get_ptk_alg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ic_get_random C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +ic_get_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_get_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_interface_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_is_mgmt_hwdecr_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_is_pure_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_mac_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_mac_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_obtain_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ic_pp_post C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_register_config_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_csi_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_ftm_callbacks C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_register_michael_mic_failure_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_register_nan_callbacks C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +ic_register_net80211_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_register_pm_tx_null_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_pp_tx_done_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_promis_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_register_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_register_timer_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_timer_post_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_register_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_reset_rx_ba C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ic_reset_tbtt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_rx_disable_bssid_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_rx_enable_bssid_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_set_80211_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_80211_tx_rate_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_ac_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ic_set_bar_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_beacon_int C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_set_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_csi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_current_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +ic_set_espnow_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_interface C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ic_set_interrupt_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_keep_alive_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_promis_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_promis_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_set_rx_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_rx_policy_ubssid_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_sleep_min_active_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_sleep_wait_broadcast_data_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_set_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ic_set_sta_auth_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ic_set_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +ic_set_vif C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_stop_hw_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_stop_sw_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_trc_set_per_pkt_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ic_trc_update_def_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_trc_update_ifx_phy_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ic_tx_is_idle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ic_tx_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ic_txq_empty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ic_update_light_sleep_default_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ic_update_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +icmp6_dest_unreach esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp6_input esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_packet_too_big esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_param_problem esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +icmp6_time_exceeded esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp6_time_exceeded_with_addrs esp-idf/lwip/liblwip.a(icmp6.c.obj) +icmp_dest_unreach esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +icmp_input esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ieee80211_action_vendor_spec_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_add_action_vendor_spec_esp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_assoc_req_ies C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_assoc_resp_ies C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_beacon_app_ies C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_countryie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_csa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_dh_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_dsparams C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_extcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +ieee80211_add_htcap_vendor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_htinfo_body C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_add_htinfo_vendor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_esp_mesh_head C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_ie_vendor_esp_freq_annon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_head C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_add_ie_vendor_esp_manufacturer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_ie_vendor_esp_mesh_group C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_now C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_add_ie_vendor_esp_simple_pair C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_ie_vendor_esp_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) +ieee80211_add_mesh_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_duty_signaling C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ext_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ps_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_mesh_ssid_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_add_probe_req_ies C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_probe_resp_app_ies C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_rates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +ieee80211_add_tie_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_wme_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_add_xrates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_adjust_2nd_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_align_eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_action_vendor_spec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_alloc_challenge C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_alloc_deauth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_proberesp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_alloc_tx_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_ampdu_age_all C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_ampdu_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_ampdu_reorder C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ampdu_request C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_ampdu_start_age_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_ampdu_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_amsdu_adjust_head C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_adjust_last_length C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_encap_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_length_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_amsdu_negotiate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_amsdu_send_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_ap_sa_query_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_ap_try_sa_query C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_assoc_req_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_assoc_resp_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_auth_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_beacon_alloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_beacon_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_better_rsn_pairwise_cipher C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_cal_tx_pps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_ccmp_decrypt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ccmp_encrypt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_classify C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_cnx_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_copy_eb_header C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_crypto_aes_128_cmac_decrypt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_crypto_aes_128_cmac_encrypt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_crypto_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_crypto_available C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211_crypto_decap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_crypto_encap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_crypto_gmac_decrypt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_crypto_setkey C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211_deauth_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_decap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_decap1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_decap_amsdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_decrypt_espnow_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_deliver_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_disassoc_construct C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_empty_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_encap_amsdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_encap_esfbuf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_encap_null_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_espnow_get_init_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_espnow_set_init_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_ethbroadcast C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_find_elem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_find_elem_match C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_find_ext_elem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_find_ext_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_find_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_find_ie_match C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_free_beacon_eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_freedom_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_freedom_inside_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ftm_attach esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +ieee80211_get_chan_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_get_cipher_mic_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_get_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_get_mac_addr_from_frame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_ptk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_robustmgtframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_get_spp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_get_sta_gtk_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_getbcnframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_getcapinfo C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_getmgtframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_gettid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_gpsq_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_has_ht40_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_hostap_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_hostap_send_beacon_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +ieee80211_hostapd_beacon_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ieee80211_hostapd_data_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_hostapd_ps_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ht_deattach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_ht_node_cleanup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_node_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_updatehtcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_ht_updateparams C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_ifattach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_ifdetach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_init_mesh_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_ioctl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_ioctl_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_11b_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_is_40mhz_valid_bw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_is_bufferable_mmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_is_ht_cipher C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_is_lr_only C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_is_mesh_roots_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_announce_used C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_valid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_mesh_roots_yield_used C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_is_robust_mgmt_frm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_is_support_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_is_tx_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_iserp_rateset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_mesh_quick_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_mesh_quick_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_mesh_quick_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_mgmt_output C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_mlme_connect_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_mt_key_clear_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_is_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_is_mask_zero C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_mt_key_set_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_node_pwrsave C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_nvs_set_default_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +ieee80211_opcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_output C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_output_do C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_output_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_output_pending_eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_output_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_output_raw_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_parse_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_parse_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_parse_htcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +ieee80211_parse_obss_scan_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_parse_rsn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wapi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_parse_wmeparams C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_parse_wpa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_phy_2nd_chan_is_valid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_phy_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_phy_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_phy_mode_show C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_phy_type_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +ieee80211_pm_tx_null_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_post_hmac_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) +ieee80211_proto_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_psq_cleanup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_drop_one_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_find_max_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_psq_is_buff_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_send_one_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_head C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_psq_take_tail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) +ieee80211_public_action_recv_mesh_awake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_public_action_send_mesh_awake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_pwrsave C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_pwrsave_node_cleanup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_pwrsave_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_rate_ref_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_raw_frame_sanity_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_recv_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_recv_action_register C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_recv_action_unregister C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) +ieee80211_recv_action_vendor_spec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_recv_bar C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_recv_mesh_duty_signaling C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_recycle_cache_eb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_reg_encap_amsdu_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_reg_netstack_buf_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_ap_max_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_ap_min_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_chan_in_range C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_regdomain_chan_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_get_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_regdomain_is_active_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_regdomain_max_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_max_tx_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_min_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_regdomain_update C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +ieee80211_regdomain_update_in_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_regdomain_update_in_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_register_hostap_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +ieee80211_register_wapi_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_rfid_locp_recv C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_rfid_locp_recv_close C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_open C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +ieee80211_rfid_locp_recv_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_rsn_cipher_priority C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +ieee80211_scan_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_scan_deattach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_search_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_send_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_send_action_register C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_send_action_unregister C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) +ieee80211_send_action_vendor_spec C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +ieee80211_send_deauth_no_bss C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_mgmt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_nulldata C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_probereq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ieee80211_send_proberesp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_send_setup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +ieee80211_set_appie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_gtk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_hmac_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_max_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_set_phy_2nd_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_phy_bw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_set_phy_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_set_shortslottime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_set_sta_gtk_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_set_tim C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_set_tx_desc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_set_user_sup_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_basic_htrates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_setup_htrates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +ieee80211_setup_lr_rates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_phy_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_pmf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_setup_rates C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_setup_rateset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ieee80211_setup_ratetable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +ieee80211_setup_robust_mgmtframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_sta_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_is_connected C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_sta_new_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_sta_scan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_do_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_timer_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_tx_mgt_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_unregister_wapi_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ieee80211_update_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +ieee80211_update_phy_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_user_ie_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +ieee80211_vnd_ie_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_ie_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_lora_ie_size C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_vnd_mesh_fully_associated C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_vnd_mesh_quick_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_quick_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_roots_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +ieee80211_vnd_mesh_update_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +ieee80211_wapi_alloc_tx_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +ieee80211_wme_initparams C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) +ieee80211_wme_standard_ac_to_esp_ac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211_wme_updateparams C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +ieee80211w_get_active_igtk_key_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee80211w_get_igtk_from_keyidx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) +ieee802_11_ext_capab esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_ie_count esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_parse_candidate_list esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +ieee802_11_parse_elems esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +ieee802_11_vendor_ie_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +if_ctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +igmp_init esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +igmp_input esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_joingroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_joingroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_leavegroup esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +igmp_leavegroup_netif esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +igmp_lookfor_group esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +igmp_report_groups esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_start esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_stop esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +igmp_tmr esp-idf/lwip/liblwip.a(igmp.c.obj) +in_blacklist_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +in_rssi_adjust C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +inc_byte_array esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +include_esp_phy_override esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +inet_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pbuf esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) +inet_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +inet_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +init_wifi_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +int nvs::NVSHandle::get_item(char const*, long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, signed char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned long&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::get_item(char const*, unsigned short&) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, signed char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int nvs::NVSHandle::set_item(char const*, unsigned short) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +int_array_len esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +int_wdt_cpu1_ticked esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::push_back(NVSHandleEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::push_back(nvs::HashList::HashListBlock*) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::NVSPartition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::insert(intrusive_list::iterator, nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_back(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::push_front(nvs::Page*) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::BlobIndexNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::NamespaceEntry*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::clearAndFreeNodes() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::push_back(nvs::Storage::UsedPageNode*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +intrusive_list::erase(intrusive_list::iterator) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +intrusive_list::push_back(nvs::Storage*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +io_cfg2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +ioctl esp-idf/vfs/libvfs.a(vfs.c.obj) +ip4_addr_isbroadcast_u32 esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_addr_netmask_valid esp-idf/lwip/liblwip.a(ip4_addr.c.obj) +ip4_frag esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_input esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4_netif_exist esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) +ip4_output esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_output_if_opt esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) +ip4_output_if_opt_src esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_output_if_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip4_route esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_route_src esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip4_route_src_hook esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4_set_default_multicast_netif esp-idf/lwip/liblwip.a(ip4.c.obj) +ip4addr_aton esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip4addr_ntoa esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip4addr_ntoa_r esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip6_addr_any esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip6_frag esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_input esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6_options_add_hbh_ra esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) +ip6_output esp-idf/lwip/liblwip.a(ip6.c.obj) +ip6_output_if esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_output_if_src esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip6_route esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6_select_source_address esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip6addr_aton esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip6addr_ntoa esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) +ip6addr_ntoa_r esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +ip_addr_any esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +ip_addr_any_type esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +ip_addr_broadcast esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +ip_chksum_pseudo esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +ip_chksum_pseudo_partial esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +ip_data esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +ip_input esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +ipaddr_addr esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +ipaddr_aton esp-idf/lwip/liblwip.a(ip.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +ipaddr_ntoa esp-idf/lwip/liblwip.a(ip.c.obj) +ipaddr_ntoa_r esp-idf/lwip/liblwip.a(ip.c.obj) +is_esp_mesh_assoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +is_esp_mesh_duty_signaling C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_esp_mesh_ext_assoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_esp_mesh_ps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +is_fragmented_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +is_lmac_idle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +is_mesh_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +is_mesh_last_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +is_my_ie_encrypted C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +is_off_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +is_self_mac_greater C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +is_wapi_alloc_tx_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +is_wps_enabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +iswspace c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) +iswspace_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace_l.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-iswspace.o) +itoa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-itoa.o) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) +ld_include_highint_hdl esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +led_clear esp-idf/main/libmain.a(led_driver.c.obj) +led_idle_animation esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(main.c.obj) +led_init esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(main.c.obj) +led_set esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +led_show esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +led_spin_to esp-idf/main/libmain.a(led_driver.c.obj) +led_task esp-idf/main/libmain.a(main.c.obj) +len_dh_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +libcore_reversion_git C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +libmesh_reversion_git C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +libnet80211_reversion_git C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +libnet80211_reversion_remote C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +libpp_reversion_git C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacAdjustTimestamp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacConfMib C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacDisableTransmit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacDiscardAgedMSDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacDiscardFrameExchangeSequence C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacDiscardMSDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacEndFrameExchangeSequence C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacEndRetryAMPDUFail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacGetTxFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacInit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacInitAc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacIsIdle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacIsLongFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacMSDUAged C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacPostTxComplete C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessAckTimeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessAllTxTimeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessCollision C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessCollisions C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessCollisions_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessCtsTimeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessLongFrameSuccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessLongRetryFail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessRxSucData C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacProcessShortFrameSuccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessShortRetryFail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTBSuccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxComplete C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessTxError C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxRtsError C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxSuccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxTimeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacProcessTxopSuccess C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacProcessTxseckiderr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacReachLongLimit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacReachShortLimit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacRecycleMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmacRetryTxFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacRxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +lmacSetAcParam C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmacSetTxFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacStopTransmit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacTxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmacTxFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +lmac_record_txtime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +lmac_stop_hw_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +lmac_update_tx_statistic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +localeconv c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-localeconv.o) +localtime_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-lcltime_r.o) + esp-idf/log/liblog.a(log_freertos.c.obj) +lr_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +lwip_accept esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +lwip_bind esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) +lwip_close esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_connect esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_fcntl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_freeaddrinfo esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_getaddrinfo esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_gethostbyname esp-idf/lwip/liblwip.a(netdb.c.obj) +lwip_gethostbyname_r esp-idf/lwip/liblwip.a(netdb.c.obj) +lwip_getpeername esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_getsockname esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +lwip_getsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_getsockopt_impl_ext esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_hook_ip6_input esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +lwip_hook_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +lwip_htonl esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_addr.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +lwip_htons esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(inet_chksum.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_ntop esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_inet_pton esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_init esp-idf/lwip/liblwip.a(init.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +lwip_init_tcp_isn esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +lwip_ioctl esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_itoa esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +lwip_listen esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) +lwip_netconn_do_accepted esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_bind_if esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_close esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_connect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_delconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_disconnect esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_getaddr esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_gethostbyname esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_join_leave_group_netif esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_listen esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_newconn esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_recv esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_send esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_do_write esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_deallocated_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_netconn_is_err_msg esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +lwip_num_cyclic_timers esp-idf/lwip/liblwip.a(timeouts.c.obj) +lwip_poll esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_read esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_readv esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_recv esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_recvfrom esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) +lwip_recvmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_select esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_send esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_sendmsg esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_sendto esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) +lwip_setsockopt esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +lwip_setsockopt_impl_ext esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_shutdown esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +lwip_socket esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(ctrl_sock.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/main/libmain.a(dns_server.c.obj) +lwip_socket_dbg_get_socket esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_cleanup esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_socket_thread_init esp-idf/lwip/liblwip.a(sockets.c.obj) +lwip_standard_chksum esp-idf/lwip/liblwip.a(inet_chksum.c.obj) +lwip_stricmp esp-idf/lwip/liblwip.a(def.c.obj) +lwip_strnicmp esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +lwip_strnstr esp-idf/lwip/liblwip.a(def.c.obj) +lwip_write esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +lwip_writev esp-idf/lwip/liblwip.a(sockets.c.obj) +mac_enable_bb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +mac_last_rxbuf_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +mac_last_rxbuf_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +mac_list_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +mac_rxbuf_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_rxbuf_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_htsig C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp0 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp1 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_tx_set_plcp2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +mac_txrx_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +main c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +mallinfo esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gmtime.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/newlib/libnewlib.a(newlib_init.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +malloc_stats esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_trim esp-idf/newlib/libnewlib.a(heap.c.obj) +malloc_usable_size esp-idf/newlib/libnewlib.a(heap.c.obj) +mallopt esp-idf/newlib/libnewlib.a(heap.c.obj) +map_assoc_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +mbedtls_aes_cmac_prf_128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_aria_crypt_cbc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_cfb128 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_ctr esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_crypt_ecb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) +mbedtls_aria_setkey_dec esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_aria_setkey_enc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_asn1_find_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_free_named_data_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_free_named_data_list_shallow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_asn1_get_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_asn1_get_bitstring_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_get_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_asn1_get_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_get_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_get_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_asn1_sequence_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_asn1_store_named_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_traverse_sequence_of esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) +mbedtls_asn1_write_algorithm_identifier esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_algorithm_identifier_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_bool esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_enum esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_ia5_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_write_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_asn1_write_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_asn1_write_named_bitstring esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_null esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_octet_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_asn1_write_oid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_asn1_write_printable_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_raw_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_asn1_write_tagged_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_asn1_write_utf8_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) +mbedtls_base64_decode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_encode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) +mbedtls_base64_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) +mbedtls_calloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ccm_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_ccm_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) +mbedtls_ccm_star_auth_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_star_encrypt_and_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) +mbedtls_ccm_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_ccm_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_cipher_auth_decrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_auth_encrypt_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_base_lookup_table esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_check_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_cmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_cmac_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_cmac_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_cmac_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_cmac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_crypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_cipher_definitions esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +mbedtls_cipher_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_info_from_values esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) +mbedtls_cipher_set_padding_mode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_cipher_setkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_cipher_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_cipher_supported esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_cipher_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cipher_values_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_cipher_write_tag esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) +mbedtls_cmac_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) +mbedtls_ct_memcmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memcpy_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memcpy_offset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ct_memmove_left esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_ct_zeroize_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(constant_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_ctr_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ctr_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ctr_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ctr_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ctr_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_nonce_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ctr_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +mbedtls_ecc_group_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecc_group_to_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecdh_calc_secret esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_compute_shared esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ecdh_gen_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdh_get_grp_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecdh_get_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ecdh_make_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdh_make_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_read_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ecdh_read_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdh_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ecdsa_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_der_to_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_ecdsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_from_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_genkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecdsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecdsa_raw_to_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +mbedtls_ecdsa_read_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecdsa_read_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_sign_det_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_sign_det_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_sign_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecdsa_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecdsa_write_signature esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecdsa_write_signature_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_eckey_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_eckeydh_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecp_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecp_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) +mbedtls_ecp_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_curve_info_from_grp_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_curve_info_from_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_curve_info_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_curve_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_export esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_gen_keypair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_gen_keypair_base esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_gen_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_group_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_group_load esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_grp_id_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_ecp_is_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_keypair_calc_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_keypair_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecp_keypair_get_group_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_keypair_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_ecp_mul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) +mbedtls_ecp_mul_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_muladd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_muladd_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_ecp_point_cmp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_ecp_point_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_point_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_point_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) +mbedtls_ecp_point_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_point_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_ecp_read_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) +mbedtls_ecp_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_set_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_set_zero esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_ecp_tls_read_group_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_read_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_tls_write_point esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_ecp_write_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_ecp_write_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_entropy_add_source esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_entropy_func esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_entropy_gather esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_entropy_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_source_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_manual esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_entropy_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_hardware_poll esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_hardware.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_hmac_drbg_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_random_with_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_reseed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_seed_buf esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) +mbedtls_hmac_drbg_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_entropy_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_prediction_resistance esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_set_reseed_interval esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_update_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_hmac_drbg_write_seed_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) +mbedtls_internal_sha1_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_internal_sha256_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) +mbedtls_internal_sha512_process esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) +mbedtls_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) +mbedtls_md5 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) +mbedtls_md_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_md_error_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_get_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_md_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_hmac_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_reset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_md_hmac_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_hmac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_info_from_ctx esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_info_from_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_list esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_md_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_md_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_add_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_add_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_add_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_cmp_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_cmp_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_cmp_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_mpi_core_add esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_add_if esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_bigendian_to_host esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_check_zero_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_clz esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_cond_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_exp_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_exp_mod_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_exp_mod_working_limbs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_fill_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_from_mont_rep esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_get_mont_r2_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_core_lt_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_mla esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_core_montmul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_core_montmul_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_core_mul esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_read_be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_read_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_shift_l esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_shift_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_sub esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_sub_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_to_mont_rep esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_core_uint_le_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_core_write_be esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_core_write_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_div_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_mpi_div_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_exp_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_exp_mod_unsafe esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_fill_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_gcd esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_gen_prime esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_get_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_grow esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) +mbedtls_mpi_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_inv_mod esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_is_prime_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) +mbedtls_mpi_lsb esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) +mbedtls_mpi_lset esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_lt_mpi_ct esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_mpi_mod_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mod_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_mul_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_mul_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_read_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_read_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_read_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_read_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_safe_cond_assign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_safe_cond_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_set_bit esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_shift_l esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_shift_r esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_shrink esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) +mbedtls_mpi_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_mpi_sub_abs esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_sub_int esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_sub_mpi esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) +mbedtls_mpi_swap esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_mpi_write_binary esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +mbedtls_mpi_write_binary_le esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) +mbedtls_mpi_write_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +mbedtls_mpi_write_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) +mbedtls_ms_time esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_net_accept esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_bind esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_connect esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +mbedtls_net_recv esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_recv_timeout esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_send esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_net_set_block esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_set_nonblock esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_net_usleep esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +mbedtls_oid_from_numeric_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) +mbedtls_oid_get_attr_short_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_certificate_policies esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_cipher_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_ec_grp_algid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_oid_get_md_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_md_hmac esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_oid_get_numeric_string esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_oid_by_ec_grp esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_ec_grp_algid esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_oid_get_oid_by_md esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_oid_get_oid_by_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_oid_get_oid_by_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) +mbedtls_oid_get_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_pkcs12_pbe_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_oid_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_sig_alg_desc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_oid_get_x509_ext_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pem_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_read_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pem_write_buffer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_can_do esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_pk_check_pair esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_copy_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_copy_public_from_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_debug esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_ecc_set_group esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_ecc_set_pubkey_from_prv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_pk_get_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_get_name esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_get_psa_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_get_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_ecc.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_pk_import_into_psa esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_info_from_type esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_pk_load_file esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_parse_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_pk_parse_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_parse_public_keyfile esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_parse_subpubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_pk_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pk_setup_rsa_alt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_sign_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_pk_sign_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_pk_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_pk_write_key_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_key_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pk_write_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_der esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_formatted esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) +mbedtls_pk_write_pubkey_pem esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) +mbedtls_pkcs12_derivation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) +mbedtls_pkcs12_pbe_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbes2_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) +mbedtls_pkcs5_pbkdf2_hmac_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_pkcs5_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) +mbedtls_platform_set_calloc_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_teardown esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform.c.obj) +mbedtls_platform_zeroize esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +mbedtls_psa_aead_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_set_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_aead_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_asymmetric_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_asymmetric_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_crypto_configure_entropy_sources esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_crypto_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecdsa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecdsa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_ecp_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_ecp_load_public_part esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_ecp_load_representation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) +mbedtls_psa_get_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_psa_get_stats esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +mbedtls_psa_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_hash_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_interruptible_set_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_key_agreement_ecdh esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_sign_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_sign_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_verify_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_mac_verify_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_psa_rsa_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_load_representation esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_psa_rsa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_rsa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_sign_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_psa_verify_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +mbedtls_rsa_alt_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_check_privkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_check_pub_priv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_check_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_copy esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_primes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_deduce_private_exponent esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_export esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_export_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_export_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_gen_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_get_bitlen esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_get_len esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_get_md_alg esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_get_padding_mode esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_import esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_import_raw esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_parse_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_parse_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_pkcs1_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_pkcs1_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) +mbedtls_rsa_private esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_public esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_oaep_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsaes_oaep_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsaes_pkcs1_v15_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pkcs1_v15_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_sign_no_mode_check esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_rsassa_pss_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_rsassa_pss_verify_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_set_padding esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_validate_crt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_validate_params esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +mbedtls_rsa_write_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_rsa_write_pubkey esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +mbedtls_sha1 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha1_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) +mbedtls_sha1_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha1_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) +mbedtls_sha224_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) +mbedtls_sha256_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha256_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha384_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_self_test esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) +mbedtls_sha512_starts esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_sha512_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +mbedtls_ssl_add_hs_hdr_to_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_add_hs_msg_to_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_check_cert_usage esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_check_curve esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_check_curve_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_check_pending esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_check_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_ciphersuite_from_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_ciphersuite_from_string esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_ciphersuite_get_cipher_key_bitlen esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_ciphersuite_uses_ec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_close_notify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_conf_alpn_protocols esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_profile esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_cert_req_ca_list esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_dbg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_dtls_badmac_limit esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_encrypt_then_mac esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_endpoint esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_extended_master_secret esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_groups esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_legacy_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_preference_order esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_conf_read_timeout esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_renegotiation_enforced esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_renegotiation_period esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_rng esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_conf_session_cache esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_session_tickets_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_sig_algs esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_conf_sni esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_transport esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_conf_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) +mbedtls_ssl_config_defaults esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_config_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_config_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_decrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_derive_keys esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_encrypt_buf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_fetch_input esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_finish_handshake_msg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_flush_output esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_get_alpn_protocol esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_bytes_avail esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_get_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_get_ciphersuite_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) +mbedtls_ssl_get_ciphersuite_id_from_ssl esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_ciphersuite_name esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_ciphersuite_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_ciphersuite_sig_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_ecp_group_id_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_extension_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_extension_mask esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_handshake_transcript esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_hs_sni esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_input_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_key_exchange_md_tls1_2 esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_get_max_in_record_payload esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_max_out_record_payload esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_mode_from_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_get_mode_from_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_output_max_frag_len esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_peer_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_psa_curve_info_from_tls_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_record_expansion esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_get_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_get_tls_id_from_ecp_group_id esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_get_verify_result esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_get_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handle_message_type esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_handle_pending_alert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_handshake_client_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_server_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_handshake_step esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_handshake_wrapup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_handshake_wrapup_free_hs_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_hash_from_md_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_list_ciphersuites esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_md_alg_from_hash esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_optimize_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_alpn_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_parse_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_parse_server_name_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_parse_sig_alg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_pend_fatal_alert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_pk_alg_from_sig esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_prepare_handshake_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_read esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_read_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_read_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_renegotiate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_reset_checksum esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_reset_in_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_alert_message esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_send_fatal_handshake_failure esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_session_copy esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_session_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_session_load esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_reset esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_session_reset_int esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_reset_msg_layer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_session_save esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_bio esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_set_calc_verify_md esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_set_export_keys_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_set_hostname esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_set_hs_authmode esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_ca_chain esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_dn_hints esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_hs_own_cert esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_inbound_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_set_outbound_transform esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_set_session esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_timer_cb esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_set_verify esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_setup esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_sig_from_pk esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_sig_from_pk_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_start_handshake_msg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_start_renegotiation esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_tls12_get_preferred_hash_for_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_tls12_write_client_hello_exts esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_tls_prf esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +mbedtls_ssl_transform_free esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_transform_init esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_update_handshake_status esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_update_in_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_update_out_pointers esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_validate_ciphersuite esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_verify_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_ssl_write_alpn_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) +mbedtls_ssl_write_certificate esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_change_cipher_spec esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_client_hello esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write_finished esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_ssl_write_handshake_msg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_ssl_write_record esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) +mbedtls_ssl_write_sig_alg_ext esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) +mbedtls_ssl_write_version esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) +mbedtls_to_psa_error esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) +mbedtls_x509_crt_check_extended_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_check_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_free esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_x509_crt_get_ca_istrue esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_init esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_x509_crt_is_revoked esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +mbedtls_x509_crt_parse_cn_inet_pton esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_der esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_parse_der_nocopy esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_der_with_ext_cb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_file esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_parse_path esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_default esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_profile_next esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_none esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_profile_suiteb esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_verify_info esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_crt_verify_restartable esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbedtls_x509_crt_verify_with_profile esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_dn_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_free_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_alg_null esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_ext esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_ns_cert_type esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_rsassa_pss_params esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_get_serial esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_sig_alg esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_subject_alt_name_ext esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_get_time esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_cert_type esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_key_usage esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_info_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_key_size_helper esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_parse_subject_alt_name esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_serial_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_sig_alg_gets esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) +mbedtls_x509_time_cmp esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_time_is_future esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_x509_time_is_past esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) +mbedtls_zeroize_and_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) +mbo_add_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) +mbrtowc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mbrtowc.o) +md4_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) +md5_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(chap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +mem_calloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +mem_free esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +mem_init esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +mem_malloc esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) +mem_trim esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +memchr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memchr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +memcmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + esp-idf/mbedtls/libmbedtls.a(esp_crt_bundle.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_handlers.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +memcpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mprec.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-dtoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/lwip/liblwip.a(ethip6.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkwrite.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(des-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ie_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1write.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa_alt_helpers.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(wifi_default.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ccmp.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-unwrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6_addr.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_event/libesp_event.a(default_event_loop.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(mac_addr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(hw_random.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +memmove c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memmove.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fvwrite.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) +memp_ARP_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_FRAG_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_IGMP_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_MLD6_GROUP esp-idf/lwip/liblwip.a(memp.c.obj) +memp_ND6_QUEUE esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETCONN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_NETDB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF esp-idf/lwip/liblwip.a(memp.c.obj) +memp_PBUF_POOL esp-idf/lwip/liblwip.a(memp.c.obj) +memp_RAW_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_SYS_TIMEOUT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_API esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCPIP_MSG_INPKT esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_PCB_LISTEN esp-idf/lwip/liblwip.a(memp.c.obj) +memp_TCP_SEG esp-idf/lwip/liblwip.a(memp.c.obj) +memp_UDP_PCB esp-idf/lwip/liblwip.a(memp.c.obj) +memp_free esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_free_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_init esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +memp_init_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_malloc esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +memp_malloc_pool esp-idf/lwip/liblwip.a(memp.c.obj) +memp_pools esp-idf/lwip/liblwip.a(memp.c.obj) +memset c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-bzero.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(md4-internal.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs12.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(asn1parse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_gcm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_hash.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_aead.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(platform_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk_wrap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp_curves.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecdh.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum_core.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_msg.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_sess.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-ccm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(fastpbkdf2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-gcm.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-wrap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(syscalls.c.obj) + esp-idf/newlib/libnewlib.a(reent_init.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +memspi_host_erase_block esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_chip esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_erase_sector esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_flush_cache esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_init_pointers esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +memspi_host_program_page esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_id_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_read_status_hs esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_set_write_protect esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +memspi_host_write_data_slicer esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +mesh_add_invalid_rc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_add_option C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_adjust_passive_scan_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_bcn_change_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_bcn_change_timer_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_candidate_monitor_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_chain_header_add_ttl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_check_conflict_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_check_last_rcandidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_check_rc_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_check_tid_mbox_full C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_child_clr_ps_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_child_set_ps_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_clear_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_coding_ie_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_conn_leave C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_conn_mutex C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_connect_to_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_connect_to_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_construct_rmv_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_create_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) +mesh_csa_set_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_deinit_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_disable_parent_switch_monitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_encrypt_ie_plain_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_fill_rmv_sub_child C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_find_root_competitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_flush_txQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_flush_upstream_packets C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_free C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_get_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_parent_monitor_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_get_sub_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_get_subnet_nodes_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_get_subnet_nodes_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_get_tx_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_get_vnd_roots_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_ie_monitor_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ie_monitor_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_ie_type2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_init_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_init_rcandidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ioctl_sem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_is_better_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_is_ie_ignored C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_last_rc_existing C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_is_new_found_conflict_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_new_root_found C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_new_root_invalid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_is_yield_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_look_for_network C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_malloc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_malloc_rmv_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_multi_recv_ack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_multi_send_ack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_mutex_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_mutex_unlock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_myself_mbox C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_node_process_cycle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_node_process_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_node_process_healing C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_add_conflict_roots C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_change_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_conflict_roots C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_check_no_parent_found C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +mesh_nwk_delete_timers C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_duty_check_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_check_duration_expire C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_master_identity C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_clr_remaining C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_master_is_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_post_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_process_remaining C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_master_identity C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_duty_set_remaining C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_nwk_find_conflict_roots C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_io_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_manual_networking C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_nwk_process_allow_switch C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_child_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_conflict_discnx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_disconnected C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_ie_change C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_leaf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_look_for_network C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_no_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_nvs_settings C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_reselect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_rootless C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_scan_request C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_vote_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_process_yield_roots_monitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_remove_conflict_roots C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_nwk_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_pack_rmv_announcement C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_parent_check_root_conflict C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parent_insert_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parent_select_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_parse_conflict_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_parse_option C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_parse_ps_entire_rule C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_parse_ps_uplink_rule C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_pm_set_null C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_pm_tbtt_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_post_parent_assoc_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_post_parent_switch_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_post_parent_weak_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_print_txQ_waiting C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_child_macconnected C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_mcast_cover_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_switch C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_root_waive C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_mgmt_routing_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_process_parent_organized C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +mesh_process_root_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_process_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_process_roots_ie_ttl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_process_same_root_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_get_min_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_set_awake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_set_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_ps_control_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_ps_get_duties C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_ps_keep_cnx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +mesh_ps_set_new_duty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_ps_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_recv C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_recv_add_option C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_recv_process_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_register_timer_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_remove_myself_from_forwarding C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_root_connect_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_connect_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_root_connect_timer_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_root_process_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +mesh_route_announce_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_rt_change_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_rt_change_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_rt_change_timer_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_rx_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +mesh_rx_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) +mesh_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +mesh_scan_done_process_weak C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_is_better_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_compute_rank C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_limit_layer2_cap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_try_layer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_parent_try_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_select_set_ignore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_self_xonseq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_block_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_block_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_process_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_send_process_topo C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_send_roots_fixed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_roots_gone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_roots_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_send_stop_vote C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_default_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_ie_crypto_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_ie_crypto_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_io_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +mesh_set_parent_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_parent_monitor_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_root_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_set_root_candidate_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_set_router C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mesh_set_self_organized C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_set_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_sta_auth_expire_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_stop_recv C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_switch_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_tcpip_mbox C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_timer_bcn_change C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_candidate_monitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_do_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_timer_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_mie_monitor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_ps_control C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_root_connect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_route_announce C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_timer_rt_change C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +mesh_topo_get_ttl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_wifi.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +mesh_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_tx_task_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_tx_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_tx_tid_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_update_current_parent C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_ie_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_rcandidate_rssi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_update_route_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +mesh_vote_root_candidate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_waive_root C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +mesh_wifi_event_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_wifi_event_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_wifi_event_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xmit_state_mbox C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +mesh_xon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_deliver_packet C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_flush_packets C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_disconnected C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_expired C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_process_no_wnd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mesh_xon_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +mgd_probe_send_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +misc_nvs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +misc_nvs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +misc_nvs_load C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) +misc_nvs_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +mkdir esp-idf/vfs/libvfs.a(vfs.c.obj) +mktime c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-mktime.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +mld6_input esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +mld6_joingroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_joingroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +mld6_leavegroup esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +mld6_leavegroup_netif esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +mld6_lookfor_group esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +mld6_report_groups esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +mld6_stop esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +mld6_tmr esp-idf/lwip/liblwip.a(mld6.c.obj) +mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +mmu_init esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +modem_domain_pd_allowed esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +mpu_hal_set_region_access esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) +mqtt_client esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +mqtt_comandos_handle esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +mqtt_get_id esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_publish_data esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_publish_topic esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_suback_data esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_get_total_length esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_handler_start esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(main.c.obj) +mqtt_has_valid_msg_hdr esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_header_complete esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +mqtt_msg_buffer_destroy esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_buffer_init esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_connect esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_disconnect esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pingreq esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pingresp esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +mqtt_msg_puback esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubcomp esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_publish esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubrec esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_pubrel esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_subscribe esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mqtt_msg_unsubscribe esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +mschapv2_derive_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_remove_domain esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +mschapv2_verify_auth_response esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +multi_heap_aligned_alloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_aligned_alloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_alloc_impl_offs esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_aligned_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_check esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_dump esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_free_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_allocated_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_allocated_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_address_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_block_owner esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_first_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_info esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_get_info_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_get_next_block esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_lock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_internal_unlock esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_is_free esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_malloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_malloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_minimum_free_size esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +multi_heap_minimum_free_size_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_realloc esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) +multi_heap_realloc_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_register esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +multi_heap_register_impl esp-idf/heap/libheap.a(multi_heap.c.obj) +multi_heap_set_lock esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +nan c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-s_nan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +nan_action_frames_queued C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_all_wildcard_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_alloc_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_alloc_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_alloc_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_am_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_cancel_service C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_compute_service_hash C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_construct_followup_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_construct_ndp_confirm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_construct_ndp_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_construct_ndp_resp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_construct_ndp_terminate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_construct_publish_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_construct_sdea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_construct_subscribe_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_datapath_end C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_datapath_send_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_datapath_send_resp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_disc_disable_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_disc_enable_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_dp_alloc_ndl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_alloc_ndp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_alloc_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_chan_from_bitmap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_confirm_peer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_construct_device_caps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_dp_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_dp_delete_peer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_get_attr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_get_peer_ndl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_get_peer_ndp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_indicate_faw_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_dp_indicate_ndc_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_dp_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_dp_node_available C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_node_exists C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_availability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_dev_caps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_elem_container C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_ndca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_ndla C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_ndpa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_parse_time_bitmap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_post_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +nan_dp_remove_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_schedule_ndc_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_dp_schedule_next_faw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_dp_search_node C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +nan_dp_send_confirm_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_send_indication_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_send_terminated_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dp_setup_peer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_dw_end_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_dw_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_faw_end_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_faw_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_flush_action_q C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_get_clust_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_get_peer_svc_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_get_random_byte C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_get_random_word C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_get_service_by_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_get_service_by_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_get_service_idx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_get_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_in_transit_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_input esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +nan_insert_peer_svc_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_is_in_dw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_master_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_match_filters C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_mgmt_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_naf_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_ndc_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_ndp_resp_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_nmns_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_nms_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_parse_ndp_confirm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_parse_ndp_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_parse_ndp_resp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_parse_ndp_terminate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_post_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +nan_rx_naf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_rx_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_scan_event_hdlr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_scan_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_sched_add_entry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_alloc_conditional C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_alloc_time_slots C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_allocate_crbs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_avail_entries_len C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sched_construct_availability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sched_get_chan_bitmap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_in_ndc_slot C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_init_availability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_is_peer_available C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sched_parse_avail_entries C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sched_reset_avail_flags_sdf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_schedule_disc_bcn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_sd_parse_availability C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sd_parse_dev_caps C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sd_parse_sdea C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sd_receive_ctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_sdf_txcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_send_action_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_send_disc_bcn_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_send_discovery_result C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_send_followup_msg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_send_ndp_confirm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_send_ndp_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_send_ndp_resp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_send_ndp_terminate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_send_receive_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_send_replied_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_send_solicited_publish C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_send_started_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_send_static_sdfs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_send_sync_bcn_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nan_service_type_diff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_services_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_services_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_set_config_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_set_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_set_update_sdf_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_sm_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_sm_handle_event esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_sm_handle_event_internal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_sm_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_sm_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_sm_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +nan_start esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_start_publish_service C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_start_subscribe_service C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_state_str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_static_sdfs_present C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_stop esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +nan_tolower C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_transmit_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +nan_transmit_bcn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_tx_action_frame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +nan_tx_queued_action_frames C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_update_static_sdfs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_update_tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) +nan_warmup_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +nanf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sf_nan.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +nd6_adjust_mld_membership esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_cleanup_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_clear_destination_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +nd6_find_route esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +nd6_get_destination_mtu esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +nd6_get_next_hop_addr_or_queue esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ethip6.c.obj) +nd6_input esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) +nd6_reachability_hint esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +nd6_restart_netif esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +nd6_tmr esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +ndp_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +neighbor_cache esp-idf/lwip/liblwip.a(nd6.c.obj) +net80211_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +net80211_funcs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +net80211_funcs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +net80211_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +net80211_softap_funcs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +netbuf_alloc esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_chain esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_data esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_delete esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_first esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_free esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netbuf_new esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_next esp-idf/lwip/liblwip.a(netbuf.c.obj) +netbuf_ref esp-idf/lwip/liblwip.a(netbuf.c.obj) +netconn_aborted esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_accept esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_alloc esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_bind esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_bind_if esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_close esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_closed esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_connect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_deleted esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_disconnect esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_err esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_free esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_getaddr esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_gethostbyname_addrtype esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) +netconn_join_leave_group esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_join_leave_group_netif esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_listen_with_backlog esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_new_with_proto_and_callback esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_prepare_delete esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_tcp_pbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_recv_udp_raw_netbuf esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_recv_udp_raw_netbuf_flags esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_reset esp-idf/lwip/liblwip.a(api_msg.c.obj) +netconn_send esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_sendto esp-idf/lwip/liblwip.a(api_lib.c.obj) +netconn_shutdown esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_tcp_recvd esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_cleanup esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_thread_init esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netconn_write_vectors_partly esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_add esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_ip6_address esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_add_noaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_create_ip6_linklocal_address esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_find esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_by_index esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +netif_get_ip6_addr_match esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +netif_index_to_name esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_init esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +netif_input esp-idf/lwip/liblwip.a(netif.c.obj) +netif_invoke_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_ip6_addr_set_parts esp-idf/lwip/liblwip.a(netif.c.obj) +netif_ip6_addr_set_state esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) +netif_list esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +netif_loop_output esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +netif_name_to_index esp-idf/lwip/liblwip.a(netif.c.obj) +netif_poll esp-idf/lwip/liblwip.a(netif.c.obj) +netif_remove esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_remove_ext_callback esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_addr esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +netif_set_default esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_down esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_gw esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_ipaddr esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_link_down esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_link_up esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +netif_set_netmask esp-idf/lwip/liblwip.a(netif.c.obj) +netif_set_up esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +new_password_encrypted_with_old_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +newlib_include_assert_impl esp-idf/newlib/libnewlib.a(assert.c.obj) +newlib_include_heap_impl esp-idf/newlib/libnewlib.a(heap.c.obj) +newlib_include_pthread_impl esp-idf/newlib/libnewlib.a(pthread.c.obj) +newlib_include_syscalls_impl esp-idf/newlib/libnewlib.a(syscalls.c.obj) +node_remove_from_list esp-idf/lwip/liblwip.a(dhcpserver.c.obj) +noise_array C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +noise_check_loop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +noise_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +noise_timeout_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +nt_challenge_response esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) +nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nt_password_hash_encrypted_with_block esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::HashListBlock::HashListBlock() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::clear() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::erase(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::find(unsigned int, nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::insert(nvs::Item const&, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::HashList::~HashList() esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::Item(unsigned char, nvs::ItemType, unsigned char, char const*, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::calculateCrc32WithoutValue() const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_item_hash_list.cpp.obj) +nvs::Item::checkHeaderConsistency(unsigned char) const esp-idf/nvs_flash/libnvs_flash.a(nvs_types.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Item::getKey(char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::init() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::mSemaphore esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::uninit() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Lock::~Lock() esp-idf/nvs_flash/libnvs_flash.a(nvs_platform.cpp.obj) +nvs::NVSHandleSimple::calcEntriesInNamespace(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::commit() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_all() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::erase_item(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_blob(char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_item_size(nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_partition_name() const esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSHandleSimple::get_string(char const*, char*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_typed_item(nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::get_used_entry_count(unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_blob(char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_string(char const*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::set_typed_item(nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSHandleSimple::~NVSHandleSimple() esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::NVSPartition(esp_partition_t const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartition::erase_range(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::get_address() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::get_partition_name() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::get_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::read(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::read_raw(unsigned int, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::write(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::write_raw(unsigned int, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartition::~NVSPartition() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +nvs::NVSPartitionManager::close_handle(nvs::NVSHandleSimple*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::NVSPartitionManager::deinit_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::get_instance() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::init_partition(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::instance esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::lookup_storage_from_name(char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handle(char const*, char const*, nvs_open_mode_t, nvs::NVSHandleSimple**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::NVSPartitionManager::open_handles_size() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::NVSPartitionManager::~NVSPartitionManager() esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Page::Header::calculateCrc32() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::Page() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryRangeState(unsigned int, unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterEntryState(unsigned int, nvs::Page::EntryState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::alterPageState(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::calcEntries(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::cmpItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::copyItems(nvs::Page&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::debugDump() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::erase() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::eraseEntryAndSpan(unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::eraseItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::findItem(unsigned char, nvs::ItemType, char const*, unsigned int&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::getSeqNumber(unsigned long&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::getVarDataTailroom() const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::initialize() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::load(nvs::Partition*, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::mLoadEntryTable() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::markFreeing() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::markFull() esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::pageStateToName(nvs::Page::PageState) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readEntry(unsigned int, nvs::Item&) const esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Page::setSeqNumber(unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::Page::setVersion(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::updateFirstUsedEntry(unsigned int, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntry(nvs::Item const&) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeEntryData(unsigned char const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +nvs::Page::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int, unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::activatePage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +nvs::PageManager::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::load(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::PageManager::requestNewPage() esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::Storage(nvs::Partition*) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::calcEntriesInNamespace(unsigned char, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::clearNamespaces() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::cmpMultiPageBlob(unsigned char, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::createOrOpenNamespace(char const*, bool, unsigned char&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::debugDump() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::eraseItem(unsigned char, nvs::ItemType, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseMismatchedBlobIndexes(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseMultiPageBlob(unsigned char, char const*, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::eraseNamespace(unsigned char) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::eraseOrphanDataBlobs(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillEntryInfo(nvs::Item&, nvs_entry_info_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::fillStats(nvs_stats_t&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findEntry(nvs_opaque_iterator_t*, char const*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::findItem(unsigned char, nvs::ItemType, char const*, nvs::Page*&, nvs::Item&, unsigned char, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::getItemDataSize(unsigned char, nvs::ItemType, char const*, unsigned int&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::init(unsigned long, unsigned long) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::isValid() const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::nextEntry(nvs_opaque_iterator_t*) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs::Storage::populateBlobIndices(intrusive_list&) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::readItem(unsigned char, nvs::ItemType, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::readMultiPageBlob(unsigned char, char const*, void*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::writeItem(unsigned char, nvs::ItemType, char const*, void const*, unsigned int) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) +nvs::Storage::writeMultiPageBlob(unsigned char, char const*, void const*, unsigned int, nvs::VerOffset) esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs::Storage::~Storage() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +nvs::partition_lookup::lookup_nvs_partition(char const*, nvs::NVSPartition**) esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_lookup.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +nvs_close esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +nvs_commit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +nvs_dump esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_find esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_info esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_entry_next esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_erase_all esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) +nvs_erase_key esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) +nvs_flash_deinit esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_deinit_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) +nvs_flash_erase_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_erase_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(main.c.obj) +nvs_flash_init_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_flash_init_partition_ptr esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) +nvs_get_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_stats esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_get_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_get_used_entry_count esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_op2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_config.o) +nvs_open esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_release_iterator esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_blob esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/main/libmain.a(eeprom_virtual.c.obj) +nvs_set_i16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_i8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_str esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +nvs_set_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nvs_set_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +nvs_set_u64 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) +nvs_set_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +nwk_event_id2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) +offchan_in_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +offchan_recv_action C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +offchan_send_action_tx_status C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +offchan_txop_end C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +offchan_txop_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +offset_cpsa esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +offset_pxEndOfStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +offset_xCoreID esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +old_nt_password_hash_encrypted_with_new_nt_password_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) +omac1_aes_128 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +omac1_aes_128_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +omac1_aes_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) +opendir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +operator delete(void*) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) +operator delete(void*, unsigned int) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_ops.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +operator delete[](void*) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +operator delete[](void*, unsigned int) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(del_opvs.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +operator new(unsigned int) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) +operator new[](unsigned int) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opv.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) +operator new[](unsigned int, std::nothrow_t const&) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_opvnt.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +opt_11b_resart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +opt_type2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +optype2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_main.o) +os_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-bignum.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +os_get_time esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_gmtime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_memdup esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(aes-siv.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +os_mktime esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +os_random esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +os_reltime_expired esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +os_reltime_initialized esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) +os_sleep esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +os_timer_arm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_arm_us esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_disarm esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_done esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +os_timer_setfn esp-idf/esp_timer/libesp_timer.a(ets_timer_legacy.c.obj) +outbox_delete esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_all_items esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_expired esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_item esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_delete_single_expired esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_dequeue esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_destroy esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_enqueue esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_get esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) +outbox_get_size esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_init esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_item_get_data esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_item_get_pending esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_set_pending esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +outbox_set_tick esp-idf/mqtt/libmqtt.a(mqtt_outbox.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +owe_build_assoc_req esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +owe_build_dhie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +owe_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +owe_process_assoc_resp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) +pTxRx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +panicHandler esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler_asm.S.obj) + esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +panic_abort esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +panic_arch_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_get_cause esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_backtrace esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_char esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_print_dec esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_hex esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +panic_print_registers esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_print_str esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(debug_helpers.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_restart esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +panic_set_address esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +panic_soc_fill_info esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +pbkdf2_sha1 esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +pbuf_add_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_add_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) +pbuf_alloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +pbuf_alloc_reference esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_alloced_custom esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_pbuf_ref.c.obj) +pbuf_cat esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_chain esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_clen esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_clone esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_coalesce esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_copy esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +pbuf_copy_partial esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_copy_partial_pbuf esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_dechain esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_free esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(ethernetif.c.obj) + esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(netbuf.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(lwip_default_hooks.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6_frag.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(ip4_frag.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_free_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) +pbuf_free_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +pbuf_free_ooseq_pending esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +pbuf_get_contiguous esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_header_force esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) +pbuf_memcmp esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_memfind esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_put_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_realloc esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +pbuf_ref esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(etharp.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +pbuf_remove_header esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(ethernet.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) + esp-idf/lwip/liblwip.a(icmp.c.obj) + esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(raw.c.obj) +pbuf_skip esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_strstr esp-idf/lwip/liblwip.a(pbuf.c.obj) +pbuf_take esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_take_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(icmp6.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbuf_try_get_at esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(nd6.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +pbus_print C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +pbus_rx_dco_cal_1step C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +pcTaskGetName esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +peap_prfplus esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +pend_flag_periodic_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +periph_inform_out_light_sleep_overhead esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +periph_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +periph_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +periph_module_reset esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +phy_ant_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_bt_ifs_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_bt_pll_track C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_bt_pll_track_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_bt_power_track C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_bt_power_track_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_bttx_low_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_byte_to_word C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_cal_print C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_chan_dump_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +phy_chan_filt_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +phy_chan_gain_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_chan_pwr_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_chan_target_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_change_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) +phy_change_channel_nomac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) +phy_close_pa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_close_rf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_clr_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_dac_org C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_dcur_org C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_dig_reg_backup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_dis_hw_set_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_dis_pwdet_one C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_disable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +phy_en_hw_set_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_enable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +phy_enabled_modem_contains esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_force_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_force_wifi_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +phy_force_wifi_chan_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_freq_correct_opt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_freq_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_freq_wifi_only C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_adc_rand C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_bb_freqoffset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_get_fetx_delay C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +phy_get_lock esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_get_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_most_tpw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +phy_get_rf_cal_version C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_get_romfunc_addr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_romfuncs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_rx_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_tsens_value esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_get_tx_pwr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_get_txpwr_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_hw_set_freq_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_i2c_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_i2c_enter_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_i2c_exit_critical esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_i2c_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_in_most_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_in_most_power_bk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_in_vdd33_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_init_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_init_param_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_init_pwr_print C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_meas_noise_floor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_param_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_param_track_tot esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_pwdet_always_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_pwdet_onetime_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_pwdet_onetime_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_reg_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_reg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rfcal_data_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rfcal_data_check_value C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rx11blr_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rx_sense_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rxbb_dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_rxrf_dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_set_bbfreq_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_set_bt_dig_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_set_modem_flag esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_set_most_tpw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +phy_set_most_tpw_disbg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_set_most_tpw_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_set_most_tpw_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_set_pwdet_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_set_rfrx_dcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_set_tsens_power esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +phy_set_wifi_mode_only C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_sw_set_chan_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_track_pll esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_track_pll_deinit esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_track_pll_init esp-idf/esp_phy/libesp_phy.a(phy_common.c.obj) +phy_tx_power_out C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +phy_tx_pwr_error C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_tx_pwr_track_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_unforce_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_unforce_wifi_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +phy_version_print C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_version_str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +phy_wakeup_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +phy_wifi_enable_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +phy_wifi_pll_track C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_wifi_pll_track_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +phy_wifitx_low_power C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +platform_create_id_string esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +platform_random esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) +platform_tick_get_ms esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +pll_correct_dcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +pm_active_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_allow_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_beacon_misc_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_monitor_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_beacon_monitor_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_monitor_tbtt_allowed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_monitor_tbtt_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_monitor_tbtt_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_beacon_monitor_tbtt_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_beacon_monitor_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_beacon_offset_add_loss_counter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_add_total_counter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_funcs_init esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) +pm_beacon_offset_get_average C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_expect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_get_rx_beacon_success_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_is_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_is_sampling C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_resample_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_sample C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_sample_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_offset_set_rx_beacon_standard C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pm_beacon_timestamp_statistic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_check_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_coex_pwr_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_coex_pwr_update C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_coex_reconnect_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_coex_restart_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_coex_schm_overall_period_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_coex_schm_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_coex_schm_process_restart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_coex_separate_connectionless_window C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_coex_set_reconnect_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_coex_slice_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_coex_tbtt_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_connectionless_module_set_wake_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_connectionless_wake_interval_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_connectionless_wake_window_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_deattach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_disable_beacon_monitor_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disable_disconnected_sleep_delay_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disable_dream_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disable_sleep_delay_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disconnected_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_disconnected_sleep_delay_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_disconnected_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_disconnected_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_disconnected_wake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_dream C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_dream_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_enable_active_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_beacon_monitor_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_disconnected_sleep_delay_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_dream_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_sleep_delay_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_enable_sta_disconnected_power_management C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_force_scan_unlock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_funcs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +pm_funcs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +pm_get_beacon_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_get_connectionless_status C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_get_idle_wait_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_get_null_max_tx_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_get_sleep_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +pm_get_tbtt_count C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_go_to_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_go_to_wake C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_handle_tbtt_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_hmac_rx_data_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_is_dream C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_is_in_wifi_slice_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_is_open C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +pm_is_sleeping C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +pm_is_waked C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_keep_alive C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_mac_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_mac_sleep_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_mac_sleep_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_mac_wakeup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_mesh_set_next_tbtt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_noise_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_noise_check_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_noise_check_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_off_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_on_beacon_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_coex_schm_process_restart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_coex_schm_status_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +pm_on_coex_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_on_data_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_data_tx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_data_tx_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_on_probe_resp_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_on_sample_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_parse_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_pend_noise_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_process_tim C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_register_connectionless_wake_window C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_register_pm_tx_null_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_rx_beacon_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_rx_data_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_save_tbtt_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_scale_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_scan_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_scan_unlock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_send_nullfunc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_send_probe_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_send_probe_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +pm_send_sleep_null_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_send_wake_null_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_set_beacon_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_set_keep_alive_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_set_next_tbtt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_set_sleep_min_active_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_set_sleep_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_set_sleep_wait_broadcast_data_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_sleep_delay_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_sleep_for C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pm_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +pm_tbtt_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) +pm_tbtt_quick_wake_configure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_try_scan_unlock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_data_done_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_data_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_tx_null_data_done_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) +pm_tx_null_data_done_quick_wake_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_unregister_connectionless_wake_window C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_update_at_next_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_update_by_connectionless_status C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_update_light_sleep_default_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pm_update_next_tbtt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_update_params C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +pm_wake_done C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pm_wake_up C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pmksa_cache_add esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_auth_add esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_add_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_create_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_auth_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_auth_list esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +pmksa_cache_clear_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_flush esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_free_entry esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +pmksa_cache_get esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_get_opportunistic esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_init esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +pmksa_cache_list esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) +pmksa_cache_set_current esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +port_IntStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_interruptNesting esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_start_app_hook esp-idf/freertos/libfreertos.a(app_startup.c.obj) +port_switch_flag esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +port_uxCriticalNesting esp-idf/freertos/libfreertos.a(port.c.obj) +port_uxOldInterruptState esp-idf/freertos/libfreertos.a(port.c.obj) +port_xSchedulerRunning esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +posix_memalign esp-idf/newlib/libnewlib.a(heap.c.obj) +ppAMPDU2Normal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppAdd2AMPDUTail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppAddTimCount C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppAssembleAMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppAssembleMicHdr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCalFrameTimes C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppCalSubFrameLength C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCalTkipMic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCalTxAMPDULength C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCheckIsConnTraffic C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCheckTxAMPDUlength C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppCheckTxConnTrafficIdle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ppCheckTxIdle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +ppCheckTxQIdle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ppClearRxFragment C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +ppClearTxq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueRxq_Locked C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueTxDone_Locked C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDequeueTxQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppDirectRecycleAmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppDisableQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppDiscardMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppEmptyDelimiterLength C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppEnableQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppEnqueueRxq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppEnqueueTxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppFetchTxQFirstAvail C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppFillAMPDUBar C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppGetTaskHdl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppGetTxQFirstAvail_Locked C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppGetTxframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppInitTxq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppInstallKey C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +ppMapTxQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppMapWaitTxq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppMessageInQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppPauseTxAMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppPrepareBarFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcTxCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppProcTxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcTxSecFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessLifeTime C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppProcessRxPktHdr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessTxQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppProcessWaitQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppProcessWaitingQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +ppReSendBar C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecordBarRRC C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecycleAmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppRecycleRxPkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRecycleTxBuf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRegisterPromisRxCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterRxCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterTxCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegisterTxDoneUserActionCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppRegressAmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppResortTxAMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppResumeTxAMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRollBackTxQ C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxFragmentProc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxPkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppRxProtoProc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSearchTxQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSearchTxframe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSelectNextQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppSetBarRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppSetInterface C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppSubFromAMPDU C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTxPkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +ppTxProtoProc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +ppTxqEmpty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +ppTxqUpdateBitmap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +ppUnregisterTxCallback C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_allow_cut_sevt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_attach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_can_cut_evt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_can_cut_sevt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_coex_tx_release C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_coex_tx_request C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_create_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_deattach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_default_event_handler C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_delete_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_gettid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_hdrsize C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_need_cut_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_post C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +pp_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +pp_process_hmac_waiting_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_register_config_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_michael_mic_failure_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_net80211_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_timer_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_register_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +pp_set_cut_evt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_set_cut_rx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_sig_cnt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_stop_sw_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_timer_do_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +pp_timer_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +pp_timer_register_post_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +pp_unregister_tx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +pread esp-idf/vfs/libvfs.a(vfs.c.obj) +prefix_list esp-idf/lwip/liblwip.a(nd6.c.obj) +print_rc_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +print_roots_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +print_sta_pmk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +print_txupQ_pending C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +printf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-printf.o) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +printf_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +printf_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +prvTaskPriorityRaise esp-idf/freertos/libfreertos.a(tasks.c.obj) +prvTaskPriorityRestore esp-idf/freertos/libfreertos.a(tasks.c.obj) +psa_aead_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_generate_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_set_lengths esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_set_nonce esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_update_ad esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_aead_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_allocate_buffer_to_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_asymmetric_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_asymmetric_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_can_do_cipher esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_can_do_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_decrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_decrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_encrypt esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_encrypt_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_generate_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_set_iv esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_cipher_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_close_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_copy_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_copy_key_material_into_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_crypto_init esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_input_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_input_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_output_alloc esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_crypto_local_output_free esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_custom_key_parameters_are_default esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_destroy_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_destroy_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_driver_wrapper_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_driver_wrapper_get_builtin_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) +psa_driver_wrapper_get_key_buffer_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_export_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_export_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_export_public_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_export_public_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_driver_wrappers_no_static.c.obj) +psa_format_key_data_for_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_free_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_free_persistent_key_data esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_generate_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_custom esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_key_internal esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_generate_random esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_generic_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_get_and_lock_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_get_key_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_clone esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_hash_compare esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_hash_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_mac.c.obj) +psa_hash_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_import_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_import_key_into_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_initialize_key_slots esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_interruptible_get_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_interruptible_set_max_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_is_key_present_in_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_is_valid_key_id esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_its_get esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_get_info esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_remove esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_its_set esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_key_agreement_raw_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_get_capacity esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_bytes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_integer esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_input_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_key_agreement esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_bytes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key_custom esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_output_key_ext esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_set_capacity esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_key_derivation_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_load_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_mac_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_compute esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_sign_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_sign_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_update esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify_finish esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_mac_verify_setup esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_open_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_parse_key_data_from_storage esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) +psa_pk_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_purge_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +psa_raw_key_agreement esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_remove_key_data_from_memory esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_reserve_free_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_reset_key_attributes esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pk.c.obj) +psa_save_persistent_key esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_storage.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_message esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_sign_message_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_status_to_mbedtls esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_to_lms_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_to_md_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) +psa_to_pk_rsa_errors esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_util.c.obj) +psa_unregister_read esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_unregister_read_under_mutex esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_key_location esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_key_persistence esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_validate_unstructured_key_bit_size esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_abort esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_complete esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_get_num_ops esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_hash_start esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_message esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_verify_message_builtin esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_wipe_all_key_slots esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) +psa_wipe_key_slot esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_crypto_slot_management.c.obj) +pthread_attr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_getstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setdetachstate esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_attr_setstacksize esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cancel esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_cond_broadcast esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_destroy esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_cond_signal esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_timedwait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_cond_wait esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_condattr_init esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_condattr_setclock esp-idf/newlib/libnewlib.a(pthread.c.obj) +pthread_create esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_detach esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_equal esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_exit esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_getspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_cond_var_impl esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_include_pthread_impl esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_include_pthread_local_storage_impl esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pthread_include_pthread_rwlock_impl esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_include_pthread_semaphore_impl esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +pthread_internal_local_storage_destructor_callback esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_join esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_create esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_key_delete esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_lazy_init_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutex_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_init esp-idf/pthread/libpthread.a(pthread.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_mutex_lock esp-idf/pthread/libpthread.a(pthread.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutex_timedlock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_trylock esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutex_unlock esp-idf/pthread/libpthread.a(pthread.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +pthread_mutexattr_destroy esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_gettype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_init esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_mutexattr_settype esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_once esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_rwlock_destroy esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_init esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_rdlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_unlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_rwlock_wrlock esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) +pthread_self esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_setcancelstate esp-idf/newlib/libnewlib.a(pthread.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fwrite.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ftello.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fseeko.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fread.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fopen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-findfp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fgets.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fflush.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ferror.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fclose.o) +pthread_setspecific esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +pthread_sigmask esp-idf/newlib/libnewlib.a(pthread.c.obj) +ptr_beacon_offset_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +putc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putc.o) +putchar c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-putchar.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) +putle32 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +puts c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(base64.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkcs5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ccm.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(aria.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha512.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha256.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha1.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md5.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cmac.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/lwip/liblwip.a(sockets_ext.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +pvPortMalloc esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvTaskGetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +pvTaskIncrementMutexHeldCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +pvalloc esp-idf/newlib/libnewlib.a(heap.c.obj) +pwdet_sar2_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +pwrdet_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +pwrite esp-idf/vfs/libvfs.a(vfs.c.obj) +pwrsave_flushq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +pxCurrentTCB esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +pxPortInitialiseStack esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetNext esp-idf/freertos/libfreertos.a(tasks.c.obj) +pxTaskGetStackStart esp-idf/freertos/libfreertos.a(tasks.c.obj) +qsort c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-qsort.o) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +raise esp-idf/newlib/libnewlib.a(syscalls.c.obj) +ram_bb_bss_bw_40_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_bb_bss_cbw40_dig C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_bb_tx_ht20_cen C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_cbw2040_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_check_noise_floor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_chip_i2c_readReg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_chip_i2c_writeReg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_dc_iq_est C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_disable_agc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_en_pwdet C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_enable_agc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_gen_rx_gain_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_get_fm_sar_dout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_get_rf_gain_qdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_index_to_txbbgain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_iq_est_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_iq_est_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_meas_tone_pwr_db C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_pbus_debugmode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_pbus_force_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_pbus_force_test C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_pbus_rx_dco_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_pbus_xpd_tx_on C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_phy_get_noisefloor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_phy_get_vdd33 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_read_sar_dout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_restart_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_rfcal_pwrctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_rfcal_txcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_rfpll_reset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_rfpll_set_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_chan_cal_interp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_noise_floor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_pbus_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_rxclk_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_txcap_reg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_set_txclk_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_spur_coef_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_start_tx_tone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_tx_pwctrl_bg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_tx_pwr_backoff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +ram_txbbgain_to_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_txcal_work_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_txdc_cal_v70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_txiq_cover C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +ram_txiq_get_mis_pwr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_wait_rfpll_cal_end C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +ram_write_gain_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rand c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(rsa.c.obj) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +raw_bind esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_bind_netif esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +raw_connect esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_disconnect esp-idf/lwip/liblwip.a(raw.c.obj) +raw_input esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +raw_netif_ip_addr_changed esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +raw_new esp-idf/lwip/liblwip.a(raw.c.obj) +raw_new_ip_type esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_recv esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_remove esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_send esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto esp-idf/lwip/liblwip.a(raw.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +raw_sendto_if_src esp-idf/lwip/liblwip.a(raw.c.obj) +rc11BSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc11GSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc11NSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc4_skip esp-idf/wpa_supplicant/libwpa_supplicant.a(rc4.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +rcAmpduLowerRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcAttach C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcClearCurAMPDUSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcClearCurSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcClearCurStat C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11BHighestRateIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11GHighestRateIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGet11NHighestRateIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetAmpduSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcGetDefaultHigestRateIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetHighestRateIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcGetRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcGetSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcLoRaRate2SchedIdx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcLoRaSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcLowerSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcP2P11GSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcP2P11NSchedTbl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcReachRetryLimit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcSetBarRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcSetTxAmpduLimit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcTxUpdatePer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpSched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdateAMPDUParam C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rcUpdateAckSnr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdatePhyMode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rcUpdateRate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rcUpdateRxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rcUpdateTxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +rcUpdateTxDoneAmpdu2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rc_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rc_disable_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_disable_trc_by_interface C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_enable_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_G6M_sched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_default_sched C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_get_sta_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_get_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_trc_by_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_get_trc_default C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_only_sta_trc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rc_set_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +rc_set_per_conn_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +re_entry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +reachable_time esp-idf/lwip/liblwip.a(nd6.c.obj) +read c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysread.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +read_hw_noisefloor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +readdir esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +readdir_r esp-idf/vfs/libvfs.a(vfs.c.obj) +realloc esp-idf/newlib/libnewlib.a(heap.c.obj) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +reconnect_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +reconnect_type2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) +reg_init_begin C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +regi2c_ctrl_read_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_ctrl_read_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/hal/libhal.a(clk_tree_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_ctrl_write_reg_mask esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +regi2c_enter_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_exit_critical esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +regi2c_saradc_disable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +regi2c_saradc_enable esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) +register_chipv7_phy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +register_chipv7_phy_init_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +register_ieee80211_action_vendor_get_key_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +register_ieee80211_action_vendor_spec_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +register_ieee80211_rfid_locp_recv_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +registered_heaps esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/heap/libheap.a(heap_caps_base.c.obj) + esp-idf/heap/libheap.a(heap_caps.c.obj) +remove c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-remove.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) +rename c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rename.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) +resend_eapol_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +reset_cs_thres C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +reset_rf_dig C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +retrans_timer esp-idf/lwip/liblwip.a(nd6.c.obj) +rewinddir esp-idf/vfs/libvfs.a(vfs.c.obj) +rf_cal_data_backup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rf_cal_data_recovery C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rf_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rfcal_bb_atten_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +rfcal_txiq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rfpll_1p2_opt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +rfpll_offset_delta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +rfrx_dcap_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rfrx_vga_lna_dcap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rmdir esp-idf/vfs/libvfs.a(vfs.c.obj) +rmt_acquire_group_handle esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_alloc_encoder_mem esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) +rmt_apply_carrier esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_bytes_encoder_update_config esp-idf/driver/libdriver.a(rmt_encoder.c.obj) +rmt_del_channel esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_del_encoder esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) +rmt_del_sync_manager esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_disable esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_enable esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) +rmt_encoder_reset esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) +rmt_get_channel_id esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_get_channel_resolution esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_get_isr_flags esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_hal_deinit esp-idf/hal/libhal.a(rmt_hal.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_hal_init esp-idf/hal/libhal.a(rmt_hal.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_hal_rx_channel_reset esp-idf/hal/libhal.a(rmt_hal.c.obj) +rmt_hal_tx_channel_reset esp-idf/hal/libhal.a(rmt_hal.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_new_bytes_encoder esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) +rmt_new_copy_encoder esp-idf/driver/libdriver.a(rmt_encoder.c.obj) + esp-idf/main/libmain.a(led_strip_encoder.c.obj) +rmt_new_led_strip_encoder esp-idf/main/libmain.a(led_strip_encoder.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) +rmt_new_sync_manager esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_new_tx_channel esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) +rmt_periph_signals esp-idf/soc/libsoc.a(rmt_periph.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) +rmt_release_group_handle esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_select_periph_clock esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_set_intr_priority_to_group esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_sync_reset esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_transmit esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) +rmt_tx_register_event_callbacks esp-idf/driver/libdriver.a(rmt_tx.c.obj) +rmt_tx_wait_all_done esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) +roc_op_end C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +roc_op_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +rom_flash_chip_dummy esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_flash_chip_dummy_hpm esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +rom_spiflash_api_funcs esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) +roots_type2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +rotl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +rotr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +roundup2 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +route_announce_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_timer.o) +route_announce_timer_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +route_announce_timer_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +routetype2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_route.o) +rsn_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +rsn_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +rssi_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +rssi_margin C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rssi_saved C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +rssi_to_rcpi esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +rtc_apbbridge_sel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8md256_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_coeff_calc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_coeff_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cal_ratio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_clk_cpu_freq_to_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk_tree_common.c.obj) +rtc_clk_select_rtc_slow_clk esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_wait_for_slow_cycle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_cmd_ext_wakeup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_cmd_wakeup_conf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_deep_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) +rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_get_st C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rtc_gpio_deinit esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_force_hold_dis_all esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_force_hold_en_all esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_get_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_get_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_hold_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_hold_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_init esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +rtc_gpio_is_valid_gpio esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_isolate esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_pulldown_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_pulldown_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_pullup_dis esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_pullup_en esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_set_direction esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +rtc_gpio_set_direction_in_sleep esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_set_drive_capability esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_set_level esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtc_gpio_wakeup_disable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_gpio_wakeup_enable esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) +rtc_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +rtc_init_clk C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_init_full C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_io_desc esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +rtc_io_num_map esp-idf/soc/libsoc.a(rtc_io_periph.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_gpio.c.obj) +rtc_io_number_get esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_is_st_idle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_isr_deregister esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +rtc_isr_noniram_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +rtc_isr_noniram_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +rtc_isr_register esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +rtc_pad_ext_wakeup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_pad_gpio_wakeup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_pads_funie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_funsel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_pads_hold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_pads_muxsel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_pd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_pu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_slpie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_slpoe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +rtc_pads_slpsel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_powerdown_rf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_powerup_rf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +rtc_sdreg_off C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_sleep_enable_ultra_low esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_get_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_low_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_sleep_start esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_slp_prep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_slp_prep_lite_12M C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_soc_clk_ck12m C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtc_spinlock esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) +rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_sleep.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +rtc_vddsdio_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +rtc_vddsdio_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +rtc_wifi_force_pd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc.o) +rtcio_hal_isolate esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) +rtcio_hal_set_direction esp-idf/hal/libhal.a(rtc_io_hal.c.obj) + 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) +rw_coex_on C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +rx11NRate2AMPDULimit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +rx_11b_opt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rx_blocking_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rx_chan_dc_sort C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rx_gain_level C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rx_spur_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +rxdc_est_min C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +rxmax_ext_level C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +s_avail_seq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +s_dp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +s_eapol_txdone_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +s_fix_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +s_fix_rate_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +s_fragment C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +s_head esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) +s_ioctl_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +s_is_6m C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +s_keys esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +s_map C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_regdomain.o) +s_mesh_beacon_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +s_mesh_running_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +s_mesh_send_mutex C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +s_mesh_stop_mutex C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +s_microseconds_offset esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +s_ndp_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) +s_netstack_free C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +s_netstack_ref C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +s_ni C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) +s_pm_beacon_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +s_pm_beacon_offset_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) +s_record_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +s_sd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +s_spinlock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +s_tbttstart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_tsf.o) +s_time_update_lock esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +s_tx_cacheq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +s_wifi_api_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +s_wifi_mac_time_update_cb esp-idf/esp_wifi/libesp_wifi.a(wifi_init.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +s_wifi_nvs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +s_wifi_queue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +s_wifi_stop_in_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +s_wifi_task_hdl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +s_wps_api_lock esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +s_wps_api_sem esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +s_wps_enabled esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +s_wps_sm_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +sae_accept_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_check_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_check_confirm_pk esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_clear_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_clear_temp_data esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_deinit_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_derive_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_derive_pwe_from_pt_ecc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_derive_pwe_from_pt_ffc esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_ecc_prime_len_2_hash_len esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_ffc_prime_len_2_hash_len esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_group_allowed esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +sae_hash esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_parse_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_pk_base32_decode esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_base32_encode esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_buf_shift_left_19 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_get_be19 esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) +sae_pk_set_password esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_pk_valid_password esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_prepare_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_prepare_commit_pt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_process_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_set_group esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_state_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sae_write_commit esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sae_write_confirm esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +sar_periph_ctrl_adc_continuous_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_continuous_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_adc_oneshot_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) +sar_periph_ctrl_init esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +sar_periph_ctrl_power_disable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_power_enable esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sar_periph_ctrl_pwdet_power_acquire esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +sar_periph_ctrl_pwdet_power_release esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +sc_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +scan_add_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_add_probe_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_build_chan_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_cancel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +scan_check_hidden C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_connect_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_enter_oper_channel_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +scan_fill_wps_scan_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_flush_all_tx_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +scan_get_apnum C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_get_owe_channel_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_get_scan_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_get_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_hidden_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_inter_channel_timeout_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +scan_parse_beacon C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +scan_parse_ht2040_coex C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_pm_channel_op_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_prefer_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_profile_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_remove_bssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_remove_probe_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_reset_cipher_and_akm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_result_print C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +scan_set_act_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_desChan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_home_chan_dwell_time C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_pas_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_set_scan_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +scan_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +scan_status2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +scan_update_scan_history C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scan_validate_owe_scenarios C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +scannum C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +sched_yield esp-idf/pthread/libpthread.a(pthread.c.obj) +seekdir esp-idf/vfs/libvfs.a(vfs.c.obj) +segundos_task esp-idf/main/libmain.a(main.c.obj) +select esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +sem_destroy esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_getvalue esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_init esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_post esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_timedwait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_trywait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +sem_wait esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +send_ap_probe C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +send_deauth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +set_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +set_bt_chan_cal_interp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +set_cca C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_chan_dig_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_chan_freq_hw_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +set_chan_freq_sw_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_chan_reg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_chan_rxcomp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_chanfreq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) +set_chanfreq_nomac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy.o) +set_channel_rfpll_freq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +set_client_config esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) +set_most_pwr_reg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_most_tpw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_rtc_memory_crc esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +set_rx_gain_cal_dc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_rx_gain_cal_iq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_rx_gain_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_rx_gain_testchip_70 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_rx_sense C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +set_tx_dig_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_tx_gain_table C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +set_tx_gain_table_bt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +set_xpd_sar esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +setbuf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(hmac_drbg.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(entropy.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ctr_drbg.c.obj) +setlocale c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) +settimeofday esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/newlib/libnewlib.a(esp_time_impl.c.obj) +setvbuf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setvbuf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-setbuf.o) +sha1_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha1_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ms_funcs.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha256_prf esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha256_prf_bits esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) +sha256_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_ops.c.obj) +sha384_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +sha512_vector esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) +sha_hal_hash_block esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_read_digest esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sha_hal_wait_idle esp-idf/hal/libhal.a(sha_hal.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) +sigfillset esp-idf/newlib/libnewlib.a(pthread.c.obj) +siscanf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) +sleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +sleep_modem_configure esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sleep_modem_reject_triggers esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +sleep_modem_wifi_modem_state_skip_light_sleep esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modem.c.obj) +sms4 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +snprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-snprintf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(oid.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(psa_its_file.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +sntp_enabled esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_sync_interval esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_sync_mode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_sync_status esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_get_system_time esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getreachability esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getserver esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_getservername esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_init esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_restart esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_sync_interval esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_sync_mode esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_sync_status esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_system_time esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_set_time_sync_notification_cb esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setoperatingmode esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setserver esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_setservername esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_stop esp-idf/lwip/liblwip.a(sntp.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sntp_sync_time esp-idf/lwip/liblwip.a(sntp.c.obj) +soc_get_available_memory_region_max_count esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_get_available_memory_regions esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_region_count esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_regions esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(memory_layout_utils.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_memory_type_count esp-idf/heap/libheap.a(memory_layout.c.obj) +soc_memory_types esp-idf/heap/libheap.a(memory_layout.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) +soc_reserved_memory_region_end esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +soc_reserved_memory_region_start esp-idf/heap/libheap.a(memory_layout_utils.c.obj) +spi_bus_add_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_deinit_lock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_get_attr esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_init_lock esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_lock_acquire_end esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_acquire_start esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_bg_check_dev_acq esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_check_dev_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_clear_req esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_entry esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_exit esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_req_exist esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_bg_request esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_acquiring_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_get_by_id esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_get_dev_id esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_register_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_set_bg_control esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_lock_touch esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_bus_lock_unregister_dev esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_bus_lock_wait_bg_done esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) +spi_bus_main_set_lock esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_register_destroy_func esp-idf/driver/libdriver.a(spi_common.c.obj) +spi_bus_remove_flash_device esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_brownout_need_reset esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(brownout.c.obj) +spi_flash_cache2phys esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/app_update/libapp_update.a(esp_ota_ops.c.obj) +spi_flash_cache_enabled esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(esp_err.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_check_and_flush_cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_chip_gd_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_gd_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_generic_config_host_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_chip esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_generic_get_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_chip_generic_read esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_reg esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_unique_id esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_read_unique_id_none esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_generic_reset esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_generic_set_write_protect esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_suspend_cmd_conf esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_timeout esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_wait_idle esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_write esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_write_encrypted esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_generic_yield esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_get_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_issi_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_chip_issi_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_detect_size esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_mxic_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_mxic.c.obj) +spi_flash_chip_winbond_erase_block esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_erase_sector esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_get_caps esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_winbond_page_program esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_chip_winbond_probe esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) +spi_flash_chip_winbond_read esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_winbond.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_read_status_16b_rdsr_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_read_status_8b_rdsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_read_status_8b_rdsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_set_io_mode esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_write_status_16b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_common_write_status_8b_wrsr esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_issi.c.obj) +spi_flash_common_write_status_8b_wrsr2 esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_gd.c.obj) +spi_flash_disable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_disable_interrupts_caches_and_other_cpu_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_enable_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +spi_flash_enable_interrupts_caches_and_other_cpu esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_mm/libesp_mm.a(esp_mmu_map.c.obj) +spi_flash_enable_interrupts_caches_no_os esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_encryption_hal_check esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_destroy esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_disable esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_done esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_enable esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_encryption_hal_prepare esp-idf/hal/libhal.a(spi_flash_encrypt_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_chip_generic.c.obj) +spi_flash_guard_get esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_flash_guard_set esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_hal_check_status esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_common_command esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_configure_host_io_mode esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_device_config esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_block esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_chip esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_erase_sector esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_init esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_poll_cmd_done esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_program_page esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_read esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_resume esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_set_write_protect esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_setup_read_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_read esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_supports_direct_write esp-idf/hal/libhal.a(spi_flash_hal.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_hal_suspend esp-idf/hal/libhal.a(spi_flash_hal_iram.c.obj) + esp-idf/spi_flash/libspi_flash.a(memspi_host_driver.c.obj) +spi_flash_init_chip_state esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) + esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) +spi_flash_init_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spi_flash_mmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_dump esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_mmap_get_free_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_mmap_pages esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_munmap esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_api.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition_target.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +spi_flash_needs_reset_check esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +spi_flash_op_block_func esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_op_lock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_op_unlock esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_phys2cache esp-idf/spi_flash/libspi_flash.a(flash_mmap.c.obj) +spi_flash_restore_cache esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +spi_flash_set_erasing_flag esp-idf/spi_flash/libspi_flash.a(flash_brownout_hook.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) +spi_flash_set_rom_required_regs esp-idf/spi_flash/libspi_flash.a(flash_ops.c.obj) +spi_periph_signal esp-idf/soc/libsoc.a(spi_periph.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spicommon_bus_free_io_cfg esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_initialize_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_bus_using_iomux esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/spi_flash/libspi_flash.a(esp_flash_spi_init.c.obj) +spicommon_cs_free_io esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_cs_initialize esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dma_chan_alloc esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dma_chan_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_idle esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_req_reset esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_reset_in_progress esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_dmaworkaround_transfer_active esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqdma_source_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_irqsource_for_host esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_claim esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_free esp-idf/driver/libdriver.a(spi_common.c.obj) +spicommon_periph_in_use esp-idf/driver/libdriver.a(spi_common.c.obj) +spiffs_api_check esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +spiffs_api_erase esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +spiffs_api_lock esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_api_read esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +spiffs_api_unlock esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_api_write esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +spiffs_cache_drop_page esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_cache_fd_release esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_cache_init esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_cache_page_allocate_by_fd esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_cache_page_get_by_fd esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_cb_object_event esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_erase_block esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_fd_find_new esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_fd_get esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_fd_return esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_fd_temporal_cache_rehash esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_gc_check esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_gc_clean esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_gc_erase_page_stats esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_gc_find_candidate esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_gc_quick esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_lookup_consistency_check esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_obj_lu_find_entry_visitor esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_obj_lu_find_free esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) +spiffs_obj_lu_find_free_obj_id esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_obj_lu_find_id esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) +spiffs_obj_lu_find_id_and_span esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_obj_lu_find_id_and_span_by_phdr esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) +spiffs_obj_lu_scan esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_append esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_create esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_find_object_index_header_by_name esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_index_consistency_check esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_modify esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_open_by_id esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) +spiffs_object_open_by_page esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_read esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_truncate esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_object_update_index_hdr esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_page_allocate_data esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) +spiffs_page_consistency_check esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_page_delete esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) +spiffs_page_move esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) +spiffs_phys_cpy esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) +spiffs_phys_rd esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_gc.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_phys_wr esp-idf/spiffs/libspiffs.a(spiffs_cache.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_check.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) +spiffs_populate_ix_map esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +spiffs_probe esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) +sprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfscanf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + esp-idf/mqtt/libmqtt.a(platform_esp32_idf.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) +spur_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +srand c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-rand.o) +sscanf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +sta_auth_ft C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_auth_open C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_auth_sae C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_auth_shared C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_bip_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_con_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +sta_csa_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +sta_eapol_txdone_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_get_beacon_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +sta_get_owe_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +sta_input C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +sta_is_11r_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +sta_is_wifi_ent_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +sta_is_wpa3_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) +sta_michael_mic_failure C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +sta_recv_assoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_recv_ctl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_recv_mgmt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_reset_beacon_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +sta_retry_assoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +sta_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +sta_rx_csa C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +sta_rx_eapol C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +sta_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) +sta_sa_query_process_timeout C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +sta_try_sa_query_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) +sta_update_power_off_reset_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +start_cpu0 esp-idf/esp_system/libesp_system.a(startup.c.obj) +start_cpu_other_cores esp-idf/esp_system/libesp_system.a(startup.c.obj) +start_dns_server esp-idf/main/libmain.a(dns_server.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) +start_write_addr esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +startup_resume_other_cores esp-idf/esp_system/libesp_system.a(cpu_start.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) +stat c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sysstat.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) +std::bad_alloc::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +std::bad_alloc::~bad_alloc() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) +std::bad_alloc::~bad_alloc() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) +std::bad_exception::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::bad_exception::~bad_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::enable_if::value, void>::type std::default_delete::operator()(nvs::Page*) const esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) +std::exception::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::exception::~exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::exception::~exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +std::exception::~exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) +std::get_new_handler() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +std::get_terminate() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +std::get_unexpected() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) +std::nothrow c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) + esp-idf/nvs_flash/libnvs_flash.a(nvs_pagemanager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) +std::set_new_handler(void (*)()) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_handler.o) +std::set_terminate(void (*)()) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +std::set_unexpected(void (*)()) c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +std::terminate() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_throw.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_unex_handler.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_globals.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +std::type_info::__do_catch(std::type_info const*, void**, unsigned int) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) +std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) +std::type_info::__is_function_p() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +std::type_info::__is_pointer_p() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) +std::type_info::~type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) +std::type_info::~type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) +std::type_info::~type_info() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) +std::uncaught_exception() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +std::uncaught_exceptions() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_catch.o) +std::unexpected() c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_terminate.o) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +std::unique_ptr >::~unique_ptr() esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) +str_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strcasecmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasecmp.o) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) +strcasestr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) +strcat c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcat.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/newlib/libnewlib.a(abort.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +strchr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strchr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +strcmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcmp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-locale.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(md.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(ecp.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(cipher.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_ciphersuites.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_objects.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/log/liblog.a(log.c.obj) +strcpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcpy.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strcspn c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strdup c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) +strerror c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +strerror_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror.o) +strerror_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) +strlcat c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/esp_system/libesp_system.a(ubsan.c.obj) +strlcpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcpy.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/esp_common/libesp_common.a(esp_err_to_name.c.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +strlen c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-siscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlcat.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strerror_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strdup_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-sscanf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-puts.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-fputs.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-kdf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ap_config.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(bignum.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_txrx.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ssl.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha1-prf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sha256-prf.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_msg.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/main/libmain.a(mqtt_comandos.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(assert.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +strncasecmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncasecmp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcasestr.o) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +strncmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncmp.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-getenv_r.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-gdtoa-gethex.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + esp-idf/esp_http_server/libesp_http_server.a(httpd_uri.c.obj) + esp-idf/lwip/liblwip.a(def.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/json/libjson.a(cJSON.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +strncpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfiprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-svfprintf.o) + esp-idf/lwip/liblwip.a(netdb.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_page.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_storage.cpp.obj) + esp-idf/esp_partition/libesp_partition.a(partition.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_nucleus.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_hydrogen.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +strndup c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strndup.o) + esp-idf/esp-tls/libesp-tls.a(esp_tls_mbedtls.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) +strnlen c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strnlen.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_network.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_io.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +strrchr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strrchr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +strstr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedx509.a(x509_crt.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pem.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(pkparse.c.obj) + esp-idf/tcp_transport/libtcp_transport.a(transport_ws.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) +strtod c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) + esp-idf/json/libjson.a(cJSON.c.obj) +strtod_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +strtof c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +strtof_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtod.o) +strtok c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) +strtok_r c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtok_r.o) +strtol c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-atoi.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/esp-tls/libesp-tls.a(esp_tls.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +strtol_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtol.o) +strtoll c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) +strtoll_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoll.o) +strtoul c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset_r.o) + esp-idf/http_parser/libhttp_parser.a(http_parser.c.obj) +strtoul_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoul.o) +strtoull c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) +strtoull_l c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strtoull.o) +supplicant_sta_conn_handler esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +supplicant_sta_disconn_handler esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +sw_scan_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +sys_arch_mbox_fetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_arch_mbox_tryfetch esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_arch_protect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_arch_sem_wait esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_arch_unprotect esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) + esp-idf/lwip/liblwip.a(memp.c.obj) + esp-idf/lwip/liblwip.a(mem.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_check_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_delay_ms esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_jiffies esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mbox_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_mbox_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_post esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_set_owner esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mbox_trypost esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mbox_trypost_fromisr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_mutex_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_lock esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_mutex_unlock esp-idf/lwip/liblwip.a(sys_arch.c.obj) +sys_now esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(tcp_isn_default.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_restart_timeouts esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_sem_free esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +sys_sem_signal esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_sem_signal_isr esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) +sys_thread_new esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_thread_sem_deinit esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_thread_sem_get esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) + esp-idf/lwip/liblwip.a(vfs_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +sys_thread_sem_init esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +sys_thread_tcpip esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_timeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +sys_timeouts_deinit esp-idf/lwip/liblwip.a(timeouts.c.obj) +sys_timeouts_init esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +sys_timeouts_sleeptime esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcpip.c.obj) +sys_untimeout esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(mld6.c.obj) + esp-idf/lwip/liblwip.a(igmp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +syscall_table_ptr_app esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +syscall_table_ptr_pro esp-idf/newlib/libnewlib.a(newlib_init.c.obj) +system esp-idf/newlib/libnewlib.a(syscalls.c.obj) +target_power_backoff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +target_power_backoff_qdb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +task_wdt_timeout_abort_xtensa esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) +tcdrain esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflow esp-idf/vfs/libvfs.a(vfs.c.obj) +tcflush esp-idf/vfs/libvfs.a(vfs.c.obj) +tcgetattr esp-idf/vfs/libvfs.a(vfs.c.obj) +tcgetsid esp-idf/vfs/libvfs.a(vfs.c.obj) +tcp_abandon esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_abort esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_accept esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_active_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_active_pcbs_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_alloc esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_arg esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_backlog_accepted esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_backlog_delayed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_bind_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +tcp_bound_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_close esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_close_ext esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_connect esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_debug_state_str esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_eff_send_mss_netif esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_enqueue_flags esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_fasttmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_free_ooseq esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) +tcp_init esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +tcp_input esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +tcp_input_pcb esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_keepalive esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_listen_with_backlog esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_listen_with_backlog_and_err esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcp_new esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_new_ip_type esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_next_iss esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_output esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_lists esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_pcb_purge esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_pcb_remove esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_poll esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_process_refused_data esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recv esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_recv_null esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_recved esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_rexmit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_fast esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_rexmit_rto_commit esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rexmit_rto_prepare esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_rst esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_seg_copy esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_seg_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_segs_free esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_empty_ack esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_send_fin esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_sent esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_setprio esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_shutdown esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_slowtmr esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_split_unsent_seg esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tcp_get_tcp_addrinfo esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_ticks esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_timer_needed esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tmr esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) +tcp_trigger_input_pcb_close esp-idf/lwip/liblwip.a(tcp_in.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_tw_pcbs esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(timeouts.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_txnow esp-idf/lwip/liblwip.a(tcp.c.obj) +tcp_update_rcv_ann_wnd esp-idf/lwip/liblwip.a(tcp.c.obj) + esp-idf/lwip/liblwip.a(tcp_in.c.obj) +tcp_write esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +tcp_zero_window_probe esp-idf/lwip/liblwip.a(tcp_out.c.obj) + esp-idf/lwip/liblwip.a(tcp.c.obj) +tcpip_api_call esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +tcpip_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +tcpip_callbackmsg_delete esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_new esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_callbackmsg_trycallback_fromisr esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_init esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) +tcpip_inpkt esp-idf/lwip/liblwip.a(tcpip.c.obj) +tcpip_input esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcpip_send_msg_wait_sem esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip.c.obj) + esp-idf/lwip/liblwip.a(api_lib.c.obj) +tcpip_try_callback esp-idf/lwip/liblwip.a(tcpip.c.obj) + esp-idf/lwip/liblwip.a(pbuf.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +tcsendbreak esp-idf/vfs/libvfs.a(vfs.c.obj) +tcsetattr esp-idf/vfs/libvfs.a(vfs.c.obj) +telldir esp-idf/vfs/libvfs.a(vfs.c.obj) +temp_sensor_get_raw_value esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temperature_sensor_power_acquire esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temperature_sensor_power_release esp-idf/esp_phy/libesp_phy.a(phy_override.c.obj) +temprature_sens_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +time c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-time.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_client.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(esp_platform_time.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_server.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(ssl_tls12_client.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) +timestamp_id esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) +tkip C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +tkip_decap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) +tkip_encap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_tkip.o) +tls_connection_client_hello_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_decrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_enable_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_encrypt esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_established esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_export_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_eap_fast_key esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_failed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_random esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_get_read_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_get_write_alerts esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_resumed esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) +tls_connection_server_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_cipher_list esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_connection_set_session_ticket_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_connection_shutdown esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +tls_get_cipher esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_errors esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +tls_get_version esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_global_set_params esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_global_set_verify esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tls_init esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +tls_instance_count esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +tlsf_add_pool esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_align_size esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_alloc_overhead esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_block_size_max esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_block_size_min esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_check esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_check_hook esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_check_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_create esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_create_with_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_destroy esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_fit_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_free esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_get_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_malloc esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_memalign esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_memalign_offs esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_pool_overhead esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_realloc esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_remove_pool esp-idf/heap/libheap.a(tlsf.c.obj) +tlsf_size esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +tlsf_walk_pool esp-idf/heap/libheap.a(tlsf.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) +touch_hal_config esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_deinit esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_get_meas_mode esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_get_voltage esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_get_wakeup_status esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_init esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) +touch_hal_set_meas_mode esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_hal_set_voltage esp-idf/hal/libhal.a(touch_sensor_hal.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +touch_pad_clear_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_fsm_start esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_fsm_stop esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_fsm_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_thresh esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_voltage esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_get_wakeup_status esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) +touch_pad_io_init esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_isr_deregister esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_cnt_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_fsm_mode esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_thresh esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_set_voltage esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_pad_sw_start esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +touch_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +touch_sensor_channel_io_map esp-idf/soc/libsoc.a(touch_sensor_periph.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) +transaction clone for std::bad_exception::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +transaction clone for std::bad_exception::~bad_exception() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +transaction clone for std::exception::what() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +transaction clone for std::exception::~exception() const c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +trcAmpduSetState C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_NeedRTS C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_SetTxAmpduState C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_calc_duration C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_ctl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_get_80211_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_get_80211_tx_rate_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_get_espnow_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_isAmpduOn C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_isTxAmpduOperational C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +trc_onAmpduOp C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_onDisconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_onPPTxDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +trc_onScanDone C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_onScanStart C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +trc_set_80211_tx_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_set_80211_tx_rate_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_set_espnow_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_set_per_pkt_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_tid_isTxAmpduOperational C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +trc_update_def_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +trc_update_ifx_phy_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +truncate esp-idf/vfs/libvfs.a(vfs.c.obj) +tsens_code_read C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tsens_read_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_cap_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_cont_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_cont_dis C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_cont_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_delay_cfg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_gain_table_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_msg_id2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tx_paon_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_pwctrl_background C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +tx_pwctrl_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +tx_pwctrl_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +tx_pwctrl_init_cal C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +tx_pwctrl_track_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +tx_rf_ana_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +tx_state_id2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) +tx_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +tx_wifi_err2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) +txcal_debuge_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +txiq_cal_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +txopstart_index C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +txpwr_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +txq_opr2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +typeinfo for __gnu_cxx::__concurrence_lock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +typeinfo for __gnu_cxx::__concurrence_unlock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +typeinfo for std::bad_alloc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +typeinfo for std::exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +typeinfo name for __gnu_cxx::__concurrence_lock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +typeinfo name for __gnu_cxx::__concurrence_unlock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +typeinfo name for std::bad_alloc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +typeinfo name for std::exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +tzset c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-tzset.o) +uart_clear_intr_status esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_pattern_det_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_disable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_driver_delete esp-idf/driver/libdriver.a(uart.c.obj) +uart_driver_install esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_intr_mask esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_pattern_det_baud_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_rx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_enable_tx_intr esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush esp-idf/driver/libdriver.a(uart.c.obj) +uart_flush_input esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_buffered_data_len esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_collision_flag esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_sclk_freq esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_selectlock esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_get_tx_buffer_free_size esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_get_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_hal_get_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_max_rx_timeout_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_get_symb_len esp-idf/hal/libhal.a(uart_hal.c.obj) +uart_hal_get_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_init esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_inverse_signal esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_is_hw_rts_en esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_read_rxfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_rxfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_at_cmd_char esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_baudrate esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_data_bit_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_dtr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_hw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_loop_back esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_mode esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_parity esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rx_timeout esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_rxfifo_full_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sclk esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_stop_bits esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_sw_flow_ctrl esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_tx_idle_num esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_txfifo_empty_thr esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_set_wakeup_thrd esp-idf/hal/libhal.a(uart_hal.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_tx_break esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_txfifo_rst esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_hal_write_txfifo esp-idf/hal/libhal.a(uart_hal_iram.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +uart_intr_config esp-idf/driver/libdriver.a(uart.c.obj) +uart_is_driver_installed esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_param_config esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_get_pos esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_pop_pos esp-idf/driver/libdriver.a(uart.c.obj) +uart_pattern_queue_reset esp-idf/driver/libdriver.a(uart.c.obj) +uart_periph_signal esp-idf/soc/libsoc.a(uart_periph.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uart_read_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_always_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_baudrate esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_dtr esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_hw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_line_inverse esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_loop_back esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_mode esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_parity esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_pin esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rts esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_full_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_rx_timeout esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_select_notif_callback esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_stop_bits esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_set_sw_flow_ctrl esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_empty_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_tx_idle_num esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_wakeup_threshold esp-idf/driver/libdriver.a(uart.c.obj) +uart_set_word_length esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_tx_chars esp-idf/driver/libdriver.a(uart.c.obj) +uart_wait_idle C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +uart_wait_tx_done esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_wait_tx_idle_polling esp-idf/driver/libdriver.a(uart.c.obj) +uart_write_bytes esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) +uart_write_bytes_with_break esp-idf/driver/libdriver.a(uart.c.obj) +udp_bind esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +udp_bind_netif esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(sockets.c.obj) +udp_connect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_disconnect esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +udp_init esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(init.c.obj) +udp_input esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(ip6.c.obj) + esp-idf/lwip/liblwip.a(ip4.c.obj) +udp_netif_ip_addr_changed esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(netif.c.obj) +udp_new esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_new_ip_type esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +udp_pcbs esp-idf/lwip/liblwip.a(udp.c.obj) +udp_recv esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +udp_remove esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +udp_send esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) +udp_sendto esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcpserver.c.obj) + esp-idf/lwip/liblwip.a(api_msg.c.obj) + esp-idf/lwip/liblwip.a(dns.c.obj) + esp-idf/lwip/liblwip.a(sntp.c.obj) +udp_sendto_if esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +udp_sendto_if_src esp-idf/lwip/liblwip.a(udp.c.obj) + esp-idf/lwip/liblwip.a(dhcp.c.obj) +ulTaskGenericNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +ulTaskGenericNotifyValueClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +ulTaskNotifyTake esp-idf/freertos/libfreertos.a(tasks.c.obj) +unforce_wifi_mode C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(bt_bb.o) +ungetc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-ungetc.o) +unregister_ieee80211_action_vendor_get_key_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +unregister_ieee80211_action_vendor_spec_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) +unregister_ieee80211_rfid_locp_recv_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_rfid.o) +update_cs_thres C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +usleep esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(os_xtensa.c.obj) +utime esp-idf/vfs/libvfs.a(vfs.c.obj) +utoa c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-utoa.o) +uuid_gen_mac_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +uxListRemove esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxQueueMessagesWaiting esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +uxQueueMessagesWaitingFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +uxQueueSpacesAvailable esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +uxTaskGetNumberOfTasks esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetSnapshotAll esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskGetStackHighWaterMark2 esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskPriorityGet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) +uxTaskPriorityGetFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +uxTaskResetEventItemValue esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +uxTopUsedPriority esp-idf/freertos/libfreertos.a(FreeRTOS-openocd.c.obj) +vApplicationGetIdleTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vApplicationGetTimerTaskMemory esp-idf/freertos/libfreertos.a(port_common.c.obj) +vApplicationStackOverflowHook esp-idf/main/libmain.a(main.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vEventGroupClearBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vEventGroupDelete esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +vEventGroupSetBitsCallback esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vListInitialise esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vListInitialiseItem esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsert esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vListInsertEnd esp-idf/freertos/libfreertos.a(list.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortAssertIfInISR esp-idf/freertos/libfreertos.a(port.c.obj) +vPortCleanUpCoprocArea esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortEndScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vPortExitCritical esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vPortExitCriticalCompliance esp-idf/freertos/libfreertos.a(port.c.obj) +vPortFree esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vPortSetStackWatchpoint esp-idf/freertos/libfreertos.a(port.c.obj) +vPortSetupTimer esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(port.c.obj) +vPortYield esp-idf/freertos/libfreertos.a(portasm.S.obj) +vPortYieldFromInt esp-idf/freertos/libfreertos.a(portasm.S.obj) +vPortYieldOtherCore esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +vQueueDelete esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vQueueWaitForMessageRestricted esp-idf/freertos/libfreertos.a(queue.c.obj) +vRingbufferDelete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferGetInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +vRingbufferReturnItem esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vRingbufferReturnItemFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +vTaskDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/main/libmain.a(led_driver.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskDelete esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskEndScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskGenericNotifyGiveFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) +vTaskGetSnapshot esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +vTaskInternalSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskMissedYield esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskPlaceOnEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnEventListRestricted esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPlaceOnUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskPriorityDisinheritAfterTimeout esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +vTaskPrioritySet esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) +vTaskReleaseKernelLock esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskRemoveFromUnorderedEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +vTaskResume esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointer esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskSetThreadLocalStoragePointerAndDelCallback esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) +vTaskSetTimeOutState esp-idf/freertos/libfreertos.a(tasks.c.obj) +vTaskStartScheduler esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) +vTaskSuspend esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +vTaskSuspendAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system.c.obj) +vTaskSwitchContext esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +vTaskTakeKernelLock esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) +valid_key_length esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes_common.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) +valloc esp-idf/newlib/libnewlib.a(heap.c.obj) +vdd33_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\librtc.a(rtc_analog.o) +vfiprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfiprintf.o) +vfprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vfprintf.o) +vfs_include_syscalls_impl esp-idf/vfs/libvfs.a(vfs.c.obj) +vote_done2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +vote_start2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +vprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vprintf.o) + esp-idf/log/liblog.a(log.c.obj) +vsnprintf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-vsnprintf.o) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +vtable for __cxxabiv1::__class_type_info c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +vtable for __cxxabiv1::__forced_unwind c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__foreign_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +vtable for __cxxabiv1::__si_class_type_info c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(si_class_type_info.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +vtable for __gnu_cxx::__concurrence_lock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +vtable for __gnu_cxx::__concurrence_unlock_error c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_alloc.o) +vtable for nvs::NVSHandle esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSHandleSimple esp-idf/nvs_flash/libnvs_flash.a(nvs_handle_simple.cpp.obj) + esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::NVSPartition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +vtable for nvs::NVSPartitionManager esp-idf/nvs_flash/libnvs_flash.a(nvs_partition_manager.cpp.obj) +vtable for nvs::Partition esp-idf/nvs_flash/libnvs_flash.a(nvs_partition.cpp.obj) +vtable for std::bad_alloc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(bad_alloc.o) + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(new_op.o) +vtable for std::bad_exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +vtable for std::exception c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(eh_exception.o) +vtable for std::type_info c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libstdc++.a(tinfo.o) +wDevCheckBlockError C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wDevCtrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDevMacSleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_AppendRxBlocks C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wDev_Crypto_Disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_DiscardFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_FetchFirstDesc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_GetNoiseFloor C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Get_Next_TBTT C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_IndicateAmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_IndicateCtrlFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_IndicateFrame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Insert_KeyEntry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Mesh_Disable_Tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Enable_Tsf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) +wDev_Mesh_Set_TBTT C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) +wDev_ProcessFiq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_ProcessRxSucData C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Reset_TBTT C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_RxSecError C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_Rxbuf_Deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Rxbuf_Init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_SetAuthed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_SetCurChannel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_Set_Beacon_Int C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wDev_SnifferRxAmpdu C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_SnifferRxData C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_disable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +wDev_enable_low_rate C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) +wDev_is_low_rate_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) +wDev_nan_is_in_dw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wDev_record_ftm_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wDev_remove_KeyEntry C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_remove_KeyEntry_all_cnx C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wDev_reset_bcnSendTick C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac.o) +wapi_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +wdevProcessRxSucDataAll C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wdev_bank_load C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_bank_store C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_hw_bug_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_len_align C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_csi_rx_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_dump_rx_linked_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_get_promis_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_get_promis_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_is_data_in_rxlist C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_is_mgmt_hwdecr_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_mac_reg_load C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_reg_store C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_sleep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_sleep_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_sleep_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_mac_special_reg_load C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_special_reg_store C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_mac_wakeup C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wdev_nan_set_callbacks C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_pop_promis_misc_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_process_misc_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +wdev_process_panic_watchdog C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_push_promis_misc_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_record_rx_linked_list C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_csi_rx_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_ctrl_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_promis_filter C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wdev_set_promis_misc_buf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdev_set_promis_misc_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_deinit esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) +wdt_hal_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +wdt_hal_feed esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_handle_intr esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) +wdt_hal_init esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) +wdt_hal_is_enabled esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) +wdt_hal_set_flashboot_en esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) +wdt_hal_write_protect_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wdt_hal_write_protect_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt_impl_timergroup.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(startup.c.obj) + esp-idf/esp_system/libesp_system.a(panic.c.obj) + esp-idf/esp_system/libesp_system.a(int_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(clk.c.obj) +wep C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wep_decap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) +wep_encap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_wep.o) +wifi_11g_rate_chg C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +wifi_action_tx_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_ant_config_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_to_ant_type C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ant_update C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ap_pmf_enabled C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_ap_reg_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ap_remove_sta_node_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ap_sta_sae_auth_done_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_apb80m_release C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_apb80m_request C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_api_lock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_api_unlock C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_bbgain_max C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +wifi_bt_common_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_bt_common_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) +wifi_calloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_check_chan_param C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_clear_ap_list_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_coex_pwr_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_config_portal_init esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) +wifi_configure_wake_window_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_connect_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_copy_ap_record C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_create_nan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_create_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_create_softap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_create_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_crypto_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_crypto_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_csi_set_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deauth_sta_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_deinit_in_caller_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_deinit_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_delete_queue esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_destroy_nan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_destroy_softap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_destroy_sta C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_disable_pmf_config_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_disconnect_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_event_id2str C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_utilities.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_parent.o) +wifi_event_post C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_force_wakeup_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ftm_start_initiator_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_funcs esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eloop.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_get_ap_info_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_ap_list_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_ap_record_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_bw_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_channel_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_init_state C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_get_macaddr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action_vendor.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_protocol_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_rand_macaddr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_get_rand_macaddr_keep_oui C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_get_sta_list_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_tsf_time_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_get_user_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_gpio_debug C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_gpio_debug_max_event_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +wifi_hmac_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hmac_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hw_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_hw_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_init_completed C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_init_in_caller_task C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_init_key C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_init_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_internal_ioctl_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ioctl_ht2040_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ioctl_ht2040_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_ipc_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_is_started C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) +wifi_is_stop_in_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_lmac_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_log C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_sleep.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a(misc_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_mac_tx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(hal_ampdu.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_coex.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm_beacon_offset.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(lmac.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(esf_buf.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ets.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_sms4.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_action.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_offchan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_chm.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_timer.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_reg_db.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_proto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_power.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_phy.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_output.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_datapath.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_input.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ht.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_malloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_menuconfig_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_act_duty_signaling_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_assoc_expire_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_event_post C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_quick.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_mesh_ie_crypto_funcs_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_crypto_key_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_deinit_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_init_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ie_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_is_roots_found_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_map_deauth_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_mesh_parent_candidate_clear_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_candidate_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_parent_monitor_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_get_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_cycle_set_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_ps_duty_ext_get_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_root_conflicts_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_roots_ie_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_router_bssid_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_get_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_rssi_threshold_set_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_set_beacon_interval_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_sta_disassoc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_mesh_sta_disassoc_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mesh_switch_channel_progress C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_mode_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_module_disable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_module_enable esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_nan_followup_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_nan_publish_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_nan_reg_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_common.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nan_set_config_local C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nan_subscribe_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ndp_end_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ndp_req_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_ndp_resp_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_nvs_ap_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_cfg_item_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_commit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_nvs_compare_cfg_diff C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_deinit C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_get C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_nvs_get_sta_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_nvs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_reset_current_ap_info C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +wifi_nvs_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_nvs_set C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_nvs_set_sta_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) +wifi_nvs_sta_restore C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_chan C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_password C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_ap_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_listen_interval C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_nvs_validate_sta_password C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) +wifi_on_coex_schm_phase_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_on_coex_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_osi_funcs_register C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_osi_ready C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_realloc esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +wifi_recycle_rx_pkt C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211.o) +wifi_register_mgmt_frame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_register_user_ie_manufacturer_recv_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_reset_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_restart_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_restore_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_rf_phy_disable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_rf_phy_enable C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pm.o) +wifi_rifs_mode_en C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +wifi_roc_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_sample_beacon_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_scan_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_scan_stop_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_send_mgmt_frame C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_ant C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_ant_gpio C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_appie_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_auto_connect_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_bw_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_chan_range C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_channel_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_config_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_country C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_csi C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_default_ssid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nvs.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_dynamic_cs_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_event_mask C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_fix_rate_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_gpio_debug_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp_debug.o) +wifi_set_home_channel_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_log_mod_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_mac_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_max_tpw C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_mode_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_phy_2nd_chan_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_promis_ctrl_filter_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_promis_filter_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_promis_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_protocol_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_ps_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_rssi_threshold C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_rx_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(if_hwctrl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_disc.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_set_rxcb_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_user_ie C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_cb_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_vnd_ie_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_set_wps_cb_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_start_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_status_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_set_wps_type_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_softap_cacl_mac C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_cur_max_ap_bss_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) +wifi_softap_get_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_get_station_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_max_support_num C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_set_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_staconnected_event_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_softap_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_hostap.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_softap_toomany_deny C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_sta_connect_internal_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_sta_disconnect C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_get_enterprise_disable_time_check esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) +wifi_sta_get_prof_password C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +wifi_sta_reg_eapol_txdone_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_sta_reg_rxcb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_sta_rx_probe_req C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(wdev.o) +wifi_sta_set_ap_num_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_start_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_ap_check C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_config C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_config_default C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_current_ap_id C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_station_get_reconnect_policy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_scan.o) +wifi_station_save_ap_channel C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_station_start C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_station_stop C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_station_wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_eapol_start_handle esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wifi_station_wps_eapol_start_handle_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_msg_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_success_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_station_wps_timeout_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_stop_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_stop_sw_txq C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_tbtt_quick_wake_configure_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_track_pll_cap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +wifi_txband C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +wifi_txband_ht40 C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +wifi_txq_empty C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wifi_unregister_user_ie_manufacturer_recv_cb C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_update_listen_interval_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_api.o) +wifi_wpa2_ent_disable_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_ent_enable_process C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_supplicant.o) +wifi_wpa2_is_started C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_wps_disable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_enable_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_is_started C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +wifi_wps_scan esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wifi_wps_scan_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wl_clear_ap_no_lr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_sta.o) +wl_is_ap_no_lr C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(trc.o) +wlanif_init esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) +wlanif_init_ap esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wlanif_init_nan esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wlanif_init_sta esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wlanif_input esp-idf/esp_netif/libesp_netif.a(wlanif.c.obj) + esp-idf/esp_netif/libesp_netif.a(esp_netif_lwip_defaults.c.obj) +wpa2_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +wpa2_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +wpa2_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) +wpa3_hostap_auth_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa3_hostap_auth_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa3_hostap_post_evt esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +wpa_add_kde esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_akm_to_suite esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_ap_get_peer_spp_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_get_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_remove esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_ap_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_attach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_auth_add_sae_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_for_each_sta esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_pmksa_add_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) +wpa_auth_pmksa_remove esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sm_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_sta_associated esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sta_info.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_sta_no_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_auth_uses_mfp esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_auth_uses_sae esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_cipher_key_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_put_suites esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_cipher_rsc_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_cipher_to_alg esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_cipher_to_suite esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_cipher_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_cipher_valid_mgmt_group esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_cipher_valid_pairwise esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_compare_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_config_assoc_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_config_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_done esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_parse_string esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_config_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_crypto_funcs C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_crypto_ccmp.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_nan_sd.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wpa_crypto_funcs_init C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(ieee80211_ioctl.o) +wpa_deattach esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +wpa_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_eapol_key_mic esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_eapol_key_send esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_ether_send esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_gen_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_gen_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_get_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_get_ntp_timestamp esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_insert_pmkid esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) +wpa_install_key esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_is_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_merge_byte_arrays esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_mic_len esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_michael_mic_failure esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_parse_kde_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_parse_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_parse_wpa_ie_rsn esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpa_parse_wpa_ie_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) +wpa_parse_wpa_ie_wpa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_parse_wpa_ie_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_pmk_to_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +wpa_receive esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_remove_ptk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_report_ie_mismatch esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_res_to_status_code esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_sendto_wrapper esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_bss esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_set_passphrase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_set_profile esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deauthenticate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_disassociate esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_drop_sa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_get_beacon_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) +wpa_sm_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_mlme_setprotection esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_notify_assoc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_common.c.obj) +wpa_sm_notify_disassoc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sm_set_ap_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_assoc_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_pmk_from_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_sm_set_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_snprintf_hex esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) +wpa_snprintf_hex_uppercase esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_debug.c.obj) +wpa_ssid_txt esp-idf/wpa_supplicant/libwpa_supplicant.a(common.c.obj) +wpa_sta_clear_curr_pmksa esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_connect esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_cur_pmksa_matches_akm esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) +wpa_sta_in_4way_handshake esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wpa_sta_is_cur_pmksa_set esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_status_to_reason_code esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_supplicant_clr_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_gtk_tx_bit_workaround esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_key_neg_complete esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_pairwise_gtk esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_parse_ies esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_process_1_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_send_2_of_4 esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_stop_countermeasures esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_supplicant_transition_disable esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpas_glue.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpa_use_aes_key_wrap esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_use_akm_defined esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth.c.obj) +wpa_validate_wpa_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_hostap.c.obj) +wpa_write_rsn_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpa_write_rsnxe esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa_auth_ie.c.obj) +wpabuf_alloc esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_alloc_copy esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls-ec.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_alloc_ext_data esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) +wpabuf_clear_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wpabuf_concat esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_dup esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +wpabuf_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_group5.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_eap_client.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(pmksa_cache_auth.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_owe.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa3.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_printf esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) +wpabuf_put esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_ttls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_peap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_mschapv2.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(ieee802_11_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae_pk.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_wsc_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(dh_groups.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(sae.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(comeback_token.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_resize esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(eap_tls_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(tls_mbedtls.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wpabuf_zeropad esp-idf/wpa_supplicant/libwpa_supplicant.a(wpabuf.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wpa.c.obj) +wps_add_discard_ap esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_ap_priority_compar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_attr_text esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_ap_channel esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) +wps_build_application_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_assoc_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_assoc_resp_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_assoc_state esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_auth_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_config_error esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_config_methods esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_conn_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_dev_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_dev_password_id esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_encr_type_flags esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_enrollee_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_mac_addr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_manufacturer esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_name esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_model_number esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_msg_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_primary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_probe_req_ie esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_public_key esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_build_registrar_nonce esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_build_req_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_req_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_resp_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_rf_bands_attr esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_secondary_dev_type esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_serial_number esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_vendor_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_build_vendor_ext_m1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wfa_ext esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_build_wsc_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_build_wsc_nack esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_check_wifi_mode esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_config_methods_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_decrypt_encr_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_delete_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_derive_keys esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_derive_psk esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_dev_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_dev_type_bin2str esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_dev_type_str2bin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_device_data_free esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_enrollee_process_msg_frag esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_finish esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_generate_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_get_uuid_e esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_get_wps_sm_cb esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wpa_main.c.obj) +wps_ie_encapsulate esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_build.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_init esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_init_cfg_pin esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_20 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_is_addr_authorized esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pbc_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_is_selected_pin_registrar esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_kdf esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_model_number esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_parse_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_parse.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_pbc_active_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_disable_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_overlap_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pbc_timeout_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_checksum esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_pin_str_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_pin_valid esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_post esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_post_block esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_printf esp-idf/esp_phy/libesp_phy.a(lib_printf.c.obj) +wps_process_ap_settings esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_authenticator esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_cred esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_device_attrs esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_key_wrap_auth esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_attr_process.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_process_os_version esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_rf_bands esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_vendor_ext_m1 esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_dev_attr.c.obj) +wps_process_wps_mX_req esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_pwd_auth_fail_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_registrar_get_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_registrar_process_msg esp-idf/wpa_supplicant/libwpa_supplicant.a(wps.c.obj) +wps_selected_registrar_timeout_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) +wps_send_eap_identity_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_frag_ack esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_send_wps_mX_rsp esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_default_factory esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_set_factory_info esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_alloc_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_free_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_get esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_sm_rx_eapol_internal esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_start_msg_timer esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_start_pending esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_stop_process esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_success_event esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_common.c.obj) + esp-idf/wpa_supplicant/libwpa_supplicant.a(wps_enrollee.c.obj) +wps_task esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_deinit esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_task_init esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wps_tx_start esp-idf/wpa_supplicant/libwpa_supplicant.a(esp_wps.c.obj) +wr_bt_tx_atten C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +wr_bt_tx_gain_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +wr_rf_freq_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +wr_rx_gain_mem C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +write c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-syswrite.o) + esp-idf/mbedtls/mbedtls/library/libmbedtls.a(net_sockets.c.obj) +write_freq_mem_all C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +write_txrate_power_offset C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) + C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7.o) +write_wifi_chan_data C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_ana.o) +write_wifi_dig_gain C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32\libphy.a(phy_chip_v7_cal.o) +wrong_password_flag C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a(wl_cnx.o) +x509_crt_bundle esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) +x509_crt_bundle_length esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj) +xEventGroupClearBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +xEventGroupCreate esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +xEventGroupCreateStatic esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupGetBitsFromISR esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupGetStaticBuffer esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupSetBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +xEventGroupSync esp-idf/freertos/libfreertos.a(event_groups.c.obj) +xEventGroupWaitBits esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) +xPortCheckValidTCBMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortEnterCriticalTimeout esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/driver/libdriver.a(touch_sensor_common.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/driver/libdriver.a(spi_common.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(esp_aes.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(crosscore_int.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/driver/libdriver.a(rmt_common.c.obj) + esp-idf/driver/libdriver.a(rtc_io.c.obj) + esp-idf/driver/libdriver.a(gpio.c.obj) + esp-idf/vfs/libvfs.a(vfs_uart.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_common.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_module.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/heap/libheap.a(multi_heap.c.obj) + esp-idf/heap/libheap.a(heap_caps_init.c.obj) + esp-idf/esp_system/libesp_system.a(freertos_hooks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) + esp-idf/pthread/libpthread.a(pthread_rwlock.c.obj) + esp-idf/pthread/libpthread.a(pthread_local_storage.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xPortEnterCriticalTimeoutCompliance esp-idf/freertos/libfreertos.a(port.c.obj) +xPortGetFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetMinimumEverFreeHeapSize esp-idf/freertos/libfreertos.a(heap_idf.c.obj) +xPortGetTickRateHz esp-idf/freertos/libfreertos.a(port.c.obj) +xPortInIsrContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sleep_modes.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_phy/libesp_phy.a(phy_init.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/newlib/libnewlib.a(stdatomic.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer_impl_lac.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(regi2c_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(sar_periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(periph_ctrl.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(esp_clk.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc_isr.c.obj) +xPortInterruptedFromISRContext esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/esp_system/libesp_system.a(panic_arch.c.obj) +xPortStartScheduler esp-idf/freertos/libfreertos.a(port.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xPortSysTickHandler esp-idf/freertos/libfreertos.a(port_systick.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) +xPortcheckValidStackMem esp-idf/freertos/libfreertos.a(heap_idf.c.obj) + esp-idf/freertos/libfreertos.a(tasks.c.obj) +xQueueAddToSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueCreateCountingSemaphore esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) +xQueueCreateCountingSemaphoreStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) +xQueueCreateMutex esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/spiffs/libspiffs.a(esp_spiffs.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueCreateMutexStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueCreateSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGenericCreate esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) +xQueueGenericCreateStatic esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +xQueueGenericGetStaticBuffers esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) +xQueueGenericReset esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGenericSend esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGenericSendFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +xQueueGetMutexHolder esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueGetMutexHolderFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueGiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueGiveMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueIsQueueEmptyFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueIsQueueFullFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeek esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueuePeekFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueReceive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) +xQueueReceiveFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(rmt_tx.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) +xQueueRemoveFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSet esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSelectFromSetFromISR esp-idf/freertos/libfreertos.a(queue.c.obj) +xQueueSemaphoreTake esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_coex/libesp_coex.a(esp_coex_adapter.c.obj) + esp-idf/driver/libdriver.a(spi_bus_lock.c.obj) + esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a(sha.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/spiffs/libspiffs.a(spiffs_api.c.obj) + esp-idf/vfs/libvfs.a(vfs.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) + esp-idf/pthread/libpthread.a(pthread_semaphore.c.obj) + esp-idf/pthread/libpthread.a(pthread_cond_var.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xQueueTakeMutexRecursive esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xRingbufferAddToQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreate esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferCreateNoSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferCreateStatic esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetCurFreeSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferGetMaxItemSize esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferPrintInfo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceive esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveSplit esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveSplitFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferReceiveUpTo esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferReceiveUpToFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferRemoveFromQueueSetRead esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSend esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xRingbufferSendAcquire esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendComplete esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) +xRingbufferSendFromISR esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) +xTaskAbortDelay esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCatchUpTicks esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskCheckForTimeOut esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskCreatePinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/main/libmain.a(mqtt_handler.c.obj) + esp-idf/main/libmain.a(wifi_config_portal.c.obj) + esp-idf/main/libmain.a(main.c.obj) + esp-idf/esp_timer/libesp_timer.a(esp_timer.c.obj) + esp-idf/freertos/libfreertos.a(app_startup.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskCreateStaticPinnedToCore esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskDelayUntil esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotify esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGenericNotifyFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotifyStateClear esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGenericNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetAffinity esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xTaskGetCurrentTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_parse.c.obj) + esp-idf/esp_http_server/libesp_http_server.a(httpd_main.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/mqtt/libmqtt.a(mqtt_client.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/pthread/libpthread.a(pthread.c.obj) +xTaskGetCurrentTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandle esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetIdleTaskHandleForCPU esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) +xTaskGetSchedulerState esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(event_groups.c.obj) + esp-idf/esp_system/libesp_system.a(esp_ipc.c.obj) + esp-idf/spi_flash/libspi_flash.a(spi_flash_os_func_app.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) + esp-idf/cxx/libcxx.a(cxx_guards.cpp.obj) + esp-idf/newlib/libnewlib.a(locks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskGetStaticBuffers esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskGetTickCount esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/lwip/liblwip.a(sys_arch.c.obj) + esp-idf/esp_event/libesp_event.a(esp_event.c.obj) + esp-idf/driver/libdriver.a(uart.c.obj) + esp-idf/newlib/libnewlib.a(time.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskGetTickCountFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/log/liblog.a(log_freertos.c.obj) +xTaskIncrementTick esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xTaskIncrementTickOtherCores esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(port_systick.c.obj) +xTaskNotifyWait esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTaskPriorityDisinherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskPriorityInherit esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskRemoveFromEventList esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/esp_ringbuf/libesp_ringbuf.a(ringbuf.c.obj) + esp-idf/freertos/libfreertos.a(queue.c.obj) +xTaskResumeAll esp-idf/freertos/libfreertos.a(tasks.c.obj) + esp-idf/spi_flash/libspi_flash.a(cache_utils.c.obj) +xTaskResumeFromISR esp-idf/freertos/libfreertos.a(tasks.c.obj) +xTimerCreateTimerTask esp-idf/freertos/libfreertos.a(tasks.c.obj) +xon_task_main C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a(mesh_schedule.o) +xphyQueue C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +xswap C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a(pp.o) +xt_clock_freq esp-idf/freertos/libfreertos.a(xtensa_init.c.obj) +xt_debugexception esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_highint4 esp-idf/esp_system/libesp_system.a(highint_hdl.S.obj) +xt_highint5 esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_int_has_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_ints_off esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) + esp-idf/esp_system/libesp_system.a(system_internal.c.obj) + esp-idf/esp_system/libesp_system.a(esp_system_chip.c.obj) +xt_ints_on esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/freertos/libfreertos.a(portasm.S.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_nmi esp-idf/freertos/libfreertos.a(xtensa_vectors.S.obj) +xt_set_exception_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_set_interrupt_handler esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/esp_wifi/libesp_wifi.a(esp_adapter.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj) + esp-idf/esp_system/libesp_system.a(task_wdt.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) +xt_unhandled_interrupt esp-idf/xtensa/libxtensa.a(xtensa_intr.c.obj) + esp-idf/xtensa/libxtensa.a(xtensa_intr_asm.S.obj) +xthal_restore_extra_nw C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--restore_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_save_extra_nw C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(state_asm--save_extra_nw.o) + esp-idf/freertos/libfreertos.a(xtensa_context.S.obj) +xthal_set_intclear C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(int_asm--set_intclear.o) + esp-idf/esp_hw_support/libesp_hw_support.a(intr_alloc.c.obj) +xthal_spill_registers_into_stack_nw C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) +xthal_window_spill C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/esp_system/libesp_system.a(debug_helpers_asm.S.obj) +xthal_window_spill_nw C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a(windowspill_asm.o) + esp-idf/freertos/libfreertos.a(portasm.S.obj) diff --git a/build/app-flash_args b/build/app-flash_args new file mode 100644 index 0000000..67d7f03 --- /dev/null +++ b/build/app-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x10000 LED_shit.bin diff --git a/build/bootloader-flash_args b/build/bootloader-flash_args new file mode 100644 index 0000000..31ab2e9 --- /dev/null +++ b/build/bootloader-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure b/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-done b/build/bootloader-prefix/src/bootloader-stamp/bootloader-done new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-download b/build/bootloader-prefix/src/bootloader-stamp/bootloader-download new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir b/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt new file mode 100644 index 0000000..53e1e1e --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt new file mode 100644 index 0000000..a912b5f --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt @@ -0,0 +1,9 @@ +# This is a generated file and its contents are an internal implementation detail. +# The download step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +method=source_dir +command= +source_dir=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject +work_dir= + diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-update b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update new file mode 100644 index 0000000..e69de29 diff --git a/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt new file mode 100644 index 0000000..31617d1 --- /dev/null +++ b/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)= +command (disconnected)= +work_dir= diff --git a/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt new file mode 100644 index 0000000..1394a1f --- /dev/null +++ b/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt @@ -0,0 +1 @@ +cmd='C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe;-DSDKCONFIG=C:/LED_shit/sdkconfig;-DIDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/LED_shit;-GNinja;-S;;-B;' diff --git a/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake b/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake new file mode 100644 index 0000000..d1ef0b4 --- /dev/null +++ b/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake @@ -0,0 +1,27 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + +cmake_minimum_required(VERSION 3.5) + +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject") + file(MAKE_DIRECTORY "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject") +endif() +file(MAKE_DIRECTORY + "C:/LED_shit/build/bootloader" + "C:/LED_shit/build/bootloader-prefix" + "C:/LED_shit/build/bootloader-prefix/tmp" + "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp" + "C:/LED_shit/build/bootloader-prefix/src" + "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp" +) + +set(configSubDirs ) +foreach(subDir IN LISTS configSubDirs) + file(MAKE_DIRECTORY "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/${subDir}") +endforeach() +if(cfgdir) + file(MAKE_DIRECTORY "C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash +endif() diff --git a/build/bootloader/.bin_timestamp b/build/bootloader/.bin_timestamp new file mode 100644 index 0000000..85142bf --- /dev/null +++ b/build/bootloader/.bin_timestamp @@ -0,0 +1 @@ +911886ced05783ddade8afa47f8beac7 C:/LED_shit/build/bootloader/bootloader.bin diff --git a/build/bootloader/.ninja_deps b/build/bootloader/.ninja_deps new file mode 100644 index 0000000..89abfd5 Binary files /dev/null and b/build/bootloader/.ninja_deps differ diff --git a/build/bootloader/.ninja_log b/build/bootloader/.ninja_log new file mode 100644 index 0000000..f872c9d --- /dev/null +++ b/build/bootloader/.ninja_log @@ -0,0 +1,142 @@ +# ninja log v6 +26 234 7839044798009450 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 44599336c527455f +30 242 7839044798049517 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b57762d1e5bfb606 +22 274 7839044797959518 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 249d18d6cd75dfbf +55 281 7839044798301354 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 739414f7d07df79e +50 352 7839044798250996 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 32b585171ab6a248 +13 358 7839044797861465 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 8a25859c08b9d337 +45 364 7839044798184279 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 7ada3017e8d6d754 +35 370 7839044798059526 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 493ea77a3a633fd7 +17 377 7839044797911906 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 63e9d7278ee70dbd +80 387 7839044798534402 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 8c36030bda409502 +74 410 7839044798489174 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj fd42f412c23e752 +63 429 7839044798371713 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 7b745388717f6442 +68 495 7839044798431967 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 8c46799770bc69f9 +236 508 7839044800101579 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b6d0caf2160f1b8e +40 556 7839044798138973 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 4293f3b0e78b5906 +364 684 7839044801388428 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj e68feb9754b4cd41 +371 693 7839044801454830 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 7b8b6fef3c5814b +281 701 7839044800548084 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj ad94ae61d2596e72 +410 764 7839044801847396 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 379c7f3ff3fd178 +388 772 7839044801626822 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 117505c8785b585d +358 785 7839044801328217 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj cd43b7df4129fe7 +275 791 7839044800491551 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 4bc16b55935426af +377 847 7839044801510176 esp-idf/log/liblog.a 62476fbdb41be824 +352 893 7839044801257443 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj e4008c9653b6b17f +508 904 7839044802826026 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 1608d227b73cf647 +429 911 7839044802039630 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 4a3dee02920b0d4b +496 933 7839044802699861 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 548f9a95b6224fa8 +242 977 7839044800158315 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj f79b0fdb14312c13 +556 1065 7839044803308449 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj cb09a93148f56906 +772 1075 7839044805464769 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 1d5cff936d99942a +764 1084 7839044805394476 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 49c306046cc00e7e +785 1154 7839044805600419 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj ead030c62b951ae +684 1191 7839044804589233 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 10e11992aadc8b70 +792 1205 7839044805656183 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 62f808734aa32d5 +911 1218 7839044806858722 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 2ffd755168eb40cc +693 1225 7839044804672900 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 5eb824e972dda0e4 +894 1252 7839044806684577 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj f633ec732d0e5689 +702 1281 7839044804759018 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 85e7f89ceb68beae +847 1288 7839044806225656 esp-idf/esp_rom/libesp_rom.a 364779c7bc68f0f0 +904 1342 7839044806782785 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 101a5926ceff15d1 +1225 1474 7839044810002223 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 30113678d68284cb +977 1480 7839044807510123 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj e1792a105c9de903 +1085 1486 7839044808588731 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 14b3307d0ba4282 +1205 1522 7839044809802700 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 7db558c8863ae1c9 +933 1543 7839044807071396 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj e30f05cb9eef92e4 +1281 1565 7839044810553316 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj ef6bf23e874a01db +1065 1642 7839044808402816 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj f9b43d89b9d131b +1219 1713 7839044809930991 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj d6c3925d3139d0fd +1191 1728 7839044809659078 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 74d9b15973005b01 +1253 1740 7839044810276295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj c98ea38db222502b +1289 1749 7839044810627221 esp-idf/esp_common/libesp_common.a f0f4af40ea9659d3 +1480 1774 7839044812549564 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 3a878c02262b39b7 +1522 1804 7839044812964692 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj d233aff693b57118 +1474 1817 7839044812484175 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj cbf4c30828925b40 +1543 1845 7839044813172157 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 776510c4f810ae2e +1486 1851 7839044812610214 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 98255d8c942997eb +1076 1863 7839044808508180 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj dd360c34fb815059 +1342 1879 7839044811171324 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj 6472fb2f11bddcf0 +1154 1921 7839044809282634 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 2d6a2d7bd3e5d608 +1565 1936 7839044813403268 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj 17e1a6ce787deb49 +1728 1994 7839044815028259 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 4acc2609b215dff1 +1817 2036 7839044815910008 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 9b614420842f9c74 +1804 2042 7839044815788556 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj a3a36c2702721d8b +1775 2048 7839044815481922 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj c5de1325e22f69d8 +1851 2063 7839044816249944 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj 252327e37f4d3709 +1643 2081 7839044814159665 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj e6a4b59270735638 +1863 2086 7839044816375039 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj f81eefb57c6c53fa +1845 2143 7839044816199220 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 9a4e5065f2ec426f +1879 2151 7839044816534644 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 6ba0d11af61dad89 +1713 2157 7839044814875545 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj a88881502061574d +1749 2166 7839044815239309 esp-idf/esp_hw_support/libesp_hw_support.a 683ab6666e76f6e0 +1936 2192 7839044817112597 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 6f16c7f2df3052b0 +1922 2199 7839044816959479 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj d60a64d1db7b8c0c +1994 2244 7839044817695147 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj 9f6e4865d75b4771 +2043 2276 7839044818171540 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 1497b9bb2cbb9d65 +2049 2285 7839044818240102 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 2dd8c539d310f019 +2037 2306 7839044818111174 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 876f1a9aa804ab53 +2063 2323 7839044818375791 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 55d1f90024ab1a8c +2086 2350 7839044818610690 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj a51ea075ac1fd75c +2157 2383 7839044819311007 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj ee56ec139b0192bc +2143 2385 7839044819177136 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj 6ee813489d61891d +2151 2396 7839044819260516 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj ddefa1f454ed53c0 +2199 2416 7839044819728133 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj 9cc2432d32ca02eb +2192 2430 7839044819669087 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj da667295b0f7d411 +2081 2438 7839044818552996 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj 56e7e7f04d19fafd +2323 2447 7839044821948664 project_elf_src_esp32.c 882ac265e77e7551 +2323 2447 7839044821948664 C:/LED_shit/build/bootloader/project_elf_src_esp32.c 882ac265e77e7551 +2245 2477 7839044820192947 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj 26b78caa97e01575 +2166 2490 7839044819407999 esp-idf/esp_system/libesp_system.a a4456dc2ec6d0c59 +2285 2501 7839044820603273 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 8a8287d1a7c7ef11 +2276 2502 7839044820512567 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 201abf0ce8533edc +2306 2555 7839044820810488 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 649126e8011dbaaf +2447 2557 7839044822212132 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj f28bf3b6eb2e8097 +2351 2632 7839044821249902 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 942a614a6fda923c +2490 2643 7839044822651550 esp-idf/efuse/libefuse.a 553098e5db9d0978 +2643 2758 7839044824175212 esp-idf/bootloader_support/libbootloader_support.a 7181762a66bc588 +2758 2827 7839044825330224 esp-idf/esp_app_format/libesp_app_format.a c090ae4fa0437c5e +1741 2839 7839044815159025 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 2c45ba7c372b34e5 +2827 2893 7839044826018403 esp-idf/spi_flash/libspi_flash.a 7ca11ff0c4d90e44 +2893 2963 7839044826670310 esp-idf/hal/libhal.a c3b9d226abb8766b +2964 3036 7839044827387122 esp-idf/micro-ecc/libmicro-ecc.a e7ceddb5bd5d1822 +3036 3131 7839044828116110 esp-idf/soc/libsoc.a 67243827a090b7a0 +3131 3197 7839044829044796 esp-idf/xtensa/libxtensa.a 28da23c4a2dcee9c +3197 3264 7839044829709909 esp-idf/main/libmain.a 5efb037fda265b2f +3264 3461 7839044830375865 bootloader.elf f6baca6594b7da50 +3461 3797 7839044835658943 .bin_timestamp 567f07473f57429c +3461 3797 7839044835658943 C:/LED_shit/build/bootloader/.bin_timestamp 567f07473f57429c +3797 3890 7839044835719167 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +3797 3890 7839044835719167 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +53 183 7839047578457903 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +53 183 7839047578457903 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +52 232 7839053208296318 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +52 232 7839053208296318 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 119 7839054198334080 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 119 7839054198334080 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +26 120 7839055166003494 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +26 120 7839055166003494 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +35 132 7839055934188007 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +35 132 7839055934188007 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 155 7839056893090839 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 155 7839056893090839 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839057490519937 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839057490519937 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 124 7839060694449116 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 124 7839060694449116 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 121 7839061350602198 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 121 7839061350602198 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 134 7839061796140108 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 134 7839061796140108 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 126 7839065844801977 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 126 7839065844801977 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +31 126 7839067252432474 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +31 126 7839067252432474 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +26 125 7839067480717283 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +26 125 7839067480717283 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839070501278639 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839070501278639 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 124 7839087268502401 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +28 124 7839087268502401 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839087987354103 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b +27 122 7839087987354103 C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 314273203a7e0f9b diff --git a/build/bootloader/CMakeCache.txt b/build/bootloader/CMakeCache.txt new file mode 100644 index 0000000..7aa3125 --- /dev/null +++ b/build/bootloader/CMakeCache.txt @@ -0,0 +1,451 @@ +# This is the CMakeCache file. +# For build in directory: c:/LED_shit/build/bootloader +# It was generated by CMake: C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line.exe + +//Path to a program. +CMAKE_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//ASM Compiler Base Flags +CMAKE_ASM_FLAGS:STRING='-mlongcalls ' + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C++ Compiler Base Flags +CMAKE_CXX_FLAGS:STRING='-mlongcalls -Wno-frame-address ' + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe + +//C Compiler Base Flags +CMAKE_C_FLAGS:STRING='-mlongcalls -Wno-frame-address ' + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=C:/msys64/mingw64/bin/dlltool.exe + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/LED_shit/build/bootloader/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/bootloader + +//Path to a program. +CMAKE_LINKER:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm.exe + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy.exe + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=bootloader + +//Path to a program. +CMAKE_RANLIB:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe + +//Path to a program. +CMAKE_READELF:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf.exe + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip.exe + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//The CMake toolchain file +CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//No help, variable specified on the command line. +EXTRA_COMPONENT_DIRS:UNINITIALIZED=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader + +//Git command line client +GIT_EXECUTABLE:FILEPATH=C:/Users/carec/.espressif/tools/idf-git/2.39.2/cmd/git.exe + +//No help, variable specified on the command line. +IDF_PATH:UNINITIALIZED=C:/Users/carec/esp/v5.1.6/esp-idf + +//IDF Build Target +IDF_TARGET:STRING=esp32 + +//IDF Build Toolchain Type +IDF_TOOLCHAIN:STRING=gcc + +//No help, variable specified on the command line. +PROJECT_SOURCE_DIR:UNINITIALIZED=C:/LED_shit + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe + +//No help, variable specified on the command line. +PYTHON_DEPS_CHECKED:UNINITIALIZED=1 + +//No help, variable specified on the command line. +SDKCONFIG:UNINITIALIZED=C:/LED_shit/sdkconfig + +//Value Computed by CMake +bootloader_BINARY_DIR:STATIC=C:/LED_shit/build/bootloader + +//Value Computed by CMake +bootloader_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +bootloader_SOURCE_DIR:STATIC=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject + +//Value Computed by CMake +esp-idf_BINARY_DIR:STATIC=C:/LED_shit/build/bootloader/esp-idf + +//Value Computed by CMake +esp-idf_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +esp-idf_SOURCE_DIR:STATIC=C:/Users/carec/esp/v5.1.6/esp-idf + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=c:/LED_shit/build/bootloader +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cpack.exe +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/ctest.exe +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake-gui.exe +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=22 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Users/carec/.espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_TIME_T_SIZE:INTERNAL=TRUE +//CHECK_TYPE_SIZE: sizeof(time_t) +TIME_T_SIZE:INTERNAL=8 + diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake b/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake new file mode 100644 index 0000000..3c7ca36 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CMakeASMCompiler.cmake @@ -0,0 +1,28 @@ +set(CMAKE_ASM_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_ASM_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake b/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake new file mode 100644 index 0000000..cefae5f --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CMakeCCompiler.cmake @@ -0,0 +1,81 @@ +set(CMAKE_C_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_C_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_C_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake b/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..5dc2636 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CMakeCXXCompiler.cmake @@ -0,0 +1,101 @@ +set(CMAKE_CXX_COMPILER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "23") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") +set(CMAKE_CXX_COMPILER_AR "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") +set(CMAKE_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") +set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") +set(CMAKE_LINKER "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "4") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin b/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin new file mode 100644 index 0000000..c0f3f07 Binary files /dev/null and b/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_C.bin differ diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin b/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin new file mode 100644 index 0000000..2ded2cd Binary files /dev/null and b/build/bootloader/CMakeFiles/3.30.2/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake b/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake new file mode 100644 index 0000000..f43db69 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Windows-10.0.26200") +set(CMAKE_HOST_SYSTEM_NAME "Windows") +set(CMAKE_HOST_SYSTEM_VERSION "10.0.26200") +set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") + +include("C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c b/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..8d8bb03 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,904 @@ +#ifdef __cplusplus +# error "A C++ compiler has been selected for C." +#endif + +#if defined(__18CXX) +# define ID_VOID_MAIN +#endif +#if defined(__CLASSIC_C__) +/* cv-qualifiers did not exist in K&R C */ +# define const +# define volatile +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out b/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out new file mode 100644 index 0000000..57e527b Binary files /dev/null and b/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out differ diff --git a/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..da6c824 --- /dev/null +++ b/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out b/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out new file mode 100644 index 0000000..d75f217 Binary files /dev/null and b/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out differ diff --git a/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml b/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 0000000..7e377ac --- /dev/null +++ b/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,624 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + The target system is: Generic - - + The host system is: Windows - 10.0.26200 - AMD64 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe + Build flags: -mlongcalls;-Wno-frame-address + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + C:/LED_shit/build/bootloader/CMakeFiles/3.30.2/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe + Build flags: -mlongcalls;-Wno-frame-address + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + C:/LED_shit/build/bootloader/CMakeFiles/3.30.2/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + xtensa-esp32-elf-gcc.exe (crosstool-NG esp-12.2.0_20230208) 12.2.0 + Copyright (C) 2022 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-c8d91y" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-c8d91y" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-c8d91y' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_cd1d6 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_cd1d6.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cc9iaqHU.s + GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" + #include "..." search starts here: + #include <...> search starts here: + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include + End of search list. + GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cc9iaqHU.s + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.'\x0d + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -o cmTC_cd1d6 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe + COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_cd1d6' '-dumpdir' 'cmTC_cd1d6.' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccA8de1i.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_cd1d6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_cd1d6' '-dumpdir' 'cmTC_cd1d6.'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + end of search list found + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + implicit include dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-c8d91y'] + ignore line: [] + ignore line: [Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_cd1d6] + ignore line: [[1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_cd1d6.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\cc9iaqHU.s] + ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj C:\\Users\\carec\\AppData\\Local\\Temp\\cc9iaqHU.s] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/\x0d] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.'\x0d] + ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -o cmTC_cd1d6 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe] + ignore line: [COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_cd1d6' '-dumpdir' 'cmTC_cd1d6.'] + link line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccA8de1i.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_cd1d6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore + arg [-plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\ccA8de1i.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-o] ==> ignore + arg [cmTC_cd1d6] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] + arg [CMakeFiles/cmTC_cd1d6.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_cd1d6' '-dumpdir' 'cmTC_cd1d6.'\x0d] + ignore line: [] + ignore line: [] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit libs: [gcc;c;nosys;c;gcc] + implicit objs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + implicit dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-62c3m4" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-62c3m4" + cmakeVariables: + CMAKE_CXX_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-62c3m4' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_22671 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_22671.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\ccO37Ayc.s + GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" + ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" + #include "..." search starts here: + #include <...> search starts here: + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0 + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include + c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include + End of search list. + GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) + compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410 + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\carec\\AppData\\Local\\Temp\\ccO37Ayc.s + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.'\x0d + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_22671 && cd ." + Using built-in specs. + COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe + COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe + Target: xtensa-esp32-elf + Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld + Thread model: posix + Supported LTO compression algorithms: zlib + gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) + COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ + LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_22671' '-dumpdir' 'cmTC_22671.' + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\cc3OaJ5b.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_22671 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d + COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_22671' '-dumpdir' 'cmTC_22671.'\x0d + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + add: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + end of search list found + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] + collapse include dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + implicit include dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] + + + - + kind: "message-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake:505 (__project)" + - "CMakeLists.txt:58 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-62c3m4'] + ignore line: [] + ignore line: [Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_22671] + ignore line: [[1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v -o CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -c C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_22671.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\\Users\\carec\\AppData\\Local\\Temp\\ccO37Ayc.s] + ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] + ignore line: [ignoring duplicate directory "c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] + ignore line: [ c:\\users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] + ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/'] + ignore line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj C:\\Users\\carec\\AppData\\Local\\Temp\\ccO37Ayc.s] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.'\x0d] + ignore line: [[2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address -v CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_22671 && cd ."] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe] + ignore line: [COLLECT_LTO_WRAPPER=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] + ignore line: [Target: xtensa-esp32-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib] + ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] + ignore line: [COMPILER_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] + ignore line: [LIBRARY_PATH=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] + ignore line: [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_22671' '-dumpdir' 'cmTC_22671.'] + link line: [ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\cc3OaJ5b.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_22671 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o\x0d] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore + arg [-plugin] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore + arg [-plugin-opt=c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore + arg [-plugin-opt=-fresolution=C:\\Users\\carec\\AppData\\Local\\Temp\\cc3OaJ5b.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-o] ==> ignore + arg [cmTC_22671] ==> ignore + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] + arg [-Lc:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] + arg [CMakeFiles/cmTC_22671.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + arg [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_22671' '-dumpdir' 'cmTC_22671.'\x0d] + ignore line: [] + ignore line: [] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] + collapse obj [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] + collapse library dir [c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc] + implicit objs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] + implicit dirs: [C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:251 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for sys/types.h" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-u4424r" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-u4424r" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-u4424r' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_e812a + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_e812a.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-u4424r/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_e812a.dir/CheckIncludeFile.c.obj -o cmTC_e812a && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:252 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for stdint.h" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xv6ip7" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xv6ip7" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xv6ip7' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_0e115 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_0e115.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xv6ip7/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_0e115.dir/CheckIncludeFile.c.obj -o cmTC_0e115 && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake:90 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:253 (check_include_file)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Looking for stddef.h" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-uqd2uk" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-uqd2uk" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-uqd2uk' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_d7cdf + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_d7cdf.dir/CheckIncludeFile.c.obj -c C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-uqd2uk/CheckIncludeFile.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_d7cdf.dir/CheckIncludeFile.c.obj -o cmTC_d7cdf && cd ." + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:147 (try_compile)" + - "C:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake:272 (__check_type_size_impl)" + - "C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt:257 (check_type_size)" + checks: + - "Check size of time_t" + directories: + source: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xi71ky" + binary: "C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xi71ky" + cmakeVariables: + CMAKE_C_FLAGS: "-mlongcalls -Wno-frame-address " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake;C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party" + buildResult: + variable: "HAVE_TIME_T_SIZE" + cached: true + stdout: | + Change Dir: 'C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xi71ky' + + Run Build Command(s): C:/Users/carec/.espressif/tools/ninja/1.12.1/ninja.exe -v cmTC_363d6 + [1/2] C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address -o CMakeFiles/cmTC_363d6.dir/TIME_T_SIZE.c.obj -c C:/LED_shit/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-xi71ky/TIME_T_SIZE.c + [2/2] C:\\WINDOWS\\system32\\cmd.exe /C "cd . && C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -mlongcalls -Wno-frame-address CMakeFiles/cmTC_363d6.dir/TIME_T_SIZE.c.obj -o cmTC_363d6 && cd ." + + exitCode: 0 +... diff --git a/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin b/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin new file mode 100644 index 0000000..153d853 Binary files /dev/null and b/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin differ diff --git a/build/bootloader/CMakeFiles/TargetDirectories.txt b/build/bootloader/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..8d8bccd --- /dev/null +++ b/build/bootloader/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,80 @@ +C:/LED_shit/build/bootloader/CMakeFiles/menuconfig.dir +C:/LED_shit/build/bootloader/CMakeFiles/confserver.dir +C:/LED_shit/build/bootloader/CMakeFiles/save-defconfig.dir +C:/LED_shit/build/bootloader/CMakeFiles/gen_project_binary.dir +C:/LED_shit/build/bootloader/CMakeFiles/app.dir +C:/LED_shit/build/bootloader/CMakeFiles/erase_flash.dir +C:/LED_shit/build/bootloader/CMakeFiles/monitor.dir +C:/LED_shit/build/bootloader/CMakeFiles/_project_elf_src.dir +C:/LED_shit/build/bootloader/CMakeFiles/bootloader.elf.dir +C:/LED_shit/build/bootloader/CMakeFiles/size.dir +C:/LED_shit/build/bootloader/CMakeFiles/size-files.dir +C:/LED_shit/build/bootloader/CMakeFiles/size-components.dir +C:/LED_shit/build/bootloader/CMakeFiles/uf2-app.dir +C:/LED_shit/build/bootloader/CMakeFiles/uf2.dir +C:/LED_shit/build/bootloader/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir +C:/LED_shit/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir +C:/LED_shit/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir +C:/LED_shit/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir +C:/LED_shit/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +C:/LED_shit/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +C:/LED_shit/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +C:/LED_shit/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +C:/LED_shit/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +C:/LED_shit/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +C:/LED_shit/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir +C:/LED_shit/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir +C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +C:/LED_shit/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir +C:/LED_shit/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir +C:/LED_shit/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir diff --git a/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj b/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj new file mode 100644 index 0000000..035cc37 Binary files /dev/null and b/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj differ diff --git a/build/bootloader/CMakeFiles/clean_additional.cmake b/build/bootloader/CMakeFiles/clean_additional.cmake new file mode 100644 index 0000000..d0cd175 --- /dev/null +++ b/build/bootloader/CMakeFiles/clean_additional.cmake @@ -0,0 +1,12 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "bootloader.bin" + "bootloader.map" + "config\\sdkconfig.cmake" + "config\\sdkconfig.h" + "project_elf_src_esp32.c" + ) +endif() diff --git a/build/bootloader/CMakeFiles/cmake.check_cache b/build/bootloader/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/build/bootloader/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build/bootloader/CMakeFiles/git-data/HEAD b/build/bootloader/CMakeFiles/git-data/HEAD new file mode 100644 index 0000000..3458893 --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/HEAD @@ -0,0 +1 @@ +7452b1cb1d22cd1b439a6a922548efacea98ee72 diff --git a/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/build/bootloader/CMakeFiles/git-data/grabRef.cmake new file mode 100644 index 0000000..f841f64 --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/grabRef.cmake @@ -0,0 +1,50 @@ +# +# Internal file for GetGitRevisionDescription.cmake +# +# Requires CMake 2.6 or newer (uses the 'function' command) +# +# Original Author: +# 2009-2010 Ryan Pavlik +# http://academic.cleardefinition.com +# Iowa State University HCI Graduate Program/VRAC +# +# Copyright Iowa State University 2009-2010. +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) + +set(HEAD_HASH) + +file(READ "C:/LED_shit/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) + +string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) +set(GIT_DIR "C:/Users/carec/esp/v5.1.6/esp-idf/.git") +# handle git-worktree +if(EXISTS "${GIT_DIR}/commondir") + file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) + string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW) + if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}") + get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE) + endif() + if(EXISTS "${GIT_DIR_NEW}") + set(GIT_DIR "${GIT_DIR_NEW}") + endif() +endif() +if(HEAD_CONTENTS MATCHES "ref") + # named branch + string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") + if(EXISTS "${GIT_DIR}/${HEAD_REF}") + configure_file("${GIT_DIR}/${HEAD_REF}" "C:/LED_shit/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/LED_shit/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + set(HEAD_HASH "${HEAD_REF}") + endif() +else() + # detached HEAD + configure_file("${GIT_DIR}/HEAD" "C:/LED_shit/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) +endif() + +if(NOT HEAD_HASH) + file(READ "C:/LED_shit/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + string(STRIP "${HEAD_HASH}" HEAD_HASH) +endif() diff --git a/build/bootloader/CMakeFiles/git-data/head-ref b/build/bootloader/CMakeFiles/git-data/head-ref new file mode 100644 index 0000000..3458893 --- /dev/null +++ b/build/bootloader/CMakeFiles/git-data/head-ref @@ -0,0 +1 @@ +7452b1cb1d22cd1b439a6a922548efacea98ee72 diff --git a/build/bootloader/CMakeFiles/rules.ninja b/build/bootloader/CMakeFiles/rules.ninja new file mode 100644 index 0000000..dfd7197 --- /dev/null +++ b/build/bootloader/CMakeFiles/rules.ninja @@ -0,0 +1,348 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: bootloader +# Configurations: +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__bootloader.2eelf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__bootloader.2eelf_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_xtensa_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_xtensa_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_soc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_soc_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_micro-ecc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_hal_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_hal_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spi_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_app_format_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_efuse_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_system_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hw_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_common_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling ASM files. + +rule ASM_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building ASM object $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_rom_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_log_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_log_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_main_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_main_ + command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = C:\Users\carec\.espressif\tools\ninja\1.12.1\ninja.exe $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = C:\Users\carec\.espressif\tools\ninja\1.12.1\ninja.exe -t targets + description = All primary targets available: + diff --git a/build/bootloader/bootloader.bin b/build/bootloader/bootloader.bin new file mode 100644 index 0000000..4d3e2fa Binary files /dev/null and b/build/bootloader/bootloader.bin differ diff --git a/build/bootloader/bootloader.elf b/build/bootloader/bootloader.elf new file mode 100644 index 0000000..9a64cbe Binary files /dev/null and b/build/bootloader/bootloader.elf differ diff --git a/build/bootloader/bootloader.map b/build/bootloader/bootloader.map new file mode 100644 index 0000000..59e2b9a --- /dev/null +++ b/build/bootloader/bootloader.map @@ -0,0 +1,6317 @@ +Archive member included to satisfy reference by file (symbol) + +esp-idf/soc/libsoc.a(dport_access.c.obj) + (esp_dport_access_reg_read) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + (__assert_func) +esp-idf/main/libmain.a(bootloader_start.c.obj) + (call_start_cpu0) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_utility_load_partition_table) +esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (esp_partition_table_verify) +esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_load_image) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_console_deinit) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_ana_clock_glitch_reset_config) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_init) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_common_vddsdio_configure) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clock_configure) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_init_mem) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) (bootloader_fill_random) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clock_get_rated_freq_mhz) +esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (esp_flash_encryption_enabled) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_mmap_get_free_pages) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clear_bss_section) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_console_init) +esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (ESP_EFUSE_DISABLE_DL_CACHE) +esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_disable_rom_download_mode) +esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_read_field_blob) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_count_once) +esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_get_coding_scheme) +esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_utility_clear_program_registers) +esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (rtc_clk_slow_src_get) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (rtc_clk_init) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (rtc_vddsdio_get_config) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (rtc_clk_cal_ratio) +esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_rom_set_cpu_ticks_per_us) +esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (esp_rom_uart_tx_wait_idle) +esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_rom_spiflash_wait_idle) +esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) (esp_rom_gpio_connect_out_signal) +esp-idf/log/liblog.a(log_noos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_log_early_timestamp) +esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (GPIO_PIN_MUX_REG) +esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) (mpu_hal_set_region_access) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) (efuse_hal_chip_revision) +esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) +esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (wdt_hal_init) +esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (mmu_hal_unmap_all) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_clk_apb_freq) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__ashldi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__lshrdi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) (__bswapsi2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divsf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__adddf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__muldf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divdf3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixdfsi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixunsdfsi) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__floatunsidf) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__extendsfdf2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (__divdi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (__udivdi3) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) (_global_impure_ptr) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) (memcmp) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (memcpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) (memset) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strlen) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strncpy) +c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strstr) + +Discarded input sections + + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_line 0x0000000000000000 0x50 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_line_str + 0x0000000000000000 0xee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .debug_str 0x0000000000000000 0xfc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .literal 0x0000000000000000 0x44 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .fini.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .init.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0xa2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .bss 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .eh_frame 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .tm_clone_table + 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .fini 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .init 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .text 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj + .data 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj + .bss 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj + .comment 0x0000000000000000 0x30 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .iram1.1 0x0000000000000000 0xa esp-idf/soc/libsoc.a(dport_access.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .literal.__getreent + 0x0000000000000000 0x4 esp-idf/main/libmain.a(bootloader_start.c.obj) + .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .text.__getreent + 0x0000000000000000 0xa esp-idf/main/libmain.a(bootloader_start.c.obj) + .literal.bootloader_common_get_partition_description + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_atexit + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.bootloader_sha256_flash_contents + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_get_partition_description + 0x0000000000000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_atexit + 0x0000000000000000 0xb esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_hex_to_str + 0x0000000000000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_sha256_flash_contents + 0x0000000000000000 0x86 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .literal.bootloader_load_image_no_verify + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_get_metadata + 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader_data + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.bootloader_load_image_no_verify + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_metadata + 0x0000000000000000 0x6e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader_data + 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text.esp_image_get_flash_size + 0x0000000000000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .literal.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_label_search + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_erase_part_type_data + 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .literal.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio_level + 0x0000000000000000 0xc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_check_long_hold_gpio + 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_label_search.str1.1 + 0x0000000000000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_label_search + 0x0000000000000000 0xab esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .rodata.bootloader_common_erase_part_type_data.str1.1 + 0x0000000000000000 0x10e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_erase_part_type_data + 0x0000000000000000 0x111 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text.bootloader_common_get_sha256_of_partition + 0x0000000000000000 0x92 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .literal.esp_flash_write_protect_crypt_cnt + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_get_flash_encryption_mode + 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_flash_encryption_set_release_mode + 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.esp_flash_encryption_cfg_verify_release_mode + 0x0000000000000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_write_protect_crypt_cnt + 0x0000000000000000 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_get_flash_encryption_mode + 0x0000000000000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.1 + 0x0000000000000000 0xd4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_set_release_mode + 0x0000000000000000 0xc2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.1 + 0x0000000000000000 0x3c6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text.esp_flash_encryption_cfg_verify_release_mode + 0x0000000000000000 0x1bb esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .literal.bootloader_flash_erase_range + 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_spi_flash_reset + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.13.literal + 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_get_spi_mode + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_erase_range + 0x0000000000000000 0x57 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_spi_flash_reset + 0x0000000000000000 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.13 0x0000000000000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.14 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text.bootloader_flash_get_spi_mode + 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_flash_update_size + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.7.literal + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_flash_get_wp_pin + 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .literal.bootloader_configure_spi_pins + 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_flash_update_size + 0x0000000000000000 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.7 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_flash_get_wp_pin + 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text.bootloader_configure_spi_pins + 0x0000000000000000 0x173 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_CUSTOM + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CUSTOM_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_DECRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_JTAG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ABS_DONE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_SDIO_HOST + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WAFER_VERSION_MINOR + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_VOL_LEVEL_HP_INV + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_REV2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_D + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_XPD_SDIO_REG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_ADC_VREF + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CLK8M_FREQ + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_VER_REV1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_PACKAGE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_SPI_PAD_CONFIG_HD + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DIS_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_CHIP_PACKAGE_4BIT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_BT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_DISABLE_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_MAC + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_UART_DOWNLOAD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_MAC_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_JTAG_DISABLE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ABS_DONE_1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ABS_DONE_0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_KEY_STATUS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CODING_SCHEME + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC2_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC1_TP_LOW + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK3 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK2 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_BLOCK1 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_XPD_SDIO_REG + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_ADC_VREF + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_CLK8M_FREQ + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DIS_CACHE + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_BT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_DISABLE_APP_CPU + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC_CRC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_MAC + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_WR_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS_RD_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data.ESP_EFUSE_WR_DIS + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CUSTOM + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CUSTOM_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_DECRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_DL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.JTAG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ABS_DONE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_SDIO_HOST + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WAFER_VERSION_MINOR + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.VOL_LEVEL_HP_INV + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_REV2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_D + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_Q + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.XPD_SDIO_REG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.ADC_VREF + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CLK8M_FREQ + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_VER_REV1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_RATED + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_CPU_FREQ_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_PACKAGE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.SPI_PAD_CONFIG_HD + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DIS_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.CHIP_PACKAGE_4BIT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_BT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.DISABLE_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.UART_DOWNLOAD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_MAC_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CUSTOM_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS_BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_DECRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_DL_ENCRYPT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CONSOLE_DEBUG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_JTAG_DISABLE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ABS_DONE_1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ABS_DONE_0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_KEY_STATUS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CODING_SCHEME + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_FLASH_CRYPT_CONFIG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLK3_PART_RESERVE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SECURE_VERSION + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC2_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC2_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC1_TP_HIGH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC1_TP_LOW + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CUSTOM_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CUSTOM_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK3 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK2 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_BLOCK1 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_CS0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_D + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_Q + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_SPI_PAD_CONFIG_CLK + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_FORCE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_TIEH + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_XPD_SDIO_REG + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_ADC_VREF + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_CLK8M_FREQ + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_VOL_LEVEL_HP_INV + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DIS_CACHE + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_BT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_DISABLE_APP_CPU + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC_CRC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_MAC + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_UART_DOWNLOAD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_FLASH_CRYPT_CNT + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_WR_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS_RD_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.WR_DIS + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x0000000000000000 0x15e8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x0000000000000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x0000000000000000 0x233 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_str 0x0000000000000000 0x1520 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .literal.esp_efuse_get_pkg_ver + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_get_pkg_ver + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .rodata.esp_efuse_disable_basic_rom_console.str1.1 + 0x0000000000000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_basic_rom_console + 0x0000000000000000 0x2f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_set_rom_log_scheme + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x0000000000000000 0x70 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x0000000000000000 0x3e0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x0000000000000000 0x1b5 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x0000000000000000 0x25 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_aranges + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x0000000000000000 0x56b esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x0000000000000000 0x58c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .literal.esp_efuse_read_field_blob + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_field_bit + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_field_cnt + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_blob + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_cnt + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_field_bit + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_reg + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_read_reg + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_write_block + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_begin + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_cancel + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_batch_write_commit + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.esp_efuse_check_errors + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_blob + 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.1 + 0x0000000000000000 0x39 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_bit + 0x0000000000000000 0x35 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_field_cnt + 0x0000000000000000 0x36 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_blob + 0x0000000000000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.1 + 0x0000000000000000 0x57 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_cnt + 0x0000000000000000 0x92 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_field_bit + 0x0000000000000000 0x3d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_get_field_size + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_reg + 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_block + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_read_reg + 0x0000000000000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_write_block + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.1 + 0x0000000000000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_begin + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.1 + 0x0000000000000000 0x75 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_cancel + 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.1 + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_batch_write_commit + 0x0000000000000000 0x61 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_check_errors + 0x0000000000000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss.s_batch_writing_mode + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x0000000000000000 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x0000000000000000 0xe47 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x0000000000000000 0x359 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x0000000000000000 0x5cb esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_aranges + 0x0000000000000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x0000000000000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x0000000000000000 0x107a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x0000000000000000 0x715 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .literal.write_reg + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_process + 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_reset + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_single_block + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_pending + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_read_reg + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_fill_buff + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_count_once + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_cnt + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_reg + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_write_blob + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.write_reg.str1.1 + 0x0000000000000000 0xb3 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.write_reg + 0x0000000000000000 0x55 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.1 + 0x0000000000000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_process + 0x0000000000000000 0x17e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_reset + 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_efuses + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_erase_virt_blocks + 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.1 + 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_update_virt_blocks + 0x0000000000000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.1 + 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_single_block + 0x0000000000000000 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_pending + 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.1 + 0x0000000000000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_debug_dump_blocks + 0x0000000000000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_number_of_items + 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_read_reg + 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_fill_buff + 0x0000000000000000 0xb1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_count_once + 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_cnt.str1.1 + 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_cnt + 0x0000000000000000 0x7b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.1 + 0x0000000000000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_reg + 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_write_blob + 0x0000000000000000 0x9e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.1 + 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_get_read_register_address + 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.1 + 0x0000000000000000 0xd8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_is_correct_written_data + 0x0000000000000000 0x8b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$2 + 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$3 + 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__$4 + 0x0000000000000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.s_burn_counter + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000000000000000 0x1c0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x0000000000000000 0x16d5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x0000000000000000 0x467 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000000000 0x1108 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000000000 0x2e8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000000000 0x18f8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x0000000000000000 0x9f5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_get_coding_scheme$part$0 + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_write_protect + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_read_protect + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_get_coding_scheme + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_block_is_empty + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_get_key_dis_read + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_key_dis_read + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_get_key_dis_write + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_set_key_dis_write + 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_key_block_unused + 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_find_purpose + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_write_key + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_write_keys + 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme$part$0 + 0x0000000000000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_block_is_empty + 0x0000000000000000 0x4b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.1 + 0x0000000000000000 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_read + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_read + 0x0000000000000000 0x1d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_dis_write + 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_dis_write + 0x0000000000000000 0x1d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key_purpose + 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_keypurpose_dis_write + 0x0000000000000000 0x7 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_purpose + 0x0000000000000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_key + 0x0000000000000000 0x86 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.1 + 0x0000000000000000 0x9f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_write_keys + 0x0000000000000000 0xc3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_table + 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x0000000000000000 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x0000000000000000 0x2e38 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x0000000000000000 0x476 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x0000000000000000 0x67e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_aranges + 0x0000000000000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x0000000000000000 0x110 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x0000000000000000 0xec9 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_str 0x0000000000000000 0x1c4b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .literal.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_burn_chip + 0x0000000000000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .literal.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_clear_program_registers + 0x0000000000000000 0xb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_check_errors + 0x0000000000000000 0x7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_34_encoding + 0x0000000000000000 0x8a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip.str1.1 + 0x0000000000000000 0x1a7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip + 0x0000000000000000 0x1fb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.1 + 0x0000000000000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_apply_new_coding_scheme + 0x0000000000000000 0xdb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.start_write_addr + 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_write_addr_blocks + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss.write_mass_blocks + 0x0000000000000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.range_read_addr_blocks + 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x0000000000000000 0x88 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x0000000000000000 0xbf6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x0000000000000000 0x31c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x0000000000000000 0x73c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_aranges + 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x0000000000000000 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x0000000000000000 0x1023 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x0000000000000000 0x73c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .literal.rtc_clk_32k_enable_external + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_coeff_set + 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_apll_coeff_calc + 0x0000000000000000 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_set_to_default_config + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_xtal + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_enable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_clk8m_disable + 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_dig_8m_enabled + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable_external + 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0x1ef esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_coeff_set + 0x0000000000000000 0xdb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_apll_coeff_calc + 0x0000000000000000 0x207 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_set_to_default_config + 0x0000000000000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_xtal + 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_set_config_fast + 0x0000000000000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_enable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_clk8m_disable + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_dig_8m_enabled + 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .literal.rtc_init + 0x0000000000000000 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .text.rtc_init + 0x0000000000000000 0x3b6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_clk_cal + 0x0000000000000000 0x24 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_time_us_to_slowclk + 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_time_get + 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .literal.rtc_clk_freq_cal + 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_cal + 0x0000000000000000 0xd1 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_time_us_to_slowclk.str1.1 + 0x0000000000000000 0x7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_us_to_slowclk + 0x0000000000000000 0x33 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_slowclk_to_us + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_time_get.str1.1 + 0x0000000000000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_time_get + 0x0000000000000000 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .text.rtc_clk_freq_cal + 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x17 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .iram1.0.literal + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.0 0x0000000000000000 0x21 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .literal.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write_status + 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_clear_bp + 0x0000000000000000 0x34 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_set_bp + 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x34 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_block + 0x0000000000000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_erase_area + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .literal.esp_rom_spiflash_write_disable + 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_read_statushigh + 0x0000000000000000 0x21 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write_status + 0x0000000000000000 0x33 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_clear_bp + 0x0000000000000000 0xc5 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_set_bp + 0x0000000000000000 0x4d esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x2ca esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x37 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_block + 0x0000000000000000 0x88 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_erase_area + 0x0000000000000000 0x94 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text.esp_rom_spiflash_write_disable + 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .literal.esp_log_impl_lock + 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) + .literal.esp_log_impl_lock_timeout + 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_noos.c.obj) + .literal.esp_log_impl_unlock + 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) + .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) + .rodata.esp_log_impl_lock.str1.1 + 0x0000000000000000 0x2c esp-idf/log/liblog.a(log_noos.c.obj) + .text.esp_log_impl_lock + 0x0000000000000000 0x22 esp-idf/log/liblog.a(log_noos.c.obj) + .text.esp_log_impl_lock_timeout + 0x0000000000000000 0xd esp-idf/log/liblog.a(log_noos.c.obj) + .rodata.esp_log_impl_unlock.str1.1 + 0x0000000000000000 0xc esp-idf/log/liblog.a(log_noos.c.obj) + .text.esp_log_impl_unlock + 0x0000000000000000 0x22 esp-idf/log/liblog.a(log_noos.c.obj) + .rodata.__func__$1 + 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) + .rodata.__func__$0 + 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_noos.c.obj) + .bss.s_lock 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_noos.c.obj) + .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_HOLD_MASK + 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .dram1.0 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .rodata.GPIO_PIN_MUX_REG + 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_info 0x0000000000000000 0x11c esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_abbrev 0x0000000000000000 0x83 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_aranges + 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_line 0x0000000000000000 0x1c7 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .debug_str 0x0000000000000000 0x222 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .literal.efuse_hal_get_mac + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_get_mac + 0x0000000000000000 0x17 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.1 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .iram1.2 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_set_timing + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_read + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_clear_program_registers + 0x0000000000000000 0x7c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_program + 0x0000000000000000 0xc esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_set_timing + 0x0000000000000000 0x6f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_read + 0x0000000000000000 0x3c esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_clear_program_registers + 0x0000000000000000 0xff esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_program + 0x0000000000000000 0x42 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_is_coding_error_in_block + 0x0000000000000000 0x3a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .literal.wdt_hal_deinit + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.wdt_hal_disable + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_deinit + 0x0000000000000000 0xb2 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_disable + 0x0000000000000000 0x2f esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_handle_intr + 0x0000000000000000 0x4c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_feed + 0x0000000000000000 0x2b esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text.wdt_hal_is_enabled + 0x0000000000000000 0x1d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.mmu_hal_init + 0x0000000000000000 0x4 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_paddr_to_vaddr + 0x0000000000000000 0xc esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_check_valid_ext_vaddr_region + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_map_region + 0x0000000000000000 0x28 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_unmap_region + 0x0000000000000000 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.mmu_hal_vaddr_to_paddr + 0x0000000000000000 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_init + 0x0000000000000000 0xb esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_pages_to_bytes + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_bytes_to_pages + 0x0000000000000000 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_paddr_to_vaddr + 0x0000000000000000 0xeb esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_check_valid_ext_vaddr_region + 0x0000000000000000 0xac esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_map_region + 0x0000000000000000 0x103 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_unmap_region + 0x0000000000000000 0xae esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text.mmu_hal_vaddr_to_paddr + 0x0000000000000000 0xa3 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.esp_clk_apb_freq + 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .text.esp_clk_apb_freq + 0x0000000000000000 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_info 0x0000000000000000 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_abbrev 0x0000000000000000 0x75 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_aranges + 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_ranges 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_line 0x0000000000000000 0x209 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .debug_str 0x0000000000000000 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .text 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_line 0x0000000000000000 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_line_str + 0x0000000000000000 0xf4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .debug_str 0x0000000000000000 0x10c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .text 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_line 0x0000000000000000 0x7b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_line_str + 0x0000000000000000 0xf4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .debug_str 0x0000000000000000 0x10c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .text 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_line 0x0000000000000000 0x6f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_line_str + 0x0000000000000000 0xf4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .debug_str 0x0000000000000000 0x10d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .text 0x0000000000000000 0x59 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_line 0x0000000000000000 0xf9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .text 0x0000000000000000 0x312 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_line 0x0000000000000000 0x6b1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .text 0x0000000000000000 0x1ff c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_line 0x0000000000000000 0x478 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .literal 0x0000000000000000 0x10 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .text 0x0000000000000000 0x213 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_line 0x0000000000000000 0x4a1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_info 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .text 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_line 0x0000000000000000 0xe7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .text 0x0000000000000000 0x5d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_line 0x0000000000000000 0x117 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .text 0x0000000000000000 0x3d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_line 0x0000000000000000 0xc9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .literal 0x0000000000000000 0x8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .text 0x0000000000000000 0x62 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_line 0x0000000000000000 0x117 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_line_str + 0x0000000000000000 0xf5 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_info 0x0000000000000000 0x24 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_abbrev 0x0000000000000000 0x14 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .debug_str 0x0000000000000000 0x103 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x37 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_info 0x0000000000000000 0xce c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_abbrev 0x0000000000000000 0x68 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_loclists + 0x0000000000000000 0xac c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_line 0x0000000000000000 0xf7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_str 0x0000000000000000 0x144 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .debug_line_str + 0x0000000000000000 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .text 0x0000000000000000 0x2ae c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .eh_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_info 0x0000000000000000 0x6bf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_abbrev 0x0000000000000000 0x1ab c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_loclists + 0x0000000000000000 0x5e6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_rnglists + 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_line 0x0000000000000000 0x884 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_str 0x0000000000000000 0x1b9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .debug_line_str + 0x0000000000000000 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .text 0x0000000000000000 0x270 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .eh_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_info 0x0000000000000000 0x685 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_abbrev 0x0000000000000000 0x18f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_loclists + 0x0000000000000000 0x5f4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_rnglists + 0x0000000000000000 0x4c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_line 0x0000000000000000 0x7a7 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_str 0x0000000000000000 0x1ba c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .debug_line_str + 0x0000000000000000 0x1dc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .bss 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_info 0x0000000000000000 0x80e c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_abbrev 0x0000000000000000 0x173 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_aranges + 0x0000000000000000 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_line 0x0000000000000000 0x51 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_str 0x0000000000000000 0x49a c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .debug_line_str + 0x0000000000000000 0x2f1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .text 0x0000000000000000 0x4f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_info 0x0000000000000000 0x12b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_abbrev 0x0000000000000000 0x90 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_loclists + 0x0000000000000000 0x120 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_line 0x0000000000000000 0x177 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_str 0x0000000000000000 0xe0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .debug_line_str + 0x0000000000000000 0x2eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .text 0x0000000000000000 0x135 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_line 0x0000000000000000 0x30f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .literal 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .text 0x0000000000000000 0x74 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_line 0x0000000000000000 0x146 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .text 0x0000000000000000 0x25 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_info 0x0000000000000000 0xe9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_abbrev 0x0000000000000000 0x9f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_loclists + 0x0000000000000000 0x3c c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_line 0x0000000000000000 0xf9 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_str 0x0000000000000000 0xe1 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .debug_line_str + 0x0000000000000000 0x2ee c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .text 0x0000000000000000 0x63 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_line 0x0000000000000000 0x122 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_line_str + 0x0000000000000000 0x106 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_info 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .debug_str 0x0000000000000000 0x11b c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .literal 0x0000000000000000 0xc c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x113 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_line 0x0000000000000000 0x2a8 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_line_str + 0x0000000000000000 0x107 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_info 0x0000000000000000 0x31 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_abbrev 0x0000000000000000 0x21 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .debug_str 0x0000000000000000 0x11d c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .text 0x0000000000000000 0x36 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_frame 0x0000000000000000 0x28 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_info 0x0000000000000000 0xef c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_abbrev 0x0000000000000000 0x9f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_loclists + 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_aranges + 0x0000000000000000 0x20 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_line 0x0000000000000000 0x134 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_str 0x0000000000000000 0xe0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .debug_line_str + 0x0000000000000000 0x2eb c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .comment 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .init.literal 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .text 0x0000000000000000 0x16 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .eh_frame 0x0000000000000000 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .tm_clone_table + 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .init 0x0000000000000000 0x6 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .text 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .data 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .bss 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .init 0x0000000000000000 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + .fini 0x0000000000000000 0x2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + +Memory Configuration + +Name Origin Length Attributes +iram_loader_seg 0x0000000040078000 0x0000000000008000 xrw +iram_seg 0x0000000040080400 0x000000000000fc00 xrw +dram_seg 0x000000003fff0000 0x0000000000006000 rw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x0000000000000000 IDF_TARGET_ESP32 = 0x0 +LOAD CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/main/libmain.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD esp-idf/xtensa/libxtensa.a +LOAD esp-idf/soc/libsoc.a +LOAD esp-idf/micro-ecc/libmicro-ecc.a +LOAD esp-idf/hal/libhal.a +LOAD esp-idf/spi_flash/libspi_flash.a +LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/bootloader_support/libbootloader_support.a +LOAD esp-idf/efuse/libefuse.a +LOAD esp-idf/esp_system/libesp_system.a +LOAD esp-idf/esp_hw_support/libesp_hw_support.a +LOAD esp-idf/esp_common/libesp_common.a +LOAD esp-idf/esp_rom/libesp_rom.a +LOAD esp-idf/log/liblog.a +LOAD C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libnosys.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o +LOAD c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + [!provide] PROVIDE (Add2SelfBigHex256 = 0x40015b7c) + [!provide] PROVIDE (AddBigHex256 = 0x40015b28) + [!provide] PROVIDE (AddBigHexModP256 = 0x40015c98) + [!provide] PROVIDE (AddP256 = 0x40015c74) + [!provide] PROVIDE (AddPdiv2_256 = 0x40015ce0) + [!provide] PROVIDE (app_gpio_arg = 0x3ffe003c) + [!provide] PROVIDE (app_gpio_handler = 0x3ffe0040) + [!provide] PROVIDE (BasePoint_x_256 = 0x3ff97488) + [!provide] PROVIDE (BasePoint_y_256 = 0x3ff97468) + [!provide] PROVIDE (bigHexInversion256 = 0x400168f0) + [!provide] PROVIDE (bigHexP256 = 0x3ff973bc) + [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get = 0x40019b0c) + [!provide] PROVIDE (btdm_r_btdm_option_data_p_get = 0x40010004) + [!provide] PROVIDE (btdm_r_btdm_rom_version_get = 0x40010078) + [!provide] PROVIDE (btdm_r_data_init = 0x4001002c) + [!provide] PROVIDE (btdm_r_import_rf_phy_func_p_get = 0x40054298) + [!provide] PROVIDE (btdm_r_ip_func_p_get = 0x40019af0) + [!provide] PROVIDE (btdm_r_ip_func_p_set = 0x40019afc) + [!provide] PROVIDE (btdm_r_modules_func_p_get = 0x4005427c) + [!provide] PROVIDE (btdm_r_modules_func_p_set = 0x40054270) + [!provide] PROVIDE (btdm_r_plf_func_p_set = 0x40054288) + [!provide] PROVIDE (bt_util_buf_env = 0x3ffb8bd4) + 0x00000000400095e0 PROVIDE (cache_flash_mmu_set_rom = 0x400095e0) + 0x0000000040009a14 PROVIDE (Cache_Flush_rom = 0x40009a14) + 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom = 0x40009ab8) + 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom = 0x40009a84) + [!provide] PROVIDE (Cache_Read_Init_rom = 0x40009950) + [!provide] PROVIDE (cache_sram_mmu_set_rom = 0x400097f4) + [!provide] PROVIDE (calc_rtc_memory_crc = 0x40008170) + [!provide] PROVIDE (__clear_cache = 0x40063860) + [!provide] PROVIDE (co_default_bdaddr = 0x3ffae704) + [!provide] PROVIDE (co_null_bdaddr = 0x3ffb80e0) + [!provide] PROVIDE (co_sca2ppm = 0x3ff971e8) + [!provide] PROVIDE (crc16_be = 0x4005d09c) + [!provide] PROVIDE (crc16_le = 0x4005d05c) + [!provide] PROVIDE (crc32_be = 0x4005d024) + 0x000000004005cfec PROVIDE (crc32_le = 0x4005cfec) + [!provide] PROVIDE (crc8_be = 0x4005d114) + [!provide] PROVIDE (crc8_le = 0x4005d0e0) + [!provide] PROVIDE (_data_end_rom = 0x4000d5c8) + [!provide] PROVIDE (_data_end_btdm_rom = 0x4000d4f8) + [!provide] PROVIDE (_data_start_rom = 0x4000d4f8) + [!provide] PROVIDE (_data_start_btdm_rom = 0x4000d4f4) + [!provide] PROVIDE (_data_start_btdm = 0x3ffae6e0) + [!provide] PROVIDE (_data_end_btdm = 0x3ffaff10) + [!provide] PROVIDE (_bss_start_btdm = 0x3ffb8000) + [!provide] PROVIDE (_bss_end_btdm = 0x3ffbff70) + [!provide] PROVIDE (dbg_default_handler = 0x3ff97218) + [!provide] PROVIDE (dbg_default_state = 0x3ff97220) + [!provide] PROVIDE (dbg_state = 0x3ffb8d5d) + [!provide] PROVIDE (DebugE256PublicKey_x = 0x3ff97428) + [!provide] PROVIDE (DebugE256PublicKey_y = 0x3ff97408) + [!provide] PROVIDE (DebugE256SecretKey = 0x3ff973e8) + [!provide] PROVIDE (debug_timer = 0x3ffe042c) + [!provide] PROVIDE (debug_timerfn = 0x3ffe0430) + [!provide] PROVIDE (dh_group14_generator = 0x3ff9ac60) + [!provide] PROVIDE (dh_group14_prime = 0x3ff9ab60) + [!provide] PROVIDE (dh_group15_generator = 0x3ff9ab5f) + [!provide] PROVIDE (dh_group15_prime = 0x3ff9a9df) + [!provide] PROVIDE (dh_group16_generator = 0x3ff9a9de) + [!provide] PROVIDE (dh_group16_prime = 0x3ff9a7de) + [!provide] PROVIDE (dh_group17_generator = 0x3ff9a7dd) + [!provide] PROVIDE (dh_group17_prime = 0x3ff9a4dd) + [!provide] PROVIDE (dh_group18_generator = 0x3ff9a4dc) + [!provide] PROVIDE (dh_group18_prime = 0x3ff9a0dc) + [!provide] PROVIDE (dh_group1_generator = 0x3ff9ae03) + [!provide] PROVIDE (dh_group1_prime = 0x3ff9ada3) + [!provide] PROVIDE (dh_group2_generator = 0x3ff9ada2) + [!provide] PROVIDE (dh_group2_prime = 0x3ff9ad22) + [!provide] PROVIDE (dh_group5_generator = 0x3ff9ad21) + [!provide] PROVIDE (dh_group5_prime = 0x3ff9ac61) + 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus = 0x3ffae290) + [!provide] PROVIDE (ecc_env = 0x3ffb8d60) + [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256 = 0x3ff972e8) + [!provide] PROVIDE (em_buf_env = 0x3ffb8d74) + [!provide] PROVIDE (esp_crc8 = 0x4005d144) + [!provide] PROVIDE (_etext = 0x4000d66c) + [!provide] PROVIDE (ets_readySet_ = 0x3ffe01f0) + [!provide] PROVIDE (ets_startup_callback = 0x3ffe0404) + [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) + [!provide] PROVIDE (rwip_priority = 0x3ff99159) + [!provide] PROVIDE (exc_cause_table = 0x3ff991d0) + [!provide] PROVIDE (GF_Jacobian_Point_Addition256 = 0x400163a4) + [!provide] PROVIDE (GF_Jacobian_Point_Double256 = 0x40016260) + [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256 = 0x40016b0c) + [!provide] PROVIDE (g_phyFuns_instance = 0x3ffae0c4) + 0x000000003ffae270 PROVIDE (g_rom_flashchip = 0x3ffae270) + [!provide] PROVIDE (gTxMsg = 0x3ffe0050) + [!provide] PROVIDE (hci_cmd_desc_root_tab = 0x3ff976d4) + [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb = 0x3ff97b70) + [!provide] PROVIDE (hci_cmd_desc_tab_info_par = 0x3ff97b1c) + [!provide] PROVIDE (hci_cmd_desc_tab_le = 0x3ff97870) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl = 0x3ff97fc0) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol = 0x3ff97f3c) + [!provide] PROVIDE (hci_cmd_desc_tab_stat_par = 0x3ff97ac8) + [!provide] PROVIDE (hci_cmd_desc_tab_testing = 0x3ff97a98) + [!provide] PROVIDE (hci_cmd_desc_tab_vs = 0x3ff97714) + [!provide] PROVIDE (hci_command_handler = 0x4004c928) + [!provide] PROVIDE (hci_env = 0x3ffb9350) + [!provide] PROVIDE (rwip_env = 0x3ffb8bcc) + [!provide] PROVIDE (hci_evt_dbg_desc_tab = 0x3ff9750c) + [!provide] PROVIDE (hci_evt_desc_tab = 0x3ff9751c) + [!provide] PROVIDE (hci_evt_le_desc_tab = 0x3ff974b4) + [!provide] PROVIDE (hci_fc_env = 0x3ffb9340) + [!provide] PROVIDE (jd_decomp = 0x400613e8) + [!provide] PROVIDE (jd_prepare = 0x40060fa8) + [!provide] PROVIDE (ke_env = 0x3ffb93cc) + [!provide] PROVIDE (ke_handler_search = 0x4001a430) + [!provide] PROVIDE (ke_task_env = 0x3ffb81d4) + [!provide] PROVIDE (ke_event_env = 0x3ffb81a4) + [!provide] PROVIDE (lb_default_handler = 0x3ff982b8) + [!provide] PROVIDE (lb_default_state_tab_p_get = 0x4001c198) + [!provide] PROVIDE (lb_env = 0x3ffb9424) + [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get = 0x4001c18c) + [!provide] PROVIDE (lb_state = 0x3ffb94e8) + [!provide] PROVIDE (lc_default_handler = 0x3ff98648) + [!provide] PROVIDE (lc_default_state_tab_p_get = 0x4002f494) + [!provide] PROVIDE (lc_env = 0x3ffb94ec) + [!provide] PROVIDE (lc_hci_cmd_handler_tab_p_get = 0x4002f488) + [!provide] PROVIDE (lc_state = 0x3ffb9508) + [!provide] PROVIDE (ld_acl_br_sizes = 0x3ff98a2a) + [!provide] PROVIDE (ld_acl_br_types = 0x3ff98a36) + [!provide] PROVIDE (ld_acl_edr_sizes = 0x3ff98a14) + [!provide] PROVIDE (ld_acl_edr_types = 0x3ff98a22) + [!provide] PROVIDE (ld_env = 0x3ffb9510) + [!provide] PROVIDE (ld_pcm_settings_dft = 0x3ff98a0c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + [!provide] PROVIDE (ld_sync_train_channels = 0x3ff98a3c) + [!provide] PROVIDE (llc_default_handler = 0x3ff98b3c) + [!provide] PROVIDE (llc_default_state_tab_p_get = 0x40046058) + [!provide] PROVIDE (llc_env = 0x3ffb96d0) + [!provide] PROVIDE (llc_hci_acl_data_tx_handler = 0x40042398) + [!provide] PROVIDE (llc_hci_cmd_handler_tab_p_get = 0x40042358) + [!provide] PROVIDE (llc_hci_command_handler = 0x40042360) + [!provide] PROVIDE (llcp_pdu_handler_tab_p_get = 0x40043f64) + [!provide] PROVIDE (llc_state = 0x3ffb96f8) + [!provide] PROVIDE (lldesc_build_chain = 0x4000a850) + [!provide] PROVIDE (lldesc_num2link = 0x4000a948) + [!provide] PROVIDE (lldesc_set_owner = 0x4000a974) + [!provide] PROVIDE (lld_evt_deferred_elt_push = 0x400466b4) + [!provide] PROVIDE (lld_evt_deferred_elt_pop = 0x400466dc) + [!provide] PROVIDE (lld_evt_winsize_change = 0x40046730) + [!provide] PROVIDE (lld_evt_rxwin_compute = 0x400467c8) + [!provide] PROVIDE (lld_evt_slave_time_compute = 0x40046818) + [!provide] PROVIDE (lld_evt_env = 0x3ffb9704) + [!provide] PROVIDE (lld_evt_elt_wait_get = 0x400468e4) + [!provide] PROVIDE (lld_evt_get_next_free_slot = 0x4004692c) + [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab = 0x3ff98c70) + [!provide] PROVIDE (lld_pdu_llcp_pk_desc_tab = 0x3ff98b68) + [!provide] PROVIDE (lld_pdu_tx_flush_list = 0x4004a760) + [!provide] PROVIDE (lld_pdu_pack = 0x4004ab14) + [!provide] PROVIDE (LLM_AA_CT1 = 0x3ff98d8a) + [!provide] PROVIDE (LLM_AA_CT2 = 0x3ff98d88) + [!provide] PROVIDE (llm_default_handler = 0x3ff98d80) + [!provide] PROVIDE (llm_default_state_tab_p_get = 0x4004e718) + [!provide] PROVIDE (llm_hci_cmd_handler_tab_p_get = 0x4004c920) + [!provide] PROVIDE (llm_le_env = 0x3ffb976c) + [!provide] PROVIDE (llm_local_cmds = 0x3ff98d38) + [!provide] PROVIDE (llm_local_data_len_values = 0x3ff98d1c) + [!provide] PROVIDE (llm_local_le_feats = 0x3ff98d30) + [!provide] PROVIDE (llm_local_le_states = 0x3ff98d28) + [!provide] PROVIDE (llm_state = 0x3ffb985c) + [!provide] PROVIDE (lm_default_handler = 0x3ff990e0) + [!provide] PROVIDE (lm_default_state_tab_p_get = 0x40054268) + [!provide] PROVIDE (lm_env = 0x3ffb9860) + [!provide] PROVIDE (lm_hci_cmd_handler_tab_p_get = 0x4005425c) + [!provide] PROVIDE (lm_local_supp_feats = 0x3ff990ee) + [!provide] PROVIDE (lm_n_page_tab = 0x3ff990e8) + [!provide] PROVIDE (lmp_desc_tab = 0x3ff96e6c) + [!provide] PROVIDE (lmp_ext_desc_tab = 0x3ff96d9c) + [!provide] PROVIDE (lm_state = 0x3ffb9a1c) + [!provide] PROVIDE (maxSecretKey_256 = 0x3ff97448) + 0x00000000400095a4 PROVIDE (mmu_init = 0x400095a4) + [!provide] PROVIDE (MultiplyBigHexByUint32_256 = 0x40016214) + [!provide] PROVIDE (MultiplyBigHexModP256 = 0x400160b8) + [!provide] PROVIDE (MultiplyByU32ModP256 = 0x40015fdc) + [!provide] PROVIDE (multofup = 0x4000ab8c) + [!provide] PROVIDE (mz_adler32 = 0x4005edbc) + [!provide] PROVIDE (mz_crc32 = 0x4005ee88) + [!provide] PROVIDE (mz_free = 0x4005eed4) + [!provide] PROVIDE (notEqual256 = 0x40015b04) + [!provide] PROVIDE (one_bits = 0x3ff971f8) + [!provide] PROVIDE (phy_get_romfuncs = 0x40004100) + [!provide] PROVIDE (_Pri_4_HandlerAddress = 0x3ffe0648) + [!provide] PROVIDE (_Pri_5_HandlerAddress = 0x3ffe064c) + [!provide] PROVIDE (r_btdm_option_data = 0x3ffae6e0) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc = 0x40010218) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_free = 0x40010234) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc = 0x40010268) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_free = 0x40010280) + [!provide] PROVIDE (r_bt_util_buf_init = 0x400100e4) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc = 0x400101d0) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free = 0x400101ec) + [!provide] PROVIDE (r_bt_util_buf_sync_clear = 0x400103c8) + [!provide] PROVIDE (r_bt_util_buf_sync_init = 0x400102c4) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc = 0x40010468) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_free = 0x4001049c) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc = 0x400103ec) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_free = 0x40010428) + [!provide] PROVIDE (r_co_bdaddr_compare = 0x40014324) + [!provide] PROVIDE (r_co_bytes_to_string = 0x400142e4) + [!provide] PROVIDE (r_co_list_check_size_available = 0x400142c4) + [!provide] PROVIDE (r_co_list_extract = 0x4001404c) + [!provide] PROVIDE (r_co_list_extract_after = 0x40014118) + [!provide] PROVIDE (r_co_list_find = 0x4001419c) + [!provide] PROVIDE (r_co_list_init = 0x40013f14) + [!provide] PROVIDE (r_co_list_insert_after = 0x40014254) + [!provide] PROVIDE (r_co_list_insert_before = 0x40014200) + [!provide] PROVIDE (r_co_list_merge = 0x400141bc) + [!provide] PROVIDE (r_co_list_pool_init = 0x40013f30) + [!provide] PROVIDE (r_co_list_pop_front = 0x40014028) + [!provide] PROVIDE (r_co_list_push_back = 0x40013fb8) + [!provide] PROVIDE (r_co_list_push_front = 0x40013ff4) + [!provide] PROVIDE (r_co_list_size = 0x400142ac) + [!provide] PROVIDE (r_co_nb_good_channels = 0x40014360) + [!provide] PROVIDE (r_co_slot_to_duration = 0x40014348) + [!provide] PROVIDE (r_dbg_init = 0x40014394) + [!provide] PROVIDE (r_dbg_platform_reset_complete = 0x400143d0) + [!provide] PROVIDE (r_dbg_swdiag_init = 0x40014470) + [!provide] PROVIDE (r_dbg_swdiag_read = 0x400144a4) + [!provide] PROVIDE (r_dbg_swdiag_write = 0x400144d0) + [!provide] PROVIDE (r_E1 = 0x400108e8) + [!provide] PROVIDE (r_E21 = 0x40010968) + [!provide] PROVIDE (r_E22 = 0x400109b4) + [!provide] PROVIDE (r_E3 = 0x40010a58) + [!provide] PROVIDE (lm_n192_mod_mul = 0x40011dc0) + [!provide] PROVIDE (lm_n192_mod_add = 0x40011e9c) + [!provide] PROVIDE (lm_n192_mod_sub = 0x40011eec) + [!provide] PROVIDE (r_ea_alarm_clear = 0x40015ab4) + [!provide] PROVIDE (r_ea_alarm_set = 0x40015a10) + [!provide] PROVIDE (r_ea_elt_cancel = 0x400150d0) + [!provide] PROVIDE (r_ea_elt_create = 0x40015264) + [!provide] PROVIDE (r_ea_elt_insert = 0x400152a8) + [!provide] PROVIDE (r_ea_elt_remove = 0x400154f0) + [!provide] PROVIDE (r_ea_finetimer_isr = 0x400155d4) + [!provide] PROVIDE (r_ea_init = 0x40015228) + [!provide] PROVIDE (r_ea_interval_create = 0x4001555c) + [!provide] PROVIDE (r_ea_interval_delete = 0x400155a8) + [!provide] PROVIDE (r_ea_interval_duration_req = 0x4001597c) + [!provide] PROVIDE (r_ea_interval_insert = 0x4001557c) + [!provide] PROVIDE (r_ea_interval_remove = 0x40015590) + [!provide] PROVIDE (ea_conflict_check = 0x40014e9c) + [!provide] PROVIDE (ea_prog_timer = 0x40014f88) + [!provide] PROVIDE (r_ea_offset_req = 0x40015748) + [!provide] PROVIDE (r_ea_sleep_check = 0x40015928) + [!provide] PROVIDE (r_ea_sw_isr = 0x40015724) + [!provide] PROVIDE (r_ea_time_get_halfslot_rounded = 0x40015894) + [!provide] PROVIDE (r_ea_time_get_slot_rounded = 0x400158d4) + [!provide] PROVIDE (r_ecc_abort_key256_generation = 0x40017070) + [!provide] PROVIDE (r_ecc_generate_key256 = 0x40016e00) + [!provide] PROVIDE (r_ecc_gen_new_public_key = 0x400170c0) + [!provide] PROVIDE (r_ecc_gen_new_secret_key = 0x400170e4) + [!provide] PROVIDE (r_ecc_get_debug_Keys = 0x40017224) + [!provide] PROVIDE (r_ecc_init = 0x40016dbc) + [!provide] PROVIDE (ecc_point_multiplication_uint8_256 = 0x40016804) + [!provide] PROVIDE (RecvBuff = 0x3ffe009c) + [!provide] PROVIDE (r_em_buf_init = 0x4001729c) + [!provide] PROVIDE (r_em_buf_rx_buff_addr_get = 0x400173e8) + [!provide] PROVIDE (r_em_buf_rx_free = 0x400173c4) + [!provide] PROVIDE (r_em_buf_tx_buff_addr_get = 0x40017404) + [!provide] PROVIDE (r_em_buf_tx_free = 0x4001741c) + [!provide] PROVIDE (r_F1_256 = 0x400133e4) + [!provide] PROVIDE (r_F2_256 = 0x40013568) + [!provide] PROVIDE (r_F3_256 = 0x40013664) + [!provide] PROVIDE (RFPLL_ICP_TABLE = 0x3ffb8b7c) + [!provide] PROVIDE (r_G_256 = 0x40013470) + [!provide] PROVIDE (r_H3 = 0x40013760) + [!provide] PROVIDE (r_H4 = 0x40013830) + [!provide] PROVIDE (r_h4tl_init = 0x40017878) + [!provide] PROVIDE (r_h4tl_start = 0x40017924) + [!provide] PROVIDE (r_h4tl_stop = 0x40017934) + [!provide] PROVIDE (r_h4tl_write = 0x400178d0) + [!provide] PROVIDE (r_H5 = 0x400138dc) + [!provide] PROVIDE (r_hashConcat = 0x40013a38) + [!provide] PROVIDE (r_hci_acl_tx_data_alloc = 0x4001951c) + [!provide] PROVIDE (r_hci_acl_tx_data_received = 0x40019654) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register = 0x40018900) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister = 0x400189ac) + [!provide] PROVIDE (r_hci_bt_acl_conhdl_register = 0x4001895c) + [!provide] PROVIDE (r_hci_cmd_get_max_param_size = 0x400192d0) + [!provide] PROVIDE (r_hci_cmd_received = 0x400192f8) + [!provide] PROVIDE (r_hci_evt_filter_add = 0x40018a64) + [!provide] PROVIDE (r_hci_evt_mask_set = 0x400189e4) + [!provide] PROVIDE (r_hci_fc_acl_buf_size_set = 0x40017988) + [!provide] PROVIDE (r_hci_fc_acl_en = 0x400179d8) + [!provide] PROVIDE (r_hci_fc_acl_packet_sent = 0x40017a3c) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets = 0x40017aa4) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets = 0x40017ac8) + [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete = 0x40017a6c) + [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete = 0x40017a88) + [!provide] PROVIDE (r_hci_fc_init = 0x40017974) + [!provide] PROVIDE (r_hci_fc_sync_buf_size_set = 0x400179b0) + [!provide] PROVIDE (r_hci_fc_sync_en = 0x40017a30) + [!provide] PROVIDE (r_hci_fc_sync_packet_sent = 0x40017a54) + [!provide] PROVIDE (r_hci_init = 0x40018538) + [!provide] PROVIDE (r_hci_look_for_cmd_desc = 0x40018454) + [!provide] PROVIDE (r_hci_look_for_dbg_evt_desc = 0x400184c4) + [!provide] PROVIDE (r_hci_look_for_evt_desc = 0x400184a0) + [!provide] PROVIDE (r_hci_look_for_le_evt_desc = 0x400184e0) + [!provide] PROVIDE (r_hci_reset = 0x4001856c) + [!provide] PROVIDE (r_hci_send_2_host = 0x400185bc) + [!provide] PROVIDE (r_hci_sync_tx_data_alloc = 0x40019754) + [!provide] PROVIDE (r_hci_sync_tx_data_received = 0x400197c0) + [!provide] PROVIDE (r_hci_tl_init = 0x40019290) + [!provide] PROVIDE (r_hci_tl_send = 0x40019228) + [!provide] PROVIDE (r_hci_util_pack = 0x40019874) + [!provide] PROVIDE (r_hci_util_unpack = 0x40019998) + [!provide] PROVIDE (r_hci_voice_settings_get = 0x40018bdc) + [!provide] PROVIDE (r_hci_voice_settings_set = 0x40018be8) + [!provide] PROVIDE (r_HMAC = 0x40013968) + [!provide] PROVIDE (r_import_rf_phy_func = 0x3ffb8354) + [!provide] PROVIDE (r_import_rf_phy_func_p = 0x3ffafd64) + [!provide] PROVIDE (r_ip_funcs = 0x3ffae710) + [!provide] PROVIDE (r_ip_funcs_p = 0x3ffae70c) + [!provide] PROVIDE (r_ke_check_malloc = 0x40019de0) + [!provide] PROVIDE (r_ke_event_callback_set = 0x40019ba8) + [!provide] PROVIDE (r_ke_event_clear = 0x40019c2c) + [!provide] PROVIDE (r_ke_event_flush = 0x40019ccc) + [!provide] PROVIDE (r_ke_event_get = 0x40019c78) + [!provide] PROVIDE (r_ke_event_get_all = 0x40019cc0) + [!provide] PROVIDE (r_ke_event_init = 0x40019b90) + [!provide] PROVIDE (r_ke_event_schedule = 0x40019cdc) + [!provide] PROVIDE (r_ke_event_set = 0x40019be0) + [!provide] PROVIDE (r_ke_flush = 0x4001a374) + [!provide] PROVIDE (r_ke_free = 0x4001a014) + [!provide] PROVIDE (r_ke_get_max_mem_usage = 0x4001a1c8) + [!provide] PROVIDE (r_ke_get_mem_usage = 0x4001a1a0) + [!provide] PROVIDE (r_ke_init = 0x4001a318) + [!provide] PROVIDE (r_ke_is_free = 0x4001a184) + [!provide] PROVIDE (r_ke_malloc = 0x40019eb4) + [!provide] PROVIDE (r_ke_mem_init = 0x40019d3c) + [!provide] PROVIDE (r_ke_mem_is_empty = 0x40019d8c) + [!provide] PROVIDE (r_ke_msg_alloc = 0x4001a1e0) + [!provide] PROVIDE (r_ke_msg_dest_id_get = 0x4001a2e0) + [!provide] PROVIDE (r_ke_msg_discard = 0x4001a850) + [!provide] PROVIDE (r_ke_msg_forward = 0x4001a290) + [!provide] PROVIDE (r_ke_msg_forward_new_id = 0x4001a2ac) + [!provide] PROVIDE (r_ke_msg_free = 0x4001a2cc) + [!provide] PROVIDE (r_ke_msg_in_queue = 0x4001a2f8) + [!provide] PROVIDE (r_ke_msg_save = 0x4001a858) + [!provide] PROVIDE (r_ke_msg_send = 0x4001a234) + [!provide] PROVIDE (r_ke_msg_send_basic = 0x4001a26c) + [!provide] PROVIDE (r_ke_msg_src_id_get = 0x4001a2ec) + [!provide] PROVIDE (r_ke_queue_extract = 0x40055fd0) + [!provide] PROVIDE (r_ke_queue_insert = 0x40056020) + [!provide] PROVIDE (r_ke_sleep_check = 0x4001a3d8) + [!provide] PROVIDE (r_ke_state_get = 0x4001a7d8) + [!provide] PROVIDE (r_ke_state_set = 0x4001a6fc) + [!provide] PROVIDE (r_ke_stats_get = 0x4001a3f0) + [!provide] PROVIDE (r_ke_task_check = 0x4001a8a4) + [!provide] PROVIDE (r_ke_task_create = 0x4001a674) + [!provide] PROVIDE (r_ke_task_delete = 0x4001a6c0) + [!provide] PROVIDE (r_ke_task_init = 0x4001a650) + [!provide] PROVIDE (r_ke_task_msg_flush = 0x4001a860) + [!provide] PROVIDE (r_ke_timer_active = 0x4001ac08) + [!provide] PROVIDE (r_ke_timer_adjust_all = 0x4001ac30) + [!provide] PROVIDE (r_ke_timer_clear = 0x4001ab90) + [!provide] PROVIDE (r_ke_timer_init = 0x4001aa9c) + [!provide] PROVIDE (r_ke_timer_set = 0x4001aac0) + [!provide] PROVIDE (r_ke_timer_sleep_check = 0x4001ac50) + [!provide] PROVIDE (r_KPrimC = 0x40010ad4) + [!provide] PROVIDE (r_lb_clk_adj_activate = 0x4001ae70) + [!provide] PROVIDE (r_lb_clk_adj_id_get = 0x4001af14) + [!provide] PROVIDE (r_lb_clk_adj_period_update = 0x4001af20) + [!provide] PROVIDE (r_lb_init = 0x4001acd4) + [!provide] PROVIDE (r_lb_mst_key = 0x4001afc0) + [!provide] PROVIDE (r_lb_mst_key_cmp = 0x4001af74) + [!provide] PROVIDE (r_lb_mst_key_restart_enc = 0x4001b0d4) + [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc = 0x4001b198) + [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc = 0x4001b24c) + [!provide] PROVIDE (r_lb_reset = 0x4001ad38) + [!provide] PROVIDE (r_lb_send_lmp = 0x4001adbc) + [!provide] PROVIDE (r_lb_send_pdu_clk_adj = 0x4001af3c) + [!provide] PROVIDE (r_lb_util_get_csb_mode = 0x4001ada4) + [!provide] PROVIDE (r_lb_util_get_nb_broadcast = 0x4001ad80) + [!provide] PROVIDE (r_lb_util_get_res_lt_addr = 0x4001ad98) + [!provide] PROVIDE (r_lb_util_set_nb_broadcast = 0x4001ad8c) + [!provide] PROVIDE (r_lc_afh_set = 0x4001cc74) + [!provide] PROVIDE (r_lc_afh_start = 0x4001d240) + [!provide] PROVIDE (r_lc_auth_cmp = 0x4001cd54) + [!provide] PROVIDE (r_lc_calc_link_key = 0x4001ce7c) + [!provide] PROVIDE (r_lc_chg_pkt_type_cmp = 0x4001d038) + [!provide] PROVIDE (r_lc_chg_pkt_type_cont = 0x4001cfbc) + [!provide] PROVIDE (r_lc_chg_pkt_type_retry = 0x4001d0ac) + [!provide] PROVIDE (r_lc_chk_to = 0x4001d2a8) + [!provide] PROVIDE (r_lc_cmd_stat_send = 0x4001c914) + [!provide] PROVIDE (r_lc_comb_key_svr = 0x4001d30c) + [!provide] PROVIDE (r_lc_con_cmp = 0x4001d44c) + [!provide] PROVIDE (r_lc_con_cmp_evt_send = 0x4001d4fc) + [!provide] PROVIDE (r_lc_conn_seq_done = 0x40021334) + [!provide] PROVIDE (r_lc_detach = 0x4002037c) + [!provide] PROVIDE (r_lc_dhkey = 0x4001d564) + [!provide] PROVIDE (r_lc_enc_cmp = 0x4001d8bc) + [!provide] PROVIDE (r_lc_enc_key_refresh = 0x4001d720) + [!provide] PROVIDE (r_lc_end_chk_colli = 0x4001d858) + [!provide] PROVIDE (r_lc_end_of_sniff_nego = 0x4001d9a4) + [!provide] PROVIDE (r_lc_enter_sniff_mode = 0x4001ddb8) + [!provide] PROVIDE (r_lc_epr_change_lk = 0x4001db38) + [!provide] PROVIDE (r_lc_epr_cmp = 0x4001da88) + [!provide] PROVIDE (r_lc_epr_resp = 0x4001e0b4) + [!provide] PROVIDE (r_lc_epr_rsw_cmp = 0x4001dd40) + [!provide] PROVIDE (r_lc_ext_feat = 0x40020d6c) + [!provide] PROVIDE (r_lc_feat = 0x40020984) + [!provide] PROVIDE (r_lc_hl_connect = 0x400209e8) + [!provide] PROVIDE (r_lc_init = 0x4001c948) + [!provide] PROVIDE (r_lc_init_calc_f3 = 0x4001deb0) + [!provide] PROVIDE (r_lc_initiator_epr = 0x4001e064) + [!provide] PROVIDE (r_lc_init_passkey_loop = 0x4001dfc0) + [!provide] PROVIDE (r_lc_init_start_mutual_auth = 0x4001df60) + [!provide] PROVIDE (r_lc_key_exch_end = 0x4001e140) + [!provide] PROVIDE (r_lc_legacy_pair = 0x4001e1c0) + [!provide] PROVIDE (r_lc_local_switch = 0x4001e22c) + [!provide] PROVIDE (r_lc_local_trans_mode = 0x4001e2e4) + [!provide] PROVIDE (r_lc_local_untrans_mode = 0x4001e3a0) + [!provide] PROVIDE (r_lc_loc_auth = 0x40020ecc) + [!provide] PROVIDE (r_lc_locepr_lkref = 0x4001d648) + [!provide] PROVIDE (r_lc_locepr_rsw = 0x4001d5d0) + [!provide] PROVIDE (r_lc_loc_sniff = 0x40020a6c) + [!provide] PROVIDE (r_lc_max_slot_mgt = 0x4001e410) + [!provide] PROVIDE (r_lc_mst_key = 0x4001e7c0) + [!provide] PROVIDE (r_lc_mst_qos_done = 0x4001ea80) + [!provide] PROVIDE (r_lc_mst_send_mst_key = 0x4001e8f4) + [!provide] PROVIDE (r_lc_mutual_auth_end = 0x4001e670) + [!provide] PROVIDE (r_lc_mutual_auth_end2 = 0x4001e4f4) + [!provide] PROVIDE (r_lc_packet_type = 0x40021038) + [!provide] PROVIDE (r_lc_pair = 0x40020ddc) + [!provide] PROVIDE (r_lc_pairing_cont = 0x4001eafc) + [!provide] PROVIDE (r_lc_passkey_comm = 0x4001ed20) + [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj = 0x40021430) + [!provide] PROVIDE (r_lc_proc_rcv_dhkey = 0x4001edec) + [!provide] PROVIDE (r_lc_ptt = 0x4001ee2c) + [!provide] PROVIDE (r_lc_ptt_cmp = 0x4001eeec) + [!provide] PROVIDE (r_lc_qos_setup = 0x4001ef50) + [!provide] PROVIDE (r_lc_rd_rem_name = 0x4001efd0) + [!provide] PROVIDE (r_lc_release = 0x4001f8a8) + [!provide] PROVIDE (r_lc_rem_enc = 0x4001f124) + [!provide] PROVIDE (r_lc_rem_name_cont = 0x4001f290) + [!provide] PROVIDE (r_lc_rem_nego_trans_mode = 0x4001f1b4) + [!provide] PROVIDE (r_lc_rem_sniff = 0x40020ca4) + [!provide] PROVIDE (r_lc_rem_sniff_sub_rate = 0x40020b10) + [!provide] PROVIDE (r_lc_rem_switch = 0x4001f070) + [!provide] PROVIDE (r_lc_rem_trans_mode = 0x4001f314) + [!provide] PROVIDE (r_lc_rem_unsniff = 0x400207a0) + [!provide] PROVIDE (r_lc_rem_untrans_mode = 0x4001f36c) + [!provide] PROVIDE (r_lc_reset = 0x4001c99c) + [!provide] PROVIDE (r_lc_resp_auth = 0x4001f518) + [!provide] PROVIDE (r_lc_resp_calc_f3 = 0x4001f710) + [!provide] PROVIDE (r_lc_resp_num_comp = 0x40020074) + [!provide] PROVIDE (r_lc_resp_oob_nonce = 0x4001f694) + [!provide] PROVIDE (r_lc_resp_oob_wait_nonce = 0x4001f66c) + [!provide] PROVIDE (r_lc_resp_pair = 0x400208a4) + [!provide] PROVIDE (r_lc_resp_sec_auth = 0x4001f4a0) + [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont = 0x4001f86c) + [!provide] PROVIDE (r_lc_restart_enc = 0x4001f8ec) + [!provide] PROVIDE (r_lc_restart_enc_cont = 0x4001f940) + [!provide] PROVIDE (r_lc_restore_afh_reporting = 0x4001f028) + [!provide] PROVIDE (r_lc_restore_to = 0x4001f9e0) + [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg = 0x4001fa30) + [!provide] PROVIDE (r_lc_rsw_clean_up = 0x4001dc70) + [!provide] PROVIDE (r_lc_rsw_done = 0x4001db94) + [!provide] PROVIDE (r_lc_sco_baseband_ack = 0x40022b00) + [!provide] PROVIDE (r_lc_sco_detach = 0x40021e40) + [!provide] PROVIDE (r_lc_sco_host_accept = 0x40022118) + [!provide] PROVIDE (r_lc_sco_host_reject = 0x400222b8) + [!provide] PROVIDE (r_lc_sco_host_request = 0x40021f4c) + [!provide] PROVIDE (r_lc_sco_host_request_disc = 0x4002235c) + [!provide] PROVIDE (r_lc_sco_init = 0x40021dc8) + [!provide] PROVIDE (r_lc_sco_peer_accept = 0x40022780) + [!provide] PROVIDE (r_lc_sco_peer_accept_disc = 0x40022a08) + [!provide] PROVIDE (r_lc_sco_peer_reject = 0x40022824) + [!provide] PROVIDE (r_lc_sco_peer_reject_disc = 0x40022a8c) + [!provide] PROVIDE (r_lc_sco_peer_request = 0x4002240c) + [!provide] PROVIDE (r_lc_sco_peer_request_disc = 0x400228ec) + [!provide] PROVIDE (r_lc_sco_release = 0x40021eec) + [!provide] PROVIDE (r_lc_sco_reset = 0x40021dfc) + [!provide] PROVIDE (r_lc_sco_timeout = 0x40022bd4) + [!provide] PROVIDE (r_lc_sec_auth_compute_sres = 0x4001f3ec) + [!provide] PROVIDE (r_lc_semi_key_cmp = 0x40020294) + [!provide] PROVIDE (r_lc_send_enc_chg_evt = 0x4002134c) + [!provide] PROVIDE (r_lc_send_enc_mode = 0x40020220) + [!provide] PROVIDE (r_lc_send_lmp = 0x4001c1a8) + [!provide] PROVIDE (r_lc_send_pdu_acc = 0x4001c21c) + [!provide] PROVIDE (r_lc_send_pdu_acc_ext4 = 0x4001c240) + [!provide] PROVIDE (r_lc_send_pdu_au_rand = 0x4001c308) + [!provide] PROVIDE (r_lc_send_pdu_auto_rate = 0x4001c5d0) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack = 0x4001c46c) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req = 0x4001c494) + [!provide] PROVIDE (r_lc_send_pdu_comb_key = 0x4001c368) + [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk = 0x4001c8e8) + [!provide] PROVIDE (r_lc_send_pdu_encaps_head = 0x4001c440) + [!provide] PROVIDE (r_lc_send_pdu_encaps_payl = 0x4001c410) + [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req = 0x4001c670) + [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req = 0x4001c5a8) + [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req = 0x4001c6ec) + [!provide] PROVIDE (r_lc_send_pdu_feats_res = 0x4001c694) + [!provide] PROVIDE (r_lc_send_pdu_in_rand = 0x4001c338) + [!provide] PROVIDE (r_lc_send_pdu_io_cap_res = 0x4001c72c) + [!provide] PROVIDE (r_lc_send_pdu_lsto = 0x4001c64c) + [!provide] PROVIDE (r_lc_send_pdu_max_slot = 0x4001c3c8) + [!provide] PROVIDE (r_lc_send_pdu_max_slot_req = 0x4001c3ec) + [!provide] PROVIDE (r_lc_send_pdu_not_acc = 0x4001c26c) + [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4 = 0x4001c294) + [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail = 0x4001c770) + [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req = 0x4001c794) + [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req = 0x4001c7c0) + [!provide] PROVIDE (r_lc_send_pdu_ptt_req = 0x4001c4c0) + [!provide] PROVIDE (r_lc_send_pdu_qos_req = 0x4001c82c) + [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req = 0x4001c7e4) + [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req = 0x4001c580) + [!provide] PROVIDE (r_lc_send_pdu_set_afh = 0x4001c2c8) + [!provide] PROVIDE (r_lc_send_pdu_setup_cmp = 0x4001c808) + [!provide] PROVIDE (r_lc_send_pdu_slot_off = 0x4001c854) + [!provide] PROVIDE (r_lc_send_pdu_sniff_req = 0x4001c5f0) + [!provide] PROVIDE (r_lc_send_pdu_sp_cfm = 0x4001c518) + [!provide] PROVIDE (r_lc_send_pdu_sp_nb = 0x4001c4e8) + [!provide] PROVIDE (r_lc_send_pdu_sres = 0x4001c548) + [!provide] PROVIDE (r_lc_send_pdu_tim_acc = 0x4001c6cc) + [!provide] PROVIDE (r_lc_send_pdu_unit_key = 0x4001c398) + [!provide] PROVIDE (r_lc_send_pdu_unsniff_req = 0x4001c894) + [!provide] PROVIDE (r_lc_send_pdu_vers_req = 0x4001c8b4) + [!provide] PROVIDE (r_lc_skip_hl_oob_req = 0x400201bc) + [!provide] PROVIDE (r_lc_sniff_init = 0x40022cac) + [!provide] PROVIDE (r_lc_sniff_max_slot_chg = 0x40020590) + [!provide] PROVIDE (r_lc_sniff_reset = 0x40022cc8) + [!provide] PROVIDE (r_lc_sniff_slot_unchange = 0x40021100) + [!provide] PROVIDE (r_lc_sniff_sub_mode = 0x400204fc) + [!provide] PROVIDE (r_lc_sp_end = 0x400213a8) + [!provide] PROVIDE (r_lc_sp_fail = 0x40020470) + [!provide] PROVIDE (r_lc_sp_oob_tid_fail = 0x400204cc) + [!provide] PROVIDE (r_lc_ssr_nego = 0x4002125c) + [!provide] PROVIDE (r_lc_start = 0x4001ca28) + [!provide] PROVIDE (r_lc_start_enc = 0x4001fb28) + [!provide] PROVIDE (r_lc_start_enc_key_size = 0x4001fd9c) + [!provide] PROVIDE (r_lc_start_key_exch = 0x4001fe10) + [!provide] PROVIDE (r_lc_start_lmp_to = 0x4001fae8) + [!provide] PROVIDE (r_lc_start_oob = 0x4001fffc) + [!provide] PROVIDE (r_lc_start_passkey = 0x4001feac) + [!provide] PROVIDE (r_lc_start_passkey_loop = 0x4001ff88) + [!provide] PROVIDE (r_lc_stop_afh_report = 0x40020184) + [!provide] PROVIDE (r_lc_stop_enc = 0x40020110) + [!provide] PROVIDE (r_lc_switch_cmp = 0x40020448) + [!provide] PROVIDE (r_lc_unit_key_svr = 0x400206d8) + [!provide] PROVIDE (r_lc_unsniff = 0x40020c50) + [!provide] PROVIDE (r_lc_unsniff_cmp = 0x40020810) + [!provide] PROVIDE (r_lc_unsniff_cont = 0x40020750) + [!provide] PROVIDE (r_lc_upd_to = 0x4002065c) + [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type = 0x4002f9b0) + [!provide] PROVIDE (r_lc_util_get_max_packet_size = 0x4002f4ac) + [!provide] PROVIDE (r_lc_util_get_offset_clke = 0x4002f538) + [!provide] PROVIDE (r_lc_util_get_offset_clkn = 0x4002f51c) + [!provide] PROVIDE (r_lc_util_set_loc_trans_coll = 0x4002f500) + [!provide] PROVIDE (r_lc_version = 0x40020a30) + [!provide] PROVIDE (lc_set_encap_pdu_data_p192 = 0x4002e4c8) + [!provide] PROVIDE (lc_set_encap_pdu_data_p256 = 0x4002e454) + [!provide] PROVIDE (lm_get_auth_method = 0x40023420) + [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + [!provide] PROVIDE (lm_get_auth_method = 0x40023420) + [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) + [!provide] PROVIDE (lmp_clk_adj_req_handler = 0x4002751c) + [!provide] PROVIDE (lmp_feats_res_ext_handler = 0x4002cac4) + [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + [!provide] PROVIDE (lmp_pkt_type_tbl_req_handler = 0x40027574) + [!provide] PROVIDE (lmp_esco_link_req_handler = 0x40027610) + [!provide] PROVIDE (lmp_rmv_esco_link_req_handler = 0x400276e8) + [!provide] PROVIDE (lmp_ch_class_req_handler = 0x40027730) + [!provide] PROVIDE (lmp_ch_class_handler = 0x4002ca18) + [!provide] PROVIDE (lmp_ssr_req_handler = 0x4002780c) + [!provide] PROVIDE (lmp_ssr_res_handler = 0x40027900) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + [!provide] PROVIDE (lmp_pause_enc_req_handler = 0x4002df90) + [!provide] PROVIDE (lmp_resume_enc_req_handler = 0x4002e084) + [!provide] PROVIDE (lmp_num_comparison_fail_handler = 0x40027a74) + [!provide] PROVIDE (lmp_passkey_fail_handler = 0x40027aec) + [!provide] PROVIDE (lmp_keypress_notif_handler = 0x4002c5c8) + [!provide] PROVIDE (lmp_pwr_ctrl_req_handler = 0x400263bc) + [!provide] PROVIDE (lmp_pwr_ctrl_res_handler = 0x40026480) + [!provide] PROVIDE (lmp_auto_rate_handler = 0x40026548) + [!provide] PROVIDE (lmp_pref_rate_handler = 0x4002657c) + [!provide] PROVIDE (lmp_name_req_handler = 0x40025050) + [!provide] PROVIDE (lmp_name_res_handler = 0x400250bc) + [!provide] PROVIDE (lmp_not_accepted_handler = 0x400251d0) + [!provide] PROVIDE (lmp_accepted_handler = 0x4002e894) + [!provide] PROVIDE (lmp_clk_off_req_handler = 0x40025a44) + [!provide] PROVIDE (lmp_clk_off_res_handler = 0x40025ab8) + [!provide] PROVIDE (lmp_detach_handler = 0x40025b74) + [!provide] PROVIDE (lmp_tempkey_handler = 0x4002b6b0) + [!provide] PROVIDE (lmp_temprand_handler = 0x4002b74c) + [!provide] PROVIDE (lmp_sres_handler = 0x4002b840) + [!provide] PROVIDE (lmp_aurand_handler = 0x4002bda0) + [!provide] PROVIDE (lmp_unitkey_handler = 0x4002c13c) + [!provide] PROVIDE (lmp_combkey_handler = 0x4002c234) + [!provide] PROVIDE (lmp_inrand_handler = 0x4002c414) + [!provide] PROVIDE (lmp_oob_fail_handler = 0x40027b84) + [!provide] PROVIDE (lmp_ping_req_handler = 0x40027c08) + [!provide] PROVIDE (lmp_ping_res_handler = 0x40027c5c) + [!provide] PROVIDE (lmp_enc_mode_req_handler = 0x40025c60) + [!provide] PROVIDE (lmp_enc_key_size_req_handler = 0x40025e54) + [!provide] PROVIDE (lmp_switch_req_handler = 0x40025f84) + [!provide] PROVIDE (lmp_start_enc_req_handler = 0x4002e124) + [!provide] PROVIDE (lmp_stop_enc_req_handler = 0x4002de30) + [!provide] PROVIDE (lmp_sniff_req_handler = 0x400260c8) + [!provide] PROVIDE (lmp_unsniff_req_handler = 0x400261e0) + [!provide] PROVIDE (lmp_incr_pwr_req_handler = 0x4002629c) + [!provide] PROVIDE (lmp_decr_pwr_req_handler = 0x400262f8) + [!provide] PROVIDE (lmp_max_pwr_handler = 0x40026354) + [!provide] PROVIDE (lmp_min_pwr_handler = 0x40026388) + [!provide] PROVIDE (lmp_ver_req_handler = 0x400265f0) + [!provide] PROVIDE (lmp_ver_res_handler = 0x40026670) + [!provide] PROVIDE (lmp_qos_handler = 0x40026790) + [!provide] PROVIDE (lmp_qos_req_handler = 0x40026844) + [!provide] PROVIDE (lmp_sco_link_req_handler = 0x40026930) + [!provide] PROVIDE (lmp_rmv_sco_link_req_handler = 0x40026a10) + [!provide] PROVIDE (lmp_max_slot_handler = 0x40026a54) + [!provide] PROVIDE (lmp_max_slot_req_handler = 0x40026aac) + [!provide] PROVIDE (lmp_timing_accu_req_handler = 0x40026b54) + [!provide] PROVIDE (lmp_timing_accu_res_handler = 0x40026bcc) + [!provide] PROVIDE (lmp_setup_cmp_handler = 0x40026c84) + [!provide] PROVIDE (lmp_feats_res_handler = 0x4002b548) + [!provide] PROVIDE (lmp_feats_req_handler = 0x4002b620) + [!provide] PROVIDE (lmp_host_con_req_handler = 0x4002b3d8) + [!provide] PROVIDE (lmp_use_semi_perm_key_handler = 0x4002b4c4) + [!provide] PROVIDE (lmp_slot_off_handler = 0x40026cc8) + [!provide] PROVIDE (lmp_page_mode_req_handler = 0x40026d0c) + [!provide] PROVIDE (lmp_page_scan_mode_req_handler = 0x40026d4c) + [!provide] PROVIDE (lmp_supv_to_handler = 0x40026d94) + [!provide] PROVIDE (lmp_test_activate_handler = 0x40026e7c) + [!provide] PROVIDE (lmp_test_ctrl_handler = 0x40026ee4) + [!provide] PROVIDE (lmp_enc_key_size_mask_req_handler = 0x40027038) + [!provide] PROVIDE (lmp_enc_key_size_mask_res_handler = 0x400270a4) + [!provide] PROVIDE (lmp_set_afh_handler = 0x4002b2e4) + [!provide] PROVIDE (lmp_encaps_hdr_handler = 0x40027120) + [!provide] PROVIDE (lmp_encaps_payl_handler = 0x4002e590) + [!provide] PROVIDE (lmp_sp_nb_handler = 0x4002acf0) + [!provide] PROVIDE (lmp_sp_cfm_handler = 0x4002b170) + [!provide] PROVIDE (lmp_dhkey_chk_handler = 0x4002ab48) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) + [!provide] PROVIDE (lmp_io_cap_res_handler = 0x4002c670) + [!provide] PROVIDE (lmp_io_cap_req_handler = 0x4002c7a4) + [!provide] PROVIDE (lc_cmd_cmp_bd_addr_send = 0x4002cec4) + [!provide] PROVIDE (ld_acl_tx_packet_type_select = 0x4002fb40) + [!provide] PROVIDE (ld_acl_sched = 0x40033268) + [!provide] PROVIDE (ld_acl_sniff_sched = 0x4003340c) + [!provide] PROVIDE (ld_acl_sniff_exit = 0x400312b4) + [!provide] PROVIDE (ld_acl_rx = 0x4003274c) + [!provide] PROVIDE (ld_acl_tx = 0x4002ffdc) + [!provide] PROVIDE (ld_acl_rx_sync = 0x4002fbec) + [!provide] PROVIDE (ld_acl_rx_sync2 = 0x4002fd8c) + [!provide] PROVIDE (ld_acl_rx_no_sync = 0x4002fe78) + [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) + [!provide] PROVIDE (ld_acl_rsw_frm_cbk = 0x40033bb0) + [!provide] PROVIDE (ld_sco_modify = 0x40031778) + [!provide] PROVIDE (lm_cmd_cmp_send = 0x40051838) + [!provide] PROVIDE (ld_sco_frm_cbk = 0x400349dc) + [!provide] PROVIDE (ld_sco_evt_stop_cbk = 0x40031d78) + [!provide] PROVIDE (ld_acl_rsw_evt_start_cbk = 0x40031154) + [!provide] PROVIDE (ld_acl_sco_rsvd_check = 0x4002fa94) + [!provide] PROVIDE (ld_acl_sniff_frm_cbk = 0x4003482c) + [!provide] PROVIDE (ld_inq_end = 0x4003ab48) + [!provide] PROVIDE (ld_inq_sched = 0x4003aba4) + [!provide] PROVIDE (ld_inq_frm_cbk = 0x4003ae4c) + [!provide] PROVIDE (ld_pscan_frm_cbk = 0x4003ebe4) + [!provide] PROVIDE (r_ld_acl_active_hop_types_get = 0x40036e10) + [!provide] PROVIDE (r_ld_acl_afh_confirm = 0x40036d40) + [!provide] PROVIDE (r_ld_acl_afh_prepare = 0x40036c84) + [!provide] PROVIDE (r_ld_acl_afh_set = 0x40036b60) + [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set = 0x40036810) + [!provide] PROVIDE (r_ld_acl_bcst_rx_dec = 0x40036394) + [!provide] PROVIDE (r_ld_acl_bit_off_get = 0x40036b18) + [!provide] PROVIDE (r_ld_acl_clk_adj_set = 0x40036a00) + [!provide] PROVIDE (r_ld_acl_clk_off_get = 0x40036b00) + [!provide] PROVIDE (r_ld_acl_clk_set = 0x40036950) + [!provide] PROVIDE (r_ld_acl_clock_offset_get = 0x400364c0) + [!provide] PROVIDE (r_ld_acl_current_tx_power_get = 0x400368f0) + [!provide] PROVIDE (r_ld_acl_data_flush = 0x400357bc) + [!provide] PROVIDE (r_ld_acl_data_tx = 0x4003544c) + [!provide] PROVIDE (r_ld_acl_edr_set = 0x4003678c) + [!provide] PROVIDE (r_ld_acl_enc_key_load = 0x40036404) + [!provide] PROVIDE (r_ld_acl_flow_off = 0x40035400) + [!provide] PROVIDE (r_ld_acl_flow_on = 0x4003541c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_get = 0x40035f9c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_set = 0x40035fe0) + [!provide] PROVIDE (r_ld_acl_init = 0x40034d08) + [!provide] PROVIDE (r_ld_acl_lmp_flush = 0x40035d80) + [!provide] PROVIDE (r_ld_acl_lmp_tx = 0x40035b34) + [!provide] PROVIDE (r_ld_acl_lsto_get = 0x400366b4) + [!provide] PROVIDE (r_ld_acl_lsto_set = 0x400366f8) + [!provide] PROVIDE (r_ld_acl_reset = 0x40034d24) + [!provide] PROVIDE (r_ld_acl_role_get = 0x40036b30) + [!provide] PROVIDE (r_ld_acl_rssi_delta_get = 0x40037028) + [!provide] PROVIDE (r_ld_acl_rsw_req = 0x40035e74) + [!provide] PROVIDE (r_ld_acl_rx_enc = 0x40036344) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_get = 0x40036e58) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_set = 0x40036ea0) + [!provide] PROVIDE (r_ld_acl_slot_offset_get = 0x4003653c) + [!provide] PROVIDE (r_ld_acl_slot_offset_set = 0x40036658) + [!provide] PROVIDE (r_ld_acl_sniff = 0x4003617c) + [!provide] PROVIDE (r_ld_acl_sniff_trans = 0x400360a8) + [!provide] PROVIDE (r_ld_acl_ssr_set = 0x40036274) + [!provide] PROVIDE (r_ld_acl_start = 0x40034ddc) + [!provide] PROVIDE (r_ld_acl_stop = 0x4003532c) + [!provide] PROVIDE (r_ld_acl_test_mode_set = 0x40036f24) + [!provide] PROVIDE (r_ld_acl_timing_accuracy_set = 0x4003673c) + [!provide] PROVIDE (r_ld_acl_t_poll_get = 0x40036024) + [!provide] PROVIDE (r_ld_acl_t_poll_set = 0x40036068) + [!provide] PROVIDE (r_ld_acl_tx_enc = 0x400362f8) + [!provide] PROVIDE (ld_acl_frm_cbk = 0x40034414) + [!provide] PROVIDE (ld_acl_rsw_end = 0x40032bc0) + [!provide] PROVIDE (ld_acl_end = 0x40033140) + [!provide] PROVIDE (ld_acl_resched = 0x40033814) + [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (r_ld_acl_unsniff = 0x400361e0) + [!provide] PROVIDE (r_ld_active_check = 0x4003cac4) + [!provide] PROVIDE (r_ld_afh_ch_assess_data_get = 0x4003caec) + [!provide] PROVIDE (r_ld_bcst_acl_data_tx = 0x40038d3c) + [!provide] PROVIDE (r_ld_bcst_acl_init = 0x40038bd0) + [!provide] PROVIDE (r_ld_bcst_acl_reset = 0x40038bdc) + [!provide] PROVIDE (r_ld_bcst_acl_start = 0x4003882c) + [!provide] PROVIDE (r_ld_bcst_afh_update = 0x40038f3c) + [!provide] PROVIDE (r_ld_bcst_enc_key_load = 0x4003906c) + [!provide] PROVIDE (r_ld_bcst_lmp_tx = 0x40038bf8) + [!provide] PROVIDE (r_ld_bcst_tx_enc = 0x40038ff8) + [!provide] PROVIDE (r_ld_bd_addr_get = 0x4003ca20) + [!provide] PROVIDE (r_ld_channel_assess = 0x4003c184) + [!provide] PROVIDE (r_ld_class_of_dev_get = 0x4003ca34) + [!provide] PROVIDE (r_ld_class_of_dev_set = 0x4003ca50) + [!provide] PROVIDE (r_ld_csb_rx_afh_update = 0x40039af4) + [!provide] PROVIDE (r_ld_csb_rx_init = 0x40039690) + [!provide] PROVIDE (r_ld_csb_rx_reset = 0x4003969c) + [!provide] PROVIDE (r_ld_csb_rx_start = 0x4003972c) + [!provide] PROVIDE (r_ld_csb_rx_stop = 0x40039bb8) + [!provide] PROVIDE (r_ld_csb_tx_afh_update = 0x4003a5fc) + [!provide] PROVIDE (r_ld_csb_tx_clr_data = 0x4003a71c) + [!provide] PROVIDE (r_ld_csb_tx_dis = 0x4003a5e8) + [!provide] PROVIDE (r_ld_csb_tx_en = 0x4003a1c0) + [!provide] PROVIDE (r_ld_csb_tx_init = 0x4003a0e8) + [!provide] PROVIDE (r_ld_csb_tx_reset = 0x4003a0f8) + [!provide] PROVIDE (r_ld_csb_tx_set_data = 0x4003a6c0) + [!provide] PROVIDE (r_ld_fm_clk_isr = 0x4003a7a8) + [!provide] PROVIDE (r_ld_fm_frame_isr = 0x4003a82c) + [!provide] PROVIDE (r_ld_fm_init = 0x4003a760) + [!provide] PROVIDE (r_ld_fm_prog_check = 0x4003ab28) + [!provide] PROVIDE (r_ld_fm_prog_disable = 0x4003a984) + [!provide] PROVIDE (r_ld_fm_prog_enable = 0x4003a944) + [!provide] PROVIDE (r_ld_fm_prog_push = 0x4003a9d4) + [!provide] PROVIDE (r_ld_fm_reset = 0x4003a794) + [!provide] PROVIDE (r_ld_fm_rx_isr = 0x4003a7f4) + [!provide] PROVIDE (r_ld_fm_sket_isr = 0x4003a8a4) + [!provide] PROVIDE (r_ld_init = 0x4003c294) + [!provide] PROVIDE (r_ld_inq_init = 0x4003b15c) + [!provide] PROVIDE (r_ld_inq_reset = 0x4003b168) + [!provide] PROVIDE (r_ld_inq_start = 0x4003b1f0) + [!provide] PROVIDE (r_ld_inq_stop = 0x4003b4f0) + [!provide] PROVIDE (r_ld_iscan_eir_get = 0x4003c118) + [!provide] PROVIDE (r_ld_iscan_eir_set = 0x4003bfa0) + [!provide] PROVIDE (r_ld_iscan_init = 0x4003b9f0) + [!provide] PROVIDE (r_ld_iscan_reset = 0x4003ba14) + [!provide] PROVIDE (r_ld_iscan_restart = 0x4003ba44) + [!provide] PROVIDE (r_ld_iscan_start = 0x4003bb28) + [!provide] PROVIDE (r_ld_iscan_stop = 0x4003bf1c) + [!provide] PROVIDE (r_ld_iscan_tx_pwr_get = 0x4003c138) + [!provide] PROVIDE (r_ld_page_init = 0x4003d808) + [!provide] PROVIDE (r_ld_page_reset = 0x4003d814) + [!provide] PROVIDE (r_ld_page_start = 0x4003d848) + [!provide] PROVIDE (r_ld_page_stop = 0x4003da54) + [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust = 0x4003e324) + [!provide] PROVIDE (r_ld_pca_init = 0x4003deb4) + [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging = 0x4003e4ac) + [!provide] PROVIDE (r_ld_pca_local_config = 0x4003df6c) + [!provide] PROVIDE (r_ld_pca_mws_frame_sync = 0x4003e104) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt = 0x4003e278) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt = 0x4003e280) + [!provide] PROVIDE (r_ld_pca_reporting_enable = 0x4003e018) + [!provide] PROVIDE (r_ld_pca_reset = 0x4003df0c) + [!provide] PROVIDE (r_ld_pca_update_target_offset = 0x4003e050) + [!provide] PROVIDE (r_ld_pscan_evt_handler = 0x4003f238) + [!provide] PROVIDE (r_ld_pscan_init = 0x4003f474) + [!provide] PROVIDE (r_ld_pscan_reset = 0x4003f498) + [!provide] PROVIDE (r_ld_pscan_restart = 0x4003f4b8) + [!provide] PROVIDE (r_ld_pscan_start = 0x4003f514) + [!provide] PROVIDE (r_ld_pscan_stop = 0x4003f618) + [!provide] PROVIDE (r_ld_read_clock = 0x4003c9e4) + [!provide] PROVIDE (r_ld_reset = 0x4003c714) + [!provide] PROVIDE (r_ld_sched_acl_add = 0x4003f978) + [!provide] PROVIDE (r_ld_sched_acl_remove = 0x4003f99c) + [!provide] PROVIDE (r_ld_sched_compute = 0x4003f6f8) + [!provide] PROVIDE (r_ld_sched_init = 0x4003f7ac) + [!provide] PROVIDE (r_ld_sched_inq_add = 0x4003f8a8) + [!provide] PROVIDE (r_ld_sched_inq_remove = 0x4003f8d0) + [!provide] PROVIDE (r_ld_sched_iscan_add = 0x4003f7e8) + [!provide] PROVIDE (r_ld_sched_iscan_remove = 0x4003f808) + [!provide] PROVIDE (r_ld_sched_page_add = 0x4003f910) + [!provide] PROVIDE (r_ld_sched_page_remove = 0x4003f938) + [!provide] PROVIDE (r_ld_sched_pscan_add = 0x4003f828) + [!provide] PROVIDE (r_ld_sched_pscan_remove = 0x4003f848) + [!provide] PROVIDE (r_ld_sched_reset = 0x4003f7d4) + [!provide] PROVIDE (r_ld_sched_sco_add = 0x4003fa4c) + [!provide] PROVIDE (r_ld_sched_sco_remove = 0x4003fa9c) + [!provide] PROVIDE (r_ld_sched_sniff_add = 0x4003f9c4) + [!provide] PROVIDE (r_ld_sched_sniff_remove = 0x4003fa0c) + [!provide] PROVIDE (r_ld_sched_sscan_add = 0x4003f868) + [!provide] PROVIDE (r_ld_sched_sscan_remove = 0x4003f888) + [!provide] PROVIDE (r_ld_sco_audio_isr = 0x40037cc8) + [!provide] PROVIDE (r_ld_sco_data_tx = 0x40037ee8) + [!provide] PROVIDE (r_ld_sco_start = 0x40037110) + [!provide] PROVIDE (r_ld_sco_stop = 0x40037c40) + [!provide] PROVIDE (r_ld_sco_update = 0x40037a74) + [!provide] PROVIDE (r_ld_sscan_activated = 0x4004031c) + [!provide] PROVIDE (r_ld_sscan_init = 0x400402f0) + [!provide] PROVIDE (r_ld_sscan_reset = 0x400402fc) + [!provide] PROVIDE (r_ld_sscan_start = 0x40040384) + [!provide] PROVIDE (r_ld_strain_init = 0x400409f4) + [!provide] PROVIDE (r_ld_strain_reset = 0x40040a00) + [!provide] PROVIDE (r_ld_strain_start = 0x40040a8c) + [!provide] PROVIDE (r_ld_strain_stop = 0x40040df0) + [!provide] PROVIDE (r_ld_timing_accuracy_get = 0x4003caac) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_get = 0x4004131c) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_set = 0x40041308) + [!provide] PROVIDE (r_ld_util_bch_create = 0x40040fcc) + [!provide] PROVIDE (r_ld_util_fhs_pk = 0x400411c8) + [!provide] PROVIDE (r_ld_util_fhs_unpk = 0x40040e54) + [!provide] PROVIDE (r_ld_util_stp_pk = 0x400413f4) + [!provide] PROVIDE (r_ld_util_stp_unpk = 0x40041324) + [!provide] PROVIDE (r_ld_version_get = 0x4003ca6c) + [!provide] PROVIDE (r_ld_wlcoex_set = 0x4003caf8) + [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map = 0x40041574) + [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map = 0x4004150c) + [!provide] PROVIDE (r_llc_ch_assess_local = 0x40041494) + [!provide] PROVIDE (r_llc_ch_assess_merge_ch = 0x40041588) + [!provide] PROVIDE (r_llc_ch_assess_reass_ch = 0x400415c0) + [!provide] PROVIDE (r_llc_common_cmd_complete_send = 0x40044eac) + [!provide] PROVIDE (r_llc_common_cmd_status_send = 0x40044ee0) + [!provide] PROVIDE (r_llc_common_enc_change_evt_send = 0x40044f6c) + [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send = 0x40044f38) + [!provide] PROVIDE (r_llc_common_flush_occurred_send = 0x40044f0c) + [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send = 0x40045000) + [!provide] PROVIDE (r_llc_con_update_complete_send = 0x40044d68) + [!provide] PROVIDE (r_llc_con_update_finished = 0x4004518c) + [!provide] PROVIDE (r_llc_con_update_ind = 0x40045038) + [!provide] PROVIDE (r_llc_discon_event_complete_send = 0x40044a30) + [!provide] PROVIDE (r_llc_end_evt_defer = 0x40046330) + [!provide] PROVIDE (r_llc_feats_rd_event_send = 0x40044e0c) + [!provide] PROVIDE (r_llc_init = 0x40044778) + [!provide] PROVIDE (r_llc_le_con_cmp_evt_send = 0x40044a78) + [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send = 0x40043f94) + [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send = 0x400442fc) + [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send = 0x40044358) + [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send = 0x400442c4) + [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send = 0x40044064) + [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send = 0x40044160) + [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send = 0x400443b4) + [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send = 0x400443f0) + [!provide] PROVIDE (r_llc_llcp_get_autorize = 0x4004475c) + [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send = 0x40044574) + [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send = 0x400445ac) + [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send = 0x40043fd8) + [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send = 0x40044010) + [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send = 0x4004454c) + [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send = 0x40044560) + [!provide] PROVIDE (r_llc_llcp_recv_handler = 0x40044678) + [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send = 0x4004425c) + [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send = 0x4004441c) + [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send = 0x400441f8) + [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send = 0x400444b0) + [!provide] PROVIDE (r_llc_llcp_tester_send = 0x400445e4) + [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu = 0x40044534) + [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send = 0x40043f6c) + [!provide] PROVIDE (r_llc_lsto_con_update = 0x40045098) + [!provide] PROVIDE (r_llc_ltk_req_send = 0x40044dc0) + [!provide] PROVIDE (r_llc_map_update_finished = 0x40045260) + [!provide] PROVIDE (r_llc_map_update_ind = 0x400450f0) + [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer = 0x400464dc) + [!provide] PROVIDE (r_llc_pdu_defer = 0x40046528) + [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer = 0x400463ac) + [!provide] PROVIDE (r_llc_reset = 0x400447b8) + [!provide] PROVIDE (r_llc_start = 0x400447f4) + [!provide] PROVIDE (r_llc_stop = 0x400449ac) + [!provide] PROVIDE (r_llc_util_bw_mgt = 0x4004629c) + [!provide] PROVIDE (r_llc_util_clear_operation_ptr = 0x40046234) + [!provide] PROVIDE (r_llc_util_dicon_procedure = 0x40046130) + [!provide] PROVIDE (r_llc_util_get_free_conhdl = 0x400460c8) + [!provide] PROVIDE (r_llc_util_get_nb_active_link = 0x40046100) + [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin = 0x400461f4) + [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable = 0x400461c8) + [!provide] PROVIDE (r_llc_util_update_channel_map = 0x400461ac) + [!provide] PROVIDE (r_llc_version_rd_event_send = 0x40044e60) + [!provide] PROVIDE (r_lld_adv_start = 0x40048b38) + [!provide] PROVIDE (r_lld_adv_stop = 0x40048ea0) + [!provide] PROVIDE (r_lld_ch_map_ind = 0x4004a2f4) + [!provide] PROVIDE (r_lld_con_param_req = 0x40049f0c) + [!provide] PROVIDE (r_lld_con_param_rsp = 0x40049e00) + [!provide] PROVIDE (r_lld_con_start = 0x400491f8) + [!provide] PROVIDE (r_lld_con_stop = 0x40049fdc) + [!provide] PROVIDE (r_lld_con_update_after_param_req = 0x40049bcc) + [!provide] PROVIDE (r_lld_con_update_ind = 0x4004a30c) + [!provide] PROVIDE (r_lld_con_update_req = 0x40049b60) + [!provide] PROVIDE (r_lld_core_reset = 0x40048a9c) + [!provide] PROVIDE (r_lld_crypt_isr = 0x4004a324) + [!provide] PROVIDE (r_lld_evt_adv_create = 0x400481f4) + [!provide] PROVIDE (r_lld_evt_canceled = 0x400485c8) + [!provide] PROVIDE (r_lld_evt_channel_next = 0x40046aac) + [!provide] PROVIDE (r_lld_evt_deffered_elt_handler = 0x400482bc) + [!provide] PROVIDE (r_lld_evt_delete_elt_handler = 0x40046974) + [!provide] PROVIDE (r_lld_evt_delete_elt_push = 0x40046a3c) + [!provide] PROVIDE (r_lld_evt_drift_compute = 0x40047670) + [!provide] PROVIDE (r_lld_evt_elt_delete = 0x40047538) + [!provide] PROVIDE (r_lld_evt_elt_insert = 0x400474c8) + [!provide] PROVIDE (r_lld_evt_end = 0x400483e8) + [!provide] PROVIDE (r_lld_evt_end_isr = 0x4004862c) + [!provide] PROVIDE (r_lld_evt_init = 0x40046b3c) + [!provide] PROVIDE (r_lld_evt_init_evt = 0x40046cd0) + [!provide] PROVIDE (r_lld_evt_move_to_master = 0x40047ba0) + [!provide] PROVIDE (r_lld_evt_move_to_slave = 0x40047e18) + [!provide] PROVIDE (r_lld_evt_prevent_stop = 0x40047adc) + [!provide] PROVIDE (r_lld_evt_restart = 0x40046d50) + [!provide] PROVIDE (r_lld_evt_rx = 0x40048578) + [!provide] PROVIDE (r_lld_evt_rx_isr = 0x40048678) + [!provide] PROVIDE (r_lld_evt_scan_create = 0x40047ae8) + [!provide] PROVIDE (r_lld_evt_schedule = 0x40047908) + [!provide] PROVIDE (r_lld_evt_schedule_next = 0x400477dc) + [!provide] PROVIDE (r_lld_evt_schedule_next_instant = 0x400476a8) + [!provide] PROVIDE (r_lld_evt_slave_update = 0x40048138) + [!provide] PROVIDE (r_lld_evt_update_create = 0x40047cd8) + [!provide] PROVIDE (r_lld_get_mode = 0x40049ff8) + [!provide] PROVIDE (r_lld_init = 0x4004873c) + [!provide] PROVIDE (r_lld_move_to_master = 0x400499e0) + [!provide] PROVIDE (r_lld_move_to_slave = 0x4004a024) + [!provide] PROVIDE (r_lld_pdu_adv_pack = 0x4004b488) + [!provide] PROVIDE (r_lld_pdu_check = 0x4004ac34) + [!provide] PROVIDE (r_lld_pdu_data_send = 0x4004b018) + [!provide] PROVIDE (r_lld_pdu_data_tx_push = 0x4004aecc) + [!provide] PROVIDE (r_lld_pdu_rx_handler = 0x4004b4d4) + [!provide] PROVIDE (r_lld_pdu_send_packet = 0x4004b774) + [!provide] PROVIDE (r_lld_pdu_tx_flush = 0x4004b414) + [!provide] PROVIDE (r_lld_pdu_tx_loop = 0x4004ae40) + [!provide] PROVIDE (r_lld_pdu_tx_prog = 0x4004b120) + [!provide] PROVIDE (r_lld_pdu_tx_push = 0x4004b080) + [!provide] PROVIDE (r_lld_ral_renew_req = 0x4004a73c) + [!provide] PROVIDE (r_lld_scan_start = 0x40048ee0) + [!provide] PROVIDE (r_lld_scan_stop = 0x40049190) + [!provide] PROVIDE (r_lld_test_mode_rx = 0x4004a540) + [!provide] PROVIDE (r_lld_test_mode_tx = 0x4004a350) + [!provide] PROVIDE (r_lld_test_stop = 0x4004a710) + [!provide] PROVIDE (r_lld_util_anchor_point_move = 0x4004bacc) + [!provide] PROVIDE (r_lld_util_compute_ce_max = 0x4004bc0c) + [!provide] PROVIDE (r_lld_util_connection_param_set = 0x4004ba40) + [!provide] PROVIDE (r_lld_util_dle_set_cs_fields = 0x4004ba90) + [!provide] PROVIDE (r_lld_util_eff_tx_time_set = 0x4004bd88) + [!provide] PROVIDE (r_lld_util_elt_programmed = 0x4004bce0) + [!provide] PROVIDE (r_lld_util_flush_list = 0x4004bbd8) + [!provide] PROVIDE (r_lld_util_freq2chnl = 0x4004b9e4) + [!provide] PROVIDE (r_lld_util_get_bd_address = 0x4004b8ac) + [!provide] PROVIDE (r_lld_util_get_local_offset = 0x4004ba10) + [!provide] PROVIDE (r_lld_util_get_peer_offset = 0x4004ba24) + [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt = 0x4004bd80) + [!provide] PROVIDE (r_lld_util_instant_get = 0x4004b890) + [!provide] PROVIDE (r_lld_util_instant_ongoing = 0x4004bbfc) + [!provide] PROVIDE (r_lld_util_priority_set = 0x4004bd10) + [!provide] PROVIDE (r_lld_util_priority_update = 0x4004bd78) + [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew = 0x4004b980) + [!provide] PROVIDE (r_lld_util_set_bd_address = 0x4004b8f8) + [!provide] PROVIDE (r_lld_wlcoex_set = 0x4004bd98) + [!provide] PROVIDE (r_llm_ble_ready = 0x4004cc34) + [!provide] PROVIDE (r_llm_common_cmd_complete_send = 0x4004d288) + [!provide] PROVIDE (r_llm_common_cmd_status_send = 0x4004d2b4) + [!provide] PROVIDE (r_llm_con_req_ind = 0x4004cc54) + [!provide] PROVIDE (r_llm_con_req_tx_cfm = 0x4004d158) + [!provide] PROVIDE (r_llm_create_con = 0x4004de78) + [!provide] PROVIDE (r_llm_encryption_done = 0x4004dff8) + [!provide] PROVIDE (r_llm_encryption_start = 0x4004e128) + [!provide] PROVIDE (r_llm_end_evt_defer = 0x4004eb6c) + [!provide] PROVIDE (r_llm_init = 0x4004c9f8) + [!provide] PROVIDE (r_llm_le_adv_report_ind = 0x4004cdf4) + [!provide] PROVIDE (r_llm_pdu_defer = 0x4004ec48) + [!provide] PROVIDE (r_llm_ral_clear = 0x4004e1fc) + [!provide] PROVIDE (r_llm_ral_dev_add = 0x4004e23c) + [!provide] PROVIDE (r_llm_ral_dev_rm = 0x4004e3bc) + [!provide] PROVIDE (r_llm_ral_get_rpa = 0x4004e400) + [!provide] PROVIDE (r_llm_ral_set_timeout = 0x4004e4a0) + [!provide] PROVIDE (r_llm_ral_update = 0x4004e4f8) + [!provide] PROVIDE (r_llm_set_adv_data = 0x4004d960) + [!provide] PROVIDE (r_llm_set_adv_en = 0x4004d7ec) + [!provide] PROVIDE (r_llm_set_adv_param = 0x4004d5f4) + [!provide] PROVIDE (r_llm_set_scan_en = 0x4004db64) + [!provide] PROVIDE (r_llm_set_scan_param = 0x4004dac8) + [!provide] PROVIDE (r_llm_set_scan_rsp_data = 0x4004da14) + [!provide] PROVIDE (r_llm_test_mode_start_rx = 0x4004d534) + [!provide] PROVIDE (r_llm_test_mode_start_tx = 0x4004d2fc) + [!provide] PROVIDE (r_llm_util_adv_data_update = 0x4004e8fc) + [!provide] PROVIDE (r_llm_util_apply_bd_addr = 0x4004e868) + [!provide] PROVIDE (r_llm_util_bd_addr_in_ral = 0x4004eb08) + [!provide] PROVIDE (r_llm_util_bd_addr_in_wl = 0x4004e788) + [!provide] PROVIDE (r_llm_util_bd_addr_wl_position = 0x4004e720) + [!provide] PROVIDE (r_llm_util_bl_add = 0x4004e9ac) + [!provide] PROVIDE (r_llm_util_bl_check = 0x4004e930) + [!provide] PROVIDE (r_llm_util_bl_rem = 0x4004ea70) + [!provide] PROVIDE (r_llm_util_check_address_validity = 0x4004e7e4) + [!provide] PROVIDE (r_llm_util_check_evt_mask = 0x4004e8b0) + [!provide] PROVIDE (r_llm_util_check_map_validity = 0x4004e800) + [!provide] PROVIDE (r_llm_util_get_channel_map = 0x4004e8d4) + [!provide] PROVIDE (r_llm_util_get_supp_features = 0x4004e8e8) + [!provide] PROVIDE (r_llm_util_set_public_addr = 0x4004e89c) + [!provide] PROVIDE (r_llm_wl_clr = 0x4004dc54) + [!provide] PROVIDE (r_llm_wl_dev_add = 0x4004dcc0) + [!provide] PROVIDE (r_llm_wl_dev_add_hdl = 0x4004dd38) + [!provide] PROVIDE (r_llm_wl_dev_rem = 0x4004dcfc) + [!provide] PROVIDE (r_llm_wl_dev_rem_hdl = 0x4004dde0) + [!provide] PROVIDE (r_lm_acl_disc = 0x4004f148) + [!provide] PROVIDE (r_LM_AddSniff = 0x40022d20) + [!provide] PROVIDE (r_lm_add_sync = 0x40051358) + [!provide] PROVIDE (r_lm_afh_activate_timer = 0x4004f444) + [!provide] PROVIDE (r_lm_afh_ch_ass_en_get = 0x4004f3f8) + [!provide] PROVIDE (r_lm_afh_host_ch_class_get = 0x4004f410) + [!provide] PROVIDE (r_lm_afh_master_ch_map_get = 0x4004f43c) + [!provide] PROVIDE (r_lm_afh_peer_ch_class_set = 0x4004f418) + [!provide] PROVIDE (r_lm_check_active_sync = 0x40051334) + [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest = 0x4002f90c) + [!provide] PROVIDE (r_LM_CheckSwitchInstant = 0x4002f8c0) + [!provide] PROVIDE (r_lm_check_sync_hl_rsp = 0x4005169c) + [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear = 0x4004f514) + [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set = 0x4004f4d8) + [!provide] PROVIDE (r_LM_ComputePacketType = 0x4002f554) + [!provide] PROVIDE (r_LM_ComputeSniffSubRate = 0x400233ac) + [!provide] PROVIDE (r_lm_debug_key_compare_192 = 0x4004f3a8) + [!provide] PROVIDE (r_lm_debug_key_compare_256 = 0x4004f3d0) + [!provide] PROVIDE (r_lm_dhkey_calc_init = 0x40013234) + [!provide] PROVIDE (r_lm_dhkey_compare = 0x400132d8) + [!provide] PROVIDE (r_lm_dut_mode_en_get = 0x4004f3ec) + [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize = 0x4001aca4) + [!provide] PROVIDE (r_lm_f1 = 0x40012bb8) + [!provide] PROVIDE (r_lm_f2 = 0x40012cfc) + [!provide] PROVIDE (r_lm_f3 = 0x40013050) + [!provide] PROVIDE (r_lm_g = 0x40012f90) + [!provide] PROVIDE (r_LM_GetAFHSwitchInstant = 0x4002f86c) + [!provide] PROVIDE (r_lm_get_auth_en = 0x4004f1ac) + [!provide] PROVIDE (r_lm_get_common_pkt_types = 0x4002fa1c) + [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout = 0x4004f1f4) + [!provide] PROVIDE (r_LM_GetFeature = 0x4002f924) + [!provide] PROVIDE (r_LM_GetLinkTimeout = 0x400233ec) + [!provide] PROVIDE (r_LM_GetLocalNameSeg = 0x4004f200) + [!provide] PROVIDE (r_lm_get_loopback_mode = 0x4004f248) + [!provide] PROVIDE (r_LM_GetMasterEncKeySize = 0x4001b29c) + [!provide] PROVIDE (r_LM_GetMasterEncRand = 0x4001b288) + [!provide] PROVIDE (r_LM_GetMasterKey = 0x4001b260) + [!provide] PROVIDE (r_LM_GetMasterKeyRand = 0x4001b274) + [!provide] PROVIDE (r_lm_get_min_sync_intv = 0x400517a8) + [!provide] PROVIDE (r_lm_get_nb_acl = 0x4004ef9c) + [!provide] PROVIDE (r_lm_get_nb_sync_link = 0x4005179c) + [!provide] PROVIDE (r_lm_get_nonce = 0x400131c4) + [!provide] PROVIDE (r_lm_get_oob_local_commit = 0x4004f374) + [!provide] PROVIDE (r_lm_get_oob_local_data_192 = 0x4004f2d4) + [!provide] PROVIDE (r_lm_get_oob_local_data_256 = 0x4004f318) + [!provide] PROVIDE (r_LM_GetPINType = 0x4004f1e8) + [!provide] PROVIDE (r_lm_get_priv_key_192 = 0x4004f278) + [!provide] PROVIDE (r_lm_get_priv_key_256 = 0x4004f2b8) + [!provide] PROVIDE (r_lm_get_pub_key_192 = 0x4004f258) + [!provide] PROVIDE (r_lm_get_pub_key_256 = 0x4004f298) + [!provide] PROVIDE (r_LM_GetQoSParam = 0x4002f6e0) + [!provide] PROVIDE (r_lm_get_sec_con_host_supp = 0x4004f1d4) + [!provide] PROVIDE (r_LM_GetSniffSubratingParam = 0x4002325c) + [!provide] PROVIDE (r_lm_get_sp_en = 0x4004f1c0) + [!provide] PROVIDE (r_LM_GetSwitchInstant = 0x4002f7f8) + [!provide] PROVIDE (r_lm_get_synchdl = 0x4005175c) + [!provide] PROVIDE (r_lm_get_sync_param = 0x400503b4) + [!provide] PROVIDE (r_lm_init = 0x4004ed34) + [!provide] PROVIDE (r_lm_init_sync = 0x400512d8) + [!provide] PROVIDE (r_lm_is_acl_con = 0x4004f47c) + [!provide] PROVIDE (r_lm_is_acl_con_role = 0x4004f49c) + [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending = 0x4004f4e8) + [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending = 0x4004f4c8) + [!provide] PROVIDE (r_lm_local_ext_fr_configured = 0x4004f540) + [!provide] PROVIDE (r_lm_look_for_stored_link_key = 0x4002f948) + [!provide] PROVIDE (r_lm_look_for_sync = 0x40051774) + [!provide] PROVIDE (r_lm_lt_addr_alloc = 0x4004ef1c) + [!provide] PROVIDE (r_lm_lt_addr_free = 0x4004ef74) + [!provide] PROVIDE (r_lm_lt_addr_reserve = 0x4004ef48) + [!provide] PROVIDE (r_LM_MakeCof = 0x4002f84c) + [!provide] PROVIDE (r_LM_MakeRandVec = 0x400112d8) + [!provide] PROVIDE (r_lm_master_clk_adj_req_handler = 0x40054180) + [!provide] PROVIDE (r_LM_MaxSlot = 0x4002f694) + [!provide] PROVIDE (r_lm_modif_sync = 0x40051578) + [!provide] PROVIDE (r_lm_n_is_zero = 0x40012170) + [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set = 0x4004f500) + [!provide] PROVIDE (r_lm_oob_f1 = 0x40012e54) + [!provide] PROVIDE (r_lm_pca_sscan_link_get = 0x4004f560) + [!provide] PROVIDE (r_lm_pca_sscan_link_set = 0x4004f550) + [!provide] PROVIDE (nvds_null_read = 0x400542a0) + [!provide] PROVIDE (nvds_null_write = 0x400542a8) + [!provide] PROVIDE (nvds_null_erase = 0x400542b0) + [!provide] PROVIDE (nvds_read = 0x400542c4) + [!provide] PROVIDE (nvds_write = 0x400542fc) + [!provide] PROVIDE (nvds_erase = 0x40054334) + [!provide] PROVIDE (nvds_init_memory = 0x40054358) + [!provide] PROVIDE (r_lmp_pack = 0x4001135c) + [!provide] PROVIDE (r_lmp_unpack = 0x4001149c) + [!provide] PROVIDE (r_lm_read_features = 0x4004f0d8) + [!provide] PROVIDE (r_LM_RemoveSniff = 0x40023124) + [!provide] PROVIDE (r_LM_RemoveSniffSubrating = 0x400233c4) + [!provide] PROVIDE (r_lm_remove_sync = 0x400517c8) + [!provide] PROVIDE (r_lm_reset_sync = 0x40051304) + [!provide] PROVIDE (r_lm_role_switch_finished = 0x4004f028) + [!provide] PROVIDE (r_lm_role_switch_start = 0x4004efe0) + [!provide] PROVIDE (r_lm_sco_nego_end = 0x40051828) + [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired = 0x40023334) + [!provide] PROVIDE (r_LM_SniffSubratingHlReq = 0x40023154) + [!provide] PROVIDE (r_LM_SniffSubratingPeerReq = 0x400231dc) + [!provide] PROVIDE (r_lm_sp_debug_mode_get = 0x4004f398) + [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf = 0x400123c0) + [!provide] PROVIDE (r_lm_sp_n_one = 0x400123a4) + [!provide] PROVIDE (r_lm_sp_p192_add = 0x40012828) + [!provide] PROVIDE (r_lm_sp_p192_dbl = 0x4001268c) + [!provide] PROVIDE (r_lm_sp_p192_invert = 0x40012b6c) + [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine = 0x40012468) + [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine = 0x400124e4) + [!provide] PROVIDE (r_lm_sp_p192_point_to_inf = 0x40012458) + [!provide] PROVIDE (r_lm_sp_pre_compute_points = 0x40012640) + [!provide] PROVIDE (r_lm_sp_sha256_calculate = 0x400121a0) + [!provide] PROVIDE (r_LM_SuppressAclPacket = 0x4002f658) + [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get = 0x4004f404) + [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType = 0x4002f5d8) + [!provide] PROVIDE (r_LM_UpdateAclPacketType = 0x4002f584) + [!provide] PROVIDE (r_modules_funcs = 0x3ffafd6c) + [!provide] PROVIDE (r_modules_funcs_p = 0x3ffafd68) + [!provide] PROVIDE (r_nvds_del = 0x400544c4) + [!provide] PROVIDE (r_nvds_get = 0x40054488) + [!provide] PROVIDE (r_nvds_init = 0x40054410) + [!provide] PROVIDE (r_nvds_lock = 0x400544fc) + [!provide] PROVIDE (r_nvds_put = 0x40054534) + [!provide] PROVIDE (rom_abs_temp = 0x400054f0) + [!provide] PROVIDE (rom_bb_bss_bw_40_en = 0x4000401c) + [!provide] PROVIDE (rom_bb_bss_cbw40_dig = 0x40003bac) + [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en = 0x40003734) + [!provide] PROVIDE (rom_bb_tx_ht20_cen = 0x40003760) + [!provide] PROVIDE (rom_bb_wdg_test_en = 0x40003b70) + [!provide] PROVIDE (rom_cbw2040_cfg = 0x400040b0) + [!provide] PROVIDE (rom_check_noise_floor = 0x40003c78) + [!provide] PROVIDE (rom_chip_i2c_readReg = 0x40004110) + [!provide] PROVIDE (rom_chip_i2c_writeReg = 0x40004168) + [!provide] PROVIDE (rom_chip_v7_bt_init = 0x40004d8c) + [!provide] PROVIDE (rom_chip_v7_rx_init = 0x40004cec) + [!provide] PROVIDE (rom_chip_v7_rx_rifs_en = 0x40003d90) + [!provide] PROVIDE (rom_chip_v7_tx_init = 0x40004d18) + [!provide] PROVIDE (rom_clk_force_on_vit = 0x40003710) + [!provide] PROVIDE (rom_correct_rf_ana_gain = 0x400062a8) + [!provide] PROVIDE (rom_dc_iq_est = 0x400055c8) + [!provide] PROVIDE (rom_disable_agc = 0x40002fa4) + [!provide] PROVIDE (rom_enable_agc = 0x40002fcc) + [!provide] PROVIDE (rom_en_pwdet = 0x4000506c) + [!provide] PROVIDE (rom_gen_rx_gain_table = 0x40003e3c) + [!provide] PROVIDE (rom_get_data_sat = 0x4000312c) + [!provide] PROVIDE (rom_get_fm_sar_dout = 0x40005204) + [!provide] PROVIDE (rom_get_power_db = 0x40005fc8) + [!provide] PROVIDE (rom_get_pwctrl_correct = 0x400065d4) + [!provide] PROVIDE (rom_get_rfcal_rxiq_data = 0x40005bbc) + [!provide] PROVIDE (rom_get_rf_gain_qdb = 0x40006290) + [!provide] PROVIDE (rom_get_sar_dout = 0x40006564) + [!provide] PROVIDE (rom_i2c_readReg = 0x40004148) + 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask = 0x400041c0) + 0x00000000400041a4 PROVIDE (rom_i2c_writeReg = 0x400041a4) + 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask = 0x400041fc) + [!provide] PROVIDE (rom_index_to_txbbgain = 0x40004df8) + [!provide] PROVIDE (rom_iq_est_disable = 0x40005590) + [!provide] PROVIDE (rom_iq_est_enable = 0x40005514) + [!provide] PROVIDE (rom_linear_to_db = 0x40005f64) + [!provide] PROVIDE (rom_loopback_mode_en = 0x400030f8) + [!provide] PROVIDE (rom_meas_tone_pwr_db = 0x40006004) + [!provide] PROVIDE (rom_mhz2ieee = 0x4000404c) + [!provide] PROVIDE (rom_noise_floor_auto_set = 0x40003bdc) + [!provide] PROVIDE (rom_pbus_debugmode = 0x40004458) + [!provide] PROVIDE (rom_pbus_force_mode = 0x40004270) + [!provide] PROVIDE (rom_pbus_force_test = 0x400043c0) + [!provide] PROVIDE (rom_pbus_rd = 0x40004414) + [!provide] PROVIDE (rom_pbus_rd_addr = 0x40004334) + [!provide] PROVIDE (rom_pbus_rd_shift = 0x40004374) + [!provide] PROVIDE (rom_pbus_rx_dco_cal = 0x40005620) + [!provide] PROVIDE (rom_pbus_set_dco = 0x40004638) + [!provide] PROVIDE (rom_pbus_set_rxgain = 0x40004480) + [!provide] PROVIDE (rom_pbus_workmode = 0x4000446c) + [!provide] PROVIDE (rom_pbus_xpd_rx_off = 0x40004508) + [!provide] PROVIDE (rom_pbus_xpd_rx_on = 0x4000453c) + [!provide] PROVIDE (rom_pbus_xpd_tx_off = 0x40004590) + [!provide] PROVIDE (rom_pbus_xpd_tx_on = 0x400045e0) + [!provide] PROVIDE (rom_phy_disable_agc = 0x40002f6c) + [!provide] PROVIDE (rom_phy_disable_cca = 0x40003000) + [!provide] PROVIDE (rom_phy_enable_agc = 0x40002f88) + [!provide] PROVIDE (rom_phy_enable_cca = 0x4000302c) + [!provide] PROVIDE (rom_phy_freq_correct = 0x40004b44) + [!provide] PROVIDE (rom_phyFuns = 0x3ffae0c0) + [!provide] PROVIDE (rom_phy_get_noisefloor = 0x40003c2c) + [!provide] PROVIDE (rom_phy_get_vdd33 = 0x4000642c) + [!provide] PROVIDE (rom_pow_usr = 0x40003044) + [!provide] PROVIDE (rom_read_sar_dout = 0x400051c0) + [!provide] PROVIDE (rom_restart_cal = 0x400046e0) + [!provide] PROVIDE (rom_rfcal_pwrctrl = 0x40006058) + [!provide] PROVIDE (rom_rfcal_rxiq = 0x40005b4c) + [!provide] PROVIDE (rom_rfcal_txcap = 0x40005dec) + [!provide] PROVIDE (rom_rfpll_reset = 0x40004680) + [!provide] PROVIDE (rom_rfpll_set_freq = 0x400047f8) + [!provide] PROVIDE (rom_rtc_mem_backup = 0x40003db4) + [!provide] PROVIDE (rom_rtc_mem_recovery = 0x40003df4) + [!provide] PROVIDE (rom_rx_gain_force = 0x4000351c) + [!provide] PROVIDE (rom_rxiq_cover_mg_mp = 0x40005a68) + [!provide] PROVIDE (rom_rxiq_get_mis = 0x400058e4) + [!provide] PROVIDE (rom_rxiq_set_reg = 0x40005a00) + [!provide] PROVIDE (rom_set_cal_rxdc = 0x400030b8) + [!provide] PROVIDE (rom_set_chan_cal_interp = 0x40005ce0) + [!provide] PROVIDE (rom_set_channel_freq = 0x40004880) + [!provide] PROVIDE (rom_set_loopback_gain = 0x40003060) + [!provide] PROVIDE (rom_set_noise_floor = 0x40003d48) + [!provide] PROVIDE (rom_set_pbus_mem = 0x400031a4) + [!provide] PROVIDE (rom_set_rf_freq_offset = 0x40004ca8) + [!provide] PROVIDE (rom_set_rxclk_en = 0x40003594) + [!provide] PROVIDE (rom_set_txcap_reg = 0x40005d50) + [!provide] PROVIDE (rom_set_txclk_en = 0x40003564) + [!provide] PROVIDE (rom_spur_coef_cfg = 0x40003ac8) + [!provide] PROVIDE (rom_spur_reg_write_one_tone = 0x400037f0) + [!provide] PROVIDE (rom_start_tx_tone = 0x400036b4) + [!provide] PROVIDE (rom_start_tx_tone_step = 0x400035d0) + [!provide] PROVIDE (rom_stop_tx_tone = 0x40003f98) + [!provide] PROVIDE (_rom_store = 0x4000d66c) + [!provide] PROVIDE (_rom_store_table = 0x4000d4f8) + [!provide] PROVIDE (rom_target_power_add_backoff = 0x40006268) + [!provide] PROVIDE (rom_tx_atten_set_interp = 0x400061cc) + [!provide] PROVIDE (rom_txbbgain_to_index = 0x40004dc0) + [!provide] PROVIDE (rom_txcal_work_mode = 0x4000510c) + [!provide] PROVIDE (rom_txdc_cal_init = 0x40004e10) + [!provide] PROVIDE (rom_txdc_cal_v70 = 0x40004ea4) + [!provide] PROVIDE (rom_txiq_cover = 0x4000538c) + [!provide] PROVIDE (rom_txiq_get_mis_pwr = 0x400052dc) + [!provide] PROVIDE (rom_txiq_set_reg = 0x40005154) + [!provide] PROVIDE (rom_tx_pwctrl_bg_init = 0x4000662c) + [!provide] PROVIDE (rom_txtone_linear_pwr = 0x40005290) + [!provide] PROVIDE (rom_wait_rfpll_cal_end = 0x400047a8) + [!provide] PROVIDE (rom_write_gain_mem = 0x4000348c) + [!provide] PROVIDE (rom_write_rfpll_sdm = 0x40004740) + [!provide] PROVIDE (roundup2 = 0x4000ab7c) + [!provide] PROVIDE (r_plf_funcs_p = 0x3ffb8360) + [!provide] PROVIDE (r_rf_rw_bt_init = 0x40054868) + [!provide] PROVIDE (r_rf_rw_init = 0x40054b0c) + [!provide] PROVIDE (r_rf_rw_le_init = 0x400549d0) + [!provide] PROVIDE (r_rwble_activity_ongoing_check = 0x40054d8c) + [!provide] PROVIDE (r_rwble_init = 0x40054bf4) + [!provide] PROVIDE (r_rwble_isr = 0x40054e08) + [!provide] PROVIDE (r_rwble_reset = 0x40054ce8) + [!provide] PROVIDE (r_rwble_sleep_check = 0x40054d78) + [!provide] PROVIDE (r_rwble_version = 0x40054dac) + [!provide] PROVIDE (r_rwbt_init = 0x40055160) + [!provide] PROVIDE (r_rwbt_isr = 0x40055248) + [!provide] PROVIDE (r_rwbt_reset = 0x400551bc) + [!provide] PROVIDE (r_rwbt_sleep_check = 0x4005577c) + [!provide] PROVIDE (r_rwbt_sleep_enter = 0x400557a4) + [!provide] PROVIDE (r_rwbt_sleep_wakeup = 0x400557fc) + [!provide] PROVIDE (r_rwbt_sleep_wakeup_end = 0x400558cc) + [!provide] PROVIDE (r_rwbt_version = 0x4005520c) + [!provide] PROVIDE (r_rwip_assert_err = 0x40055f88) + [!provide] PROVIDE (r_rwip_check_wakeup_boundary = 0x400558fc) + [!provide] PROVIDE (r_rwip_ext_wakeup_enable = 0x40055f3c) + [!provide] PROVIDE (r_rwip_init = 0x4005595c) + [!provide] PROVIDE (r_rwip_pca_clock_dragging_only = 0x40055f48) + [!provide] PROVIDE (r_rwip_prevent_sleep_clear = 0x40055ec8) + [!provide] PROVIDE (r_rwip_prevent_sleep_set = 0x40055e64) + [!provide] PROVIDE (r_rwip_reset = 0x40055ab8) + [!provide] PROVIDE (r_rwip_schedule = 0x40055b38) + [!provide] PROVIDE (r_rwip_sleep = 0x40055b5c) + [!provide] PROVIDE (r_rwip_sleep_enable = 0x40055f30) + [!provide] PROVIDE (r_rwip_version = 0x40055b20) + [!provide] PROVIDE (r_rwip_wakeup = 0x40055dc4) + [!provide] PROVIDE (r_rwip_wakeup_delay_set = 0x40055e4c) + [!provide] PROVIDE (r_rwip_wakeup_end = 0x40055e18) + [!provide] PROVIDE (r_rwip_wlcoex_set = 0x40055f60) + [!provide] PROVIDE (r_SHA_256 = 0x40013a90) + [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) + [!provide] PROVIDE (rwip_priority = 0x3ff99159) + [!provide] PROVIDE (rwip_rf = 0x3ffbdb28) + [!provide] PROVIDE (rwip_rf_p_get = 0x400558f4) + [!provide] PROVIDE (r_XorKey = 0x400112c0) + [!provide] PROVIDE (sha_blk_bits = 0x3ff99290) + [!provide] PROVIDE (sha_blk_bits_bytes = 0x3ff99288) + [!provide] PROVIDE (sha_blk_hash_bytes = 0x3ff9928c) + [!provide] PROVIDE (sig_matrix = 0x3ffae293) + [!provide] PROVIDE (sip_after_tx_complete = 0x4000b358) + [!provide] PROVIDE (sip_alloc_to_host_evt = 0x4000ab9c) + [!provide] PROVIDE (sip_get_ptr = 0x4000b34c) + [!provide] PROVIDE (sip_get_state = 0x4000ae2c) + [!provide] PROVIDE (sip_init_attach = 0x4000ae58) + [!provide] PROVIDE (sip_install_rx_ctrl_cb = 0x4000ae10) + [!provide] PROVIDE (sip_install_rx_data_cb = 0x4000ae20) + [!provide] PROVIDE (sip_is_active = 0x4000b3c0) + [!provide] PROVIDE (sip_post_init = 0x4000aed8) + [!provide] PROVIDE (sip_reclaim_from_host_cmd = 0x4000adbc) + [!provide] PROVIDE (sip_reclaim_tx_data_pkt = 0x4000ad5c) + [!provide] PROVIDE (sip_send = 0x4000af54) + [!provide] PROVIDE (sip_to_host_chain_append = 0x4000aef8) + [!provide] PROVIDE (sip_to_host_evt_send_done = 0x4000ac04) + [!provide] PROVIDE (slc_add_credits = 0x4000baf4) + [!provide] PROVIDE (slc_enable = 0x4000b64c) + [!provide] PROVIDE (slc_from_host_chain_fetch = 0x4000b7e8) + [!provide] PROVIDE (slc_from_host_chain_recycle = 0x4000bb10) + [!provide] PROVIDE (slc_has_pkt_to_host = 0x4000b5fc) + [!provide] PROVIDE (slc_init_attach = 0x4000b918) + [!provide] PROVIDE (slc_init_credit = 0x4000badc) + [!provide] PROVIDE (slc_reattach = 0x4000b62c) + [!provide] PROVIDE (slc_send_to_host_chain = 0x4000b6a0) + [!provide] PROVIDE (slc_set_host_io_max_window = 0x4000b89c) + [!provide] PROVIDE (slc_to_host_chain_recycle = 0x4000b758) + [!provide] PROVIDE (specialModP256 = 0x4001600c) + [!provide] PROVIDE (__stack = 0x3ffe3f20) + [!provide] PROVIDE (__stack_app = 0x3ffe7e30) + [!provide] PROVIDE (_stack_sentry = 0x3ffe1320) + [!provide] PROVIDE (_stack_sentry_app = 0x3ffe5230) + [!provide] PROVIDE (_start = 0x40000704) + [!provide] PROVIDE (start_tb_console = 0x4005a980) + [!provide] PROVIDE (_stat_r = 0x4000bcb4) + [!provide] PROVIDE (_stext = 0x40000560) + [!provide] PROVIDE (SubtractBigHex256 = 0x40015bcc) + [!provide] PROVIDE (SubtractBigHexMod256 = 0x40015e8c) + [!provide] PROVIDE (SubtractBigHexUint32_256 = 0x40015f8c) + [!provide] PROVIDE (SubtractFromSelfBigHex256 = 0x40015c20) + [!provide] PROVIDE (SubtractFromSelfBigHexSign256 = 0x40015dc8) + [!provide] PROVIDE (sw_to_hw = 0x3ffb8d40) + [!provide] PROVIDE (syscall_table_ptr_app = 0x3ffae020) + [!provide] PROVIDE (syscall_table_ptr_pro = 0x3ffae024) + [!provide] PROVIDE (tdefl_compress = 0x400600bc) + [!provide] PROVIDE (tdefl_compress_buffer = 0x400607f4) + [!provide] PROVIDE (tdefl_compress_mem_to_mem = 0x40060900) + [!provide] PROVIDE (tdefl_compress_mem_to_output = 0x400608e0) + [!provide] PROVIDE (tdefl_get_adler32 = 0x400608d8) + [!provide] PROVIDE (tdefl_get_prev_return_status = 0x400608d0) + [!provide] PROVIDE (tdefl_init = 0x40060810) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory = 0x4006091c) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex = 0x40060910) + [!provide] PROVIDE (tinfl_decompress = 0x4005ef30) + [!provide] PROVIDE (tinfl_decompress_mem_to_callback = 0x40060090) + [!provide] PROVIDE (tinfl_decompress_mem_to_mem = 0x40060050) + [!provide] PROVIDE (UartDev = 0x3ffe019c) + [!provide] PROVIDE (user_code_start = 0x3ffe0400) + [!provide] PROVIDE (veryBigHexP256 = 0x3ff9736c) + [!provide] PROVIDE (xthal_bcopy = 0x4000c098) + [!provide] PROVIDE (xthal_copy123 = 0x4000c124) + [!provide] PROVIDE (xthal_get_ccompare = 0x4000c078) + [!provide] PROVIDE (xthal_get_ccount = 0x4000c050) + [!provide] PROVIDE (xthal_get_interrupt = 0x4000c1e4) + [!provide] PROVIDE (xthal_get_intread = 0x4000c1e4) + [!provide] PROVIDE (Xthal_intlevel = 0x3ff9c2b4) + [!provide] PROVIDE (xthal_memcpy = 0x4000c0bc) + [!provide] PROVIDE (xthal_set_ccompare = 0x4000c058) + [!provide] PROVIDE (xthal_set_intclear = 0x4000c1ec) + [!provide] PROVIDE (_xtos_set_intlevel = 0x4000bfdc) + 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro = 0x3ffe01e0) + 0x000000003ffe40f0 PROVIDE (g_ticks_per_us_app = 0x3ffe40f0) + 0x0000000040063238 PROVIDE (esp_rom_spiflash_config_param = 0x40063238) + 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd = 0x400621b0) + 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x40062e60) + 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40062df4) + 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x40061ddc) + [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40062a6c) + 0x0000000040062bc8 PROVIDE (esp_rom_spiflash_config_clk = 0x40062bc8) + 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip = 0x3ffae270) + [!provide] PROVIDE (SPI_write_enable = 0x40062320) + [!provide] PROVIDE (hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4) + [!provide] PROVIDE (hci_per_inq_mode_cmd_handler = 0x400519b0) + [!provide] PROVIDE (llcp_length_req_handler = 0x40043808) + [!provide] PROVIDE (llcp_unknown_rsp_handler = 0x40043ba8) + [!provide] PROVIDE (llcp_channel_map_req_handler = 0x4004291c) + [!provide] PROVIDE (llcp_con_up_req_handler = 0x400426f0) + [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc = 0x40008b24) + [!provide] PROVIDE (FilePacketSendReqMsgProc = 0x40008860) + [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc = 0x40008ad8) + [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc = 0x4000891c) + [!provide] PROVIDE (FlashDwnLdStartMsgProc = 0x40008820) + [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc = 0x40008c18) + [!provide] PROVIDE (FlashDwnLdStopReqMsgProc = 0x400088ec) + [!provide] PROVIDE (MemDwnLdStartMsgProc = 0x40008948) + [!provide] PROVIDE (MemDwnLdStopReqMsgProc = 0x400089dc) + [!provide] PROVIDE (MemPacketSendReqMsgProc = 0x40008978) + [!provide] PROVIDE (uart_baudrate_detect = 0x40009034) + [!provide] PROVIDE (uart_buff_switch = 0x400093c0) + [!provide] PROVIDE (UartConnCheck = 0x40008738) + [!provide] PROVIDE (UartConnectProc = 0x40008a04) + [!provide] PROVIDE (UartDwnLdProc = 0x40008ce8) + [!provide] PROVIDE (UartRegReadProc = 0x40008a58) + [!provide] PROVIDE (UartRegWriteProc = 0x40008a14) + [!provide] PROVIDE (UartSetBaudProc = 0x40008aac) + [!provide] PROVIDE (UartSpiAttachProc = 0x40008a6c) + [!provide] PROVIDE (UartSpiReadProc = 0x40008a80) + [!provide] PROVIDE (VerifyFlashMd5Proc = 0x40008c44) + [!provide] PROVIDE (GetUartDevice = 0x40009598) + [!provide] PROVIDE (RcvMsg = 0x4000954c) + [!provide] PROVIDE (SendMsg = 0x40009384) + [!provide] PROVIDE (UartGetCmdLn = 0x40009564) + [!provide] PROVIDE (UartRxString = 0x400092fc) + [!provide] PROVIDE (Uart_Init = 0x40009120) + [!provide] PROVIDE (recv_packet = 0x40009424) + [!provide] PROVIDE (send_packet = 0x40009340) + [!provide] PROVIDE (uartAttach = 0x40008fd0) + [!provide] PROVIDE (uart_div_modify = 0x400090cc) + [!provide] PROVIDE (uart_rx_intr_handler = 0x40008f4c) + [!provide] PROVIDE (uart_rx_one_char = 0x400092d0) + [!provide] PROVIDE (uart_rx_one_char_block = 0x400092a4) + [!provide] PROVIDE (uart_rx_readbuff = 0x40009394) + 0x0000000040009258 PROVIDE (uart_tx_flush = 0x40009258) + [!provide] PROVIDE (uart_tx_one_char = 0x40009200) + [!provide] PROVIDE (uart_tx_one_char2 = 0x4000922c) + [!provide] PROVIDE (uart_tx_switch = 0x40009028) + [!provide] PROVIDE (gpio_output_set = 0x40009b24) + [!provide] PROVIDE (gpio_output_set_high = 0x40009b5c) + [!provide] PROVIDE (gpio_input_get = 0x40009b88) + [!provide] PROVIDE (gpio_input_get_high = 0x40009b9c) + 0x0000000040009edc PROVIDE (gpio_matrix_in = 0x40009edc) + [!provide] PROVIDE (gpio_matrix_out = 0x40009f0c) + 0x0000000040009fdc PROVIDE (gpio_pad_select_gpio = 0x40009fdc) + [!provide] PROVIDE (gpio_pad_set_drv = 0x4000a11c) + [!provide] PROVIDE (gpio_pad_pulldown = 0x4000a348) + 0x000000004000a22c PROVIDE (gpio_pad_pullup = 0x4000a22c) + [!provide] PROVIDE (gpio_pad_hold = 0x4000a734) + [!provide] PROVIDE (gpio_pad_unhold = 0x4000a484) + [!provide] PROVIDE (ets_aes_crypt = 0x4005c9b8) + [!provide] PROVIDE (ets_aes_disable = 0x4005c8f8) + [!provide] PROVIDE (ets_aes_enable = 0x4005c8cc) + [!provide] PROVIDE (ets_aes_set_endian = 0x4005c928) + [!provide] PROVIDE (ets_aes_setkey_dec = 0x4005c994) + [!provide] PROVIDE (ets_aes_setkey_enc = 0x4005c97c) + [!provide] PROVIDE (ets_bigint_disable = 0x4005c4e0) + [!provide] PROVIDE (ets_bigint_enable = 0x4005c498) + [!provide] PROVIDE (ets_bigint_mod_mult_getz = 0x4005c818) + [!provide] PROVIDE (ets_bigint_mod_mult_prepare = 0x4005c7b4) + [!provide] PROVIDE (ets_bigint_mod_power_getz = 0x4005c614) + [!provide] PROVIDE (ets_bigint_mod_power_prepare = 0x4005c54c) + [!provide] PROVIDE (ets_bigint_montgomery_mult_getz = 0x4005c7a4) + [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare = 0x4005c6fc) + [!provide] PROVIDE (ets_bigint_mult_getz = 0x4005c6e8) + [!provide] PROVIDE (ets_bigint_mult_prepare = 0x4005c630) + [!provide] PROVIDE (ets_bigint_wait_finish = 0x4005c520) + [!provide] PROVIDE (ets_post = 0x4000673c) + [!provide] PROVIDE (ets_run = 0x400066bc) + [!provide] PROVIDE (ets_set_idle_cb = 0x40006674) + [!provide] PROVIDE (ets_task = 0x40006688) + [!provide] PROVIDE (ets_efuse_get_8M_clock = 0x40008710) + 0x0000000040008658 PROVIDE (ets_efuse_get_spiconfig = 0x40008658) + [!provide] PROVIDE (ets_efuse_program_op = 0x40008628) + [!provide] PROVIDE (ets_efuse_read_op = 0x40008600) + [!provide] PROVIDE (ets_intr_lock = 0x400067b0) + [!provide] PROVIDE (ets_intr_unlock = 0x400067c4) + [!provide] PROVIDE (ets_isr_attach = 0x400067ec) + [!provide] PROVIDE (ets_waiti0 = 0x400067d8) + [!provide] PROVIDE (intr_matrix_set = 0x4000681c) + [!provide] PROVIDE (check_pos = 0x400068b8) + [!provide] PROVIDE (ets_set_appcpu_boot_addr = 0x4000689c) + [!provide] PROVIDE (ets_set_startup_callback = 0x4000688c) + [!provide] PROVIDE (ets_set_user_start = 0x4000687c) + [!provide] PROVIDE (ets_unpack_flash_code = 0x40007018) + [!provide] PROVIDE (ets_unpack_flash_code_legacy = 0x4000694c) + [!provide] PROVIDE (rom_main = 0x400076c4) + [!provide] PROVIDE (ets_write_char_uart = 0x40007cf8) + 0x0000000040007d18 PROVIDE (ets_install_putc1 = 0x40007d18) + 0x0000000040007d38 PROVIDE (ets_install_putc2 = 0x40007d38) + 0x0000000040007d28 PROVIDE (ets_install_uart_printf = 0x40007d28) + 0x0000000040007d54 PROVIDE (ets_printf = 0x40007d54) + [!provide] PROVIDE (rtc_boot_control = 0x4000821c) + 0x00000000400081d4 PROVIDE (rtc_get_reset_reason = 0x400081d4) + [!provide] PROVIDE (rtc_get_wakeup_cause = 0x400081f4) + [!provide] PROVIDE (rtc_select_apb_bridge = 0x40008288) + [!provide] PROVIDE (set_rtc_memory_crc = 0x40008208) + 0x000000004000824c PROVIDE (software_reset = 0x4000824c) + [!provide] PROVIDE (software_reset_cpu = 0x40008264) + [!provide] PROVIDE (ets_secure_boot_check = 0x4005cb40) + [!provide] PROVIDE (ets_secure_boot_check_finish = 0x4005cc04) + [!provide] PROVIDE (ets_secure_boot_check_start = 0x4005cbcc) + [!provide] PROVIDE (ets_secure_boot_finish = 0x4005ca84) + [!provide] PROVIDE (ets_secure_boot_hash = 0x4005cad4) + [!provide] PROVIDE (ets_secure_boot_obtain = 0x4005cb14) + [!provide] PROVIDE (ets_secure_boot_rd_abstract = 0x4005cba8) + [!provide] PROVIDE (ets_secure_boot_rd_iv = 0x4005cb84) + [!provide] PROVIDE (ets_secure_boot_start = 0x4005ca34) + [!provide] PROVIDE (ets_sha_disable = 0x4005c0a8) + 0x000000004005c07c PROVIDE (ets_sha_enable = 0x4005c07c) + [!provide] PROVIDE (ets_sha_finish = 0x4005c104) + [!provide] PROVIDE (ets_sha_init = 0x4005c0d4) + [!provide] PROVIDE (ets_sha_update = 0x4005c2a0) + 0x0000000040008534 PROVIDE (ets_delay_us = 0x40008534) + 0x000000004000855c PROVIDE (ets_get_cpu_frequency = 0x4000855c) + [!provide] PROVIDE (ets_get_detected_xtal_freq = 0x40008588) + [!provide] PROVIDE (ets_get_xtal_scale = 0x4000856c) + [!provide] PROVIDE (ets_update_cpu_frequency_rom = 0x40008550) + [!provide] PROVIDE (hci_tl_env = 0x3ffb8154) + [!provide] PROVIDE (ld_acl_env = 0x3ffb8258) + [!provide] PROVIDE (ea_env = 0x3ffb80ec) + [!provide] PROVIDE (lc_sco_data_path_config = 0x3ffb81f8) + [!provide] PROVIDE (lc_sco_env = 0x3ffb81fc) + [!provide] PROVIDE (ld_active_ch_map = 0x3ffb8334) + [!provide] PROVIDE (ld_bcst_acl_env = 0x3ffb8274) + [!provide] PROVIDE (ld_csb_rx_env = 0x3ffb8278) + [!provide] PROVIDE (ld_csb_tx_env = 0x3ffb827c) + [!provide] PROVIDE (ld_env = 0x3ffb9510) + [!provide] PROVIDE (ld_fm_env = 0x3ffb8284) + [!provide] PROVIDE (ld_inq_env = 0x3ffb82e4) + [!provide] PROVIDE (ld_iscan_env = 0x3ffb82e8) + [!provide] PROVIDE (ld_page_env = 0x3ffb82f0) + [!provide] PROVIDE (ld_pca_env = 0x3ffb82f4) + [!provide] PROVIDE (ld_pscan_env = 0x3ffb8308) + [!provide] PROVIDE (ld_sched_env = 0x3ffb830c) + [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) + [!provide] PROVIDE (ld_sco_env = 0x3ffb824c) + [!provide] PROVIDE (ld_sscan_env = 0x3ffb832c) + [!provide] PROVIDE (ld_strain_env = 0x3ffb8330) + [!provide] PROVIDE (LM_Sniff = 0x3ffb8230) + [!provide] PROVIDE (LM_SniffSubRate = 0x3ffb8214) + [!provide] PROVIDE (prbs_64bytes = 0x3ff98992) + [!provide] PROVIDE (nvds_env = 0x3ffb8364) + [!provide] PROVIDE (nvds_magic_number = 0x3ff9912a) + [!provide] PROVIDE (TASK_DESC_LLD = 0x3ff98b58) + [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) + [!provide] PROVIDE (ld_acl_evt_canceled_cbk = 0x40033944) + [!provide] PROVIDE (ld_acl_evt_stop_cbk = 0x40033870) + [!provide] PROVIDE (ld_acl_evt_start_cbk = 0x40030ab0) + [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) + [!provide] PROVIDE (ld_acl_resched = 0x40033814) + [!provide] PROVIDE (ld_acl_rx_isr = 0x40033aa8) + [!provide] PROVIDE (lc_acl_disc_ind_handler = 0x4002f270) + [!provide] PROVIDE (lc_pca_sscan_start_req_handler = 0x40029b34) + [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) + [!provide] PROVIDE (ld_pscan_em_init = 0x4003e5e8) + [!provide] PROVIDE (ld_acl_rsw_start = 0x40032e90) + [!provide] PROVIDE (ld_acl_sniff_enter = 0x40031244) + [!provide] PROVIDE (ld_acl_sniff_trans_sched = 0x40033734) + [!provide] PROVIDE (lc_pwr_decr_ind_handler = 0x4002859c) + [!provide] PROVIDE (lc_pwr_incr_ind_handler = 0x400284a8) + [!provide] PROVIDE (lc_pwr_max_ind_handler = 0x40028690) + [!provide] PROVIDE (lc_setup_sync_param_check = 0x4002354c) + [!provide] PROVIDE (lm_sync_conf = 0x3ffb8348) + [!provide] PROVIDE (lm_nb_sync_active = 0x3ffb8346) + [!provide] PROVIDE (lm_sync_nego = 0x3ffb8345) + [!provide] PROVIDE (lm_nego_cnt = 0x3ffb8344) + [!provide] PROVIDE (lm_nego_cntl = 0x3ffb8342) + [!provide] PROVIDE (lm_nego_max_cnt = 0x3ffb8343) + [!provide] PROVIDE (lm_nego_pkt_used = 0x3ffb8340) + 0x000000004005cfec PROVIDE (esp_rom_crc32_le = crc32_le) + [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) + [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) + [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) + [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) + [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) + 0x0000000040009fdc PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + 0x000000004000a22c PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + [!provide] PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) + 0x0000000040009edc PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + [!provide] PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) + 0x0000000040008658 PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) + 0x0000000040009258 PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + [!provide] PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) + [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) + [!provide] PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) + [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) + [!provide] PROVIDE (esp_rom_uart_switch_buffer = uart_buff_switch) + 0x000000004005da7c PROVIDE (esp_rom_md5_init = 0x4005da7c) + 0x000000004005da9c PROVIDE (esp_rom_md5_update = 0x4005da9c) + 0x000000004005db1c PROVIDE (esp_rom_md5_final = 0x4005db1c) + 0x000000004000824c PROVIDE (esp_rom_software_reset_system = software_reset) + [!provide] PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) + 0x0000000040007d54 PROVIDE (esp_rom_printf = ets_printf) + 0x0000000040008534 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x0000000040007d28 PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) + 0x00000000400081d4 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + [!provide] PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) + 0x000000004000855c PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_set_bp = esp_rom_spiflash_lock) + [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + [!provide] PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) + 0x00000000400041c0 PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) + 0x00000000400041a4 PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) + 0x00000000400041fc PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) + 0x000000004006387c __absvdi2 = 0x4006387c + 0x0000000040063868 __absvsi2 = 0x40063868 + 0x0000000040002590 __adddf3 = 0x40002590 + 0x00000000400020e8 __addsf3 = 0x400020e8 + 0x0000000040002cbc __addvdi3 = 0x40002cbc + 0x0000000040002c98 __addvsi3 = 0x40002c98 + 0x000000004000c818 __ashldi3 = 0x4000c818 + 0x000000004000c830 __ashrdi3 = 0x4000c830 + 0x0000000040064b08 __bswapdi2 = 0x40064b08 + 0x0000000040064ae0 __bswapsi2 = 0x40064ae0 + 0x0000000040064b7c __clrsbdi2 = 0x40064b7c + 0x0000000040064b64 __clrsbsi2 = 0x40064b64 + 0x000000004000ca50 __clzdi2 = 0x4000ca50 + 0x000000004000c7e8 __clzsi2 = 0x4000c7e8 + 0x0000000040063820 __cmpdi2 = 0x40063820 + 0x000000004000ca64 __ctzdi2 = 0x4000ca64 + 0x000000004000c7f0 __ctzsi2 = 0x4000c7f0 + 0x00000000400645a4 __divdc3 = 0x400645a4 + 0x0000000040002954 __divdf3 = 0x40002954 + 0x000000004000ca84 __divdi3 = 0x4000ca84 + 0x000000004000c7b8 __divsi3 = 0x4000c7b8 + 0x00000000400636a8 __eqdf2 = 0x400636a8 + 0x0000000040063374 __eqsf2 = 0x40063374 + 0x0000000040002c34 __extendsfdf2 = 0x40002c34 + 0x000000004000ca2c __ffsdi2 = 0x4000ca2c + 0x000000004000c804 __ffssi2 = 0x4000c804 + 0x0000000040002ac4 __fixdfdi = 0x40002ac4 + 0x0000000040002a78 __fixdfsi = 0x40002a78 + 0x000000004000244c __fixsfdi = 0x4000244c + 0x000000004000240c __fixsfsi = 0x4000240c + 0x0000000040002b30 __fixunsdfsi = 0x40002b30 + 0x0000000040002504 __fixunssfdi = 0x40002504 + 0x00000000400024ac __fixunssfsi = 0x400024ac + 0x000000004000c988 __floatdidf = 0x4000c988 + 0x000000004000c8c0 __floatdisf = 0x4000c8c0 + 0x000000004000c944 __floatsidf = 0x4000c944 + 0x000000004000c870 __floatsisf = 0x4000c870 + 0x000000004000c978 __floatundidf = 0x4000c978 + 0x000000004000c8b0 __floatundisf = 0x4000c8b0 + 0x000000004000c938 __floatunsidf = 0x4000c938 + 0x000000004000c864 __floatunsisf = 0x4000c864 + 0x0000000040064a70 __gcc_bcmp = 0x40064a70 + 0x0000000040063768 __gedf2 = 0x40063768 + 0x000000004006340c __gesf2 = 0x4006340c + 0x00000000400636dc __gtdf2 = 0x400636dc + 0x00000000400633a0 __gtsf2 = 0x400633a0 + 0x0000000040063704 __ledf2 = 0x40063704 + 0x00000000400633c0 __lesf2 = 0x400633c0 + 0x000000004000c84c __lshrdi3 = 0x4000c84c + 0x0000000040063790 __ltdf2 = 0x40063790 + 0x000000004006342c __ltsf2 = 0x4006342c + 0x000000004000cd4c __moddi3 = 0x4000cd4c + 0x000000004000c7c0 __modsi3 = 0x4000c7c0 + 0x0000000040063c90 __muldc3 = 0x40063c90 + 0x000000004006358c __muldf3 = 0x4006358c + 0x000000004000c9fc __muldi3 = 0x4000c9fc + 0x00000000400632c8 __mulsf3 = 0x400632c8 + 0x000000004000c7b0 __mulsi3 = 0x4000c7b0 + 0x0000000040002d78 __mulvdi3 = 0x40002d78 + 0x0000000040002d60 __mulvsi3 = 0x40002d60 + 0x00000000400636a8 __nedf2 = 0x400636a8 + 0x00000000400634a0 __negdf2 = 0x400634a0 + 0x000000004000ca14 __negdi2 = 0x4000ca14 + 0x00000000400020c0 __negsf2 = 0x400020c0 + 0x0000000040002e98 __negvdi2 = 0x40002e98 + 0x0000000040002e78 __negvsi2 = 0x40002e78 + 0x0000000040063374 __nesf2 = 0x40063374 + 0x000000003ff96544 __nsau_data = 0x3ff96544 + 0x0000000040002f3c __paritysi2 = 0x40002f3c + 0x000000003ff96544 __popcount_tab = 0x3ff96544 + 0x0000000040002ef8 __popcountdi2 = 0x40002ef8 + 0x0000000040002ed0 __popcountsi2 = 0x40002ed0 + 0x00000000400638e4 __powidf2 = 0x400638e4 + 0x00000000400026e4 __subdf3 = 0x400026e4 + 0x00000000400021d0 __subsf3 = 0x400021d0 + 0x0000000040002d20 __subvdi3 = 0x40002d20 + 0x0000000040002cf8 __subvsi3 = 0x40002cf8 + 0x0000000040002b90 __truncdfsf2 = 0x40002b90 + 0x0000000040063840 __ucmpdi2 = 0x40063840 + 0x0000000040064bec __udiv_w_sdiv = 0x40064bec + 0x000000004000cff8 __udivdi3 = 0x4000cff8 + 0x0000000040064bf4 __udivmoddi4 = 0x40064bf4 + 0x000000004000c7c8 __udivsi3 = 0x4000c7c8 + 0x000000004000d280 __umoddi3 = 0x4000d280 + 0x000000004000c7d0 __umodsi3 = 0x4000c7d0 + 0x000000004000c7d8 __umulsidi3 = 0x4000c7d8 + 0x00000000400637f4 __unorddf2 = 0x400637f4 + 0x0000000040063478 __unordsf2 = 0x40063478 + 0x0000000040056340 abs = 0x40056340 + 0x0000000040058ef0 __ascii_wctomb = 0x40058ef0 + 0x00000000400566c4 atoi = 0x400566c4 + 0x00000000400566d4 _atoi_r = 0x400566d4 + 0x00000000400566ec atol = 0x400566ec + 0x00000000400566fc _atol_r = 0x400566fc + 0x000000004000c1f4 bzero = 0x4000c1f4 + 0x0000000040001df8 _cleanup = 0x40001df8 + 0x0000000040001d48 _cleanup_r = 0x40001d48 + 0x0000000040000e8c creat = 0x40000e8c + 0x0000000040056348 div = 0x40056348 + 0x000000004000c728 __dummy_lock = 0x4000c728 + 0x000000004000c730 __dummy_lock_try = 0x4000c730 + 0x0000000040001fd4 __env_lock = 0x40001fd4 + 0x0000000040001fe0 __env_unlock = 0x40001fe0 + 0x00000000400020ac fclose = 0x400020ac + 0x0000000040001fec _fclose_r = 0x40001fec + 0x0000000040059394 fflush = 0x40059394 + 0x0000000040059320 _fflush_r = 0x40059320 + 0x0000000040001f44 _findenv_r = 0x40001f44 + 0x0000000040001f1c __fp_lock_all = 0x40001f1c + 0x0000000040001f30 __fp_unlock_all = 0x40001f30 + 0x0000000040058da0 __fputwc = 0x40058da0 + 0x0000000040058ea8 fputwc = 0x40058ea8 + 0x0000000040058e4c _fputwc_r = 0x40058e4c + 0x000000004000c738 _fwalk = 0x4000c738 + 0x000000004000c770 _fwalk_reent = 0x4000c770 + 0x0000000040001fbc _getenv_r = 0x40001fbc + 0x0000000040000f04 isalnum = 0x40000f04 + 0x0000000040000f18 isalpha = 0x40000f18 + 0x000000004000c20c isascii = 0x4000c20c + 0x0000000040000f2c isblank = 0x40000f2c + 0x0000000040000f50 iscntrl = 0x40000f50 + 0x0000000040000f64 isdigit = 0x40000f64 + 0x0000000040000f94 isgraph = 0x40000f94 + 0x0000000040000f78 islower = 0x40000f78 + 0x0000000040000fa8 isprint = 0x40000fa8 + 0x0000000040000fc0 ispunct = 0x40000fc0 + 0x0000000040000fd4 isspace = 0x40000fd4 + 0x0000000040000fe8 isupper = 0x40000fe8 + 0x0000000040056678 __itoa = 0x40056678 + 0x00000000400566b4 itoa = 0x400566b4 + 0x0000000040056370 labs = 0x40056370 + 0x0000000040056378 ldiv = 0x40056378 + 0x00000000400562cc longjmp = 0x400562cc + 0x000000004000c220 memccpy = 0x4000c220 + 0x000000004000c244 memchr = 0x4000c244 + 0x000000004000c260 memcmp = 0x4000c260 + 0x000000004000c2c8 memcpy = 0x4000c2c8 + 0x000000004000c3c0 memmove = 0x4000c3c0 + 0x000000004000c400 memrchr = 0x4000c400 + 0x000000004000c44c memset = 0x4000c44c + 0x0000000040056424 qsort = 0x40056424 + 0x0000000040001058 rand = 0x40001058 + 0x00000000400010d4 rand_r = 0x400010d4 + 0x000000004000c498 __sccl = 0x4000c498 + 0x00000000400011b8 __sclose = 0x400011b8 + 0x0000000040001148 __seofread = 0x40001148 + 0x0000000040056268 setjmp = 0x40056268 + 0x00000000400591e0 __sflush_r = 0x400591e0 + 0x0000000040001dc8 __sfmoreglue = 0x40001dc8 + 0x0000000040001e90 __sfp = 0x40001e90 + 0x0000000040001e08 __sfp_lock_acquire = 0x40001e08 + 0x0000000040001e14 __sfp_lock_release = 0x40001e14 + 0x0000000040001e38 __sinit = 0x40001e38 + 0x0000000040001e20 __sinit_lock_acquire = 0x40001e20 + 0x0000000040001e2c __sinit_lock_release = 0x40001e2c + 0x0000000040001004 srand = 0x40001004 + 0x0000000040001118 __sread = 0x40001118 + 0x0000000040001184 __sseek = 0x40001184 + 0x00000000400011cc strcasecmp = 0x400011cc + 0x0000000040001210 strcasestr = 0x40001210 + 0x000000004000c518 strcat = 0x4000c518 + 0x000000004000c53c strchr = 0x4000c53c + 0x0000000040001274 strcmp = 0x40001274 + 0x0000000040001398 strcoll = 0x40001398 + 0x00000000400013ac strcpy = 0x400013ac + 0x000000004000c558 strcspn = 0x4000c558 + 0x000000004000143c strdup = 0x4000143c + 0x0000000040001450 _strdup_r = 0x40001450 + 0x0000000040001470 strlcat = 0x40001470 + 0x000000004000c584 strlcpy = 0x4000c584 + 0x00000000400014c0 strlen = 0x400014c0 + 0x0000000040001524 strlwr = 0x40001524 + 0x0000000040001550 strncasecmp = 0x40001550 + 0x000000004000c5c4 strncat = 0x4000c5c4 + 0x000000004000c5f4 strncmp = 0x4000c5f4 + 0x00000000400015d4 strncpy = 0x400015d4 + 0x00000000400016b0 strndup = 0x400016b0 + 0x00000000400016c4 _strndup_r = 0x400016c4 + 0x000000004000c628 strnlen = 0x4000c628 + 0x0000000040001708 strrchr = 0x40001708 + 0x0000000040001734 strsep = 0x40001734 + 0x000000004000c648 strspn = 0x4000c648 + 0x000000004000c674 strstr = 0x4000c674 + 0x000000004000c6a8 __strtok_r = 0x4000c6a8 + 0x000000004000c70c strtok_r = 0x4000c70c + 0x000000004005681c strtol = 0x4005681c + 0x0000000040056714 _strtol_r = 0x40056714 + 0x000000004005692c strtoul = 0x4005692c + 0x0000000040056834 _strtoul_r = 0x40056834 + 0x000000004000174c strupr = 0x4000174c + 0x0000000040058f3c __submore = 0x40058f3c + 0x0000000040058cb4 __swbuf = 0x40058cb4 + 0x0000000040058bec __swbuf_r = 0x40058bec + 0x0000000040001150 __swrite = 0x40001150 + 0x000000004000c720 toascii = 0x4000c720 + 0x0000000040001868 tolower = 0x40001868 + 0x0000000040001884 toupper = 0x40001884 + 0x00000000400590f4 ungetc = 0x400590f4 + 0x0000000040058fa0 _ungetc_r = 0x40058fa0 + 0x00000000400561f0 __utoa = 0x400561f0 + 0x0000000040056258 utoa = 0x40056258 + 0x0000000040058920 wcrtomb = 0x40058920 + 0x00000000400588d8 _wcrtomb_r = 0x400588d8 + 0x0000000040058f14 _wctomb_r = 0x40058f14 + 0x000000003ff40000 PROVIDE (UART0 = 0x3ff40000) + 0x000000003ff42000 PROVIDE (SPI1 = 0x3ff42000) + 0x000000003ff43000 PROVIDE (SPI0 = 0x3ff43000) + 0x000000003ff44000 PROVIDE (GPIO = 0x3ff44000) + [!provide] PROVIDE (SDM = 0x3ff44f00) + 0x000000003ff48000 PROVIDE (RTCCNTL = 0x3ff48000) + [!provide] PROVIDE (RTCIO = 0x3ff48400) + [!provide] PROVIDE (SENS = 0x3ff48800) + [!provide] PROVIDE (HINF = 0x3ff4b000) + [!provide] PROVIDE (UHCI1 = 0x3ff4c000) + [!provide] PROVIDE (I2S0 = 0x3ff4f000) + 0x000000003ff50000 PROVIDE (UART1 = 0x3ff50000) + [!provide] PROVIDE (I2C0 = 0x3ff53000) + [!provide] PROVIDE (UHCI0 = 0x3ff54000) + [!provide] PROVIDE (HOST = 0x3ff55000) + [!provide] PROVIDE (RMT = 0x3ff56000) + [!provide] PROVIDE (RMTMEM = 0x3ff56800) + [!provide] PROVIDE (PCNT = 0x3ff57000) + [!provide] PROVIDE (SLC = 0x3ff58000) + [!provide] PROVIDE (LEDC = 0x3ff59000) + 0x000000003ff5a000 PROVIDE (EFUSE = 0x3ff5a000) + [!provide] PROVIDE (MCPWM0 = 0x3ff5e000) + 0x000000003ff5f000 PROVIDE (TIMERG0 = 0x3ff5f000) + 0x000000003ff60000 PROVIDE (TIMERG1 = 0x3ff60000) + [!provide] PROVIDE (SPI2 = 0x3ff64000) + [!provide] PROVIDE (SPI3 = 0x3ff65000) + [!provide] PROVIDE (SYSCON = 0x3ff66000) + [!provide] PROVIDE (I2C1 = 0x3ff67000) + [!provide] PROVIDE (SDMMC = 0x3ff68000) + [!provide] PROVIDE (EMAC_DMA = 0x3ff69000) + [!provide] PROVIDE (EMAC_EXT = 0x3ff69800) + [!provide] PROVIDE (EMAC_MAC = 0x3ff6a000) + [!provide] PROVIDE (TWAI = 0x3ff6b000) + [!provide] PROVIDE (MCPWM1 = 0x3ff6c000) + [!provide] PROVIDE (I2S1 = 0x3ff6d000) + 0x000000003ff6e000 PROVIDE (UART2 = 0x3ff6e000) + +.iram_loader.text + 0x0000000040078000 0x3d47 + 0x0000000040078000 . = ALIGN (0x10) + 0x0000000040078000 _loader_text_start = ABSOLUTE (.) + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.iram1 .iram1.*) + .iram1.0.literal + 0x0000000040078000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .iram1.0.literal + 0x0000000040078004 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x4 (size before relaxing) + .iram1.7.literal + 0x0000000040078004 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x3c (size before relaxing) + .iram1.8.literal + 0x000000004007803c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .iram1.6.literal + 0x000000004007803c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x3c (size before relaxing) + .iram1.9.literal + 0x0000000040078040 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x14 (size before relaxing) + .iram1.10.literal + 0x0000000040078048 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .iram1.12.literal + 0x0000000040078048 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x48 (size before relaxing) + .iram1.6.literal + 0x000000004007805c 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .iram1.8.literal + 0x000000004007806c 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x54 (size before relaxing) + .iram1.9.literal + 0x0000000040078098 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x10 (size before relaxing) + .iram1.1.literal + 0x00000000400780a0 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .iram1.2.literal + 0x00000000400780a8 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .iram1.3.literal + 0x00000000400780b4 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x10 (size before relaxing) + .iram1.0.literal + 0x00000000400780b8 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .iram1.0.literal + 0x00000000400780c4 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x8 (size before relaxing) + .iram1.3.literal + 0x00000000400780c4 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4 (size before relaxing) + .iram1.0.literal + 0x00000000400780c4 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x8 (size before relaxing) + .iram1.1.literal + 0x00000000400780c8 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4 (size before relaxing) + .literal.esp_log_early_timestamp + 0x00000000400780c8 0x4 esp-idf/log/liblog.a(log_noos.c.obj) + .literal.bootloader_common_ota_select_crc + 0x00000000400780cc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .literal.bootloader_common_ota_select_valid + 0x00000000400780d0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_common_check_chip_validity + 0x00000000400780d0 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x30 (size before relaxing) + .literal.bootloader_common_get_active_otadata + 0x00000000400780e4 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0xc (size before relaxing) + .literal.spi_to_esp_err + 0x00000000400780e4 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .literal.bootloader_mmap + 0x00000000400780ec 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x50 (size before relaxing) + .literal.bootloader_munmap + 0x0000000040078118 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x14 (size before relaxing) + .literal.bootloader_flash_read + 0x0000000040078120 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x5c (size before relaxing) + .literal.bootloader_flash_erase_sector + 0x0000000040078138 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_flash_write + 0x0000000040078138 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x34 (size before relaxing) + .literal.bootloader_enable_wp + 0x0000000040078144 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_fill_random + 0x0000000040078144 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + 0x18 (size before relaxing) + .literal.bootloader_random_disable + 0x0000000040078158 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x48 (size before relaxing) + .literal.bootloader_clock_get_rated_freq_mhz + 0x0000000040078194 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x4 (size before relaxing) + .literal.log_invalid_app_partition + 0x0000000040078194 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x28 (size before relaxing) + .literal.cache_ll_l1_get_bus + 0x00000000400781a8 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x20 (size before relaxing) + .literal.try_load_partition + 0x00000000400781c4 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x14 (size before relaxing) + .literal.cache_ll_l1_enable_bus$part$0 + 0x00000000400781c8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.cache_ll_l1_enable_bus$constprop$0 + 0x00000000400781cc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .literal.load_image + 0x00000000400781d0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x88 (size before relaxing) + .literal.set_actual_ota_seq + 0x00000000400781e8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x34 (size before relaxing) + .literal.bootloader_utility_load_partition_table + 0x00000000400781f8 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x84 (size before relaxing) + .literal.bootloader_utility_get_selected_boot_partition + 0x000000004007823c 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x6c (size before relaxing) + .literal.bootloader_reset + 0x000000004007825c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0xc (size before relaxing) + .literal.bootloader_utility_load_boot_image + 0x0000000040078260 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x5c (size before relaxing) + .literal.bootloader_sha256_start + 0x000000004007826c 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .literal.bootloader_sha256_data + 0x0000000040078274 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x2c (size before relaxing) + .literal.bootloader_sha256_finish + 0x0000000040078298 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x44 (size before relaxing) + .literal.bootloader_console_deinit + 0x00000000400782b4 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .literal.__assert_func + 0x00000000400782b8 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x8 (size before relaxing) + .literal.unlikely.abort + 0x00000000400782bc 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x10 (size before relaxing) + .literal.process_checksum + 0x00000000400782c8 0xc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x20 (size before relaxing) + .literal.process_image_header + 0x00000000400782d4 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x34 (size before relaxing) + .literal.bootloader_util_regions_overlap + 0x00000000400782dc 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x14 (size before relaxing) + .literal.verify_load_addresses + 0x00000000400782ec 0x84 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0xac (size before relaxing) + .literal.process_appended_hash_and_sig$constprop$0 + 0x0000000040078370 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x18 (size before relaxing) + .literal.should_load + 0x0000000040078374 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1c (size before relaxing) + .literal.process_segments + 0x0000000040078378 0x28 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0xa4 (size before relaxing) + .literal.image_load + 0x00000000400783a0 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x64 (size before relaxing) + .literal.bootloader_load_image + 0x00000000400783b4 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x4 (size before relaxing) + .literal.esp_partition_table_verify + 0x00000000400783b4 0x2c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x54 (size before relaxing) + .literal.wdt_hal_init + 0x00000000400783e0 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x48 (size before relaxing) + .literal.wdt_hal_config_stage + 0x0000000040078424 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x24 (size before relaxing) + .literal.wdt_hal_write_protect_disable + 0x0000000040078424 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x4 (size before relaxing) + .literal.wdt_hal_set_flashboot_en + 0x0000000040078424 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .literal.mmu_hal_unmap_all + 0x0000000040078428 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .literal.efuse_hal_get_rated_freq_mhz + 0x0000000040078430 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_32k_enable_common + 0x0000000040078430 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_to_pll_mhz + 0x000000004007843c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x30 (size before relaxing) + .literal.rtc_clk_bbpll_disable + 0x0000000040078458 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_32k_enable + 0x0000000040078464 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_8m_enable + 0x000000004007846c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_8m_enabled + 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_8md256_enabled + 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_src_set + 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_slow_src_get + 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000040078474 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xc (size before relaxing) + .literal.rtc_clk_fast_src_set + 0x000000004007847c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_fast_src_get + 0x000000004007847c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x000000004007847c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .literal.rtc_clk_cpu_freq_mhz_to_config + 0x0000000040078484 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cpu_freq_get_config + 0x0000000040078484 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x24 (size before relaxing) + .literal.rtc_clk_xtal_freq_update + 0x0000000040078490 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x8 (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x0000000040078494 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x4 (size before relaxing) + .literal.rtc_clk_cpu_freq_to_xtal + 0x0000000040078494 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x28 (size before relaxing) + .literal.rtc_clk_cpu_freq_set_config + 0x000000004007849c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x90 (size before relaxing) + .literal.rtc_clk_apb_freq_get + 0x00000000400784a8 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x14 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x00000000400784b4 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x68 (size before relaxing) + .literal.rtc_clk_cal_ratio + 0x00000000400784e8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x18 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x00000000400784f0 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x30 (size before relaxing) + .literal.esp_rom_spiflash_read_status + 0x00000000400784fc 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_wait_idle + 0x000000004007850c 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_enable_write$constprop$0 + 0x0000000040078514 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_program_page_internal$constprop$0 + 0x000000004007851c 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_erase_sector + 0x0000000040078528 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x30 (size before relaxing) + .literal.esp_rom_spiflash_write + 0x0000000040078530 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_write_encrypted + 0x0000000040078530 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x10 (size before relaxing) + .literal.esp_rom_spiflash_read + 0x000000004007853c 0x2c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x58 (size before relaxing) + .iram1.0 0x0000000040078568 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x0000000040078568 bootloader_common_get_chip_ver_pkg + *fill* 0x0000000040078586 0x2 + .iram1.0 0x0000000040078588 0xa esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0xd (size before relaxing) + 0x0000000040078588 esp_flash_encryption_enabled + *fill* 0x0000000040078592 0x2 + .iram1.7 0x0000000040078594 0x1de esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x0000000040078594 bootloader_flash_execute_command_common + *fill* 0x0000000040078772 0x2 + .iram1.8 0x0000000040078774 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x0000000040078774 bootloader_execute_flash_command + .iram1.6 0x0000000040078794 0x11f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x14b (size before relaxing) + 0x0000000040078794 bootloader_flash_unlock + *fill* 0x00000000400788b3 0x1 + .iram1.9 0x00000000400788b4 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x36 (size before relaxing) + 0x00000000400788b4 bootloader_flash_read_sfdp + *fill* 0x00000000400788e6 0x2 + .iram1.10 0x00000000400788e8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x34 (size before relaxing) + 0x00000000400788e8 bootloader_read_flash_id + .iram1.12 0x0000000040078918 0x97 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xb3 (size before relaxing) + 0x0000000040078918 bootloader_flash_xmc_startup + *fill* 0x00000000400789af 0x1 + .iram1.6 0x00000000400789b0 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000400789b0 bootloader_flash_cs_timing_config + *fill* 0x0000000040078a1e 0x2 + .iram1.8 0x0000000040078a20 0x1c3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x1d7 (size before relaxing) + 0x0000000040078a20 bootloader_flash_gpio_config + *fill* 0x0000000040078be3 0x1 + .iram1.9 0x0000000040078be4 0x92 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x0000000040078be4 bootloader_flash_dummy_config + *fill* 0x0000000040078c76 0x2 + .iram1.1 0x0000000040078c78 0xf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x0000000040078c78 esp_rom_set_cpu_ticks_per_us + *fill* 0x0000000040078c87 0x1 + .iram1.2 0x0000000040078c88 0x54 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040078c88 esp_rom_uart_tx_wait_idle + .iram1.3 0x0000000040078cdc 0x50 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x0000000040078cdc esp_rom_uart_set_clock_baudrate + .iram1.0 0x0000000040078d2c 0x46 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0x0000000040078d2c esp_rom_gpio_connect_out_signal + *fill* 0x0000000040078d72 0x2 + .iram1.0 0x0000000040078d74 0x18 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x1c (size before relaxing) + 0x0000000040078d74 efuse_hal_chip_revision + .iram1.3 0x0000000040078d8c 0x27 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x0000000040078d8c efuse_hal_flash_encryption_enabled + *fill* 0x0000000040078db3 0x1 + .iram1.0 0x0000000040078db4 0x42 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x0000000040078db4 efuse_hal_get_major_chip_version + *fill* 0x0000000040078df6 0x2 + .iram1.1 0x0000000040078df8 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x0000000040078df8 efuse_hal_get_minor_chip_version + .iram1.0 0x0000000040078e08 0xa esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x0000000040078e08 esp_dport_access_reg_read + *fill* 0x0000000040078e12 0x0 + *fill* 0x0000000040078e12 0x0 + *fill* 0x0000000040078e12 0x2 + .iram1.11 0x0000000040078e14 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *fill* 0x0000000040078e5a 0x0 + *liblog.a:(.literal .text .literal.* .text.*) + *fill* 0x0000000040078e5a 0x2 + .text.esp_log_early_timestamp + 0x0000000040078e5c 0x1d esp-idf/log/liblog.a(log_noos.c.obj) + 0x0000000040078e5c esp_log_early_timestamp + 0x0000000040078e5c esp_log_timestamp + *libgcc.a:(.literal .text .literal.* .text.*) + *libbootloader_support.a:bootloader_clock_loader.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:bootloader_common_loader.*(.literal .text .literal.* .text.*) + *fill* 0x0000000040078e79 0x3 + .text.bootloader_common_ota_select_crc + 0x0000000040078e7c 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x0000000040078e7c bootloader_common_ota_select_crc + .text.bootloader_common_ota_select_valid + 0x0000000040078e90 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x26 (size before relaxing) + 0x0000000040078e90 bootloader_common_ota_select_valid + *fill* 0x0000000040078eb2 0x2 + .text.bootloader_common_check_chip_validity + 0x0000000040078eb4 0xe7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0xf7 (size before relaxing) + 0x0000000040078eb4 bootloader_common_check_chip_validity + *fill* 0x0000000040078f9b 0x1 + .text.bootloader_common_get_active_otadata + 0x0000000040078f9c 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x30 (size before relaxing) + 0x0000000040078f9c bootloader_common_get_active_otadata + *fill* 0x0000000040078fc4 0x0 + .text.bootloader_common_ota_select_invalid + 0x0000000040078fc4 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x0000000040078fc4 bootloader_common_ota_select_invalid + *fill* 0x0000000040078fdd 0x0 + *fill* 0x0000000040078fdd 0x0 + *fill* 0x0000000040078fdd 0x3 + .text.bootloader_common_select_otadata + 0x0000000040078fe0 0x4b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x0000000040078fe0 bootloader_common_select_otadata + *fill* 0x000000004007902b 0x0 + *libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007902b 0x1 + .text.spi_to_esp_err + 0x000000004007902c 0x1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x0000000040079049 0x3 + .text.bootloader_mmap + 0x000000004007904c 0xce esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0xd6 (size before relaxing) + 0x000000004007904c bootloader_mmap + *fill* 0x000000004007911a 0x2 + .text.bootloader_munmap + 0x000000004007911c 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x000000004007911c bootloader_munmap + *fill* 0x000000004007914e 0x2 + .text.bootloader_flash_read + 0x0000000040079150 0xfd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x105 (size before relaxing) + 0x0000000040079150 bootloader_flash_read + *fill* 0x000000004007924d 0x3 + .text.bootloader_flash_erase_sector + 0x0000000040079250 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x16 (size before relaxing) + 0x0000000040079250 bootloader_flash_erase_sector + *fill* 0x0000000040079262 0x2 + .text.bootloader_flash_write + 0x0000000040079264 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x96 (size before relaxing) + 0x0000000040079264 bootloader_flash_write + *fill* 0x00000000400792ef 0x1 + .text.bootloader_enable_wp + 0x00000000400792f0 0x13 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00000000400792f0 bootloader_enable_wp + *fill* 0x0000000040079303 0x1 + .text.bootloader_mmap_get_free_pages + 0x0000000040079304 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x0000000040079304 bootloader_mmap_get_free_pages + *fill* 0x000000004007930b 0x0 + *fill* 0x000000004007930b 0x0 + *fill* 0x000000004007930b 0x0 + *fill* 0x000000004007930b 0x0 + *fill* 0x000000004007930b 0x0 + *fill* 0x000000004007930b 0x0 + *libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007930b 0x1 + .text.bootloader_fill_random + 0x000000004007930c 0x4f esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + 0x53 (size before relaxing) + 0x000000004007930c bootloader_fill_random + *fill* 0x000000004007935b 0x0 + *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_disable .text.bootloader_random_disable) + *fill* 0x000000004007935b 0x1 + .text.bootloader_random_disable + 0x000000004007935c 0x13c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x000000004007935c bootloader_random_disable + *fill* 0x0000000040079498 0x0 + *libesp_common.a:fpga_overrides.*(.literal.bootloader_fill_random .text.bootloader_fill_random) + *libbootloader_support.a:bootloader_efuse.*(.literal .text .literal.* .text.*) + .text.bootloader_clock_get_rated_freq_mhz + 0x0000000040079498 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0xd (size before relaxing) + 0x0000000040079498 bootloader_clock_get_rated_freq_mhz + *libbootloader_support.a:bootloader_utility.*(.literal .text .literal.* .text.*) + *fill* 0x00000000400794a2 0x2 + .text.log_invalid_app_partition + 0x00000000400794a4 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x5b (size before relaxing) + *fill* 0x00000000400794f7 0x1 + .text.cache_ll_l1_get_bus + 0x00000000400794f8 0x71 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x75 (size before relaxing) + *fill* 0x0000000040079569 0x3 + .text.try_load_partition + 0x000000004007956c 0x2f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x33 (size before relaxing) + *fill* 0x000000004007959b 0x1 + .text.cache_ll_l1_enable_bus$part$0 + 0x000000004007959c 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x00000000400795ce 0x2 + .text.cache_ll_l1_enable_bus$constprop$0 + 0x00000000400795d0 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x0000000040079602 0x2 + .text.load_image + 0x0000000040079604 0x18b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x1bf (size before relaxing) + *fill* 0x000000004007978f 0x1 + .text.set_actual_ota_seq + 0x0000000040079790 0x77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x8b (size before relaxing) + *fill* 0x0000000040079807 0x1 + .text.bootloader_utility_load_partition_table + 0x0000000040079808 0x16c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x184 (size before relaxing) + 0x0000000040079808 bootloader_utility_load_partition_table + .text.bootloader_utility_get_selected_boot_partition + 0x0000000040079974 0x129 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x144 (size before relaxing) + 0x0000000040079974 bootloader_utility_get_selected_boot_partition + *fill* 0x0000000040079a9d 0x3 + .text.bootloader_reset + 0x0000000040079aa0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x1b (size before relaxing) + 0x0000000040079aa0 bootloader_reset + *fill* 0x0000000040079ab8 0x0 + .text.bootloader_utility_load_boot_image + 0x0000000040079ab8 0xf8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x114 (size before relaxing) + 0x0000000040079ab8 bootloader_utility_load_boot_image + *fill* 0x0000000040079bb0 0x0 + *fill* 0x0000000040079bb0 0x0 + *fill* 0x0000000040079bb0 0x0 + .text.index_to_partition + 0x0000000040079bb0 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x0 + *fill* 0x0000000040079bed 0x3 + .text.bootloader_debug_buffer + 0x0000000040079bf0 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x0000000040079bf0 bootloader_debug_buffer + *libbootloader_support.a:bootloader_sha.*(.literal .text .literal.* .text.*) + *fill* 0x0000000040079bf5 0x3 + .text.bootloader_sha256_start + 0x0000000040079bf8 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x0000000040079bf8 bootloader_sha256_start + *fill* 0x0000000040079c0a 0x2 + .text.bootloader_sha256_data + 0x0000000040079c0c 0x94 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x98 (size before relaxing) + 0x0000000040079c0c bootloader_sha256_data + .text.bootloader_sha256_finish + 0x0000000040079ca0 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0xc6 (size before relaxing) + 0x0000000040079ca0 bootloader_sha256_finish + *fill* 0x0000000040079d62 0x0 + *fill* 0x0000000040079d62 0x0 + *libbootloader_support.a:bootloader_console_loader.*(.literal .text .literal.* .text.*) + *fill* 0x0000000040079d62 0x2 + .text.bootloader_console_deinit + 0x0000000040079d64 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + 0x0000000040079d64 bootloader_console_deinit + *fill* 0x0000000040079d72 0x0 + *libbootloader_support.a:bootloader_panic.*(.literal .text .literal.* .text.*) + *fill* 0x0000000040079d72 0x2 + .text.__assert_func + 0x0000000040079d74 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x0000000040079d74 __assert_func + *fill* 0x0000000040079d8b 0x1 + .text.unlikely.abort + 0x0000000040079d8c 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x0000000040079d8c abort + *fill* 0x0000000040079dbc 0x0 + *fill* 0x0000000040079dbc 0x0 + *libbootloader_support.a:bootloader_soc.*(.literal .text .literal.* .text.*) + .text.bootloader_ana_clock_glitch_reset_config + 0x0000000040079dbc 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x0000000040079dbc bootloader_ana_clock_glitch_reset_config + *libbootloader_support.a:esp_image_format.*(.literal .text .literal.* .text.*) + *fill* 0x0000000040079dc1 0x3 + .text.process_checksum + 0x0000000040079dc4 0xa5 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0xad (size before relaxing) + *fill* 0x0000000040079e69 0x3 + .text.process_image_header + 0x0000000040079e6c 0xbb esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0xcf (size before relaxing) + *fill* 0x0000000040079f27 0x1 + .text.bootloader_util_regions_overlap + 0x0000000040079f28 0x38 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x3c (size before relaxing) + .text.verify_load_addresses + 0x0000000040079f60 0x1d7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1e7 (size before relaxing) + *fill* 0x000000004007a137 0x1 + .text.process_appended_hash_and_sig$constprop$0 + 0x000000004007a138 0x58 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x5c (size before relaxing) + .text.should_load + 0x000000004007a190 0x7e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x000000004007a20e 0x2 + .text.process_segments + 0x000000004007a210 0x2e3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x30f (size before relaxing) + *fill* 0x000000004007a4f3 0x1 + .text.image_load + 0x000000004007a4f4 0x1e0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1fc (size before relaxing) + .text.bootloader_load_image + 0x000000004007a6d4 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x14 (size before relaxing) + 0x000000004007a6d4 bootloader_load_image + *fill* 0x000000004007a6e4 0x0 + *fill* 0x000000004007a6e4 0x0 + *fill* 0x000000004007a6e4 0x0 + *fill* 0x000000004007a6e4 0x0 + *fill* 0x000000004007a6e4 0x0 + *fill* 0x000000004007a6e4 0x0 + *libbootloader_support.a:flash_encrypt.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:flash_encryption_secure_features.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:flash_partitions.*(.literal .text .literal.* .text.*) + .text.esp_partition_table_verify + 0x000000004007a6e4 0x10c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x117 (size before relaxing) + 0x000000004007a6e4 esp_partition_table_verify + *libbootloader_support.a:secure_boot.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:secure_boot_secure_features.*(.literal .text .literal.* .text.*) + *libbootloader_support.a:secure_boot_signatures_bootloader.*(.literal .text .literal.* .text.*) + *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*) + *libspi_flash.a:*.*(.literal .text .literal.* .text.*) + *libhal.a:wdt_hal_iram.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007a7f0 0x0 + .text.wdt_hal_init + 0x000000004007a7f0 0x262 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004007a7f0 wdt_hal_init + *fill* 0x000000004007aa52 0x2 + .text.wdt_hal_config_stage + 0x000000004007aa54 0x13a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x13e (size before relaxing) + 0x000000004007aa54 wdt_hal_config_stage + *fill* 0x000000004007ab8e 0x2 + .text.wdt_hal_write_protect_disable + 0x000000004007ab90 0x1d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004007ab90 wdt_hal_write_protect_disable + *fill* 0x000000004007abad 0x3 + .text.wdt_hal_set_flashboot_en + 0x000000004007abb0 0x43 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004007abb0 wdt_hal_set_flashboot_en + *fill* 0x000000004007abf3 0x0 + *fill* 0x000000004007abf3 0x0 + *fill* 0x000000004007abf3 0x0 + *fill* 0x000000004007abf3 0x1 + .text.wdt_hal_write_protect_enable + 0x000000004007abf4 0x1c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004007abf4 wdt_hal_write_protect_enable + .text.wdt_hal_enable + 0x000000004007ac10 0x48 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x000000004007ac10 wdt_hal_enable + *libhal.a:mmu_hal.*(.literal .text .literal.* .text.*) + .text.mmu_hal_unmap_all + 0x000000004007ac58 0x2d esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x000000004007ac58 mmu_hal_unmap_all + *fill* 0x000000004007ac85 0x0 + *libhal.a:efuse_hal.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007ac85 0x3 + .text.efuse_hal_get_rated_freq_mhz + 0x000000004007ac88 0x22 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x000000004007ac88 efuse_hal_get_rated_freq_mhz + *fill* 0x000000004007acaa 0x0 + *libesp_hw_support.a:rtc_clk.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007acaa 0x2 + .text.rtc_clk_32k_enable_common + 0x000000004007acac 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x000000004007ad34 0x9d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0xa1 (size before relaxing) + *fill* 0x000000004007add1 0x3 + .text.rtc_clk_bbpll_disable + 0x000000004007add4 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable + 0x000000004007ae10 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007ae10 rtc_clk_32k_enable + *fill* 0x000000004007ae4a 0x2 + .text.rtc_clk_8m_enable + 0x000000004007ae4c 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007ae4c rtc_clk_8m_enable + .text.rtc_clk_8m_enabled + 0x000000004007aecc 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007aecc rtc_clk_8m_enabled + *fill* 0x000000004007aee1 0x3 + .text.rtc_clk_8md256_enabled + 0x000000004007aee4 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007aee4 rtc_clk_8md256_enabled + *fill* 0x000000004007aef9 0x3 + .text.rtc_clk_slow_src_set + 0x000000004007aefc 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x77 (size before relaxing) + 0x000000004007aefc rtc_clk_slow_src_set + *fill* 0x000000004007af70 0x0 + .text.rtc_clk_slow_src_get + 0x000000004007af70 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007af70 rtc_clk_slow_src_get + *fill* 0x000000004007af8a 0x2 + .text.rtc_clk_slow_freq_get_hz + 0x000000004007af8c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x1f (size before relaxing) + 0x000000004007af8c rtc_clk_slow_freq_get_hz + *fill* 0x000000004007afa8 0x0 + .text.rtc_clk_fast_src_set + 0x000000004007afa8 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007afa8 rtc_clk_fast_src_set + *fill* 0x000000004007afe7 0x1 + .text.rtc_clk_fast_src_get + 0x000000004007afe8 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007afe8 rtc_clk_fast_src_get + .text.rtc_clk_xtal_freq_get + 0x000000004007aff8 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007aff8 rtc_clk_xtal_freq_get + 0x000000004007aff8 rtc_get_xtal + *fill* 0x000000004007b01e 0x2 + .text.rtc_clk_cpu_freq_mhz_to_config + 0x000000004007b020 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x5d (size before relaxing) + 0x000000004007b020 rtc_clk_cpu_freq_mhz_to_config + *fill* 0x000000004007b079 0x3 + .text.rtc_clk_cpu_freq_get_config + 0x000000004007b07c 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x8d (size before relaxing) + 0x000000004007b07c rtc_clk_cpu_freq_get_config + *fill* 0x000000004007b105 0x3 + .text.rtc_clk_xtal_freq_update + 0x000000004007b108 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007b108 rtc_clk_xtal_freq_update + *fill* 0x000000004007b131 0x3 + .text.rtc_clk_apb_freq_update + 0x000000004007b134 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007b134 rtc_clk_apb_freq_update + *fill* 0x000000004007b14d 0x3 + .text.rtc_clk_cpu_freq_to_xtal + 0x000000004007b150 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x7b (size before relaxing) + 0x000000004007b150 rtc_clk_cpu_freq_to_xtal + *fill* 0x000000004007b1c0 0x0 + .text.rtc_clk_cpu_freq_set_config + 0x000000004007b1c0 0x2a9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2c9 (size before relaxing) + 0x000000004007b1c0 rtc_clk_cpu_freq_set_config + *fill* 0x000000004007b469 0x3 + .text.rtc_clk_apb_freq_get + 0x000000004007b46c 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x000000004007b46c rtc_clk_apb_freq_get + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *fill* 0x000000004007b496 0x0 + *libesp_hw_support.a:rtc_time.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007b496 0x2 + .text.rtc_clk_cal_internal + 0x000000004007b498 0x1d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x1dc (size before relaxing) + .text.rtc_clk_cal_ratio + 0x000000004007b668 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004007b668 rtc_clk_cal_ratio + .text.rtc_clk_wait_for_slow_cycle + 0x000000004007b6a0 0xa5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x000000004007b6a0 rtc_clk_wait_for_slow_cycle + *fill* 0x000000004007b745 0x0 + *libefuse.a:*.*(.literal .text .literal.* .text.*) + *libesp_rom.a:*.*(.literal .text .literal.* .text.*) + *fill* 0x000000004007b745 0x3 + .text.esp_rom_spiflash_read_status + 0x000000004007b748 0x5f esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x000000004007b748 esp_rom_spiflash_read_status + *fill* 0x000000004007b7a7 0x1 + .text.esp_rom_spiflash_wait_idle + 0x000000004007b7a8 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x000000004007b7a8 esp_rom_spiflash_wait_idle + .text.esp_rom_spiflash_enable_write$constprop$0 + 0x000000004007b7d8 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x3f (size before relaxing) + *fill* 0x000000004007b810 0x0 + .text.esp_rom_spiflash_program_page_internal$constprop$0 + 0x000000004007b810 0xbf esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + *fill* 0x000000004007b8cf 0x1 + .text.esp_rom_spiflash_erase_sector + 0x000000004007b8d0 0x85 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x8c (size before relaxing) + 0x000000004007b8d0 esp_rom_spiflash_erase_sector + *fill* 0x000000004007b955 0x3 + .text.esp_rom_spiflash_write + 0x000000004007b958 0xa2 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x000000004007b958 esp_rom_spiflash_write + *fill* 0x000000004007b9fa 0x2 + .text.esp_rom_spiflash_write_encrypted + 0x000000004007b9fc 0x58 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x000000004007b9fc esp_rom_spiflash_write_encrypted + .text.esp_rom_spiflash_read + 0x000000004007ba54 0x2f0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x000000004007ba54 esp_rom_spiflash_read + *fill* 0x000000004007bd44 0x0 + *fill* 0x000000004007bd44 0x0 + *fill* 0x000000004007bd44 0x0 + *fill* 0x000000004007bd44 0x0 + *fill* 0x000000004007bd44 0x0 + *(.fini.literal) + *(.fini) + .fini 0x000000004007bd44 0x3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + 0x000000004007bd44 _fini + *(.gnu.version) + 0x000000004007bd47 _loader_text_end = ABSOLUTE (.) + +.iram.text 0x0000000040080400 0x3 + 0x0000000040080400 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + .init 0x0000000040080400 0x3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + 0x0000000040080400 _init + +.dram0.bss 0x000000003fff0000 0x30 + 0x000000003fff0000 . = ALIGN (0x8) + 0x000000003fff0000 _dram_start = ABSOLUTE (.) + 0x000000003fff0000 _bss_start = ABSOLUTE (.) + *(.dynsbss) + *(.sbss) + *(.sbss.*) + *(.gnu.linkonce.sb.*) + *(.scommon) + *(.sbss2) + *(.sbss2.*) + *(.gnu.linkonce.sb2.*) + *(.dynbss) + *(.bss) + *(.bss.*) + .bss.ota_has_initial_contents + 0x000000003fff0000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x000000003fff0001 0x3 + .bss.ram_obfs_value + 0x000000003fff0004 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss.words_hashed + 0x000000003fff000c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss.mapped 0x000000003fff0010 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x000000003fff0011 0x3 + .bss.bootloader_image_hdr + 0x000000003fff0014 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x000000003fff0014 bootloader_image_hdr + .bss.s_cur_pll_freq + 0x000000003fff002c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + *(.gnu.linkonce.b.*) + *(COMMON) + 0x000000003fff0030 . = ALIGN (0x8) + 0x000000003fff0030 _bss_end = ABSOLUTE (.) + +.dram0.data 0x000000003fff0030 0x4 + 0x000000003fff0030 _data_start = ABSOLUTE (.) + *(.data) + *(.data.*) + .data.current_read_mapping + 0x000000003fff0030 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + 0x000000003fff0034 _data_end = ABSOLUTE (.) + +.dram0.rodata 0x000000003fff0034 0x1bc4 + 0x000000003fff0034 _rodata_start = ABSOLUTE (.) + *(.rodata) + .rodata 0x000000003fff0034 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .rodata 0x000000003fff003c 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata 0x000000003fff0044 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + *(.rodata.*) + .rodata.__assert_func.str1.1 + 0x000000003fff0058 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .rodata.abort.str1.1 + 0x000000003fff007a 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .rodata.call_start_cpu0.str1.1 + 0x000000003fff009c 0x39 esp-idf/main/libmain.a(bootloader_start.c.obj) + .rodata.log_invalid_app_partition.str1.1 + 0x000000003fff00d5 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0xaf (size before relaxing) + .rodata.try_load_partition.str1.1 + 0x000000003fff017f 0x41 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.1 + 0x000000003fff01c0 0xa7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.1 + 0x000000003fff0267 0x82 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_common_get_partition_description.str1.1 + 0x000000003fff02e9 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.1 + 0x000000003fff0326 0x1c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.1 + 0x000000003fff04eb 0x166 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.1 + 0x000000003fff0651 0xe0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.esp_partition_table_verify.str1.1 + 0x000000003fff0731 0x164 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.process_checksum.str1.1 + 0x000000003fff0895 0x4d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_image_header.str1.1 + 0x000000003fff08e2 0x9d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.bootloader_util_regions_overlap.str1.1 + 0x000000003fff097f 0x5a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.verify_load_addresses.str1.1 + 0x000000003fff09d9 0xec esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_appended_hash_and_sig$constprop$0.str1.1 + 0x000000003fff0ac5 0x4d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.1 + 0x000000003fff0b12 0x154 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x192 (size before relaxing) + .rodata.image_load.str1.1 + 0x000000003fff0c66 0xa2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.__func__$0 + 0x000000003fff0d08 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.__func__$1 + 0x000000003fff0d28 0x16 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.bootloader_sha256_data.str1.1 + 0x000000003fff0d3e 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_sha256_finish.str1.1 + 0x000000003fff0d9e 0x45 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.padding$0 + 0x000000003fff0de3 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$1 + 0x000000003fff0e23 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.__func__$2 + 0x000000003fff0e3c 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.wdt_reset_info_dump.str1.1 + 0x000000003fff0e53 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .rodata.bootloader_init.str1.1 + 0x000000003fff0ee3 0x1c1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .rodata.__func__$0 + 0x000000003fff10a4 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.1 + 0x000000003fff10b4 0xe6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_fill_random.str1.1 + 0x000000003fff119a 0x4b esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.__func__$0 + 0x000000003fff11e5 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.bootloader_mmap.str1.1 + 0x000000003fff11fc 0xdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_read.str1.1 + 0x000000003fff12db 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.str1.1 + 0x000000003fff1413 0x8f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_write.str1.1 + 0x000000003fff14a2 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__$0 + 0x000000003fff158c 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__$1 + 0x000000003fff15a7 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.__func__$2 + 0x000000003fff15cf 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_init_spi_flash.str1.1 + 0x000000003fff15f3 0xd9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0xe4 (size before relaxing) + .rodata.bootloader_read_bootloader_header.str1.1 + 0x000000003fff16cc 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x45 (size before relaxing) + .rodata.bootloader_check_bootloader_validity.str1.1 + 0x000000003fff170c 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_enable_random.str1.1 + 0x000000003fff173a 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_print_banner.str1.1 + 0x000000003fff1777 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.rtc_clk_apll_coeff_calc.str1.1 + 0x000000003fff181d 0xc7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.1 + 0x000000003fff18e4 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_xtal_freq_estimate.str1.1 + 0x000000003fff1920 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .rodata.rtc_clk_init.str1.1 + 0x000000003fff1a06 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .rodata.rtc_clk_cal_internal.str1.1 + 0x000000003fff1adc 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_clk_cal_ratio.str1.1 + 0x000000003fff1b7c 0xf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.rtc_clk_wait_for_slow_cycle.str1.1 + 0x000000003fff1b8b 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$2 + 0x000000003fff1bbf 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__func__$3 + 0x000000003fff1bd4 0x12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.sdata2 .sdata2.*) + 0x000000003fff1be6 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + *(.eh_frame) + 0x000000003fff1be8 . = ((. + 0x3) & 0xfffffffffffffffc) + *fill* 0x000000003fff1be6 0x2 + 0x000000003fff1be8 __init_array_start = ABSOLUTE (.) + *crtbegin.*(.ctors) + .ctors 0x000000003fff1be8 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + *(EXCLUDE_FILE(*crtend.*) .ctors) + *(SORT_BY_NAME(.ctors.*)) + *(.ctors) + .ctors 0x000000003fff1bec 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x000000003fff1bf0 __init_array_end = ABSOLUTE (.) + *crtbegin.*(.dtors) + .dtors 0x000000003fff1bf0 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + *(EXCLUDE_FILE(*crtend.*) .dtors) + *(SORT_BY_NAME(.dtors.*)) + *(.dtors) + .dtors 0x000000003fff1bf4 0x4 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x000000003fff1bf4 __DTOR_END__ + 0x000000003fff1bf8 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003fff1bf8 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003fff1bf8 _rodata_end = ABSOLUTE (.) + 0x000000003fff1bf8 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003fff1bf8 _lit4_end = ABSOLUTE (.) + 0x000000003fff1bf8 . = ALIGN (0x4) + 0x000000003fff1bf8 _dram_end = ABSOLUTE (.) + +.iram.text 0x0000000040080404 0xf21 + 0x0000000040080404 _stext = . + 0x0000000040080404 _text_start = ABSOLUTE (.) + *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + .literal.call_start_cpu0 + 0x0000000040080404 0x1c esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x3c (size before relaxing) + .literal.wdt_reset_info_dump + 0x0000000040080420 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + 0x68 (size before relaxing) + .literal.bootloader_init + 0x000000004008047c 0x54 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + 0xd0 (size before relaxing) + .literal.bootloader_common_vddsdio_configure + 0x00000000400804d0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0xc (size before relaxing) + .literal.bootloader_clock_configure + 0x00000000400804d4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + 0x3c (size before relaxing) + .literal.bootloader_init_mem + 0x00000000400804f4 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x4 (size before relaxing) + .literal.bootloader_random_enable + 0x00000000400804f4 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .literal.bootloader_flash_update_id + 0x000000004008054c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x8 (size before relaxing) + .literal.bootloader_init_spi_flash + 0x0000000040080550 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x98 (size before relaxing) + .literal.bootloader_clear_bss_section + 0x00000000400805b0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0xc (size before relaxing) + .literal.bootloader_read_bootloader_header + 0x00000000400805b0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x18 (size before relaxing) + .literal.bootloader_check_bootloader_validity + 0x00000000400805b8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x20 (size before relaxing) + .literal.bootloader_config_wdt + 0x00000000400805c0 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x3c (size before relaxing) + .literal.bootloader_enable_random + 0x00000000400805cc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x14 (size before relaxing) + .literal.bootloader_print_banner + 0x00000000400805d0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x2c (size before relaxing) + .literal.bootloader_console_init + 0x00000000400805e0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + 0x10 (size before relaxing) + .literal.esp_cpu_configure_region_protection + 0x00000000400805e4 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x10 (size before relaxing) + .literal.rtc_clk_xtal_freq_estimate + 0x00000000400805ec 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0x48 (size before relaxing) + .literal.rtc_clk_init + 0x0000000040080604 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0x98 (size before relaxing) + .literal.rtc_vddsdio_get_config + 0x0000000040080640 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .literal.rtc_vddsdio_set_config + 0x000000004008064c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x4 (size before relaxing) + .text.call_start_cpu0 + 0x000000004008064c 0x6c esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x7c (size before relaxing) + 0x000000004008064c call_start_cpu0 + .text.wdt_reset_info_dump + 0x00000000400806b8 0xdd esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + 0xe1 (size before relaxing) + *fill* 0x0000000040080795 0x3 + .text.bootloader_init + 0x0000000040080798 0x1ff esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + 0x233 (size before relaxing) + 0x0000000040080798 bootloader_init + *fill* 0x0000000040080997 0x1 + .text.bootloader_common_vddsdio_configure + 0x0000000040080998 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x3b (size before relaxing) + 0x0000000040080998 bootloader_common_vddsdio_configure + *fill* 0x00000000400809cf 0x1 + .text.bootloader_clock_configure + 0x00000000400809d0 0xe7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + 0xf6 (size before relaxing) + 0x00000000400809d0 bootloader_clock_configure + *fill* 0x0000000040080ab7 0x1 + .text.bootloader_init_mem + 0x0000000040080ab8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0xb (size before relaxing) + 0x0000000040080ab8 bootloader_init_mem + *fill* 0x0000000040080ac0 0x0 + .text.bootloader_random_enable + 0x0000000040080ac0 0x1e5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x0000000040080ac0 bootloader_random_enable + *fill* 0x0000000040080ca5 0x3 + .text.bootloader_flash_update_id + 0x0000000040080ca8 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x10 (size before relaxing) + 0x0000000040080ca8 bootloader_flash_update_id + *fill* 0x0000000040080cb5 0x3 + .text.bootloader_init_spi_flash + 0x0000000040080cb8 0x120 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x138 (size before relaxing) + 0x0000000040080cb8 bootloader_init_spi_flash + .text.bootloader_clear_bss_section + 0x0000000040080dd8 0x16 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x0000000040080dd8 bootloader_clear_bss_section + *fill* 0x0000000040080dee 0x2 + .text.bootloader_read_bootloader_header + 0x0000000040080df0 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x30 (size before relaxing) + 0x0000000040080df0 bootloader_read_bootloader_header + .text.bootloader_check_bootloader_validity + 0x0000000040080e1c 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x4c (size before relaxing) + 0x0000000040080e1c bootloader_check_bootloader_validity + .text.bootloader_config_wdt + 0x0000000040080e60 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0xa2 (size before relaxing) + 0x0000000040080e60 bootloader_config_wdt + *fill* 0x0000000040080ede 0x2 + .text.bootloader_enable_random + 0x0000000040080ee0 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x20 (size before relaxing) + 0x0000000040080ee0 bootloader_enable_random + *fill* 0x0000000040080ef9 0x3 + .text.bootloader_print_banner + 0x0000000040080efc 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x46 (size before relaxing) + 0x0000000040080efc bootloader_print_banner + *fill* 0x0000000040080f3a 0x2 + .text.bootloader_console_init + 0x0000000040080f3c 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + 0x2a (size before relaxing) + 0x0000000040080f3c bootloader_console_init + *fill* 0x0000000040080f5e 0x2 + .text.esp_cpu_configure_region_protection + 0x0000000040080f60 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x33 (size before relaxing) + 0x0000000040080f60 esp_cpu_configure_region_protection + *fill* 0x0000000040080f8f 0x1 + .text.rtc_clk_xtal_freq_estimate + 0x0000000040080f90 0xaf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0xc7 (size before relaxing) + *fill* 0x000000004008103f 0x1 + .text.rtc_clk_init + 0x0000000040081040 0x1ba esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0x1ea (size before relaxing) + 0x0000000040081040 rtc_clk_init + *fill* 0x00000000400811fa 0x2 + .text.rtc_vddsdio_get_config + 0x00000000400811fc 0x97 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x00000000400811fc rtc_vddsdio_get_config + *fill* 0x0000000040081293 0x1 + .text.rtc_vddsdio_set_config + 0x0000000040081294 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x0000000040081294 rtc_vddsdio_set_config + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + *fill* 0x00000000400812dc 0x0 + .text.mpu_hal_set_region_access + 0x00000000400812dc 0x39 esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x00000000400812dc mpu_hal_set_region_access + *(.iram .iram.*) + *(.fini.literal) + *(.fini) + *(.gnu.version) + 0x0000000040081325 . = (. + 0x10) + *fill* 0x0000000040081315 0x10 + 0x0000000040081325 _text_end = ABSOLUTE (.) + 0x0000000040081325 _etext = . + +.xt.prop 0x0000000000000000 0x31f8 + *(.xt.prop .gnu.linkonce.prop.*) + .xt.prop 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + 0x24 (size before relaxing) + .xt.prop 0x0000000000000000 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .xt.prop 0x0000000000000030 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x150 (size before relaxing) + .xt.prop 0x0000000000000048 0x24 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x48 (size before relaxing) + .xt.prop 0x000000000000006c 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .xt.prop 0x00000000000000cc 0x6c esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x9c (size before relaxing) + .xt.prop 0x0000000000000138 0x600 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x75c (size before relaxing) + .xt.prop 0x0000000000000738 0xf0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xt.prop 0x0000000000000828 0x720 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x8ac (size before relaxing) + .xt.prop 0x0000000000000f48 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .xt.prop 0x0000000000000f78 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xt.prop 0x00000000000010ec 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .xt.prop 0x0000000000001110 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .xt.prop 0x0000000000001284 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x288 (size before relaxing) + .xt.prop 0x00000000000012c0 0x180 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x198 (size before relaxing) + .xt.prop 0x0000000000001440 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .xt.prop 0x00000000000014ac 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x00000000000014d0 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xt.prop 0x000000000000153c 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xt.prop 0x000000000000159c 0x54 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x60 (size before relaxing) + .xt.prop 0x00000000000015f0 0x24 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x1bc (size before relaxing) + .xt.prop 0x0000000000001614 0x54c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x6b4 (size before relaxing) + .xt.prop 0x0000000000001b60 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x2f4 (size before relaxing) + .xt.prop 0x0000000000001d10 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x144 (size before relaxing) + .xt.prop 0x0000000000001e48 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x9d8 (size before relaxing) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0xcc (size before relaxing) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x4c8 (size before relaxing) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x5e8 (size before relaxing) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x438 (size before relaxing) + .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x2dc (size before relaxing) + .xt.prop 0x0000000000001e78 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xt.prop 0x0000000000001ec0 0x648 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x9d8 (size before relaxing) + .xt.prop 0x0000000000002508 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .xt.prop 0x0000000000002640 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x00000000000026d0 0x1a4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x348 (size before relaxing) + .xt.prop 0x0000000000002874 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x90 (size before relaxing) + .xt.prop 0x00000000000028a4 0x90 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.prop 0x0000000000002934 0x414 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x7c8 (size before relaxing) + .xt.prop 0x0000000000002d48 0x60 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xt.prop 0x0000000000002da8 0x30 esp-idf/log/liblog.a(log_noos.c.obj) + 0xd8 (size before relaxing) + .xt.prop 0x0000000000002dd8 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + 0x18 (size before relaxing) + .xt.prop 0x0000000000002dd8 0x84 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xt.prop 0x0000000000002e5c 0x6c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0xfc (size before relaxing) + .xt.prop 0x0000000000002ec8 0x90 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x1ec (size before relaxing) + .xt.prop 0x0000000000002f58 0x24c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x3a8 (size before relaxing) + .xt.prop 0x00000000000031a4 0x3c esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x450 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + 0x30 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + 0x3c (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + 0x3c (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + 0x24 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + 0x24 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + 0x420 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + 0x228 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + 0x264 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + 0x6c (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + 0xa8 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + 0x54 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + 0x6c (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x30 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x198 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + 0x180 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + 0x90 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + 0x15c (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + 0xd8 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + 0x60 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + 0xc0 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + 0x1a4 (size before relaxing) + .xt.prop 0x00000000000031e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + 0x78 (size before relaxing) + .xt.prop 0x00000000000031e0 0x18 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x84 (size before relaxing) + .xt.prop 0x00000000000031f8 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + 0x30 (size before relaxing) + +.xt.lit 0x0000000000000000 0x2e0 + *(.xt.lit .gnu.linkonce.p.*) + .xt.lit 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + 0x8 (size before relaxing) + .xt.lit 0x0000000000000000 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x18 (size before relaxing) + .xt.lit 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .xt.lit 0x0000000000000010 0x8 esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000018 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x0000000000000070 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xt.lit 0x0000000000000078 0x40 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x00000000000000b8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .xt.lit 0x00000000000000c0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xt.lit 0x00000000000000d8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .xt.lit 0x00000000000000e8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000000f0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x0000000000000100 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .xt.lit 0x0000000000000108 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x0000000000000108 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xt.lit 0x0000000000000110 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xt.lit 0x0000000000000120 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000128 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x28 (size before relaxing) + .xt.lit 0x0000000000000128 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x0000000000000170 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x48 (size before relaxing) + .xt.lit 0x0000000000000198 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000001c0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x70 (size before relaxing) + .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x80 (size before relaxing) + .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x68 (size before relaxing) + .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000001c8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xt.lit 0x00000000000001d0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x100 (size before relaxing) + .xt.lit 0x0000000000000230 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .xt.lit 0x0000000000000240 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x0000000000000248 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x0000000000000260 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x10 (size before relaxing) + .xt.lit 0x0000000000000268 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xt.lit 0x0000000000000278 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x88 (size before relaxing) + .xt.lit 0x00000000000002b0 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xt.lit 0x00000000000002b8 0x8 esp-idf/log/liblog.a(log_noos.c.obj) + 0x20 (size before relaxing) + .xt.lit 0x00000000000002c0 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x18 (size before relaxing) + .xt.lit 0x00000000000002c0 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x40 (size before relaxing) + .xt.lit 0x00000000000002c8 0x10 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x30 (size before relaxing) + .xt.lit 0x00000000000002d8 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x38 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + 0x8 (size before relaxing) + .xt.lit 0x00000000000002e0 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + 0x10 (size before relaxing) +OUTPUT(bootloader.elf elf32-xtensa-le) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + .xtensa.info 0x0000000000000038 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_noos.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + .xtensa.info 0x0000000000000038 0x0 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + +.comment 0x0000000000000000 0x2f + .comment 0x0000000000000000 0x2f c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o + 0x30 (size before relaxing) + .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(dport_access.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/log/liblog.a(log_noos.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x000000000000002f 0x30 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + +.debug_frame 0x0000000000000000 0x1630 + .debug_frame 0x0000000000000000 0x40 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_frame 0x0000000000000040 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_frame 0x0000000000000080 0x40 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_frame 0x00000000000000c0 0x1a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x0000000000000268 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x0000000000000290 0x178 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x0000000000000408 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_frame 0x0000000000000430 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x0000000000000488 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_frame 0x00000000000004b0 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_frame 0x00000000000004f0 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_frame 0x0000000000000590 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x0000000000000630 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_frame 0x0000000000000658 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x0000000000000680 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_frame 0x00000000000006a8 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_frame 0x00000000000006e8 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_frame 0x0000000000000728 0x88 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x00000000000007b0 0x1f0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x00000000000009a0 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_frame 0x0000000000000a88 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_frame 0x0000000000000b28 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_frame 0x0000000000000b50 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x0000000000000b78 0x310 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x0000000000000e88 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_frame 0x0000000000000ec8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_frame 0x0000000000000f20 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_frame 0x0000000000000ff0 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_frame 0x0000000000001030 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_frame 0x0000000000001070 0x1a8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_frame 0x0000000000001218 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_frame 0x0000000000001240 0x70 esp-idf/log/liblog.a(log_noos.c.obj) + .debug_frame 0x00000000000012b0 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_frame 0x00000000000012d8 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x0000000000001360 0xd0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x0000000000001430 0x118 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x0000000000001548 0xe8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_info 0x0000000000000000 0x2944e + .debug_info 0x0000000000000000 0xde esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_info 0x00000000000000de 0x235 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_info 0x0000000000000313 0xc85 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_info 0x0000000000000f98 0x223c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x00000000000031d4 0x56c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x0000000000003740 0x251d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x0000000000005c5d 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_info 0x0000000000005d1c 0x3ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x000000000000610b 0x52 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_info 0x000000000000615d 0x8c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_info 0x0000000000006a22 0x17ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_info 0x0000000000008211 0x896 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x0000000000008aa7 0x39a esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_info 0x0000000000008e41 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x0000000000008ee0 0x283 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_info 0x0000000000009163 0xb6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_info 0x0000000000009219 0x217b esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_info 0x000000000000b394 0x8f6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x000000000000bc8a 0x3fc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x000000000000fc4e 0xfac esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_info 0x0000000000010bfa 0x37bc esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_info 0x00000000000143b6 0x162 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_info 0x0000000000014518 0x178 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x0000000000014690 0x4e42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x00000000000194d2 0xca0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_info 0x000000000001a172 0x23bb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_info 0x000000000001c52d 0xb70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_info 0x000000000001d09d 0x162 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_info 0x000000000001d1ff 0x1537 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_info 0x000000000001e736 0xd39 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_info 0x000000000001f46f 0x108 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_info 0x000000000001f577 0x28a esp-idf/log/liblog.a(log_noos.c.obj) + .debug_info 0x000000000001f801 0x253 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_info 0x000000000001fa54 0x22ad esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0000000000021d01 0x25a1 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x00000000000242a2 0x4243 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x00000000000284e5 0xf69 esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_abbrev 0x0000000000000000 0x597e + .debug_abbrev 0x0000000000000000 0x87 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_abbrev 0x0000000000000087 0x163 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_abbrev 0x00000000000001ea 0x31a esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_abbrev 0x0000000000000504 0x560 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x0000000000000a64 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x0000000000000c4c 0x530 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x000000000000117c 0x86 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_abbrev 0x0000000000001202 0x1c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x00000000000013c8 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_abbrev 0x0000000000001414 0x2f4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_abbrev 0x0000000000001708 0x427 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_abbrev 0x0000000000001b2f 0x2a9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x0000000000001dd8 0x184 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_abbrev 0x0000000000001f5c 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x0000000000001fbe 0x172 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_abbrev 0x0000000000002130 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_abbrev 0x0000000000002183 0x1bd esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_abbrev 0x0000000000002340 0x298 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x00000000000025d8 0x5ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x0000000000002ba2 0x39d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_abbrev 0x0000000000002f3f 0x315 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_abbrev 0x0000000000003254 0xf2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_abbrev 0x0000000000003346 0x109 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x000000000000344f 0x67a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x0000000000003ac9 0x375 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_abbrev 0x0000000000003e3e 0x22e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_abbrev 0x000000000000406c 0x2b9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_abbrev 0x0000000000004325 0xcc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_abbrev 0x00000000000043f1 0x270 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_abbrev 0x0000000000004661 0x3c9 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_abbrev 0x0000000000004a2a 0x8e esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_abbrev 0x0000000000004ab8 0x19f esp-idf/log/liblog.a(log_noos.c.obj) + .debug_abbrev 0x0000000000004c57 0x141 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_abbrev 0x0000000000004d98 0x237 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000000000004fcf 0x2fb esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00000000000052ca 0x3c5 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x000000000000568f 0x2ef esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_loc 0x0000000000000000 0xa675 + .debug_loc 0x0000000000000000 0x4a esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_loc 0x000000000000004a 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_loc 0x000000000000006d 0xd0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_loc 0x000000000000013d 0x13fc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x0000000000001539 0x19e esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x00000000000016d7 0x19ca esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x00000000000030a1 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x00000000000032b8 0x33f esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_loc 0x00000000000035f7 0x4b8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_loc 0x0000000000003aaf 0x33a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x0000000000003de9 0x154 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_loc 0x0000000000003f3d 0x93 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_loc 0x0000000000003fd0 0x166 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x0000000000004136 0x1053 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x0000000000005189 0x544 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_loc 0x00000000000056cd 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_loc 0x000000000000574b 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_loc 0x000000000000576d 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_loc 0x00000000000057ac 0x124b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x00000000000069f7 0x38a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_loc 0x0000000000006d81 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_loc 0x000000000000717f 0x4a6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_loc 0x0000000000007625 0x114 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_loc 0x0000000000007739 0xa87 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_loc 0x00000000000081c0 0xd0 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_loc 0x0000000000008290 0x15 esp-idf/log/liblog.a(log_noos.c.obj) + .debug_loc 0x00000000000082a5 0x13c esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_loc 0x00000000000083e1 0x45 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x0000000000008426 0x3e3 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x0000000000008809 0xbfc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x0000000000009405 0x1270 esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_aranges 0x0000000000000000 0xa18 + .debug_aranges + 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_aranges + 0x0000000000000028 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_aranges + 0x0000000000000050 0x28 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_aranges + 0x0000000000000078 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x0000000000000118 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x0000000000000138 0x90 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x00000000000001c8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_aranges + 0x00000000000001e8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x0000000000000218 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_aranges + 0x0000000000000238 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_aranges + 0x0000000000000260 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_aranges + 0x00000000000002a8 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000000000002f0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_aranges + 0x0000000000000310 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x0000000000000330 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_aranges + 0x0000000000000350 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_aranges + 0x0000000000000378 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_aranges + 0x00000000000003a0 0x40 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x00000000000003e0 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x0000000000000498 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_aranges + 0x00000000000004f8 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_aranges + 0x0000000000000540 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_aranges + 0x0000000000000560 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x0000000000000580 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x0000000000000698 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_aranges + 0x00000000000006c0 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_aranges + 0x00000000000006f0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_aranges + 0x0000000000000748 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_aranges + 0x0000000000000770 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_aranges + 0x0000000000000798 0xa0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_aranges + 0x0000000000000838 0x20 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_aranges + 0x0000000000000858 0x38 esp-idf/log/liblog.a(log_noos.c.obj) + .debug_aranges + 0x0000000000000890 0x20 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_aranges + 0x00000000000008b0 0x40 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000000000008f0 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x0000000000000948 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x00000000000009b8 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_ranges 0x0000000000000000 0x1cb8 + .debug_ranges 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_ranges 0x0000000000000018 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_ranges 0x0000000000000030 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_ranges 0x0000000000000060 0x1b8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x0000000000000218 0x60 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x0000000000000278 0x440 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x00000000000006b8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_ranges 0x00000000000006c8 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x0000000000000700 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_ranges 0x0000000000000710 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_ranges 0x0000000000000758 0x170 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_ranges 0x00000000000008c8 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x0000000000000918 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_ranges 0x0000000000000940 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x0000000000000950 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_ranges 0x0000000000000978 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_ranges 0x0000000000000990 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_ranges 0x00000000000009a8 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00000000000009d8 0x158 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x0000000000000b30 0x1c0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_ranges 0x0000000000000cf0 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_ranges 0x0000000000000d28 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_ranges 0x0000000000000d38 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x0000000000000d60 0x528 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x0000000000001288 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_ranges 0x00000000000012f0 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_ranges 0x0000000000001388 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_ranges 0x00000000000014c8 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_ranges 0x00000000000014e0 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_ranges 0x0000000000001518 0x100 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_ranges 0x0000000000001618 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_ranges 0x0000000000001628 0x28 esp-idf/log/liblog.a(log_noos.c.obj) + .debug_ranges 0x0000000000001650 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_ranges 0x0000000000001678 0x50 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000000000016c8 0x100 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00000000000017c8 0x1a8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x0000000000001970 0x348 esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_line 0x0000000000000000 0x1b8c1 + .debug_line 0x0000000000000000 0x1e0 esp-idf/soc/libsoc.a(dport_access.c.obj) + .debug_line 0x00000000000001e0 0x40f esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_line 0x00000000000005ef 0x659 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_line 0x0000000000000c48 0x23a0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x0000000000002fe8 0x759 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x0000000000003741 0x25ee esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x0000000000005d2f 0x207 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_line 0x0000000000005f36 0x753 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x0000000000006689 0xa7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_line 0x0000000000006730 0xe4f esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + .debug_line 0x000000000000757f 0xf3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + .debug_line 0x00000000000084bb 0x8a6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x0000000000008d61 0x4ee esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_line 0x000000000000924f 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x0000000000009339 0x51b esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_line 0x0000000000009854 0x8f5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + .debug_line 0x000000000000a149 0x2cc esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + .debug_line 0x000000000000a415 0xde7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x000000000000b1fc 0x1e2b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x000000000000d027 0x1557 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + .debug_line 0x000000000000e57e 0x90d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_line 0x000000000000ee8b 0x286 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_line 0x000000000000f111 0x211 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x000000000000f322 0x2db6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x00000000000120d8 0xbe5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_line 0x0000000000012cbd 0xe12 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + .debug_line 0x0000000000013acf 0xfc8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .debug_line 0x0000000000014a97 0x22f esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_line 0x0000000000014cc6 0x461 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + .debug_line 0x0000000000015127 0x21dd esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + .debug_line 0x0000000000017304 0x277 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + .debug_line 0x000000000001757b 0x3ee esp-idf/log/liblog.a(log_noos.c.obj) + .debug_line 0x0000000000017969 0x317 esp-idf/hal/libhal.a(mpu_hal.c.obj) + .debug_line 0x0000000000017c80 0x430 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x00000000000180b0 0xd1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000000000018dce 0x1618 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x000000000001a3e6 0x14db esp-idf/hal/libhal.a(mmu_hal.c.obj) + +.debug_str 0x0000000000000000 0xa9ee + .debug_str 0x0000000000000000 0x1c8 esp-idf/soc/libsoc.a(dport_access.c.obj) + 0x205 (size before relaxing) + .debug_str 0x00000000000001c8 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x295 (size before relaxing) + .debug_str 0x00000000000002c3 0x771 esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x990 (size before relaxing) + .debug_str 0x0000000000000a34 0xa9b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0xf3f (size before relaxing) + .debug_str 0x00000000000014cf 0x13f esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x427 (size before relaxing) + .debug_str 0x000000000000160e 0x76e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x1034 (size before relaxing) + .debug_str 0x0000000000001d7c 0x76 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + 0x21c (size before relaxing) + .debug_str 0x0000000000001df2 0x108 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x350 (size before relaxing) + .debug_str 0x0000000000001efa 0x5b esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x17b (size before relaxing) + .debug_str 0x0000000000001f55 0x2e3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + 0x84e (size before relaxing) + .debug_str 0x0000000000002238 0x586 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + 0xc9e (size before relaxing) + .debug_str 0x00000000000027be 0x13d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x778 (size before relaxing) + .debug_str 0x00000000000028fb 0x2dc esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + 0x671 (size before relaxing) + .debug_str 0x0000000000002bd7 0x79 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x20c (size before relaxing) + .debug_str 0x0000000000002c50 0xb3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + 0x2a8 (size before relaxing) + .debug_str 0x0000000000002d03 0x77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + 0x224 (size before relaxing) + .debug_str 0x0000000000002d7a 0x1167 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + 0x1638 (size before relaxing) + .debug_str 0x0000000000003ee1 0x4a2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x73c (size before relaxing) + .debug_str 0x0000000000004383 0x1bed esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x2281 (size before relaxing) + .debug_str 0x0000000000005f70 0x30f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0xacd (size before relaxing) + .debug_str 0x000000000000627f 0x1c2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x2440 (size before relaxing) + .debug_str 0x0000000000007ead 0xa7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + 0x293 (size before relaxing) + .debug_str 0x0000000000007f54 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x292 (size before relaxing) + .debug_str 0x0000000000008024 0xc8e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x2a9b (size before relaxing) + .debug_str 0x0000000000008cb2 0x1e8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0xd64 (size before relaxing) + .debug_str 0x0000000000008e9a 0x173 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + 0x1770 (size before relaxing) + .debug_str 0x000000000000900d 0x236 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + 0xb1f (size before relaxing) + .debug_str 0x0000000000009243 0xba esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x270 (size before relaxing) + .debug_str 0x00000000000092fd 0x5f7 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + 0x8db (size before relaxing) + .debug_str 0x00000000000098f4 0x3c0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + 0x8eb (size before relaxing) + .debug_str 0x0000000000009cb4 0x67 esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + 0x22f (size before relaxing) + .debug_str 0x0000000000009d1b 0xa0 esp-idf/log/liblog.a(log_noos.c.obj) + 0x2b6 (size before relaxing) + .debug_str 0x0000000000009dbb 0xa6 esp-idf/hal/libhal.a(mpu_hal.c.obj) + 0x2a9 (size before relaxing) + .debug_str 0x0000000000009e61 0x150 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x174b (size before relaxing) + .debug_str 0x0000000000009fb1 0x278 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x1886 (size before relaxing) + .debug_str 0x000000000000a229 0x478 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x23c9 (size before relaxing) + .debug_str 0x000000000000a6a1 0x34d esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x5c9 (size before relaxing) + +Cross Reference Table + +Symbol File +Cache_Flush_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +Cache_Read_Disable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +Cache_Read_Enable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +EFUSE esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) +ESP_EFUSE_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_CPU_FREQ_RATED esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_PACKAGE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_CHIP_PACKAGE_4BIT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_REV1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CHIP_VER_REV2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DISABLE_SDIO_HOST esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_RD_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +GPIO esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) +GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +GPIO_PIN_MUX_REG_OFFSET esp-idf/soc/libsoc.a(gpio_periph.c.obj) +RTCCNTL esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +SPI0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPI1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +TIMERG0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +TIMERG1 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +UART0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +UART1 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +UART2 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) +_ITM_deregisterTMCloneTable c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +_ITM_registerTMCloneTable c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__DTOR_END__ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__TMC_END__ c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o + c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__adddf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__ashldi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__assert_func esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + esp-idf/log/liblog.a(log_noos.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +__bswapsi2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +__deregister_frame_info c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__divdf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__divdi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +__divsf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__extendsfdf2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__fixdfsi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__fixunsdfsi c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__floatsidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__floatunsidf c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__getreent esp-idf/main/libmain.a(bootloader_start.c.obj) +__lshrdi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__muldf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__popcountsi2 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +__register_frame_info c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o +__subdf3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) +__udivdi3 c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +_bss_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +_bss_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +_data_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +_data_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +_dram_end esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_dram_start esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_fini c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +_global_impure_ptr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) +_init c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +_loader_text_end esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_loader_text_start esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +_start c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +abort esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_after_init esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_before_init esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_check_bootloader_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_clear_bss_section esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_clock_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_clock_get_rated_freq_mhz esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_check_long_hold_gpio_level esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_chip_ver_pkg esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_config_wdt esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_console_deinit esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_console_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_enable_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_fill_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_get_wp_pin esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_gpio_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_print_banner esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +bootloader_read_bootloader_header esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_spi_flash_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_utility_get_selected_boot_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_utility_load_boot_image esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +cache_flash_mmu_set_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +call_start_cpu0 esp-idf/main/libmain.a(bootloader_start.c.obj) +efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_get_rated_freq_mhz esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) +efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) +efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_clk_apb_freq esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) +esp_dport_access_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) +esp_dport_access_sequence_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) +esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_batch_write_cancel esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_disable_basic_rom_console esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_utility_apply_34_encoding esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_clear_program_registers esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_count_once esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_debug_dump_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_pending esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_debug_dump_single_block esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_erase_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_read_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_reset esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_update_virt_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_write_blob esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_write_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_flash_encryption_cfg_verify_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_encryption_enabled esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_flash_encryption_set_release_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_noos.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_log_impl_lock esp-idf/log/liblog.a(log_noos.c.obj) +esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_noos.c.obj) +esp_log_impl_unlock esp-idf/log/liblog.a(log_noos.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_noos.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +esp_rom_delay_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_get_cpu_ticks_per_us esp-idf/log/liblog.a(log_noos.c.obj) +esp_rom_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +esp_rom_gpio_connect_in_signal esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_gpio_connect_out_signal esp-idf/esp_rom/libesp_rom.a(esp_rom_gpio.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_select_gpio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_install_channel_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_install_uart_printf esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) +esp_rom_regi2c_read_mask esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_regi2c_write esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_regi2c_write_mask esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_software_reset_system esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +esp_rom_spiflash_clear_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +esp_rom_spiflash_config_readmode esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_area esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_block esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_erase_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_erase_sector esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_lock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_prepare_encrypted_data esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_read_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read_statushigh esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_read_user_cmd esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_set_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_unlock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write_encrypted_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_encrypted_enable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_write_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_uart_flush_tx esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) +esp_rom_uart_set_clock_baudrate esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +esp_rom_uart_tx_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +ets_install_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_sha_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +g_rom_flashchip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +g_rom_spiflash_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +g_rom_spiflash_dummy_len_plus esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +g_ticks_per_us_app esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +g_ticks_per_us_pro esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +main c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +memcmp c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) +memcpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +memset c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) + esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) +mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) +mmu_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +mpu_hal_set_region_access esp-idf/hal/libhal.a(mpu_hal.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) +range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_8md256_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_apll_coeff_calc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_coeff_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_apll_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_cal_ratio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_cpu_freq_to_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_clk_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_wait_for_slow_cycle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) +rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +rtc_vddsdio_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +rtc_vddsdio_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +start_write_addr esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +strcspn c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strlen c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strncpy c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +strstr c:/users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_deinit esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +wdt_hal_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +wdt_hal_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_feed esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +wdt_hal_handle_intr esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +wdt_hal_init esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_is_enabled esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) +wdt_hal_set_flashboot_en esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_write_protect_disable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) +wdt_hal_write_protect_enable esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) diff --git a/build/bootloader/build.ninja b/build/bootloader/build.ninja new file mode 100644 index 0000000..3534c4b --- /dev/null +++ b/build/bootloader/build.ninja @@ -0,0 +1,2508 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: bootloader +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = C$:/LED_shit/build/bootloader/ + +############################################# +# Utility command for menuconfig + +build menuconfig: phony CMakeFiles/menuconfig + + +############################################# +# Utility command for confserver + +build confserver: phony CMakeFiles/confserver + + +############################################# +# Utility command for save-defconfig + +build save-defconfig: phony CMakeFiles/save-defconfig + + +############################################# +# Utility command for gen_project_binary + +build gen_project_binary: phony CMakeFiles/gen_project_binary .bin_timestamp bootloader.elf + + +############################################# +# Utility command for app + +build app: phony CMakeFiles/app esp-idf/esptool_py/bootloader_check_size gen_project_binary + + +############################################# +# Utility command for erase_flash + +build erase_flash: phony CMakeFiles/erase_flash + + +############################################# +# Utility command for monitor + +build monitor: phony CMakeFiles/monitor bootloader.elf + + +############################################# +# Utility command for _project_elf_src + +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32.c + +# ============================================================================= +# Object build statements for EXECUTABLE target bootloader.elf + + +############################################# +# Order-only phony target for bootloader.elf + +build cmake_object_order_depends_target_bootloader.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_xtensa project_elf_src_esp32.c + +build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__bootloader.2eelf_unscanned_ C$:/LED_shit/build/bootloader/project_elf_src_esp32.c || cmake_object_order_depends_target_bootloader.elf + DEFINES = -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE + DEP_FILE = CMakeFiles\bootloader.elf.dir\project_elf_src_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always + INCLUDES = -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = CMakeFiles\bootloader.elf.dir + OBJECT_FILE_DIR = CMakeFiles\bootloader.elf.dir + TARGET_COMPILE_PDB = CMakeFiles\bootloader.elf.dir\ + TARGET_PDB = bootloader.elf.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target bootloader.elf + + +############################################# +# Link the executable bootloader.elf + +build bootloader.elf: C_EXECUTABLE_LINKER__bootloader.2eelf_ CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj | esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a + FLAGS = -mlongcalls -Wno-frame-address + LINK_FLAGS = -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=C:/LED_shit/build/bootloader/bootloader.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-funcs.ld -T esp32.peripherals.ld -T bootloader.ld -T bootloader.rom.ld + LINK_LIBRARIES = esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a -u esp_dport_access_reg_read -u __assert_func -u abort -u __ubsan_include -u bootloader_hooks_include + LINK_PATH = -LC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld -LC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ld -LC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/ld/esp32 + OBJECT_DIR = CMakeFiles\bootloader.elf.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = CMakeFiles\bootloader.elf.dir\ + TARGET_FILE = bootloader.elf + TARGET_PDB = bootloader.elf.pdb + + +############################################# +# Utility command for size + +build size: phony CMakeFiles/size + + +############################################# +# Utility command for size-files + +build size-files: phony CMakeFiles/size-files + + +############################################# +# Utility command for size-components + +build size-components: phony CMakeFiles/size-components + + +############################################# +# Utility command for uf2-app + +build uf2-app: phony CMakeFiles/uf2-app gen_project_binary + + +############################################# +# Utility command for uf2 + +build uf2: phony CMakeFiles/uf2 gen_project_binary + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for CMakeFiles\menuconfig + +build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/bootloader/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config C:/LED_shit/sdkconfig && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/check_term.py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/LED_shit/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/LED_shit/build/bootloader/kconfigs_projbuild.in KCONFIG_CONFIG=C:/LED_shit/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/menuconfig_wrapper.py C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config C:/LED_shit/sdkconfig" + pool = console + + +############################################# +# Custom command for CMakeFiles\confserver + +build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/bootloader/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/LED_shit/build/bootloader/config.env --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig" + pool = console + + +############################################# +# Custom command for CMakeFiles\save-defconfig + +build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/bootloader/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/bootloader/config.env --dont-write-deprecated --output savedefconfig C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/sdkconfig.defaults" + pool = console + + +############################################# +# Phony custom command for CMakeFiles\gen_project_binary + +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a + + +############################################# +# Custom command for .bin_timestamp + +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB --min-rev-full 0 --max-rev-full 399 -o C:/LED_shit/build/bootloader/bootloader.bin C:/LED_shit/build/bootloader/bootloader.elf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Generated C:/LED_shit/build/bootloader/bootloader.bin" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E md5sum C:/LED_shit/build/bootloader/bootloader.bin > C:/LED_shit/build/bootloader/.bin_timestamp" + DESC = Generating binary image from built executable + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles\app + +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esptool_py/bootloader_check_size esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary + + +############################################# +# Custom command for CMakeFiles\erase_flash + +build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\monitor + +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--target;esp32;--revision;0;C:/LED_shit/build/bootloader/bootloader.elf -D WORKING_DIRECTORY=C:/LED_shit/build/bootloader -P run_serial_tool.cmake" + pool = console + + +############################################# +# Phony custom command for CMakeFiles\_project_elf_src + +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32.c + + +############################################# +# Custom command for project_elf_src_esp32.c + +build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader/project_elf_src_esp32.c" + DESC = Generating project_elf_src_esp32.c + restat = 1 + + +############################################# +# Custom command for CMakeFiles\size + +build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bootloader.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/LED_shit/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\size-files + +build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND bootloader.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/LED_shit/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\size-components + +build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND bootloader.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/LED_shit/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\uf2-app + +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/mkuf2.py write -o C:/LED_shit/build/bootloader/uf2-app.bin --json C:/LED_shit/build/bootloader/flasher_args.json --chip-id 0x1c5f21b0 --bin app" + pool = console + + +############################################# +# Custom command for CMakeFiles\uf2 + +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/mkuf2.py write -o C:/LED_shit/build/bootloader/uf2.bin --json C:/LED_shit/build/bootloader/flasher_args.json --chip-id 0x1c5f21b0" + pool = console + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_xtensa + + +############################################# +# Order-only phony target for __idf_xtensa + +build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_soc + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\eri.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb + TARGET_PDB = esp-idf\xtensa\libxtensa.pdb + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xt_trax.c || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xt_trax.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb + TARGET_PDB = esp-idf\xtensa\libxtensa.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_xtensa + + +############################################# +# Link the static library esp-idf\xtensa\libxtensa.a + +build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb + TARGET_FILE = esp-idf\xtensa\libxtensa.a + TARGET_PDB = esp-idf\xtensa\libxtensa.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_micro-ecc + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/interrupts.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\interrupts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\gpio_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/uart_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\uart_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dport_access.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dport_access.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/adc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\adc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/spi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\spi_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ledc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\ledc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/pcnt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\pcnt_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rmt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rmt_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdm_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2s_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2s_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2c_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2c_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/timer_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\timer_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/lcd_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\lcd_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\mcpwm_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdmmc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\touch_sensor_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/twai_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\twai_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dac_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dac_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rtc_io_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdio_slave_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_PDB = esp-idf\soc\libsoc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf\soc\libsoc.a + +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj || esp-idf/micro-ecc/libmicro-ecc.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb + TARGET_FILE = esp-idf\soc\libsoc.a + TARGET_PDB = esp-idf\soc\libsoc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_micro-ecc + + +############################################# +# Order-only phony target for __idf_micro-ecc + +build cmake_object_order_depends_target___idf_micro-ecc: phony || cmake_object_order_depends_target___idf_hal + +build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj: C_COMPILER____idf_micro-ecc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c || cmake_object_order_depends_target___idf_micro-ecc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\uECC_verify_antifault.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir + OBJECT_FILE_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir + TARGET_COMPILE_PDB = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\__idf_micro-ecc.pdb + TARGET_PDB = esp-idf\micro-ecc\libmicro-ecc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_micro-ecc + + +############################################# +# Link the static library esp-idf\micro-ecc\libmicro-ecc.a + +build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj || esp-idf/hal/libhal.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\__idf_micro-ecc.pdb + TARGET_FILE = esp-idf\micro-ecc\libmicro-ecc.a + TARGET_PDB = esp-idf\micro-ecc\libmicro-ecc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/micro-ecc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\micro-ecc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\micro-ecc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/micro-ecc/rebuild_cache: phony esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Order-only phony target for __idf_hal + +build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_spi_flash + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mpu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\efuse_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/cache_hal_esp32.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\cache_hal_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_PDB = esp-idf\hal\libhal.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Link the static library esp-idf\hal\libhal.a + +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb + TARGET_FILE = esp-idf\hal\libhal.a + TARGET_PDB = esp-idf\hal\libhal.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Order-only phony target for __idf_spi_flash + +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_app_format + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + TARGET_COMPILE_PDB = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\__idf_spi_flash.pdb + TARGET_PDB = esp-idf\spi_flash\libspi_flash.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Link the static library esp-idf\spi_flash\libspi_flash.a + +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj || esp-idf/esp_app_format/libesp_app_format.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\__idf_spi_flash.pdb + TARGET_FILE = esp-idf\spi_flash\libspi_flash.a + TARGET_PDB = esp-idf\spi_flash\libspi_flash.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Order-only phony target for __idf_esp_app_format + +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_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D PROJECT_NAME=\"bootloader\" -DPROJECT_VER=\"v5.1.6\" + DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include + OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + OBJECT_FILE_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb + TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Link the static library esp-idf\esp_app_format\libesp_app_format.a + +build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb + TARGET_FILE = esp-idf\esp_app_format\libesp_app_format.a + TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Order-only phony target for __idf_bootloader_support + +build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_efuse + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_loader.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_console.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_console_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console_loader.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32 + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_soc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32 + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32 + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_panic.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_panic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Link the static library esp-idf\bootloader_support\libbootloader_support.a + +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb + TARGET_FILE = esp-idf\bootloader_support\libbootloader_support.a + TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Order-only phony target for __idf_efuse + +build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_esp_system + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_table.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_fields.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks\esp_efuse_api_key.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_PDB = esp-idf\efuse\libefuse.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Link the static library esp-idf\efuse\libefuse.a + +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb + TARGET_FILE = esp-idf\efuse\libefuse.a + TARGET_PDB = esp-idf\efuse\libefuse.pdb + + +############################################# +# Utility command for efuse-common-table + +build esp-idf/efuse/efuse-common-table: phony esp-idf/efuse/CMakeFiles/efuse-common-table + + +############################################# +# Utility command for efuse_common_table + +build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_common_table esp-idf/efuse/efuse-common-table + + +############################################# +# Utility command for efuse-custom-table + +build esp-idf/efuse/efuse-custom-table: phony + + +############################################# +# Utility command for efuse_custom_table + +build esp-idf/efuse/efuse_custom_table: phony esp-idf/efuse/CMakeFiles/efuse_custom_table esp-idf/efuse/efuse-custom-table + + +############################################# +# Utility command for show-efuse-table + +build esp-idf/efuse/show-efuse-table: phony esp-idf/efuse/CMakeFiles/show-efuse-table + + +############################################# +# Utility command for show_efuse_table + +build esp-idf/efuse/show_efuse_table: phony esp-idf/efuse/CMakeFiles/show_efuse_table esp-idf/efuse/show-efuse-table + + +############################################# +# Utility command for efuse_test_table + +build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_table + + +############################################# +# Utility command for edit_cache + +build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse-common-table + +build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192" + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_common_table + +build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_custom_table + +build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\show-efuse-table + +build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info" + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\show_efuse_table + +build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_test_table + +build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Order-only phony target for __idf_esp_system + +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_hw_support + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + TARGET_COMPILE_PDB = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\__idf_esp_system.pdb + TARGET_PDB = esp-idf\esp_system\libesp_system.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Link the static library esp-idf\esp_system\libesp_system.a + +build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\__idf_esp_system.pdb + TARGET_FILE = esp-idf\esp_system\libesp_system.a + TARGET_PDB = esp-idf\esp_system\libesp_system.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Order-only phony target for __idf_esp_hw_support + +build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_esp_common + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\esp_cpu_intr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cpu_region_protect.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_sleep.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\chip_info.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Link the static library esp-idf\esp_hw_support\libesp_hw_support.a + +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb + TARGET_FILE = esp-idf\esp_hw_support\libesp_hw_support.a + TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Order-only phony target for __idf_esp_common + +build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_rom + +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src + TARGET_COMPILE_PDB = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\__idf_esp_common.pdb + TARGET_PDB = esp-idf\esp_common\libesp_common.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Link the static library esp-idf\esp_common\libesp_common.a + +build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_rom/libesp_rom.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\__idf_esp_common.pdb + TARGET_FILE = esp-idf\esp_common\libesp_common.a + TARGET_PDB = esp-idf\esp_common\libesp_common.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Order-only phony target for __idf_esp_rom + +build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_log + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_gpio.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj: ASM_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_longjmp.S.obj.d + FLAGS = -mlongcalls -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Link the static library esp-idf\esp_rom\libesp_rom.a + +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb + TARGET_FILE = esp-idf\esp_rom\libesp_rom.a + TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Order-only phony target for __idf_log + +build cmake_object_order_depends_target___idf_log: phony || . + +build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb + TARGET_PDB = esp-idf\log\liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_buffers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb + TARGET_PDB = esp-idf\log\liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_noos.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_noos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb + TARGET_PDB = esp-idf\log\liblog.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Link the static library esp-idf\log\liblog.a + +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb + TARGET_FILE = esp-idf\log\liblog.a + TARGET_PDB = esp-idf\log\liblog.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for bootloader_check_size + +build esp-idf/esptool_py/bootloader_check_size: phony esp-idf/esptool_py/CMakeFiles/bootloader_check_size gen_project_binary + + +############################################# +# Utility command for edit_cache + +build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util + + +############################################# +# Custom command for esp-idf\esptool_py\CMakeFiles\bootloader_check_size + +build esp-idf/esptool_py/CMakeFiles/bootloader_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/bootloader_check_size: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\esptool_py && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/LED_shit/build/bootloader/bootloader.bin" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Order-only phony target for __idf_main + +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/bootloader_start.c || cmake_object_order_depends_target___idf_main + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\bootloader_start.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + TARGET_COMPILE_PDB = esp-idf\main\CMakeFiles\__idf_main.dir\__idf_main.pdb + TARGET_PDB = esp-idf\main\libmain.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Link the static library esp-idf\main\libmain.a + +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_COMPILE_PDB = esp-idf\main\CMakeFiles\__idf_main.dir\__idf_main.pdb + TARGET_FILE = esp-idf\main\libmain.a + TARGET_PDB = esp-idf\main\libmain.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader\subproject -BC:\LED_shit\build\bootloader" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_support.a + +build __idf_efuse: phony esp-idf/efuse/libefuse.a + +build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a + +build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a + +build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a + +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a + +build __idf_hal: phony esp-idf/hal/libhal.a + +build __idf_log: phony esp-idf/log/liblog.a + +build __idf_main: phony esp-idf/main/libmain.a + +build __idf_micro-ecc: phony esp-idf/micro-ecc/libmicro-ecc.a + +build __idf_soc: phony esp-idf/soc/libsoc.a + +build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a + +build __idf_xtensa: phony esp-idf/xtensa/libxtensa.a + +build bootloader_check_size: phony esp-idf/esptool_py/bootloader_check_size + +build efuse-common-table: phony esp-idf/efuse/efuse-common-table + +build efuse-custom-table: phony esp-idf/efuse/efuse-custom-table + +build efuse_common_table: phony esp-idf/efuse/efuse_common_table + +build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table + +build efuse_test_table: phony esp-idf/efuse/efuse_test_table + +build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_support.a + +build libefuse.a: phony esp-idf/efuse/libefuse.a + +build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a + +build libesp_common.a: phony esp-idf/esp_common/libesp_common.a + +build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a + +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a + +build libhal.a: phony esp-idf/hal/libhal.a + +build liblog.a: phony esp-idf/log/liblog.a + +build libmain.a: phony esp-idf/main/libmain.a + +build libmicro-ecc.a: phony esp-idf/micro-ecc/libmicro-ecc.a + +build libsoc.a: phony esp-idf/soc/libsoc.a + +build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a + +build libxtensa.a: phony esp-idf/xtensa/libxtensa.a + +build show-efuse-table: phony esp-idf/efuse/show-efuse-table + +build show_efuse_table: phony esp-idf/efuse/show_efuse_table + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader + +build all: phony app bootloader.elf esp-idf/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf + +build esp-idf/all: phony esp-idf/xtensa/all esp-idf/newlib/all esp-idf/soc/all esp-idf/micro-ecc/all esp-idf/hal/all esp-idf/spi_flash/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/efuse/all esp-idf/esp_system/all esp-idf/esp_hw_support/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/log/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/bootloader/all esp-idf/freertos/all esp-idf/main/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/bootloader + +build esp-idf/bootloader/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/bootloader_support + +build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/efuse + +build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_app_format + +build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_common + +build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_hw_support + +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/port/esp32 + +build esp-idf/esp_hw_support/port/esp32/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_rom + +build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esp_system + +build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/esptool_py + +build esp-idf/esptool_py/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/freertos + +build esp-idf/freertos/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/hal + +build esp-idf/hal/all: phony esp-idf/hal/libhal.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/log + +build esp-idf/log/all: phony esp-idf/log/liblog.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/main + +build esp-idf/main/all: phony esp-idf/main/libmain.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/micro-ecc + +build esp-idf/micro-ecc/all: phony esp-idf/micro-ecc/libmicro-ecc.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/newlib + +build esp-idf/newlib/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/partition_table + +build esp-idf/partition_table/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/soc + +build esp-idf/soc/all: phony esp-idf/soc/libsoc.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/spi_flash + +build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/bootloader/esp-idf/xtensa + +build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | C$:/LED_shit/sdkconfig C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystem.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/.git/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/openthread/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/build.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/component.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/depgraph.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/dfu.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/idf.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/kconfig.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/ldgen.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project_description.json.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/targets.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/uf2.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/utilities.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/version.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/confgen.py C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/config.env.in CMakeCache.txt CMakeFiles/3.30.2/CMakeASMCompiler.cmake CMakeFiles/3.30.2/CMakeCCompiler.cmake CMakeFiles/3.30.2/CMakeCXXCompiler.cmake CMakeFiles/3.30.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build C$:/LED_shit/sdkconfig C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCCompilerABI.c C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystem.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/.git/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/openthread/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/build.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/component.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/depgraph.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/dfu.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/idf.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/kconfig.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/ldgen.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project_description.json.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/targets.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/uf2.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/utilities.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/version.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/confgen.py C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/config.env.in CMakeCache.txt CMakeFiles/3.30.2/CMakeASMCompiler.cmake CMakeFiles/3.30.2/CMakeCCompiler.cmake CMakeFiles/3.30.2/CMakeCXXCompiler.cmake CMakeFiles/3.30.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/bootloader/cmake_install.cmake b/build/bootloader/cmake_install.cmake new file mode 100644 index 0000000..b9bf1ce --- /dev/null +++ b/build/bootloader/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "C:/LED_shit/build/bootloader/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/bootloader/compile_commands.json b/build/bootloader/compile_commands.json new file mode 100644 index 0000000..850da74 --- /dev/null +++ b/build/bootloader/compile_commands.json @@ -0,0 +1,530 @@ +[ +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -o CMakeFiles\\bootloader.elf.dir\\project_elf_src_esp32.c.obj -c C:\\LED_shit\\build\\bootloader\\project_elf_src_esp32.c", + "file": "C:\\LED_shit\\build\\bootloader\\project_elf_src_esp32.c", + "output": "CMakeFiles\\bootloader.elf.dir\\project_elf_src_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\eri.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\eri.c", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xt_trax.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xt_trax.c", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\lldesc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\lldesc.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\dport_access_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\dport_access_common.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\interrupts.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\interrupts.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\uart_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\uart_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dport_access.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dport_access.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\adc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\adc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\spi_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\spi_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\timer_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\timer_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\twai_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\twai_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dac_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dac_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\micro-ecc\\CMakeFiles\\__idf_micro-ecc.dir\\uECC_verify_antifault.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader\\subproject\\components\\micro-ecc\\uECC_verify_antifault.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader\\subproject\\components\\micro-ecc\\uECC_verify_antifault.c", + "output": "esp-idf\\micro-ecc\\CMakeFiles\\__idf_micro-ecc.dir\\uECC_verify_antifault.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mpu_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mpu_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\efuse_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\efuse_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\wdt_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\wdt_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mmu_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mmu_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D PROJECT_NAME=\\\"bootloader\\\" -DPROJECT_VER=\\\"v5.1.6\\\" -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", + "output": "esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_init.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_loader.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_loader.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_loader.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_loader.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_console.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_console.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console_loader.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_console_loader.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_console_loader.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console_loader.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_sha.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_sha.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_sha.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_sha.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_soc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_soc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_soc.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_soc.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_esp32.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_panic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_panic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_panic.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_panic.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_err.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_err.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\cpu.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\cpu.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_cpu_intr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_cpu_intr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_cpu_intr.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_cpu_intr.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", + "output": "esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_gpio.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_gpio.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_buffers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_buffers.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_noos.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_noos.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_noos.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_noos.c.obj" +}, +{ + "directory": "C:/LED_shit/build/bootloader", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/LED_shit/build/bootloader/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -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 -Os -freorder-blocks -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\bootloader_start.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader\\subproject\\main\\bootloader_start.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader\\subproject\\main\\bootloader_start.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\bootloader_start.c.obj" +} +] \ No newline at end of file diff --git a/build/bootloader/config.env b/build/bootloader/config.env new file mode 100644 index 0000000..1c2c6c4 --- /dev/null +++ b/build/bootloader/config.env @@ -0,0 +1,10 @@ +{ + "COMPONENT_KCONFIGS": "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/sdkconfig.rename", + "IDF_TARGET": "esp32", + "IDF_ENV_FPGA": "", + "IDF_PATH": "C:/Users/carec/esp/v5.1.6/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/LED_shit/build/bootloader/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/LED_shit/build/bootloader/kconfigs_projbuild.in" +} diff --git a/build/bootloader/config/kconfig_menus.json b/build/bootloader/config/kconfig_menus.json new file mode 100644 index 0000000..ad092c7 --- /dev/null +++ b/build/bootloader/config/kconfig_menus.json @@ -0,0 +1,8536 @@ +[ + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_DIV_SUPPORTED", + "name": "SOC_TWAI_BRP_DIV_SUPPORTED", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DPORT_WORKAROUND", + "name": "SOC_DPORT_WORKAROUND", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CAPS_ECO_VER_MAX", + "name": "SOC_CAPS_ECO_VER_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SUPPORTED", + "name": "SOC_ADC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_SUPPORTED", + "name": "SOC_DAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORTED", + "name": "SOC_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORTED", + "name": "SOC_MCPWM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPTIMER_SUPPORTED", + "name": "SOC_GPTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_HOST_SUPPORTED", + "name": "SOC_SDMMC_HOST_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_SUPPORTED", + "name": "SOC_BT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORTED", + "name": "SOC_PCNT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORTED", + "name": "SOC_WIFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDIO_SLAVE_SUPPORTED", + "name": "SOC_SDIO_SLAVE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EMAC_SUPPORTED", + "name": "SOC_EMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_SUPPORTED", + "name": "SOC_ULP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CCOMP_TIMER_SUPPORTED", + "name": "SOC_CCOMP_TIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_FAST_MEM_SUPPORTED", + "name": "SOC_RTC_FAST_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_SLOW_MEM_SUPPORTED", + "name": "SOC_RTC_SLOW_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_MEM_SUPPORTED", + "name": "SOC_RTC_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTED", + "name": "SOC_I2S_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORTED", + "name": "SOC_RMT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_SUPPORTED", + "name": "SOC_SDM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPSPI_SUPPORTED", + "name": "SOC_GPSPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORTED", + "name": "SOC_LEDC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORTED", + "name": "SOC_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_COEXISTENCE", + "name": "SOC_SUPPORT_COEXISTENCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORTED", + "name": "SOC_AES_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_SUPPORTED", + "name": "SOC_MPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORTED", + "name": "SOC_SHA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENC_SUPPORTED", + "name": "SOC_FLASH_ENC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_SUPPORTED", + "name": "SOC_SECURE_BOOT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_SENSOR_SUPPORTED", + "name": "SOC_TOUCH_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BOD_SUPPORTED", + "name": "SOC_BOD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_FSM_SUPPORTED", + "name": "SOC_ULP_FSM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "name": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_26M", + "name": "SOC_XTAL_SUPPORT_26M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_40M", + "name": "SOC_XTAL_SUPPORT_40M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "name": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_CTRL_SUPPORTED", + "name": "SOC_ADC_RTC_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_CTRL_SUPPORTED", + "name": "SOC_ADC_DIG_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DMA_SUPPORTED", + "name": "SOC_ADC_DMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PERIPH_NUM", + "name": "SOC_ADC_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MAX_CHANNEL_NUM", + "name": "SOC_ADC_MAX_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ATTEN_NUM", + "name": "SOC_ADC_ATTEN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_CONTROLLER_NUM", + "name": "SOC_ADC_DIGI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PATT_LEN_MAX", + "name": "SOC_ADC_PATT_LEN_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MIN_BITWIDTH", + "name": "SOC_ADC_DIGI_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MAX_BITWIDTH", + "name": "SOC_ADC_DIGI_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_RESULT_BYTES", + "name": "SOC_ADC_DIGI_RESULT_BYTES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "name": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MIN_BITWIDTH", + "name": "SOC_ADC_RTC_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MAX_BITWIDTH", + "name": "SOC_ADC_RTC_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHARED_IDCACHE_SUPPORTED", + "name": "SOC_SHARED_IDCACHE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_IDCACHE_PER_CORE", + "name": "SOC_IDCACHE_PER_CORE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_CORES_NUM", + "name": "SOC_CPU_CORES_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_INTR_NUM", + "name": "SOC_CPU_INTR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_FPU", + "name": "SOC_CPU_HAS_FPU", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_BREAKPOINTS_NUM", + "name": "SOC_CPU_BREAKPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINTS_NUM", + "name": "SOC_CPU_WATCHPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_CHAN_NUM", + "name": "SOC_DAC_CHAN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_RESOLUTION", + "name": "SOC_DAC_RESOLUTION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_DMA_16BIT_ALIGN", + "name": "SOC_DAC_DMA_16BIT_ALIGN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PORT", + "name": "SOC_GPIO_PORT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PIN_COUNT", + "name": "SOC_GPIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_GPIO_MASK", + "name": "SOC_GPIO_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "name": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_NUM", + "name": "SOC_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_FIFO_LEN", + "name": "SOC_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_CMD_REG_NUM", + "name": "SOC_I2C_CMD_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLAVE", + "name": "SOC_I2C_SUPPORT_SLAVE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_APB", + "name": "SOC_I2C_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_NUM", + "name": "SOC_I2S_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_HW_VERSION_1", + "name": "SOC_I2S_HW_VERSION_1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_APLL", + "name": "SOC_I2S_SUPPORTS_APLL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PLL_F160M", + "name": "SOC_I2S_SUPPORTS_PLL_F160M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM", + "name": "SOC_I2S_SUPPORTS_PDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_TX", + "name": "SOC_I2S_SUPPORTS_PDM_TX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_TX_LINES", + "name": "SOC_I2S_PDM_MAX_TX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_RX", + "name": "SOC_I2S_SUPPORTS_PDM_RX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_RX_LINES", + "name": "SOC_I2S_PDM_MAX_RX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ADC_DAC", + "name": "SOC_I2S_SUPPORTS_ADC_DAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ADC", + "name": "SOC_I2S_SUPPORTS_ADC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_DAC", + "name": "SOC_I2S_SUPPORTS_DAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_LCD_CAMERA", + "name": "SOC_I2S_SUPPORTS_LCD_CAMERA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", + "name": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_LCD_I80_VARIANT", + "name": "SOC_I2S_LCD_I80_VARIANT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_SUPPORTED", + "name": "SOC_LCD_I80_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_BUSES", + "name": "SOC_LCD_I80_BUSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_BUS_WIDTH", + "name": "SOC_LCD_I80_BUS_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "name": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_APB_CLOCK", + "name": "SOC_LEDC_SUPPORT_APB_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_REF_TICK", + "name": "SOC_LEDC_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_HS_MODE", + "name": "SOC_LEDC_SUPPORT_HS_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_CHANNEL_NUM", + "name": "SOC_LEDC_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_BIT_WIDTH", + "name": "SOC_LEDC_TIMER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GROUPS", + "name": "SOC_MCPWM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_OPERATORS_PER_GROUP", + "name": "SOC_MCPWM_OPERATORS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PERIPH_NUM", + "name": "SOC_MMU_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "name": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_MIN_REGION_SIZE", + "name": "SOC_MPU_MIN_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGIONS_MAX_NUM", + "name": "SOC_MPU_REGIONS_MAX_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_RO_SUPPORTED", + "name": "SOC_MPU_REGION_RO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_WO_SUPPORTED", + "name": "SOC_MPU_REGION_WO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_GROUPS", + "name": "SOC_PCNT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_UNITS_PER_GROUP", + "name": "SOC_PCNT_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_CHANNELS_PER_UNIT", + "name": "SOC_PCNT_CHANNELS_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_THRES_POINT_PER_UNIT", + "name": "SOC_PCNT_THRES_POINT_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_GROUPS", + "name": "SOC_RMT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNELS_PER_GROUP", + "name": "SOC_RMT_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "name": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_REF_TICK", + "name": "SOC_RMT_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_APB", + "name": "SOC_RMT_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "name": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_PIN_COUNT", + "name": "SOC_RTCIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_HOLD_SUPPORTED", + "name": "SOC_RTCIO_HOLD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_WAKE_SUPPORTED", + "name": "SOC_RTCIO_WAKE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_GROUPS", + "name": "SOC_SDM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CHANNELS_PER_GROUP", + "name": "SOC_SDM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_APB", + "name": "SOC_SDM_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", + "name": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_AS_CS_SUPPORTED", + "name": "SOC_SPI_AS_CS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_NUM", + "name": "SOC_SPI_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_DMA_CHAN_NUM", + "name": "SOC_SPI_DMA_CHAN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_CS_NUM", + "name": "SOC_SPI_MAX_CS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_APB", + "name": "SOC_SPI_SUPPORT_CLK_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_PRE_DIVIDER", + "name": "SOC_SPI_MAX_PRE_DIVIDER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUPS", + "name": "SOC_TIMER_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "name": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "name": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_APB", + "name": "SOC_TIMER_GROUP_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_VERSION_1", + "name": "SOC_TOUCH_VERSION_1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_SENSOR_NUM", + "name": "SOC_TOUCH_SENSOR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", + "name": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "name": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CONTROLLER_NUM", + "name": "SOC_TWAI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CLK_SUPPORT_APB", + "name": "SOC_TWAI_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "name": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_NUM", + "name": "SOC_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_APB_CLK", + "name": "SOC_UART_SUPPORT_APB_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_REF_TICK", + "name": "SOC_UART_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_FIFO_LEN", + "name": "SOC_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_BITRATE_MAX", + "name": "SOC_UART_BITRATE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPIRAM_SUPPORTED", + "name": "SOC_SPIRAM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "name": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA384", + "name": "SOC_SHA_SUPPORT_SHA384", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA512", + "name": "SOC_SHA_SUPPORT_SHA512", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_192", + "name": "SOC_AES_SUPPORT_AES_192", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V1", + "name": "SOC_SECURE_BOOT_V1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_DIG_REGS_MEM_SIZE", + "name": "SOC_PHY_DIG_REGS_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "name": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", + "name": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "name": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC_FAST_PD", + "name": "SOC_PM_SUPPORT_RC_FAST_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_VDDSDIO_PD", + "name": "SOC_PM_SUPPORT_VDDSDIO_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MODEM_PD", + "name": "SOC_PM_SUPPORT_MODEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "name": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_APLL_SUPPORTED", + "name": "SOC_CLK_APLL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "name": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", + "name": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MIN_HZ", + "name": "SOC_APLL_MIN_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MAX_HZ", + "name": "SOC_APLL_MAX_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_D256_SUPPORTED", + "name": "SOC_CLK_RC_FAST_D256_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256", + "name": "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "name": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_XTAL32K_SUPPORTED", + "name": "SOC_CLK_XTAL32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_USE_IOMUX", + "name": "SOC_SDMMC_USE_IOMUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_NUM_SLOTS", + "name": "SOC_SDMMC_NUM_SLOTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_WAPI_SUPPORT", + "name": "SOC_WIFI_WAPI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_CSI_SUPPORT", + "name": "SOC_WIFI_CSI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MESH_SUPPORT", + "name": "SOC_WIFI_MESH_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "name": "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_NAN_SUPPORT", + "name": "SOC_WIFI_NAN_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_SUPPORTED", + "name": "SOC_BLE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MESH_SUPPORTED", + "name": "SOC_BLE_MESH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_CLASSIC_SUPPORTED", + "name": "SOC_BT_CLASSIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "name": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLUFI_SUPPORTED", + "name": "SOC_BLUFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_HAS_ADC", + "name": "SOC_ULP_HAS_ADC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_COMBO_MODULE", + "name": "SOC_PHY_COMBO_MODULE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CI_BUILD", + "name": "IDF_CI_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_RISCV", + "name": "IDF_TARGET_ARCH_RISCV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_XTENSA", + "name": "IDF_TARGET_ARCH_XTENSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH", + "name": "IDF_TARGET_ARCH", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S3", + "name": "IDF_TARGET_ESP32S3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C3", + "name": "IDF_TARGET_ESP32C3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C2", + "name": "IDF_TARGET_ESP32C2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C6", + "name": "IDF_TARGET_ESP32C6", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32H2", + "name": "IDF_TARGET_ESP32H2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_RAM", + "name": "APP_BUILD_TYPE_RAM", + "range": null, + "title": "Build app runs entirely in RAM (EXPERIMENTAL)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP-IDF bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG or UART. Note that since IRAM and DRAM sizes are very limited, it is not possible\nto build any complex application this way. However for some kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\n\nNote: when APP_BUILD_TYPE_RAM is selected and loaded with JTAG, ESP-IDF does not contain\nall the startup code required to initialize the CPUs and ROM memory (data/bss).\nTherefore it is necessary to execute a bit of ROM code prior to executing the application.\nA gdbinit file may look as follows (for ESP32):\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007d54\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nExample gdbinit files for other targets can be found in tools/test_apps/system/gdb_loadable_elf/\n\nWhen loading the BIN with UART, the ROM will jump to ram and run the app after finishing the ROM\nstartup code, so there's no additional startup initialization required. You can use the\n`load_ram` in esptool.py to load the generated .bin file into ram and execute.\n\nExample:\n esptool.py --chip {chip} -p {port} -b {baud} --no-stub load_ram {app.bin}\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APP_BUILD_TYPE_RAM", + "help": "If this option is enabled, external memory and related peripherals, such as Cache, MMU,\nFlash and PSRAM, won't be initialized. Corresponding drivers won't be introduced either.\nComponents that depend on the spi_flash component will also be unavailable, such as\napp_update, etc. When this option is enabled, about 26KB of RAM space can be saved.", + "id": "APP_BUILD_TYPE_PURE_RAM_APP", + "name": "APP_BUILD_TYPE_PURE_RAM_APP", + "range": null, + "title": "Build app without SPI_FLASH/PSRAM support (saves ram)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, all date, time, and path information would be eliminated. A .gdbinit file would be create\nautomatically. (or will be append if you have one already)", + "id": "APP_REPRODUCIBLE_BUILD", + "name": "APP_REPRODUCIBLE_BUILD", + "range": null, + "title": "Enable reproducible build", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "APP_NO_BLOBS", + "name": "APP_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Bootloaders before ESP-IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before ESP-IDF v2.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Partition tables before ESP-IDF V3.1 do not contain an MD5 checksum\nfield, and the bootloader before ESP-IDF v3.1 cannot read a partition\ntable that contains an MD5 checksum field.\n\nEnable this option only if your app needs to boot on a bootloader and/or\npartition table that was generated from a version *before* ESP-IDF v3.1.\n\nIf this option and Flash Encryption are enabled at the same time, and any\ndata partitions in the partition table are marked Encrypted, then the\npartition encrypted flag should be manually verified in the app before accessing\nthe partition (see CVE-2021-27926).", + "id": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloader and partition table before ESP-IDF v3.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "APP_INIT_CLK", + "name": "APP_INIT_CLK", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Offset address that 2nd bootloader will be flashed to.\nThe value is determined by the ROM bootloader.\nIt's not configurable in ESP-IDF.", + "id": "BOOTLOADER_OFFSET_IN_FLASH", + "name": "BOOTLOADER_OFFSET_IN_FLASH", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", + "range": null, + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled (note that on some SoCs.\nnot all pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "range": null, + "title": "Reset on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "name": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "range": null, + "title": "Reset on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Pin level for factory reset, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-factory-reset-factory-reset-gpio-level", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LEVEL", + "title": "Factory reset GPIO level", + "type": "choice" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input held at the configured level while\ndevice starts up. See settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_LOW", + "name": "BOOTLOADER_APP_TEST_PIN_LOW", + "range": null, + "title": "Enter test app on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_HIGH", + "name": "BOOTLOADER_APP_TEST_PIN_HIGH", + "range": null, + "title": "Enter test app on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "Pin level for app test, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-boot-from-test-app-partition-app-test-gpio-level", + "name": "BOOTLOADER_APP_TEST_PIN_LEVEL", + "title": "App test GPIO level", + "type": "choice" + } + ], + "depends_on": "!BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.", + "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "range": null, + "title": "Enable protection for unmapped memory regions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", + "range": [ + 0, + 120000 + ], + "title": "Timeout for RTC watchdog (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implemention without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", + "type": "bool" + } + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED && ((SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT)", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Some applications need to boot very quickly from power on. By default, the entire app binary\nis read from flash and verified which takes up a significant portion of the boot time.\n\nEnabling this option will skip validation of the app when the SoC boots from power on.\nNote that in this case it's not possible for the bootloader to detect if an app image is\ncorrupted in the flash, therefore it's not possible to safely fall back to a different app\npartition. Flash corruption of this kind is unlikely but can happen if there is a serious\nfirmware bug or physical damage.\n\nFollowing other reset types, the bootloader will still validate the app image. This increases\nthe chances that flash corruption resulting in a crash can be detected following soft reset, and\nthe bootloader will fall back to a valid app image. To increase the chances of successfully recovering\nfrom a flash corruption event, keep the option BOOTLOADER_WDT_ENABLE enabled and consider also enabling\nBOOTLOADER_WDT_DISABLE_IN_USER_CODE - then manually disable the RTC Watchdog once the app is running.\nIn addition, enable both the Task and Interrupt watchdog timers with reset options set.", + "id": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "name": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "range": null, + "title": "Skip image validation from power on reset (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Selecting this option prevents the bootloader from ever validating the app image before\nbooting it. Any flash corruption of the selected app partition will make the entire SoC\nunbootable.\n\nAlthough flash corruption is a very rare case, it is not recommended to select this option.\nConsider selecting \"Skip image validation from power on reset\" instead. However, if boot time\nis the only important factor then it can be enabled.", + "id": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "name": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "range": null, + "title": "Skip image validation always (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculcation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", + "type": "hex" + } + ], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option reserves an area in RTC FAST memory for the following features:\n- \"Skip image validation when exiting deep sleep\"\n- \"Reserve RTC FAST memory for custom purposes\"\n- \"GPIO triggers factory reset\"", + "id": "BOOTLOADER_RESERVE_RTC_MEM", + "name": "BOOTLOADER_RESERVE_RTC_MEM", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL >= 300) || SOC_SECURE_BOOT_V2_RSA", + "help": null, + "id": "SECURE_BOOT_V2_RSA_SUPPORTED", + "name": "SECURE_BOOT_V2_RSA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V2_ECC", + "help": null, + "id": "SECURE_BOOT_V2_ECC_SUPPORTED", + "name": "SECURE_BOOT_V2_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V1", + "help": null, + "id": "SECURE_BOOT_V1_SUPPORTED", + "name": "SECURE_BOOT_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_REV_MIN_FULL >= 300", + "help": null, + "id": "SECURE_BOOT_V2_PREFERRED", + "name": "SECURE_BOOT_V2_PREFERRED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_ECDSA_ENABLED", + "name": "SECURE_BOOT_V2_ECDSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_RSA_ENABLED", + "name": "SECURE_BOOT_V2_RSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "name": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_RSA_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ECC_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "For Secure boot V2 (e.g., ESP32-C2 SoC), appends ECDSA based signature block to the application.\nRefer to documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "range": null, + "title": "ECDSA (V2)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two secure boot versions:\n\n1. Secure boot V1\n - Legacy custom secure boot scheme. Supported in ESP32 SoC.\n\n2. Secure boot V2\n - RSA based secure boot scheme.\n Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs.\n\n - ECDSA based secure boot scheme. Supported in ESP32-C2 SoC.", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "range": null, + "title": "Using ECC curve NISTP192", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "range": null, + "title": "Using ECC curve NISTP256 (Recommended)", + "type": "bool" + } + ], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "help": "Select the ECDSA key size. Two key sizes are supported\n\n- 192 bit key using NISTP192 curve\n- 256 bit key using NISTP256 curve (Recommended)\n\nThe advantage of using 256 bit key is the extra randomness which makes it difficult to be\nbruteforced compared to 192 bit key.\nAt present, both key sizes are practically implausible to bruteforce.", + "id": "security-features-ecdsa-key-size", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_SIZE", + "title": "ECDSA key size", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT && SECURE_SIGNED_APPS_ECDSA_SCHEME", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT_V2_RSA_SUPPORTED || SECURE_BOOT_V2_ECC_SUPPORTED) && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA / ECDSA based secure boot scheme.\n\n - RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.\n - ECDSA based scheme is supported in ESP32-C2 SoC.\n\nPlease note that, RSA or ECDSA secure boot is property of specific SoC based on its HW design, supported\ncrypto accelerators, die-size, cost and similar parameters. Please note that RSA scheme has requirement\nfor bigger key sizes but at the same time it is comparatively faster than ECDSA verification.\n\nSecure Boot V1 is the AES based (custom) secure boot scheme supported in ESP32 SoC.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", + "type": "choice" + } + ], + "depends_on": "SOC_SECURE_BOOT_SUPPORTED && !(IDF_TARGET_ESP32C3 && ESP32C3_REV_MIN_FULL < 3)", + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", + "type": "string" + } + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS && SECURE_SIGNED_APPS_ECDSA_SCHEME && !SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", + "type": "string" + }, + { + "children": [], + "depends_on": "SECURE_BOOT && SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "help": "If this option is set, ROM bootloader will revoke the public key digest burned in efuse block\nif it fails to verify the signature of software bootloader with it.\nRevocation of keys does not happen when enabling secure boot. Once secure boot is enabled,\nkey revocation checks will be done on subsequent boot-up, while verifying the software bootloader\n\nThis feature provides a strong resistance against physical attacks on the device.\n\nNOTE: Once a digest slot is revoked, it can never be used again to verify an image\nThis can lead to permanent bricking of the device, in case all keys are revoked\nbecause of signature verification failure.", + "id": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "name": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "range": null, + "title": "Enable Aggressive key revoke strategy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128_DERIVED && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "name": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "range": null, + "title": "AES-128 key derived from 128 bits (SHA256(128 bits))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128 && !(IDF_TARGET_ESP32C2 && SECURE_BOOT) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_256 && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", + "type": "bool" + } + ], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated AES-XTS key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated AES-XTS key", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development (NOT SECURE)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(!EFUSE_VIRTUAL || IDF_CI_BUILD) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows ROM download mode to perform flash encryption\noperations (plaintext is sent to the device, and it encrypts it internally and writes ciphertext\nto flash.) This mode is not secure, it's possible for an attacker to write their own chosen plaintext\nto flash.\n\nRelease mode should always be selected for production or manufacturing. Once enabled it's no longer\npossible for the device in ROM Download Mode to use the flash encryption hardware.\n\nWhen EFUSE_VIRTUAL is enabled, SECURE_FLASH_ENCRYPTION_MODE_RELEASE is not available.\nFor CI tests we use IDF_CI_BUILD to bypass it (\"export IDF_CI_BUILD=1\").\nWe do not recommend bypassing it for other purposes.\n\nRefer to the Flash Encryption section of the ESP-IDF Programmer's Guide for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", + "type": "choice" + } + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT) && IDF_TARGET_ESP32", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the public key digest, causing an\nimmediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Allow additional read protecting of efuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.", + "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "range": null, + "title": "Leave unused digest slots available (not revoke)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && IDF_TARGET_ESP32", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && (IDF_TARGET_ESP32 || SOC_EFUSE_DIS_DOWNLOAD_ICACHE || SOC_EFUSE_DIS_DOWNLOAD_DCACHE)", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "help": "If not set (default, recommended), on the first boot the bootloader will burn the write-protection of\nDIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enabled.\nWrite protection for cache disable efuse prevents the chip from being blocked if it is set by accident.\nApp and bootloader use cache so disabling it makes the chip useless for IDF.\nDue to other eFuses are linked with the same write protection bit (see the list below) then\nwrite-protection will not be done if these SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC,\nSECURE_BOOT_ALLOW_JTAG or SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE options are selected\nto give a chance to turn on the chip into the release mode later.\n\nList of eFuses with the same write protection bit:\nESP32: MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV.\n\nESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG,\nDIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE,\nDIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE,\nDIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,\nDIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG,\nHARD_DIS_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,\nDIS_DOWNLOAD_MANUAL_ENCRYPT, DIS_USB_JTAG, DIS_USB_SERIAL_JTAG, STRAP_JTAG_SEL, USB_PHY_SEL.", + "id": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "range": null, + "title": "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)", + "type": "bool" + } + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", + "type": "menu" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set, optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set (default), the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "If set (default), in an app during startup code,\nthere is a check of the flash encryption eFuse bit is on\n(as the bootloader should already have set it).\nThe app requires this bit is on to continue work otherwise abort.\n\nIf not set, the app does not care if the flash encryption eFuse bit is set or not.", + "id": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "name": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "range": null, + "title": "Check Flash Encryption enabled on app startup", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "range": null, + "title": "Low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "range": null, + "title": "Medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "range": null, + "title": "High", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "help": "The strength of the pseudo rounds functions can be configured to low, medium and high,\neach denoting the values that would be stored in the efuses field.\nBy default the value to set to low.\nYou can configure the strength of the pseudo rounds functions according to your use cases,\nfor example, increasing the strength would provide higher security but would slow down the\nflash encryption/decryption operations.\nFor more info regarding the performance impact, please checkout the pseudo round function section of the\nsecurity guide documentation.", + "id": "security-features-permanently-enable-xts-aes-s-pseudo-rounds-function-strength-of-the-pseudo-rounds-function", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "title": "Strength of the pseudo rounds function", + "type": "choice" + } + ], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE && SOC_FLASH_ENCRYPTION_XTS_AES_SUPPORT_PSEUDO_ROUND", + "help": "If set (default), the bootloader will permanently enable the XTS-AES peripheral's pseudo rounds function.\nNote: Enabling this config would burn an efuse.", + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "range": null, + "title": "Permanently enable XTS-AES's pseudo rounds function", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_ROM_DL_MODE_ENABLED", + "name": "SECURE_ROM_DL_MODE_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "If set, during startup the app will burn an eFuse bit to permanently disable the UART ROM\nDownload Mode. This prevents any future use of esptool.py, espefuse.py and similar tools.\n\nOnce disabled, if the SoC is booted with strapping pins set for ROM Download Mode\nthen an error is printed instead.\n\nIt is recommended to enable this option in any production application where Flash\nEncryption and/or Secure Boot is enabled and access to Download Mode is not required.\n\nIt is also possible to permanently disable Download Mode by calling\nesp_efuse_disable_rom_download_mode() at runtime.", + "id": "SECURE_DISABLE_ROM_DL_MODE", + "name": "SECURE_DISABLE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently disabled (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SUPPORTS_SECURE_DL_MODE && ", + "help": "If set, during startup the app will burn an eFuse bit to permanently switch the UART ROM\nDownload Mode into a separate Secure Download mode. This option can only work if\nDownload Mode is not already disabled by eFuse.\n\nSecure Download mode limits the use of Download Mode functions to update SPI config,\nchanging baud rate, basic flash write and a command to return a summary of currently\nenabled security features (`get_security_info`).\n\nSecure Download mode is not compatible with the esptool.py flasher stub feature,\nespefuse.py, read/writing memory or registers, encrypted download, or any other\nfeatures that interact with unsupported Download Mode commands.\n\nSecure Download mode should be enabled in any application where Flash Encryption\nand/or Secure Boot is enabled. Disabling this option does not immediately cancel\nthe benefits of the security features, but it increases the potential \"attack\nsurface\" for an attacker to try and bypass them with a successful physical attack.\n\nIt is also possible to enable secure download mode at runtime by calling\nesp_efuse_enable_rom_secure_download_mode()\n\nNote: Secure Download mode is not available for ESP32 (includes revisions till ECO3).", + "id": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "name": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently switch to Secure mode (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a potentially insecure option.\nEnabling this option will allow the full UART download mode to stay enabled.\nThis option SHOULD NOT BE ENABLED for production use cases.", + "id": "SECURE_INSECURE_ALLOW_DL_MODE", + "name": "SECURE_INSECURE_ALLOW_DL_MODE", + "range": null, + "title": "UART ROM download mode (Enabled (not recommended))", + "type": "bool" + } + ], + "depends_on": "(SECURE_BOOT_V2_ENABLED || SECURE_FLASH_ENC_ENABLED) && !(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL < 300)", + "help": null, + "id": "security-features-uart-rom-download-mode", + "name": "SECURE_UART_ROM_DL_MODE", + "title": "UART ROM download mode", + "type": "choice" + } + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "APP_COMPILE_TIME_DATE", + "name": "APP_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for app", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_VER_VAR", + "name": "APP_EXCLUDE_PROJECT_VER_VAR", + "range": null, + "title": "Exclude PROJECT_VER from firmware image", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_NAME_VAR", + "name": "APP_EXCLUDE_PROJECT_NAME_VAR", + "range": null, + "title": "Exclude PROJECT_NAME from firmware image", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "APP_PROJECT_VER_FROM_CONFIG", + "help": "Project version", + "id": "APP_PROJECT_VER", + "name": "APP_PROJECT_VER", + "range": null, + "title": "Project version", + "type": "string" + } + ], + "depends_on": null, + "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", + "id": "APP_PROJECT_VER_FROM_CONFIG", + "name": "APP_PROJECT_VER_FROM_CONFIG", + "range": null, + "title": "Get the project version from Kconfig", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value\nand store it in static RAM. This ensures the app ELF SHA-256 value is always available\nif it needs to be printed by the panic handler code.\nChanging this value will change the size of a static buffer, in bytes.", + "id": "APP_RETRIEVE_LEN_ELF_SHA", + "name": "APP_RETRIEVE_LEN_ELF_SHA", + "range": [ + 8, + 64 + ], + "title": "The length of APP ELF SHA is stored in RAM(chars)", + "type": "int" + } + ], + "depends_on": null, + "id": "application-manager", + "title": "Application manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_LE", + "name": "ESP_ROM_HAS_CRC_LE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_BE", + "name": "ESP_ROM_HAS_CRC_BE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_MZ_CRC32", + "name": "ESP_ROM_HAS_MZ_CRC32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_JPEG_DECODE", + "name": "ESP_ROM_HAS_JPEG_DECODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_UART_BUF_SWITCH", + "name": "ESP_ROM_HAS_UART_BUF_SWITCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SWSETUP_WORKAROUND", + "name": "ESP_ROM_NEEDS_SWSETUP_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_NANO_FORMAT", + "name": "ESP_ROM_HAS_NEWLIB_NANO_FORMAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Always print ROM logs, this is the default behavior.", + "id": "BOOT_ROM_LOG_ALWAYS_ON", + "name": "BOOT_ROM_LOG_ALWAYS_ON", + "range": null, + "title": "Always Log", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Don't print ROM logs.", + "id": "BOOT_ROM_LOG_ALWAYS_OFF", + "name": "BOOT_ROM_LOG_ALWAYS_OFF", + "range": null, + "title": "Permanently disable logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is high during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "name": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "range": null, + "title": "Log on GPIO High", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is low during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_LOW", + "name": "BOOT_ROM_LOG_ON_GPIO_LOW", + "range": null, + "title": "Log on GPIO Low", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32", + "help": "Controls the Boot ROM log behavior.\nThe rom log behavior can only be changed for once,\nspecific eFuse bit(s) will be burned at app boot stage.", + "id": "boot-rom-behavior-permanently-change-boot-rom-output", + "name": "BOOT_ROM_LOG_SCHEME", + "title": "Permanently change Boot ROM output", + "type": "choice" + } + ], + "depends_on": null, + "id": "boot-rom-behavior", + "title": "Boot ROM Behavior", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The flasher tool sends a precompiled download stub first by default. That stub allows things\nlike compressed downloads and more. Usually you should not need to disable that feature", + "id": "ESPTOOLPY_NO_STUB", + "name": "ESPTOOLPY_NO_STUB", + "range": null, + "title": "Disable download stub", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_OCT_FLASH", + "name": "ESPTOOLPY_OCT_FLASH", + "range": null, + "title": "Enable Octal Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "range": null, + "title": "Choose flash mode automatically (please read help)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_OPI", + "name": "ESPTOOLPY_FLASHMODE_OPI", + "range": null, + "title": "OPI", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "range": null, + "title": "STR Mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "range": null, + "title": "DTR Mode", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-sampling-mode", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE", + "title": "Flash Sampling Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_120M && (SPI_FLASH_HPM_ON || ESPTOOLPY_OCT_FLASH) && (ESPTOOLPY_FLASH_SAMPLE_MODE_STR || IDF_EXPERIMENTAL_FEATURES) && ", + "help": "- Optional feature for QSPI Flash. Read docs and enable `CONFIG_SPI_FLASH_HPM_ENA` first!\n- Flash 120 MHz SDR mode is stable.\n- Flash 120 MHz DDR mode is an experimental feature, it works when\n the temperature is stable.\n\n Risks:\n If your chip powers on at a certain temperature, then after the temperature\n increases or decreases by approximately 20 Celsius degrees (depending on the\n chip), the program will crash randomly.", + "id": "ESPTOOLPY_FLASHFREQ_120M", + "name": "ESPTOOLPY_FLASHFREQ_120M", + "range": null, + "title": "120 MHz (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_64M", + "name": "ESPTOOLPY_FLASHFREQ_64M", + "range": null, + "title": "64 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_60M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_60M", + "name": "ESPTOOLPY_FLASHFREQ_60M", + "range": null, + "title": "60 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_48M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_48M", + "name": "ESPTOOLPY_FLASHFREQ_48M", + "range": null, + "title": "48 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_32M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_32M", + "name": "ESPTOOLPY_FLASHFREQ_32M", + "range": null, + "title": "32 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_30M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_30M", + "name": "ESPTOOLPY_FLASHFREQ_30M", + "range": null, + "title": "30 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_26M", + "name": "ESPTOOLPY_FLASHFREQ_26M", + "range": null, + "title": "26 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_24M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_24M", + "name": "ESPTOOLPY_FLASHFREQ_24M", + "range": null, + "title": "24 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_16M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_16M", + "name": "ESPTOOLPY_FLASHFREQ_16M", + "range": null, + "title": "16 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_15M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_15M", + "name": "ESPTOOLPY_FLASHFREQ_15M", + "range": null, + "title": "15 MHz", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is an invisible item, used to define the targets that defaults to use 80MHz Flash SPI speed.", + "id": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", + "name": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_32MB", + "name": "ESPTOOLPY_FLASHSIZE_32MB", + "range": null, + "title": "32 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_64MB", + "name": "ESPTOOLPY_FLASHSIZE_64MB", + "range": null, + "title": "64 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_128MB", + "name": "ESPTOOLPY_FLASHSIZE_128MB", + "range": null, + "title": "128 MB", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.\n\nEnabling this option turns off the image protection against corruption\nby a SHA256 digest. Updating the bootloader image before flashing would\ninvalidate the digest.", + "id": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "name": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "range": null, + "title": "Detect flash size when flashing bootloader", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "serial-flasher-config", + "title": "Serial flasher config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This is the default partition table, designed to fit into a 2MB or\nlarger flash with a single 1MB app partition.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a variation of the default partition table, that expands\nthe 1MB app partition size to 1.5MB to fit more code.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE", + "range": null, + "title": "Single factory app (large), no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with a factory app\npartition plus two OTA app partitions. All are 1MB, so this\npartition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota.csv", + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Specify the path to the partition table CSV to use for your project.\n\nConsult the Partition Table section in the ESP-IDF Programmers Guide\nfor more information.", + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "range": null, + "title": "Single factory app, no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "range": null, + "title": "Single factory app (large), no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", + "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "range": null, + "title": "Factory app, two OTA definitions, encrypted NVS", + "type": "bool" + } + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. These are mostly intended\nfor example and development use, it's expect that for production use you\nwill copy one of these CSV files and create a custom partition CSV for\nyour application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", + "type": "hex" + }, + { + "children": [], + "depends_on": "!APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS && !IDF_TARGET_LINUX", + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", + "type": "bool" + } + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEFAULT", + "name": "COMPILER_OPTIMIZATION_DEFAULT", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "name": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_RVFPLIB && ", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "name": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "range": null, + "title": "librvfp", + "type": "bool" + } + ], + "depends_on": null, + "help": "In the soft-fp part of libgcc, riscv version is written in C,\nand handles all edge cases in IEEE754, which makes it larger\nand performance is slow.\n\nRVfplib is an optimized RISC-V library for FP arithmetic on 32-bit\ninteger processors, for single and double-precision FP.\nRVfplib is \"fast\", but it has a few exceptions from IEEE 754 compliance.", + "id": "compiler-options-compiler-float-lib-source", + "name": "COMPILER_FLOAT_LIB_FROM", + "title": "Compiler float lib source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the error messages will be discarded in following check macros:\n- ESP_RETURN_ON_ERROR\n- ESP_EXIT_ON_ERROR\n- ESP_RETURN_ON_FALSE\n- ESP_EXIT_ON_FALSE", + "id": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "name": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "range": null, + "title": "Disable messages in ESP_RETURN_ON_* and ESP_EXIT_ON_* macros", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When expanding the __FILE__ and __BASE_FILE__ macros, replace paths inside ESP-IDF\nwith paths relative to the placeholder string \"IDF\", and convert paths inside the\nproject directory to relative paths.\n\nThis allows building the project with assertions or other code that embeds file paths,\nwithout the binary containing the exact path to the IDF or project directories.\n\nThis option passes -fmacro-prefix-map options to the GCC command line. To replace additional\npaths in your binaries, modify the project CMakeLists.txt file to pass custom -fmacro-prefix-map or\n-ffile-prefix-map arguments.", + "id": "COMPILER_HIDE_PATHS_MACROS", + "is_menuconfig": true, + "name": "COMPILER_HIDE_PATHS_MACROS", + "range": null, + "title": "Replace ESP-IDF and project paths in binaries", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", + "type": "bool" + } + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL\n\nThe performance impact includes increasing the amount of stack memory required for each task.", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Adds -msave-restore to C/C++ compilation flags.\n\nWhen this flag is enabled, compiler will call library functions to\nsave/restore registers in function prologues/epilogues. This results\nin lower overall code size, at the expense of slightly reduced performance.\n\nThis option can be enabled for RISC-V targets only.", + "id": "COMPILER_SAVE_RESTORE_LIBCALLS", + "name": "COMPILER_SAVE_RESTORE_LIBCALLS", + "range": null, + "title": "Enable -msave-restore flag to reduce code size", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 12 or newer, and want to disable warnings which don't appear with\nGCC 11.", + "id": "COMPILER_DISABLE_GCC12_WARNINGS", + "name": "COMPILER_DISABLE_GCC12_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 12", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, RTL files will be produced during compilation. These files\ncan be used by other tools, for example to calculate call graphs.", + "id": "COMPILER_DUMP_RTL_FILES", + "name": "COMPILER_DUMP_RTL_FILES", + "range": null, + "title": "Dump RTL files during compilation", + "type": "bool" + } + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", + "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "range": null, + "title": "Keep eFuses in flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "If enabled, log efuse burns. This shows changes that would be made.", + "id": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "name": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "range": null, + "title": "Log all virtual writes", + "type": "bool" + } + ], + "depends_on": null, + "help": "If \"n\" - No virtual mode. All eFuse operations are real and use eFuse registers.\nIf \"y\" - The virtual mode is enabled and all eFuse operations (read and write) are redirected\nto RAM instead of eFuse registers, all permanent changes (via eFuse) are disabled.\nLog output will state changes that would be applied, but they will not be.\n\nIf it is \"y\", then SECURE_FLASH_ENCRYPTION_MODE_RELEASE cannot be used.\nBecause the EFUSE VIRT mode is for testing only.\n\nDuring startup, the eFuses are copied into RAM. This mode is useful for fast tests.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_0", + "name": "ESP32_REV_MIN_0", + "range": null, + "title": "Rev v0.0 (ECO0)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1", + "name": "ESP32_REV_MIN_1", + "range": null, + "title": "Rev v1.0 (ECO1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1_1", + "name": "ESP32_REV_MIN_1_1", + "range": null, + "title": "Rev v1.1 (ECO1.1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_2", + "name": "ESP32_REV_MIN_2", + "range": null, + "title": "Rev v2.0 (ECO2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3", + "name": "ESP32_REV_MIN_3", + "range": null, + "title": "Rev v3.0 (ECO3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3_1", + "name": "ESP32_REV_MIN_3_1", + "range": null, + "title": "Rev v3.1 (ECO4)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-revision", + "name": "ESP32_REV_MIN", + "title": "Minimum Supported ESP32 Revision", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN", + "name": "ESP32_REV_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN_FULL", + "name": "ESP32_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MIN_FULL", + "name": "ESP_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MAX_FULL", + "name": "ESP32_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MAX_FULL", + "name": "ESP_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_CI_BUILD", + "help": "For internal chip testing, a small number of new versions chips didn't\nupdate the version field in eFuse, you can enable this option to force the\nsoftware recognize the chip version based on the rev selected in menuconfig.", + "id": "ESP_REV_NEW_CHIP_TEST", + "name": "ESP_REV_NEW_CHIP_TEST", + "range": null, + "title": "Internal test mode", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-chip-revision", + "title": "Chip revision", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "name": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If you have an invalid MAC CRC (ESP_ERR_INVALID_CRC) problem\nand you still want to use this chip, you can enable this option to bypass such an error.\nThis applies to both MAC_FACTORY and CUSTOM_MAC efuses.", + "id": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "name": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "range": null, + "title": "Ignore MAC CRC error (not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-mac-config", + "title": "MAC Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!SPIRAM", + "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", + "id": "ESP_SLEEP_POWER_DOWN_FLASH", + "name": "ESP_SLEEP_POWER_DOWN_FLASH", + "range": null, + "title": "Power down flash in light sleep when there is no SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of SPI Flash is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in Flash may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of Flash to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external SPI Flash CS pin pullups.)", + "id": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up Flash CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of PSRAM is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in PSRAM may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of PSRAM to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of PSRAM in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external PSRAM CS pin pullups.)", + "id": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up PSRAM CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND || ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "help": "To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin\nduring light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up\nall pins. It depends on the SPI Flash/RAM chip used.", + "id": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "name": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "range": null, + "title": "Pull-up all SPI pins in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "name": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "esp32c2, esp32c3, esp32s3, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "range": null, + "title": "light sleep GPIO reset workaround", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "range": [ + 0, + 5000 + ], + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to\nmake use of the internal ones.", + "id": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "name": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "range": null, + "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-sleep-config", + "title": "Sleep Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_RC", + "name": "RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 150kHz RC oscillator", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_CRYS", + "name": "RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32kHz crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_OSC", + "name": "RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32kHz oscillator at 32K_XN pin", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_8MD256", + "name": "RTC_CLK_SRC_INT_8MD256", + "range": null, + "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XN pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XP pin and\n ground. 32K_XP pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", + "name": "RTC_CLK_SRC", + "title": "RTC clock source", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT", + "range": null, + "title": "Method 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", + "range": null, + "title": "Method 2", + "type": "bool" + } + ], + "depends_on": "RTC_CLK_SRC_EXT_CRYS && ESP32_REV_MIN_FULL < 200", + "help": "With some 32kHz crystal configurations, the X32N and X32P pins may not have enough\ndrive strength to keep the crystal oscillating. Choose the method to provide\nadditional current from touchpad 9 to the external 32kHz crystal. Note that\nthe deep sleep current is slightly high (4-5uA) and the touchpad and the\nwakeup sources of both touchpad and ULP are not available in method 1 and method 2.\n\nThis problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the\nproject configuration to minimum revision ECO3 will disable this option, , allow\nall wakeup sources, and save some code size.\n\n- \"None\" option will not provide additional current to external crystal\n- \"Method 1\" option can't ensure 100% to solve the external 32k crystal start failed\n issue, but the touchpad can work in this method.\n- \"Method 2\" option can solve the external 32k issue, but the touchpad can't work\n in this method.", + "id": "component-config-hardware-settings-rtc-clock-config-additional-current-for-external-32khz-crystal", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_METHOD", + "title": "Additional current for external 32kHz crystal", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "RTC_CLK_CAL_CYCLES", + "name": "RTC_CLK_CAL_CYCLES", + "range": [ + 0, + 32766 + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", + "type": "int" + }, + { + "children": [], + "depends_on": "RTC_CLK_SRC_EXT_CRYS", + "help": "Number of attempts to repeat 32k XTAL calibration\nbefore giving up and switching to the internal RC.\nIncrease this option if the 32k crystal oscillator\ndoes not start and switches to internal RC.", + "id": "RTC_XTAL_CAL_RETRY", + "name": "RTC_XTAL_CAL_RETRY", + "range": null, + "title": "Number of attempts to repeat 32k XTAL calibration", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-rtc-clock-config", + "title": "RTC Clock Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place peripheral control functions (e.g. periph_module_reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "PERIPH_CTRL_FUNC_IN_IRAM", + "name": "PERIPH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place peripheral control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-peripheral-control", + "title": "Peripheral Control", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ETM_SUPPORTED", + "help": "Wether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "id": "ETM_ENABLE_DEBUG_LOG", + "name": "ETM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ETM_SUPPORTED", + "id": "component-config-hardware-settings-etm-configuration", + "title": "ETM Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "GDMA_CTRL_FUNC_IN_IRAM", + "name": "GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GDMA control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "This will ensure the GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "GDMA_ISR_IRAM_SAFE", + "name": "GDMA_ISR_IRAM_SAFE", + "range": null, + "title": "GDMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-gdma-configuration", + "title": "GDMA Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_24M && ", + "help": null, + "id": "XTAL_FREQ_24", + "name": "XTAL_FREQ_24", + "range": null, + "title": "24 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_26M && ", + "help": null, + "id": "XTAL_FREQ_26", + "name": "XTAL_FREQ_26", + "range": null, + "title": "26 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_32M && ", + "help": null, + "id": "XTAL_FREQ_32", + "name": "XTAL_FREQ_32", + "range": null, + "title": "32 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_40M && ", + "help": null, + "id": "XTAL_FREQ_40", + "name": "XTAL_FREQ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_AUTO_DETECT && ", + "help": null, + "id": "XTAL_FREQ_AUTO", + "name": "XTAL_FREQ_AUTO", + "range": null, + "title": "Autodetect", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.\n\nNote: The XTAL_FREQ_AUTO option allows the ESP target to automatically estimating XTAL clock's\noperating frequency. However, this feature is only supported on the ESP32. The ESP32 uses the\ninternal 8MHZ as a reference when estimating. Due to the internal oscillator's frequency being\ntemperature dependent, usage of the XTAL_FREQ_AUTO is not recommended in applications that operate\nin high ambient temperatures or use high-temperature qualified chips and modules.", + "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", + "name": "XTAL_FREQ_SEL", + "title": "Main XTAL frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "XTAL_FREQ", + "name": "XTAL_FREQ", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-main-xtal-config", + "title": "Main XTAL Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "range": null, + "title": "Security level low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "range": null, + "title": "Security level medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "range": null, + "title": "Security level high", + "type": "bool" + } + ], + "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "Configure the DPA protection security level", + "id": "component-config-hardware-settings-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "title": "DPA protection level", + "type": "choice" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts the\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "range": null, + "title": "Enable crypto DPA protection at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "id": "component-config-hardware-settings-crypto-dpa-protection", + "title": "Crypto DPA Protection", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcefully enable ECC constant time point multiplication operations", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings", + "title": "Hardware Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_ENV_FPGA && ", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "range": null, + "title": "160 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_240", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_240", + "range": null, + "title": "240 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp-system-settings-cpu-frequency", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", + "id": "ESP32_RTCDATA_IN_FAST_MEM", + "name": "ESP32_RTCDATA_IN_FAST_MEM", + "range": null, + "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", + "id": "ESP32_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Fixed Static RAM size", + "type": "hex" + } + ], + "depends_on": null, + "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", + "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Use fixed static RAM size", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", + "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "range": null, + "title": "Enable IRAM as 8 bit accessible memory", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESP32_TRAX", + "help": "Reserve parts of SRAM1 for app IRAM which was previously reserved for bootloader DRAM.\nIf booting an app on an older bootloader from before this option was introduced, the app will fail\nto boot due to not recognizing the new IRAM memory area.\n\nIf this is the case please test carefully before pushing out any OTA updates.", + "id": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", + "name": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", + "range": null, + "title": "Reserve parts of SRAM1 for app IRAM (WARNING, read help before enabling)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-non-backward-compatible-options", + "title": "Non-backward compatible options", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory", + "title": "Memory", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM", + "name": "ESP32_MEMMAP_TRACEMEM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", + "id": "ESP32_TRAX_TWOBANKS", + "name": "ESP32_TRAX_TWOBANKS", + "range": null, + "title": "Reserve memory for tracing both pro as well as app cpu execution", + "type": "bool" + } + ], + "depends_on": null, + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", + "id": "ESP32_TRAX", + "name": "ESP32_TRAX", + "range": null, + "title": "Use TRAX tracing feature", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_TRACEMEM_RESERVE_DRAM", + "name": "ESP32_TRACEMEM_RESERVE_DRAM", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-trace-memory", + "title": "Trace memory", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", + "id": "ESP_SYSTEM_PANIC_PRINT_HALT", + "name": "ESP_SYSTEM_PANIC_PRINT_HALT", + "range": null, + "title": "Print registers and halt", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", + "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "range": null, + "title": "Print registers and reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Just resets the processor without outputting anything", + "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "range": null, + "title": "Silent reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", + "id": "ESP_SYSTEM_PANIC_GDBSTUB", + "name": "ESP_SYSTEM_PANIC_GDBSTUB", + "range": null, + "title": "GDBStub on panic", + "type": "bool" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32C2 && ", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it and to do a debug on runtime.", + "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "range": null, + "title": "GDBStub at runtime", + "type": "bool" + } + ], + "depends_on": null, + "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handler's action here.", + "id": "component-config-esp-system-settings-panic-handler-behaviour", + "name": "ESP_SYSTEM_PANIC", + "title": "Panic handler behaviour", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "help": "After the panic handler executes, you can specify a number of seconds to\nwait before the device reboots.", + "id": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "name": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "range": [ + 0, + 99 + ], + "title": "Panic reboot delay (Seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only initialize and use the main core.", + "id": "ESP_SYSTEM_SINGLE_CORE_MODE", + "name": "ESP_SYSTEM_SINGLE_CORE_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_XTAL", + "name": "ESP_SYSTEM_RTC_EXT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_OSC", + "name": "ESP_SYSTEM_RTC_EXT_OSC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_EXT_XTAL", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": null, + "id": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "name": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. This memory will be consumed first per\nheap initialization order by early startup services and scheduler related code. Speed\nwise RTC fast memory operates on APB clock and hence does not have much performance impact.", + "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "range": null, + "title": "Enable RTC fast memory for dynamic allocations", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Generate DWARF information for each function of the project. These information will parsed and used to\nperform backtracing when panics occur. Activating this option will activate asynchronous frame unwinding\nand generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20% to\n100% larger). The main purpose of this option is to be able to have a backtrace parsed and printed by\nthe program itself, regardless of the serial monitor used.\nThis option shall NOT be used for production.", + "id": "ESP_SYSTEM_USE_EH_FRAME", + "name": "ESP_SYSTEM_USE_EH_FRAME", + "range": null, + "title": "Generate and use eh_frame for backtracing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "name": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "range": null, + "title": "Enable IRAM/DRAM split protection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_SYSTEM_MEMPROT_FEATURE", + "help": "Once locked, memory protection settings cannot be changed anymore.\nThe lock is reset only on the chip startup.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "name": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "range": null, + "title": "Lock memory protection settings", + "type": "bool" + } + ], + "depends_on": "SOC_MEMPROT_SUPPORTED", + "help": "If enabled, the permission control module watches all the memory access and fires the panic handler\nif a permission violation is detected. This feature automatically splits\nthe SRAM memory into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE", + "name": "ESP_SYSTEM_MEMPROT_FEATURE", + "range": null, + "title": "Enable memory protection", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-protection", + "title": "Memory protection", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU0", + "name": "ESP_MAIN_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU1", + "name": "ESP_MAIN_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the \"main task\" core affinity. This is the used core of the task\nwhich calls app_main(). If app_main() returns then this task is deleted.", + "id": "component-config-esp-system-settings-main-task-core-affinity", + "name": "ESP_MAIN_TASK_AFFINITY", + "title": "Main task core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB && ", + "help": null, + "id": "ESP_CONSOLE_USB_CDC", + "name": "ESP_CONSOLE_USB_CDC", + "range": null, + "title": "USB CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED && ", + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG", + "range": null, + "title": "USB Serial/JTAG Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_NONE", + "name": "ESP_CONSOLE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select where to send console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This ROM output can be suppressed by\n GPIO strapping or EFUSE, refer to chip datasheet for details.\n- On chips with USB OTG peripheral, \"USB CDC\" option redirects output to the\n CDC port. This option uses the CDC driver in the chip ROM.\n This option is incompatible with TinyUSB stack.\n- On chips with an USB serial/JTAG debug controller, selecting the option\n for that redirects output to the CDC/ACM (serial port emulation) component\n of that device.", + "id": "component-config-esp-system-settings-channel-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "Channel for console output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_SECONDARY_NONE", + "name": "ESP_CONSOLE_SECONDARY_NONE", + "range": null, + "title": "No secondary console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_SERIAL_JTAG && ", + "help": "This option supports output through USB_SERIAL_JTAG port when the UART0 port is not connected.\nThe output currently only supports non-blocking mode without using the console.\nIf you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,\nplease change the primary config to ESP_CONSOLE_USB_SERIAL_JTAG above.", + "id": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "range": null, + "title": "USB_SERIAL_JTAG PORT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "This secondary option supports output through other specific port like USB_SERIAL_JTAG\nwhen UART0 port as a primary is selected but not connected. This secondary output currently only supports\nnon-blocking mode without using REPL. If you want to output in blocking mode with REPL or\ninput through this secondary port, please change the primary config to this port\nin `Channel for console output` menu.", + "id": "component-config-esp-system-settings-channel-for-console-secondary-output", + "name": "ESP_CONSOLE_SECONDARY", + "title": "Channel for console secondary output", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART", + "name": "ESP_CONSOLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_MULTIPLE_UART", + "name": "ESP_CONSOLE_MULTIPLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", + "type": "bool" + } + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM && ESP_CONSOLE_MULTIPLE_UART", + "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", + "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app).\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including\ndefault default standard input of the app).\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART", + "help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, + 4000000 + ], + "title": "UART console baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.", + "id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "range": null, + "title": "Size of USB CDC RX buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "If enabled, esp_rom_printf and ESP_EARLY_LOG output will also be sent over USB CDC.\nDisabling this option saves about 1kB or RAM.", + "id": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "name": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "range": null, + "title": "Enable esp_rom_printf / ESP_EARLY_LOG via USB CDC", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", + "range": [ + 10, + 10000 + ], + "title": "Interrupt watchdog timeout (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_EN", + "help": null, + "id": "ESP_TASK_WDT_USE_ESP_TIMER", + "name": "ESP_TASK_WDT_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", + "range": [ + 1, + 60 + ], + "title": "Task Watchdog timeout period (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Watchdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", + "type": "bool" + } + ], + "depends_on": "ESP_TASK_WDT_EN", + "help": "Enabling this option will cause the Task Watchdog Timer to be initialized\nautomatically at startup.", + "id": "ESP_TASK_WDT_INIT", + "name": "ESP_TASK_WDT_INIT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", + "type": "bool" + } + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will enable the Task Watchdog Timer. It can be\neither initialized automatically at startup or initialized after startup\n(see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_EN", + "name": "ESP_TASK_WDT_EN", + "range": null, + "title": "Enable Task Watchdog Timer", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK.", + "id": "ESP_XT_WDT_TIMEOUT", + "name": "ESP_XT_WDT_TIMEOUT", + "range": null, + "title": "XTAL32K watchdog timeout period", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Enable this to automatically switch to BACKUP32K_CLK as the source of RTC_SLOW_CLK when\nthe watchdog timer expires.", + "id": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "name": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "range": null, + "title": "Automatically switch to BACKUP32K_CLK when timer expires", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", + "id": "ESP_XT_WDT", + "name": "ESP_XT_WDT", + "range": null, + "title": "Initialize XTAL32K watchdog timer on startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code (including required UART functions) is placed\nin IRAM. This may be necessary to debug some complex issues with crashes while flash cache is\ndisabled (for example, when writing to SPI flash) or when flash cache is corrupted when an exception\nis triggered.", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": "OpenOCD debug stubs", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP_DEBUG_OCDAWARE", + "name": "ESP_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Using level 5 interrupt for Interrupt Watchdog and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "range": null, + "title": "Level 5 interrupt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BTDM_CTRL_HLI && ", + "help": "Using level 4 interrupt for Interrupt Watchdog and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "range": null, + "title": "Level 4 interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "Interrupt level to use for Interrupt Watchdog and other system checks.", + "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL", + "title": "Interrupt level to use for Interrupt Watchdog and other system checks", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_0", + "name": "ESP_BROWNOUT_DET_LVL_SEL_0", + "range": null, + "title": "2.43V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_1", + "name": "ESP_BROWNOUT_DET_LVL_SEL_1", + "range": null, + "title": "2.48V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "2.58V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "2.62V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.67V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.70V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.77V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.80V +/- 0.05", + "type": "bool" + } + ], + "depends_on": "ESP_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", + "type": "choice" + } + ], + "depends_on": "!IDF_ENV_FPGA", + "help": "The ESP has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP_BROWNOUT_DET", + "name": "ESP_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_BROWNOUT_DET_LVL", + "name": "ESP_BROWNOUT_DET_LVL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-brownout-detector", + "title": "Brownout Detector", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", + "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "range": null, + "title": "Permanently disable BASIC ROM Console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && SPIRAM", + "help": null, + "id": "ESP32_ECO3_CACHE_LOCK_FIX", + "name": "ESP32_ECO3_CACHE_LOCK_FIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config allows to trigger an interrupt when brownout detected. Software restart will be done\nat the end of the default callback.\nTwo occasions need to restart the chip with interrupt so far.\n(1). For ESP32 version 1, brown-out reset function doesn't work (see ESP32 errata 3.4).\n So that we must restart from interrupt.\n(2). For special workflow, the chip needs do more things instead of restarting directly. This part\n needs to be done in callback function of interrupt.", + "id": "ESP_SYSTEM_BROWNOUT_INTR", + "name": "ESP_SYSTEM_BROWNOUT_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings", + "title": "ESP System Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for\ncross-core function calls. See IPC documentation for more details. The default IPC stack size should be\nenough for most common simple use cases. However, users can increase/decrease the stack size to their\nneeds.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", + "range": [ + 512, + 65536 + ], + "title": "Inter-Processor Call (IPC) task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior same as prior to that of ESP-IDF v4.0,\nhence IPC task will run at (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is itended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "id": "ESP_IPC_ISR_ENABLE", + "name": "ESP_IPC_ISR_ENABLE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ipc-inter-processor-call-", + "title": "IPC (Inter-Processor Call)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", + "id": "FREERTOS_SMP", + "name": "FREERTOS_SMP", + "range": null, + "title": "Run the Amazon SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This version of FreeRTOS normally takes control of all cores of the CPU. Select this if you only want\nto start it on the first core. This is needed when e.g. another process needs complete control over the\nsecond core.", + "id": "FREERTOS_UNICORE", + "name": "FREERTOS_UNICORE", + "range": null, + "title": "Run FreeRTOS only on first core", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the FreeRTOS tick interrupt frequency in Hz (see configTICK_RATE_HZ documentation for more\ndetails).", + "id": "FREERTOS_HZ", + "name": "FREERTOS_HZ", + "range": [ + 1, + 1000 + ], + "title": "configTICK_RATE_HZ", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE && !FREERTOS_SMP", + "help": "Enables port specific task selection method. This option can speed up the search of ready tasks\nwhen scheduling (see configUSE_PORT_OPTIMISED_TASK_SELECTION documentation for more details).", + "id": "FREERTOS_OPTIMIZED_SCHEDULER", + "name": "FREERTOS_OPTIMIZED_SCHEDULER", + "range": null, + "title": "configUSE_PORT_OPTIMISED_TASK_SELECTION", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW = 0)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "range": null, + "title": "No checking", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Check for stack overflows on each context switch by checking if the stack pointer is in a valid\nrange. Quick but does not detect stack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW = 1)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "range": null, + "title": "Check by stack pointer value (Method 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places some magic bytes at the end of the stack area and on each context switch, check if these\nbytes are still intact. More thorough than just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW = 2)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "range": null, + "title": "Check using canary bytes (Method 2)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables FreeRTOS to check for stack overflows (see configCHECK_FOR_STACK_OVERFLOW documentation for\nmore details).\n\nNote: If users do not provide their own ``vApplicationStackOverflowHook()`` function, a default\nfunction will be provided by ESP-IDF.", + "id": "component-config-freertos-kernel-configcheck_for_stack_overflow", + "name": "FREERTOS_CHECK_STACKOVERFLOW", + "title": "configCHECK_FOR_STACK_OVERFLOW", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of thread local storage pointers in each task (see\nconfigNUM_THREAD_LOCAL_STORAGE_POINTERS documentation for more details).\n\nNote: In ESP-IDF, this value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", + "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "range": [ + 1, + 256 + ], + "title": "configNUM_THREAD_LOCAL_STORAGE_POINTERS", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the idle task stack size in bytes (see configMINIMAL_STACK_SIZE documentation for more details).\n\nNote:\n\n- ESP-IDF specifies stack sizes in bytes instead of words.\n- The default size is enough for most use cases.\n- The stack size may need to be increased above the default if the app installs idle or thread local\n storage cleanup hooks that use a lot of stack memory.\n- Conversely, the stack size can be reduced to the minimum if non of the idle features are used.", + "id": "FREERTOS_IDLE_TASK_STACKSIZE", + "name": "FREERTOS_IDLE_TASK_STACKSIZE", + "range": [ + 768, + 32768 + ], + "title": "configMINIMAL_STACK_SIZE (Idle task stack size)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the idle task application hook (see configUSE_IDLE_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationIdleHook( void );``\n- ``vApplicationIdleHook()`` is called from FreeRTOS idle task(s)\n- The FreeRTOS idle hook is NOT the same as the ESP-IDF Idle Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_IDLE_HOOK", + "name": "FREERTOS_USE_IDLE_HOOK", + "range": null, + "title": "configUSE_IDLE_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SMP", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationMinimalIdleHook( void );``\n- ``vApplicationMinimalIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "name": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "range": null, + "title": "Use FreeRTOS minimal idle hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the tick hook (see configUSE_TICK_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationTickHook( void );``\n- ``vApplicationTickHook()`` is called from FreeRTOS's tick handling function ``xTaskIncrementTick()``\n- The FreeRTOS tick hook is NOT the same as the ESP-IDF Tick Interrupt Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_TICK_HOOK", + "name": "FREERTOS_USE_TICK_HOOK", + "range": null, + "title": "configUSE_TICK_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the maximum number of characters for task names (see configMAX_TASK_NAME_LEN documentation for\nmore details).\n\nNote: For most uses, the default of 16 characters is sufficient.", + "id": "FREERTOS_MAX_TASK_NAME_LEN", + "name": "FREERTOS_MAX_TASK_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "configMAX_TASK_NAME_LEN", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", + "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "range": null, + "title": "configENABLE_BACKWARD_COMPATIBILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the queue registry (see configQUEUE_REGISTRY_SIZE documentation for more details).\n\nNote: A value of 0 will disable queue registry functionality", + "id": "FREERTOS_QUEUE_REGISTRY_SIZE", + "name": "FREERTOS_QUEUE_REGISTRY_SIZE", + "range": [ + 0, + 20 + ], + "title": "configQUEUE_REGISTRY_SIZE", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the task notification array of each task. When increasing this value, keep in\nmind that this means additional memory for each and every task on the system.\nHowever, task notifications in general are more light weight compared to alternatives\nsuch as semaphores.", + "id": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "name": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "range": [ + 1, + 32 + ], + "title": "configTASK_NOTIFICATION_ARRAY_ENTRIES", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TRACE_FACILITY", + "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", + "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "range": null, + "title": "configUSE_STATS_FORMATTING_FUNCTIONS", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables additional structure members and functions to assist with execution visualization and tracing\n(see configUSE_TRACE_FACILITY documentation for more details).", + "id": "FREERTOS_USE_TRACE_FACILITY", + "name": "FREERTOS_USE_TRACE_FACILITY", + "range": null, + "title": "configUSE_TRACE_FACILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", + "id": "FREERTOS_GENERATE_RUN_TIME_STATS", + "name": "FREERTOS_GENERATE_RUN_TIME_STATS", + "range": null, + "title": "configGENERATE_RUN_TIME_STATS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number of ticks.\nYou can enable PM_PROFILING feature in esp_pm components and dump the sleep status with\nesp_pm_dump_locks, if the proportion of rejected sleeps is too high, please increase\nthis value to improve scheduling efficiency", + "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "range": null, + "title": "configEXPECTED_IDLE_TIME_BEFORE_SLEEP", + "type": "int" + } + ], + "depends_on": "PM_ENABLE", + "help": "If power management support is enabled, FreeRTOS will be able to put the system into light sleep mode\nwhen no tasks need to run for a number of ticks. This number can be set using\nFREERTOS_IDLE_TIME_BEFORE_SLEEP option. This feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from entering sleep mode, even\nwhen no tasks need to run. To skip unnecessary wake-up initialize a timer with the\n\"skip_unhandled_events\" option as true.\n\nIf disabled, automatic light sleep support will be disabled.", + "id": "FREERTOS_USE_TICKLESS_IDLE", + "name": "FREERTOS_USE_TICKLESS_IDLE", + "range": null, + "title": "configUSE_TICKLESS_IDLE", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-kernel", + "title": "Kernel", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED", + "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", + "id": "FREERTOS_TASK_FUNCTION_WRAPPER", + "name": "FREERTOS_TASK_FUNCTION_WRAPPER", + "range": null, + "title": "Wrap task functions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of the stack\npointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW for more\ninformation.) These checks only happen on a context switch, and the situation that caused the stack\noverflow may already be long gone by then. This option will use the last debug memory watchpoint to\nallow breaking into the debugger (or panic'ing) as soon as any of the last 32 bytes on the stack of a\ntask are overwritten. The side effect is that using gdb, you effectively have one hardware watchpoint\nless because the last one is overwritten as soon as a task switch happens.\n\nAnother consequence is that due to alignment requirements of the watchpoint, the usable stack size\ndecreases by up to 60 bytes. This is because the watchpoint region has to be aligned to its size and\nthe size for the stack watchpoint in IDF is 32 bytes.\n\nThis check only triggers if the stack overflow writes within 32 bytes near the end of the stack, rather\nthan overshooting further, so it is worth combining this approach with one of the other stack overflow\ncheck methods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached,\nesp-idf will panic on an unhandled debug exception.", + "id": "FREERTOS_WATCHPOINT_END_OF_STACK", + "name": "FREERTOS_WATCHPOINT_END_OF_STACK", + "range": null, + "title": "Enable stack overflow debug watchpoint", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS > 0", + "help": "ESP-IDF provides users with the ability to free TLSP memory by registering TLSP deletion callbacks.\nThese callbacks are automatically called by FreeRTOS when a task is deleted. When this option is turned\non, the memory reserved for TLSPs in the TCB is doubled to make space for storing the deletion\ncallbacks. If the user does not wish to use TLSP deletion callbacks then this option could be turned\noff to save space in the TCB memory.", + "id": "FREERTOS_TLSP_DELETION_CALLBACKS", + "name": "FREERTOS_TLSP_DELETION_CALLBACKS", + "range": null, + "title": "Enable thread local storage pointers deletion callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "range": null, + "title": "Enable static task clean up hook", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP", + "help": "If enabled, assert that when a mutex semaphore is given, the task giving the semaphore is the task\nwhich is currently holding the mutex.", + "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "range": null, + "title": "Check that mutex semaphore is given by owner task", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The interrupt handlers have their own stack. The size of the stack can be defined here. Each processor\nhas its own stack, so the total size occupied will be twice this.", + "id": "FREERTOS_ISR_STACKSIZE", + "name": "FREERTOS_ISR_STACKSIZE", + "range": [ + 1536, + 32768 + ], + "title": "ISR stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, interrupt stack frame will be modified to point to the code of the\ninterrupted task as its return address. This helps the debugger (or the panic handler) show a backtrace\nfrom the interrupt to the task which was interrupted. This also works for nested interrupts: higher\nlevel interrupt stack can be traced back to the lower level interrupt. This option adds 4 instructions\nto the interrupt dispatching code.", + "id": "FREERTOS_INTERRUPT_BACKTRACE", + "name": "FREERTOS_INTERRUPT_BACKTRACE", + "range": null, + "title": "Enable backtrace from interrupt to task context", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", + "id": "FREERTOS_FPU_IN_ISR", + "name": "FREERTOS_FPU_IN_ISR", + "range": null, + "title": "Use float in Level 1 ISR", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_CORETIMER", + "name": "FREERTOS_TICK_SUPPORT_CORETIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "name": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 0", + "id": "FREERTOS_CORETIMER_0", + "name": "FREERTOS_CORETIMER_0", + "range": null, + "title": "Timer 0 (int 6, level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 1", + "id": "FREERTOS_CORETIMER_1", + "name": "FREERTOS_CORETIMER_1", + "range": null, + "title": "Timer 1 (int 15, level 3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 1 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "range": null, + "title": "SYSTIMER 0 (level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 3 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "range": null, + "title": "SYSTIMER 0 (level 3)", + "type": "bool" + } + ], + "depends_on": null, + "help": "FreeRTOS needs a timer with an associated interrupt to use as the main tick source to increase\ncounters, run timers and do pre-emptive multitasking with. There are multiple timers available to do\nthis, with different interrupt priorities.", + "id": "component-config-freertos-port-tick-timer-source-xtensa-only-", + "name": "FREERTOS_CORETIMER", + "title": "Tick timer source (Xtensa Only)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_SYSTIMER", + "name": "FREERTOS_SYSTICK_USES_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_CCOUNT", + "name": "FREERTOS_SYSTICK_USES_CCOUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats. The ESP Timer runs at a\nfrequency of 1MHz regardless of Dynamic Frequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "range": null, + "title": "Use ESP TIMER for run time stats", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SYSTICK_USES_CCOUNT && ", + "help": "CPU Clock will be used as the clock source for the generation of run time stats. The CPU Clock has\na frequency dependent on ESP_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS). Therefore\nthe CPU Clock frequency can fluctuate between 80 to 240MHz. Run time stats generated using the CPU\nClock represents the number of CPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU clock consistently runs at\nthe maximum frequency of 240MHz, it will overflow in approximately 17 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "range": null, + "title": "Use CPU Clock for run time stats", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", + "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's CPU Clock or the ESP Timer.\nBoth clock sources are 32 bits. The CPU Clock can run at a higher frequency hence provide a finer\nresolution but will overflow much quicker. Note that run time stats are only valid until the clock\nsource overflows.", + "id": "component-config-freertos-port-choose-the-clock-source-for-run-time-stats", + "name": "FREERTOS_RUN_TIME_STATS_CLK", + "title": "Choose the clock source for run time stats", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled the selected Non-ISR FreeRTOS functions will be placed into Flash memory instead of IRAM.\nThis saves up to 8KB of IRAM depending on which functions are used.", + "id": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "name": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place FreeRTOS functions into Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_ENABLE_TASK_SNAPSHOT && !ESP_PANIC_HANDLER_IRAM", + "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll,\nwill be placed in flash. Note that if enabled, these functions cannot be called when cache is disabled.", + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": "Place task snapshot functions into flash", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR) would be checked to be in compliance with\nVanilla FreeRTOS. e.g Calling port*_CRITICAL from ISR context would cause assert failure", + "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "range": null, + "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll, are\ncompiled and linked. Task snapshots are used by Task Watchdog (TWDT), GDB Stub and Core dump.", + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": "Enable task snapshot functions", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-port", + "title": "Port", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NO_AFFINITY", + "name": "FREERTOS_NO_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Hidden option, gets selected by CONFIG_ESP_DEBUG_OCDAWARE", + "id": "FREERTOS_DEBUG_OCDAWARE", + "name": "FREERTOS_DEBUG_OCDAWARE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos", + "title": "FreeRTOS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_ASSERTION_EQUALS_SYSTEM", + "name": "HAL_ASSERTION_EQUALS_SYSTEM", + "range": null, + "title": "Same as system assertion level", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 0 && ", + "help": null, + "id": "HAL_ASSERTION_DISABLE", + "name": "HAL_ASSERTION_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 1 && ", + "help": null, + "id": "HAL_ASSERTION_SILENT", + "name": "HAL_ASSERTION_SILENT", + "range": null, + "title": "Silent", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 2 && ", + "help": null, + "id": "HAL_ASSERTION_ENABLE", + "name": "HAL_ASSERTION_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Set the assert behavior / level for HAL component.\nHAL component assert level can be set separately,\nbut the level can't exceed the system assertion level.\ne.g. If the system assertion is disabled, then the HAL\nassertion can't be enabled either. If the system assertion\nis enable, then the HAL assertion can still be disabled\nby this Kconfig option.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--default-hal-assertion-level", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "title": "Default HAL assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_DEFAULT_ASSERTION_LEVEL", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_NONE", + "name": "HAL_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_ERROR", + "name": "HAL_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_WARN", + "name": "HAL_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_INFO", + "name": "HAL_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_DEBUG", + "name": "HAL_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_VERBOSE", + "name": "HAL_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "!LOG_DEFAULT_LEVEL_NONE && !LOG_DEFAULT_LEVEL_ERROR && !LOG_DEFAULT_LEVEL_WARN && !LOG_DEFAULT_LEVEL_INFO && !LOG_DEFAULT_LEVEL_DEBUG && !LOG_DEFAULT_LEVEL_VERBOSE", + "help": "Specify how much output to see in HAL logs.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--hal-layer-log-verbosity", + "name": "HAL_LOG_LEVEL", + "title": "HAL layer log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_LOG_LEVEL", + "name": "HAL_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_SYSTIMER", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_SYSTIMER_USE_ROM_IMPL", + "name": "HAL_SYSTIMER_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of SysTimer HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_WDT", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_WDT_USE_ROM_IMPL", + "name": "HAL_WDT_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of WDT HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_MASTER_ISR_IN_IRAM", + "help": "Enable this option to place SPI master hal layer functions into IRAM.", + "id": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "name": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_SLAVE_ISR_IN_IRAM", + "help": "Enable this option to place SPI slave hal layer functions into IRAM.", + "id": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "name": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32H2", + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.\nThis countermeasure is only necessary for ESP32-H2 < v1.2.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll-", + "title": "Hardware Abstraction Layer (HAL) and Low Level (LL)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-output-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-output-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Use ANSI terminal colors in log output", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the chip's\n RTC and high resoultion timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-output-log-timestamps", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Log Timestamps", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-log-output", + "title": "Log output", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_LF", + "name": "NEWLIB_STDOUT_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CR", + "name": "NEWLIB_STDOUT_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-output", + "name": "NEWLIB_STDOUT_LINE_ENDING", + "title": "Line ending for UART output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_LF", + "name": "NEWLIB_STDIN_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CR", + "name": "NEWLIB_STDIN_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-input", + "name": "NEWLIB_STDIN_LINE_ENDING", + "title": "Line ending for UART input", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "id": "NEWLIB_NANO_FORMAT", + "name": "NEWLIB_NANO_FORMAT", + "range": null, + "title": "Enable 'nano' formatting options for printf/scanf family", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "range": null, + "title": "RTC and high-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_HRT", + "range": null, + "title": "High-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_NONE", + "name": "NEWLIB_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-newlib-timers-used-for-gettimeofday-function", + "name": "NEWLIB_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-newlib", + "title": "Newlib", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_16KB", + "name": "MMU_PAGE_SIZE_16KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_32KB", + "name": "MMU_PAGE_SIZE_32KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_64KB", + "name": "MMU_PAGE_SIZE_64KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_MODE", + "name": "MMU_PAGE_MODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE", + "name": "MMU_PAGE_SIZE", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-soc-settings-mmu-config", + "title": "MMU Config", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-soc-settings", + "title": "SoC Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3 && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", + "type": "bool" + } + ], + "depends_on": "!SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables the following APIs:\n\n- esp_flash_reset_counters\n- esp_flash_dump_counters\n- esp_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option should be enabled, if any one of the following is true: (1) need to write\nto flash on ESP32-D2WD; (2) main SPI flash is connected to non-default pins; (3) main\nSPI flash chip is manufactured by ISSI.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_SPI_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use new SPI flash driver functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nBut you can use all of our flash features.\n\nIf making this as \"y\" in your project, you will increase free IRAM.\nBut you may miss out on some flash features and support for new flash chips.\n\nCurrently the ROM cannot support the following features:\n\n- SPI_FLASH_AUTO_SUSPEND (C3, S3)", + "id": "SPI_FLASH_ROM_IMPL", + "name": "SPI_FLASH_ROM_IMPL", + "range": null, + "title": "Use esp_flash implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Each SPI bus needs a lock for arbitration among devices. This allows multiple\ndevices on a same bus, but may reduce the speed of esp_flash driver access to the\nmain flash chip.\n\nIf you only need to use esp_flash driver to access the main flash chip, disable\nthis option, and the lock will be bypassed on SPI1 bus. Otherwise if extra devices\nare needed to attach to SPI1 bus, enable this option.", + "id": "SPI_FLASH_SHARE_SPI1_BUS", + "name": "SPI_FLASH_SHARE_SPI1_BUS", + "range": null, + "title": "Support other devices attached to SPI1 bus", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Some flash chips can have very high \"max\" erase times, especially for block erase (32KB or 64KB).\nThis option allows to bypass \"block erase\" and always do sector erase commands.\nThis will be much slower overall in most cases, but improves latency for other code to run.", + "id": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "name": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "range": null, + "title": "Bypass a block erase and always do sector erase", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If a duration of one erase command is large\nthen it will yield CPUs after finishing a current command.", + "id": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "name": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "range": null, + "title": "Duration of erasing to yield CPUs (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Defines how many ticks will be before returning to continue a erasing.", + "id": "SPI_FLASH_ERASE_YIELD_TICKS", + "name": "SPI_FLASH_ERASE_YIELD_TICKS", + "range": null, + "title": "CPU release time (tick) for an erase operation", + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", + "id": "SPI_FLASH_YIELD_DURING_ERASE", + "name": "SPI_FLASH_YIELD_DURING_ERASE", + "range": null, + "title": "Enables yield operation during flash erase", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Flash write is broken down in terms of multiple (smaller) write operations.\nThis configuration options helps to set individual write chunk size, smaller\nvalue here ensures that cache (and non-IRAM resident interrupts) remains\ndisabled for shorter duration.", + "id": "SPI_FLASH_WRITE_CHUNK_SIZE", + "name": "SPI_FLASH_WRITE_CHUNK_SIZE", + "range": [ + 256, + 8192 + ], + "title": "Flash write chunk size", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI Flash driver uses the flash size configured in bootloader header by default.\nEnable this option to override flash size with latest ESPTOOLPY_FLASHSIZE value from\nthe app header if the size in the bootloader header is incorrect.", + "id": "SPI_FLASH_SIZE_OVERRIDE", + "name": "SPI_FLASH_SIZE_OVERRIDE", + "range": null, + "title": "Override flash size in bootloader header by ESPTOOLPY_FLASHSIZE", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is helpful if you are using a flash chip whose timeout is quite large or unpredictable.", + "id": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "name": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "range": null, + "title": "Flash timeout checkout disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option allows the chip driver list to be customized, instead of using the default list provided by\nESP-IDF.\n\nWhen this option is enabled, the default list is no longer compiled or linked. Instead, the\n`default_registered_chips` structure must be provided by the user.\n\nSee example: custom_chip_driver under examples/storage for more details.", + "id": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "name": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "range": null, + "title": "Override default chip driver list", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_GD_SUPPORTED", + "name": "SPI_FLASH_VENDOR_GD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_ISSI_SUPPORTED", + "name": "SPI_FLASH_VENDOR_ISSI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_MXIC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_MXIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_WINBOND_SUPPORTED", + "name": "SPI_FLASH_VENDOR_WINBOND_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "range": null, + "title": "MXIC", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Winbond chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "name": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "range": null, + "title": "Winbond", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of BOYA chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "name": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "range": null, + "title": "BOYA", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of TH chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_TH_CHIP", + "name": "SPI_FLASH_SUPPORT_TH_CHIP", + "range": null, + "title": "TH", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Octal MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "range": null, + "title": "mxic (opi)", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", + "type": "menu" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables flash read/write operations to encrypted partition/s. This option\nis kept enabled irrespective of state of flash encryption feature. However, in case\napplication is not using flash encryption feature and is in need of some additional\nmemory from IRAM region (~1KB) then this config can be disabled.", + "id": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "name": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "range": null, + "title": "Enable encrypted partition read/write operations", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.", + "id": "IDF_EXPERIMENTAL_FEATURES", + "name": "IDF_EXPERIMENTAL_FEATURES", + "range": null, + "title": "Make experimental features visible", + "type": "bool" + } +] \ No newline at end of file diff --git a/build/bootloader/config/sdkconfig.cmake b/build/bootloader/config/sdkconfig.cmake new file mode 100644 index 0000000..ffaef15 --- /dev/null +++ b/build/bootloader/config/sdkconfig.cmake @@ -0,0 +1,659 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file +# +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined") +set(CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined") +set(CONFIG_SOC_DPORT_WORKAROUND "Not determined") +set(CONFIG_SOC_CAPS_ECO_VER_MAX "301") +set(CONFIG_SOC_ADC_SUPPORTED "y") +set(CONFIG_SOC_DAC_SUPPORTED "y") +set(CONFIG_SOC_UART_SUPPORTED "y") +set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_GPTIMER_SUPPORTED "y") +set(CONFIG_SOC_SDMMC_HOST_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_PCNT_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") +set(CONFIG_SOC_TWAI_SUPPORTED "y") +set(CONFIG_SOC_EMAC_SUPPORTED "y") +set(CONFIG_SOC_ULP_SUPPORTED "y") +set(CONFIG_SOC_CCOMP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") +set(CONFIG_SOC_I2S_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORTED "y") +set(CONFIG_SOC_SDM_SUPPORTED "y") +set(CONFIG_SOC_GPSPI_SUPPORTED "y") +set(CONFIG_SOC_LEDC_SUPPORTED "y") +set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") +set(CONFIG_SOC_AES_SUPPORTED "y") +set(CONFIG_SOC_MPI_SUPPORTED "y") +set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") +set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") +set(CONFIG_SOC_TOUCH_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_BOD_SUPPORTED "y") +set(CONFIG_SOC_ULP_FSM_SUPPORTED "y") +set(CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL "5") +set(CONFIG_SOC_XTAL_SUPPORT_26M "y") +set(CONFIG_SOC_XTAL_SUPPORT_40M "y") +set(CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT "y") +set(CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") +set(CONFIG_SOC_ADC_PERIPH_NUM "2") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "10") +set(CONFIG_SOC_ADC_ATTEN_NUM "4") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "2") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "16") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "2") +set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "2") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "20") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") +set(CONFIG_SOC_IDCACHE_PER_CORE "y") +set(CONFIG_SOC_CPU_CORES_NUM "2") +set(CONFIG_SOC_CPU_INTR_NUM "32") +set(CONFIG_SOC_CPU_HAS_FPU "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "2") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "2") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "64") +set(CONFIG_SOC_DAC_CHAN_NUM "2") +set(CONFIG_SOC_DAC_RESOLUTION "8") +set(CONFIG_SOC_DAC_DMA_16BIT_ALIGN "y") +set(CONFIG_SOC_GPIO_PORT "1") +set(CONFIG_SOC_GPIO_PIN_COUNT "40") +set(CONFIG_SOC_GPIO_VALID_GPIO_MASK "0xffffffffff") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "39") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "33") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0xef0fea") +set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_I2C_FIFO_LEN "32") +set(CONFIG_SOC_I2C_CMD_REG_NUM "16") +set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") +set(CONFIG_SOC_I2C_SUPPORT_APB "y") +set(CONFIG_SOC_I2S_NUM "2") +set(CONFIG_SOC_I2S_HW_VERSION_1 "y") +set(CONFIG_SOC_I2S_SUPPORTS_APLL "y") +set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "1") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_RX "y") +set(CONFIG_SOC_I2S_PDM_MAX_RX_LINES "1") +set(CONFIG_SOC_I2S_SUPPORTS_ADC_DAC "y") +set(CONFIG_SOC_I2S_SUPPORTS_ADC "y") +set(CONFIG_SOC_I2S_SUPPORTS_DAC "y") +set(CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA "y") +set(CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD "y") +set(CONFIG_SOC_I2S_LCD_I80_VARIANT "y") +set(CONFIG_SOC_LCD_I80_SUPPORTED "y") +set(CONFIG_SOC_LCD_I80_BUSES "2") +set(CONFIG_SOC_LCD_I80_BUS_WIDTH "24") +set(CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX "y") +set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") +set(CONFIG_SOC_LEDC_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_LEDC_SUPPORT_HS_MODE "y") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "8") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") +set(CONFIG_SOC_MCPWM_GROUPS "2") +set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") +set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") +set(CONFIG_SOC_MMU_PERIPH_NUM "2") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "3") +set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") +set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") +set(CONFIG_SOC_PCNT_GROUPS "1") +set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "8") +set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") +set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") +set(CONFIG_SOC_RMT_GROUPS "1") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "8") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "8") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "64") +set(CONFIG_SOC_RMT_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_RMT_SUPPORT_APB "y") +set(CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT "y") +set(CONFIG_SOC_RTCIO_PIN_COUNT "18") +set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_SDM_GROUPS "1") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED "y") +set(CONFIG_SOC_SPI_AS_CS_SUPPORTED "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "3") +set(CONFIG_SOC_SPI_DMA_CHAN_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "3") +set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "8192") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_TIMER_GROUPS "2") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "2") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "64") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "4") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") +set(CONFIG_SOC_TOUCH_VERSION_1 "y") +set(CONFIG_SOC_TOUCH_SENSOR_NUM "10") +set(CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX "0xff") +set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT "y") +set(CONFIG_SOC_UART_NUM "3") +set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_UART_FIFO_LEN "128") +set(CONFIG_SOC_UART_BITRATE_MAX "5000000") +set(CONFIG_SOC_SPIRAM_SUPPORTED "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") +set(CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA384 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA512 "y") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "4096") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_192 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") +set(CONFIG_SOC_SECURE_BOOT_V1 "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") +set(CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") +set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") +set(CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED "y") +set(CONFIG_SOC_CLK_APLL_SUPPORTED "y") +set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ "350000000") +set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ "500000000") +set(CONFIG_SOC_APLL_MIN_HZ "5303031") +set(CONFIG_SOC_APLL_MAX_HZ "125000000") +set(CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED "y") +set(CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 "y") +set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") +set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") +set(CONFIG_SOC_SDMMC_USE_IOMUX "y") +set(CONFIG_SOC_SDMMC_NUM_SLOTS "2") +set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") +set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") +set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") +set(CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW "y") +set(CONFIG_SOC_WIFI_NAN_SUPPORT "y") +set(CONFIG_SOC_BLE_SUPPORTED "y") +set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") +set(CONFIG_SOC_BT_CLASSIC_SUPPORTED "y") +set(CONFIG_SOC_BLUFI_SUPPORTED "y") +set(CONFIG_SOC_ULP_HAS_ADC "y") +set(CONFIG_SOC_PHY_COMBO_MODULE "y") +set(CONFIG_IDF_CMAKE "y") +set(CONFIG_IDF_TARGET_ARCH_XTENSA "y") +set(CONFIG_IDF_TARGET_ARCH "xtensa") +set(CONFIG_IDF_TARGET "esp32") +set(CONFIG_IDF_TARGET_ESP32 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x0") +set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") +set(CONFIG_APP_BUILD_TYPE_RAM "") +set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") +set(CONFIG_APP_BUILD_BOOTLOADER "y") +set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") +set(CONFIG_APP_REPRODUCIBLE_BUILD "") +set(CONFIG_APP_NO_BLOBS "") +set(CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") +set(CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x1000") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") +set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL "3") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") +set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V "") +set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V "y") +set(CONFIG_BOOTLOADER_FACTORY_RESET "") +set(CONFIG_BOOTLOADER_APP_TEST "") +set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE "") +set(CONFIG_BOOTLOADER_WDT_TIME_MS "9000") +set(CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") +set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") +set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") +set(CONFIG_SECURE_BOOT_V1_SUPPORTED "y") +set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") +set(CONFIG_SECURE_BOOT "") +set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_APP_COMPILE_TIME_DATE "y") +set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") +set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") +set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "16") +set(CONFIG_ESP_ROM_HAS_CRC_LE "y") +set(CONFIG_ESP_ROM_HAS_CRC_BE "y") +set(CONFIG_ESP_ROM_HAS_MZ_CRC32 "y") +set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") +set(CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH "y") +set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") +set(CONFIG_ESPTOOLPY_NO_STUB "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") +set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") +set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") +set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") +set(CONFIG_ESPTOOLPY_FLASHMODE "dio") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ "40m") +set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "y") +set(CONFIG_ESPTOOLPY_FLASHSIZE_8MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_16MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_32MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_64MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_128MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE "4MB") +set(CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE "") +set(CONFIG_ESPTOOLPY_BEFORE_RESET "y") +set(CONFIG_ESPTOOLPY_BEFORE_NORESET "") +set(CONFIG_ESPTOOLPY_BEFORE "default_reset") +set(CONFIG_ESPTOOLPY_AFTER_RESET "y") +set(CONFIG_ESPTOOLPY_AFTER_NORESET "") +set(CONFIG_ESPTOOLPY_AFTER "hard_reset") +set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") +set(CONFIG_PARTITION_TABLE_SINGLE_APP "") +set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") +set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_CUSTOM "y") +set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") +set(CONFIG_PARTITION_TABLE_MD5 "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") +set(CONFIG_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") +set(CONFIG_COMPILER_HIDE_PATHS_MACROS "y") +set(CONFIG_COMPILER_CXX_EXCEPTIONS "") +set(CONFIG_COMPILER_CXX_RTTI "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_EFUSE_CUSTOM_TABLE "") +set(CONFIG_EFUSE_VIRTUAL "") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE "") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 "y") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT "") +set(CONFIG_EFUSE_MAX_BLK_LEN "192") +set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") +set(CONFIG_ESP32_REV_MIN_0 "y") +set(CONFIG_ESP32_REV_MIN_1 "") +set(CONFIG_ESP32_REV_MIN_1_1 "") +set(CONFIG_ESP32_REV_MIN_2 "") +set(CONFIG_ESP32_REV_MIN_3 "") +set(CONFIG_ESP32_REV_MIN_3_1 "") +set(CONFIG_ESP32_REV_MIN "0") +set(CONFIG_ESP32_REV_MIN_FULL "0") +set(CONFIG_ESP_REV_MIN_FULL "0") +set(CONFIG_ESP32_REV_MAX_FULL "399") +set(CONFIG_ESP_REV_MAX_FULL "399") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR "") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") +set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") +set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") +set(CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "2000") +set(CONFIG_ESP_SLEEP_DEBUG "") +set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_XTAL_FREQ_26 "") +set(CONFIG_XTAL_FREQ_40 "y") +set(CONFIG_XTAL_FREQ_AUTO "") +set(CONFIG_XTAL_FREQ "40") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE "") +set(CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM "") +set(CONFIG_ESP32_TRAX "") +set(CONFIG_ESP32_TRACEMEM_RESERVE_DRAM "0x0") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") +set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") +set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") +set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") +set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") +set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_UART "y") +set(CONFIG_ESP_CONSOLE_MULTIPLE_UART "y") +set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_ESP_INT_WDT "y") +set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_ESP_INT_WDT_CHECK_CPU1 "y") +set(CONFIG_ESP_TASK_WDT_EN "y") +set(CONFIG_ESP_TASK_WDT_INIT "y") +set(CONFIG_ESP_TASK_WDT_PANIC "") +set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") +set(CONFIG_ESP_PANIC_HANDLER_IRAM "") +set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP_DEBUG_OCDAWARE "y") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 "") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") +set(CONFIG_ESP_BROWNOUT_DET "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "0") +set(CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_ESP_IPC_USES_CALLERS_PRIORITY "y") +set(CONFIG_ESP_IPC_ISR_ENABLE "y") +set(CONFIG_FREERTOS_SMP "") +set(CONFIG_FREERTOS_UNICORE "") +set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") +set(CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS "1") +set(CONFIG_FREERTOS_IDLE_TASK_STACKSIZE "1536") +set(CONFIG_FREERTOS_USE_IDLE_HOOK "") +set(CONFIG_FREERTOS_USE_TICK_HOOK "") +set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") +set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") +set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") +set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") +set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") +set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") +set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") +set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") +set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") +set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") +set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") +set(CONFIG_FREERTOS_FPU_IN_ISR "") +set(CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER "y") +set(CONFIG_FREERTOS_CORETIMER_0 "y") +set(CONFIG_FREERTOS_CORETIMER_1 "") +set(CONFIG_FREERTOS_SYSTICK_USES_CCOUNT "y") +set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "") +set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") +set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") +set(CONFIG_HAL_ASSERTION_DISABLE "") +set(CONFIG_HAL_ASSERTION_SILENT "") +set(CONFIG_HAL_ASSERTION_ENABLE "") +set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") +set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") +set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") +set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") +set(CONFIG_LOG_DEFAULT_LEVEL_INFO "y") +set(CONFIG_LOG_DEFAULT_LEVEL_DEBUG "") +set(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE "") +set(CONFIG_LOG_DEFAULT_LEVEL "3") +set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") +set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") +set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") +set(CONFIG_LOG_MAXIMUM_LEVEL "3") +set(CONFIG_LOG_COLORS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF "y") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CR "y") +set(CONFIG_NEWLIB_NANO_FORMAT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") +set(CONFIG_MMU_PAGE_SIZE_64KB "y") +set(CONFIG_MMU_PAGE_MODE "64KB") +set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") +set(CONFIG_SPI_FLASH_VERIFY_WRITE "") +set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") +set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") +set(CONFIG_SPI_FLASH_SHARE_SPI1_BUS "") +set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") +set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") +set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") +set(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS "1") +set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") +set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") +set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") +set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") +set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED "y") +set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") +set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") +set(CONFIGS_LIST CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND;CONFIG_SOC_CAPS_ECO_VER_MAX;CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DAC_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_SDMMC_HOST_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_EMAC_SUPPORTED;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_CCOMP_TIMER_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_TOUCH_SENSOR_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_ULP_FSM_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL;CONFIG_SOC_XTAL_SUPPORT_26M;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT;CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_IDCACHE_PER_CORE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FPU;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DAC_CHAN_NUM;CONFIG_SOC_DAC_RESOLUTION;CONFIG_SOC_DAC_DMA_16BIT_ALIGN;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_VALID_GPIO_MASK;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_APB;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_1;CONFIG_SOC_I2S_SUPPORTS_APLL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_PDM_RX;CONFIG_SOC_I2S_PDM_MAX_RX_LINES;CONFIG_SOC_I2S_SUPPORTS_ADC_DAC;CONFIG_SOC_I2S_SUPPORTS_ADC;CONFIG_SOC_I2S_SUPPORTS_DAC;CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA;CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD;CONFIG_SOC_I2S_LCD_I80_VARIANT;CONFIG_SOC_LCD_I80_SUPPORTED;CONFIG_SOC_LCD_I80_BUSES;CONFIG_SOC_LCD_I80_BUS_WIDTH;CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_REF_TICK;CONFIG_SOC_LEDC_SUPPORT_HS_MODE;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_REF_TICK;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED;CONFIG_SOC_SPI_AS_CS_SUPPORTED;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_DMA_CHAN_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TOUCH_VERSION_1;CONFIG_SOC_TOUCH_SENSOR_NUM;CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_REF_TICK;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_SPIRAM_SUPPORTED;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SHA_SUPPORT_SHA384;CONFIG_SOC_SHA_SUPPORT_SHA512;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_192;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_SECURE_BOOT_V1;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP;CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD;CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED;CONFIG_SOC_CLK_APLL_SUPPORTED;CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ;CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ;CONFIG_SOC_APLL_MIN_HZ;CONFIG_SOC_APLL_MAX_HZ;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_SDMMC_USE_IOMUX;CONFIG_SOC_SDMMC_NUM_SLOTS;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_NAN_SUPPORT;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BT_CLASSIC_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_ULP_HAS_ADC;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET_ARCH_XTENSA;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_NO_BLOBS;CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V1_SUPPORTED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_1_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN_3_1;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_XTAL_FREQ;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_MULTIPLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_IPC_ISR_ENABLE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_SYSTICK_USES_CCOUNT;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_SHARE_SPI1_BUS;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_IDF_EXPERIMENTAL_FEATURES) +# List of deprecated options for backward compatibility +set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") +set(CONFIG_NO_BLOBS "") +set(CONFIG_ESP32_NO_BLOBS "") +set(CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") +set(CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_INFO "y") +set(CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL "3") +set(CONFIG_APP_ROLLBACK_ENABLE "") +set(CONFIG_FLASH_ENCRYPTION_ENABLED "") +set(CONFIG_FLASHMODE_QIO "") +set(CONFIG_FLASHMODE_QOUT "") +set(CONFIG_FLASHMODE_DIO "y") +set(CONFIG_FLASHMODE_DOUT "") +set(CONFIG_MONITOR_BAUD "115200") +set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") +set(CONFIG_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED "") +set(CONFIG_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_CXX_EXCEPTIONS "") +set(CONFIG_STACK_CHECK_NONE "y") +set(CONFIG_STACK_CHECK_NORM "") +set(CONFIG_STACK_CHECK_STRONG "") +set(CONFIG_STACK_CHECK_ALL "") +set(CONFIG_WARN_WRITE_STRINGS "") +set(CONFIG_TWO_UNIVERSAL_MAC_ADDRESS "") +set(CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS "y") +set(CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS "4") +set(CONFIG_ESP_SYSTEM_PD_FLASH "") +set(CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP32_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC "y") +set(CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL "") +set(CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC "") +set(CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 "") +set(CONFIG_ESP32_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_ESP32_XTAL_FREQ_26 "") +set(CONFIG_ESP32_XTAL_FREQ_40 "y") +set(CONFIG_ESP32_XTAL_FREQ_AUTO "") +set(CONFIG_ESP32_XTAL_FREQ "40") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_80 "") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_160 "y") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_240 "") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_TRACEMEM_RESERVE_DRAM "0x0") +set(CONFIG_ESP32_PANIC_PRINT_HALT "") +set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP32_PANIC_GDBSTUB "") +set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_CONSOLE_UART_DEFAULT "y") +set(CONFIG_CONSOLE_UART_CUSTOM "") +set(CONFIG_CONSOLE_UART_NONE "") +set(CONFIG_ESP_CONSOLE_UART_NONE "") +set(CONFIG_CONSOLE_UART "y") +set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_INT_WDT "y") +set(CONFIG_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_INT_WDT_CHECK_CPU1 "y") +set(CONFIG_TASK_WDT "y") +set(CONFIG_ESP_TASK_WDT "y") +set(CONFIG_TASK_WDT_PANIC "") +set(CONFIG_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") +set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP32_DEBUG_OCDAWARE "y") +set(CONFIG_BROWNOUT_DET "y") +set(CONFIG_ESP32_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_BROWNOUT_DET_LVL "0") +set(CONFIG_ESP32_BROWNOUT_DET_LVL "0") +set(CONFIG_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_TIMER_TASK_PRIORITY "1") +set(CONFIG_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_TIMER_QUEUE_LENGTH "10") +set(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK "") +set(CONFIG_HAL_ASSERTION_SILIENT "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 "y") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_HRT "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_NONE "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") diff --git a/build/bootloader/config/sdkconfig.h b/build/bootloader/config/sdkconfig.h new file mode 100644 index 0000000..ef9d183 --- /dev/null +++ b/build/bootloader/config/sdkconfig.h @@ -0,0 +1,435 @@ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.1.6 Configuration Header + */ +#pragma once +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined" +#define CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined" +#define CONFIG_SOC_DPORT_WORKAROUND "Not determined" +#define CONFIG_SOC_CAPS_ECO_VER_MAX 301 +#define CONFIG_SOC_ADC_SUPPORTED 1 +#define CONFIG_SOC_DAC_SUPPORTED 1 +#define CONFIG_SOC_UART_SUPPORTED 1 +#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_GPTIMER_SUPPORTED 1 +#define CONFIG_SOC_SDMMC_HOST_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_PCNT_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 +#define CONFIG_SOC_TWAI_SUPPORTED 1 +#define CONFIG_SOC_EMAC_SUPPORTED 1 +#define CONFIG_SOC_ULP_SUPPORTED 1 +#define CONFIG_SOC_CCOMP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_MEM_SUPPORTED 1 +#define CONFIG_SOC_I2S_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORTED 1 +#define CONFIG_SOC_SDM_SUPPORTED 1 +#define CONFIG_SOC_GPSPI_SUPPORTED 1 +#define CONFIG_SOC_LEDC_SUPPORTED 1 +#define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SUPPORT_COEXISTENCE 1 +#define CONFIG_SOC_AES_SUPPORTED 1 +#define CONFIG_SOC_MPI_SUPPORTED 1 +#define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 +#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 +#define CONFIG_SOC_TOUCH_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_BOD_SUPPORTED 1 +#define CONFIG_SOC_ULP_FSM_SUPPORTED 1 +#define CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL 5 +#define CONFIG_SOC_XTAL_SUPPORT_26M 1 +#define CONFIG_SOC_XTAL_SUPPORT_40M 1 +#define CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT 1 +#define CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 +#define CONFIG_SOC_ADC_PERIPH_NUM 2 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 10 +#define CONFIG_SOC_ADC_ATTEN_NUM 4 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 2 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 16 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 2 +#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 2 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 20 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 +#define CONFIG_SOC_IDCACHE_PER_CORE 1 +#define CONFIG_SOC_CPU_CORES_NUM 2 +#define CONFIG_SOC_CPU_INTR_NUM 32 +#define CONFIG_SOC_CPU_HAS_FPU 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 2 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 2 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 64 +#define CONFIG_SOC_DAC_CHAN_NUM 2 +#define CONFIG_SOC_DAC_RESOLUTION 8 +#define CONFIG_SOC_DAC_DMA_16BIT_ALIGN 1 +#define CONFIG_SOC_GPIO_PORT 1 +#define CONFIG_SOC_GPIO_PIN_COUNT 40 +#define CONFIG_SOC_GPIO_VALID_GPIO_MASK 0xFFFFFFFFFF +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 39 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 33 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0xEF0FEA +#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_I2C_FIFO_LEN 32 +#define CONFIG_SOC_I2C_CMD_REG_NUM 16 +#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 +#define CONFIG_SOC_I2C_SUPPORT_APB 1 +#define CONFIG_SOC_I2S_NUM 2 +#define CONFIG_SOC_I2S_HW_VERSION_1 1 +#define CONFIG_SOC_I2S_SUPPORTS_APLL 1 +#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1 +#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1 +#define CONFIG_SOC_I2S_SUPPORTS_ADC_DAC 1 +#define CONFIG_SOC_I2S_SUPPORTS_ADC 1 +#define CONFIG_SOC_I2S_SUPPORTS_DAC 1 +#define CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA 1 +#define CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD 1 +#define CONFIG_SOC_I2S_LCD_I80_VARIANT 1 +#define CONFIG_SOC_LCD_I80_SUPPORTED 1 +#define CONFIG_SOC_LCD_I80_BUSES 2 +#define CONFIG_SOC_LCD_I80_BUS_WIDTH 24 +#define CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX 1 +#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 +#define CONFIG_SOC_LEDC_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_LEDC_SUPPORT_HS_MODE 1 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 8 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 +#define CONFIG_SOC_MCPWM_GROUPS 2 +#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 +#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 +#define CONFIG_SOC_MMU_PERIPH_NUM 2 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 3 +#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 +#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 +#define CONFIG_SOC_PCNT_GROUPS 1 +#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 8 +#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 +#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 +#define CONFIG_SOC_RMT_GROUPS 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 8 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 8 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 64 +#define CONFIG_SOC_RMT_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_RMT_SUPPORT_APB 1 +#define CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT 1 +#define CONFIG_SOC_RTCIO_PIN_COUNT 18 +#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_SDM_GROUPS 1 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED 1 +#define CONFIG_SOC_SPI_AS_CS_SUPPORTED 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 3 +#define CONFIG_SOC_SPI_DMA_CHAN_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 3 +#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 8192 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_TIMER_GROUPS 2 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 2 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 64 +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 4 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 +#define CONFIG_SOC_TOUCH_VERSION_1 1 +#define CONFIG_SOC_TOUCH_SENSOR_NUM 10 +#define CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX 0xFF +#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT 1 +#define CONFIG_SOC_UART_NUM 3 +#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_UART_FIFO_LEN 128 +#define CONFIG_SOC_UART_BITRATE_MAX 5000000 +#define CONFIG_SOC_SPIRAM_SUPPORTED 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 +#define CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA384 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA512 1 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 4096 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_192 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 +#define CONFIG_SOC_SECURE_BOOT_V1 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 +#define CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 +#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 +#define CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED 1 +#define CONFIG_SOC_CLK_APLL_SUPPORTED 1 +#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ 350000000 +#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ 500000000 +#define CONFIG_SOC_APLL_MIN_HZ 5303031 +#define CONFIG_SOC_APLL_MAX_HZ 125000000 +#define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1 +#define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1 +#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 +#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 +#define CONFIG_SOC_SDMMC_USE_IOMUX 1 +#define CONFIG_SOC_SDMMC_NUM_SLOTS 2 +#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 +#define CONFIG_SOC_WIFI_CSI_SUPPORT 1 +#define CONFIG_SOC_WIFI_MESH_SUPPORT 1 +#define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1 +#define CONFIG_SOC_WIFI_NAN_SUPPORT 1 +#define CONFIG_SOC_BLE_SUPPORTED 1 +#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 +#define CONFIG_SOC_BT_CLASSIC_SUPPORTED 1 +#define CONFIG_SOC_BLUFI_SUPPORTED 1 +#define CONFIG_SOC_ULP_HAS_ADC 1 +#define CONFIG_SOC_PHY_COMBO_MODULE 1 +#define CONFIG_IDF_CMAKE 1 +#define CONFIG_IDF_TARGET_ARCH_XTENSA 1 +#define CONFIG_IDF_TARGET_ARCH "xtensa" +#define CONFIG_IDF_TARGET "esp32" +#define CONFIG_IDF_TARGET_ESP32 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000 +#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 +#define CONFIG_APP_BUILD_GENERATE_BINARIES 1 +#define CONFIG_APP_BUILD_BOOTLOADER 1 +#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL 3 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 +#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 +#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 +#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 +#define CONFIG_SECURE_BOOT_V1_SUPPORTED 1 +#define CONFIG_APP_COMPILE_TIME_DATE 1 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 16 +#define CONFIG_ESP_ROM_HAS_CRC_LE 1 +#define CONFIG_ESP_ROM_HAS_CRC_BE 1 +#define CONFIG_ESP_ROM_HAS_MZ_CRC32 1 +#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 +#define CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH 1 +#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB" +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200 +#define CONFIG_PARTITION_TABLE_CUSTOM 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 +#define CONFIG_PARTITION_TABLE_MD5 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 +#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 +#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 +#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1 +#define CONFIG_EFUSE_MAX_BLK_LEN 192 +#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_ESP32_REV_MIN_0 1 +#define CONFIG_ESP32_REV_MIN 0 +#define CONFIG_ESP32_REV_MIN_FULL 0 +#define CONFIG_ESP_REV_MIN_FULL 0 +#define CONFIG_ESP32_REV_MAX_FULL 399 +#define CONFIG_ESP_REV_MAX_FULL 399 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 2000 +#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 +#define CONFIG_RTC_CLK_SRC_INT_RC 1 +#define CONFIG_RTC_CLK_CAL_CYCLES 1024 +#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_XTAL_FREQ_40 1 +#define CONFIG_XTAL_FREQ 40 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 +#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 +#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 +#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 +#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 +#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_UART 1 +#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1 +#define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_ESP_INT_WDT 1 +#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESP_TASK_WDT_EN 1 +#define CONFIG_ESP_TASK_WDT_INIT 1 +#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP_DEBUG_OCDAWARE 1 +#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 +#define CONFIG_ESP_BROWNOUT_DET 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 0 +#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 +#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1 +#define CONFIG_ESP_IPC_ISR_ENABLE 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 +#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 +#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 +#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 +#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0 +#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1 +#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1 +#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1 +#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_FREERTOS_SYSTICK_USES_CCOUNT 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 +#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 +#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 +#define CONFIG_LOG_MAXIMUM_LEVEL 3 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 +#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 +#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 +#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1 +#define CONFIG_MMU_PAGE_SIZE_64KB 1 +#define CONFIG_MMU_PAGE_MODE "64KB" +#define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 +#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 +#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 +#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 +#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 +#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 +#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1 +#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1 +#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 + +/* List of deprecated options */ +#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART +#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE +#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM +#define CONFIG_ESP32_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_ESP32_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 +#define CONFIG_ESP32_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ +#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT +#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES +#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT +#define CONFIG_ESP32_XTAL_FREQ CONFIG_XTAL_FREQ +#define CONFIG_ESP32_XTAL_FREQ_40 CONFIG_XTAL_FREQ_40 +#define CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY +#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO +#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR +#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT +#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1 +#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS +#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE +#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO +#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE +#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD +#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES +#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE +#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS +#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE +#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 +#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S +#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH +#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY +#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH +#define CONFIG_TRACEMEM_RESERVE_DRAM CONFIG_ESP32_TRACEMEM_RESERVE_DRAM diff --git a/build/bootloader/config/sdkconfig.json b/build/bootloader/config/sdkconfig.json new file mode 100644 index 0000000..ec84a08 --- /dev/null +++ b/build/bootloader/config/sdkconfig.json @@ -0,0 +1,537 @@ +{ + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, + "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS": false, + "APP_COMPILE_TIME_DATE": true, + "APP_EXCLUDE_PROJECT_NAME_VAR": false, + "APP_EXCLUDE_PROJECT_VER_VAR": false, + "APP_NO_BLOBS": false, + "APP_PROJECT_VER_FROM_CONFIG": false, + "APP_REPRODUCIBLE_BUILD": false, + "APP_RETRIEVE_LEN_ELF_SHA": 16, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, + "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_LEVEL": 3, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": true, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": false, + "BOOTLOADER_OFFSET_IN_FLASH": 4096, + "BOOTLOADER_REGION_PROTECTION_ENABLE": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, + "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, + "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DUMP_RTL_FILES": false, + "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, + "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, + "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, + "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "EFUSE_CODE_SCHEME_COMPAT_3_4": true, + "EFUSE_CODE_SCHEME_COMPAT_NONE": false, + "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_VIRTUAL": false, + "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, + "ESP32_REV_MAX_FULL": 399, + "ESP32_REV_MIN": 0, + "ESP32_REV_MIN_0": true, + "ESP32_REV_MIN_1": false, + "ESP32_REV_MIN_1_1": false, + "ESP32_REV_MIN_2": false, + "ESP32_REV_MIN_3": false, + "ESP32_REV_MIN_3_1": false, + "ESP32_REV_MIN_FULL": 0, + "ESP32_TRACEMEM_RESERVE_DRAM": 0, + "ESP32_TRAX": false, + "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_26M": false, + "ESPTOOLPY_FLASHFREQ_40M": true, + "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_128MB": false, + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_32MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_64MB": false, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASH_SAMPLE_MODE_STR": true, + "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE": false, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_NO_STUB": false, + "ESP_BROWNOUT_DET": true, + "ESP_BROWNOUT_DET_LVL": 0, + "ESP_BROWNOUT_DET_LVL_SEL_0": true, + "ESP_BROWNOUT_DET_LVL_SEL_1": false, + "ESP_BROWNOUT_DET_LVL_SEL_2": false, + "ESP_BROWNOUT_DET_LVL_SEL_3": false, + "ESP_BROWNOUT_DET_LVL_SEL_4": false, + "ESP_BROWNOUT_DET_LVL_SEL_5": false, + "ESP_BROWNOUT_DET_LVL_SEL_6": false, + "ESP_BROWNOUT_DET_LVL_SEL_7": false, + "ESP_CONSOLE_MULTIPLE_UART": true, + "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_UART": true, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_DEBUG_OCDAWARE": true, + "ESP_DEBUG_STUBS_ENABLE": false, + "ESP_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, + "ESP_DEFAULT_CPU_FREQ_MHZ_240": false, + "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_INT_WDT": true, + "ESP_INT_WDT_CHECK_CPU1": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_ISR_ENABLE": true, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_IPC_USES_CALLERS_PRIORITY": true, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAC_IGNORE_MAC_CRC_ERROR": false, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, + "ESP_MAIN_TASK_AFFINITY": 0, + "ESP_MAIN_TASK_AFFINITY_CPU0": true, + "ESP_MAIN_TASK_AFFINITY_CPU1": false, + "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, + "ESP_MAIN_TASK_STACK_SIZE": 3584, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_REV_MAX_FULL": 399, + "ESP_REV_MIN_FULL": 0, + "ESP_ROM_HAS_CRC_BE": true, + "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_MZ_CRC32": true, + "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, + "ESP_ROM_HAS_UART_BUF_SWITCH": true, + "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, + "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, + "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": false, + "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, + "ESP_SLEEP_POWER_DOWN_FLASH": false, + "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND": true, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 2000, + "ESP_SYSTEM_BROWNOUT_INTR": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_5": false, + "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM": false, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_SYSTEM_GDBSTUB_RUNTIME": false, + "ESP_SYSTEM_PANIC_GDBSTUB": false, + "ESP_SYSTEM_PANIC_PRINT_HALT": false, + "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, + "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, + "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, + "ESP_TASK_WDT_EN": true, + "ESP_TASK_WDT_INIT": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, + "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, + "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, + "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, + "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, + "FREERTOS_CORETIMER_0": true, + "FREERTOS_CORETIMER_1": false, + "FREERTOS_DEBUG_OCDAWARE": true, + "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, + "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, + "FREERTOS_ENABLE_TASK_SNAPSHOT": true, + "FREERTOS_FPU_IN_ISR": false, + "FREERTOS_GENERATE_RUN_TIME_STATS": false, + "FREERTOS_HZ": 100, + "FREERTOS_IDLE_TASK_STACKSIZE": 1536, + "FREERTOS_INTERRUPT_BACKTRACE": true, + "FREERTOS_ISR_STACKSIZE": 1536, + "FREERTOS_MAX_TASK_NAME_LEN": 16, + "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": false, + "FREERTOS_QUEUE_REGISTRY_SIZE": 0, + "FREERTOS_SMP": false, + "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, + "FREERTOS_SYSTICK_USES_CCOUNT": true, + "FREERTOS_TASK_FUNCTION_WRAPPER": true, + "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, + "FREERTOS_TICK_SUPPORT_CORETIMER": true, + "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_TASK_PRIORITY": 1, + "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, + "FREERTOS_TLSP_DELETION_CALLBACKS": true, + "FREERTOS_UNICORE": false, + "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TRACE_FACILITY": false, + "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "HAL_ASSERTION_DISABLE": false, + "HAL_ASSERTION_ENABLE": false, + "HAL_ASSERTION_EQUALS_SYSTEM": true, + "HAL_ASSERTION_SILENT": false, + "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "IDF_CMAKE": true, + "IDF_EXPERIMENTAL_FEATURES": false, + "IDF_FIRMWARE_CHIP_ID": 0, + "IDF_TARGET": "esp32", + "IDF_TARGET_ARCH": "xtensa", + "IDF_TARGET_ARCH_XTENSA": true, + "IDF_TARGET_ESP32": true, + "LOG_COLORS": true, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_MAXIMUM_EQUALS_DEFAULT": true, + "LOG_MAXIMUM_LEVEL": 3, + "LOG_MAXIMUM_LEVEL_DEBUG": false, + "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "MMU_PAGE_MODE": "64KB", + "MMU_PAGE_SIZE": 65536, + "MMU_PAGE_SIZE_64KB": true, + "NEWLIB_NANO_FORMAT": false, + "NEWLIB_STDIN_LINE_ENDING_CR": true, + "NEWLIB_STDIN_LINE_ENDING_CRLF": false, + "NEWLIB_STDIN_LINE_ENDING_LF": false, + "NEWLIB_STDOUT_LINE_ENDING_CR": false, + "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, + "NEWLIB_STDOUT_LINE_ENDING_LF": false, + "NEWLIB_TIME_SYSCALL_USE_HRT": false, + "NEWLIB_TIME_SYSCALL_USE_NONE": false, + "NEWLIB_TIME_SYSCALL_USE_RTC": false, + "NEWLIB_TIME_SYSCALL_USE_RTC_HRT": true, + "PARTITION_TABLE_CUSTOM": true, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", + "PARTITION_TABLE_FILENAME": "partitions.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": false, + "PARTITION_TABLE_SINGLE_APP_LARGE": false, + "PARTITION_TABLE_TWO_OTA": false, + "PERIPH_CTRL_FUNC_IN_IRAM": true, + "RTC_CLK_CAL_CYCLES": 1024, + "RTC_CLK_SRC_EXT_CRYS": false, + "RTC_CLK_SRC_EXT_OSC": false, + "RTC_CLK_SRC_INT_8MD256": false, + "RTC_CLK_SRC_INT_RC": true, + "SECURE_BOOT": false, + "SECURE_BOOT_V1_SUPPORTED": true, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ATTEN_NUM": 4, + "SOC_ADC_DIGI_CONTROLLER_NUM": 2, + "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_MAX_BITWIDTH": 12, + "SOC_ADC_DIGI_MIN_BITWIDTH": 9, + "SOC_ADC_DIGI_RESULT_BYTES": 2, + "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DMA_SUPPORTED": true, + "SOC_ADC_MAX_CHANNEL_NUM": 10, + "SOC_ADC_PATT_LEN_MAX": 16, + "SOC_ADC_PERIPH_NUM": 2, + "SOC_ADC_RTC_CTRL_SUPPORTED": true, + "SOC_ADC_RTC_MAX_BITWIDTH": 12, + "SOC_ADC_RTC_MIN_BITWIDTH": 9, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 2, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 20, + "SOC_ADC_SUPPORTED": true, + "SOC_AES_SUPPORTED": true, + "SOC_AES_SUPPORT_AES_128": true, + "SOC_AES_SUPPORT_AES_192": true, + "SOC_AES_SUPPORT_AES_256": true, + "SOC_APLL_MAX_HZ": 125000000, + "SOC_APLL_MIN_HZ": 5303031, + "SOC_APLL_MULTIPLIER_OUT_MAX_HZ": 500000000, + "SOC_APLL_MULTIPLIER_OUT_MIN_HZ": 350000000, + "SOC_BLE_MESH_SUPPORTED": true, + "SOC_BLE_SUPPORTED": true, + "SOC_BLUFI_SUPPORTED": true, + "SOC_BOD_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": "Not determined", + "SOC_BT_CLASSIC_SUPPORTED": true, + "SOC_BT_SUPPORTED": true, + "SOC_CAPS_ECO_VER_MAX": 301, + "SOC_CCOMP_TIMER_SUPPORTED": true, + "SOC_CLK_APLL_SUPPORTED": true, + "SOC_CLK_RC_FAST_D256_SUPPORTED": true, + "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_XTAL32K_SUPPORTED": true, + "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED": true, + "SOC_CPU_BREAKPOINTS_NUM": 2, + "SOC_CPU_CORES_NUM": 2, + "SOC_CPU_HAS_FPU": true, + "SOC_CPU_INTR_NUM": 32, + "SOC_CPU_WATCHPOINTS_NUM": 2, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 64, + "SOC_DAC_CHAN_NUM": 2, + "SOC_DAC_DMA_16BIT_ALIGN": true, + "SOC_DAC_RESOLUTION": 8, + "SOC_DAC_SUPPORTED": true, + "SOC_DPORT_WORKAROUND": "Not determined", + "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL": 5, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": true, + "SOC_EMAC_SUPPORTED": true, + "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, + "SOC_FLASH_ENC_SUPPORTED": true, + "SOC_GPIO_IN_RANGE_MAX": 39, + "SOC_GPIO_OUT_RANGE_MAX": 33, + "SOC_GPIO_PIN_COUNT": 40, + "SOC_GPIO_PORT": 1, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 15667178, + "SOC_GPIO_VALID_GPIO_MASK": 1099511627775, + "SOC_GPSPI_SUPPORTED": true, + "SOC_GPTIMER_SUPPORTED": true, + "SOC_I2C_CMD_REG_NUM": 16, + "SOC_I2C_FIFO_LEN": 32, + "SOC_I2C_NUM": 2, + "SOC_I2C_SUPPORTED": true, + "SOC_I2C_SUPPORT_APB": true, + "SOC_I2C_SUPPORT_SLAVE": true, + "SOC_I2S_HW_VERSION_1": true, + "SOC_I2S_LCD_I80_VARIANT": true, + "SOC_I2S_NUM": 2, + "SOC_I2S_PDM_MAX_RX_LINES": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 1, + "SOC_I2S_SUPPORTED": true, + "SOC_I2S_SUPPORTS_ADC": true, + "SOC_I2S_SUPPORTS_ADC_DAC": true, + "SOC_I2S_SUPPORTS_APLL": true, + "SOC_I2S_SUPPORTS_DAC": true, + "SOC_I2S_SUPPORTS_LCD_CAMERA": true, + "SOC_I2S_SUPPORTS_PDM": true, + "SOC_I2S_SUPPORTS_PDM_RX": true, + "SOC_I2S_SUPPORTS_PDM_TX": true, + "SOC_I2S_SUPPORTS_PLL_F160M": true, + "SOC_I2S_TRANS_SIZE_ALIGN_WORD": true, + "SOC_IDCACHE_PER_CORE": true, + "SOC_LCD_I80_BUSES": 2, + "SOC_LCD_I80_BUS_WIDTH": 24, + "SOC_LCD_I80_SUPPORTED": true, + "SOC_LEDC_CHANNEL_NUM": 8, + "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX": true, + "SOC_LEDC_SUPPORTED": true, + "SOC_LEDC_SUPPORT_APB_CLOCK": true, + "SOC_LEDC_SUPPORT_HS_MODE": true, + "SOC_LEDC_SUPPORT_REF_TICK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 20, + "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, + "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, + "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, + "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, + "SOC_MCPWM_GROUPS": 2, + "SOC_MCPWM_OPERATORS_PER_GROUP": 3, + "SOC_MCPWM_SUPPORTED": true, + "SOC_MCPWM_TIMERS_PER_GROUP": 3, + "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 3, + "SOC_MMU_PERIPH_NUM": 2, + "SOC_MPI_SUPPORTED": true, + "SOC_MPU_MIN_REGION_SIZE": 536870912, + "SOC_MPU_REGIONS_MAX_NUM": 8, + "SOC_PCNT_CHANNELS_PER_UNIT": 2, + "SOC_PCNT_GROUPS": 1, + "SOC_PCNT_SUPPORTED": true, + "SOC_PCNT_THRES_POINT_PER_UNIT": 2, + "SOC_PCNT_UNITS_PER_GROUP": 8, + "SOC_PHY_COMBO_MODULE": true, + "SOC_PHY_DIG_REGS_MEM_SIZE": 21, + "SOC_PM_SUPPORT_EXT0_WAKEUP": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP": true, + "SOC_PM_SUPPORT_EXT_WAKEUP": true, + "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PM_SUPPORT_RC_FAST_PD": true, + "SOC_PM_SUPPORT_RTC_FAST_MEM_PD": true, + "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, + "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD": true, + "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP": true, + "SOC_PM_SUPPORT_VDDSDIO_PD": true, + "SOC_RMT_CHANNELS_PER_GROUP": 8, + "SOC_RMT_CHANNEL_CLK_INDEPENDENT": true, + "SOC_RMT_GROUPS": 1, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 64, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 8, + "SOC_RMT_SUPPORTED": true, + "SOC_RMT_SUPPORT_APB": true, + "SOC_RMT_SUPPORT_REF_TICK": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 8, + "SOC_RSA_MAX_BIT_LEN": 4096, + "SOC_RTCIO_HOLD_SUPPORTED": true, + "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, + "SOC_RTCIO_PIN_COUNT": 18, + "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RTC_FAST_MEM_SUPPORTED": true, + "SOC_RTC_MEM_SUPPORTED": true, + "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, + "SOC_RTC_SLOW_MEM_SUPPORTED": true, + "SOC_SDIO_SLAVE_SUPPORTED": true, + "SOC_SDMMC_HOST_SUPPORTED": true, + "SOC_SDMMC_NUM_SLOTS": 2, + "SOC_SDMMC_USE_IOMUX": true, + "SOC_SDM_CHANNELS_PER_GROUP": 8, + "SOC_SDM_CLK_SUPPORT_APB": true, + "SOC_SDM_GROUPS": 1, + "SOC_SDM_SUPPORTED": true, + "SOC_SECURE_BOOT_SUPPORTED": true, + "SOC_SECURE_BOOT_V1": true, + "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_SUPPORTED": true, + "SOC_SHA_SUPPORT_PARALLEL_ENG": true, + "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA256": true, + "SOC_SHA_SUPPORT_SHA384": true, + "SOC_SHA_SUPPORT_SHA512": true, + "SOC_SPIRAM_SUPPORTED": true, + "SOC_SPI_AS_CS_SUPPORTED": true, + "SOC_SPI_DMA_CHAN_NUM": 2, + "SOC_SPI_HD_BOTH_INOUT_SUPPORTED": true, + "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, + "SOC_SPI_MAX_CS_NUM": 3, + "SOC_SPI_MAX_PRE_DIVIDER": 8192, + "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, + "SOC_SPI_PERIPH_NUM": 3, + "SOC_SPI_SUPPORT_CLK_APB": true, + "SOC_SUPPORT_COEXISTENCE": true, + "SOC_TIMER_GROUPS": 2, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 64, + "SOC_TIMER_GROUP_SUPPORT_APB": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 2, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 4, + "SOC_TOUCH_PAD_MEASURE_WAIT_MAX": 255, + "SOC_TOUCH_SENSOR_NUM": 10, + "SOC_TOUCH_SENSOR_SUPPORTED": true, + "SOC_TOUCH_VERSION_1": true, + "SOC_TWAI_BRP_DIV_SUPPORTED": "Not determined", + "SOC_TWAI_BRP_MIN": 2, + "SOC_TWAI_CLK_SUPPORT_APB": true, + "SOC_TWAI_CONTROLLER_NUM": 1, + "SOC_TWAI_SUPPORTED": true, + "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT": true, + "SOC_UART_BITRATE_MAX": 5000000, + "SOC_UART_FIFO_LEN": 128, + "SOC_UART_NUM": 3, + "SOC_UART_SUPPORTED": true, + "SOC_UART_SUPPORT_APB_CLK": true, + "SOC_UART_SUPPORT_REF_TICK": true, + "SOC_ULP_FSM_SUPPORTED": true, + "SOC_ULP_HAS_ADC": true, + "SOC_ULP_SUPPORTED": true, + "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_MESH_SUPPORT": true, + "SOC_WIFI_NAN_SUPPORT": true, + "SOC_WIFI_SUPPORTED": true, + "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, + "SOC_WIFI_WAPI_SUPPORT": true, + "SOC_XTAL_SUPPORT_26M": true, + "SOC_XTAL_SUPPORT_40M": true, + "SOC_XTAL_SUPPORT_AUTO_DETECT": true, + "SPI_FLASH_BROWNOUT_RESET": true, + "SPI_FLASH_BROWNOUT_RESET_XMC": true, + "SPI_FLASH_BYPASS_BLOCK_ERASE": false, + "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED": false, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, + "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, + "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, + "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_SHARE_SPI1_BUS": false, + "SPI_FLASH_SIZE_OVERRIDE": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_GD_CHIP": true, + "SPI_FLASH_SUPPORT_ISSI_CHIP": true, + "SPI_FLASH_SUPPORT_MXIC_CHIP": true, + "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, + "SPI_FLASH_VENDOR_GD_SUPPORTED": true, + "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, + "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, + "SPI_FLASH_VENDOR_WINBOND_SUPPORTED": true, + "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, + "SPI_FLASH_VERIFY_WRITE": false, + "SPI_FLASH_WRITE_CHUNK_SIZE": 8192, + "SPI_FLASH_YIELD_DURING_ERASE": true, + "XTAL_FREQ": 40, + "XTAL_FREQ_26": false, + "XTAL_FREQ_40": true, + "XTAL_FREQ_AUTO": false +} \ No newline at end of file diff --git a/build/bootloader/esp-idf/bootloader/cmake_install.cmake b/build/bootloader/esp-idf/bootloader/cmake_install.cmake new file mode 100644 index 0000000..8396aeb --- /dev/null +++ b/build/bootloader/esp-idf/bootloader/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj new file mode 100644 index 0000000..c456b73 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj new file mode 100644 index 0000000..2fc9d60 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj new file mode 100644 index 0000000..dffaac3 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj new file mode 100644 index 0000000..e862cfa Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj new file mode 100644 index 0000000..8a66cf7 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj new file mode 100644 index 0000000..0f15504 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj new file mode 100644 index 0000000..16e729e Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj new file mode 100644 index 0000000..bd2f0f5 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj new file mode 100644 index 0000000..9b877a7 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj new file mode 100644 index 0000000..f3d4a39 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj new file mode 100644 index 0000000..5f79b55 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj new file mode 100644 index 0000000..de5f4d6 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj new file mode 100644 index 0000000..9972148 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj new file mode 100644 index 0000000..8909de8 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj new file mode 100644 index 0000000..d684ec6 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj new file mode 100644 index 0000000..e2e8b70 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj new file mode 100644 index 0000000..30504d9 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj new file mode 100644 index 0000000..88300e5 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj new file mode 100644 index 0000000..fcb2f58 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj new file mode 100644 index 0000000..64983d5 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj new file mode 100644 index 0000000..7b9bf73 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj new file mode 100644 index 0000000..a3d0a7d Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj new file mode 100644 index 0000000..13784b5 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake b/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake new file mode 100644 index 0000000..1fb4c15 --- /dev/null +++ b/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a new file mode 100644 index 0000000..55ace73 Binary files /dev/null and b/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/build/bootloader/esp-idf/cmake_install.cmake b/build/bootloader/esp-idf/cmake_install.cmake new file mode 100644 index 0000000..1357b88 --- /dev/null +++ b/build/bootloader/esp-idf/cmake_install.cmake @@ -0,0 +1,134 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/xtensa/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/newlib/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/soc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/hal/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/efuse/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_system/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/log/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/partition_table/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/bootloader/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/freertos/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/main/cmake_install.cmake") +endif() + diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj new file mode 100644 index 0000000..78b701f Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj new file mode 100644 index 0000000..15c7f48 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj new file mode 100644 index 0000000..bc30315 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj new file mode 100644 index 0000000..b3a7aab Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj new file mode 100644 index 0000000..fac2e1f Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj new file mode 100644 index 0000000..3a14cc9 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj new file mode 100644 index 0000000..efe8cb2 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/build/bootloader/esp-idf/efuse/cmake_install.cmake b/build/bootloader/esp-idf/efuse/cmake_install.cmake new file mode 100644 index 0000000..0dd3e13 --- /dev/null +++ b/build/bootloader/esp-idf/efuse/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/efuse/libefuse.a b/build/bootloader/esp-idf/efuse/libefuse.a new file mode 100644 index 0000000..82239c9 Binary files /dev/null and b/build/bootloader/esp-idf/efuse/libefuse.a differ diff --git a/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj new file mode 100644 index 0000000..6b5988a Binary files /dev/null and b/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj differ diff --git a/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake b/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake new file mode 100644 index 0000000..1bedcd5 --- /dev/null +++ b/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a b/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a new file mode 100644 index 0000000..f33850a Binary files /dev/null and b/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a differ diff --git a/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj new file mode 100644 index 0000000..326556b Binary files /dev/null and b/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/build/bootloader/esp-idf/esp_common/cmake_install.cmake b/build/bootloader/esp-idf/esp_common/cmake_install.cmake new file mode 100644 index 0000000..804aab8 --- /dev/null +++ b/build/bootloader/esp-idf/esp_common/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/esp_common/libesp_common.a b/build/bootloader/esp-idf/esp_common/libesp_common.a new file mode 100644 index 0000000..7244832 Binary files /dev/null and b/build/bootloader/esp-idf/esp_common/libesp_common.a differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj new file mode 100644 index 0000000..67b2bf5 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj new file mode 100644 index 0000000..b2a9a0b Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj new file mode 100644 index 0000000..9be6b2d Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj new file mode 100644 index 0000000..bded80c Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj new file mode 100644 index 0000000..e866d62 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj new file mode 100644 index 0000000..7b92f64 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj new file mode 100644 index 0000000..97b6227 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj new file mode 100644 index 0000000..0e67ea0 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj new file mode 100644 index 0000000..fdc470b Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj new file mode 100644 index 0000000..eda4aa5 Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj differ diff --git a/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake b/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake new file mode 100644 index 0000000..aa72f0a --- /dev/null +++ b/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake") +endif() + diff --git a/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a b/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a new file mode 100644 index 0000000..632cd4e Binary files /dev/null and b/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake new file mode 100644 index 0000000..02bf3cd --- /dev/null +++ b/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj new file mode 100644 index 0000000..7872467 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj new file mode 100644 index 0000000..7ec1382 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 0000000..c42e86b Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj new file mode 100644 index 0000000..e15c24f Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj new file mode 100644 index 0000000..32c2990 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj new file mode 100644 index 0000000..408bd7b Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj new file mode 100644 index 0000000..a65ecd0 Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/build/bootloader/esp-idf/esp_rom/cmake_install.cmake b/build/bootloader/esp-idf/esp_rom/cmake_install.cmake new file mode 100644 index 0000000..d5bbb9f --- /dev/null +++ b/build/bootloader/esp-idf/esp_rom/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/esp_rom/libesp_rom.a b/build/bootloader/esp-idf/esp_rom/libesp_rom.a new file mode 100644 index 0000000..b3432aa Binary files /dev/null and b/build/bootloader/esp-idf/esp_rom/libesp_rom.a differ diff --git a/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj new file mode 100644 index 0000000..d7e4dbb Binary files /dev/null and b/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/build/bootloader/esp-idf/esp_system/cmake_install.cmake b/build/bootloader/esp-idf/esp_system/cmake_install.cmake new file mode 100644 index 0000000..44f9316 --- /dev/null +++ b/build/bootloader/esp-idf/esp_system/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/esp_system/libesp_system.a b/build/bootloader/esp-idf/esp_system/libesp_system.a new file mode 100644 index 0000000..b758bad Binary files /dev/null and b/build/bootloader/esp-idf/esp_system/libesp_system.a differ diff --git a/build/bootloader/esp-idf/esptool_py/cmake_install.cmake b/build/bootloader/esp-idf/esptool_py/cmake_install.cmake new file mode 100644 index 0000000..cbf86bb --- /dev/null +++ b/build/bootloader/esp-idf/esptool_py/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/freertos/cmake_install.cmake b/build/bootloader/esp-idf/freertos/cmake_install.cmake new file mode 100644 index 0000000..f00744d --- /dev/null +++ b/build/bootloader/esp-idf/freertos/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj new file mode 100644 index 0000000..39b8ec5 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj new file mode 100644 index 0000000..62468a7 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj new file mode 100644 index 0000000..cbf29a5 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj new file mode 100644 index 0000000..340b4c0 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj new file mode 100644 index 0000000..92c3c04 Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj differ diff --git a/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj new file mode 100644 index 0000000..1879bba Binary files /dev/null and b/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj differ diff --git a/build/bootloader/esp-idf/hal/cmake_install.cmake b/build/bootloader/esp-idf/hal/cmake_install.cmake new file mode 100644 index 0000000..3744fa5 --- /dev/null +++ b/build/bootloader/esp-idf/hal/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/hal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/hal/libhal.a b/build/bootloader/esp-idf/hal/libhal.a new file mode 100644 index 0000000..6c96d02 Binary files /dev/null and b/build/bootloader/esp-idf/hal/libhal.a differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj new file mode 100644 index 0000000..21e719c Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj new file mode 100644 index 0000000..8ca06b6 Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj differ diff --git a/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj new file mode 100644 index 0000000..86cca06 Binary files /dev/null and b/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj differ diff --git a/build/bootloader/esp-idf/log/cmake_install.cmake b/build/bootloader/esp-idf/log/cmake_install.cmake new file mode 100644 index 0000000..7fe4c13 --- /dev/null +++ b/build/bootloader/esp-idf/log/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/log + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/log/liblog.a b/build/bootloader/esp-idf/log/liblog.a new file mode 100644 index 0000000..ae34373 Binary files /dev/null and b/build/bootloader/esp-idf/log/liblog.a differ diff --git a/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj b/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj new file mode 100644 index 0000000..be3e7f4 Binary files /dev/null and b/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj differ diff --git a/build/bootloader/esp-idf/main/cmake_install.cmake b/build/bootloader/esp-idf/main/cmake_install.cmake new file mode 100644 index 0000000..0fc6e1a --- /dev/null +++ b/build/bootloader/esp-idf/main/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/main/libmain.a b/build/bootloader/esp-idf/main/libmain.a new file mode 100644 index 0000000..964140f Binary files /dev/null and b/build/bootloader/esp-idf/main/libmain.a differ diff --git a/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj b/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj new file mode 100644 index 0000000..3bd1e99 Binary files /dev/null and b/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj differ diff --git a/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake b/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake new file mode 100644 index 0000000..dfae912 --- /dev/null +++ b/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a b/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a new file mode 100644 index 0000000..6d459b0 Binary files /dev/null and b/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a differ diff --git a/build/bootloader/esp-idf/newlib/cmake_install.cmake b/build/bootloader/esp-idf/newlib/cmake_install.cmake new file mode 100644 index 0000000..0add754 --- /dev/null +++ b/build/bootloader/esp-idf/newlib/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/partition_table/cmake_install.cmake b/build/bootloader/esp-idf/partition_table/cmake_install.cmake new file mode 100644 index 0000000..57abd5e --- /dev/null +++ b/build/bootloader/esp-idf/partition_table/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj new file mode 100644 index 0000000..678f5e1 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj new file mode 100644 index 0000000..1afc2c6 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj new file mode 100644 index 0000000..e4eea2d Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj new file mode 100644 index 0000000..b9b343c Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj new file mode 100644 index 0000000..d22522a Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj new file mode 100644 index 0000000..a8092d3 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj new file mode 100644 index 0000000..954920d Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj new file mode 100644 index 0000000..2fa9dae Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj new file mode 100644 index 0000000..d68e77d Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj new file mode 100644 index 0000000..e05191d Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj new file mode 100644 index 0000000..54e4714 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj new file mode 100644 index 0000000..d9bb013 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj new file mode 100644 index 0000000..9266741 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj new file mode 100644 index 0000000..fac1d90 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj new file mode 100644 index 0000000..1ee403b Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj new file mode 100644 index 0000000..ca3be0f Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj new file mode 100644 index 0000000..a79c07c Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj new file mode 100644 index 0000000..576e009 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj new file mode 100644 index 0000000..866910e Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj new file mode 100644 index 0000000..a673768 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj new file mode 100644 index 0000000..8fff282 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj new file mode 100644 index 0000000..fc51f90 Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj differ diff --git a/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj new file mode 100644 index 0000000..dd32d8b Binary files /dev/null and b/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/build/bootloader/esp-idf/soc/cmake_install.cmake b/build/bootloader/esp-idf/soc/cmake_install.cmake new file mode 100644 index 0000000..c9f43a7 --- /dev/null +++ b/build/bootloader/esp-idf/soc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/soc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/soc/libsoc.a b/build/bootloader/esp-idf/soc/libsoc.a new file mode 100644 index 0000000..ba7c855 Binary files /dev/null and b/build/bootloader/esp-idf/soc/libsoc.a differ diff --git a/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj new file mode 100644 index 0000000..803ee90 Binary files /dev/null and b/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/build/bootloader/esp-idf/spi_flash/cmake_install.cmake b/build/bootloader/esp-idf/spi_flash/cmake_install.cmake new file mode 100644 index 0000000..7597a0b --- /dev/null +++ b/build/bootloader/esp-idf/spi_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/build/bootloader/esp-idf/spi_flash/libspi_flash.a new file mode 100644 index 0000000..c0debda Binary files /dev/null and b/build/bootloader/esp-idf/spi_flash/libspi_flash.a differ diff --git a/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj b/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj new file mode 100644 index 0000000..db5028b Binary files /dev/null and b/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj differ diff --git a/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj b/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj new file mode 100644 index 0000000..30376e1 Binary files /dev/null and b/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj differ diff --git a/build/bootloader/esp-idf/xtensa/cmake_install.cmake b/build/bootloader/esp-idf/xtensa/cmake_install.cmake new file mode 100644 index 0000000..a1eb2e7 --- /dev/null +++ b/build/bootloader/esp-idf/xtensa/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/bootloader/esp-idf/xtensa/libxtensa.a b/build/bootloader/esp-idf/xtensa/libxtensa.a new file mode 100644 index 0000000..6f17d2b Binary files /dev/null and b/build/bootloader/esp-idf/xtensa/libxtensa.a differ diff --git a/build/bootloader/kconfigs.in b/build/bootloader/kconfigs.in new file mode 100644 index 0000000..aecb706 --- /dev/null +++ b/build/bootloader/kconfigs.in @@ -0,0 +1,10 @@ +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig" \ No newline at end of file diff --git a/build/bootloader/kconfigs_projbuild.in b/build/bootloader/kconfigs_projbuild.in new file mode 100644 index 0000000..676bc9d --- /dev/null +++ b/build/bootloader/kconfigs_projbuild.in @@ -0,0 +1,5 @@ +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/build/bootloader/project_description.json b/build/bootloader/project_description.json new file mode 100644 index 0000000..3acec17 --- /dev/null +++ b/build/bootloader/project_description.json @@ -0,0 +1,1256 @@ +{ + "version": "1.1", + "project_name": "bootloader", + "project_version": "v5.1.6", + "project_path": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject", + "idf_path": "C:/Users/carec/esp/v5.1.6/esp-idf", + "build_dir": "C:/LED_shit/build/bootloader", + "config_file": "C:/LED_shit/sdkconfig", + "config_defaults": "", + "bootloader_elf": "", + "app_elf": "bootloader.elf", + "app_bin": "bootloader.bin", + "build_type": "flash_app", + "git_revision": "v5.1.6", + "target": "esp32", + "rev": "0", + "min_rev": "0", + "max_rev": "399", + "phy_data_partition": "", + "monitor_baud" : "115200", + "monitor_toolprefix": "xtensa-esp32-elf-", + "c_compiler": "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe", + "config_environment" : { + "COMPONENT_KCONFIGS" : "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild" + }, + "common_component_reqs": [ "log", "esp_rom", "esp_common", "esp_hw_support", "newlib", "xtensa" ], + "build_components" : [ "bootloader", "bootloader_support", "efuse", "esp_app_format", "esp_common", "esp_hw_support", "esp_rom", "esp_system", "esptool_py", "freertos", "hal", "log", "main", "micro-ecc", "newlib", "partition_table", "soc", "spi_flash", "xtensa", "" ], + "build_component_paths" : [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", "" ], + "build_component_info" : { + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", + "type": "CONFIG_ONLY", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", + "type": "LIBRARY", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_app_format", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_console.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_panic.c" ], + "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", + "type": "LIBRARY", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/efuse/libefuse.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c" ], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", + "type": "LIBRARY", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", + "type": "LIBRARY", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/esp_common/libesp_common.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", + "type": "LIBRARY", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/chip_info.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", + "type": "LIBRARY", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", + "type": "LIBRARY", + "lib": "__idf_esp_system", + "reqs": [ "spi_flash" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/esp_system/libesp_system.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_err.c" ], + "include_dirs": [] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", + "type": "CONFIG_ONLY", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", + "type": "CONFIG_ONLY", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", + "type": "LIBRARY", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/hal/libhal.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mpu_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/efuse_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/efuse_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mmu_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/cache_hal_esp32.c" ], + "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", + "type": "LIBRARY", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/log/liblog.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_buffers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_noos.c" ], + "include_dirs": [ "include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main", + "type": "LIBRARY", + "lib": "__idf_main", + "reqs": [ "bootloader", "bootloader_support" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/main/libmain.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main/bootloader_start.c" ], + "include_dirs": [] + }, + "micro-ecc": { + "alias": "idf::micro-ecc", + "target": "___idf_micro-ecc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc", + "type": "LIBRARY", + "lib": "__idf_micro-ecc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" ], + "include_dirs": [ ".", "micro-ecc" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", + "type": "CONFIG_ONLY", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "platform_include" ] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", + "type": "CONFIG_ONLY", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", + "type": "LIBRARY", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/soc/libsoc.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/lldesc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/dport_access_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/interrupts.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/gpio_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/uart_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dport_access.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/adc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/spi_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ledc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/pcnt_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rmt_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdm_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2s_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2c_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/timer_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/lcd_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/mcpwm_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdmmc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/touch_sensor_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/twai_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dac_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rtc_io_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdio_slave_periph.c" ], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", + "type": "LIBRARY", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_wrap.c" ], + "include_dirs": [ "include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", + "type": "LIBRARY", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/bootloader/esp-idf/xtensa/libxtensa.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/eri.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xt_trax.c" ], + "include_dirs": [ "include", "esp32/include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_app_format", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs" ], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "driver", "log", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [], + "priv_reqs": [ "driver", "esp_mm", "esp_psram" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [ "spi_flash" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [ "esp_common" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "wifi_apps/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc" ], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "vfs", "src" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [ "esp_coex" ], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition", "spi_flash" ], + "priv_reqs": [ "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "driver" ], + "priv_reqs": [ "console", "esp_coex", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [ "xtensa" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [ "driver" ], + "priv_reqs": [ "soc", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/main", + "lib": "__idf_main", + "reqs": [ "bootloader", "bootloader_support" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "micro-ecc": { + "alias": "idf::micro-ecc", + "target": "___idf_micro-ecc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc", + "lib": "__idf_micro-ecc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "micro-ecc" ] + } + }, + "debug_prefix_map_gdbinit": "" +} diff --git a/build/bootloader/project_elf_src_esp32.c b/build/bootloader/project_elf_src_esp32.c new file mode 100644 index 0000000..e69de29 diff --git a/build/build.ninja b/build/build.ninja new file mode 100644 index 0000000..486d2cd --- /dev/null +++ b/build/build.ninja @@ -0,0 +1,16199 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: LED_shit +# Configurations: +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = C$:/LED_shit/build/ + +############################################# +# Utility command for menuconfig + +build menuconfig: phony CMakeFiles/menuconfig + + +############################################# +# Utility command for confserver + +build confserver: phony CMakeFiles/confserver + + +############################################# +# Utility command for save-defconfig + +build save-defconfig: phony CMakeFiles/save-defconfig + + +############################################# +# Utility command for bootloader + +build bootloader: phony CMakeFiles/bootloader CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-update esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for gen_project_binary + +build gen_project_binary: phony CMakeFiles/gen_project_binary .bin_timestamp LED_shit.elf + + +############################################# +# Utility command for app + +build app: phony CMakeFiles/app esp-idf/esptool_py/app_check_size gen_project_binary + + +############################################# +# Utility command for erase_flash + +build erase_flash: phony CMakeFiles/erase_flash + + +############################################# +# Utility command for monitor + +build monitor: phony CMakeFiles/monitor LED_shit.elf + + +############################################# +# Utility command for flash + +build flash: phony CMakeFiles/flash app bootloader esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for encrypted-flash + +build encrypted-flash: phony CMakeFiles/encrypted-flash + + +############################################# +# Utility command for _project_elf_src + +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32.c + +# ============================================================================= +# Object build statements for EXECUTABLE target LED_shit.elf + + +############################################# +# Order-only phony target for LED_shit.elf + +build cmake_object_order_depends_target_LED_shit.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_perfmon cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning cmake_object_order_depends_target___idf_xtensa esp-idf/esp_system/__ldgen_output_sections.ld project_elf_src_esp32.c + +build CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__LED_shit.2eelf_unscanned_ C$:/LED_shit/build/project_elf_src_esp32.c || cmake_object_order_depends_target_LED_shit.elf + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H + DEP_FILE = CMakeFiles\LED_shit.elf.dir\project_elf_src_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always + INCLUDES = -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip + OBJECT_DIR = CMakeFiles\LED_shit.elf.dir + OBJECT_FILE_DIR = CMakeFiles\LED_shit.elf.dir + + +# ============================================================================= +# Link build statements for EXECUTABLE target LED_shit.elf + + +############################################# +# Link the executable LED_shit.elf + +build LED_shit.elf: CXX_EXECUTABLE_LINKER__LED_shit.2eelf_ CMakeFiles/LED_shit.elf.dir/project_elf_src_esp32.c.obj | esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/spiffs/libspiffs.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_system/ld/memory.ld esp-idf/esp_system/ld/sections.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a + FLAGS = -mlongcalls -Wno-frame-address + LINK_FLAGS = -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=C:/LED_shit/build/LED_shit.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.peripherals.ld -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-data.ld -T esp32.rom.syscalls.ld -T esp32.rom.newlib-funcs.ld -T memory.ld -T sections.ld + LINK_LIBRARIES = esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/spiffs/libspiffs.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32/libwapi.a C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/libxt_hal.a -u esp_app_desc -u pthread_include_pthread_impl -u pthread_include_pthread_cond_var_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u pthread_include_pthread_semaphore_impl -u ld_include_highint_hdl -u start_app -u start_app_other_cores -u __ubsan_include -Wl,--wrap=longjmp -u __assert_func -u esp_dport_access_reg_read -Wl,--undefined=uxTopUsedPriority -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm esp-idf/newlib/libnewlib.a -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -Wl,--wrap=_Unwind_SetEnableExceptionFdeSorting -Wl,--wrap=__register_frame_info_bases -Wl,--wrap=__register_frame_info -Wl,--wrap=__register_frame -Wl,--wrap=__register_frame_info_table_bases -Wl,--wrap=__register_frame_info_table -Wl,--wrap=__register_frame_table -Wl,--wrap=__deregister_frame_info_bases -Wl,--wrap=__deregister_frame_info -Wl,--wrap=_Unwind_Find_FDE -Wl,--wrap=_Unwind_GetGR -Wl,--wrap=_Unwind_GetCFA -Wl,--wrap=_Unwind_GetIP -Wl,--wrap=_Unwind_GetIPInfo -Wl,--wrap=_Unwind_GetRegionStart -Wl,--wrap=_Unwind_GetDataRelBase -Wl,--wrap=_Unwind_GetTextRelBase -Wl,--wrap=_Unwind_SetIP -Wl,--wrap=_Unwind_SetGR -Wl,--wrap=_Unwind_GetLanguageSpecificData -Wl,--wrap=_Unwind_FindEnclosingFunction -Wl,--wrap=_Unwind_Resume -Wl,--wrap=_Unwind_RaiseException -Wl,--wrap=_Unwind_DeleteException -Wl,--wrap=_Unwind_ForcedUnwind -Wl,--wrap=_Unwind_Resume_or_Rethrow -Wl,--wrap=_Unwind_Backtrace -Wl,--wrap=__cxa_call_unexpected -Wl,--wrap=__gxx_personality_v0 -u __cxa_guard_dummy -lstdc++ esp-idf/pthread/libpthread.a -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u include_esp_phy_override -lphy -lrtc esp-idf/esp_phy/libesp_phy.a -lphy -lrtc esp-idf/esp_phy/libesp_phy.a -lphy -lrtc -u vfs_include_syscalls_impl + LINK_PATH = -LC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ld -LC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld -LC:/LED_shit/build/esp-idf/esp_system/ld -LC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/esp32 -LC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/esp32 + OBJECT_DIR = CMakeFiles\LED_shit.elf.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = LED_shit.elf + TARGET_PDB = LED_shit.elf.dbg + RSP_FILE = CMakeFiles\LED_shit.elf.rsp + + +############################################# +# Utility command for size + +build size: phony CMakeFiles/size + + +############################################# +# Utility command for size-files + +build size-files: phony CMakeFiles/size-files + + +############################################# +# Utility command for size-components + +build size-components: phony CMakeFiles/size-components + + +############################################# +# Utility command for uf2-app + +build uf2-app: phony CMakeFiles/uf2-app gen_project_binary + + +############################################# +# Utility command for uf2 + +build uf2: phony CMakeFiles/uf2 bootloader gen_project_binary + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Custom command for CMakeFiles\menuconfig + +build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config C:/LED_shit/sdkconfig && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/check_term.py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/LED_shit/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/LED_shit/build/kconfigs_projbuild.in KCONFIG_CONFIG=C:/LED_shit/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/menuconfig_wrapper.py C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config C:/LED_shit/sdkconfig" + pool = console + + +############################################# +# Custom command for CMakeFiles\confserver + +build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/LED_shit/build/config.env --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig" + pool = console + + +############################################# +# Custom command for CMakeFiles\save-defconfig + +build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/LED_shit/build/config.env && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --sdkconfig-rename C:/Users/carec/esp/v5.1.6/esp-idf/sdkconfig.rename --config C:/LED_shit/sdkconfig --env-file C:/LED_shit/build/config.env --dont-write-deprecated --output savedefconfig C:/LED_shit/sdkconfig.defaults" + pool = console + + +############################################# +# Phony custom command for CMakeFiles\bootloader + +build CMakeFiles/bootloader | ${cmake_ninja_workdir}CMakeFiles/bootloader: phony CMakeFiles/bootloader-complete || esp-idf/partition_table/partition_table_bin + + +############################################# +# Custom command for CMakeFiles\bootloader-complete + +build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done | ${cmake_ninja_workdir}CMakeFiles/bootloader-complete ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-done: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-update bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader-prefix/src/bootloader-stamp/bootloader-install || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E make_directory C:/LED_shit/build/CMakeFiles && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/CMakeFiles/bootloader-complete && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-done" + DESC = Completed 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-build + +build bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-build ${cmake_ninja_workdir}bootloader/bootloader.elf ${cmake_ninja_workdir}bootloader/bootloader.bin ${cmake_ninja_workdir}bootloader/bootloader.map: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-configure || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --build ." + DESC = Performing build step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-configure + +build bootloader-prefix/src/bootloader-stamp/bootloader-configure | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-configure: CUSTOM_COMMAND bootloader-prefix/tmp/bootloader-cfgcmd.txt bootloader-prefix/src/bootloader-stamp/bootloader-patch || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DSDKCONFIG=C:/LED_shit/sdkconfig -DIDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe -DEXTRA_COMPONENT_DIRS=C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=C:/LED_shit -GNinja -S C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject -B C:/LED_shit/build/bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure" + DESC = Performing configure step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-download + +build bootloader-prefix/src/bootloader-stamp/bootloader-download | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-download: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt bootloader-prefix/src/bootloader-stamp/bootloader-mkdir || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-download" + DESC = No download step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-install + +build bootloader-prefix/src/bootloader-stamp/bootloader-install | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-install: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-build || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo_append" + DESC = No install step for 'bootloader' + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-mkdir + +build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-mkdir: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -Dcfgdir= -P C:/LED_shit/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir" + DESC = Creating directories for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-patch + +build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-update || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch" + DESC = No patch step for 'bootloader' + restat = 1 + + +############################################# +# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-update + +build bootloader-prefix/src/bootloader-stamp/bootloader-update | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo_append && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/bootloader-prefix/src/bootloader-stamp/bootloader-update" + DESC = No update step for 'bootloader' + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles\gen_project_binary + +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + + +############################################# +# Custom command for .bin_timestamp + +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND LED_shit.elf || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 4MB --elf-sha256-offset 0xb0 --min-rev-full 0 --max-rev-full 399 -o C:/LED_shit/build/LED_shit.bin C:/LED_shit/build/LED_shit.elf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Generated C:/LED_shit/build/LED_shit.bin" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E md5sum C:/LED_shit/build/LED_shit.bin > C:/LED_shit/build/.bin_timestamp" + DESC = Generating binary image from built executable + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles\app + +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + + +############################################# +# Custom command for CMakeFiles\erase_flash + +build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\monitor + +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--target;esp32;--revision;0;C:/LED_shit/build/LED_shit.elf -D WORKING_DIRECTORY=C:/LED_shit/build -P run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\flash + +build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || LED_shit.elf _project_elf_src app bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args -D WORKING_DIRECTORY=C:/LED_shit/build -P C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\encrypted-flash + +build CMakeFiles/encrypted-flash | ${cmake_ninja_workdir}CMakeFiles/encrypted-flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-flash requires" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/fail.cmake" + + +############################################# +# Phony custom command for CMakeFiles\_project_elf_src + +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32.c + + +############################################# +# Custom command for project_elf_src_esp32.c + +build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E touch C:/LED_shit/build/project_elf_src_esp32.c" + DESC = Generating project_elf_src_esp32.c + restat = 1 + + +############################################# +# Custom command for CMakeFiles\size + +build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND LED_shit.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/LED_shit/build/LED_shit.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\size-files + +build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND LED_shit.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/LED_shit/build/LED_shit.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\size-components + +build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND LED_shit.map + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/LED_shit/build/LED_shit.map -D OUTPUT_JSON= -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/run_size_tool.cmake" + pool = console + + +############################################# +# Custom command for CMakeFiles\uf2-app + +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/mkuf2.py write -o C:/LED_shit/build/uf2-app.bin --json C:/LED_shit/build/flasher_args.json --chip-id 0x1c5f21b0 --bin app" + pool = console + + +############################################# +# Custom command for CMakeFiles\uf2 + +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND || LED_shit.elf _project_elf_src bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/mkuf2.py write -o C:/LED_shit/build/uf2.bin --json C:/LED_shit/build/flasher_args.json --chip-id 0x1c5f21b0" + pool = console + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/LED_shit/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/install: phony esp-idf/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/install/local: phony esp-idf/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/install/strip: phony esp-idf/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_xtensa + + +############################################# +# Order-only phony target for __idf_xtensa + +build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_esp_ringbuf + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\eri.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xt_trax.c || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xt_trax.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj: C_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xtensa_intr.c || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xtensa_intr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + +build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj: ASM_COMPILER____idf_xtensa_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xtensa_intr_asm.S || cmake_object_order_depends_target___idf_xtensa + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xtensa_intr_asm.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_xtensa + + +############################################# +# Link the static library esp-idf\xtensa\libxtensa.a + +build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj || esp-idf/esp_ringbuf/libesp_ringbuf.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\xtensa\libxtensa.a + TARGET_PDB = xtensa.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/xtensa/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/xtensa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/xtensa/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/xtensa/install: phony esp-idf/xtensa/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/xtensa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/xtensa/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/xtensa/install/local: phony esp-idf/xtensa/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/xtensa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/xtensa/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\xtensa && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/xtensa/install/strip: phony esp-idf/xtensa/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Order-only phony target for __idf_esp_ringbuf + +build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object_order_depends_target___idf_efuse + +build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir\ringbuf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir + OBJECT_FILE_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Link the static library esp-idf\esp_ringbuf\libesp_ringbuf.a + +build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_ringbuf\libesp_ringbuf.a + TARGET_PDB = esp_ringbuf.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_ringbuf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_ringbuf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/rebuild_cache: phony esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_ringbuf/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_ringbuf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_ringbuf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_ringbuf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_ringbuf && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Order-only phony target for __idf_efuse + +build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_driver + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_table.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_fields.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks\esp_efuse_api_key.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_efuse + + +############################################# +# Link the static library esp-idf\efuse\libefuse.a + +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj || esp-idf/driver/libdriver.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\efuse\libefuse.a + TARGET_PDB = efuse.a.dbg + + +############################################# +# Utility command for efuse-common-table + +build esp-idf/efuse/efuse-common-table: phony esp-idf/efuse/CMakeFiles/efuse-common-table + + +############################################# +# Utility command for efuse_common_table + +build esp-idf/efuse/efuse_common_table: phony esp-idf/efuse/CMakeFiles/efuse_common_table esp-idf/efuse/efuse-common-table + + +############################################# +# Utility command for efuse-custom-table + +build esp-idf/efuse/efuse-custom-table: phony + + +############################################# +# Utility command for efuse_custom_table + +build esp-idf/efuse/efuse_custom_table: phony esp-idf/efuse/CMakeFiles/efuse_custom_table esp-idf/efuse/efuse-custom-table + + +############################################# +# Utility command for show-efuse-table + +build esp-idf/efuse/show-efuse-table: phony esp-idf/efuse/CMakeFiles/show-efuse-table + + +############################################# +# Utility command for show_efuse_table + +build esp-idf/efuse/show_efuse_table: phony esp-idf/efuse/CMakeFiles/show_efuse_table esp-idf/efuse/show-efuse-table + + +############################################# +# Utility command for efuse_test_table + +build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_table + + +############################################# +# Utility command for edit_cache + +build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/efuse/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/efuse/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/efuse/install: phony esp-idf/efuse/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/efuse/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/efuse/install/local: phony esp-idf/efuse/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/efuse/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/efuse/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/efuse/install/strip: phony esp-idf/efuse/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse-common-table + +build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192" + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_common_table + +build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_custom_table + +build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\show-efuse-table + +build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info" + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\show_efuse_table + +build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? + + +############################################# +# Custom command for esp-idf\efuse\CMakeFiles\efuse_test_table + +build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\efuse && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/efuse_table_gen.py C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Order-only phony target for __idf_driver + +build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_esp_pm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/gpio.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\gpio.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\gpio_glitch_filter_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/rtc_io.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\rtc_io.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/spi_bus_lock.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\spi_bus_lock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_dma_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_oneshot.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_oneshot.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_cosine.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_cosine.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_continuous.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_continuous.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_common.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/esp32/dac_dma.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\esp32\dac_dma.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\esp32 + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/dac_common_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\dac_common_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/esp32/dac_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\esp32\dac_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\esp32 + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/gptimer.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer\gptimer.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/gptimer_priv.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer\gptimer_priv.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\timer_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2c\i2c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2c + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_common.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_std.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_std.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\i2s_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_pdm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/ledc.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\ledc\ledc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\ledc + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_cap.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_cap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_cmpr.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_cmpr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_com.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_com.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_fault.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_fault.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_gen.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_gen.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_oper.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_oper.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_sync.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_sync.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_timer.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_timer.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/mcpwm_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\mcpwm_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/pulse_cnt.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\pcnt\pulse_cnt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\pcnt + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/pcnt_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\pcnt_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_common.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_encoder.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_encoder.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_rx.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_rx.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_tx.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_tx.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\rmt_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/sdio_slave.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdio_slave\sdio_slave.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdio_slave + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/sdmmc_transaction.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc\sdmmc_transaction.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/sdmmc_host.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc\sdmmc_host.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/sdm.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sigma_delta\sdm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sigma_delta + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\sigma_delta_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_common.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_master.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_master.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_slave.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_crc.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_crc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_host.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_host.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_transaction.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/touch_sensor_common.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\touch_sensor_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\esp32\touch_sensor.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\esp32 + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai\twai.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/uart.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\uart\uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\uart + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj: C_COMPILER____idf_driver_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_i2s_deprecated.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Link the static library esp-idf\driver\libdriver.a + +build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj || esp-idf/esp_pm/libesp_pm.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\driver\libdriver.a + TARGET_PDB = driver.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\driver && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\driver && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/driver/rebuild_cache: phony esp-idf/driver/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/driver/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\driver && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\driver && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\driver && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Order-only phony target for __idf_esp_pm + +build cmake_object_order_depends_target___idf_esp_pm: phony || cmake_object_order_depends_target___idf_mbedtls + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____idf_esp_pm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_locks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____idf_esp_pm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_trace.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj: C_COMPILER____idf_esp_pm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_impl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + OBJECT_FILE_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Link the static library esp-idf\esp_pm\libesp_pm.a + +build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj || esp-idf/mbedtls/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_pm\libesp_pm.a + TARGET_PDB = esp_pm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_pm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_pm/edit_cache: phony esp-idf/esp_pm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_pm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_pm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_pm/rebuild_cache: phony esp-idf/esp_pm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_pm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_pm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_pm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_pm/install: phony esp-idf/esp_pm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_pm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_pm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/local: phony esp-idf/esp_pm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_pm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_pm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/strip: phony esp-idf/esp_pm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Order-only phony target for __idf_mbedtls + +build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_order_depends_target_everest esp-idf/mbedtls/x509_crt_bundle x509_crt_bundle.S + +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\esp_crt_bundle\esp_crt_bundle.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\esp_crt_bundle + +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: ASM_COMPILER____idf_mbedtls_unscanned_ C$:/LED_shit/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\__\__\x509_crt_bundle.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\__\__ + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Link the static library esp-idf\mbedtls\libmbedtls.a + +build esp-idf/mbedtls/libmbedtls.a: C_STATIC_LIBRARY_LINKER____idf_mbedtls_ esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj || esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\libmbedtls.a + TARGET_PDB = mbedtls.a.dbg + + +############################################# +# Utility command for custom_bundle + +build esp-idf/mbedtls/custom_bundle: phony + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/rebuild_cache: phony esp-idf/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for x509_crt_bundle.S + +build x509_crt_bundle.S | ${cmake_ninja_workdir}x509_crt_bundle.S: CUSTOM_COMMAND esp-idf/mbedtls/x509_crt_bundle C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D DATA_FILE=C:/LED_shit/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=C:/LED_shit/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" + DESC = Generating ../../x509_crt_bundle.S + restat = 1 + + +############################################# +# Custom command for esp-idf\mbedtls\x509_crt_bundle + +build esp-idf/mbedtls/x509_crt_bundle | ${cmake_ninja_workdir}esp-idf/mbedtls/x509_crt_bundle: CUSTOM_COMMAND || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q" + DESC = Generating x509_crt_bundle + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for apidoc + +build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/rebuild_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/strip: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf\mbedtls\mbedtls\CMakeFiles\apidoc + +build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\mbedtls\doxygen && doxygen mbedtls.doxyfile" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\include && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\include && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/rebuild_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/include/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\include && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\include && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/local: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\include && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target everest + + +############################################# +# Order-only phony target for everest + +build cmake_object_order_depends_target_everest: phony || cmake_object_order_depends_target_p256m + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj: C_COMPILER__everest_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\everest.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj: C_COMPILER__everest_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\x25519.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj: C_COMPILER__everest_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\Hacl_Curve25519_joined.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target everest + + +############################################# +# Link the static library esp-idf\mbedtls\mbedtls\3rdparty\everest\libeverest.a + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_LINKER__everest_ esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj || esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\libeverest.a + TARGET_PDB = everest.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target p256m + + +############################################# +# Order-only phony target for p256m + +build cmake_object_order_depends_target_p256m: phony || cmake_object_order_depends_target_mbedcrypto + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj: C_COMPILER__p256m_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c || cmake_object_order_depends_target_p256m + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m_driver_entrypoints.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj: C_COMPILER__p256m_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c || cmake_object_order_depends_target_p256m + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m\p256-m.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target p256m + + +############################################# +# Link the static library esp-idf\mbedtls\mbedtls\3rdparty\p256-m\libp256m.a + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LINKER__p256m_ esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\libp256m.a + TARGET_PDB = p256m.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Order-only phony target for mbedcrypto + +build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_depends_target_mbedx509 + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aes.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesni.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesce.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aria.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1parse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1write.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\base64.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_core.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod_raw.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\block_cipher.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\camellia.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ccm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chacha20.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chachapoly.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher_wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\constant_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cmac.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ctr_drbg.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\des.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\dhm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdh.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecjpake.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves_new.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy_poll.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\error.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\gcm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hkdf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hmac_drbg.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lmots.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lms.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\memory_buffer_alloc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\nist_kw.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\oid.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\padlock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk_ecc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk_wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs12.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkparse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkwrite.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform_util.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\poly1305.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_aead.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_cipher.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_driver_wrappers_no_static.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ecp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ffdh.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_hash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_mac.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_pake.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_rsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_se.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_slot_management.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_storage.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_its_file.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_util.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ripemd160.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa_alt_helpers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha256.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha512.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\threading.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\timing.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version_features.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp_hardware.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp_mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp_timing.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes\esp_aes_xts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes\esp_aes_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes\block\esp_aes.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes\block + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\esp_sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine\sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp_bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp32\bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp32 + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha256.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha512.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\sha\parallel_engine + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes\esp_aes_gcm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\aes + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\md\esp_md.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\md + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedcrypto.a + +build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\mbedtls\library\libmbedcrypto.a + TARGET_PDB = mbedcrypto.a.dbg + RSP_FILE = CMakeFiles\mbedcrypto.rsp + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Order-only phony target for mbedx509 + +build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_depends_target_mbedtls + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\pkcs7.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_create.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_csr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_crt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj: C_COMPILER__mbedx509_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_csr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedx509.a + +build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__mbedx509_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\mbedtls\library\libmbedx509.a + TARGET_PDB = mbedx509.a.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Order-only phony target for mbedtls + +build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_esp_app_format + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_reader.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_trace.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ciphersuites.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cookie.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_debug_helpers_generated.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_msg.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ticket.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_server.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_keys.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_server.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_generic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\mbedtls_debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\esp_platform_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port\net_sockets.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\carec\esp\v5.1.6\esp-idf\components\mbedtls\port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedtls.a + +build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj || esp-idf/esp_app_format/libesp_app_format.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mbedtls\mbedtls\library\libmbedtls.a + TARGET_PDB = mbedtls.a.dbg + + +############################################# +# Utility command for lib + +build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib esp-idf/xtensa/libxtensa.a + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\library && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\library && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/rebuild_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/library/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\library && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\library && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/local: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\library && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/strip: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf\mbedtls\mbedtls\library\CMakeFiles\lib + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/edit_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/rebuild_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/pkgconfig/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/local: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mbedtls\mbedtls\pkgconfig && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/strip: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Order-only phony target for __idf_esp_app_format + +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_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"LED_shit\" -DPROJECT_VER=\"1\" + DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + OBJECT_FILE_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Link the static library esp-idf\esp_app_format\libesp_app_format.a + +build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_app_format\libesp_app_format.a + TARGET_PDB = esp_app_format.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_app_format/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_app_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install: phony esp-idf/esp_app_format/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_app_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/local: phony esp-idf/esp_app_format/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_app_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_app_format && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/strip: phony esp-idf/esp_app_format/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Order-only phony target for __idf_bootloader_support + +build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_esp_partition + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\idf\bootloader_sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + OBJECT_FILE_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\idf + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_bootloader_support + + +############################################# +# Link the static library esp-idf\bootloader_support\libbootloader_support.a + +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj || esp-idf/esp_partition/libesp_partition.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\bootloader_support\libbootloader_support.a + TARGET_PDB = bootloader_support.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bootloader_support/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bootloader_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install: phony esp-idf/bootloader_support/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bootloader_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install/local: phony esp-idf/bootloader_support/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bootloader_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bootloader_support/install/strip: phony esp-idf/bootloader_support/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for bootloader-flash + +build esp-idf/bootloader/bootloader-flash: phony esp-idf/bootloader/CMakeFiles/bootloader-flash bootloader + + +############################################# +# Utility command for encrypted-bootloader-flash + +build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bootloader/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf\bootloader\CMakeFiles\bootloader-flash + +build esp-idf/bootloader/CMakeFiles/bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootloader esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@bootloader-flash_args -D WORKING_DIRECTORY=C:/LED_shit/build -P C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for esp-idf\bootloader\CMakeFiles\encrypted-bootloader-flash + +build esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bootloader && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-bootloader-flash requires" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/fail.cmake" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for app-flash + +build esp-idf/esptool_py/app-flash: phony esp-idf/esptool_py/CMakeFiles/app-flash app + + +############################################# +# Utility command for encrypted-app-flash + +build esp-idf/esptool_py/encrypted-app-flash: phony esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + + +############################################# +# Utility command for app_check_size + +build esp-idf/esptool_py/app_check_size: phony esp-idf/esptool_py/CMakeFiles/app_check_size esp-idf/partition_table/partition_table_bin gen_project_binary + + +############################################# +# Utility command for edit_cache + +build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esptool_py/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/local: phony esp-idf/esptool_py/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf\esptool_py\CMakeFiles\app-flash + +build esp-idf/esptool_py/CMakeFiles/app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || LED_shit.elf _project_elf_src app esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@app-flash_args -D WORKING_DIRECTORY=C:/LED_shit/build -P C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for esp-idf\esptool_py\CMakeFiles\encrypted-app-flash + +build esp-idf/esptool_py/CMakeFiles/encrypted-app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/encrypted-app-flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-app-flash requires" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/fail.cmake" + + +############################################# +# Custom command for esp-idf\esptool_py\CMakeFiles\app_check_size + +build esp-idf/esptool_py/CMakeFiles/app_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app_check_size: CUSTOM_COMMAND || LED_shit.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esptool_py && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/LED_shit/build/partition_table/partition-table.bin C:/LED_shit/build/LED_shit.bin" + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for partition_table_bin + +build esp-idf/partition_table/partition_table_bin: phony esp-idf/partition_table/CMakeFiles/partition_table_bin partition_table/partition-table.bin + + +############################################# +# Utility command for partition-table + +build esp-idf/partition_table/partition-table: phony esp-idf/partition_table/CMakeFiles/partition-table esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for partition_table + +build esp-idf/partition_table/partition_table: phony esp-idf/partition_table/CMakeFiles/partition_table esp-idf/partition_table/partition-table + + +############################################# +# Utility command for partition-table-flash + +build esp-idf/partition_table/partition-table-flash: phony esp-idf/partition_table/CMakeFiles/partition-table-flash + + +############################################# +# Utility command for encrypted-partition-table-flash + +build esp-idf/partition_table/encrypted-partition-table-flash: phony esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash + + +############################################# +# Utility command for partition_table-flash + +build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_table/CMakeFiles/partition_table-flash esp-idf/partition_table/partition-table-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/partition_table/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/partition_table/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/partition_table/install/strip: phony esp-idf/partition_table/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf\partition_table\CMakeFiles\partition_table_bin + +build esp-idf/partition_table/CMakeFiles/partition_table_bin | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table_bin: phony partition_table/partition-table.bin partition_table/partition-table.bin + + +############################################# +# Custom command for partition_table\partition-table.bin + +build partition_table/partition-table.bin | ${cmake_ninja_workdir}partition_table/partition-table.bin: CUSTOM_COMMAND C$:/LED_shit/partitions.csv C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/gen_esp32part.py + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- C:/LED_shit/partitions.csv C:/LED_shit/build/partition_table/partition-table.bin && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo ******************************************************************************* && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- C:/LED_shit/build/partition_table/partition-table.bin && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo *******************************************************************************" + DESC = Generating ../../partition_table/partition-table.bin + restat = 1 + + +############################################# +# Custom command for esp-idf\partition_table\CMakeFiles\partition-table + +build esp-idf/partition_table/CMakeFiles/partition-table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo ******************************************************************************* && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 4MB -- C:/LED_shit/build/partition_table/partition-table.bin && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo *******************************************************************************" + + +############################################# +# Custom command for esp-idf\partition_table\CMakeFiles\partition_table + +build esp-idf/partition_table/CMakeFiles/partition_table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table: CUSTOM_COMMAND || esp-idf/partition_table/partition-table esp-idf/partition_table/partition_table_bin + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "partition_table" is deprecated. Have you wanted to run "partition-table" instead? + + +############################################# +# Custom command for esp-idf\partition_table\CMakeFiles\partition-table-flash + +build esp-idf/partition_table/CMakeFiles/partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table-flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\carec\esp\v5.1.6\esp-idf\components\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/carec/esp/v5.1.6/esp-idf -D SERIAL_TOOL=C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@partition-table-flash_args -D WORKING_DIRECTORY=C:/LED_shit/build -P C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/run_serial_tool.cmake" + pool = console + + +############################################# +# Custom command for esp-idf\partition_table\CMakeFiles\encrypted-partition-table-flash + +build esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "Error: The target encrypted-partition-table-flash requires" && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/carec/.espressif/tools/cmake/3.30.2/bin/cmake.exe -P C:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/scripts/fail.cmake" + + +############################################# +# Custom command for esp-idf\partition_table\CMakeFiles\partition_table-flash + +build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND || esp-idf/partition_table/partition-table-flash + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\partition_table && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -E echo " + DESC = Warning: command "partition_table-flash" is deprecated. Have you wanted to run "partition-table-flash" instead? + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Order-only phony target for __idf_esp_partition + +build cmake_object_order_depends_target___idf_esp_partition: phony || cmake_object_order_depends_target___idf_app_update + +build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir + OBJECT_FILE_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir + +build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj: C_COMPILER____idf_esp_partition_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition_target.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir + OBJECT_FILE_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Link the static library esp-idf\esp_partition\libesp_partition.a + +build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_esp_partition_ esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj || esp-idf/app_update/libapp_update.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_partition\libesp_partition.a + TARGET_PDB = esp_partition.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_partition/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_partition && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_partition/edit_cache: phony esp-idf/esp_partition/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_partition/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_partition && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_partition/rebuild_cache: phony esp-idf/esp_partition/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_partition/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_partition/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_partition && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_partition/install: phony esp-idf/esp_partition/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_partition/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_partition && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/local: phony esp-idf/esp_partition/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_partition/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_partition && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/strip: phony esp-idf/esp_partition/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Order-only phony target for __idf_app_update + +build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_order_depends_target___idf_esp_mm + +build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir + OBJECT_FILE_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir + +build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj: C_COMPILER____idf_app_update_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/esp_ota_app_desc.c || cmake_object_order_depends_target___idf_app_update + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_app_desc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir + OBJECT_FILE_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Link the static library esp-idf\app_update\libapp_update.a + +build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_update_ esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj || esp-idf/esp_mm/libesp_mm.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\app_update\libapp_update.a + TARGET_PDB = app_update.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_update && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_update && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/app_update/rebuild_cache: phony esp-idf/app_update/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/app_update/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/app_update/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_update && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_update && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_update && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_mm + + +############################################# +# Order-only phony target for __idf_esp_mm + +build cmake_object_order_depends_target___idf_esp_mm: phony || cmake_object_order_depends_target___idf_spi_flash + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_mmu_map.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\port\esp32\ext_mem_layout.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\port\esp32 + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/esp_cache.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + +build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj: C_COMPILER____idf_esp_mm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/cache_esp32.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\cache_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + OBJECT_FILE_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_mm + + +############################################# +# Link the static library esp-idf\esp_mm\libesp_mm.a + +build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_mm\libesp_mm.a + TARGET_PDB = esp_mm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_mm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_mm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_mm/edit_cache: phony esp-idf/esp_mm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_mm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_mm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_mm/rebuild_cache: phony esp-idf/esp_mm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_mm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_mm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_mm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_mm/install: phony esp-idf/esp_mm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_mm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_mm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_mm/install/local: phony esp-idf/esp_mm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_mm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_mm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_mm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_mm/install/strip: phony esp-idf/esp_mm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Order-only phony target for __idf_spi_flash + +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_pthread + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_brownout_hook.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_drivers.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_drivers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_generic.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_generic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_issi.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_issi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_mxic.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_gd.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_gd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_winbond.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_winbond.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_boya.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_boya.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic_opi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_th.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_th.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\memspi_host_driver.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\cache_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_mmap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/esp_flash_spi_init.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_spi_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_os_func_app.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_app.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + +build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj: C_COMPILER____idf_spi_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_os_func_noos.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_noos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spi_flash + + +############################################# +# Link the static library esp-idf\spi_flash\libspi_flash.a + +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/pthread/libpthread.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\spi_flash\libspi_flash.a + TARGET_PDB = spi_flash.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/spi_flash/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/spi_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/spi_flash/install: phony esp-idf/spi_flash/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/spi_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/spi_flash/install/local: phony esp-idf/spi_flash/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/spi_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spi_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spi_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/spi_flash/install/strip: phony esp-idf/spi_flash/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Order-only phony target for __idf_pthread + +build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_order_depends_target___idf_esp_system + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_cond_var.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_local_storage.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_rwlock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj: C_COMPILER____idf_pthread_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_semaphore.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Link the static library esp-idf\pthread\libpthread.a + +build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\pthread\libpthread.a + TARGET_PDB = pthread.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\pthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\pthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/pthread/rebuild_cache: phony esp-idf/pthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/pthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/pthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\pthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/pthread/install: phony esp-idf/pthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/pthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\pthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\pthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Order-only phony target for __idf_esp_system + +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_rom + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\crosscore_int.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_ipc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\freertos_hooks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\int_wdt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\panic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_system.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\startup.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\system_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\stack_check.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\ubsan.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\xt_wdt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\debug_stubs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/task_wdt/task_wdt.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt_impl_timergroup.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\cpu_start.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\panic_handler.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/esp_system_chip.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\esp_system_chip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/brownout.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\brownout.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\highint_hdl.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/clk.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\clk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\reset_reason.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/system_internal.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\system_internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\cache_err_int.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32 + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\panic_arch.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\panic_handler_asm.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\expression_with_stack.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\expression_with_stack_asm.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_helpers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_helpers_asm.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_stubs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/trax.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\trax.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj: C_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr_handler.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj: ASM_COMPILER____idf_esp_system_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr_routines.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_system + + +############################################# +# Link the static library esp-idf\esp_system\libesp_system.a + +build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj || esp-idf/esp_rom/libesp_rom.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_system\libesp_system.a + TARGET_PDB = esp_system.a.dbg + + +############################################# +# Utility command for __ldgen_output_sections.ld + +build esp-idf/esp_system/__ldgen_output_sections.ld: phony esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld esp-idf/esp_system/ld/sections.ld esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a + + +############################################# +# Utility command for memory_ld + +build esp-idf/esp_system/memory_ld: phony esp-idf/esp_system/CMakeFiles/memory_ld esp-idf/esp_system/ld/memory.ld + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/install: phony esp-idf/esp_system/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/install/local: phony esp-idf/esp_system/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/install/strip: phony esp-idf/esp_system/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf\esp_system\CMakeFiles\__ldgen_output_sections.ld + +build esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld: phony esp-idf/esp_system/ld/sections.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + + +############################################# +# Custom command for esp-idf\esp_system\ld\sections.ld + +build esp-idf/esp_system/ld/sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld: CUSTOM_COMMAND C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/esp32/sections.ld.in C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/app.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/linker_common.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/newlib.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/system_libs.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/common.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/soc.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/linker.lf C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/main/libmain.a C$:/LED_shit/sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/carec/esp/v5.1.6/esp-idf/tools/ldgen/ldgen.py --config C:/LED_shit/sdkconfig --fragments-list C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/app.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/log/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/linker_common.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/newlib.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/system_libs.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/common.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/soc.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/linker.lf;C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/linker.lf --input C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/esp32/sections.ld.in --output C:/LED_shit/build/esp-idf/esp_system/ld/sections.ld --kconfig C:/Users/carec/esp/v5.1.6/esp-idf/Kconfig --env-file C:/LED_shit/build/config.env --libraries-file C:/LED_shit/build/ldgen_libraries --objdump C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe" + DESC = Generating ld/sections.ld + restat = 1 + + +############################################# +# Phony custom command for esp-idf\esp_system\CMakeFiles\memory_ld + +build esp-idf/esp_system/CMakeFiles/memory_ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/memory_ld: phony esp-idf/esp_system/ld/memory.ld + + +############################################# +# Custom command for esp-idf\esp_system\ld\memory.ld + +build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/memory.ld: CUSTOM_COMMAND C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/esp32/memory.ld.in config/sdkconfig.h + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system && C:\Users\carec\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -C -P -x c -E -o C:/LED_shit/build/esp-idf/esp_system/ld/memory.ld -I C:/LED_shit/build/config -I C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/esp32/memory.ld.in" + DESC = Generating memory.ld linker script... + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/port/edit_cache: phony esp-idf/esp_system/port/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/port/rebuild_cache: phony esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install: phony esp-idf/esp_system/port/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install/local: phony esp-idf/esp_system/port/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/port/install/strip: phony esp-idf/esp_system/port/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32/edit_cache: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32/rebuild_cache: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_system/port/soc/esp32/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32/install: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32/install/local: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_system/port/soc/esp32/install/strip: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Order-only phony target for __idf_esp_rom + +build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_hal + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_gpio.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj: ASM_COMPILER____idf_esp_rom_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_longjmp.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Link the static library esp-idf\esp_rom\libesp_rom.a + +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj || esp-idf/hal/libhal.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_rom\libesp_rom.a + TARGET_PDB = esp_rom.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_rom/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_rom && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Order-only phony target for __idf_hal + +build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_log + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mpu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mpu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\efuse_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/cache_hal_esp32.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\cache_hal_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\rtc_io_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\gpio_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_oneshot_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\clk_tree_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_encrypt_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\timer_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\rmt_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\pcnt_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mcpwm_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/twai_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/twai_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2s_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sdm_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/emac_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\emac_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sha_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\aes_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\brownout_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal_iram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sdio_slave_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\touch_sensor_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\touch_sensor_hal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj: C_COMPILER____idf_hal_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/gpio_hal_workaround.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\gpio_hal_workaround.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Link the static library esp-idf\hal\libhal.a + +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\hal\libhal.a + TARGET_PDB = hal.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/hal/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/hal/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/hal/install: phony esp-idf/hal/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/hal/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/hal/install/local: phony esp-idf/hal/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/hal/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\hal && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/hal/install/strip: phony esp-idf/hal/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Order-only phony target for __idf_log + +build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_depends_target___idf_heap + +build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + +build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_buffers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + +build esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj: C_COMPILER____idf_log_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_freertos.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_freertos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Link the static library esp-idf\log\liblog.a + +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj || esp-idf/heap/libheap.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\log\liblog.a + TARGET_PDB = log.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/log/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/log/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/log/install: phony esp-idf/log/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/log/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/log/install/local: phony esp-idf/log/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/log/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\log && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/log/install/strip: phony esp-idf/log/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Order-only phony target for __idf_heap + +build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_depends_target___idf_soc + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps_base.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps_base.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\multi_heap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/tlsf.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\tlsf\tlsf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\tlsf + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\memory_layout_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\port + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj: C_COMPILER____idf_heap_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/port/esp32/memory_layout.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32\memory_layout.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Link the static library esp-idf\heap\libheap.a + +build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\heap\libheap.a + TARGET_PDB = heap.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\heap && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\heap && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/heap/rebuild_cache: phony esp-idf/heap/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/heap/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/heap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\heap && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/heap/install: phony esp-idf/heap/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/heap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\heap && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\heap && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/heap/install/strip: phony esp-idf/heap/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_esp_hw_support + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/interrupts.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\interrupts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/gpio_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\gpio_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/uart_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\uart_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dport_access.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dport_access.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/adc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\adc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/spi_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\spi_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ledc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\ledc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/pcnt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\pcnt_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rmt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rmt_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdm_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2s_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2s_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2c_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2c_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/timer_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\timer_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/lcd_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\lcd_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\mcpwm_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdmmc_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\touch_sensor_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/twai_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\twai_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dac_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dac_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rtc_io_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdio_slave_periph.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf\soc\libsoc.a + +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\soc\libsoc.a + TARGET_PDB = soc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\soc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Order-only phony target for __idf_esp_hw_support + +build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_freertos + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\esp_cpu_intr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cpu_region_protect.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_clk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/clk_ctrl_os.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\clk_ctrl_os.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/hw_random.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\hw_random.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/intr_alloc.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\intr_alloc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/mac_addr.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\mac_addr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\periph_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\revision.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/rtc_module.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\rtc_module.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_modes.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modes.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_console.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_console.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_gpio.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_gpio.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_event.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_event.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_modem.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/regi2c_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\regi2c_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_gpio_reserve.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_gpio_reserve.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sar_periph_ctrl_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/io_mux.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\io_mux.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\esp_clk_tree.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp_clk_tree_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\adc_share_hw_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/rtc_wdt.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\rtc_wdt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_wake_stub.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_wake_stub.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_sleep.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\chip_info.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cache_sram_mmu.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\sar_periph_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Link the static library esp-idf\esp_hw_support\libesp_hw_support.a + +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj || esp-idf/freertos/libfreertos.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_hw_support\libesp_hw_support.a + TARGET_PDB = esp_hw_support.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install: phony esp-idf/esp_hw_support/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/local: phony esp-idf/esp_hw_support/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/strip: phony esp-idf/esp_hw_support/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/port/esp32/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/install: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/install/local: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32/install/strip: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Order-only phony target for __idf_freertos + +build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_order_depends_target___idf_newlib + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\heap_idf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\idf_additions.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\list.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\queue.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\tasks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\timers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/croutine.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\croutine.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\event_groups.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\stream_buffer.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\port.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\app_startup.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-openocd.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-openocd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\port_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj: ASM_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\portasm.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/port_systick.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\port_systick.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/freertos_v8_compat.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\freertos_v8_compat.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj: ASM_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_context.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj: C_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_overlay_os_hook.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj: ASM_COMPILER____idf_freertos_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_vectors.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Link the static library esp-idf\freertos\libfreertos.a + +build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj || esp-idf/newlib/libnewlib.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\freertos\libfreertos.a + TARGET_PDB = freertos.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/freertos/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/freertos/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/freertos/install: phony esp-idf/freertos/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/freertos/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\freertos && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/freertos/install/strip: phony esp-idf/freertos/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Order-only phony target for __idf_newlib + +build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_order_depends_target___idf_cxx + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\abort.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/assert.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\assert.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\heap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-builtin + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\locks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\poll.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\pthread.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\random.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\reent_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/newlib_init.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\newlib_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\syscalls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\termios.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/stdatomic.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\stdatomic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/sysconf.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\sysconf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/realpath.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\realpath.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj: C_COMPILER____idf_newlib_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\port\esp_time_impl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + OBJECT_FILE_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Link the static library esp-idf\newlib\libnewlib.a + +build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj || esp-idf/cxx/libcxx.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\newlib\libnewlib.a + TARGET_PDB = newlib.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/install: phony esp-idf/newlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/newlib/port/edit_cache: phony esp-idf/newlib/port/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/port/rebuild_cache: phony esp-idf/newlib/port/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/port/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/port/install: phony esp-idf/newlib/port/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/local: phony esp-idf/newlib/port/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\newlib\port && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/strip: phony esp-idf/newlib/port/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Order-only phony target for __idf_cxx + +build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_depends_target___idf_esp_common + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_exception_stubs.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include + OBJECT_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir + OBJECT_FILE_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_guards.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include + OBJECT_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir + OBJECT_FILE_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Link the static library esp-idf\cxx\libcxx.a + +build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\cxx\libcxx.a + TARGET_PDB = cxx.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cxx && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cxx && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cxx/rebuild_cache: phony esp-idf/cxx/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cxx/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cxx/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cxx && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cxx/install: phony esp-idf/cxx/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cxx/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cxx && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cxx/install/local: phony esp-idf/cxx/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cxx/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cxx && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Order-only phony target for __idf_esp_common + +build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_timer + +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include + OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_common + + +############################################# +# Link the static library esp-idf\esp_common\libesp_common.a + +build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_timer/libesp_timer.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_common\libesp_common.a + TARGET_PDB = esp_common.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_common/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_common/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_common/install: phony esp-idf/esp_common/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_common/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_common/install/local: phony esp-idf/esp_common/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_common/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_common/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_common && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_common/install/strip: phony esp-idf/esp_common/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_timer + + +############################################# +# Order-only phony target for __idf_esp_timer + +build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_order_depends_target___idf_esp_event + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/ets_timer_legacy.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\ets_timer_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\system_time.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer_impl_common.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src + +build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj: C_COMPILER____idf_esp_timer_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_lac.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + OBJECT_FILE_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_timer + + +############################################# +# Link the static library esp-idf\esp_timer\libesp_timer.a + +build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer_ esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj || esp-idf/esp_event/libesp_event.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_timer\libesp_timer.a + TARGET_PDB = esp_timer.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_timer && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_timer && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_timer/rebuild_cache: phony esp-idf/esp_timer/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_timer/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_timer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_timer && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_timer/install: phony esp-idf/esp_timer/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_timer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_timer && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_timer/install/local: phony esp-idf/esp_timer/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_timer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_timer/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_timer && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_timer/install/strip: phony esp-idf/esp_timer/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_app_trace + + +############################################# +# Order-only phony target for __idf_app_trace + +build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_COMPILER____idf_app_trace_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace_util.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COMPILER____idf_app_trace_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\host_file_io.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + +build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_COMPILER____idf_app_trace_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\port\port_uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\port + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_app_trace + + +############################################# +# Link the static library esp-idf\app_trace\libapp_trace.a + +build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace_ esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\app_trace\libapp_trace.a + TARGET_PDB = app_trace.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/app_trace/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_trace && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/app_trace/edit_cache: phony esp-idf/app_trace/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/app_trace/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_trace && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/app_trace/rebuild_cache: phony esp-idf/app_trace/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/app_trace/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/app_trace/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_trace && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/app_trace/install: phony esp-idf/app_trace/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/app_trace/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_trace && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/app_trace/install/local: phony esp-idf/app_trace/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/app_trace/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_trace/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\app_trace && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/app_trace/install/strip: phony esp-idf/app_trace/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Order-only phony target for __idf_esp_event + +build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_order_depends_target___idf_nvs_flash + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\default_event_loop.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + +build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event_private.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + OBJECT_FILE_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_event + + +############################################# +# Link the static library esp-idf\esp_event\libesp_event.a + +build esp-idf/esp_event/libesp_event.a: C_STATIC_LIBRARY_LINKER____idf_esp_event_ esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj || esp-idf/nvs_flash/libnvs_flash.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_event\libesp_event.a + TARGET_PDB = esp_event.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_event && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_event/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_event && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_event/rebuild_cache: phony esp-idf/esp_event/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_event/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_event/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_event && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_event/install: phony esp-idf/esp_event/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_event/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_event && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_event/install/local: phony esp-idf/esp_event/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_event/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_event/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_event && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_nvs_flash + + +############################################# +# Order-only phony target for __idf_nvs_flash + +build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_order_depends_target___idf_esp_phy + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_api.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_cxx_api.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_item_hash_list.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_page.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_pagemanager.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_storage.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_simple.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_locked.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_lookup.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_manager.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_types.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + +build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_platform.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_platform.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_nvs_flash + + +############################################# +# Link the static library esp-idf\nvs_flash\libnvs_flash.a + +build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj || esp-idf/esp_phy/libesp_phy.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\nvs_flash\libnvs_flash.a + TARGET_PDB = nvs_flash.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/nvs_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\nvs_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\nvs_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/nvs_flash/rebuild_cache: phony esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/nvs_flash/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/nvs_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\nvs_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install: phony esp-idf/nvs_flash/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/nvs_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\nvs_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install/local: phony esp-idf/nvs_flash/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/nvs_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_flash/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\nvs_flash && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/nvs_flash/install/strip: phony esp-idf/nvs_flash/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Order-only phony target for __idf_esp_phy + +build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_order_depends_target___idf_vfs + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_override.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\lib_printf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\btbb_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Link the static library esp-idf\esp_phy\libesp_phy.a + +build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/vfs/libvfs.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_phy\libesp_phy.a + TARGET_PDB = esp_phy.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_phy && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_phy && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_phy/rebuild_cache: phony esp-idf/esp_phy/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_phy/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_phy/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_phy && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_phy/install: phony esp-idf/esp_phy/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_phy/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_phy && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_phy && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Order-only phony target for __idf_vfs + +build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_lwip + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_eventfd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_uart.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_semihost.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj: C_COMPILER____idf_vfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_console.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_console.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Link the static library esp-idf\vfs\libvfs.a + +build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj || esp-idf/lwip/liblwip.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\vfs\libvfs.a + TARGET_PDB = vfs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\vfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\vfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/vfs/rebuild_cache: phony esp-idf/vfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/vfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\vfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\vfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\vfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Order-only phony target for __idf_lwip + +build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_depends_target___idf_esp_netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\sntp\sntp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\sntp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/api_lib.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_lib.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/api_msg.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_msg.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/err.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\err.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/if_api.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\if_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netbuf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netdb.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netifapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netifapi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/sockets.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\sockets.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/tcpip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\tcpip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\sntp\sntp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\sntp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\netbiosns\netbiosns.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\netbiosns + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/def.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\def.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/dns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\dns.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/inet_chksum.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\inet_chksum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/init.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/mem.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\mem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/memp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\memp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/netif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\netif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/pbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\pbuf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/raw.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\raw.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/stats.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\stats.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/sys.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\sys.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp_in.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_in.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp_out.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_out.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/timeouts.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\timeouts.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/udp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\udp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\autoip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\dhcp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\etharp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\icmp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\igmp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_napt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_addr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_frag.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\dhcp6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ethip6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\icmp6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\inet6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_addr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_frag.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\mld6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\nd6.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6 + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ethernet.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ethernet.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/bridgeif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif_fdb.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/slipif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\slipif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\auth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ccp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-md5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-new.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap_ms.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-array-parameter + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\demand.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ecp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eui64.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\fsm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipcp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipv6cp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\lcp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\magic.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\mppe.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\multilink.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ppp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppapi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppcrypt.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppoe.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppol2tp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\upap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\vj.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/hooks/tcp_isn_default.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\tcp_isn_default.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\lwip_default_hooks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/debug/lwip_debug.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\debug\lwip_debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\debug + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/sockets_ext.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\sockets_ext.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/sys_arch.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\freertos\sys_arch.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\freertos + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\esp32xx\vfs_lwip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\esp32xx + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/esp_ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\esp_ping.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/ping_sock.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping_sock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\dhcpserver\dhcpserver.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\dhcpserver + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Link the static library esp-idf\lwip\liblwip.a + +build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\lwip\liblwip.a + TARGET_PDB = lwip.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\lwip && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\lwip && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/lwip/rebuild_cache: phony esp-idf/lwip/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/lwip/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\lwip && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\lwip && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\lwip && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif_stack && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif_stack && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/rebuild_cache: phony esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif_stack/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif_stack/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif_stack && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif_stack/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif_stack && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif_stack/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif_stack && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/strip: phony esp-idf/esp_netif_stack/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Order-only phony target for __idf_esp_netif + +build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_wpa_supplicant + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_handlers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_objects.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_objects.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_defaults.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_sntp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip_defaults.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/wlanif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\wlanif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/ethernetif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\ethernetif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj: C_COMPILER____idf_esp_netif_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\esp_pbuf_ref.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Link the static library esp-idf\esp_netif\libesp_netif.a + +build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif_ esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_netif\libesp_netif.a + TARGET_PDB = esp_netif.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_netif && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Order-only phony target for __idf_wpa_supplicant + +build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_esp_coex + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port\os_xtensa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/eloop.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port\eloop.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ap_config.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ap_config.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ieee802_1x.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\wpa_auth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\wpa_auth_ie.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\pmksa_cache_auth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/sta_info.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\sta_info.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ieee802_11.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\comeback_token.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/sae.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\sae.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/dragonfly.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\dragonfly.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/wpa_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\wpa_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/bitfield.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\bitfield.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-siv.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-kdf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\ccmp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-gcm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\crypto_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\dh_group5.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\dh_groups.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\ms_funcs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-tlsprf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-tlsprf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha384-tlsprf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-prf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-prf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha384-prf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\md4-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-tprf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_common\eap_wsc_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\ieee802_11_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\chap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_mschapv2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_peap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_peap_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_tls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_tls_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_ttls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\mschapv2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast_pac.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\pmksa_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\wpa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\wpa_ie.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/base64.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\base64.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/ext_password.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\ext_password.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/uuid.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\uuid.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\wpabuf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\wpa_debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/json.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\json.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_build.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_parse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_process.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_dev_attr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_enrollee.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/sae_pk.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\sae_pk.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_eap_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa2_api_port.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa_main.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpas_glue.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wps.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_owe.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_hostap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\tls_mbedtls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\fastpbkdf2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-bignum.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-rsa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-ec.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/rc4.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\rc4.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\des-internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-wrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-unwrap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.6\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-ccm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Link the static library esp-idf\wpa_supplicant\libwpa_supplicant.a + +build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj || esp-idf/esp_coex/libesp_coex.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\wpa_supplicant\libwpa_supplicant.a + TARGET_PDB = wpa_supplicant.a.dbg + RSP_FILE = CMakeFiles\__idf_wpa_supplicant.rsp + + +############################################# +# Utility command for edit_cache + +build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wpa_supplicant && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wpa_supplicant && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wpa_supplicant/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wpa_supplicant && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wpa_supplicant && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wpa_supplicant && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Order-only phony target for __idf_esp_coex + +build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_order_depends_target___idf_esp_wifi + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\esp32\esp_coex_adapter.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\esp32 + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj: C_COMPILER____idf_esp_coex_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/src/coexist_debug_diagram.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src\coexist_debug_diagram.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj: C_COMPILER____idf_esp_coex_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/src/coexist_debug.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src\coexist_debug.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Link the static library esp-idf\esp_coex\libesp_coex.a + +build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj || esp-idf/esp_wifi/libesp_wifi.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_coex\libesp_coex.a + TARGET_PDB = esp_coex.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_coex && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_coex && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_coex/rebuild_cache: phony esp-idf/esp_coex/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_coex/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_coex/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_coex && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_coex/install: phony esp-idf/esp_coex/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_coex/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_coex && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_coex && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/strip: phony esp-idf/esp_coex/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Order-only phony target for __idf_esp_wifi + +build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_order_depends_target___idf_http_parser + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\mesh_event.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_netif.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_default_ap.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default_ap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/esp32/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\esp32\esp_adapter.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\esp32 + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig_ack.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Link the static library esp-idf\esp_wifi\libesp_wifi.a + +build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj || esp-idf/http_parser/libhttp_parser.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_wifi\libesp_wifi.a + TARGET_PDB = esp_wifi.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_wifi && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_wifi && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_wifi/rebuild_cache: phony esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_wifi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_wifi && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_wifi && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_wifi && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bt/rebuild_cache: phony esp-idf/bt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\bt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Order-only phony target for __idf_unity + +build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity\src\unity.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity\src + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_runner.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_freertos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_memory.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_port_esp32.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj: C_COMPILER____idf_unity_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\port\esp\unity_utils_memory_esp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + OBJECT_FILE_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir\port\esp + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Link the static library esp-idf\unity\libunity.a + +build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\unity\libunity.a + TARGET_PDB = unity.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\unity && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\unity && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/unity/rebuild_cache: phony esp-idf/unity/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/unity/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\unity && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\unity && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\unity && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Order-only phony target for __idf_cmock + +build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_xtensa + +build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\cmock\CMakeFiles\__idf_cmock.dir\CMock\src\cmock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src + OBJECT_DIR = esp-idf\cmock\CMakeFiles\__idf_cmock.dir + OBJECT_FILE_DIR = esp-idf\cmock\CMakeFiles\__idf_cmock.dir\CMock\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Link the static library esp-idf\cmock\libcmock.a + +build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj || esp-idf/unity/libunity.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\cmock\CMakeFiles\__idf_cmock.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\cmock\libcmock.a + TARGET_PDB = cmock.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cmock && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/cmock/edit_cache: phony esp-idf/cmock/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cmock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cmock && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cmock/rebuild_cache: phony esp-idf/cmock/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cmock/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cmock/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cmock && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cmock/install: phony esp-idf/cmock/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cmock/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cmock && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\cmock && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cmock/install/strip: phony esp-idf/cmock/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Order-only phony target for __idf_console + +build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\commands.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/esp_console_repl.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\esp_console_repl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\split_argv.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + +build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\linenoise\linenoise.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\linenoise + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_cmd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_date.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dbl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dstr.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_end.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_file.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_hashtable.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_int.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_lit.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rex.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_str.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\argtable3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + OBJECT_FILE_DIR = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Link the static library esp-idf\console\libconsole.a + +build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\console\libconsole.a + TARGET_PDB = console.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\console && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\console && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\console && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\console && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\console && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Order-only phony target for __idf_http_parser + +build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object_order_depends_target___idf_esp-tls + +build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir\http_parser.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir + OBJECT_FILE_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Link the static library esp-idf\http_parser\libhttp_parser.a + +build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_parser_ esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj || esp-idf/esp-tls/libesp-tls.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\http_parser\libhttp_parser.a + TARGET_PDB = http_parser.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\http_parser && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\http_parser && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/http_parser/rebuild_cache: phony esp-idf/http_parser/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/http_parser/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/http_parser/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\http_parser && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\http_parser && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\http_parser && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/http_parser/install/strip: phony esp-idf/http_parser/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Order-only phony target for __idf_esp-tls + +build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_order_depends_target___idf_esp_adc + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj: C_COMPILER____idf_esp-tls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp-tls-crypto\esp_tls_crypto.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp-tls-crypto + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: C_COMPILER____idf_esp-tls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_error_capture.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_error_capture.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: C_COMPILER____idf_esp-tls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_platform_port.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_platform_port.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_mbedtls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Link the static library esp-idf\esp-tls\libesp-tls.a + +build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj || esp-idf/esp_adc/libesp_adc.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp-tls\libesp-tls.a + TARGET_PDB = esp-tls.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp-tls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp-tls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp-tls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp-tls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp-tls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp-tls && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Order-only phony target for __idf_esp_adc + +build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_order_depends_target___idf_esp_eth + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_cali_curve_fitting.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali_curve_fitting.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_oneshot.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp_adc_cal_common_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_continuous.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32\adc_cali_line_fitting.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32 + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp32\esp_adc_cal_legacy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp32 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Link the static library esp-idf\esp_adc\libesp_adc.a + +build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj || esp-idf/esp_eth/libesp_eth.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_adc\libesp_adc.a + TARGET_PDB = esp_adc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_adc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_adc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_adc/rebuild_cache: phony esp-idf/esp_adc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_adc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_adc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_adc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_adc/install: phony esp-idf/esp_adc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_adc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_adc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_adc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Order-only phony target for __idf_esp_eth + +build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_esp_gdbstub + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_802_3.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_netif_glue.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_mac_esp.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_mac_esp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_dp83848.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_ip101.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_ksz80xx.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_ksz80xx.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_lan87xx.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_lan87xx.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj: C_COMPILER____idf_esp_eth_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_rtl8201.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Link the static library esp-idf\esp_eth\libesp_eth.a + +build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_eth\libesp_eth.a + TARGET_PDB = esp_eth.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_eth && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_eth && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_eth/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_eth && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_eth && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_eth && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Order-only phony target for __idf_esp_gdbstub + +build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_tcp_transport + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub_transport.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\packet.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\gdbstub_xtensa.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj: ASM_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\gdbstub-entry.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj: ASM_COMPILER____idf_esp_gdbstub_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\xt_debugexception.S.obj.d + FLAGS = -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Link the static library esp-idf\esp_gdbstub\libesp_gdbstub.a + +build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj || esp-idf/tcp_transport/libtcp_transport.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_gdbstub\libesp_gdbstub.a + TARGET_PDB = esp_gdbstub.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_gdbstub && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_gdbstub && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/rebuild_cache: phony esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_gdbstub/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_gdbstub && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_gdbstub && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_gdbstub && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Order-only phony target for __idf_esp_hid + +build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILER____idf_esp_hid_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidh.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_COMPILER____idf_esp_hid_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hid_common.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hid_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Link the static library esp-idf\esp_hid\libesp_hid.a + +build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_hid\libesp_hid.a + TARGET_PDB = esp_hid.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hid && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hid && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hid/rebuild_cache: phony esp-idf/esp_hid/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hid/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hid/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hid && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hid/install: phony esp-idf/esp_hid/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hid/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hid && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_hid && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/strip: phony esp-idf/esp_hid/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Order-only phony target for __idf_tcp_transport + +build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_object_order_depends_target___idf_esp_http_client + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ssl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_internal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_socks_proxy.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ws.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Link the static library esp-idf\tcp_transport\libtcp_transport.a + +build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj || esp-idf/esp_http_client/libesp_http_client.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\tcp_transport\libtcp_transport.a + TARGET_PDB = tcp_transport.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\tcp_transport && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\tcp_transport && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/tcp_transport/rebuild_cache: phony esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/tcp_transport/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\tcp_transport && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\tcp_transport && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\tcp_transport && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Order-only phony target for __idf_esp_http_client + +build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_object_order_depends_target___idf_esp_http_server + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\esp_http_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_auth.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_auth.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_header.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_header.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_utils.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Link the static library esp-idf\esp_http_client\libesp_http_client.a + +build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj || esp-idf/esp_http_server/libesp_http_server.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_http_client\libesp_http_client.a + TARGET_PDB = esp_http_client.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_client && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_client && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_client/rebuild_cache: phony esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_client/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_client && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_client && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_client && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Order-only phony target for __idf_esp_http_server + +build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_esp_https_ota + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_main.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_parse.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_parse.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_sess.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_sess.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_txrx.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_txrx.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_uri.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_uri.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_ws.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_ws.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util/ctrl_sock.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\util\ctrl_sock.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\util + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Link the static library esp-idf\esp_http_server\libesp_http_server.a + +build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/esp_https_ota/libesp_https_ota.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_http_server\libesp_http_server.a + TARGET_PDB = esp_http_server.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_server/rebuild_cache: phony esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_http_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Order-only phony target for __idf_esp_https_ota + +build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/esp_system/memory_ld esp-idf/mbedtls/custom_bundle + +build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir\src\esp_https_ota.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include + OBJECT_DIR = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir + OBJECT_FILE_DIR = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Link the static library esp-idf\esp_https_ota\libesp_https_ota.a + +build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj || esp-idf/esp_system/memory_ld esp-idf/mbedtls/custom_bundle + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_https_ota\libesp_https_ota.a + TARGET_PDB = esp_https_ota.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_ota && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_ota && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/rebuild_cache: phony esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_ota/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_ota && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_ota && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_ota && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_server/rebuild_cache: phony esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_https_server && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/strip: phony esp-idf/esp_https_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_psram && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_psram && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_psram/rebuild_cache: phony esp-idf/esp_psram/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_psram/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_psram/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_psram && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_psram/install: phony esp-idf/esp_psram/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_psram/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_psram && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_psram && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Order-only phony target for __idf_esp_lcd + +build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_i2c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_spi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_nt35510.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ssd1306.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_st7789.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ops.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2s.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_i2s.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Link the static library esp-idf\esp_lcd\libesp_lcd.a + +build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_lcd\libesp_lcd.a + TARGET_PDB = esp_lcd.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_lcd && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_lcd && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_lcd/rebuild_cache: phony esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_lcd/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_lcd/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_lcd && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install: phony esp-idf/esp_lcd/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_lcd/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_lcd && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_lcd && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/strip: phony esp-idf/esp_lcd/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Order-only phony target for __idf_protobuf-c + +build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir\protobuf-c\protobuf-c\protobuf-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir + OBJECT_FILE_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir\protobuf-c\protobuf-c + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Link the static library esp-idf\protobuf-c\libprotobuf-c.a + +build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\protobuf-c\libprotobuf-c.a + TARGET_PDB = protobuf-c.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protobuf-c && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protobuf-c && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protobuf-c/rebuild_cache: phony esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protobuf-c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protobuf-c && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protobuf-c && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protobuf-c && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Order-only phony target for __idf_protocomm + +build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_xtensa + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\common\protocomm.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\common + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\constants.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec0.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec1.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec2.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\session.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_console.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_httpd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security0.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security1.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security2.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj: C_COMPILER____idf_protocomm_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp_mpi.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Link the static library esp-idf\protocomm\libprotocomm.a + +build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm_ esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\protocomm\libprotocomm.a + TARGET_PDB = protocomm.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protocomm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protocomm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protocomm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protocomm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protocomm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\protocomm && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Order-only phony target for __idf_esp_local_ctrl + +build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_xtensa + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_handler.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\proto-c\esp_local_ctrl.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\proto-c + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_transport_httpd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Link the static library esp-idf\esp_local_ctrl\libesp_local_ctrl.a + +build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\esp_local_ctrl\libesp_local_ctrl.a + TARGET_PDB = esp_local_ctrl.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_local_ctrl && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_local_ctrl && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_local_ctrl/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_local_ctrl && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_local_ctrl && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\esp_local_ctrl && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Order-only phony target for __idf_espcoredump + +build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_flash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_uart.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_elf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_binary.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_sha.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_crc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\port\xtensa\core_dump_port.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\port\xtensa + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Link the static library esp-idf\espcoredump\libespcoredump.a + +build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espcoredump_ esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\espcoredump\libespcoredump.a + TARGET_PDB = espcoredump.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\espcoredump && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\espcoredump && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/espcoredump/rebuild_cache: phony esp-idf/espcoredump/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/espcoredump/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\espcoredump && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\espcoredump && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\espcoredump && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Order-only phony target for __idf_wear_levelling + +build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\Partition.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\SPI_Flash.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Perf.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Safe.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Flash.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\crc32.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\wear_levelling.cpp.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Link the static library esp-idf\wear_levelling\libwear_levelling.a + +build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\wear_levelling\libwear_levelling.a + TARGET_PDB = wear_levelling.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wear_levelling && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wear_levelling && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wear_levelling/rebuild_cache: phony esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wear_levelling/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wear_levelling && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wear_levelling && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wear_levelling && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_sdmmc + + +############################################# +# Order-only phony target for __idf_sdmmc + +build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_cmd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_common.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_init.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_io.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_mmc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + +build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_sd.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_sdmmc + + +############################################# +# Link the static library esp-idf\sdmmc\libsdmmc.a + +build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\sdmmc\libsdmmc.a + TARGET_PDB = sdmmc.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\sdmmc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\sdmmc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/sdmmc/rebuild_cache: phony esp-idf/sdmmc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/sdmmc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\sdmmc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/sdmmc/install: phony esp-idf/sdmmc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\sdmmc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/sdmmc/install/local: phony esp-idf/sdmmc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/sdmmc/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\sdmmc && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/sdmmc/install/strip: phony esp-idf/sdmmc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Order-only phony target for __idf_fatfs + +build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_xtensa + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_rawflash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_sdmmc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_wl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ff.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\port\freertos\ffsystem.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\port\freertos + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ffunicode.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_sdmmc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_spiflash.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Link the static library esp-idf\fatfs\libfatfs.a + +build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj || esp-idf/sdmmc/libsdmmc.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\fatfs\libfatfs.a + TARGET_PDB = fatfs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\fatfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\fatfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/fatfs/rebuild_cache: phony esp-idf/fatfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/fatfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/fatfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\fatfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/fatfs/install: phony esp-idf/fatfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/fatfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\fatfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/fatfs/install/local: phony esp-idf/fatfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/fatfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\fatfs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/idf_test/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\idf_test && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/idf_test/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\idf_test && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/idf_test/rebuild_cache: phony esp-idf/idf_test/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/idf_test/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/idf_test/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\idf_test && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/idf_test/install: phony esp-idf/idf_test/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/idf_test/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\idf_test && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/idf_test/install/local: phony esp-idf/idf_test/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/idf_test/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\idf_test && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/ieee802154/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ieee802154 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/ieee802154/edit_cache: phony esp-idf/ieee802154/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ieee802154/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ieee802154 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ieee802154/rebuild_cache: phony esp-idf/ieee802154/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ieee802154/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ieee802154/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ieee802154 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ieee802154/install: phony esp-idf/ieee802154/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ieee802154/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ieee802154 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/local: phony esp-idf/ieee802154/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ieee802154/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ieee802154 && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/strip: phony esp-idf/ieee802154/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Order-only phony target for __idf_json + +build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir + OBJECT_FILE_DIR = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON_Utils.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir + OBJECT_FILE_DIR = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Link the static library esp-idf\json\libjson.a + +build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\json\libjson.a + TARGET_PDB = json.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\json && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/json/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\json && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/json/rebuild_cache: phony esp-idf/json/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/json/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/json/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\json && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/json/install: phony esp-idf/json/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/json/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\json && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/json/install/local: phony esp-idf/json/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/json/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\json && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Order-only phony target for __idf_mqtt + +build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\mqtt_client.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_msg.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_outbox.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\platform_esp32_idf.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Link the static library esp-idf\mqtt\libmqtt.a + +build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\mqtt\libmqtt.a + TARGET_PDB = mqtt.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mqtt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mqtt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mqtt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mqtt/rebuild_cache: phony esp-idf/mqtt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mqtt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mqtt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mqtt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mqtt/install: phony esp-idf/mqtt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mqtt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mqtt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mqtt/install/local: phony esp-idf/mqtt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mqtt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\mqtt && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\openthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/openthread/edit_cache: phony esp-idf/openthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/openthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\openthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/openthread/rebuild_cache: phony esp-idf/openthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/openthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/openthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\openthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/openthread/install: phony esp-idf/openthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/openthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\openthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/openthread/install/local: phony esp-idf/openthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/openthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\openthread && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/openthread/install/strip: phony esp-idf/openthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_perfmon + + +############################################# +# Order-only phony target for __idf_perfmon + +build cmake_object_order_depends_target___idf_perfmon: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj: C_COMPILER____idf_perfmon_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_access.c || cmake_object_order_depends_target___idf_perfmon + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_access.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + +build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj: C_COMPILER____idf_perfmon_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_apis.c || cmake_object_order_depends_target___idf_perfmon + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_apis.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + +build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj: C_COMPILER____idf_perfmon_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_masks.c || cmake_object_order_depends_target___idf_perfmon + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_masks.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch + OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_perfmon + + +############################################# +# Link the static library esp-idf\perfmon\libperfmon.a + +build esp-idf/perfmon/libperfmon.a: C_STATIC_LIBRARY_LINKER____idf_perfmon_ esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\perfmon\libperfmon.a + TARGET_PDB = perfmon.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/perfmon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\perfmon && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/perfmon/edit_cache: phony esp-idf/perfmon/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/perfmon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\perfmon && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/perfmon/rebuild_cache: phony esp-idf/perfmon/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/perfmon/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/perfmon/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/perfmon/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\perfmon && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/perfmon/install: phony esp-idf/perfmon/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/perfmon/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/perfmon/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\perfmon && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/perfmon/install/local: phony esp-idf/perfmon/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/perfmon/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/perfmon/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\perfmon && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/perfmon/install/strip: phony esp-idf/perfmon/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Order-only phony target for __idf_spiffs + +build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_xtensa + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs_api.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_cache.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_check.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_gc.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_hydrogen.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_nucleus.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\esp_spiffs.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Link the static library esp-idf\spiffs\libspiffs.a + +build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj || esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\spiffs\libspiffs.a + TARGET_PDB = spiffs.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spiffs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spiffs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spiffs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spiffs/rebuild_cache: phony esp-idf/spiffs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/spiffs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/spiffs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spiffs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/spiffs/install: phony esp-idf/spiffs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/spiffs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spiffs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/spiffs/install/local: phony esp-idf/spiffs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/spiffs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\spiffs && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/ulp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ulp && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ulp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ulp && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ulp/rebuild_cache: phony esp-idf/ulp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ulp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ulp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ulp && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ulp/install: phony esp-idf/ulp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ulp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ulp && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ulp/install/local: phony esp-idf/ulp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ulp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\ulp && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\usb && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/usb/edit_cache: phony esp-idf/usb/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\usb && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/usb/rebuild_cache: phony esp-idf/usb/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/usb/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/usb/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\usb && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/usb/install: phony esp-idf/usb/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/usb/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\usb && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/usb/install/local: phony esp-idf/usb/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/usb/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\usb && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/usb/install/strip: phony esp-idf/usb/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Order-only phony target for __idf_wifi_provisioning + +build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_xtensa + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_config.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_scan.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_ctrl.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\manager.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\handlers.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_console.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_config.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_scan.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_ctrl.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_constants.pb-c.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_softap.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Link the static library esp-idf\wifi_provisioning\libwifi_provisioning.a + +build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj || esp-idf/console/libconsole.a esp-idf/json/libjson.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\wifi_provisioning\libwifi_provisioning.a + TARGET_PDB = wifi_provisioning.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wifi_provisioning && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wifi_provisioning && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/rebuild_cache: phony esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wifi_provisioning/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wifi_provisioning/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wifi_provisioning && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install: phony esp-idf/wifi_provisioning/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wifi_provisioning/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wifi_provisioning && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/local: phony esp-idf/wifi_provisioning/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wifi_provisioning/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\wifi_provisioning && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# C:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Order-only phony target for __idf_main + +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_xtensa + +build esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/main.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\main.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/wifi_config_portal.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\wifi_config_portal.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/mqtt_handler.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\mqtt_handler.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/mqtt_comandos.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\mqtt_comandos.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/fs_handler.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\fs_handler.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/eeprom_tls.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\eeprom_tls.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/eeprom_virtual.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\eeprom_virtual.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/dns_server.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\dns_server.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/led_driver.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\led_driver.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + +build esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/led_strip/led_strip.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\led_strip\led_strip.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir\led_strip + +build esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj: C_COMPILER____idf_main_unscanned_ C$:/LED_shit/main/led_strip/led_strip_encoder.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.6\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\led_strip\led_strip_encoder.c.obj.d + FLAGS = -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration + INCLUDES = -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir\led_strip + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Link the static library esp-idf\main\libmain.a + +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj || esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/spiffs/libspiffs.a esp-idf/xtensa/libxtensa.a + LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address + OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir + POST_BUILD = cd . + PRE_LINK = cd . + TARGET_FILE = esp-idf\main\libmain.a + TARGET_PDB = main.a.dbg + + +############################################# +# Utility command for edit_cache + +build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake-gui.exe -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe --regenerate-during-build -SC:\LED_shit -BC:\LED_shit\build" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/main/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/main/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -P cmake_install.cmake" + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/main/install: phony esp-idf/main/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/main/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/main/install/local: phony esp-idf/main/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/main/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = C:\WINDOWS\system32\cmd.exe /C "cd /D C:\LED_shit\build\esp-idf\main && C:\Users\carec\.espressif\tools\cmake\3.30.2\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/main/install/strip: phony esp-idf/main/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build __idf_app_trace: phony esp-idf/app_trace/libapp_trace.a + +build __idf_app_update: phony esp-idf/app_update/libapp_update.a + +build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_support.a + +build __idf_cmock: phony esp-idf/cmock/libcmock.a + +build __idf_console: phony esp-idf/console/libconsole.a + +build __idf_cxx: phony esp-idf/cxx/libcxx.a + +build __idf_driver: phony esp-idf/driver/libdriver.a + +build __idf_efuse: phony esp-idf/efuse/libefuse.a + +build __idf_esp-tls: phony esp-idf/esp-tls/libesp-tls.a + +build __idf_esp_adc: phony esp-idf/esp_adc/libesp_adc.a + +build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a + +build __idf_esp_coex: phony esp-idf/esp_coex/libesp_coex.a + +build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a + +build __idf_esp_eth: phony esp-idf/esp_eth/libesp_eth.a + +build __idf_esp_event: phony esp-idf/esp_event/libesp_event.a + +build __idf_esp_gdbstub: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build __idf_esp_hid: phony esp-idf/esp_hid/libesp_hid.a + +build __idf_esp_http_client: phony esp-idf/esp_http_client/libesp_http_client.a + +build __idf_esp_http_server: phony esp-idf/esp_http_server/libesp_http_server.a + +build __idf_esp_https_ota: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build __idf_esp_lcd: phony esp-idf/esp_lcd/libesp_lcd.a + +build __idf_esp_local_ctrl: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build __idf_esp_mm: phony esp-idf/esp_mm/libesp_mm.a + +build __idf_esp_netif: phony esp-idf/esp_netif/libesp_netif.a + +build __idf_esp_partition: phony esp-idf/esp_partition/libesp_partition.a + +build __idf_esp_phy: phony esp-idf/esp_phy/libesp_phy.a + +build __idf_esp_pm: phony esp-idf/esp_pm/libesp_pm.a + +build __idf_esp_ringbuf: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a + +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a + +build __idf_esp_timer: phony esp-idf/esp_timer/libesp_timer.a + +build __idf_esp_wifi: phony esp-idf/esp_wifi/libesp_wifi.a + +build __idf_espcoredump: phony esp-idf/espcoredump/libespcoredump.a + +build __idf_fatfs: phony esp-idf/fatfs/libfatfs.a + +build __idf_freertos: phony esp-idf/freertos/libfreertos.a + +build __idf_hal: phony esp-idf/hal/libhal.a + +build __idf_heap: phony esp-idf/heap/libheap.a + +build __idf_http_parser: phony esp-idf/http_parser/libhttp_parser.a + +build __idf_json: phony esp-idf/json/libjson.a + +build __idf_log: phony esp-idf/log/liblog.a + +build __idf_lwip: phony esp-idf/lwip/liblwip.a + +build __idf_main: phony esp-idf/main/libmain.a + +build __idf_mbedtls: phony esp-idf/mbedtls/libmbedtls.a + +build __idf_mqtt: phony esp-idf/mqtt/libmqtt.a + +build __idf_newlib: phony esp-idf/newlib/libnewlib.a + +build __idf_nvs_flash: phony esp-idf/nvs_flash/libnvs_flash.a + +build __idf_perfmon: phony esp-idf/perfmon/libperfmon.a + +build __idf_protobuf-c: phony esp-idf/protobuf-c/libprotobuf-c.a + +build __idf_protocomm: phony esp-idf/protocomm/libprotocomm.a + +build __idf_pthread: phony esp-idf/pthread/libpthread.a + +build __idf_sdmmc: phony esp-idf/sdmmc/libsdmmc.a + +build __idf_soc: phony esp-idf/soc/libsoc.a + +build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a + +build __idf_spiffs: phony esp-idf/spiffs/libspiffs.a + +build __idf_tcp_transport: phony esp-idf/tcp_transport/libtcp_transport.a + +build __idf_unity: phony esp-idf/unity/libunity.a + +build __idf_vfs: phony esp-idf/vfs/libvfs.a + +build __idf_wear_levelling: phony esp-idf/wear_levelling/libwear_levelling.a + +build __idf_wifi_provisioning: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build __idf_wpa_supplicant: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build __idf_xtensa: phony esp-idf/xtensa/libxtensa.a + +build __ldgen_output_sections.ld: phony esp-idf/esp_system/__ldgen_output_sections.ld + +build apidoc: phony esp-idf/mbedtls/mbedtls/apidoc + +build app-flash: phony esp-idf/esptool_py/app-flash + +build app_check_size: phony esp-idf/esptool_py/app_check_size + +build bootloader-flash: phony esp-idf/bootloader/bootloader-flash + +build custom_bundle: phony esp-idf/mbedtls/custom_bundle + +build efuse-common-table: phony esp-idf/efuse/efuse-common-table + +build efuse-custom-table: phony esp-idf/efuse/efuse-custom-table + +build efuse_common_table: phony esp-idf/efuse/efuse_common_table + +build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table + +build efuse_test_table: phony esp-idf/efuse/efuse_test_table + +build encrypted-app-flash: phony esp-idf/esptool_py/encrypted-app-flash + +build encrypted-bootloader-flash: phony esp-idf/bootloader/encrypted-bootloader-flash + +build encrypted-partition-table-flash: phony esp-idf/partition_table/encrypted-partition-table-flash + +build everest: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build lib: phony esp-idf/mbedtls/mbedtls/library/lib + +build libapp_trace.a: phony esp-idf/app_trace/libapp_trace.a + +build libapp_update.a: phony esp-idf/app_update/libapp_update.a + +build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_support.a + +build libcmock.a: phony esp-idf/cmock/libcmock.a + +build libconsole.a: phony esp-idf/console/libconsole.a + +build libcxx.a: phony esp-idf/cxx/libcxx.a + +build libdriver.a: phony esp-idf/driver/libdriver.a + +build libefuse.a: phony esp-idf/efuse/libefuse.a + +build libesp-tls.a: phony esp-idf/esp-tls/libesp-tls.a + +build libesp_adc.a: phony esp-idf/esp_adc/libesp_adc.a + +build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a + +build libesp_coex.a: phony esp-idf/esp_coex/libesp_coex.a + +build libesp_common.a: phony esp-idf/esp_common/libesp_common.a + +build libesp_eth.a: phony esp-idf/esp_eth/libesp_eth.a + +build libesp_event.a: phony esp-idf/esp_event/libesp_event.a + +build libesp_gdbstub.a: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build libesp_hid.a: phony esp-idf/esp_hid/libesp_hid.a + +build libesp_http_client.a: phony esp-idf/esp_http_client/libesp_http_client.a + +build libesp_http_server.a: phony esp-idf/esp_http_server/libesp_http_server.a + +build libesp_https_ota.a: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build libesp_lcd.a: phony esp-idf/esp_lcd/libesp_lcd.a + +build libesp_local_ctrl.a: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build libesp_mm.a: phony esp-idf/esp_mm/libesp_mm.a + +build libesp_netif.a: phony esp-idf/esp_netif/libesp_netif.a + +build libesp_partition.a: phony esp-idf/esp_partition/libesp_partition.a + +build libesp_phy.a: phony esp-idf/esp_phy/libesp_phy.a + +build libesp_pm.a: phony esp-idf/esp_pm/libesp_pm.a + +build libesp_ringbuf.a: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a + +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a + +build libesp_timer.a: phony esp-idf/esp_timer/libesp_timer.a + +build libesp_wifi.a: phony esp-idf/esp_wifi/libesp_wifi.a + +build libespcoredump.a: phony esp-idf/espcoredump/libespcoredump.a + +build libeverest.a: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build libfatfs.a: phony esp-idf/fatfs/libfatfs.a + +build libfreertos.a: phony esp-idf/freertos/libfreertos.a + +build libhal.a: phony esp-idf/hal/libhal.a + +build libheap.a: phony esp-idf/heap/libheap.a + +build libhttp_parser.a: phony esp-idf/http_parser/libhttp_parser.a + +build libjson.a: phony esp-idf/json/libjson.a + +build liblog.a: phony esp-idf/log/liblog.a + +build liblwip.a: phony esp-idf/lwip/liblwip.a + +build libmain.a: phony esp-idf/main/libmain.a + +build libmbedcrypto.a: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build libmbedtls.a: phony esp-idf/mbedtls/libmbedtls.a + +build libmbedx509.a: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build libmqtt.a: phony esp-idf/mqtt/libmqtt.a + +build libnewlib.a: phony esp-idf/newlib/libnewlib.a + +build libnvs_flash.a: phony esp-idf/nvs_flash/libnvs_flash.a + +build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build libperfmon.a: phony esp-idf/perfmon/libperfmon.a + +build libprotobuf-c.a: phony esp-idf/protobuf-c/libprotobuf-c.a + +build libprotocomm.a: phony esp-idf/protocomm/libprotocomm.a + +build libpthread.a: phony esp-idf/pthread/libpthread.a + +build libsdmmc.a: phony esp-idf/sdmmc/libsdmmc.a + +build libsoc.a: phony esp-idf/soc/libsoc.a + +build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a + +build libspiffs.a: phony esp-idf/spiffs/libspiffs.a + +build libtcp_transport.a: phony esp-idf/tcp_transport/libtcp_transport.a + +build libunity.a: phony esp-idf/unity/libunity.a + +build libvfs.a: phony esp-idf/vfs/libvfs.a + +build libwear_levelling.a: phony esp-idf/wear_levelling/libwear_levelling.a + +build libwifi_provisioning.a: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build libwpa_supplicant.a: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build libxtensa.a: phony esp-idf/xtensa/libxtensa.a + +build mbedcrypto: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build mbedtls: phony esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +build mbedx509: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build memory_ld: phony esp-idf/esp_system/memory_ld + +build p256m: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build partition-table: phony esp-idf/partition_table/partition-table + +build partition-table-flash: phony esp-idf/partition_table/partition-table-flash + +build partition_table: phony esp-idf/partition_table/partition_table + +build partition_table-flash: phony esp-idf/partition_table/partition_table-flash + +build partition_table_bin: phony esp-idf/partition_table/partition_table_bin + +build show-efuse-table: phony esp-idf/efuse/show-efuse-table + +build show_efuse_table: phony esp-idf/efuse/show_efuse_table + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build + +build all: phony bootloader app LED_shit.elf esp-idf/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf + +build esp-idf/all: phony esp-idf/xtensa/all esp-idf/esp_ringbuf/all esp-idf/efuse/all esp-idf/driver/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_partition/all esp-idf/app_update/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/pthread/all esp-idf/esp_system/all esp-idf/esp_rom/all esp-idf/hal/all esp-idf/log/all esp-idf/heap/all esp-idf/soc/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/cxx/all esp-idf/esp_common/all esp-idf/esp_timer/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_phy/all esp-idf/vfs/all esp-idf/lwip/all esp-idf/esp_netif_stack/all esp-idf/esp_netif/all esp-idf/wpa_supplicant/all esp-idf/esp_coex/all esp-idf/esp_wifi/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/http_parser/all esp-idf/esp-tls/all esp-idf/esp_adc/all esp-idf/esp_eth/all esp-idf/esp_gdbstub/all esp-idf/esp_hid/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/esp_psram/all esp-idf/esp_lcd/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/esp_local_ctrl/all esp-idf/espcoredump/all esp-idf/wear_levelling/all esp-idf/sdmmc/all esp-idf/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/openthread/all esp-idf/perfmon/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/main/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/app_trace + +build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/app_update + +build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/bootloader + +build esp-idf/bootloader/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/bootloader_support + +build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/bt + +build esp-idf/bt/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/cmock + +build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/console + +build esp-idf/console/all: phony esp-idf/console/libconsole.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/cxx + +build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/driver + +build esp-idf/driver/all: phony esp-idf/driver/libdriver.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/efuse + +build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp-tls + +build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_adc + +build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_app_format + +build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_coex + +build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_common + +build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_eth + +build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_event + +build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_gdbstub + +build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_hid + +build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_http_client + +build esp-idf/esp_http_client/all: phony esp-idf/esp_http_client/libesp_http_client.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_http_server + +build esp-idf/esp_http_server/all: phony esp-idf/esp_http_server/libesp_http_server.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_https_ota + +build esp-idf/esp_https_ota/all: phony esp-idf/esp_https_ota/libesp_https_ota.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_https_server + +build esp-idf/esp_https_server/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_hw_support + +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32 + +build esp-idf/esp_hw_support/port/esp32/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_lcd + +build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_local_ctrl + +build esp-idf/esp_local_ctrl/all: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_mm + +build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_netif + +build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_netif_stack + +build esp-idf/esp_netif_stack/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_partition + +build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_phy + +build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_pm + +build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_psram + +build esp-idf/esp_psram/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_ringbuf + +build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_rom + +build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_system + +build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a esp-idf/esp_system/port/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_system/port + +build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32 + +build esp-idf/esp_system/port/soc/esp32/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_timer + +build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esp_wifi + +build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/espcoredump + +build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/esptool_py + +build esp-idf/esptool_py/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/fatfs + +build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/freertos + +build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/hal + +build esp-idf/hal/all: phony esp-idf/hal/libhal.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/heap + +build esp-idf/heap/all: phony esp-idf/heap/libheap.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/http_parser + +build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/idf_test + +build esp-idf/idf_test/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/ieee802154 + +build esp-idf/ieee802154/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/json + +build esp-idf/json/all: phony esp-idf/json/libjson.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/log + +build esp-idf/log/all: phony esp-idf/log/liblog.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/lwip + +build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/main + +build esp-idf/main/all: phony esp-idf/main/libmain.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls + +build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls + +build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/pkgconfig/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty + +build esp-idf/mbedtls/mbedtls/3rdparty/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/all esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include + +build esp-idf/mbedtls/mbedtls/include/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library + +build esp-idf/mbedtls/mbedtls/library/all: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig + +build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/mqtt + +build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/newlib + +build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/port/all + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/newlib/port + +build esp-idf/newlib/port/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/nvs_flash + +build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/openthread + +build esp-idf/openthread/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/partition_table + +build esp-idf/partition_table/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/perfmon + +build esp-idf/perfmon/all: phony esp-idf/perfmon/libperfmon.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/protobuf-c + +build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/protocomm + +build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/pthread + +build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/sdmmc + +build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/soc + +build esp-idf/soc/all: phony esp-idf/soc/libsoc.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/spi_flash + +build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/spiffs + +build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/tcp_transport + +build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/ulp + +build esp-idf/ulp/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/unity + +build esp-idf/unity/all: phony esp-idf/unity/libunity.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/usb + +build esp-idf/usb/all: phony + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/vfs + +build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/wear_levelling + +build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/wifi_provisioning + +build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/wpa_supplicant + +build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +# ============================================================================= + +############################################# +# Folder: C:/LED_shit/build/esp-idf/xtensa + +build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | C$:/LED_shit/CMakeLists.txt C$:/LED_shit/main/CMakeLists.txt C$:/LED_shit/partitions.csv C$:/LED_shit/sdkconfig C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePrintHelpers.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython3.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython/Support.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/GNUInstallDirs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/.git/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/openthread/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/usb/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/build.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/component.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/depgraph.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/dfu.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/idf.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/kconfig.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/ldgen.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project_description.json.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/targets.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/uf2.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/utilities.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/version.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/confgen.py C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/config.env.in CMakeCache.txt CMakeFiles/3.30.2/CMakeASMCompiler.cmake CMakeFiles/3.30.2/CMakeCCompiler.cmake CMakeFiles/3.30.2/CMakeCXXCompiler.cmake CMakeFiles/3.30.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build C$:/LED_shit/CMakeLists.txt C$:/LED_shit/main/CMakeLists.txt C$:/LED_shit/partitions.csv C$:/LED_shit/sdkconfig C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeASMInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCXXInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeGenericSystem.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakePrintHelpers.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFile.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckLibraryExists.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/CheckTypeSize.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-C.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Compiler/GNU.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindGit.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPackageMessage.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython3.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindPython/Support.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/FindThreads.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/GNUInstallDirs.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/Platform/Generic.cmake C$:/Users/carec/.espressif/tools/cmake/3.30.2/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/.git/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/carec/esp/v5.1.6/esp-idf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/console/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/driver/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/hal/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/log/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/lib/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/openthread/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/soc/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/.git C$:/Users/carec/esp/v5.1.6/esp-idf/components/usb/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/project_include.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/build.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/component.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/depgraph.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/dfu.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/idf.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/kconfig.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/ldgen.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/project_description.json.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/targets.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/uf2.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/utilities.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/cmake/version.cmake C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/confgen.py C$:/Users/carec/esp/v5.1.6/esp-idf/tools/kconfig_new/config.env.in CMakeCache.txt CMakeFiles/3.30.2/CMakeASMCompiler.cmake CMakeFiles/3.30.2/CMakeCCompiler.cmake CMakeFiles/3.30.2/CMakeCXXCompiler.cmake CMakeFiles/3.30.2/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake new file mode 100644 index 0000000..ebec3ae --- /dev/null +++ b/build/cmake_install.cmake @@ -0,0 +1,62 @@ +# Install script for directory: C:/LED_shit + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "C:/LED_shit/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build/compile_commands.json b/build/compile_commands.json new file mode 100644 index 0000000..c97b731 --- /dev/null +++ b/build/compile_commands.json @@ -0,0 +1,5012 @@ +[ +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -mlongcalls -Wno-frame-address -fdiagnostics-color=always -o CMakeFiles\\LED_shit.elf.dir\\project_elf_src_esp32.c.obj -c C:\\LED_shit\\build\\project_elf_src_esp32.c", + "file": "C:\\LED_shit\\build\\project_elf_src_esp32.c", + "output": "CMakeFiles\\LED_shit.elf.dir\\project_elf_src_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\eri.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\eri.c", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xt_trax.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xt_trax.c", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xtensa_intr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xtensa_intr.c", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr_asm.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xtensa_intr_asm.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\xtensa\\xtensa_intr_asm.S", + "output": "esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr_asm.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_ringbuf\\CMakeFiles\\__idf_esp_ringbuf.dir\\ringbuf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_ringbuf\\ringbuf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_ringbuf\\ringbuf.c", + "output": "esp-idf\\esp_ringbuf\\CMakeFiles\\__idf_esp_ringbuf.dir\\ringbuf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", + "output": "esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\gpio.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\gpio.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio_glitch_filter_ops.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\gpio_glitch_filter_ops.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\gpio_glitch_filter_ops.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio_glitch_filter_ops.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\rtc_io.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\rtc_io.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gpio\\rtc_io.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\rtc_io.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\spi_bus_lock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\spi_bus_lock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\spi_bus_lock.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\spi_bus_lock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_dma_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_dma_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_dma_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_dma_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_oneshot.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_oneshot.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_oneshot.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_oneshot.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_cosine.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_cosine.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_cosine.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_cosine.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_continuous.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_continuous.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_continuous.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_continuous.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\dac_common.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\esp32\\dac_dma.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\esp32\\dac_dma.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\dac\\esp32\\dac_dma.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\esp32\\dac_dma.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\dac_common_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\dac_common_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\dac_common_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\dac_common_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\esp32\\dac_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\esp32\\dac_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\esp32\\dac_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\esp32\\dac_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gptimer\\gptimer.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gptimer\\gptimer.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer_priv.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gptimer\\gptimer_priv.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\gptimer\\gptimer_priv.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer_priv.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\timer_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\timer_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2c\\i2c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2c\\i2c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2c\\i2c.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2c\\i2c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_common.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_std.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_std.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_std.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_std.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\i2s_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\i2s_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_pdm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_pdm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\i2s\\i2s_pdm.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_pdm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\ledc\\ledc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\ledc\\ledc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\ledc\\ledc.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\ledc\\ledc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cap.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cmpr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cmpr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cmpr.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cmpr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_com.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_com.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_com.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_com.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_fault.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_fault.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_fault.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_fault.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_gen.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_gen.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_gen.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_gen.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_oper.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_oper.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_oper.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_oper.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_sync.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_sync.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_sync.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_sync.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_timer.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_timer.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\mcpwm\\mcpwm_timer.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_timer.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\mcpwm_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\mcpwm_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\mcpwm_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\mcpwm_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\pcnt\\pulse_cnt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\pcnt\\pulse_cnt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\pcnt\\pulse_cnt.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\pcnt\\pulse_cnt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\pcnt_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\pcnt_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\pcnt_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\pcnt_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_common.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_encoder.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_encoder.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_encoder.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_encoder.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_rx.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_rx.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_rx.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_rx.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_tx.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_tx.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\rmt\\rmt_tx.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_tx.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rmt_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rmt_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdio_slave\\sdio_slave.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdio_slave\\sdio_slave.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdio_slave\\sdio_slave.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdio_slave\\sdio_slave.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_transaction.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdmmc\\sdmmc_transaction.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdmmc\\sdmmc_transaction.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_transaction.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_host.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdmmc\\sdmmc_host.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sdmmc\\sdmmc_host.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_host.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sigma_delta\\sdm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sigma_delta\\sdm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\sigma_delta\\sdm.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sigma_delta\\sdm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\sigma_delta_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\sigma_delta_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\sigma_delta_legacy.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\sigma_delta_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_common.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_master.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_master.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_master.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_master.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_slave.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_slave.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\gpspi\\spi_slave.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_slave.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_crc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_crc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_crc.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_crc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_host.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_host.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_host.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_host.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_transaction.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_transaction.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_transaction.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_transaction.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\touch_sensor_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\touch_sensor\\touch_sensor_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\touch_sensor\\touch_sensor_common.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\touch_sensor_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\esp32\\touch_sensor.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\touch_sensor\\esp32\\touch_sensor.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\touch_sensor\\esp32\\touch_sensor.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\esp32\\touch_sensor.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\twai\\twai.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\twai\\twai.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\twai\\twai.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\twai\\twai.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\uart\\uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\uart\\uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\uart\\uart.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\uart\\uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_i2s_deprecated.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_i2s_deprecated.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\driver\\deprecated\\adc_i2s_deprecated.c", + "output": "esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_i2s_deprecated.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_locks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_locks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_locks.c", + "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_locks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_trace.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_trace.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_trace.c", + "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_trace.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_impl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_impl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_pm\\pm_impl.c", + "output": "esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_impl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\esp_crt_bundle\\esp_crt_bundle.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\esp_crt_bundle\\esp_crt_bundle.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\esp_crt_bundle\\esp_crt_bundle.c", + "output": "esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\esp_crt_bundle\\esp_crt_bundle.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\__\\__\\x509_crt_bundle.S.obj -c C:\\LED_shit\\build\\x509_crt_bundle.S", + "file": "C:\\LED_shit\\build\\x509_crt_bundle.S", + "output": "esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\__\\__\\x509_crt_bundle.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\everest.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\everest.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\everest.c", + "output": "esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\everest.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\x25519.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\x25519.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\x25519.c", + "output": "esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\x25519.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\Hacl_Curve25519_joined.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\Hacl_Curve25519_joined.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\Hacl_Curve25519_joined.c", + "output": "esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\Hacl_Curve25519_joined.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m_driver_entrypoints.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m_driver_entrypoints.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m_driver_entrypoints.c", + "output": "esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m_driver_entrypoints.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m\\p256-m.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m\\p256-m.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m\\p256-m.c", + "output": "esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m\\p256-m.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aes.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aes.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesni.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesni.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesce.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesce.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aria.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aria.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1parse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1parse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1write.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1write.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\base64.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\base64.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_core.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_core.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod_raw.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod_raw.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod_raw.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod_raw.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\block_cipher.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\block_cipher.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\block_cipher.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\block_cipher.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\camellia.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\camellia.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ccm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ccm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chacha20.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chacha20.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chachapoly.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chachapoly.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher_wrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher_wrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\constant_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\constant_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cmac.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cmac.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ctr_drbg.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ctr_drbg.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\des.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\des.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\dhm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\dhm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdh.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdh.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdsa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdsa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecjpake.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecjpake.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves_new.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves_new.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves_new.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves_new.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy_poll.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy_poll.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\error.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\error.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\gcm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\gcm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hkdf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hkdf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hmac_drbg.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hmac_drbg.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lmots.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lmots.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lms.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lms.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md5.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md5.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\memory_buffer_alloc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\memory_buffer_alloc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\memory_buffer_alloc.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\memory_buffer_alloc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\nist_kw.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\nist_kw.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\oid.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\oid.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\padlock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\padlock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_ecc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_ecc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_ecc.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_ecc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_wrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_wrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs12.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs12.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs5.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs5.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkparse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkparse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkwrite.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkwrite.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform_util.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform_util.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\poly1305.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\poly1305.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_aead.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_aead.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_aead.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_aead.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_cipher.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_cipher.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_cipher.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_cipher.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_client.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_driver_wrappers_no_static.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_driver_wrappers_no_static.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_driver_wrappers_no_static.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_driver_wrappers_no_static.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ecp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ecp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ecp.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ecp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ffdh.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ffdh.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ffdh.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ffdh.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_hash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_hash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_hash.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_hash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_mac.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_mac.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_mac.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_mac.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_pake.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_pake.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_pake.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_pake.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_rsa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_rsa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_rsa.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_rsa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_se.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_se.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_se.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_se.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_slot_management.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_slot_management.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_slot_management.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_slot_management.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_storage.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_storage.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_storage.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_storage.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_its_file.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_its_file.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_its_file.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_its_file.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_util.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_util.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ripemd160.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ripemd160.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa_alt_helpers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa_alt_helpers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa_alt_helpers.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa_alt_helpers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha1.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha1.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha256.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha256.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha512.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha512.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha3.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha3.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\threading.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\threading.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\timing.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\timing.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version_features.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version_features.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_mem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_mem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_mem.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_mem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_timing.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_timing.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_timing.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_timing.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\pkcs7.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\pkcs7.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_create.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_create.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_csr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_csr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_crt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_crt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_csr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_csr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\debug.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\debug.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_reader.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_reader.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_trace.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_trace.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cache.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cache.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ciphersuites.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ciphersuites.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cookie.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cookie.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_debug_helpers_generated.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_debug_helpers_generated.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_debug_helpers_generated.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_debug_helpers_generated.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_msg.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_msg.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ticket.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ticket.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_client.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_server.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_server.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_server.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_server.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_keys.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_keys.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_keys.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_keys.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_server.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_server.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_server.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_server.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_client.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_generic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_generic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_generic.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_generic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/LED_shit/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\net_sockets.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\net_sockets.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\net_sockets.c", + "output": "esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mbedtls\\port\\net_sockets.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"LED_shit\\\" -DPROJECT_VER=\\\"1\\\" -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", + "output": "esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\idf\\bootloader_sha.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\idf\\bootloader_sha.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\bootloader_support\\src\\idf\\bootloader_sha.c", + "output": "esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\idf\\bootloader_sha.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_partition\\partition.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_partition\\partition.c", + "output": "esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition_target.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_partition\\partition_target.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_partition\\partition_target.c", + "output": "esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition_target.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_ops.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_update\\esp_ota_ops.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_update\\esp_ota_ops.c", + "output": "esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_ops.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_app_desc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_update\\esp_ota_app_desc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_update\\esp_ota_app_desc.c", + "output": "esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_app_desc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_mmu_map.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\esp_mmu_map.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\esp_mmu_map.c", + "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_mmu_map.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\port\\esp32\\ext_mem_layout.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\port\\esp32\\ext_mem_layout.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\port\\esp32\\ext_mem_layout.c", + "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\port\\esp32\\ext_mem_layout.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_cache.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\esp_cache.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\esp_cache.c", + "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_cache.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\cache_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\cache_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_mm\\cache_esp32.c", + "output": "esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\cache_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_brownout_hook.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_brownout_hook.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_brownout_hook.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_brownout_hook.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_drivers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_drivers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_drivers.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_drivers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_generic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_generic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_generic.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_generic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_issi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_issi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_issi.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_issi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_gd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_gd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_gd.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_gd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_winbond.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_winbond.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_winbond.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_winbond.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_boya.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_boya.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_boya.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_boya.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic_opi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic_opi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic_opi.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic_opi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_th.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_th.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_chip_th.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_th.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\memspi_host_driver.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\memspi_host_driver.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\memspi_host_driver.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\memspi_host_driver.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\cache_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\cache_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\cache_utils.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\cache_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_mmap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_mmap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_mmap.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_mmap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_ops.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_ops.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\flash_ops.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_ops.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_api.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\esp_flash_api.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\esp_flash_api.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_api.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_spi_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\esp_flash_spi_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\esp_flash_spi_init.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_spi_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_app.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_os_func_app.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_os_func_app.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_app.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_noos.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_os_func_noos.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spi_flash\\spi_flash_os_func_noos.c", + "output": "esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_noos.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread.c", + "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_cond_var.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_cond_var.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_cond_var.c", + "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_cond_var.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_local_storage.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_local_storage.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_local_storage.c", + "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_local_storage.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_rwlock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_rwlock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_rwlock.c", + "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_rwlock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_semaphore.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_semaphore.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\pthread\\pthread_semaphore.c", + "output": "esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_semaphore.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_err.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_err.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\crosscore_int.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\crosscore_int.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\crosscore_int.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\crosscore_int.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_ipc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_ipc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_ipc.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_ipc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\freertos_hooks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\freertos_hooks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\freertos_hooks.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\freertos_hooks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\int_wdt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\int_wdt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\int_wdt.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\int_wdt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\panic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\panic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\panic.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\panic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_system.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_system.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\esp_system.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_system.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\startup.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\startup.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\system_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\system_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\system_time.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\system_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\stack_check.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\stack_check.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\stack_check.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\stack_check.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\ubsan.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\ubsan.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\ubsan.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\ubsan.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\xt_wdt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\xt_wdt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\xt_wdt.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\xt_wdt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\debug_stubs.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\debug_stubs.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\debug_stubs.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\debug_stubs.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt_impl_timergroup.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt_impl_timergroup.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt_impl_timergroup.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt_impl_timergroup.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\cpu_start.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\cpu_start.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\cpu_start.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\cpu_start.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\panic_handler.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\panic_handler.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\panic_handler.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\panic_handler.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\esp_system_chip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\esp_system_chip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\esp_system_chip.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\esp_system_chip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\brownout.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\brownout.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\brownout.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\brownout.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\highint_hdl.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\highint_hdl.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\highint_hdl.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\highint_hdl.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\clk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\clk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\clk.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\clk.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\reset_reason.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\reset_reason.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\reset_reason.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\reset_reason.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\system_internal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\system_internal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\system_internal.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\system_internal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\cache_err_int.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\cache_err_int.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\cache_err_int.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\cache_err_int.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_arch.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_arch.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_arch.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_arch.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_handler_asm.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_handler_asm.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_handler_asm.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_handler_asm.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack_asm.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack_asm.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack_asm.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack_asm.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers_asm.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers_asm.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers_asm.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers_asm.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_stubs.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_stubs.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_stubs.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_stubs.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\trax.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\trax.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\trax.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\trax.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr.c", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_handler.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_handler.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_handler.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_handler.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_routines.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_routines.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_routines.S", + "output": "esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_routines.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_gpio.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_gpio.c", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_gpio.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", + "output": "esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mpu_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mpu_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\efuse_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\efuse_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\wdt_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\wdt_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mmu_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mmu_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rtc_io_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\rtc_io_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\rtc_io_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rtc_io_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gpio_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\gpio_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\gpio_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gpio_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\uart_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\uart_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\uart_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\uart_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_hal_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_hal_common.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_oneshot_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_oneshot_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_oneshot_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_oneshot_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\clk_tree_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\clk_tree_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\clk_tree_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\clk_tree_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_encrypt_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_encrypt_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_flash_encrypt_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_encrypt_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\timer_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\timer_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\timer_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\timer_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\ledc_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\ledc_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\ledc_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\ledc_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2c_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2c_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2c_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2c_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rmt_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\rmt_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\rmt_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rmt_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\pcnt_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\pcnt_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\pcnt_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\pcnt_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mcpwm_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mcpwm_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\mcpwm_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mcpwm_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\twai_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\twai_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\twai_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\twai_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2s_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2s_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\i2s_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2s_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdm_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sdm_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sdm_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdm_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\emac_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\emac_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\emac_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\emac_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\adc_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sha_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sha_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sha_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sha_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\aes_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\aes_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\aes_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\aes_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\brownout_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\brownout_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\brownout_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\brownout_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_slave_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_slave_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal_iram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_slave_hal_iram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\spi_slave_hal_iram.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal_iram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdio_slave_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sdio_slave_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\sdio_slave_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdio_slave_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\touch_sensor_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\touch_sensor_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\touch_sensor_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\touch_sensor_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\touch_sensor_hal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\touch_sensor_hal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\touch_sensor_hal.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\touch_sensor_hal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\gpio_hal_workaround.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\gpio_hal_workaround.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\hal\\esp32\\gpio_hal_workaround.c", + "output": "esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\gpio_hal_workaround.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_buffers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_buffers.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_freertos.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_freertos.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\log\\log_freertos.c", + "output": "esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_freertos.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_base.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps_base.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps_base.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_base.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\heap_caps_init.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\multi_heap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\multi_heap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\multi_heap.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\multi_heap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\tlsf\\tlsf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\tlsf\\tlsf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\tlsf\\tlsf.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\tlsf\\tlsf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\memory_layout_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\port\\memory_layout_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\port\\memory_layout_utils.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\memory_layout_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\esp32\\memory_layout.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\port\\esp32\\memory_layout.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\heap\\port\\esp32\\memory_layout.c", + "output": "esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\esp32\\memory_layout.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\lldesc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\lldesc.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\dport_access_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\dport_access_common.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\interrupts.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\interrupts.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\uart_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\uart_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dport_access.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dport_access.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\adc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\adc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\spi_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\spi_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\timer_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\timer_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\twai_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\twai_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dac_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\dac_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", + "output": "esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\cpu.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\cpu.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_cpu_intr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_cpu_intr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_cpu_intr.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_cpu_intr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_clk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_clk.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clk.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\clk_ctrl_os.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\clk_ctrl_os.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\clk_ctrl_os.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\clk_ctrl_os.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\hw_random.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\hw_random.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\hw_random.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\hw_random.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\intr_alloc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\intr_alloc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\intr_alloc.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\intr_alloc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mac_addr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\mac_addr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\mac_addr.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mac_addr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\periph_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\periph_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\periph_ctrl.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\periph_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\revision.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\revision.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\revision.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\revision.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_module.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\rtc_module.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\rtc_module.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_module.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modes.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_modes.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_modes.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modes.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_console.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_console.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_console.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_console.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_gpio.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_gpio.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_gpio.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_gpio.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_event.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_event.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_event.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_event.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_modem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_modem.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\regi2c_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\regi2c_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\regi2c_ctrl.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\regi2c_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_gpio_reserve.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_gpio_reserve.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\esp_gpio_reserve.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_gpio_reserve.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sar_periph_ctrl_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sar_periph_ctrl_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sar_periph_ctrl_common.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sar_periph_ctrl_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\io_mux.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\io_mux.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\io_mux.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\io_mux.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_clk_tree.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_clk_tree.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_clk_tree.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_clk_tree.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_clk_tree_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp_clk_tree_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp_clk_tree_common.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_clk_tree_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\adc_share_hw_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\adc_share_hw_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\adc_share_hw_ctrl.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\adc_share_hw_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_wdt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\rtc_wdt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\rtc_wdt.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_wdt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_wake_stub.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_wake_stub.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\sleep_wake_stub.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_wake_stub.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cache_sram_mmu.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cache_sram_mmu.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cache_sram_mmu.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cache_sram_mmu.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\sar_periph_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\sar_periph_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hw_support\\port\\esp32\\sar_periph_ctrl.c", + "output": "esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\sar_periph_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\heap_idf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\heap_idf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\heap_idf.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\heap_idf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\esp_additions\\idf_additions.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\esp_additions\\idf_additions.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\list.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\list.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\queue.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\queue.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\tasks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\tasks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\timers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\timers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\croutine.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\croutine.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\croutine.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\croutine.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\event_groups.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\event_groups.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\event_groups.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\event_groups.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\stream_buffer.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\stream_buffer.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\stream_buffer.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\stream_buffer.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\port.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\port.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\port.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\port.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\app_startup.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\app_startup.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\app_startup.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\app_startup.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-openocd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-openocd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-openocd.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-openocd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\port_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\port_common.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\port_systick.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\port_systick.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\port_systick.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\port_systick.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\freertos_v8_compat.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\esp_additions\\freertos_v8_compat.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\esp_additions\\freertos_v8_compat.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\freertos_v8_compat.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S", + "output": "esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\abort.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\abort.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\abort.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\abort.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\assert.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\assert.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\assert.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\assert.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-builtin -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\heap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\heap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\heap.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\heap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\locks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\locks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\locks.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\locks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\poll.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\poll.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\poll.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\poll.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\pthread.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\pthread.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\pthread.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\pthread.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\random.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\random.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\random.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\random.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\reent_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\reent_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\reent_init.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\reent_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\newlib_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\newlib_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\newlib_init.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\newlib_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\syscalls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\syscalls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\syscalls.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\syscalls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\termios.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\termios.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\termios.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\termios.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\stdatomic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\stdatomic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\stdatomic.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\stdatomic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\time.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\sysconf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\sysconf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\sysconf.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\sysconf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\realpath.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\realpath.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\realpath.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\realpath.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/priv_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\port\\esp_time_impl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\port\\esp_time_impl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\newlib\\port\\esp_time_impl.c", + "output": "esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\port\\esp_time_impl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_exception_stubs.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp", + "output": "esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_exception_stubs.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_guards.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cxx\\cxx_guards.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cxx\\cxx_guards.cpp", + "output": "esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_guards.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", + "output": "esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer.c", + "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\ets_timer_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\ets_timer_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\ets_timer_legacy.c", + "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\ets_timer_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\system_time.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\system_time.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\system_time.c", + "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\system_time.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_common.c", + "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_lac.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_lac.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_lac.c", + "output": "esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_lac.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\app_trace.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\app_trace.c", + "output": "esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace_util.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\app_trace_util.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\app_trace_util.c", + "output": "esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace_util.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\host_file_io.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\host_file_io.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\host_file_io.c", + "output": "esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\host_file_io.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\port\\port_uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\port\\port_uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\app_trace\\port\\port_uart.c", + "output": "esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\port\\port_uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\default_event_loop.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\default_event_loop.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\default_event_loop.c", + "output": "esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\default_event_loop.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\esp_event.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\esp_event.c", + "output": "esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event_private.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\esp_event_private.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_event\\esp_event_private.c", + "output": "esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event_private.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_api.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_api.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_api.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_api.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_cxx_api.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_cxx_api.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_cxx_api.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_cxx_api.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_item_hash_list.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_item_hash_list.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_item_hash_list.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_item_hash_list.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_page.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_page.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_page.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_page.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_pagemanager.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_pagemanager.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_pagemanager.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_pagemanager.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_storage.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_storage.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_storage.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_storage.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_simple.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_simple.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_simple.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_simple.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_locked.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_locked.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_locked.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_locked.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_lookup.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_lookup.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_lookup.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_lookup.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_manager.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_manager.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_manager.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_manager.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_types.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_types.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_types.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_types.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_platform.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_platform.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\nvs_flash\\src\\nvs_platform.cpp", + "output": "esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_platform.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_override.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_override.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_override.c", + "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_override.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\lib_printf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\lib_printf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\lib_printf.c", + "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\lib_printf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_common.c", + "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\phy_init.c", + "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\btbb_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\btbb_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_phy\\src\\btbb_init.c", + "output": "esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\btbb_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs.c", + "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_eventfd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_eventfd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_eventfd.c", + "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_eventfd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_uart.c", + "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_semihost.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_semihost.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_semihost.c", + "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_semihost.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_console.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_console.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\vfs\\vfs_console.c", + "output": "esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_console.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\sntp\\sntp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\sntp\\sntp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_lib.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_lib.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_lib.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_lib.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_msg.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_msg.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_msg.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_msg.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\err.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\err.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\err.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\err.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\if_api.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\if_api.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\if_api.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\if_api.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netbuf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netbuf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netbuf.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netbuf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netdb.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netdb.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netdb.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netdb.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netifapi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netifapi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\netifapi.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netifapi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\sockets.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\sockets.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\sockets.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\sockets.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\tcpip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\tcpip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\api\\tcpip.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\tcpip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\sntp\\sntp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\apps\\sntp\\sntp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\apps\\sntp\\sntp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\sntp\\sntp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\netbiosns\\netbiosns.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\apps\\netbiosns\\netbiosns.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\apps\\netbiosns\\netbiosns.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\netbiosns\\netbiosns.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\def.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\def.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\def.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\def.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\dns.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\dns.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\dns.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\dns.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\inet_chksum.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\inet_chksum.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\inet_chksum.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\inet_chksum.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\init.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ip.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\mem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\mem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\mem.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\mem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\memp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\memp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\memp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\memp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\netif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\netif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\netif.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\netif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\pbuf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\pbuf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\pbuf.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\pbuf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\raw.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\raw.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\raw.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\raw.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\stats.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\stats.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\stats.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\stats.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\sys.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\sys.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\sys.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\sys.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_in.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_in.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_in.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_in.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_out.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_out.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_out.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_out.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\timeouts.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\timeouts.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\timeouts.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\timeouts.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\udp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\udp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\udp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\udp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\autoip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\autoip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\autoip.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\autoip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\dhcp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\dhcp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\dhcp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\dhcp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\etharp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\etharp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\etharp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\etharp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\icmp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\icmp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\icmp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\icmp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\igmp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\igmp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\igmp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\igmp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_napt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_napt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_napt.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_napt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_addr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_addr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_addr.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_addr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_frag.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_frag.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_frag.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_frag.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\dhcp6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\dhcp6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\dhcp6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\dhcp6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ethip6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ethip6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ethip6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ethip6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\icmp6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\icmp6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\icmp6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\icmp6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\inet6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\inet6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\inet6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\inet6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_addr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_addr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_addr.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_addr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_frag.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_frag.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_frag.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_frag.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\mld6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\mld6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\mld6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\mld6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\nd6.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\nd6.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\nd6.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\nd6.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ethernet.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ethernet.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ethernet.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ethernet.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif_fdb.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif_fdb.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif_fdb.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif_fdb.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\slipif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\slipif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\slipif.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\slipif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\auth.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\auth.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\auth.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\auth.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ccp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ccp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ccp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ccp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-md5.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-md5.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-md5.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-md5.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-new.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-new.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-new.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-new.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-array-parameter -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap_ms.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap_ms.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap_ms.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap_ms.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\demand.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\demand.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\demand.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\demand.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eap.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ecp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ecp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ecp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ecp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eui64.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eui64.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eui64.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eui64.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\fsm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\fsm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\fsm.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\fsm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipcp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipcp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipcp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipcp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipv6cp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipv6cp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipv6cp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipv6cp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\lcp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\lcp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\lcp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\lcp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\magic.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\magic.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\magic.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\magic.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\mppe.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\mppe.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\mppe.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\mppe.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\multilink.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\multilink.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\multilink.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\multilink.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ppp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ppp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ppp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ppp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppapi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppapi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppapi.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppapi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppcrypt.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppcrypt.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppcrypt.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppcrypt.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppoe.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppoe.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppoe.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppoe.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppol2tp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppol2tp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppol2tp.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppol2tp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppos.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppos.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppos.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppos.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\upap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\upap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\upap.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\upap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\utils.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\vj.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\vj.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\vj.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\vj.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\tcp_isn_default.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\hooks\\tcp_isn_default.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\hooks\\tcp_isn_default.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\tcp_isn_default.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\lwip_default_hooks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\hooks\\lwip_default_hooks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\hooks\\lwip_default_hooks.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\lwip_default_hooks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\debug\\lwip_debug.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\debug\\lwip_debug.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\debug\\lwip_debug.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\debug\\lwip_debug.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\sockets_ext.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\sockets_ext.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\sockets_ext.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\sockets_ext.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\freertos\\sys_arch.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\freertos\\sys_arch.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\freertos\\sys_arch.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\freertos\\sys_arch.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\esp32xx\\vfs_lwip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\esp32xx\\vfs_lwip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\port\\esp32xx\\vfs_lwip.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\esp32xx\\vfs_lwip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\esp_ping.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\esp_ping.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\esp_ping.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\esp_ping.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\ping.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\ping.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping_sock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\ping_sock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\ping\\ping_sock.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping_sock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\dhcpserver\\dhcpserver.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c", + "output": "esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\dhcpserver\\dhcpserver.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_handlers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_handlers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_handlers.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_handlers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_objects.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_objects.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_objects.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_objects.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_defaults.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_defaults.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\esp_netif_defaults.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_defaults.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_sntp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_sntp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_sntp.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_sntp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip_defaults.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip_defaults.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip_defaults.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip_defaults.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\wlanif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\wlanif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\wlanif.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\wlanif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\ethernetif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\ethernetif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\ethernetif.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\ethernetif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\esp_pbuf_ref.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\esp_pbuf_ref.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_netif\\lwip\\netif\\esp_pbuf_ref.c", + "output": "esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\esp_pbuf_ref.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\os_xtensa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\port\\os_xtensa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\port\\os_xtensa.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\os_xtensa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\eloop.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\eloop.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ap_config.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ap_config.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ap_config.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ap_config.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_1x.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_1x.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_1x.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_1x.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth_ie.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth_ie.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth_ie.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth_ie.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\pmksa_cache_auth.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\pmksa_cache_auth.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\pmksa_cache_auth.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\pmksa_cache_auth.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\sta_info.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\sta_info.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\sta_info.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\sta_info.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_11.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_11.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_11.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_11.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\comeback_token.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\comeback_token.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\ap\\comeback_token.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\comeback_token.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\dragonfly.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\dragonfly.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\dragonfly.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\dragonfly.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\wpa_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\wpa_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\wpa_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\wpa_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\bitfield.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\bitfield.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\bitfield.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\bitfield.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-siv.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-siv.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-siv.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-siv.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-kdf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-kdf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-kdf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-kdf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ccmp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ccmp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ccmp.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ccmp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-gcm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-gcm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-gcm.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-gcm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\crypto_ops.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\crypto_ops.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\crypto_ops.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\crypto_ops.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_group5.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_group5.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_group5.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_group5.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_groups.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_groups.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_groups.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_groups.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ms_funcs.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ms_funcs.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ms_funcs.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ms_funcs.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tlsprf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tlsprf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tlsprf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tlsprf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-tlsprf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-tlsprf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-tlsprf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-tlsprf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-tlsprf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-tlsprf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-tlsprf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-tlsprf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-prf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-prf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-prf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-prf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-prf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-prf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-prf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-prf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-prf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-prf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-prf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-prf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\md4-internal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\md4-internal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\md4-internal.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\md4-internal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tprf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tprf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tprf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tprf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_common\\eap_wsc_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_common\\eap_wsc_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_common\\eap_wsc_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_common\\eap_wsc_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\ieee802_11_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\ieee802_11_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\ieee802_11_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\ieee802_11_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\chap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\chap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\chap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\chap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_mschapv2.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_mschapv2.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_mschapv2.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_mschapv2.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_ttls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_ttls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_ttls.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_ttls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\mschapv2.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\mschapv2.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\mschapv2.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\mschapv2.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_pac.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_pac.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_pac.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_pac.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\pmksa_cache.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\pmksa_cache.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\pmksa_cache.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\pmksa_cache.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa_ie.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa_ie.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa_ie.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa_ie.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\base64.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\base64.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\base64.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\base64.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\ext_password.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\ext_password.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\ext_password.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\ext_password.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\uuid.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\uuid.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\uuid.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\uuid.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpabuf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpabuf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpabuf.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpabuf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpa_debug.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpa_debug.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpa_debug.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpa_debug.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\json.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\json.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\utils\\json.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\json.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_build.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_build.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_build.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_build.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_parse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_parse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_parse.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_parse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_process.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_process.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_process.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_process.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_dev_attr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_dev_attr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_dev_attr.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_dev_attr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_enrollee.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_enrollee.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_enrollee.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_enrollee.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae_pk.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae_pk.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae_pk.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae_pk.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_eap_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_eap_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_eap_client.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_eap_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa2_api_port.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa2_api_port.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa2_api_port.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa2_api_port.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa_main.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa_main.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa_main.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa_main.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpas_glue.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpas_glue.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpas_glue.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpas_glue.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_common.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wps.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wps.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wps.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wps.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa3.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa3.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa3.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa3.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_owe.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_owe.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_owe.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_owe.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_hostap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_hostap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_hostap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_hostap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\tls_mbedtls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\tls_mbedtls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\tls_mbedtls.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\tls_mbedtls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\fastpbkdf2.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\fastpbkdf2.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\fastpbkdf2.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\fastpbkdf2.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\rc4.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\rc4.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\rc4.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\rc4.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\des-internal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\des-internal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\des-internal.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\des-internal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-wrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-wrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-wrap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-wrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-unwrap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-unwrap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-unwrap.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-unwrap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.6\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-ccm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-ccm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-ccm.c", + "output": "esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-ccm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\esp32\\esp_coex_adapter.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\esp32\\esp_coex_adapter.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\esp32\\esp_coex_adapter.c", + "output": "esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\esp32\\esp_coex_adapter.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\src\\coexist_debug_diagram.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\src\\coexist_debug_diagram.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\src\\coexist_debug_diagram.c", + "output": "esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\src\\coexist_debug_diagram.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\src\\coexist_debug.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\src\\coexist_debug.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_coex\\src\\coexist_debug.c", + "output": "esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\src\\coexist_debug.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\mesh_event.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\mesh_event.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\mesh_event.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\mesh_event.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_init.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_default.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_default.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_netif.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_netif.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_netif.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_netif.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default_ap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_default_ap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\wifi_default_ap.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default_ap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\esp32\\esp_adapter.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\esp32\\esp_adapter.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\esp32\\esp_adapter.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\esp32\\esp_adapter.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig_ack.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\smartconfig_ack.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_wifi\\src\\smartconfig_ack.c", + "output": "esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig_ack.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity\\src\\unity.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity\\src\\unity.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity\\src\\unity.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity\\src\\unity.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_runner.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_runner.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_runner.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_runner.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_freertos.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_freertos.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_freertos.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_freertos.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_cache.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_cache.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_cache.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_cache.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_memory.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_memory.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_utils_memory.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_memory.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_port_esp32.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_port_esp32.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\unity_port_esp32.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_port_esp32.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\port\\esp\\unity_utils_memory_esp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\port\\esp\\unity_utils_memory_esp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\unity\\port\\esp\\unity_utils_memory_esp.c", + "output": "esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\port\\esp\\unity_utils_memory_esp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\cmock\\CMakeFiles\\__idf_cmock.dir\\CMock\\src\\cmock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c", + "output": "esp-idf\\cmock\\CMakeFiles\\__idf_cmock.dir\\CMock\\src\\cmock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\commands.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\commands.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\commands.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\commands.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_repl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\esp_console_repl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\esp_console_repl.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_repl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\split_argv.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\split_argv.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\split_argv.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\split_argv.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\linenoise\\linenoise.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\linenoise\\linenoise.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\linenoise\\linenoise.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\linenoise\\linenoise.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_cmd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_cmd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_cmd.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_cmd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_date.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_date.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_date.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_date.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dbl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_dbl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_dbl.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dbl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dstr.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_dstr.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_dstr.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dstr.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_end.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_end.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_end.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_end.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_file.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_file.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_file.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_file.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_hashtable.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_hashtable.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_int.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_int.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_int.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_int.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_lit.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_lit.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_lit.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_lit.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_rem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_rem.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rex.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_rex.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_rex.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rex.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_str.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_str.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_str.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_str.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\arg_utils.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\argtable3.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\argtable3.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\console\\argtable3\\argtable3.c", + "output": "esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\argtable3.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\http_parser\\CMakeFiles\\__idf_http_parser.dir\\http_parser.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\http_parser\\http_parser.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\http_parser\\http_parser.c", + "output": "esp-idf\\http_parser\\CMakeFiles\\__idf_http_parser.dir\\http_parser.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls.c", + "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp-tls-crypto\\esp_tls_crypto.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp-tls-crypto\\esp_tls_crypto.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp-tls-crypto\\esp_tls_crypto.c", + "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp-tls-crypto\\esp_tls_crypto.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_error_capture.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_error_capture.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_error_capture.c", + "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_error_capture.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_platform_port.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_platform_port.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_platform_port.c", + "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_platform_port.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_mbedtls.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_mbedtls.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp-tls\\esp_tls_mbedtls.c", + "output": "esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_mbedtls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_cali.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_cali.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali_curve_fitting.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_cali_curve_fitting.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_cali_curve_fitting.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali_curve_fitting.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_oneshot.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_oneshot.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_oneshot.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_oneshot.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_common.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp_adc_cal_common_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\deprecated\\esp_adc_cal_common_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\deprecated\\esp_adc_cal_common_legacy.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp_adc_cal_common_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_continuous.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_continuous.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\adc_continuous.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_continuous.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\esp32\\adc_cali_line_fitting.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\esp32\\adc_cali_line_fitting.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\esp32\\adc_cali_line_fitting.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\esp32\\adc_cali_line_fitting.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp32\\esp_adc_cal_legacy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\deprecated\\esp32\\esp_adc_cal_legacy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_adc\\deprecated\\esp32\\esp_adc_cal_legacy.c", + "output": "esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp32\\esp_adc_cal_legacy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_802_3.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_802_3.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_802_3.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_802_3.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_netif_glue.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_netif_glue.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_netif_glue.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_netif_glue.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_mac_esp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_mac_esp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_mac_esp.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_mac_esp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_dp83848.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_dp83848.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_dp83848.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_dp83848.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ip101.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ip101.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ip101.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ip101.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ksz80xx.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ksz80xx.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ksz80xx.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ksz80xx.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_lan87xx.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_lan87xx.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_lan87xx.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_lan87xx.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_rtl8201.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_rtl8201.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_rtl8201.c", + "output": "esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_rtl8201.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub_transport.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub_transport.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub_transport.c", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub_transport.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\packet.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\packet.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\packet.c", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\packet.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub_xtensa.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub_xtensa.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub_xtensa.c", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub_xtensa.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub-entry.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub-entry.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub-entry.S", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub-entry.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\xt_debugexception.S.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\xt_debugexception.S", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\xt_debugexception.S", + "output": "esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\xt_debugexception.S.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hidd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hidd.c", + "output": "esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidh.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hidh.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hidh.c", + "output": "esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidh.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hid_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hid_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_hid\\src\\esp_hid_common.c", + "output": "esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hid_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport.c", + "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ssl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_ssl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_ssl.c", + "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ssl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_internal.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_internal.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_internal.c", + "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_internal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_socks_proxy.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_socks_proxy.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_socks_proxy.c", + "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_socks_proxy.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ws.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_ws.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\tcp_transport\\transport_ws.c", + "output": "esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ws.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\esp_http_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\esp_http_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\esp_http_client.c", + "output": "esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\esp_http_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_auth.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_auth.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_auth.c", + "output": "esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_auth.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_header.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_header.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_header.c", + "output": "esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_header.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_client\\lib\\http_utils.c", + "output": "esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_main.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_main.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_main.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_main.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_parse.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_parse.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_parse.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_parse.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_sess.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_sess.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_sess.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_sess.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_txrx.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_txrx.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_txrx.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_txrx.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_uri.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_uri.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_uri.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_uri.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_ws.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_ws.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\httpd_ws.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_ws.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\util\\ctrl_sock.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\util\\ctrl_sock.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_http_server\\src\\util\\ctrl_sock.c", + "output": "esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\util\\ctrl_sock.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_https_ota\\CMakeFiles\\__idf_esp_https_ota.dir\\src\\esp_https_ota.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_https_ota\\src\\esp_https_ota.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_https_ota\\src\\esp_https_ota.c", + "output": "esp-idf\\esp_https_ota\\CMakeFiles\\__idf_esp_https_ota.dir\\src\\esp_https_ota.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_common.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2c.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_spi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_spi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_spi.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_spi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_nt35510.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_nt35510.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_nt35510.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_nt35510.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ssd1306.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ssd1306.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ssd1306.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ssd1306.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_st7789.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_st7789.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_st7789.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_st7789.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ops.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ops.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ops.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ops.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/interface -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2s.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2s.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2s.c", + "output": "esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2s.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protobuf-c\\CMakeFiles\\__idf_protobuf-c.dir\\protobuf-c\\protobuf-c\\protobuf-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protobuf-c\\protobuf-c\\protobuf-c\\protobuf-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protobuf-c\\protobuf-c\\protobuf-c\\protobuf-c.c", + "output": "esp-idf\\protobuf-c\\CMakeFiles\\__idf_protobuf-c.dir\\protobuf-c\\protobuf-c\\protobuf-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\common\\protocomm.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\common\\protocomm.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\constants.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\constants.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\constants.pb-c.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\constants.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec0.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec0.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec0.pb-c.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec0.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec1.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec1.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec1.pb-c.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec1.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec2.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec2.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\sec2.pb-c.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec2.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\session.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\session.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\proto-c\\session.pb-c.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\session.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_console.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_console.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_console.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_console.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_httpd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_httpd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_httpd.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_httpd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security0.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security0.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security0.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security0.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security1.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security1.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security1.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security1.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security2.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security2.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\security\\security2.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security2.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/console -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp_mpi.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp_mpi.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp_mpi.c", + "output": "esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp_mpi.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl.c", + "output": "esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_handler.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_handler.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_handler.c", + "output": "esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_handler.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\proto-c\\esp_local_ctrl.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\proto-c\\esp_local_ctrl.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\proto-c\\esp_local_ctrl.pb-c.c", + "output": "esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\proto-c\\esp_local_ctrl.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_transport_httpd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_transport_httpd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_transport_httpd.c", + "output": "esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_transport_httpd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_common.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_flash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_flash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_flash.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_flash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_uart.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_uart.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_uart.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_uart.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_elf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_elf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_elf.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_elf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_binary.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_binary.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_binary.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_binary.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_sha.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_sha.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_sha.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_sha.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_crc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_crc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\core_dump_crc.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_crc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump -IC:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\port\\xtensa\\core_dump_port.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\port\\xtensa\\core_dump_port.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\espcoredump\\src\\port\\xtensa\\core_dump_port.c", + "output": "esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\port\\xtensa\\core_dump_port.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\Partition.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\Partition.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\Partition.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\Partition.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\SPI_Flash.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\SPI_Flash.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Perf.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Ext_Perf.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Ext_Perf.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Perf.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Safe.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Ext_Safe.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Ext_Safe.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Safe.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Flash.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Flash.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\crc32.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\crc32.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\crc32.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\crc32.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/private_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\wear_levelling.cpp.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp", + "output": "esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\wear_levelling.cpp.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_cmd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_cmd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_common.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_common.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_common.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_common.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_init.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_init.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_init.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_init.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_io.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_io.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_io.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_io.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_mmc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_mmc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_sd.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_sd.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\sdmmc\\sdmmc_sd.c", + "output": "esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_sd.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_rawflash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_rawflash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_sdmmc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_sdmmc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_wl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_wl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ff.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\src\\ff.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\src\\ff.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ff.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\port\\freertos\\ffsystem.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\port\\freertos\\ffsystem.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ffunicode.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\src\\ffunicode.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\src\\ffunicode.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ffunicode.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_sdmmc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_sdmmc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_sdmmc.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_sdmmc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_spiflash.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_spiflash.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_spiflash.c", + "output": "esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_spiflash.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\json\\cJSON\\cJSON.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\json\\cJSON\\cJSON.c", + "output": "esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON_Utils.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c", + "output": "esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON_Utils.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\mqtt_client.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\mqtt_client.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\mqtt_client.c", + "output": "esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\mqtt_client.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_msg.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_msg.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_msg.c", + "output": "esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_msg.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_outbox.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_outbox.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_outbox.c", + "output": "esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_outbox.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\platform_esp32_idf.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\platform_esp32_idf.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\platform_esp32_idf.c", + "output": "esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\platform_esp32_idf.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_access.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_access.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_access.c", + "output": "esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_access.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_apis.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_apis.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_apis.c", + "output": "esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_apis.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_masks.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_masks.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\perfmon\\xtensa_perfmon_masks.c", + "output": "esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_masks.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs_api.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs_api.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs_api.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs_api.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_cache.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_cache.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_cache.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_cache.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_check.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_check.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_check.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_check.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_gc.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_gc.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_gc.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_gc.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_hydrogen.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_hydrogen.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_hydrogen.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_hydrogen.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_nucleus.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_nucleus.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_nucleus.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_nucleus.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\esp_spiffs.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\esp_spiffs.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\spiffs\\esp_spiffs.c", + "output": "esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\esp_spiffs.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_config.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_config.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_config.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_config.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_scan.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_scan.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_scan.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_scan.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_ctrl.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_ctrl.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\wifi_ctrl.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_ctrl.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\manager.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\manager.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\manager.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\manager.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\handlers.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\handlers.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_console.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\scheme_console.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\scheme_console.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_console.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_config.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_config.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_config.pb-c.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_config.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_scan.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_scan.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_scan.pb-c.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_scan.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_ctrl.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_ctrl.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_ctrl.pb-c.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_ctrl.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_constants.pb-c.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_constants.pb-c.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_constants.pb-c.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_constants.pb-c.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src -IC:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/common -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/security -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/transports -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/include/crypto/srp6a -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_softap.c.obj -c C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\scheme_softap.c", + "file": "C:\\Users\\carec\\esp\\v5.1.6\\esp-idf\\components\\wifi_provisioning\\src\\scheme_softap.c", + "output": "esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_softap.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\main.c.obj -c C:\\LED_shit\\main\\main.c", + "file": "C:\\LED_shit\\main\\main.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\main.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\wifi_config_portal.c.obj -c C:\\LED_shit\\main\\wifi_config_portal.c", + "file": "C:\\LED_shit\\main\\wifi_config_portal.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\wifi_config_portal.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\mqtt_handler.c.obj -c C:\\LED_shit\\main\\mqtt_handler.c", + "file": "C:\\LED_shit\\main\\mqtt_handler.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\mqtt_handler.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\mqtt_comandos.c.obj -c C:\\LED_shit\\main\\mqtt_comandos.c", + "file": "C:\\LED_shit\\main\\mqtt_comandos.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\mqtt_comandos.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\fs_handler.c.obj -c C:\\LED_shit\\main\\fs_handler.c", + "file": "C:\\LED_shit\\main\\fs_handler.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\fs_handler.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\eeprom_tls.c.obj -c C:\\LED_shit\\main\\eeprom_tls.c", + "file": "C:\\LED_shit\\main\\eeprom_tls.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\eeprom_tls.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\eeprom_virtual.c.obj -c C:\\LED_shit\\main\\eeprom_virtual.c", + "file": "C:\\LED_shit\\main\\eeprom_virtual.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\eeprom_virtual.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\dns_server.c.obj -c C:\\LED_shit\\main\\dns_server.c", + "file": "C:\\LED_shit\\main\\dns_server.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\dns_server.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_driver.c.obj -c C:\\LED_shit\\main\\led_driver.c", + "file": "C:\\LED_shit\\main\\led_driver.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_driver.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_strip\\led_strip.c.obj -c C:\\LED_shit\\main\\led_strip\\led_strip.c", + "file": "C:\\LED_shit\\main\\led_strip\\led_strip.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_strip\\led_strip.c.obj" +}, +{ + "directory": "C:/LED_shit/build", + "command": "C:\\Users\\carec\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.6\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/LED_shit/build/config -IC:/LED_shit/main -IC:/LED_shit/main/include -IC:/LED_shit/main/led_strip -IC:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/platform_include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/carec/esp/v5.1.6/esp-idf/components/heap/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/log/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/hal/platform_port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/include/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32 -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/include/private -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/include/apps/sntp -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON -IC:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/analog_comparator/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/parlio/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/temperature_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/include -IC:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -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 -fmacro-prefix-map=C:/LED_shit=. -fmacro-prefix-map=C:/Users/carec/esp/v5.1.6/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_strip\\led_strip_encoder.c.obj -c C:\\LED_shit\\main\\led_strip\\led_strip_encoder.c", + "file": "C:\\LED_shit\\main\\led_strip\\led_strip_encoder.c", + "output": "esp-idf\\main\\CMakeFiles\\__idf_main.dir\\led_strip\\led_strip_encoder.c.obj" +} +] \ No newline at end of file diff --git a/build/config.env b/build/config.env new file mode 100644 index 0000000..3b70bec --- /dev/null +++ b/build/config.env @@ -0,0 +1,10 @@ +{ + "COMPONENT_KCONFIGS": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/bt/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/usb/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/bt/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/sdkconfig.rename;C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/sdkconfig.rename.esp32;C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/sdkconfig.rename", + "IDF_TARGET": "esp32", + "IDF_ENV_FPGA": "", + "IDF_PATH": "C:/Users/carec/esp/v5.1.6/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/LED_shit/build/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/LED_shit/build/kconfigs_projbuild.in" +} diff --git a/build/config/kconfig_menus.json b/build/config/kconfig_menus.json new file mode 100644 index 0000000..da1a118 --- /dev/null +++ b/build/config/kconfig_menus.json @@ -0,0 +1,26678 @@ +[ + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_DIV_SUPPORTED", + "name": "SOC_TWAI_BRP_DIV_SUPPORTED", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DPORT_WORKAROUND", + "name": "SOC_DPORT_WORKAROUND", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CAPS_ECO_VER_MAX", + "name": "SOC_CAPS_ECO_VER_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SUPPORTED", + "name": "SOC_ADC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_SUPPORTED", + "name": "SOC_DAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORTED", + "name": "SOC_UART_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_SUPPORTED", + "name": "SOC_MCPWM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPTIMER_SUPPORTED", + "name": "SOC_GPTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_HOST_SUPPORTED", + "name": "SOC_SDMMC_HOST_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_SUPPORTED", + "name": "SOC_BT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_SUPPORTED", + "name": "SOC_PCNT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORTED", + "name": "SOC_WIFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDIO_SLAVE_SUPPORTED", + "name": "SOC_SDIO_SLAVE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EMAC_SUPPORTED", + "name": "SOC_EMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_SUPPORTED", + "name": "SOC_ULP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CCOMP_TIMER_SUPPORTED", + "name": "SOC_CCOMP_TIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_FAST_MEM_SUPPORTED", + "name": "SOC_RTC_FAST_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_SLOW_MEM_SUPPORTED", + "name": "SOC_RTC_SLOW_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_MEM_SUPPORTED", + "name": "SOC_RTC_MEM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTED", + "name": "SOC_I2S_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORTED", + "name": "SOC_RMT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_SUPPORTED", + "name": "SOC_SDM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPSPI_SUPPORTED", + "name": "SOC_GPSPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORTED", + "name": "SOC_LEDC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORTED", + "name": "SOC_I2C_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_COEXISTENCE", + "name": "SOC_SUPPORT_COEXISTENCE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORTED", + "name": "SOC_AES_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_SUPPORTED", + "name": "SOC_MPI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORTED", + "name": "SOC_SHA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENC_SUPPORTED", + "name": "SOC_FLASH_ENC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_SUPPORTED", + "name": "SOC_SECURE_BOOT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_SENSOR_SUPPORTED", + "name": "SOC_TOUCH_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BOD_SUPPORTED", + "name": "SOC_BOD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_FSM_SUPPORTED", + "name": "SOC_ULP_FSM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "name": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_26M", + "name": "SOC_XTAL_SUPPORT_26M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_40M", + "name": "SOC_XTAL_SUPPORT_40M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "name": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_CTRL_SUPPORTED", + "name": "SOC_ADC_RTC_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_CTRL_SUPPORTED", + "name": "SOC_ADC_DIG_CTRL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DMA_SUPPORTED", + "name": "SOC_ADC_DMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PERIPH_NUM", + "name": "SOC_ADC_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MAX_CHANNEL_NUM", + "name": "SOC_ADC_MAX_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ATTEN_NUM", + "name": "SOC_ADC_ATTEN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_CONTROLLER_NUM", + "name": "SOC_ADC_DIGI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_PATT_LEN_MAX", + "name": "SOC_ADC_PATT_LEN_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MIN_BITWIDTH", + "name": "SOC_ADC_DIGI_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MAX_BITWIDTH", + "name": "SOC_ADC_DIGI_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_RESULT_BYTES", + "name": "SOC_ADC_DIGI_RESULT_BYTES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "name": "SOC_ADC_DIGI_DATA_BYTES_PER_CONV", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_HIGH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "name": "SOC_ADC_SAMPLE_FREQ_THRES_LOW", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MIN_BITWIDTH", + "name": "SOC_ADC_RTC_MIN_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_RTC_MAX_BITWIDTH", + "name": "SOC_ADC_RTC_MAX_BITWIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHARED_IDCACHE_SUPPORTED", + "name": "SOC_SHARED_IDCACHE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_IDCACHE_PER_CORE", + "name": "SOC_IDCACHE_PER_CORE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_CORES_NUM", + "name": "SOC_CPU_CORES_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_INTR_NUM", + "name": "SOC_CPU_INTR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_FPU", + "name": "SOC_CPU_HAS_FPU", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_BREAKPOINTS_NUM", + "name": "SOC_CPU_BREAKPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINTS_NUM", + "name": "SOC_CPU_WATCHPOINTS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_CHAN_NUM", + "name": "SOC_DAC_CHAN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_RESOLUTION", + "name": "SOC_DAC_RESOLUTION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DAC_DMA_16BIT_ALIGN", + "name": "SOC_DAC_DMA_16BIT_ALIGN", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PORT", + "name": "SOC_GPIO_PORT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_PIN_COUNT", + "name": "SOC_GPIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_GPIO_MASK", + "name": "SOC_GPIO_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "name": "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_NUM", + "name": "SOC_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_FIFO_LEN", + "name": "SOC_I2C_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_CMD_REG_NUM", + "name": "SOC_I2C_CMD_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_SLAVE", + "name": "SOC_I2C_SUPPORT_SLAVE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_APB", + "name": "SOC_I2C_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_NUM", + "name": "SOC_I2S_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_HW_VERSION_1", + "name": "SOC_I2S_HW_VERSION_1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_APLL", + "name": "SOC_I2S_SUPPORTS_APLL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PLL_F160M", + "name": "SOC_I2S_SUPPORTS_PLL_F160M", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM", + "name": "SOC_I2S_SUPPORTS_PDM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_TX", + "name": "SOC_I2S_SUPPORTS_PDM_TX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_TX_LINES", + "name": "SOC_I2S_PDM_MAX_TX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PDM_RX", + "name": "SOC_I2S_SUPPORTS_PDM_RX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_PDM_MAX_RX_LINES", + "name": "SOC_I2S_PDM_MAX_RX_LINES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ADC_DAC", + "name": "SOC_I2S_SUPPORTS_ADC_DAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_ADC", + "name": "SOC_I2S_SUPPORTS_ADC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_DAC", + "name": "SOC_I2S_SUPPORTS_DAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_LCD_CAMERA", + "name": "SOC_I2S_SUPPORTS_LCD_CAMERA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", + "name": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_LCD_I80_VARIANT", + "name": "SOC_I2S_LCD_I80_VARIANT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_SUPPORTED", + "name": "SOC_LCD_I80_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_BUSES", + "name": "SOC_LCD_I80_BUSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LCD_I80_BUS_WIDTH", + "name": "SOC_LCD_I80_BUS_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "name": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_APB_CLOCK", + "name": "SOC_LEDC_SUPPORT_APB_CLOCK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_REF_TICK", + "name": "SOC_LEDC_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_SUPPORT_HS_MODE", + "name": "SOC_LEDC_SUPPORT_HS_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_CHANNEL_NUM", + "name": "SOC_LEDC_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LEDC_TIMER_BIT_WIDTH", + "name": "SOC_LEDC_TIMER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GROUPS", + "name": "SOC_MCPWM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_OPERATORS_PER_GROUP", + "name": "SOC_MCPWM_OPERATORS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_PERIPH_NUM", + "name": "SOC_MMU_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "name": "SOC_MPU_CONFIGURABLE_REGIONS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_MIN_REGION_SIZE", + "name": "SOC_MPU_MIN_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGIONS_MAX_NUM", + "name": "SOC_MPU_REGIONS_MAX_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_RO_SUPPORTED", + "name": "SOC_MPU_REGION_RO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPU_REGION_WO_SUPPORTED", + "name": "SOC_MPU_REGION_WO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_GROUPS", + "name": "SOC_PCNT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_UNITS_PER_GROUP", + "name": "SOC_PCNT_UNITS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_CHANNELS_PER_UNIT", + "name": "SOC_PCNT_CHANNELS_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PCNT_THRES_POINT_PER_UNIT", + "name": "SOC_PCNT_THRES_POINT_PER_UNIT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_GROUPS", + "name": "SOC_RMT_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_TX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "name": "SOC_RMT_RX_CANDIDATES_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNELS_PER_GROUP", + "name": "SOC_RMT_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "name": "SOC_RMT_MEM_WORDS_PER_CHANNEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_REF_TICK", + "name": "SOC_RMT_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_APB", + "name": "SOC_RMT_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "name": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_PIN_COUNT", + "name": "SOC_RTCIO_PIN_COUNT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_HOLD_SUPPORTED", + "name": "SOC_RTCIO_HOLD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTCIO_WAKE_SUPPORTED", + "name": "SOC_RTCIO_WAKE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_GROUPS", + "name": "SOC_SDM_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CHANNELS_PER_GROUP", + "name": "SOC_SDM_CHANNELS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDM_CLK_SUPPORT_APB", + "name": "SOC_SDM_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", + "name": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_AS_CS_SUPPORTED", + "name": "SOC_SPI_AS_CS_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_NUM", + "name": "SOC_SPI_PERIPH_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_DMA_CHAN_NUM", + "name": "SOC_SPI_DMA_CHAN_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_CS_NUM", + "name": "SOC_SPI_MAX_CS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_APB", + "name": "SOC_SPI_SUPPORT_CLK_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "name": "SOC_SPI_MAXIMUM_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MAX_PRE_DIVIDER", + "name": "SOC_SPI_MAX_PRE_DIVIDER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "name": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUPS", + "name": "SOC_TIMER_GROUPS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "name": "SOC_TIMER_GROUP_TIMERS_PER_GROUP", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "name": "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TIMER_GROUP_SUPPORT_APB", + "name": "SOC_TIMER_GROUP_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_VERSION_1", + "name": "SOC_TOUCH_VERSION_1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_SENSOR_NUM", + "name": "SOC_TOUCH_SENSOR_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", + "name": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "name": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CONTROLLER_NUM", + "name": "SOC_TWAI_CONTROLLER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_CLK_SUPPORT_APB", + "name": "SOC_TWAI_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "name": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_NUM", + "name": "SOC_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_APB_CLK", + "name": "SOC_UART_SUPPORT_APB_CLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_SUPPORT_REF_TICK", + "name": "SOC_UART_SUPPORT_REF_TICK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_FIFO_LEN", + "name": "SOC_UART_FIFO_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_UART_BITRATE_MAX", + "name": "SOC_UART_BITRATE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPIRAM_SUPPORTED", + "name": "SOC_SPIRAM_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "name": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA384", + "name": "SOC_SHA_SUPPORT_SHA384", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA512", + "name": "SOC_SHA_SUPPORT_SHA512", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_192", + "name": "SOC_AES_SUPPORT_AES_192", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V1", + "name": "SOC_SECURE_BOOT_V1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_DIG_REGS_MEM_SIZE", + "name": "SOC_PHY_DIG_REGS_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_EXT_WAKEUP", + "name": "SOC_PM_SUPPORT_EXT_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "name": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", + "name": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "name": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_RC_FAST_PD", + "name": "SOC_PM_SUPPORT_RC_FAST_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_VDDSDIO_PD", + "name": "SOC_PM_SUPPORT_VDDSDIO_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_MODEM_PD", + "name": "SOC_PM_SUPPORT_MODEM_PD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "name": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_APLL_SUPPORTED", + "name": "SOC_CLK_APLL_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "name": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", + "name": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MIN_HZ", + "name": "SOC_APLL_MIN_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APLL_MAX_HZ", + "name": "SOC_APLL_MAX_HZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_D256_SUPPORTED", + "name": "SOC_CLK_RC_FAST_D256_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256", + "name": "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "name": "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CLK_XTAL32K_SUPPORTED", + "name": "SOC_CLK_XTAL32K_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_USE_IOMUX", + "name": "SOC_SDMMC_USE_IOMUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SDMMC_NUM_SLOTS", + "name": "SOC_SDMMC_NUM_SLOTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_WAPI_SUPPORT", + "name": "SOC_WIFI_WAPI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_CSI_SUPPORT", + "name": "SOC_WIFI_CSI_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_MESH_SUPPORT", + "name": "SOC_WIFI_MESH_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "name": "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_NAN_SUPPORT", + "name": "SOC_WIFI_NAN_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_SUPPORTED", + "name": "SOC_BLE_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_MESH_SUPPORTED", + "name": "SOC_BLE_MESH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BT_CLASSIC_SUPPORTED", + "name": "SOC_BT_CLASSIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "name": "SOC_BLE_DEVICE_PRIVACY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BLUFI_SUPPORTED", + "name": "SOC_BLUFI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ULP_HAS_ADC", + "name": "SOC_ULP_HAS_ADC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_COMBO_MODULE", + "name": "SOC_PHY_COMBO_MODULE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CMAKE", + "name": "IDF_CMAKE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_ENV_FPGA", + "name": "IDF_ENV_FPGA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_CI_BUILD", + "name": "IDF_CI_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_RISCV", + "name": "IDF_TARGET_ARCH_RISCV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH_XTENSA", + "name": "IDF_TARGET_ARCH_XTENSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ARCH", + "name": "IDF_TARGET_ARCH", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET", + "name": "IDF_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32", + "name": "IDF_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S2", + "name": "IDF_TARGET_ESP32S2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32S3", + "name": "IDF_TARGET_ESP32S3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C3", + "name": "IDF_TARGET_ESP32C3", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C2", + "name": "IDF_TARGET_ESP32C2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C6", + "name": "IDF_TARGET_ESP32C6", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32H2", + "name": "IDF_TARGET_ESP32H2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_LINUX", + "name": "IDF_TARGET_LINUX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_FIRMWARE_CHIP_ID", + "name": "IDF_FIRMWARE_CHIP_ID", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "APP_BUILD_TYPE_APP_2NDBOOT", + "name": "APP_BUILD_TYPE_APP_2NDBOOT", + "range": null, + "title": "Default (binary application + 2nd stage bootloader)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APP_BUILD_TYPE_RAM", + "name": "APP_BUILD_TYPE_RAM", + "range": null, + "title": "Build app runs entirely in RAM (EXPERIMENTAL)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select the way the application is built.\n\nBy default, the application is built as a binary file in a format compatible with\nthe ESP-IDF bootloader. In addition to this application, 2nd stage bootloader is\nalso built. Application and bootloader binaries can be written into flash and\nloaded/executed from there.\n\nAnother option, useful for only very small and limited applications, is to only link\nthe .elf file of the application, such that it can be loaded directly into RAM over\nJTAG or UART. Note that since IRAM and DRAM sizes are very limited, it is not possible\nto build any complex application this way. However for some kinds of testing and debugging,\nthis option may provide faster iterations, since the application does not need to be\nwritten into flash.\n\nNote: when APP_BUILD_TYPE_RAM is selected and loaded with JTAG, ESP-IDF does not contain\nall the startup code required to initialize the CPUs and ROM memory (data/bss).\nTherefore it is necessary to execute a bit of ROM code prior to executing the application.\nA gdbinit file may look as follows (for ESP32):\n\n # Connect to a running instance of OpenOCD\n target remote :3333\n # Reset and halt the target\n mon reset halt\n # Run to a specific point in ROM code,\n # where most of initialization is complete.\n thb *0x40007d54\n c\n # Load the application into RAM\n load\n # Run till app_main\n tb app_main\n c\n\nExecute this gdbinit file as follows:\n\n xtensa-esp32-elf-gdb build/app-name.elf -x gdbinit\n\nExample gdbinit files for other targets can be found in tools/test_apps/system/gdb_loadable_elf/\n\nWhen loading the BIN with UART, the ROM will jump to ram and run the app after finishing the ROM\nstartup code, so there's no additional startup initialization required. You can use the\n`load_ram` in esptool.py to load the generated .bin file into ram and execute.\n\nExample:\n esptool.py --chip {chip} -p {port} -b {baud} --no-stub load_ram {app.bin}\n\nRecommended sdkconfig.defaults for building loadable ELF files is as follows.\nCONFIG_APP_BUILD_TYPE_RAM is required, other options help reduce application\nmemory footprint.\n\n CONFIG_APP_BUILD_TYPE_RAM=y\n CONFIG_VFS_SUPPORT_TERMIOS=\n CONFIG_NEWLIB_NANO_FORMAT=y\n CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT=y\n CONFIG_ESP_DEBUG_STUBS_ENABLE=\n CONFIG_ESP_ERR_TO_NAME_LOOKUP=", + "id": "build-type-application-build-type", + "name": "APP_BUILD_TYPE", + "title": "Application build type", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_GENERATE_BINARIES", + "name": "APP_BUILD_GENERATE_BINARIES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_BOOTLOADER", + "name": "APP_BUILD_BOOTLOADER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APP_BUILD_TYPE_RAM", + "help": "If this option is enabled, external memory and related peripherals, such as Cache, MMU,\nFlash and PSRAM, won't be initialized. Corresponding drivers won't be introduced either.\nComponents that depend on the spi_flash component will also be unavailable, such as\napp_update, etc. When this option is enabled, about 26KB of RAM space can be saved.", + "id": "APP_BUILD_TYPE_PURE_RAM_APP", + "name": "APP_BUILD_TYPE_PURE_RAM_APP", + "range": null, + "title": "Build app without SPI_FLASH/PSRAM support (saves ram)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APP_BUILD_USE_FLASH_SECTIONS", + "name": "APP_BUILD_USE_FLASH_SECTIONS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, all date, time, and path information would be eliminated. A .gdbinit file would be create\nautomatically. (or will be append if you have one already)", + "id": "APP_REPRODUCIBLE_BUILD", + "name": "APP_REPRODUCIBLE_BUILD", + "range": null, + "title": "Enable reproducible build", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, this disables the linking of binary libraries in the application build. Note\nthat after enabling this Wi-Fi/Bluetooth will not work.", + "id": "APP_NO_BLOBS", + "name": "APP_NO_BLOBS", + "range": null, + "title": "No Binary Blobs", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Bootloaders before ESP-IDF v2.1 did less initialisation of the\nsystem clock. This setting needs to be enabled to build an app\nwhich can be booted by these older bootloaders.\n\nIf this setting is enabled, the app can be booted by any bootloader\nfrom IDF v1.0 up to the current version.\n\nIf this setting is disabled, the app can only be booted by bootloaders\nfrom IDF v2.1 or newer.\n\nEnabling this setting adds approximately 1KB to the app's IRAM usage.", + "id": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloaders before ESP-IDF v2.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Partition tables before ESP-IDF V3.1 do not contain an MD5 checksum\nfield, and the bootloader before ESP-IDF v3.1 cannot read a partition\ntable that contains an MD5 checksum field.\n\nEnable this option only if your app needs to boot on a bootloader and/or\npartition table that was generated from a version *before* ESP-IDF v3.1.\n\nIf this option and Flash Encryption are enabled at the same time, and any\ndata partitions in the partition table are marked Encrypted, then the\npartition encrypted flag should be manually verified in the app before accessing\nthe partition (see CVE-2021-27926).", + "id": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "name": "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS", + "range": null, + "title": "App compatible with bootloader and partition table before ESP-IDF v3.1", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "APP_INIT_CLK", + "name": "APP_INIT_CLK", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "build-type", + "title": "Build type", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Offset address that 2nd bootloader will be flashed to.\nThe value is determined by the ROM bootloader.\nIt's not configurable in ESP-IDF.", + "id": "BOOTLOADER_OFFSET_IN_FLASH", + "name": "BOOTLOADER_OFFSET_IN_FLASH", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Size (-Os)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "id": "bootloader-config-bootloader-optimization-level", + "name": "BOOTLOADER_COMPILER_OPTIMIZATION", + "title": "Bootloader optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", + "range": null, + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", + "range": null, + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_8V", + "range": null, + "title": "1.8V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "name": "BOOTLOADER_VDDSDIO_BOOST_1_9V", + "range": null, + "title": "1.9V", + "type": "bool" + } + ], + "depends_on": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "help": "If this option is enabled, and VDDSDIO LDO is set to 1.8V (using eFuse\nor MTDI bootstrapping pin), bootloader will change LDO settings to\noutput 1.9V instead. This helps prevent flash chip from browning out\nduring flash programming operations.\n\nThis option has no effect if VDDSDIO is set to 3.3V, or if the internal\nVDDSDIO regulator is disabled via eFuse.", + "id": "bootloader-config-vddsdio-ldo-voltage", + "name": "BOOTLOADER_VDDSDIO_BOOST", + "title": "VDDSDIO LDO voltage", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled (note that on some SoCs.\nnot all pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.", + "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", + "range": null, + "title": "Number of the GPIO input for factory reset", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LOW", + "range": null, + "title": "Reset on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "name": "BOOTLOADER_FACTORY_RESET_PIN_HIGH", + "range": null, + "title": "Reset on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Pin level for factory reset, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-factory-reset-factory-reset-gpio-level", + "name": "BOOTLOADER_FACTORY_RESET_PIN_LEVEL", + "title": "Factory reset GPIO level", + "type": "choice" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "The device will boot from \"factory\" partition (or OTA slot 0 if no factory partition is present) after a\nfactory reset.", + "id": "BOOTLOADER_OTA_DATA_ERASE", + "name": "BOOTLOADER_OTA_DATA_ERASE", + "range": null, + "title": "Clear OTA data on factory reset (select factory partition)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET", + "help": "Allows customers to select which data partitions will be erased while factory reset.\n\nSpecify the names of partitions as a comma-delimited with optional spaces for readability. (Like this:\n\"nvs, phy_init, ...\")\nMake sure that the name specified in the partition table and here are the same.\nPartitions of type \"app\" cannot be specified here.", + "id": "BOOTLOADER_DATA_FACTORY_RESET", + "name": "BOOTLOADER_DATA_FACTORY_RESET", + "range": null, + "title": "Comma-separated names of partitions to clear on factory reset", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to reset the device to factory settings:\n- clear one or more data partitions;\n- boot from \"factory\" partition.\nThe factory reset will occur if there is a GPIO input held at the configured level while\ndevice starts up. See settings below.", + "id": "BOOTLOADER_FACTORY_RESET", + "name": "BOOTLOADER_FACTORY_RESET", + "range": null, + "title": "GPIO triggers factory reset", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "id": "BOOTLOADER_NUM_PIN_APP_TEST", + "name": "BOOTLOADER_NUM_PIN_APP_TEST", + "range": null, + "title": "Number of the GPIO input to boot TEST partition", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_LOW", + "name": "BOOTLOADER_APP_TEST_PIN_LOW", + "range": null, + "title": "Enter test app on GPIO low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_APP_TEST_PIN_HIGH", + "name": "BOOTLOADER_APP_TEST_PIN_HIGH", + "range": null, + "title": "Enter test app on GPIO high", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_TEST", + "help": "Pin level for app test, can be triggered on low or high.", + "id": "bootloader-config-gpio-triggers-boot-from-test-app-partition-app-test-gpio-level", + "name": "BOOTLOADER_APP_TEST_PIN_LEVEL", + "title": "App test GPIO level", + "type": "choice" + } + ], + "depends_on": "!BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "Allows to run the test app from \"TEST\" partition.\nA boot from \"test\" partition will occur if there is a GPIO input pulled low while device starts up.\nSee settings below.", + "id": "BOOTLOADER_APP_TEST", + "name": "BOOTLOADER_APP_TEST", + "range": null, + "title": "GPIO triggers boot from test app partition", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FACTORY_RESET || BOOTLOADER_APP_TEST", + "help": "The GPIO must be held low continuously for this period of time after reset\nbefore a factory reset or test partition boot (as applicable) is performed.", + "id": "BOOTLOADER_HOLD_TIME_GPIO", + "name": "BOOTLOADER_HOLD_TIME_GPIO", + "range": null, + "title": "Hold time of GPIO for reset/test mode (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.", + "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", + "range": null, + "title": "Enable protection for unmapped memory regions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", + "range": null, + "title": "Allows RTC watchdog disable in user code", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_WDT_ENABLE", + "help": "Verify that this parameter is correct and more then the execution time.\nPay attention to options such as reset to factory, trigger test partition and encryption on boot\n- these options can increase the execution time.\nNote: RTC_WDT will reset while encryption operations will be performed.", + "id": "BOOTLOADER_WDT_TIME_MS", + "name": "BOOTLOADER_WDT_TIME_MS", + "range": [ + 0, + 120000 + ], + "title": "Timeout for RTC watchdog (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "Tracks the execution time of startup code.\nIf the execution time is exceeded, the RTC_WDT will restart system.\nIt is also useful to prevent a lock up in start code caused by an unstable power source.\nNOTE: Tracks the execution time starts from the bootloader code - re-set timeout, while selecting the\nsource for slow_clk - and ends calling app_main.\nRe-set timeout is needed due to WDT uses a SLOW_CLK clock source. After changing a frequency slow_clk a\ntime of WDT needs to re-set for new frequency.\nslow_clk depends on RTC_CLK_SRC (INTERNAL_RC or EXTERNAL_CRYSTAL).", + "id": "BOOTLOADER_WDT_ENABLE", + "name": "BOOTLOADER_WDT_ENABLE", + "range": null, + "title": "Use RTC watchdog in start code", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The secure version is the sequence number stored in the header of each firmware.\nThe security version is set in the bootloader, version is recorded in the eFuse field\nas the number of set ones. The allocated number of bits in the efuse field\nfor storing the security version is limited (see BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD option).\n\nBootloader: When bootloader selects an app to boot, an app is selected that has\na security version greater or equal that recorded in eFuse field.\nThe app is booted with a higher (or equal) secure version.\n\nThe security version is worth increasing if in previous versions there is\na significant vulnerability and their use is not acceptable.\n\nYour partition table should has a scheme with ota_0 + ota_1 (without factory).", + "id": "BOOTLOADER_APP_SECURE_VERSION", + "name": "BOOTLOADER_APP_SECURE_VERSION", + "range": null, + "title": "eFuse secure version of app", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "The size of the efuse secure version field.\nIts length is limited to 32 bits for ESP32 and 16 bits for ESP32-S2.\nThis determines how many times the security version can be increased.", + "id": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "name": "BOOTLOADER_APP_SEC_VER_SIZE_EFUSE_FIELD", + "range": null, + "title": "Size of the efuse secure version field", + "type": "int" + }, + { + "children": [], + "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implemention without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", + "range": null, + "title": "Emulate operations with efuse secure version(only test)", + "type": "bool" + } + ], + "depends_on": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "help": "This option prevents rollback to previous firmware/application image with lower security version.", + "id": "BOOTLOADER_APP_ANTI_ROLLBACK", + "name": "BOOTLOADER_APP_ANTI_ROLLBACK", + "range": null, + "title": "Enable app anti-rollback support", + "type": "bool" + } + ], + "depends_on": null, + "help": "After updating the app, the bootloader runs a new app with the \"ESP_OTA_IMG_PENDING_VERIFY\" state set.\nThis state prevents the re-run of this app. After the first boot of the new app in the user code, the\nfunction should be called to confirm the operability of the app or vice versa about its non-operability.\nIf the app is working, then it is marked as valid. Otherwise, it is marked as not valid and rolls back to\nthe previous working app. A reboot is performed, and the app is booted before the software update.\nNote: If during the first boot a new app the power goes out or the WDT works, then roll back will happen.\nRollback is possible only between the apps with the same security versions.", + "id": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "name": "BOOTLOADER_APP_ROLLBACK_ENABLE", + "range": null, + "title": "Enable app rollback support", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED && ((SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT)", + "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", + "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", + "range": null, + "title": "Skip image validation when exiting deep sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Some applications need to boot very quickly from power on. By default, the entire app binary\nis read from flash and verified which takes up a significant portion of the boot time.\n\nEnabling this option will skip validation of the app when the SoC boots from power on.\nNote that in this case it's not possible for the bootloader to detect if an app image is\ncorrupted in the flash, therefore it's not possible to safely fall back to a different app\npartition. Flash corruption of this kind is unlikely but can happen if there is a serious\nfirmware bug or physical damage.\n\nFollowing other reset types, the bootloader will still validate the app image. This increases\nthe chances that flash corruption resulting in a crash can be detected following soft reset, and\nthe bootloader will fall back to a valid app image. To increase the chances of successfully recovering\nfrom a flash corruption event, keep the option BOOTLOADER_WDT_ENABLE enabled and consider also enabling\nBOOTLOADER_WDT_DISABLE_IN_USER_CODE - then manually disable the RTC Watchdog once the app is running.\nIn addition, enable both the Task and Interrupt watchdog timers with reset options set.", + "id": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "name": "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON", + "range": null, + "title": "Skip image validation from power on reset (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_SIGNED_ON_BOOT", + "help": "Selecting this option prevents the bootloader from ever validating the app image before\nbooting it. Any flash corruption of the selected app partition will make the entire SoC\nunbootable.\n\nAlthough flash corruption is a very rare case, it is not recommended to select this option.\nConsider selecting \"Skip image validation from power on reset\" instead. However, if boot time\nis the only important factor then it can be enabled.", + "id": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "name": "BOOTLOADER_SKIP_VALIDATE_ALWAYS", + "range": null, + "title": "Skip image validation always (READ HELP FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "Reserve RTC FAST memory for Skip image validation. This option in bytes.\nThis option reserves an area in the RTC FAST memory (access only PRO_CPU).\nUsed to save the addresses of the selected application.\nWhen a wakeup occurs (from Deep sleep), the bootloader retrieves it and\nloads the application without validation.", + "id": "BOOTLOADER_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_RESERVE_RTC_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculcation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option reserves in RTC FAST memory the area for custom purposes.\nIf you want to create your own bootloader and save more information\nin this area of memory, you can increase it. It must be a multiple of 4 bytes.\nThis area (rtc_retain_mem_t) is reserved and has access from the bootloader and an application.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_SIZE", + "range": null, + "title": "Size in bytes for custom purposes", + "type": "hex" + } + ], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "range": null, + "title": "Reserve RTC FAST memory for custom purposes", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": "This option reserves an area in RTC FAST memory for the following features:\n- \"Skip image validation when exiting deep sleep\"\n- \"Reserve RTC FAST memory for custom purposes\"\n- \"GPIO triggers factory reset\"", + "id": "BOOTLOADER_RESERVE_RTC_MEM", + "name": "BOOTLOADER_RESERVE_RTC_MEM", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "bootloader-config", + "title": "Bootloader config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_BOOT", + "name": "SECURE_SIGNED_ON_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": null, + "id": "SECURE_SIGNED_ON_UPDATE", + "name": "SECURE_SIGNED_ON_UPDATE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_ON_BOOT || SECURE_SIGNED_ON_UPDATE", + "help": null, + "id": "SECURE_SIGNED_APPS", + "name": "SECURE_SIGNED_APPS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL >= 300) || SOC_SECURE_BOOT_V2_RSA", + "help": null, + "id": "SECURE_BOOT_V2_RSA_SUPPORTED", + "name": "SECURE_BOOT_V2_RSA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V2_ECC", + "help": null, + "id": "SECURE_BOOT_V2_ECC_SUPPORTED", + "name": "SECURE_BOOT_V2_ECC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SECURE_BOOT_V1", + "help": null, + "id": "SECURE_BOOT_V1_SUPPORTED", + "name": "SECURE_BOOT_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_REV_MIN_FULL >= 300", + "help": null, + "id": "SECURE_BOOT_V2_PREFERRED", + "name": "SECURE_BOOT_V2_PREFERRED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_ECDSA_ENABLED", + "name": "SECURE_BOOT_V2_ECDSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_V2_RSA_ENABLED", + "name": "SECURE_BOOT_V2_RSA_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "name": "SECURE_BOOT_FLASH_ENC_KEYS_BURN_TOGETHER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!SECURE_BOOT", + "help": "Require apps to be signed to verify their integrity.\n\nThis option uses the same app signature scheme as hardware secure boot, but unlike hardware secure boot it\ndoes not prevent the bootloader from being physically updated. This means that the device can be secured\nagainst remote network access, but not physical access. Compared to using hardware Secure Boot this option\nis much simpler to implement.", + "id": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "range": null, + "title": "Require signed app images", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V1_ENABLED) && ", + "help": "Embeds the ECDSA public key in the bootloader and signs the application with an ECDSA key.\nRefer to the documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_SCHEME", + "range": null, + "title": "ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_RSA_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "Appends the RSA-3072 based Signature block to the application.\nRefer to before enabling.", + "id": "SECURE_SIGNED_APPS_RSA_SCHEME", + "name": "SECURE_SIGNED_APPS_RSA_SCHEME", + "range": null, + "title": "RSA", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ECC_SUPPORTED && (SECURE_SIGNED_APPS_NO_SECURE_BOOT || SECURE_BOOT_V2_ENABLED) && ", + "help": "For Secure boot V2 (e.g., ESP32-C2 SoC), appends ECDSA based signature block to the application.\nRefer to documentation before enabling.", + "id": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "name": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "range": null, + "title": "ECDSA (V2)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT || SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "Select the Secure App signing scheme. Depends on the Chip Revision.\nThere are two secure boot versions:\n\n1. Secure boot V1\n - Legacy custom secure boot scheme. Supported in ESP32 SoC.\n\n2. Secure boot V2\n - RSA based secure boot scheme.\n Supported in ESP32-ECO3 (ESP32 Chip Revision 3 onwards), ESP32-S2, ESP32-C3, ESP32-S3 SoCs.\n\n - ECDSA based secure boot scheme. Supported in ESP32-C2 SoC.", + "id": "security-features-app-signing-scheme", + "name": "SECURE_SIGNED_APPS_SCHEME", + "title": "App Signing Scheme", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_192_BITS", + "range": null, + "title": "Using ECC curve NISTP192", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME && ", + "help": null, + "id": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_256_BITS", + "range": null, + "title": "Using ECC curve NISTP256 (Recommended)", + "type": "bool" + } + ], + "depends_on": "SECURE_SIGNED_APPS_ECDSA_V2_SCHEME", + "help": "Select the ECDSA key size. Two key sizes are supported\n\n- 192 bit key using NISTP192 curve\n- 256 bit key using NISTP256 curve (Recommended)\n\nThe advantage of using 256 bit key is the extra randomness which makes it difficult to be\nbruteforced compared to 192 bit key.\nAt present, both key sizes are practically implausible to bruteforce.", + "id": "security-features-ecdsa-key-size", + "name": "SECURE_BOOT_ECDSA_KEY_LEN_SIZE", + "title": "ECDSA key size", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT && SECURE_SIGNED_APPS_ECDSA_SCHEME", + "help": "If this option is set, the bootloader will be compiled with code to verify that an app is signed before\nbooting it.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option doesn't add significant security by itself so most\nusers will want to leave it disabled.", + "id": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_BOOT_NO_SECURE_BOOT", + "range": null, + "title": "Bootloader verifies app signatures", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS_NO_SECURE_BOOT", + "help": "If this option is set, any OTA updated apps will have the signature verified before being considered valid.\n\nWhen enabled, the signature is automatically checked whenever the esp_ota_ops.h APIs are used for OTA\nupdates, or esp_image_format.h APIs are used to verify apps.\n\nIf hardware secure boot is enabled, this option is always enabled and cannot be disabled.\nIf hardware secure boot is not enabled, this option still adds significant security against network-based\nattackers by preventing spoofing of OTA updates.", + "id": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "name": "SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "range": null, + "title": "Verify app signature on update", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_V1_SUPPORTED && ", + "help": "Build a bootloader which enables secure boot version 1 on first boot.\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V1_ENABLED", + "name": "SECURE_BOOT_V1_ENABLED", + "range": null, + "title": "Enable Secure Boot version 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SECURE_BOOT_V2_RSA_SUPPORTED || SECURE_BOOT_V2_ECC_SUPPORTED) && ", + "help": "Build a bootloader which enables Secure Boot version 2 on first boot.\nRefer to Secure Boot V2 section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_V2_ENABLED", + "name": "SECURE_BOOT_V2_ENABLED", + "range": null, + "title": "Enable Secure Boot version 2", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT", + "help": "Select the Secure Boot Version. Depends on the Chip Revision.\nSecure Boot V2 is the new RSA / ECDSA based secure boot scheme.\n\n - RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.\n - ECDSA based scheme is supported in ESP32-C2 SoC.\n\nPlease note that, RSA or ECDSA secure boot is property of specific SoC based on its HW design, supported\ncrypto accelerators, die-size, cost and similar parameters. Please note that RSA scheme has requirement\nfor bigger key sizes but at the same time it is comparatively faster than ECDSA verification.\n\nSecure Boot V1 is the AES based (custom) secure boot scheme supported in ESP32 SoC.", + "id": "security-features-enable-hardware-secure-boot-in-bootloader-read-docs-first--select-secure-boot-version", + "name": "SECURE_BOOT_VERSION", + "title": "Select secure boot version", + "type": "choice" + } + ], + "depends_on": "SOC_SECURE_BOOT_SUPPORTED && !(IDF_TARGET_ESP32C3 && ESP32C3_REV_MIN_FULL < 3)", + "help": "Build a bootloader which enables Secure Boot on first boot.\n\nOnce enabled, Secure Boot will not boot a modified bootloader. The bootloader will only load a partition\ntable or boot an app if the data has a verified digital signature. There are implications for reflashing\nupdated apps once secure boot is enabled.\n\nWhen enabling secure boot, JTAG and ROM BASIC Interpreter are permanently disabled by default.", + "id": "SECURE_BOOT", + "name": "SECURE_BOOT", + "range": null, + "title": "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "On first boot, the bootloader will generate a key which is not readable externally or by software. A\ndigest is generated from the bootloader image itself. This digest will be verified on each subsequent\nboot.\n\nEnabling this option means that the bootloader cannot be changed after the first time it is booted.", + "id": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "name": "SECURE_BOOTLOADER_ONE_TIME_FLASH", + "range": null, + "title": "One-time flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Generate a reusable secure bootloader key, derived (via SHA-256) from the secure boot signing key.\n\nThis allows the secure bootloader to be re-flashed by anyone with access to the secure boot signing\nkey.\n\nThis option is less secure than one-time flash, because a leak of the digest key from one device\nallows reflashing of any device that uses it.", + "id": "SECURE_BOOTLOADER_REFLASHABLE", + "name": "SECURE_BOOTLOADER_REFLASHABLE", + "range": null, + "title": "Reflashable", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOT_V1_ENABLED", + "help": null, + "id": "security-features-secure-bootloader-mode", + "name": "SECURE_BOOTLOADER_MODE", + "title": "Secure bootloader mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to the key file used to sign app images.\n\nKey file is an ECDSA private key (NIST256p curve) in PEM format for Secure Boot V1.\nKey file is an RSA private key in PEM format for Secure Boot V2.\n\nPath is evaluated relative to the project directory.\n\nYou can generate a new signing key by running the following command:\nespsecure.py generate_signing_key secure_boot_signing_key.pem\n\nSee the Secure Boot section of the ESP-IDF Programmer's Guide for this version for details.", + "id": "SECURE_BOOT_SIGNING_KEY", + "name": "SECURE_BOOT_SIGNING_KEY", + "range": null, + "title": "Secure boot private signing key", + "type": "string" + } + ], + "depends_on": "SECURE_SIGNED_APPS", + "help": "Once secure boot or signed app requirement is enabled, app images are required to be signed.\n\nIf enabled (default), these binary files are signed as part of the build process. The file named in\n\"Secure boot private signing key\" will be used to sign the image.\n\nIf disabled, unsigned app/partition data will be built. They must be signed manually using espsecure.py.\nVersion 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.\n(for example, on a remote signing server.)", + "id": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "name": "SECURE_BOOT_BUILD_SIGNED_BINARIES", + "range": null, + "title": "Sign binaries during build", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_SIGNED_APPS && SECURE_SIGNED_APPS_ECDSA_SCHEME && !SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "Path to a public key file used to verify signed images.\nSecure Boot V1: This ECDSA public key is compiled into the bootloader and/or\napp, to verify app images.\n\nKey file is in raw binary format, and can be extracted from a\nPEM formatted private key using the espsecure.py\nextract_public_key command.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_VERIFICATION_KEY", + "name": "SECURE_BOOT_VERIFICATION_KEY", + "range": null, + "title": "Secure boot public signature verification key", + "type": "string" + }, + { + "children": [], + "depends_on": "SECURE_BOOT && SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "help": "If this option is set, ROM bootloader will revoke the public key digest burned in efuse block\nif it fails to verify the signature of software bootloader with it.\nRevocation of keys does not happen when enabling secure boot. Once secure boot is enabled,\nkey revocation checks will be done on subsequent boot-up, while verifying the software bootloader\n\nThis feature provides a strong resistance against physical attacks on the device.\n\nNOTE: Once a digest slot is revoked, it can never be used again to verify an image\nThis can lead to permanent bricking of the device, in case all keys are revoked\nbecause of signature verification failure.", + "id": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "name": "SECURE_BOOT_ENABLE_AGGRESSIVE_KEY_REVOKE", + "range": null, + "title": "Enable Aggressive key revoke strategy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_256BIT", + "range": null, + "title": "No encoding (256 bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "name": "SECURE_BOOTLOADER_KEY_ENCODING_192BIT", + "range": null, + "title": "3/4 encoding (192 bit key)", + "type": "bool" + } + ], + "depends_on": "SECURE_BOOTLOADER_REFLASHABLE", + "help": "In reflashable secure bootloader mode, a hardware key is derived from the signing key (with SHA-256) and\ncan be written to eFuse with espefuse.py.\n\nNormally this is a 256-bit key, but if 3/4 Coding Scheme is used on the device then the eFuse key is\ntruncated to 192 bits.\n\nThis configuration item doesn't change any firmware code, it only changes the size of key binary which is\ngenerated at build time.", + "id": "security-features-hardware-key-encoding", + "name": "SECURE_BOOTLOADER_KEY_ENCODING", + "title": "Hardware Key Encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "SECURE_BOOT", + "help": "You can disable some of the default protections offered by secure boot, in order to enable testing or a\ncustom combination of security features.\n\nOnly enable these options if you are very sure.\n\nRefer to the Secure Boot section of the ESP-IDF Programmer's Guide for this version before enabling.", + "id": "SECURE_BOOT_INSECURE", + "name": "SECURE_BOOT_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128_DERIVED && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "name": "SECURE_FLASH_ENCRYPTION_AES128_DERIVED", + "range": null, + "title": "AES-128 key derived from 128 bits (SHA256(128 bits))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_128 && !(IDF_TARGET_ESP32C2 && SECURE_BOOT) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES128", + "name": "SECURE_FLASH_ENCRYPTION_AES128", + "range": null, + "title": "AES-128 (256-bit key)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_256 && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_AES256", + "name": "SECURE_FLASH_ENCRYPTION_AES256", + "range": null, + "title": "AES-256 (512-bit key)", + "type": "bool" + } + ], + "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", + "help": "Size of generated AES-XTS key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", + "title": "Size of generated AES-XTS key", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "name": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "range": null, + "title": "Development (NOT SECURE)", + "type": "bool" + }, + { + "children": [], + "depends_on": "(!EFUSE_VIRTUAL || IDF_CI_BUILD) && ", + "help": null, + "id": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "name": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE", + "range": null, + "title": "Release", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "By default Development mode is enabled which allows ROM download mode to perform flash encryption\noperations (plaintext is sent to the device, and it encrypts it internally and writes ciphertext\nto flash.) This mode is not secure, it's possible for an attacker to write their own chosen plaintext\nto flash.\n\nRelease mode should always be selected for production or manufacturing. Once enabled it's no longer\npossible for the device in ROM Download Mode to use the flash encryption hardware.\n\nWhen EFUSE_VIRTUAL is enabled, SECURE_FLASH_ENCRYPTION_MODE_RELEASE is not available.\nFor CI tests we use IDF_CI_BUILD to bypass it (\"export IDF_CI_BUILD=1\").\nWe do not recommend bypassing it for other purposes.\n\nRefer to the Flash Encryption section of the ESP-IDF Programmer's Guide for details.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--enable-usage-mode", + "name": "SECURE_FLASH_ENCRYPTION_MODE", + "title": "Enable usage mode", + "type": "choice" + } + ], + "depends_on": null, + "help": "If this option is set, flash contents will be encrypted by the bootloader on first boot.\n\nNote: After first boot, the system will be permanently encrypted. Re-flashing an encrypted\nsystem is complicated and not always possible.\n\nRead https://docs.espressif.com/projects/esp-idf/en/latest/security/flash-encryption.html\nbefore enabling.", + "id": "SECURE_FLASH_ENC_ENABLED", + "name": "SECURE_FLASH_ENC_ENABLED", + "range": null, + "title": "Enable flash encryption on boot (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT) && IDF_TARGET_ESP32", + "help": "By default, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\nWhen either flash encryption or secure boot are enabled, the default is to\ndisable this BASIC fallback mode permanently via eFuse.\n\nIf this option is set, this eFuse is not burned and the BASIC ROM Console may\nremain accessible. Only set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_ROM_BASIC", + "name": "SECURE_BOOT_ALLOW_ROM_BASIC", + "range": null, + "title": "Leave ROM BASIC Interpreter available on reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable JTAG (across entire chip) on first boot\nwhen either secure boot or flash encryption is enabled.\n\nSetting this option leaves JTAG on for debugging, which negates all protections of flash encryption\nand some of the protections of secure boot.\n\nOnly set this option in testing environments.", + "id": "SECURE_BOOT_ALLOW_JTAG", + "name": "SECURE_BOOT_ALLOW_JTAG", + "range": null, + "title": "Allow JTAG Debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE || SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT", + "help": "If not set (default), app partition size must be a multiple of 64KB. App images are padded to 64KB\nlength, and the bootloader checks any trailing bytes after the signature (before the next 64KB\nboundary) have not been written. This is because flash cache maps entire 64KB pages into the address\nspace. This prevents an attacker from appending unverified data after the app image in the flash,\ncausing it to be mapped into the address space.\n\nSetting this option allows the app partition length to be unaligned, and disables padding of the app\nimage to this length. It is generally not recommended to set this option, unless you have a legacy\npartitioning scheme which doesn't support 64KB aligned partition lengths.", + "id": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "name": "SECURE_BOOT_ALLOW_SHORT_APP_PARTITION", + "range": null, + "title": "Allow app partition length not 64KB aligned", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the public key digest, causing an\nimmediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Allow additional read protecting of efuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.", + "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", + "range": null, + "title": "Leave unused digest slots available (not revoke)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), the bootloader will permanently disable UART bootloader encryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware encryption.\n\nIt is recommended to only set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC", + "range": null, + "title": "Leave UART bootloader encryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && IDF_TARGET_ESP32", + "help": "If not set (default), the bootloader will permanently disable UART bootloader decryption access on\nfirst boot. If set, the UART bootloader will still be able to access hardware decryption.\n\nOnly set this option in testing environments. Setting this option allows complete bypass of flash\nencryption.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC", + "range": null, + "title": "Leave UART bootloader decryption enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT && (IDF_TARGET_ESP32 || SOC_EFUSE_DIS_DOWNLOAD_ICACHE || SOC_EFUSE_DIS_DOWNLOAD_DCACHE)", + "help": "If not set (default), the bootloader will permanently disable UART bootloader flash cache access on\nfirst boot. If set, the UART bootloader will still be able to access the flash cache.\n\nOnly set this option in testing environments.", + "id": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "name": "SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE", + "range": null, + "title": "Leave UART bootloader flash cache enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT", + "help": "If not set (default), and flash encryption is not yet enabled in eFuses, the 2nd stage bootloader\nwill enable flash encryption: generate the flash encryption key and program eFuses.\nIf this option is set, and flash encryption is not yet enabled, the bootloader will error out and\nreboot.\nIf flash encryption is enabled in eFuses, this option does not change the bootloader behavior.\n\nOnly use this option in testing environments, to avoid accidentally enabling flash encryption on\nthe wrong device. The device needs to have flash encryption already enabled using espefuse.py.", + "id": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "name": "SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "range": null, + "title": "Require flash encryption to be already enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_HAS_WRITE_PROTECTION_CACHE", + "help": "If not set (default, recommended), on the first boot the bootloader will burn the write-protection of\nDIS_CACHE(for ESP32) or DIS_ICACHE/DIS_DCACHE(for other chips) eFuse when Flash Encryption is enabled.\nWrite protection for cache disable efuse prevents the chip from being blocked if it is set by accident.\nApp and bootloader use cache so disabling it makes the chip useless for IDF.\nDue to other eFuses are linked with the same write protection bit (see the list below) then\nwrite-protection will not be done if these SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC,\nSECURE_BOOT_ALLOW_JTAG or SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE options are selected\nto give a chance to turn on the chip into the release mode later.\n\nList of eFuses with the same write protection bit:\nESP32: MAC, MAC_CRC, DISABLE_APP_CPU, DISABLE_BT, DIS_CACHE, VOL_LEVEL_HP_INV.\n\nESP32-C3: DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE, DIS_USB_SERIAL_JTAG,\nDIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-C6: SWAP_UART_SDIO_EN, DIS_ICACHE, DIS_USB_JTAG, DIS_DOWNLOAD_ICACHE,\nDIS_USB_SERIAL_JTAG, DIS_FORCE_DOWNLOAD, DIS_TWAI, JTAG_SEL_ENABLE,\nDIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-H2: DIS_ICACHE, DIS_USB_JTAG, POWERGLITCH_EN, DIS_FORCE_DOWNLOAD, SPI_DOWNLOAD_MSPI_DIS,\nDIS_TWAI, JTAG_SEL_ENABLE, DIS_PAD_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S2: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG,\nHARD_DIS_JTAG, DIS_DOWNLOAD_MANUAL_ENCRYPT.\n\nESP32-S3: DIS_ICACHE, DIS_DCACHE, DIS_DOWNLOAD_ICACHE, DIS_DOWNLOAD_DCACHE,\nDIS_FORCE_DOWNLOAD, DIS_USB_OTG, DIS_TWAI, DIS_APP_CPU, DIS_PAD_JTAG,\nDIS_DOWNLOAD_MANUAL_ENCRYPT, DIS_USB_JTAG, DIS_USB_SERIAL_JTAG, STRAP_JTAG_SEL, USB_PHY_SEL.", + "id": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "name": "SECURE_FLASH_SKIP_WRITE_PROTECTION_CACHE", + "range": null, + "title": "Skip write-protection of DIS_CACHE (DIS_ICACHE, DIS_DCACHE)", + "type": "bool" + } + ], + "depends_on": null, + "id": "security-features-potentially-insecure-options", + "title": "Potentially insecure options", + "type": "menu" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set, optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set (default), the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "If set (default), in an app during startup code,\nthere is a check of the flash encryption eFuse bit is on\n(as the bootloader should already have set it).\nThe app requires this bit is on to continue work otherwise abort.\n\nIf not set, the app does not care if the flash encryption eFuse bit is set or not.", + "id": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "name": "SECURE_FLASH_CHECK_ENC_EN_IN_APP", + "range": null, + "title": "Check Flash Encryption enabled on app startup", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "range": null, + "title": "Low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "range": null, + "title": "Medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "range": null, + "title": "High", + "type": "bool" + } + ], + "depends_on": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "help": "The strength of the pseudo rounds functions can be configured to low, medium and high,\neach denoting the values that would be stored in the efuses field.\nBy default the value to set to low.\nYou can configure the strength of the pseudo rounds functions according to your use cases,\nfor example, increasing the strength would provide higher security but would slow down the\nflash encryption/decryption operations.\nFor more info regarding the performance impact, please checkout the pseudo round function section of the\nsecurity guide documentation.", + "id": "security-features-permanently-enable-xts-aes-s-pseudo-rounds-function-strength-of-the-pseudo-rounds-function", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "title": "Strength of the pseudo rounds function", + "type": "choice" + } + ], + "depends_on": "SECURE_FLASH_ENCRYPTION_MODE_RELEASE && SOC_FLASH_ENCRYPTION_XTS_AES_SUPPORT_PSEUDO_ROUND", + "help": "If set (default), the bootloader will permanently enable the XTS-AES peripheral's pseudo rounds function.\nNote: Enabling this config would burn an efuse.", + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC", + "range": null, + "title": "Permanently enable XTS-AES's pseudo rounds function", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "name": "SECURE_FLASH_PSEUDO_ROUND_FUNC_STRENGTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SECURE_ROM_DL_MODE_ENABLED", + "name": "SECURE_ROM_DL_MODE_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "If set, during startup the app will burn an eFuse bit to permanently disable the UART ROM\nDownload Mode. This prevents any future use of esptool.py, espefuse.py and similar tools.\n\nOnce disabled, if the SoC is booted with strapping pins set for ROM Download Mode\nthen an error is printed instead.\n\nIt is recommended to enable this option in any production application where Flash\nEncryption and/or Secure Boot is enabled and access to Download Mode is not required.\n\nIt is also possible to permanently disable Download Mode by calling\nesp_efuse_disable_rom_download_mode() at runtime.", + "id": "SECURE_DISABLE_ROM_DL_MODE", + "name": "SECURE_DISABLE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently disabled (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SUPPORTS_SECURE_DL_MODE && ", + "help": "If set, during startup the app will burn an eFuse bit to permanently switch the UART ROM\nDownload Mode into a separate Secure Download mode. This option can only work if\nDownload Mode is not already disabled by eFuse.\n\nSecure Download mode limits the use of Download Mode functions to update SPI config,\nchanging baud rate, basic flash write and a command to return a summary of currently\nenabled security features (`get_security_info`).\n\nSecure Download mode is not compatible with the esptool.py flasher stub feature,\nespefuse.py, read/writing memory or registers, encrypted download, or any other\nfeatures that interact with unsupported Download Mode commands.\n\nSecure Download mode should be enabled in any application where Flash Encryption\nand/or Secure Boot is enabled. Disabling this option does not immediately cancel\nthe benefits of the security features, but it increases the potential \"attack\nsurface\" for an attacker to try and bypass them with a successful physical attack.\n\nIt is also possible to enable secure download mode at runtime by calling\nesp_efuse_enable_rom_secure_download_mode()\n\nNote: Secure Download mode is not available for ESP32 (includes revisions till ECO3).", + "id": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "name": "SECURE_ENABLE_SECURE_ROM_DL_MODE", + "range": null, + "title": "UART ROM download mode (Permanently switch to Secure mode (recommended))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a potentially insecure option.\nEnabling this option will allow the full UART download mode to stay enabled.\nThis option SHOULD NOT BE ENABLED for production use cases.", + "id": "SECURE_INSECURE_ALLOW_DL_MODE", + "name": "SECURE_INSECURE_ALLOW_DL_MODE", + "range": null, + "title": "UART ROM download mode (Enabled (not recommended))", + "type": "bool" + } + ], + "depends_on": "(SECURE_BOOT_V2_ENABLED || SECURE_FLASH_ENC_ENABLED) && !(IDF_TARGET_ESP32 && ESP32_REV_MIN_FULL < 300)", + "help": null, + "id": "security-features-uart-rom-download-mode", + "name": "SECURE_UART_ROM_DL_MODE", + "title": "UART ROM download mode", + "type": "choice" + } + ], + "depends_on": null, + "id": "security-features", + "title": "Security features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "APP_COMPILE_TIME_DATE", + "name": "APP_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for app", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_VER variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_VER_VAR", + "name": "APP_EXCLUDE_PROJECT_VER_VAR", + "range": null, + "title": "Exclude PROJECT_VER from firmware image", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The PROJECT_NAME variable from the build system will not affect the firmware image.\nThis value will not be contained in the esp_app_desc structure.", + "id": "APP_EXCLUDE_PROJECT_NAME_VAR", + "name": "APP_EXCLUDE_PROJECT_NAME_VAR", + "range": null, + "title": "Exclude PROJECT_NAME from firmware image", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "APP_PROJECT_VER_FROM_CONFIG", + "help": "Project version", + "id": "APP_PROJECT_VER", + "name": "APP_PROJECT_VER", + "range": null, + "title": "Project version", + "type": "string" + } + ], + "depends_on": null, + "help": "If this is enabled, then config item APP_PROJECT_VER will be used for the variable PROJECT_VER.\nOther ways to set PROJECT_VER will be ignored.", + "id": "APP_PROJECT_VER_FROM_CONFIG", + "name": "APP_PROJECT_VER_FROM_CONFIG", + "range": null, + "title": "Get the project version from Kconfig", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value\nand store it in static RAM. This ensures the app ELF SHA-256 value is always available\nif it needs to be printed by the panic handler code.\nChanging this value will change the size of a static buffer, in bytes.", + "id": "APP_RETRIEVE_LEN_ELF_SHA", + "name": "APP_RETRIEVE_LEN_ELF_SHA", + "range": [ + 8, + 64 + ], + "title": "The length of APP ELF SHA is stored in RAM(chars)", + "type": "int" + } + ], + "depends_on": null, + "id": "application-manager", + "title": "Application manager", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_LE", + "name": "ESP_ROM_HAS_CRC_LE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_CRC_BE", + "name": "ESP_ROM_HAS_CRC_BE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_MZ_CRC32", + "name": "ESP_ROM_HAS_MZ_CRC32", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_JPEG_DECODE", + "name": "ESP_ROM_HAS_JPEG_DECODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_UART_BUF_SWITCH", + "name": "ESP_ROM_HAS_UART_BUF_SWITCH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SWSETUP_WORKAROUND", + "name": "ESP_ROM_NEEDS_SWSETUP_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_NANO_FORMAT", + "name": "ESP_ROM_HAS_NEWLIB_NANO_FORMAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Always print ROM logs, this is the default behavior.", + "id": "BOOT_ROM_LOG_ALWAYS_ON", + "name": "BOOT_ROM_LOG_ALWAYS_ON", + "range": null, + "title": "Always Log", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Don't print ROM logs.", + "id": "BOOT_ROM_LOG_ALWAYS_OFF", + "name": "BOOT_ROM_LOG_ALWAYS_OFF", + "range": null, + "title": "Permanently disable logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is high during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "name": "BOOT_ROM_LOG_ON_GPIO_HIGH", + "range": null, + "title": "Log on GPIO High", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Print ROM logs when GPIO level is low during start up.\nThe GPIO number is chip dependent,\ne.g. on ESP32-S2, the control GPIO is GPIO46.", + "id": "BOOT_ROM_LOG_ON_GPIO_LOW", + "name": "BOOT_ROM_LOG_ON_GPIO_LOW", + "range": null, + "title": "Log on GPIO Low", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32", + "help": "Controls the Boot ROM log behavior.\nThe rom log behavior can only be changed for once,\nspecific eFuse bit(s) will be burned at app boot stage.", + "id": "boot-rom-behavior-permanently-change-boot-rom-output", + "name": "BOOT_ROM_LOG_SCHEME", + "title": "Permanently change Boot ROM output", + "type": "choice" + } + ], + "depends_on": null, + "id": "boot-rom-behavior", + "title": "Boot ROM Behavior", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The flasher tool sends a precompiled download stub first by default. That stub allows things\nlike compressed downloads and more. Usually you should not need to disable that feature", + "id": "ESPTOOLPY_NO_STUB", + "name": "ESPTOOLPY_NO_STUB", + "range": null, + "title": "Disable download stub", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_OCT_FLASH", + "name": "ESPTOOLPY_OCT_FLASH", + "range": null, + "title": "Enable Octal Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", + "range": null, + "title": "Choose flash mode automatically (please read help)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QIO", + "name": "ESPTOOLPY_FLASHMODE_QIO", + "range": null, + "title": "QIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_QOUT", + "name": "ESPTOOLPY_FLASHMODE_QOUT", + "range": null, + "title": "QOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DIO", + "name": "ESPTOOLPY_FLASHMODE_DIO", + "range": null, + "title": "DIO", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_DOUT", + "name": "ESPTOOLPY_FLASHMODE_DOUT", + "range": null, + "title": "DOUT", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASHMODE_OPI", + "name": "ESPTOOLPY_FLASHMODE_OPI", + "range": null, + "title": "OPI", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Mode the flash chip is flashed in, as well as the default mode for the\nbinary to run in.", + "id": "serial-flasher-config-flash-spi-mode", + "name": "ESPTOOLPY_FLASHMODE", + "title": "Flash SPI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_STR", + "range": null, + "title": "STR Mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_OCT_FLASH && ", + "help": null, + "id": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE_DTR", + "range": null, + "title": "DTR Mode", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-sampling-mode", + "name": "ESPTOOLPY_FLASH_SAMPLE_MODE", + "title": "Flash Sampling Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHMODE", + "name": "ESPTOOLPY_FLASHMODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_120M && (SPI_FLASH_HPM_ON || ESPTOOLPY_OCT_FLASH) && (ESPTOOLPY_FLASH_SAMPLE_MODE_STR || IDF_EXPERIMENTAL_FEATURES) && ", + "help": "- Optional feature for QSPI Flash. Read docs and enable `CONFIG_SPI_FLASH_HPM_ENA` first!\n- Flash 120 MHz SDR mode is stable.\n- Flash 120 MHz DDR mode is an experimental feature, it works when\n the temperature is stable.\n\n Risks:\n If your chip powers on at a certain temperature, then after the temperature\n increases or decreases by approximately 20 Celsius degrees (depending on the\n chip), the program will crash randomly.", + "id": "ESPTOOLPY_FLASHFREQ_120M", + "name": "ESPTOOLPY_FLASHFREQ_120M", + "range": null, + "title": "120 MHz (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_80M", + "name": "ESPTOOLPY_FLASHFREQ_80M", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_64M", + "name": "ESPTOOLPY_FLASHFREQ_64M", + "range": null, + "title": "64 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_60M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_60M", + "name": "ESPTOOLPY_FLASHFREQ_60M", + "range": null, + "title": "60 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_48M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_48M", + "name": "ESPTOOLPY_FLASHFREQ_48M", + "range": null, + "title": "48 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_40M", + "name": "ESPTOOLPY_FLASHFREQ_40M", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_32M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_32M", + "name": "ESPTOOLPY_FLASHFREQ_32M", + "range": null, + "title": "32 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_30M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_30M", + "name": "ESPTOOLPY_FLASHFREQ_30M", + "range": null, + "title": "30 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_26M", + "name": "ESPTOOLPY_FLASHFREQ_26M", + "range": null, + "title": "26 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_24M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_24M", + "name": "ESPTOOLPY_FLASHFREQ_24M", + "range": null, + "title": "24 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_20M", + "name": "ESPTOOLPY_FLASHFREQ_20M", + "range": null, + "title": "20 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_16M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_16M", + "name": "ESPTOOLPY_FLASHFREQ_16M", + "range": null, + "title": "16 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MEMSPI_SRC_FREQ_15M_SUPPORTED && ", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ_15M", + "name": "ESPTOOLPY_FLASHFREQ_15M", + "range": null, + "title": "15 MHz", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "serial-flasher-config-flash-spi-speed", + "name": "ESPTOOLPY_FLASHFREQ", + "title": "Flash SPI speed", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is an invisible item, used to define the targets that defaults to use 80MHz Flash SPI speed.", + "id": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", + "name": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHFREQ", + "name": "ESPTOOLPY_FLASHFREQ", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_1MB", + "name": "ESPTOOLPY_FLASHSIZE_1MB", + "range": null, + "title": "1 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_2MB", + "name": "ESPTOOLPY_FLASHSIZE_2MB", + "range": null, + "title": "2 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_4MB", + "name": "ESPTOOLPY_FLASHSIZE_4MB", + "range": null, + "title": "4 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_8MB", + "name": "ESPTOOLPY_FLASHSIZE_8MB", + "range": null, + "title": "8 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_16MB", + "name": "ESPTOOLPY_FLASHSIZE_16MB", + "range": null, + "title": "16 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_32MB", + "name": "ESPTOOLPY_FLASHSIZE_32MB", + "range": null, + "title": "32 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_64MB", + "name": "ESPTOOLPY_FLASHSIZE_64MB", + "range": null, + "title": "64 MB", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE_128MB", + "name": "ESPTOOLPY_FLASHSIZE_128MB", + "range": null, + "title": "128 MB", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash size, in megabytes", + "id": "serial-flasher-config-flash-size", + "name": "ESPTOOLPY_FLASHSIZE", + "title": "Flash size", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_FLASHSIZE", + "name": "ESPTOOLPY_FLASHSIZE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is set, flashing the project will automatically detect\nthe flash size of the target chip and update the bootloader image\nbefore it is flashed.\n\nEnabling this option turns off the image protection against corruption\nby a SHA256 digest. Updating the bootloader image before flashing would\ninvalidate the digest.", + "id": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "name": "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE", + "range": null, + "title": "Detect flash size when flashing bootloader", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_RESET", + "name": "ESPTOOLPY_BEFORE_RESET", + "range": null, + "title": "Reset to bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_BEFORE_NORESET", + "name": "ESPTOOLPY_BEFORE_NORESET", + "range": null, + "title": "No reset", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 before flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-before-flashing", + "name": "ESPTOOLPY_BEFORE", + "title": "Before flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_BEFORE", + "name": "ESPTOOLPY_BEFORE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_RESET", + "name": "ESPTOOLPY_AFTER_RESET", + "range": null, + "title": "Reset after flashing", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESPTOOLPY_AFTER_NORESET", + "name": "ESPTOOLPY_AFTER_NORESET", + "range": null, + "title": "Stay in bootloader", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Configure whether esptool.py should reset the ESP32 after flashing.\n\nAutomatic resetting depends on the RTS & DTR signals being\nwired from the serial port to the ESP32. Most USB development\nboards do this internally.", + "id": "serial-flasher-config-after-flashing", + "name": "ESPTOOLPY_AFTER", + "title": "After flashing", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_AFTER", + "name": "ESPTOOLPY_AFTER", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "ESPTOOLPY_MONITOR_BAUD", + "name": "ESPTOOLPY_MONITOR_BAUD", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "serial-flasher-config", + "title": "Serial flasher config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This is the default partition table, designed to fit into a 2MB or\nlarger flash with a single 1MB app partition.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP", + "name": "PARTITION_TABLE_SINGLE_APP", + "range": null, + "title": "Single factory app, no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a variation of the default partition table, that expands\nthe 1MB app partition size to 1.5MB to fit more code.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large.csv\n\nThis partition table is not suitable for an app that needs OTA\n(over the air update) capability.", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE", + "range": null, + "title": "Single factory app (large), no OTA", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with a factory app\npartition plus two OTA app partitions. All are 1MB, so this\npartition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota.csv", + "id": "PARTITION_TABLE_TWO_OTA", + "name": "PARTITION_TABLE_TWO_OTA", + "range": null, + "title": "Factory app, two OTA definitions", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Specify the path to the partition table CSV to use for your project.\n\nConsult the Partition Table section in the ESP-IDF Programmers Guide\nfor more information.", + "id": "PARTITION_TABLE_CUSTOM", + "name": "PARTITION_TABLE_CUSTOM", + "range": null, + "title": "Custom partition table CSV", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", + "range": null, + "title": "Single factory app, no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", + "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", + "range": null, + "title": "Single factory app (large), no OTA, encrypted NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", + "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", + "range": null, + "title": "Factory app, two OTA definitions, encrypted NVS", + "type": "bool" + } + ], + "depends_on": null, + "help": "The partition table to flash to the ESP32. The partition table\ndetermines where apps, data and other resources are expected to\nbe found.\n\nThe predefined partition table CSV descriptions can be found\nin the components/partition_table directory. These are mostly intended\nfor example and development use, it's expect that for production use you\nwill copy one of these CSV files and create a custom partition CSV for\nyour application.", + "id": "partition-table-partition-table", + "name": "PARTITION_TABLE_TYPE", + "title": "Partition Table", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "PARTITION_TABLE_CUSTOM_FILENAME", + "name": "PARTITION_TABLE_CUSTOM_FILENAME", + "range": null, + "title": "Custom partition CSV file", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PARTITION_TABLE_FILENAME", + "name": "PARTITION_TABLE_FILENAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "The address of partition table (by default 0x8000).\nAllows you to move the partition table, it gives more space for the bootloader.\nNote that the bootloader and app will both need to be compiled with the same PARTITION_TABLE_OFFSET value.\n\nThis number should be a multiple of 0x1000.\n\nNote that partition offsets in the partition table CSV file may need to be changed if this value is set to\na higher value. To have each partition offset adapt to the configured partition table offset, leave all\npartition offsets blank in the CSV file.", + "id": "PARTITION_TABLE_OFFSET", + "name": "PARTITION_TABLE_OFFSET", + "range": null, + "title": "Offset of partition table", + "type": "hex" + }, + { + "children": [], + "depends_on": "!APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS && !IDF_TARGET_LINUX", + "help": "Generate an MD5 checksum for the partition table for protecting the\nintegrity of the table. The generation should be turned off for legacy\nbootloaders which cannot recognize the MD5 checksum in the partition\ntable.", + "id": "PARTITION_TABLE_MD5", + "name": "PARTITION_TABLE_MD5", + "range": null, + "title": "Generate an MD5 checksum for the partition table", + "type": "bool" + } + ], + "depends_on": null, + "id": "partition-table", + "title": "Partition Table", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_DEFAULT", + "name": "COMPILER_OPTIMIZATION_DEFAULT", + "range": null, + "title": "Debug (-Og)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_SIZE", + "name": "COMPILER_OPTIMIZATION_SIZE", + "range": null, + "title": "Optimize for size (-Os)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_PERF", + "name": "COMPILER_OPTIMIZATION_PERF", + "range": null, + "title": "Optimize for performance (-O2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_OPTIMIZATION_NONE", + "name": "COMPILER_OPTIMIZATION_NONE", + "range": null, + "title": "Debug without optimization (-O0)", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "id": "compiler-options-optimization-level", + "name": "COMPILER_OPTIMIZATION", + "title": "Optimization Level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Enable assertions. Assertion content and line number will be printed on failure.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable silent assertions. Failed assertions will abort(), user needs to\nuse the aborting address to find the line number with the failed assertion.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT", + "range": null, + "title": "Silent (saves code size)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "If assertions are disabled, -DNDEBUG is added to CPPFLAGS.", + "id": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "name": "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "range": null, + "title": "Disabled (sets -DNDEBUG)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Assertions can be:\n\n- Enabled. Failure will print verbose assertion details. This is the default.\n\n- Set to \"silent\" to save code size (failed assertions will abort() but user\n needs to use the aborting address to find the line number with the failed assertion.)\n\n- Disabled entirely (not recommended for most configurations.) -DNDEBUG is added\n to CPPFLAGS in this case.", + "id": "compiler-options-assertion-level", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "title": "Assertion level", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "name": "COMPILER_FLOAT_LIB_FROM_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_RVFPLIB && ", + "help": null, + "id": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "name": "COMPILER_FLOAT_LIB_FROM_RVFPLIB", + "range": null, + "title": "librvfp", + "type": "bool" + } + ], + "depends_on": null, + "help": "In the soft-fp part of libgcc, riscv version is written in C,\nand handles all edge cases in IEEE754, which makes it larger\nand performance is slow.\n\nRVfplib is an optimized RISC-V library for FP arithmetic on 32-bit\ninteger processors, for single and double-precision FP.\nRVfplib is \"fast\", but it has a few exceptions from IEEE 754 compliance.", + "id": "compiler-options-compiler-float-lib-source", + "name": "COMPILER_FLOAT_LIB_FROM", + "title": "Compiler float lib source", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "name": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the error messages will be discarded in following check macros:\n- ESP_RETURN_ON_ERROR\n- ESP_EXIT_ON_ERROR\n- ESP_RETURN_ON_FALSE\n- ESP_EXIT_ON_FALSE", + "id": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "name": "COMPILER_OPTIMIZATION_CHECKS_SILENT", + "range": null, + "title": "Disable messages in ESP_RETURN_ON_* and ESP_EXIT_ON_* macros", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When expanding the __FILE__ and __BASE_FILE__ macros, replace paths inside ESP-IDF\nwith paths relative to the placeholder string \"IDF\", and convert paths inside the\nproject directory to relative paths.\n\nThis allows building the project with assertions or other code that embeds file paths,\nwithout the binary containing the exact path to the IDF or project directories.\n\nThis option passes -fmacro-prefix-map options to the GCC command line. To replace additional\npaths in your binaries, modify the project CMakeLists.txt file to pass custom -fmacro-prefix-map or\n-ffile-prefix-map arguments.", + "id": "COMPILER_HIDE_PATHS_MACROS", + "is_menuconfig": true, + "name": "COMPILER_HIDE_PATHS_MACROS", + "range": null, + "title": "Replace ESP-IDF and project paths in binaries", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_CXX_EXCEPTIONS", + "help": "Size (in bytes) of the emergency memory pool for C++ exceptions. This pool will be used to allocate\nmemory for thrown exceptions when there is not enough memory on the heap.", + "id": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "name": "COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE", + "range": null, + "title": "Emergency Pool Size", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option compiles all IDF C++ files with exception support enabled.\n\nDisabling this option disables C++ exception support in all compiled files, and any libstdc++ code\nwhich throws an exception will abort instead.\n\nEnabling this option currently adds an additional ~500 bytes of heap overhead\nwhen an exception is thrown in user code for the first time.", + "id": "COMPILER_CXX_EXCEPTIONS", + "is_menuconfig": true, + "name": "COMPILER_CXX_EXCEPTIONS", + "range": null, + "title": "Enable C++ exceptions", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option compiles all C++ files with RTTI support enabled.\nThis increases binary size (typically by tens of kB) but allows using\ndynamic_cast conversion and typeid operator.", + "id": "COMPILER_CXX_RTTI", + "name": "COMPILER_CXX_RTTI", + "range": null, + "title": "Enable C++ run-time type info (RTTI)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NONE", + "name": "COMPILER_STACK_CHECK_MODE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_NORM", + "name": "COMPILER_STACK_CHECK_MODE_NORM", + "range": null, + "title": "Normal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_STRONG", + "name": "COMPILER_STACK_CHECK_MODE_STRONG", + "range": null, + "title": "Strong", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "COMPILER_STACK_CHECK_MODE_ALL", + "name": "COMPILER_STACK_CHECK_MODE_ALL", + "range": null, + "title": "Overall", + "type": "bool" + } + ], + "depends_on": null, + "help": "Stack smashing protection mode. Emit extra code to check for buffer overflows, such as stack\nsmashing attacks. This is done by adding a guard variable to functions with vulnerable objects.\nThe guards are initialized when a function is entered and then checked when the function exits.\nIf a guard check fails, program is halted. Protection has the following modes:\n\n- In NORMAL mode (GCC flag: -fstack-protector) only functions that call alloca, and functions with\n buffers larger than 8 bytes are protected.\n\n- STRONG mode (GCC flag: -fstack-protector-strong) is like NORMAL, but includes additional functions\n to be protected -- those that have local array definitions, or have references to local frame\n addresses.\n\n- In OVERALL mode (GCC flag: -fstack-protector-all) all functions are protected.\n\nModes have the following impact on code performance and coverage:\n\n- performance: NORMAL > STRONG > OVERALL\n\n- coverage: NORMAL < STRONG < OVERALL\n\nThe performance impact includes increasing the amount of stack memory required for each task.", + "id": "compiler-options-stack-smashing-protection-mode", + "name": "COMPILER_STACK_CHECK_MODE", + "title": "Stack smashing protection mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Stack smashing protection.", + "id": "COMPILER_STACK_CHECK", + "name": "COMPILER_STACK_CHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Adds -Wwrite-strings flag for the C/C++ compilers.\n\nFor C, this gives string constants the type ``const char[]`` so that\ncopying the address of one into a non-const ``char *`` pointer\nproduces a warning. This warning helps to find at compile time code\nthat tries to write into a string constant.\n\nFor C++, this warns about the deprecated conversion from string\nliterals to ``char *``.", + "id": "COMPILER_WARN_WRITE_STRINGS", + "name": "COMPILER_WARN_WRITE_STRINGS", + "range": null, + "title": "Enable -Wwrite-strings warning flag", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Adds -msave-restore to C/C++ compilation flags.\n\nWhen this flag is enabled, compiler will call library functions to\nsave/restore registers in function prologues/epilogues. This results\nin lower overall code size, at the expense of slightly reduced performance.\n\nThis option can be enabled for RISC-V targets only.", + "id": "COMPILER_SAVE_RESTORE_LIBCALLS", + "name": "COMPILER_SAVE_RESTORE_LIBCALLS", + "range": null, + "title": "Enable -msave-restore flag to reduce code size", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 12 or newer, and want to disable warnings which don't appear with\nGCC 11.", + "id": "COMPILER_DISABLE_GCC12_WARNINGS", + "name": "COMPILER_DISABLE_GCC12_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 12", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, RTL files will be produced during compilation. These files\ncan be used by other tools, for example to calculate call graphs.", + "id": "COMPILER_DUMP_RTL_FILES", + "name": "COMPILER_DUMP_RTL_FILES", + "range": null, + "title": "Dump RTL files during compilation", + "type": "bool" + } + ], + "depends_on": null, + "id": "compiler-options", + "title": "Compiler options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_JTAG", + "name": "APPTRACE_DEST_JTAG", + "range": null, + "title": "JTAG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_NONE", + "name": "APPTRACE_DEST_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select destination for application trace: JTAG or none (to disable).", + "id": "component-config-application-level-tracing-data-destination-1", + "name": "APPTRACE_DESTINATION1", + "title": "Data Destination 1", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APPTRACE_DEST_UART", + "name": "APPTRACE_DEST_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "APPTRACE_DEST_UART_NOUSB", + "name": "APPTRACE_DEST_UART_NOUSB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 0 && ", + "help": null, + "id": "APPTRACE_DEST_UART0", + "name": "APPTRACE_DEST_UART0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 1 && ", + "help": null, + "id": "APPTRACE_DEST_UART1", + "name": "APPTRACE_DEST_UART1", + "range": null, + "title": "UART1", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_NUM != 2 && SOC_UART_NUM > 2 && ", + "help": null, + "id": "APPTRACE_DEST_UART2", + "name": "APPTRACE_DEST_UART2", + "range": null, + "title": "UART2", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_CDC && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) && !USB_ENABLED && ", + "help": null, + "id": "APPTRACE_DEST_USB_CDC", + "name": "APPTRACE_DEST_USB_CDC", + "range": null, + "title": "USB_CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_DEST_UART_NONE", + "name": "APPTRACE_DEST_UART_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select destination for application trace: UART(XX) or none (to disable).", + "id": "component-config-application-level-tracing-data-destination-2", + "name": "APPTRACE_DESTINATION2", + "title": "Data Destination 2", + "type": "choice" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART_NOUSB", + "help": "This GPIO is used for UART TX pin.", + "id": "APPTRACE_UART_TX_GPIO", + "name": "APPTRACE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART_NOUSB", + "help": "This GPIO is used for UART RX pin.", + "id": "APPTRACE_UART_RX_GPIO", + "name": "APPTRACE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "This baud rate is used for UART.\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.", + "id": "APPTRACE_UART_BAUDRATE", + "name": "APPTRACE_UART_BAUDRATE", + "range": null, + "title": "UART baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Size of the UART input ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.\nThe data placed to this buffer before sent out to the interface.", + "id": "APPTRACE_UART_RX_BUFF_SIZE", + "name": "APPTRACE_UART_RX_BUFF_SIZE", + "range": null, + "title": "UART RX ring buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Size of the UART output ring buffer.\nThis size related to the baudrate, system tick frequency and amount of data to transfer.", + "id": "APPTRACE_UART_TX_BUFF_SIZE", + "name": "APPTRACE_UART_TX_BUFF_SIZE", + "range": null, + "title": "UART TX ring buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART", + "help": "Maximum size of the single message to transfer.", + "id": "APPTRACE_UART_TX_MSG_SIZE", + "name": "APPTRACE_UART_TX_MSG_SIZE", + "range": null, + "title": "UART TX message size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "UART task priority. In case of high events rate,\nthis parameter could be changed up to (configMAX_PRIORITIES-1).", + "id": "APPTRACE_UART_TASK_PRIO", + "name": "APPTRACE_UART_TASK_PRIO", + "range": [ + 1, + 32 + ], + "title": "UART Task Priority", + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_XTENSA && !ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Enables/disable TRAX tracing HW.", + "id": "APPTRACE_DEST_TRAX", + "name": "APPTRACE_DEST_TRAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable swapping memory buffers tracing protocol.", + "id": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "name": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable application tracing module.", + "id": "APPTRACE_ENABLE", + "name": "APPTRACE_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable application tracing module internal sync lock.", + "id": "APPTRACE_LOCK_ENABLE", + "name": "APPTRACE_LOCK_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_ENABLE", + "help": "Timeout for flushing last trace data to host in case of panic. In ms.\nUse -1 to disable timeout and wait forever.", + "id": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "name": "APPTRACE_ONPANIC_HOST_FLUSH_TMO", + "range": null, + "title": "Timeout for flushing last trace data to host on panic", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_ENABLE", + "help": "Threshold for flushing last trace data to host on panic in post-mortem mode.\nThis is minimal amount of data needed to perform flush. In bytes.", + "id": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "name": "APPTRACE_POSTMORTEM_FLUSH_THRESH", + "range": null, + "title": "Threshold for flushing last trace data to host on panic", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE && !APPTRACE_DEST_TRAX", + "help": "Size of the memory buffer for trace data in bytes.", + "id": "APPTRACE_BUF_SIZE", + "name": "APPTRACE_BUF_SIZE", + "range": null, + "title": "Size of the apptrace buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_MEMBUFS_APPTRACE_PROTO_ENABLE", + "help": "Size of the buffer for events in bytes. It is useful for buffering events from\nthe time critical code (scheduler, ISRs etc). If this parameter is 0 then\nevents will be discarded when main HW buffer is full.", + "id": "APPTRACE_PENDING_DATA_SIZE_MAX", + "name": "APPTRACE_PENDING_DATA_SIZE_MAX", + "range": null, + "title": "Size of the pending data buffer", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!PM_ENABLE && !APPTRACE_DEST_NONE && ", + "help": "Send SEGGER SystemView events through JTAG interface.", + "id": "APPTRACE_SV_DEST_JTAG", + "name": "APPTRACE_SV_DEST_JTAG", + "range": null, + "title": "Data destination JTAG", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_DEST_UART && ", + "help": "Send SEGGER SystemView events through UART interface.", + "id": "APPTRACE_SV_DEST_UART", + "name": "APPTRACE_SV_DEST_UART", + "range": null, + "title": "Data destination UART", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "SystemView witt transfer data trough defined interface.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-systemview-tracing-enable-systemview-destination", + "name": "APPTRACE_SV_DEST", + "title": "SystemView destination", + "type": "choice" + } + ], + "depends_on": "APPTRACE_ENABLE && APPTRACE_ENABLE", + "help": "Enables supporrt for SEGGER SystemView tracing functionality.", + "id": "APPTRACE_SV_ENABLE", + "name": "APPTRACE_SV_ENABLE", + "range": null, + "title": "SystemView Tracing Enable", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Send SEGGER SystemView events for Pro CPU.", + "id": "APPTRACE_SV_DEST_CPU_0", + "name": "APPTRACE_SV_DEST_CPU_0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Send SEGGER SystemView events for App CPU.", + "id": "APPTRACE_SV_DEST_CPU_1", + "name": "APPTRACE_SV_DEST_CPU_1", + "range": null, + "title": "CPU1", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_DEST_UART && !FREERTOS_UNICORE && APPTRACE_ENABLE", + "help": "Define the CPU to trace by SystemView.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-cpu-to-trace", + "name": "APPTRACE_SV_CPU", + "title": "CPU to trace", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_UNICORE && !PM_ENABLE && !IDF_TARGET_ESP32C3 && ", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_CCOUNT", + "name": "APPTRACE_SV_TS_SOURCE_CCOUNT", + "range": null, + "title": "CPU cycle counter (CCOUNT)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!PM_ENABLE && !IDF_TARGET_ESP32C3 && ", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_GPTIMER", + "name": "APPTRACE_SV_TS_SOURCE_GPTIMER", + "range": null, + "title": "General Purpose Timer (Timer Group)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "APPTRACE_SV_TS_SOURCE_ESP_TIMER", + "name": "APPTRACE_SV_TS_SOURCE_ESP_TIMER", + "range": null, + "title": "esp_timer high resolution timer", + "type": "bool" + } + ], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "SystemView needs to use a hardware timer as the source of timestamps\nwhen tracing. This option selects the timer for it.", + "id": "component-config-application-level-tracing-freertos-systemview-tracing-timer-to-use-as-timestamp-source", + "name": "APPTRACE_SV_TS_SOURCE", + "title": "Timer to use as timestamp source", + "type": "choice" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Configures maximum supported tasks in sysview debug", + "id": "APPTRACE_SV_MAX_TASKS", + "name": "APPTRACE_SV_MAX_TASKS", + "range": null, + "title": "Maximum supported tasks", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Configures timeout (in us) to wait for free space in trace buffer.\nSet to -1 to wait forever and avoid lost events.", + "id": "APPTRACE_SV_BUF_WAIT_TMO", + "name": "APPTRACE_SV_BUF_WAIT_TMO", + "range": null, + "title": "Trace buffer wait timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Trace Buffer Overflow\" event.", + "id": "APPTRACE_SV_EVT_OVERFLOW_ENABLE", + "name": "APPTRACE_SV_EVT_OVERFLOW_ENABLE", + "range": null, + "title": "Trace Buffer Overflow Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Enter\" event.", + "id": "APPTRACE_SV_EVT_ISR_ENTER_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_ENTER_ENABLE", + "range": null, + "title": "ISR Enter Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR Exit\" event.", + "id": "APPTRACE_SV_EVT_ISR_EXIT_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_EXIT_ENABLE", + "range": null, + "title": "ISR Exit Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"ISR to Scheduler\" event.", + "id": "APPTRACE_SV_EVT_ISR_TO_SCHED_ENABLE", + "name": "APPTRACE_SV_EVT_ISR_TO_SCHED_ENABLE", + "range": null, + "title": "ISR Exit to Scheduler Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Execution\" event.", + "id": "APPTRACE_SV_EVT_TASK_START_EXEC_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_START_EXEC_ENABLE", + "range": null, + "title": "Task Start Execution Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Execution\" event.", + "id": "APPTRACE_SV_EVT_TASK_STOP_EXEC_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_STOP_EXEC_ENABLE", + "range": null, + "title": "Task Stop Execution Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Start Ready State\" event.", + "id": "APPTRACE_SV_EVT_TASK_START_READY_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_START_READY_ENABLE", + "range": null, + "title": "Task Start Ready State Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Stop Ready State\" event.", + "id": "APPTRACE_SV_EVT_TASK_STOP_READY_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_STOP_READY_ENABLE", + "range": null, + "title": "Task Stop Ready State Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Create\" event.", + "id": "APPTRACE_SV_EVT_TASK_CREATE_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_CREATE_ENABLE", + "range": null, + "title": "Task Create Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Task Terminate\" event.", + "id": "APPTRACE_SV_EVT_TASK_TERMINATE_ENABLE", + "name": "APPTRACE_SV_EVT_TASK_TERMINATE_ENABLE", + "range": null, + "title": "Task Terminate Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"System Idle\" event.", + "id": "APPTRACE_SV_EVT_IDLE_ENABLE", + "name": "APPTRACE_SV_EVT_IDLE_ENABLE", + "range": null, + "title": "System Idle Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Enter\" event.", + "id": "APPTRACE_SV_EVT_TIMER_ENTER_ENABLE", + "name": "APPTRACE_SV_EVT_TIMER_ENTER_ENABLE", + "range": null, + "title": "Timer Enter Event", + "type": "bool" + }, + { + "children": [], + "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", + "help": "Enables \"Timer Exit\" event.", + "id": "APPTRACE_SV_EVT_TIMER_EXIT_ENABLE", + "name": "APPTRACE_SV_EVT_TIMER_EXIT_ENABLE", + "range": null, + "title": "Timer Exit Event", + "type": "bool" + } + ], + "depends_on": "APPTRACE_ENABLE", + "id": "component-config-application-level-tracing-freertos-systemview-tracing", + "title": "FreeRTOS SystemView Tracing", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "APPTRACE_GCOV_ENABLE", + "help": "Configures stack size of Gcov dump task", + "id": "APPTRACE_GCOV_DUMP_TASK_STACK_SIZE", + "name": "APPTRACE_GCOV_DUMP_TASK_STACK_SIZE", + "range": null, + "title": "Gcov dump task stack size", + "type": "int" + } + ], + "depends_on": "APPTRACE_ENABLE && !APPTRACE_SV_ENABLE", + "help": "Enables support for GCOV data transfer to host.", + "id": "APPTRACE_GCOV_ENABLE", + "name": "APPTRACE_GCOV_ENABLE", + "range": null, + "title": "GCOV to Host Enable", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-application-level-tracing", + "title": "Application Level Tracing", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED && ", + "help": "This option is recommended for classic Bluetooth or for dual-mode\nusecases", + "id": "BT_BLUEDROID_ENABLED", + "name": "BT_BLUEDROID_ENABLED", + "range": null, + "title": "Bluedroid - Dual-mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option is recommended for BLE only usecases to save on memory", + "id": "BT_NIMBLE_ENABLED", + "name": "BT_NIMBLE_ENABLED", + "range": null, + "title": "NimBLE - BLE only", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_BT_SUPPORTED && ", + "help": "This option is recommended when you want to communicate directly with the\ncontroller (without any host) or when you are using any other host stack\nnot supported by Espressif (not mentioned here).", + "id": "BT_CONTROLLER_ONLY", + "name": "BT_CONTROLLER_ONLY", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This helps to choose Bluetooth host stack", + "id": "component-config-bluetooth-bluetooth-host", + "name": "BT_HOST", + "title": "Host", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_BT_SUPPORTED && ", + "help": "This option is recommended for Bluetooth controller usecases", + "id": "BT_CONTROLLER_ENABLED", + "name": "BT_CONTROLLER_ENABLED", + "range": null, + "title": "Enabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option is recommended for Bluetooth Host only usecases", + "id": "BT_CONTROLLER_DISABLED", + "name": "BT_CONTROLLER_DISABLED", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This helps to choose Bluetooth controller stack", + "id": "component-config-bluetooth-bluetooth-controller", + "name": "BT_CONTROLLER", + "title": "Controller", + "type": "choice" + } + ], + "depends_on": "!APP_NO_BLOBS", + "help": "Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.", + "id": "BT_ENABLED", + "name": "BT_ENABLED", + "range": null, + "title": "Bluetooth", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select btc task stack size", + "id": "BT_BTC_TASK_STACK_SIZE", + "name": "BT_BTC_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth event (callback to application) task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_0", + "name": "BT_BLUEDROID_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE_1", + "name": "BT_BLUEDROID_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !FREERTOS_UNICORE && BT_BLUEDROID_ENABLED", + "help": "Which the cpu core to run Bluedroid. Can choose core0 and core1.\nCan not specify no-affinity.", + "id": "component-config-bluetooth-bluedroid-options-the-cpu-core-which-bluedroid-run", + "name": "BT_BLUEDROID_PINNED_TO_CORE_CHOICE", + "title": "The cpu core which Bluedroid run", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_BLUEDROID_PINNED_TO_CORE", + "name": "BT_BLUEDROID_PINNED_TO_CORE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select btu task stack size", + "id": "BT_BTU_TASK_STACK_SIZE", + "name": "BT_BTU_TASK_STACK_SIZE", + "range": null, + "title": "Bluetooth Bluedroid Host Stack task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluedroid memory debug", + "id": "BT_BLUEDROID_MEM_DEBUG", + "name": "BT_BLUEDROID_MEM_DEBUG", + "range": null, + "title": "Bluedroid memory debug", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables functionalities of Host qualification for Classic Bluetooth.", + "id": "BT_CLASSIC_BQB_ENABLED", + "name": "BT_CLASSIC_BQB_ENABLED", + "range": null, + "title": "Host Qualitifcation support for Classic Bluetooth", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Advanced Audio Distribution Profile", + "id": "BT_A2DP_ENABLE", + "name": "BT_A2DP_ENABLE", + "range": null, + "title": "A2DP", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the Serial Port Profile", + "id": "BT_SPP_ENABLED", + "name": "BT_SPP_ENABLED", + "range": null, + "title": "SPP", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the Logical Link Control and Adaptation Layer Protocol.\nOnly supported classic bluetooth.", + "id": "BT_L2CAP_ENABLED", + "name": "BT_L2CAP_ENABLED", + "range": null, + "title": "BT L2CAP", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_HFP_CLIENT_ENABLE", + "name": "BT_HFP_CLIENT_ENABLE", + "range": null, + "title": "Hands Free Unit", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_HFP_AG_ENABLE", + "name": "BT_HFP_AG_ENABLE", + "range": null, + "title": "Audio Gateway", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_PCM", + "name": "BT_HFP_AUDIO_DATA_PATH_PCM", + "range": null, + "title": "PCM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_HFP_AUDIO_DATA_PATH_HCI", + "name": "BT_HFP_AUDIO_DATA_PATH_HCI", + "range": null, + "title": "HCI", + "type": "bool" + } + ], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "SCO data path, i.e. HCI or PCM. This option is set using API\n\"esp_bredr_sco_datapath_set\" in Bluetooth host. Default SCO data\npath can also be set in Bluetooth Controller.", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-audio-sco-data-path", + "name": "BT_HFP_AUDIO_DATA_PATH", + "title": "audio(SCO) data path", + "type": "choice" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Hands Free Unit and Audio Gateway can be included simultaneously\nbut they cannot run simultaneously due to internal limitations.", + "id": "BT_HFP_ENABLE", + "is_menuconfig": true, + "name": "BT_HFP_ENABLE", + "range": null, + "title": "Hands Free/Handset Profile", + "type": "menu" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && IDF_TARGET_ESP32 && BT_BLUEDROID_ENABLED", + "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", + "id": "BT_CLASSIC_ENABLED", + "name": "BT_CLASSIC_ENABLED", + "range": null, + "title": "Classic Bluetooth", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HFP_AUDIO_DATA_PATH_HCI && BT_BLUEDROID_ENABLED", + "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmitted via GPIOs.", + "id": "BT_HFP_WBS_ENABLE", + "name": "BT_HFP_WBS_ENABLE", + "range": null, + "title": "Wide Band Speech", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID Host", + "id": "BT_HID_HOST_ENABLED", + "name": "BT_HID_HOST_ENABLED", + "range": null, + "title": "Classic BT HID Host", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID Device", + "id": "BT_HID_DEVICE_ENABLED", + "name": "BT_HID_DEVICE_ENABLED", + "range": null, + "title": "Classic BT HID Device", + "type": "bool" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID Host", + "id": "BT_HID_ENABLED", + "is_menuconfig": true, + "name": "BT_HID_ENABLED", + "range": null, + "title": "Classic BT HID", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the Secure Simple Pairing. If disable this option,\nBluedroid will only support Legacy Pairing", + "id": "BT_SSP_ENABLED", + "name": "BT_SSP_ENABLED", + "range": null, + "title": "Secure Simple Pairing", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This enables \"Peripheral Preferred Connection Parameters\" characteristic (UUID: 0x2A04) in GAP service that has\nconnection parameters like min/max connection interval, slave latency and supervision timeout multiplier", + "id": "BT_GATTS_PPCP_CHAR_GAP", + "name": "BT_GATTS_PPCP_CHAR_GAP", + "range": null, + "title": "Enable Peripheral Preferred Connection Parameters characteristic in GAP service", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app does not require blufi function.", + "id": "BT_BLE_BLUFI_ENABLE", + "name": "BT_BLE_BLUFI_ENABLE", + "range": null, + "title": "Include blufi function", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum GATT Server Profiles Count", + "id": "BT_GATT_MAX_SR_PROFILES", + "name": "BT_GATT_MAX_SR_PROFILES", + "range": null, + "title": "Max GATT Server Profiles", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum GATT Service Attributes Count", + "id": "BT_GATT_MAX_SR_ATTRIBUTES", + "name": "BT_GATT_MAX_SR_ATTRIBUTES", + "range": null, + "title": "Max GATT Service Attributes", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Manually send service change indication through API esp_ble_gatts_send_service_change_indication()", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MANUAL", + "range": null, + "title": "GATTS manually send service change indication", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Let Bluedroid handle the service change indication internally", + "id": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_AUTO", + "range": null, + "title": "GATTS automatically send service change indication", + "type": "bool" + } + ], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Service change indication mode for GATT Server.", + "id": "component-config-bluetooth-bluedroid-options-bluetooth-low-energy-include-gatt-server-module-gatts--gatts-service-change-mode", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "title": "GATTS Service Change Mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "name": "BT_GATTS_SEND_SERVICE_CHANGE_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This option enables the GATT robust caching feature on the server.\nif turned on, the Client Supported Features characteristic, Database Hash characteristic,\nand Server Supported Features characteristic will be included in the GAP SERVICE.", + "id": "BT_GATTS_ROBUST_CACHING_ENABLED", + "name": "BT_GATTS_ROBUST_CACHING_ENABLED", + "range": null, + "title": "Enable Robust Caching on Server Side", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Enabling this option allows remote GATT clients to write device name", + "id": "BT_GATTS_DEVICE_NAME_WRITABLE", + "name": "BT_GATTS_DEVICE_NAME_WRITABLE", + "range": null, + "title": "Allow to write device name by GATT clients", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Enabling this option allows remote GATT clients to write appearance", + "id": "BT_GATTS_APPEARANCE_WRITABLE", + "name": "BT_GATTS_APPEARANCE_WRITABLE", + "range": null, + "title": "Allow to write appearance by GATT clients", + "type": "bool" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be disabled when the app work only on gatt client mode", + "id": "BT_GATTS_ENABLE", + "name": "BT_GATTS_ENABLE", + "range": null, + "title": "Include GATT server module(GATTS)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Maximum GATTC cache characteristic count", + "id": "BT_GATTC_MAX_CACHE_CHAR", + "name": "BT_GATTC_MAX_CACHE_CHAR", + "range": null, + "title": "Max gattc cache characteristic for discover", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Maximum GATTC notify(indication) register number", + "id": "BT_GATTC_NOTIF_REG_MAX", + "name": "BT_GATTC_NOTIF_REG_MAX", + "range": null, + "title": "Max gattc notify(indication) register number", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This select can save gattc cache data to nvs flash", + "id": "BT_GATTC_CACHE_NVS_FLASH", + "name": "BT_GATTC_CACHE_NVS_FLASH", + "range": null, + "title": "Save gattc cache data to nvs flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "The number of attempts to reconnect if the connection establishment failed", + "id": "BT_GATTC_CONNECT_RETRY_COUNT", + "name": "BT_GATTC_CONNECT_RETRY_COUNT", + "range": null, + "title": "The number of attempts to reconnect if the connection establishment failed", + "type": "int" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app work only on gatt server mode", + "id": "BT_GATTC_ENABLE", + "name": "BT_GATTC_ENABLE", + "range": null, + "title": "Include GATT client module(GATTC)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "In order to reduce the pairing time, slave actively initiates connection parameters\nupdate during pairing.", + "id": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "name": "BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE", + "range": null, + "title": "Slave enable connection parameters update during pairing", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_BLE_SMP_ID_RESET_ENABLE", + "name": "BT_BLE_SMP_ID_RESET_ENABLE", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "This select can save SMP bonding keys to nvs flash", + "id": "BT_BLE_SMP_BOND_NVS_FLASH", + "name": "BT_BLE_SMP_BOND_NVS_FLASH", + "range": null, + "title": "Save SMP bonding keys to nvs flash", + "type": "bool" + } + ], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This option can be close when the app not used the ble security connect.", + "id": "BT_BLE_SMP_ENABLE", + "name": "BT_BLE_SMP_ENABLE", + "range": null, + "title": "Include BLE security module(SMP)", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables Bluetooth Low Energy", + "id": "BT_BLE_ENABLED", + "name": "BT_BLE_ENABLED", + "range": null, + "title": "Bluetooth Low Energy", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can save the rodata code size", + "id": "BT_STACK_NO_LOG", + "name": "BT_STACK_NO_LOG", + "range": null, + "title": "Disable BT debug logs (minimize bin size)", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "name": "BT_LOG_HCI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HCI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HCI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_API", + "name": "BT_LOG_HCI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HCI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HCI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HCI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for HCI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hci-layer", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "title": "HCI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_HCI_TRACE_LEVEL", + "name": "BT_LOG_HCI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_API", + "name": "BT_LOG_BTM_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btm-layer", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "title": "BTM layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTM_TRACE_LEVEL", + "name": "BT_LOG_BTM_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_L2CAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for L2CAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-l2cap-layer", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "title": "L2CAP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_L2CAP_TRACE_LEVEL", + "name": "BT_LOG_L2CAP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for RFCOMM layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-rfcomm-layer", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "title": "RFCOMM layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_RFCOMM_TRACE_LEVEL", + "name": "BT_LOG_RFCOMM_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SDP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SDP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SDP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_API", + "name": "BT_LOG_SDP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SDP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SDP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SDP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for SDP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-sdp-layer", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "title": "SDP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_SDP_TRACE_LEVEL", + "name": "BT_LOG_SDP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "name": "BT_LOG_GAP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GAP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GAP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_API", + "name": "BT_LOG_GAP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GAP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GAP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GAP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for GAP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gap-layer", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "title": "GAP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_GAP_TRACE_LEVEL", + "name": "BT_LOG_GAP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BNEP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BNEP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_API", + "name": "BT_LOG_BNEP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BNEP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BNEP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BNEP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BNEP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-bnep-layer", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "title": "BNEP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BNEP_TRACE_LEVEL", + "name": "BT_LOG_BNEP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "name": "BT_LOG_PAN_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "name": "BT_LOG_PAN_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "name": "BT_LOG_PAN_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_API", + "name": "BT_LOG_PAN_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "name": "BT_LOG_PAN_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_PAN_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_PAN_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for PAN layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-pan-layer", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "title": "PAN layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_PAN_TRACE_LEVEL", + "name": "BT_LOG_PAN_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "name": "BT_LOG_A2D_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "name": "BT_LOG_A2D_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "name": "BT_LOG_A2D_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_API", + "name": "BT_LOG_A2D_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "name": "BT_LOG_A2D_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_A2D_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_A2D_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for A2D layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-a2d-layer", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "title": "A2D layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_A2D_TRACE_LEVEL", + "name": "BT_LOG_A2D_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVDT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVDT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_API", + "name": "BT_LOG_AVDT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVDT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVDT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVDT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVDT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avdt-layer", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "title": "AVDT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVDT_TRACE_LEVEL", + "name": "BT_LOG_AVDT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVCT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVCT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_API", + "name": "BT_LOG_AVCT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVCT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVCT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVCT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVCT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avct-layer", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "title": "AVCT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVCT_TRACE_LEVEL", + "name": "BT_LOG_AVCT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_AVRC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_AVRC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_API", + "name": "BT_LOG_AVRC_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_AVRC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_AVRC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_AVRC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for AVRC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-avrc-layer", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "title": "AVRC layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_AVRC_TRACE_LEVEL", + "name": "BT_LOG_AVRC_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "name": "BT_LOG_MCA_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "name": "BT_LOG_MCA_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "name": "BT_LOG_MCA_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_API", + "name": "BT_LOG_MCA_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "name": "BT_LOG_MCA_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_MCA_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_MCA_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for MCA layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-mca-layer", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "title": "MCA layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_MCA_TRACE_LEVEL", + "name": "BT_LOG_MCA_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_NONE", + "name": "BT_LOG_HID_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "name": "BT_LOG_HID_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "name": "BT_LOG_HID_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_API", + "name": "BT_LOG_HID_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "name": "BT_LOG_HID_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_HID_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_HID_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for HID layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-hid-layer", + "name": "BT_LOG_HID_TRACE_LEVEL", + "title": "HID layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_HID_TRACE_LEVEL", + "name": "BT_LOG_HID_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "name": "BT_LOG_APPL_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "name": "BT_LOG_APPL_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "name": "BT_LOG_APPL_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_API", + "name": "BT_LOG_APPL_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "name": "BT_LOG_APPL_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_APPL_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_APPL_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for APPL layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-appl-layer", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "title": "APPL layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_APPL_TRACE_LEVEL", + "name": "BT_LOG_APPL_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "name": "BT_LOG_GATT_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "name": "BT_LOG_GATT_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "name": "BT_LOG_GATT_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_API", + "name": "BT_LOG_GATT_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "name": "BT_LOG_GATT_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_GATT_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_GATT_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for GATT layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-gatt-layer", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "title": "GATT layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_GATT_TRACE_LEVEL", + "name": "BT_LOG_GATT_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "name": "BT_LOG_SMP_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "name": "BT_LOG_SMP_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "name": "BT_LOG_SMP_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_API", + "name": "BT_LOG_SMP_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "name": "BT_LOG_SMP_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_SMP_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_SMP_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for SMP layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-smp-layer", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "title": "SMP layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_SMP_TRACE_LEVEL", + "name": "BT_LOG_SMP_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTIF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTIF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_API", + "name": "BT_LOG_BTIF_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTIF_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTIF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTIF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTIF layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btif-layer", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "title": "BTIF layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTIF_TRACE_LEVEL", + "name": "BT_LOG_BTIF_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "name": "BT_LOG_BTC_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BTC_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BTC_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_API", + "name": "BT_LOG_BTC_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BTC_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BTC_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BTC_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BTC layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-btc-layer", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "title": "BTC layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BTC_TRACE_LEVEL", + "name": "BT_LOG_BTC_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "name": "BT_LOG_OSI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_OSI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_OSI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_API", + "name": "BT_LOG_OSI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_OSI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_OSI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_OSI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for OSI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-osi-layer", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "title": "OSI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_OSI_TRACE_LEVEL", + "name": "BT_LOG_OSI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_API", + "range": null, + "title": "API", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_EVENT", + "range": null, + "title": "EVENT", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "name": "BT_LOG_BLUFI_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": "Define BT trace level for BLUFI layer", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level-blufi-layer", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "title": "BLUFI layer", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_LOG_BLUFI_TRACE_LEVEL", + "name": "BT_LOG_BLUFI_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED && !BT_STACK_NO_LOG && BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options-bt-debug-log-level", + "title": "BT DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Maximum BT/BLE connection count. The ESP32-C3/S3 chip supports a maximum of 10 instances,\nincluding ADV, SCAN and connections. The ESP32-C3/S3 chip can connect up to 9 devices if\nADV or SCAN uses only one. If ADV and SCAN are both used, The ESP32-C3/S3 chip is connected\nto a maximum of 8 devices. Because Bluetooth cannot reclaim used instances once ADV or SCAN\nis used.", + "id": "BT_ACL_CONNECTIONS", + "name": "BT_ACL_CONNECTIONS", + "range": null, + "title": "BT/BLE MAX ACL CONNECTIONS(1~9)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Enable this option if there are multiple connections", + "id": "BT_MULTI_CONNECTION_ENBALE", + "name": "BT_MULTI_CONNECTION_ENBALE", + "range": null, + "title": "Enable BLE multi-connections", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can save the internal RAM if there have the PSRAM", + "id": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "name": "BT_ALLOCATION_FROM_SPIRAM_FIRST", + "range": null, + "title": "BT/BLE will first malloc the memory from the PSRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This select can make the allocation of memory will become more flexible", + "id": "BT_BLE_DYNAMIC_ENV_MEMORY", + "name": "BT_BLE_DYNAMIC_ENV_MEMORY", + "range": null, + "title": "Use dynamic memory allocation in BT/BLE stack", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", + "id": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "name": "BT_BLE_HOST_QUEUE_CONG_CHECK", + "range": null, + "title": "BLE queue congestion check", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_SMP_ENABLE", + "name": "BT_SMP_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "The number of security records for peer devices.", + "id": "BT_SMP_MAX_BONDS", + "name": "BT_SMP_MAX_BONDS", + "range": null, + "title": "BT/BLE maximum bond device count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Originally, when doing BLE active scan, Bluedroid will not report adv to application layer\nuntil receive scan response. This option is used to disable the behavior. When enable this option,\nBluedroid will report adv data or scan response to application layer immediately.\n\n# Memory reserved at start of DRAM for Bluetooth stack", + "id": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "name": "BT_BLE_ACT_SCAN_REP_ADV_SCAN", + "range": null, + "title": "Report adv data and scan response individually when BLE active scan", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluetooth Connection establishment maximum time, if connection time exceeds this value, the connection\nestablishment fails, ESP_GATTC_OPEN_EVT or ESP_GATTS_OPEN_EVT is triggered.", + "id": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "name": "BT_BLE_ESTAB_LINK_CONN_TOUT", + "range": null, + "title": "Timeout of BLE connection establishment", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Bluetooth Device name length shall be no larger than 248 octets, If the broadcast data cannot contain\nthe complete device name, then only the shortname will be displayed, the rest parts that can't fit in\nwill be truncated.", + "id": "BT_MAX_DEVICE_NAME_LEN", + "name": "BT_MAX_DEVICE_NAME_LEN", + "range": null, + "title": "length of bluetooth device name", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && !SOC_BLE_DEVICE_PRIVACY_SUPPORTED && BT_BLUEDROID_ENABLED", + "help": "This enables controller RPA list function.\nFor ESP32, ESP32 only support network privacy mode. If this option is enabled, ESP32 will only accept\nadvertising packets from peer devices that contain private address, HW will not receive the advertising\npackets contain identity address after IRK changed. If this option is disabled, address resolution will\nbe performed in the host, so the functions that require controller to resolve address in the white list\ncannot be used. This option is disabled by default on ESP32, please enable or disable this option according\nto your own needs.\n\nFor other BLE chips, devices support network privacy mode and device privacy mode,\nusers can switch the two modes according to their own needs. So this option is enabled by default.", + "id": "BT_BLE_RPA_SUPPORTED", + "name": "BT_BLE_RPA_SUPPORTED", + "range": null, + "title": "Update RPA to Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This set RPA timeout of Controller and Host.\nDefault is 900 s (15 minutes). Range is 1 s to 1 hour (3600 s).", + "id": "BT_BLE_RPA_TIMEOUT", + "name": "BT_BLE_RPA_TIMEOUT", + "range": null, + "title": "Timeout of resolvable private address", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 || SOC_ESP_NIMBLE_CONTROLLER) && BT_BLUEDROID_ENABLED", + "help": "Enabling this option activates BLE 5.0 features.\nThis option is universally supported in chips that support BLE, except for ESP32.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", + "id": "BT_BLE_50_FEATURES_SUPPORTED", + "name": "BT_BLE_50_FEATURES_SUPPORTED", + "range": null, + "title": "Enable BLE 5.0 features(please disable BLE 4.2 if enable BLE 5.0)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 || SOC_ESP_NIMBLE_CONTROLLER) && BT_BLUEDROID_ENABLED", + "help": "This enables BLE 4.2 features.\nThis option is universally supported by all ESP chips with BLE capabilities.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", + "id": "BT_BLE_42_FEATURES_SUPPORTED", + "name": "BT_BLE_42_FEATURES_SUPPORTED", + "range": null, + "title": "Enable BLE 4.2 features(please disable BLE 5.0 if enable BLE 4.2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_50_FEATURES_SUPPORTED && SOC_ESP_NIMBLE_CONTROLLER && BT_BLUEDROID_ENABLED", + "help": "This enables BLE periodic advertising sync transfer feature", + "id": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", + "name": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", + "range": null, + "title": "Enable BLE periodic advertising sync transfer feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_50_FEATURES_SUPPORTED && SOC_ESP_NIMBLE_CONTROLLER && BT_BLUEDROID_ENABLED", + "help": "Enable the periodic advertising enhancements", + "id": "BT_BLE_FEAT_PERIODIC_ADV_ENH", + "name": "BT_BLE_FEAT_PERIODIC_ADV_ENH", + "range": null, + "title": "Enable periodic adv enhancements(adi support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_50_FEATURES_SUPPORTED && SOC_ESP_NIMBLE_CONTROLLER && BT_BLUEDROID_ENABLED", + "help": "Enable the create sync enhancements", + "id": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "name": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "range": null, + "title": "Enable create sync enhancements(reporting disable and duplicate filtering enable support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enable BLE high duty advertising interval feature", + "id": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", + "name": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", + "range": null, + "title": "Enable BLE high duty advertising interval feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables abort when memory allocation fails", + "id": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "name": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "range": null, + "title": "Abort when memory allocation fails in BT/BLE stack", + "type": "bool" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options", + "title": "Bluedroid Options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_INTERNAL", + "range": null, + "title": "Internal memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_DEFAULT", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region.\n\nEvery unaligned (8bit or 16bit) access will result in an exception\nand incur penalty of certain clock cycles per unaligned read/write.", + "id": "BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT", + "name": "BT_NIMBLE_MEM_ALLOC_MODE_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Allocation strategy for NimBLE host stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Internal IRAM memory wherever applicable else internal DRAM", + "id": "component-config-bluetooth-nimble-options-memory-allocation-strategy", + "name": "BT_NIMBLE_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_NONE", + "name": "BT_NIMBLE_LOG_LEVEL_NONE", + "range": null, + "title": "No logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_ERROR", + "name": "BT_NIMBLE_LOG_LEVEL_ERROR", + "range": null, + "title": "Error logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_WARNING", + "name": "BT_NIMBLE_LOG_LEVEL_WARNING", + "range": null, + "title": "Warning logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_INFO", + "name": "BT_NIMBLE_LOG_LEVEL_INFO", + "range": null, + "title": "Info logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL_DEBUG", + "name": "BT_NIMBLE_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug logs", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Select NimBLE log level. Please make a note that the selected NimBLE log\nverbosity can not exceed the level set in \"Component config --> Log output\n--> Default log verbosity\".", + "id": "component-config-bluetooth-nimble-options-nimble-host-log-verbosity", + "name": "BT_NIMBLE_LOG_LEVEL", + "title": "NimBLE Host log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_LOG_LEVEL", + "name": "BT_NIMBLE_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of concurrent BLE connections. For ESP32, user\nis expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu\nalong with this option. Similarly for ESP32-C3 or ESP32-S3, user is expected to\nconfigure BT_CTRL_BLE_MAX_ACT from controller menu.\nFor ESP32C2, ESP32C6 and ESP32H2, each connection will take about 1k DRAM.", + "id": "BT_NIMBLE_MAX_CONNECTIONS", + "name": "BT_NIMBLE_MAX_CONNECTIONS", + "range": null, + "title": "Maximum number of concurrent connections", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of bonds to save for peer security and our security", + "id": "BT_NIMBLE_MAX_BONDS", + "name": "BT_NIMBLE_MAX_BONDS", + "range": null, + "title": "Maximum number of bonds to save across reboots", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of CCC descriptors to save", + "id": "BT_NIMBLE_MAX_CCCDS", + "name": "BT_NIMBLE_MAX_CCCDS", + "range": null, + "title": "Maximum number of CCC descriptors to save across reboots", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of BLE Connection Oriented Channels. When set to (0), BLE COC is not compiled in", + "id": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "name": "BT_NIMBLE_L2CAP_COC_MAX_NUM", + "range": null, + "title": "Maximum number of connection oriented channels", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_L2CAP_COC_MAX_NUM >= 1 && BT_NIMBLE_ENABLED", + "help": "Enable Enhanced Credit Based Flow Control Mode", + "id": "BT_NIMBLE_L2CAP_ENHANCED_COC", + "name": "BT_NIMBLE_L2CAP_ENHANCED_COC", + "range": null, + "title": "L2CAP Enhanced Connection Oriented Channel", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_0", + "name": "BT_NIMBLE_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE_1", + "name": "BT_NIMBLE_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && !FREERTOS_UNICORE && BT_NIMBLE_ENABLED", + "help": "The CPU core on which NimBLE host will run. You can choose Core 0 or Core 1.\nCannot specify no-affinity", + "id": "component-config-bluetooth-nimble-options-the-cpu-core-on-which-nimble-host-will-run", + "name": "BT_NIMBLE_PINNED_TO_CORE_CHOICE", + "title": "The CPU core on which NimBLE host will run", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_PINNED_TO_CORE", + "name": "BT_NIMBLE_PINNED_TO_CORE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This configures stack size of NimBLE host task", + "id": "BT_NIMBLE_HOST_TASK_STACK_SIZE", + "name": "BT_NIMBLE_HOST_TASK_STACK_SIZE", + "range": null, + "title": "NimBLE Host task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables central role", + "id": "BT_NIMBLE_ROLE_CENTRAL", + "name": "BT_NIMBLE_ROLE_CENTRAL", + "range": null, + "title": "Enable BLE Central role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable peripheral role", + "id": "BT_NIMBLE_ROLE_PERIPHERAL", + "name": "BT_NIMBLE_ROLE_PERIPHERAL", + "range": null, + "title": "Enable BLE Peripheral role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables broadcaster role", + "id": "BT_NIMBLE_ROLE_BROADCASTER", + "name": "BT_NIMBLE_ROLE_BROADCASTER", + "range": null, + "title": "Enable BLE Broadcaster role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enables observer role", + "id": "BT_NIMBLE_ROLE_OBSERVER", + "name": "BT_NIMBLE_ROLE_OBSERVER", + "range": null, + "title": "Enable BLE Observer role", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable this flag to make bonding persistent across device reboots", + "id": "BT_NIMBLE_NVS_PERSIST", + "name": "BT_NIMBLE_NVS_PERSIST", + "range": null, + "title": "Persist the BLE Bonding keys in NVS", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_NIMBLE_SMP_ID_RESET", + "name": "BT_NIMBLE_SMP_ID_RESET", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "Enable security manager legacy pairing", + "id": "BT_NIMBLE_SM_LEGACY", + "name": "BT_NIMBLE_SM_LEGACY", + "range": null, + "title": "Security manager legacy pairing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_SM_SC && BT_NIMBLE_ENABLED", + "help": "If this option is enabled, SM uses predefined DH key pair as described\nin Core Specification, Vol. 3, Part H, 2.3.5.6.1. This allows to\ndecrypt air traffic easily and thus should only be used for debugging.", + "id": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "name": "BT_NIMBLE_SM_SC_DEBUG_KEYS", + "range": null, + "title": "Use predefined public-private key pair", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "Enable security manager secure connections", + "id": "BT_NIMBLE_SM_SC", + "name": "BT_NIMBLE_SM_SC", + "range": null, + "title": "Security manager secure connections (4.2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable encryption connection", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_ENCRYPTION", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_ENCRYPTION", + "range": null, + "title": "Enable LE encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "LE Security Mode 1 Levels:\n1. No Security\n2. Unauthenticated pairing with encryption\n3. Authenticated pairing with encryption\n4. Authenticated LE Secure Connections pairing with encryption using a 128-bit strength encryption key.", + "id": "BT_NIMBLE_SM_SC_LVL", + "name": "BT_NIMBLE_SM_SC_LVL", + "range": null, + "title": "Security level", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "Enable Secure Connections Only Mode", + "id": "BT_NIMBLE_SM_SC_ONLY", + "name": "BT_NIMBLE_SM_SC_ONLY", + "range": null, + "title": "Enable Secure Connections Only Mode", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable BLE sm feature", + "id": "BT_NIMBLE_SECURITY_ENABLE", + "is_menuconfig": true, + "name": "BT_NIMBLE_SECURITY_ENABLE", + "range": null, + "title": "Enable BLE SM feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enables extra runtime asserts and host debugging", + "id": "BT_NIMBLE_DEBUG", + "name": "BT_NIMBLE_DEBUG", + "range": null, + "title": "Enable extra runtime asserts and host debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enables user to add/remove Gatt services at runtime", + "id": "BT_NIMBLE_DYNAMIC_SERVICE", + "name": "BT_NIMBLE_DYNAMIC_SERVICE", + "range": null, + "title": "Enable dynamic services", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "The Device Name characteristic shall contain the name of the device as an UTF-8 string.\nThis name can be changed by using API ble_svc_gap_device_name_set()", + "id": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "name": "BT_NIMBLE_SVC_GAP_DEVICE_NAME", + "range": null, + "title": "BLE GAP default device name", + "type": "string" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Device Name characteristic value shall be 0 to 248 octets in length", + "id": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "name": "BT_NIMBLE_GAP_DEVICE_NAME_MAX_LEN", + "range": null, + "title": "Maximum length of BLE device name in octets", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the default value of ATT MTU indicated by the device during an ATT MTU exchange.\nThis value can be changed using API ble_att_set_preferred_mtu()", + "id": "BT_NIMBLE_ATT_PREFERRED_MTU", + "name": "BT_NIMBLE_ATT_PREFERRED_MTU", + "range": null, + "title": "Preferred MTU size in octets", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Standard BLE GAP Appearance value in HEX format e.g. 0x02C0", + "id": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "name": "BT_NIMBLE_SVC_GAP_APPEARANCE", + "range": null, + "title": "External appearance of the device", + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "MSYS is a system level mbuf registry. For prepare write & prepare\nresponses MBUFs are allocated out of msys_1 pool. For NIMBLE_MESH\nenabled cases, this block count is increased by 8 than user defined\ncount.", + "id": "BT_NIMBLE_MSYS_1_BLOCK_COUNT", + "name": "BT_NIMBLE_MSYS_1_BLOCK_COUNT", + "range": null, + "title": "MSYS_1 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory size of block 1", + "id": "BT_NIMBLE_MSYS_1_BLOCK_SIZE", + "name": "BT_NIMBLE_MSYS_1_BLOCK_SIZE", + "range": null, + "title": "MSYS_1 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory count", + "id": "BT_NIMBLE_MSYS_2_BLOCK_COUNT", + "name": "BT_NIMBLE_MSYS_2_BLOCK_COUNT", + "range": null, + "title": "MSYS_2 Block Count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Dynamic memory size of block 2", + "id": "BT_NIMBLE_MSYS_2_BLOCK_SIZE", + "name": "BT_NIMBLE_MSYS_2_BLOCK_SIZE", + "range": null, + "title": "MSYS_2 Block Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_LE_MSYS_INIT_IN_CONTROLLER && BT_NIMBLE_ENABLED", + "help": "This option sets the source of the shared msys mbuf memory between\nthe Host and the Controller. Allocate the memory from the heap if\nthis option is sets, from the mempool otherwise.", + "id": "BT_NIMBLE_MSYS_BUF_FROM_HEAP", + "name": "BT_NIMBLE_MSYS_BUF_FROM_HEAP", + "range": null, + "title": "Get Msys Mbuf from heap", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "The number of ACL data buffers allocated for host.", + "id": "BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT", + "name": "BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT", + "range": null, + "title": "ACL Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the maximum size of the data portion of HCI ACL data packets.\nIt does not include the HCI data header (of 4 bytes)", + "id": "BT_NIMBLE_TRANSPORT_ACL_SIZE", + "name": "BT_NIMBLE_TRANSPORT_ACL_SIZE", + "range": null, + "title": "Transport ACL Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the size of each HCI event buffer in bytes. In case of\nextended advertising, packets can be fragmented. 257 bytes is the\nmaximum size of a packet.", + "id": "BT_NIMBLE_TRANSPORT_EVT_SIZE", + "name": "BT_NIMBLE_TRANSPORT_EVT_SIZE", + "range": null, + "title": "Transport Event Buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the high priority HCI events' buffer size. High-priority\nevent buffers are for everything except advertising reports. If there\nare no free high-priority event buffers then host will try to allocate a\nlow-priority buffer instead", + "id": "BT_NIMBLE_TRANSPORT_EVT_COUNT", + "name": "BT_NIMBLE_TRANSPORT_EVT_COUNT", + "range": null, + "title": "Transport Event Buffer count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the low priority HCI events' buffer size. Low-priority event\nbuffers are only used for advertising reports. If there are no free\nlow-priority event buffers, then an incoming advertising report will\nget dropped", + "id": "BT_NIMBLE_TRANSPORT_EVT_DISCARD_COUNT", + "name": "BT_NIMBLE_TRANSPORT_EVT_DISCARD_COUNT", + "range": null, + "title": "Discardable Transport Event Buffer count", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-memory-settings", + "title": "Memory Settings", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Maximum number of GATT client procedures that can be executed.", + "id": "BT_NIMBLE_GATT_MAX_PROCS", + "name": "BT_NIMBLE_GATT_MAX_PROCS", + "range": null, + "title": "Maximum number of GATT client procedures", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Host flow control interval in msecs", + "id": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "name": "BT_NIMBLE_HS_FLOW_CTRL_ITVL", + "range": null, + "title": "Host Flow control interval", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Host flow control threshold, if the number of free buffers are at or\nbelow this threshold, send an immediate number-of-completed-packets\nevent", + "id": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "name": "BT_NIMBLE_HS_FLOW_CTRL_THRESH", + "range": null, + "title": "Host Flow control threshold", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HS_FLOW_CTRL && BT_NIMBLE_ENABLED", + "help": "Enable this option to send number-of-completed-packets event to\ncontroller after disconnection", + "id": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "name": "BT_NIMBLE_HS_FLOW_CTRL_TX_ON_DISCONNECT", + "range": null, + "title": "Host Flow control on disconnect", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable Host Flow control", + "id": "BT_NIMBLE_HS_FLOW_CTRL", + "name": "BT_NIMBLE_HS_FLOW_CTRL", + "range": null, + "title": "Enable Host Flow control", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Time interval between RPA address change.", + "id": "BT_NIMBLE_RPA_TIMEOUT", + "name": "BT_NIMBLE_RPA_TIMEOUT", + "range": null, + "title": "RPA timeout in seconds", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable proxy. This is automatically set whenever NIMBLE_MESH_PB_GATT or\nNIMBLE_MESH_GATT_PROXY is set", + "id": "BT_NIMBLE_MESH_PROXY", + "name": "BT_NIMBLE_MESH_PROXY", + "range": null, + "title": "Enable mesh proxy functionality", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV && BT_NIMBLE_ENABLED", + "help": "Enable this option to allow the device to be provisioned over\nthe advertising bearer", + "id": "BT_NIMBLE_MESH_PB_ADV", + "name": "BT_NIMBLE_MESH_PB_ADV", + "range": null, + "title": "Enable mesh provisioning over advertising bearer", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH_PROV && BT_NIMBLE_ENABLED", + "help": "Enable this option to allow the device to be provisioned over the GATT\nbearer", + "id": "BT_NIMBLE_MESH_PB_GATT", + "name": "BT_NIMBLE_MESH_PB_GATT", + "range": null, + "title": "Enable mesh provisioning over GATT bearer", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable mesh provisioning", + "id": "BT_NIMBLE_MESH_PROV", + "name": "BT_NIMBLE_MESH_PROV", + "range": null, + "title": "Enable BLE mesh provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "This option enables support for the Mesh GATT Proxy Service,\ni.e. the ability to act as a proxy between a Mesh GATT Client\nand a Mesh network", + "id": "BT_NIMBLE_MESH_GATT_PROXY", + "name": "BT_NIMBLE_MESH_GATT_PROXY", + "range": null, + "title": "Enable GATT Proxy functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Support for acting as a Mesh Relay Node", + "id": "BT_NIMBLE_MESH_RELAY", + "name": "BT_NIMBLE_MESH_RELAY", + "range": null, + "title": "Enable mesh relay functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable this option to be able to act as a Low Power Node", + "id": "BT_NIMBLE_MESH_LOW_POWER", + "name": "BT_NIMBLE_MESH_LOW_POWER", + "range": null, + "title": "Enable mesh low power mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable this option to be able to act as a Friend Node", + "id": "BT_NIMBLE_MESH_FRIEND", + "name": "BT_NIMBLE_MESH_FRIEND", + "range": null, + "title": "Enable mesh friend functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "This value defines Bluetooth Mesh device/node name", + "id": "BT_NIMBLE_MESH_DEVICE_NAME", + "name": "BT_NIMBLE_MESH_DEVICE_NAME", + "range": null, + "title": "Set mesh device name", + "type": "string" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Defines mesh node count.", + "id": "BT_NIMBLE_MESH_NODE_COUNT", + "name": "BT_NIMBLE_MESH_NODE_COUNT", + "range": null, + "title": "Set mesh node count", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_MESH && BT_NIMBLE_ENABLED", + "help": "Enable mesh provisioner.", + "id": "BT_NIMBLE_MESH_PROVISIONER", + "name": "BT_NIMBLE_MESH_PROVISIONER", + "range": null, + "title": "Enable BLE mesh provisioner", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable BLE Mesh example present in upstream mynewt-nimble and not maintained by Espressif.\n\nIDF maintains ESP-BLE-MESH as the official Mesh solution. Please refer to ESP-BLE-MESH guide at:\n`https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/esp-ble-mesh/ble-mesh-index.html`", + "id": "BT_NIMBLE_MESH", + "is_menuconfig": true, + "name": "BT_NIMBLE_MESH", + "range": null, + "title": "Enable BLE mesh functionality", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable this option to choose mbedTLS instead of TinyCrypt for crypto\ncomputations.", + "id": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "name": "BT_NIMBLE_CRYPTO_STACK_MBEDTLS", + "range": null, + "title": "Override TinyCrypt with mbedTLS for crypto computations", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "BLE Host stop procedure timeout in milliseconds.", + "id": "BT_NIMBLE_HS_STOP_TIMEOUT_MS", + "name": "BT_NIMBLE_HS_STOP_TIMEOUT_MS", + "range": null, + "title": "BLE host stop timeout in msec", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && IDF_TARGET_ESP32 && BT_NIMBLE_ENABLED", + "help": "Use this option to do host based Random Private Address resolution.\nIf this option is disabled then controller based privacy is used.", + "id": "BT_NIMBLE_HOST_BASED_PRIVACY", + "name": "BT_NIMBLE_HOST_BASED_PRIVACY", + "range": null, + "title": "Enable host based privacy for random address.", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLE_CONN_REATTEMPT && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of connection reattempts.", + "id": "BT_NIMBLE_MAX_CONN_REATTEMPT", + "name": "BT_NIMBLE_MAX_CONN_REATTEMPT", + "range": null, + "title": "Maximum number connection reattempts", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable to make the NimBLE host to reattempt GAP connection on connection\nestablishment failure.", + "id": "BT_NIMBLE_ENABLE_CONN_REATTEMPT", + "name": "BT_NIMBLE_ENABLE_CONN_REATTEMPT", + "range": null, + "title": "Enable connection reattempts on connection establishment error", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable 2M-PHY", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", + "range": null, + "title": "Enable 2M Phy", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable coded-PHY", + "id": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", + "name": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", + "range": null, + "title": "Enable coded Phy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Change this option to set maximum number of extended advertising\ninstances. Minimum there is always one instance of\nadvertising. Enter how many more advertising instances you\nwant.\nFor ESP32C2, ESP32C6 and ESP32H2, each extended advertising instance\nwill take about 0.5k DRAM.", + "id": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", + "name": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", + "range": null, + "title": "Maximum number of extended advertising instances.", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Defines the length of the extended adv data. The value should not\nexceed 1650.", + "id": "BT_NIMBLE_EXT_ADV_MAX_SIZE", + "name": "BT_NIMBLE_EXT_ADV_MAX_SIZE", + "range": null, + "title": "Maximum length of the advertising data.", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable the periodic advertising enhancements", + "id": "BT_NIMBLE_PERIODIC_ADV_ENH", + "name": "BT_NIMBLE_PERIODIC_ADV_ENH", + "range": null, + "title": "Periodic adv enhancements(adi support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "This enables controller transfer periodic sync events to host", + "id": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", + "name": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", + "range": null, + "title": "Enable Transfer Sync Events", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "This enables controller PAwR (Periodic Advertisement with Response).", + "id": "BT_NIMBLE_PERIODIC_ADV_WITH_RESPONSES", + "name": "BT_NIMBLE_PERIODIC_ADV_WITH_RESPONSES", + "range": null, + "title": "Enable Periodic Advertisement with Response (EXPERIMENTAL)", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to start periodic advertisement.", + "id": "BT_NIMBLE_ENABLE_PERIODIC_ADV", + "name": "BT_NIMBLE_ENABLE_PERIODIC_ADV", + "range": null, + "title": "Enable periodic advertisement.", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to do extended advertising. Extended advertising\nwill be supported from BLE 5.0 onwards.", + "id": "BT_NIMBLE_EXT_ADV", + "name": "BT_NIMBLE_EXT_ADV", + "range": null, + "title": "Enable extended advertising", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic sync\nconnections. This should be less than maximum connections allowed by\ncontroller.", + "id": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "name": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "range": null, + "title": "Maximum number of periodic advertising syncs", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic advertiser list.", + "id": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "name": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "range": null, + "title": "Maximum number of periodic advertiser list", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_EXT_SCAN && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to receive periodic advertisement.", + "id": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "name": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "range": null, + "title": "Enable periodic sync", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ROLE_OBSERVER && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to do extended scanning.", + "id": "BT_NIMBLE_EXT_SCAN", + "name": "BT_NIMBLE_EXT_SCAN", + "range": null, + "title": "Enable extended scanning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_POWER_CONTROL_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to enable the Power Control feature", + "id": "BT_NIMBLE_BLE_POWER_CONTROL", + "name": "BT_NIMBLE_BLE_POWER_CONTROL", + "range": null, + "title": "Enable support for BLE Power Control", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of connections to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "range": null, + "title": "Maximum connections to be cached", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of services per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "range": null, + "title": "Maximum number of services per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of characteristics per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "range": null, + "title": "Maximum number of characteristics per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of descriptors per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "range": null, + "title": "Maximum number of descriptors per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "When client receives ATT out-of-sync error message, it will not automatically start the discovery procedure\nto correct the invalid cache.", + "id": "BT_NIMBLE_GATT_CACHING_DISABLE_AUTO", + "name": "BT_NIMBLE_GATT_CACHING_DISABLE_AUTO", + "range": null, + "title": "Do not start discovery procedure automatically upon receiving Out of Sync", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable GATT caching", + "id": "BT_NIMBLE_GATT_CACHING", + "is_menuconfig": true, + "name": "BT_NIMBLE_GATT_CACHING", + "range": null, + "title": "Enable GATT caching", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && (SOC_BLE_50_SUPPORTED || !BT_CONTROLLER_ENABLED) && BT_NIMBLE_ENABLED", + "help": "Enable BLE 5 feature", + "id": "BT_NIMBLE_50_FEATURE_SUPPORT", + "is_menuconfig": true, + "name": "BT_NIMBLE_50_FEATURE_SUPPORT", + "range": null, + "title": "Enable BLE 5 feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "BLE list size", + "id": "BT_NIMBLE_WHITELIST_SIZE", + "name": "BT_NIMBLE_WHITELIST_SIZE", + "range": null, + "title": "BLE white list size", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable the throughput test mode", + "id": "BT_NIMBLE_TEST_THROUGHPUT_TEST", + "name": "BT_NIMBLE_TEST_THROUGHPUT_TEST", + "range": null, + "title": "Throughput Test Mode enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Set this option to enable blufi functionality.", + "id": "BT_NIMBLE_BLUFI_ENABLE", + "name": "BT_NIMBLE_BLUFI_ENABLE", + "range": null, + "title": "Enable blufi functionality", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Set this option to use Esp Timer which has higher priority timer instead of FreeRTOS timer", + "id": "BT_NIMBLE_USE_ESP_TIMER", + "name": "BT_NIMBLE_USE_ESP_TIMER", + "range": null, + "title": "Enable Esp Timer for Nimble", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to distinguish whether a previous version of VHCI is being used", + "id": "BT_NIMBLE_LEGACY_VHCI_ENABLE", + "name": "BT_NIMBLE_LEGACY_VHCI_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used when data to be sent is more than 512 bytes. For peripheral role,\nBT_NIMBLE_MSYS_1_BLOCK_COUNT needs to be increased according to the need.", + "id": "BT_NIMBLE_BLE_GATT_BLOB_TRANSFER", + "name": "BT_NIMBLE_BLE_GATT_BLOB_TRANSFER", + "range": null, + "title": "Blob transfer", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-appearance-write-permissions", + "title": "GAP Appearance write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "range": null, + "title": "Characteristic not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "range": null, + "title": "Central Address Resolution not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "range": null, + "title": "Central Address Resolution supported", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Weather or not Central Address Resolution characteristic is supported on\nthe device, and if supported, weather or not Central Address Resolution\nis supported.\n\n- Central Address Resolution characteristic not supported\n- Central Address Resolution not supported\n- Central Address Resolution supported", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-characteristic-central-address-resolution", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "title": "GAP Characteristic - Central Address Resolution", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-device-name-write-permissions", + "title": "GAP device name write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval maximum value\nInterval Max = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Max (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval minimum value\nInterval Min = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Min (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Slave Latency", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "range": null, + "title": "PPCP Slave Latency", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Supervision Timeout\nTimeout = Value * 10 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "range": null, + "title": "PPCP Supervision Timeout (Uint: 10 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable the LE GATT Security Level Characteristic", + "id": "BT_NIMBLE_SVC_GAP_GATT_SECURITY_LEVEL", + "name": "BT_NIMBLE_SVC_GAP_GATT_SECURITY_LEVEL", + "range": null, + "title": "LE GATT Security Level Characteristic", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service", + "title": "GAP Service", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of HID service instances", + "id": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "name": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "range": null, + "title": "Maximum HID service instances", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of report characteristics per service instance", + "id": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "name": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "range": null, + "title": "Maximum HID Report characteristics per service instance", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable HID service support", + "id": "BT_NIMBLE_HID_SERVICE", + "is_menuconfig": true, + "name": "BT_NIMBLE_HID_SERVICE", + "range": null, + "title": "HID service", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable/Disable notifications on BAS Battery Level Characteristic", + "id": "BT_NIMBLE_SVC_BAS_BATTERY_LEVEL_NOTIFY", + "name": "BT_NIMBLE_SVC_BAS_BATTERY_LEVEL_NOTIFY", + "range": null, + "title": "BAS Battery Level NOTIFY permission", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS characteristic Manufacturer Name String characteristic", + "id": "BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME", + "name": "BT_NIMBLE_SVC_DIS_MANUFACTURER_NAME", + "range": null, + "title": "Manufacturer Name", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS Serial Number characteristic", + "id": "BT_NIMBLE_SVC_DIS_SERIAL_NUMBER", + "name": "BT_NIMBLE_SVC_DIS_SERIAL_NUMBER", + "range": null, + "title": "Serial Number", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS Hardware Revision characteristic", + "id": "BT_NIMBLE_SVC_DIS_HARDWARE_REVISION", + "name": "BT_NIMBLE_SVC_DIS_HARDWARE_REVISION", + "range": null, + "title": "Hardware Revision", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS Firmware Revision characteristic", + "id": "BT_NIMBLE_SVC_DIS_FIRMWARE_REVISION", + "name": "BT_NIMBLE_SVC_DIS_FIRMWARE_REVISION", + "range": null, + "title": "Firmware Revision", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS Software Revision characteristic", + "id": "BT_NIMBLE_SVC_DIS_SOFTWARE_REVISION", + "name": "BT_NIMBLE_SVC_DIS_SOFTWARE_REVISION", + "range": null, + "title": "Software Revision", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS System ID characteristic", + "id": "BT_NIMBLE_SVC_DIS_SYSTEM_ID", + "name": "BT_NIMBLE_SVC_DIS_SYSTEM_ID", + "range": null, + "title": "System ID", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable the DIS PnP ID characteristic", + "id": "BT_NIMBLE_SVC_DIS_PNP_ID", + "name": "BT_NIMBLE_SVC_DIS_PNP_ID", + "range": null, + "title": "PnP ID", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Use DIS as an included service", + "id": "BT_NIMBLE_SVC_DIS_INCLUDED", + "name": "BT_NIMBLE_SVC_DIS_INCLUDED", + "range": null, + "title": "DIS as an Included Service", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-ble-services-device-information-service", + "title": "Device Information Service", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-ble-services", + "title": "BLE Services", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to enable support for sending Vendor Specific HCI commands and handling\nVendor Specific HCI Events.", + "id": "BT_NIMBLE_VS_SUPPORT", + "name": "BT_NIMBLE_VS_SUPPORT", + "range": null, + "title": "Enable support for VSC and VSE", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_BLE_MULTI_CONN_OPTIMIZATION && BT_NIMBLE_ENABLED", + "help": "This option enables the use of vendor-specific APIs for multi-connections, which can\ngreatly enhance the stability of coexistence between numerous central and peripheral\ndevices. It will prohibit the usage of standard APIs.", + "id": "BT_NIMBLE_OPTIMIZE_MULTI_CONN", + "name": "BT_NIMBLE_OPTIMIZE_MULTI_CONN", + "range": null, + "title": "Enable the optimization of multi-connection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENC_ADV_DATA && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of encrypted advertising data key material to save", + "id": "BT_NIMBLE_MAX_EADS", + "name": "BT_NIMBLE_MAX_EADS", + "range": null, + "title": "Maximum number of EAD devices to save across reboots", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "This option is used to enable encrypted advertising data.", + "id": "BT_NIMBLE_ENC_ADV_DATA", + "name": "BT_NIMBLE_ENC_ADV_DATA", + "range": null, + "title": "Encrypted Advertising Data", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This enable BLE high duty advertising interval feature", + "id": "BT_NIMBLE_HIGH_DUTY_ADV_ITVL", + "name": "BT_NIMBLE_HIGH_DUTY_ADV_ITVL", + "range": null, + "title": "Enable BLE high duty advertising interval feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) && BT_NIMBLE_ENABLED", + "help": "This enables support for user to initiate a new connection with scan in progress", + "id": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "name": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "range": null, + "title": "Allow Connections with scanning in progress", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", + "id": "BT_NIMBLE_HOST_QUEUE_CONG_CHECK", + "name": "BT_NIMBLE_HOST_QUEUE_CONG_CHECK", + "range": null, + "title": "BLE queue congestion check", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart port", + "id": "BT_NIMBLE_TRANSPORT_UART_PORT", + "name": "BT_NIMBLE_TRANSPORT_UART_PORT", + "range": null, + "title": "Uart port", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_115200", + "name": "UART_BAUDRATE_115200", + "range": null, + "title": "115200", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_230400", + "name": "UART_BAUDRATE_230400", + "range": null, + "title": "230400", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_460800", + "name": "UART_BAUDRATE_460800", + "range": null, + "title": "460800", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_921600", + "name": "UART_BAUDRATE_921600", + "range": null, + "title": "921600", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Baud Rate", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-hci-baud-rate", + "name": "BT_NIMBLE_HCI_USE_UART_BAUDRATE", + "title": "Uart Hci Baud Rate", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_BAUDRATE", + "name": "BT_NIMBLE_HCI_UART_BAUDRATE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_NONE", + "name": "UART_PARITY_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_ODD", + "name": "UART_PARITY_ODD", + "range": null, + "title": "Odd", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_EVEN", + "name": "UART_PARITY_EVEN", + "range": null, + "title": "Even", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Parity", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-parity", + "name": "BT_NIMBLE_USE_HCI_UART_PARITY", + "title": "Uart PARITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Rx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_RX_PIN", + "name": "BT_NIMBLE_UART_RX_PIN", + "range": null, + "title": "UART Rx pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Tx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_TX_PIN", + "name": "BT_NIMBLE_UART_TX_PIN", + "range": null, + "title": "UART Tx pin", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_ENABLED", + "help": "Use UART transport", + "id": "BT_NIMBLE_TRANSPORT_UART", + "name": "BT_NIMBLE_TRANSPORT_UART", + "range": null, + "title": "Enable Uart Transport", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_DISABLE", + "name": "UART_HW_FLOWCTRL_DISABLE", + "range": null, + "title": "Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_CTS_RTS", + "name": "UART_HW_FLOWCTRL_CTS_RTS", + "range": null, + "title": "Enable hardware flow control", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Uart Flow Control", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-uart-flow-control", + "name": "BT_NIMBLE_USE_HCI_UART_FLOW_CTRL", + "title": "Uart Flow Control", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "name": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI RTS pin", + "id": "BT_NIMBLE_HCI_UART_RTS_PIN", + "name": "BT_NIMBLE_HCI_UART_RTS_PIN", + "range": null, + "title": "UART Rts Pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI CTS pin", + "id": "BT_NIMBLE_HCI_UART_CTS_PIN", + "name": "BT_NIMBLE_HCI_UART_CTS_PIN", + "range": null, + "title": "UART Cts Pin", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-host-controller-transport", + "title": "Host-controller Transport", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Defines the number of channels EATT bearers can use", + "id": "BT_NIMBLE_EATT_CHAN_NUM", + "name": "BT_NIMBLE_EATT_CHAN_NUM", + "range": null, + "title": "Maximum number of EATT channels", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable connection subrate change feature", + "id": "BT_NIMBLE_SUBRATE", + "name": "BT_NIMBLE_SUBRATE", + "range": null, + "title": "Enable Subrate Change", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options", + "title": "NimBLE Options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BLE_ONLY", + "name": "BTDM_CTRL_MODE_BLE_ONLY", + "range": null, + "title": "BLE Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BR_EDR_ONLY", + "name": "BTDM_CTRL_MODE_BR_EDR_ONLY", + "range": null, + "title": "BR/EDR Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_MODE_BTDM", + "name": "BTDM_CTRL_MODE_BTDM", + "range": null, + "title": "Bluetooth Dual Mode", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify the bluetooth controller mode (BR/EDR, BLE or dual mode).", + "id": "component-config-bluetooth-controller-options-bluetooth-controller-mode-br-edr-ble-dualmode-", + "name": "BTDM_CTRL_MODE", + "title": "Bluetooth controller mode (BR/EDR/BLE/DUALMODE)", + "type": "choice" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "BLE maximum connections of bluetooth controller.\nEach connection uses 1KB static DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BLE_MAX_CONN", + "name": "BTDM_CTRL_BLE_MAX_CONN", + "range": null, + "title": "BLE Max Connections", + "type": "int" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "BR/EDR ACL maximum connections of bluetooth controller.\nEach connection uses 1.2 KB DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", + "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", + "range": null, + "title": "BR/EDR ACL Max Connections", + "type": "int" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "BR/EDR Synchronize maximum connections of bluetooth controller.\nEach connection uses 2 KB DRAM whenever the BT controller is enabled.", + "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", + "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", + "range": null, + "title": "BR/EDR Sync(SCO/eSCO) Max Connections", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", + "range": null, + "title": "HCI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", + "range": null, + "title": "PCM", + "type": "bool" + } + ], + "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "SCO data path, i.e. HCI or PCM.\nSCO data can be sent/received through HCI synchronous packets, or the data\ncan be routed to on-chip PCM module on ESP32. PCM input/output signals can\nbe \"matrixed\" to GPIOs. The default data path can also be set using API\n\"esp_bredr_sco_datapath_set\"", + "id": "component-config-bluetooth-controller-options-br-edr-sync-sco-esco-default-data-path", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH", + "title": "BR/EDR Sync(SCO/eSCO) default data path", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", + "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PCM_ROLE_MASTER", + "name": "BTDM_CTRL_PCM_ROLE_MASTER", + "range": null, + "title": "PCM Master", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PCM_ROLE_SLAVE", + "name": "BTDM_CTRL_PCM_ROLE_SLAVE", + "range": null, + "title": "PCM Slave", + "type": "bool" + } + ], + "depends_on": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG && BT_CONTROLLER_ENABLED", + "help": "PCM role can be configured as PCM master or PCM slave", + "id": "component-config-bluetooth-controller-options-pcm-signal-config-role-and-polar--pcm-role", + "name": "BTDM_CTRL_PCM_ROLE", + "title": "PCM Role", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PCM_POLAR_FALLING_EDGE", + "name": "BTDM_CTRL_PCM_POLAR_FALLING_EDGE", + "range": null, + "title": "Falling Edge", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PCM_POLAR_RISING_EDGE", + "name": "BTDM_CTRL_PCM_POLAR_RISING_EDGE", + "range": null, + "title": "Rising Edge", + "type": "bool" + } + ], + "depends_on": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG && BT_CONTROLLER_ENABLED", + "help": "PCM polarity can be configured as Falling Edge or Rising Edge", + "id": "component-config-bluetooth-controller-options-pcm-signal-config-role-and-polar--pcm-polar", + "name": "BTDM_CTRL_PCM_POLAR", + "title": "PCM Polar", + "type": "choice" + } + ], + "depends_on": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG", + "is_menuconfig": true, + "name": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG", + "range": null, + "title": "PCM Signal Config (Role and Polar)", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_PCM_ROLE_EFF", + "name": "BTDM_CTRL_PCM_ROLE_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_PCM_POLAR_EFF", + "name": "BTDM_CTRL_PCM_POLAR_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_CTRL_MODE_BTDM && BT_CONTROLLER_ENABLED", + "help": "BLE auto latency, used to enhance classic BT performance\nwhile classic BT and BLE are enabled at the same time.", + "id": "BTDM_CTRL_AUTO_LATENCY", + "name": "BTDM_CTRL_AUTO_LATENCY", + "range": null, + "title": "Auto latency", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_AUTO_LATENCY_EFF", + "name": "BTDM_CTRL_AUTO_LATENCY_EFF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "To protect from BIAS attack during Legacy authentication,\nLegacy authentication Vendor specific event should be enabled", + "id": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT", + "name": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT", + "range": null, + "title": "Legacy Authentication Vendor Specific Event Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT_EFF", + "name": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT_EFF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_BLE_MAX_CONN_EFF", + "name": "BTDM_CTRL_BLE_MAX_CONN_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", + "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", + "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE_0", + "name": "BTDM_CTRL_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0 (PRO CPU)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE_1", + "name": "BTDM_CTRL_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1 (APP CPU)", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_UNICORE && BT_CONTROLLER_ENABLED", + "help": "Specify the cpu core to run bluetooth controller.\nCan not specify no-affinity.", + "id": "component-config-bluetooth-controller-options-the-cpu-core-which-bluetooth-controller-run", + "name": "BTDM_CTRL_PINNED_TO_CORE_CHOICE", + "title": "The cpu core which bluetooth controller run", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_PINNED_TO_CORE", + "name": "BTDM_CTRL_PINNED_TO_CORE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32, too.", + "id": "BTDM_CTRL_HCI_MODE_VHCI", + "name": "BTDM_CTRL_HCI_MODE_VHCI", + "range": null, + "title": "VHCI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "If use external bluetooth host which run on other hardware and use UART as the HCI interface,\nchoose this option.", + "id": "BTDM_CTRL_HCI_MODE_UART_H4", + "name": "BTDM_CTRL_HCI_MODE_UART_H4", + "range": null, + "title": "UART(H4)", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify HCI mode as VHCI or UART(H4)", + "id": "component-config-bluetooth-controller-options-hci-mode", + "name": "BTDM_CTRL_HCI_MODE_CHOICE", + "title": "HCI mode", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", + "help": "Uart number for HCI. The available uart is UART1 and UART2.", + "id": "BTDM_CTRL_HCI_UART_NO", + "name": "BTDM_CTRL_HCI_UART_NO", + "range": null, + "title": "UART Number for HCI", + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", + "help": "UART Baudrate for HCI. Please use standard baudrate.", + "id": "BTDM_CTRL_HCI_UART_BAUDRATE", + "name": "BTDM_CTRL_HCI_UART_BAUDRATE", + "range": null, + "title": "UART Baudrate for HCI", + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_CTRL_HCI_UART_FLOW_CTRL_EN", + "name": "BTDM_CTRL_HCI_UART_FLOW_CTRL_EN", + "range": null, + "title": "Enable UART flow control", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-hci-uart-h4-options", + "title": "HCI UART(H4) Options", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "ORIG mode is a bluetooth sleep mode that can be used for dual mode controller. In this mode,\nbluetooth controller sleeps between BR/EDR frames and BLE events. A low power clock is used to\nmaintain bluetooth reference clock.", + "id": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG", + "name": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG", + "range": null, + "title": "ORIG Mode(sleep with low power clock)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "EVED mode is for BLE only and is only for internal test. Do not use it for production. this\nmode is not compatible with DFS nor light sleep", + "id": "BTDM_CTRL_MODEM_SLEEP_MODE_EVED", + "name": "BTDM_CTRL_MODEM_SLEEP_MODE_EVED", + "range": null, + "title": "EVED Mode(For internal test only)", + "type": "bool" + } + ], + "depends_on": "BTDM_CTRL_MODEM_SLEEP && BT_CONTROLLER_ENABLED", + "help": "To select which strategy to use for modem sleep", + "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode", + "name": "BTDM_CTRL_MODEM_SLEEP_MODE", + "title": "Bluetooth Modem sleep mode", + "type": "choice" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable/disable bluetooth controller low power mode.", + "id": "BTDM_CTRL_MODEM_SLEEP", + "name": "BTDM_CTRL_MODEM_SLEEP", + "range": null, + "title": "Bluetooth modem sleep", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Main crystal can be used as low power clock for bluetooth modem sleep. If this option is\nselected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, but\ncannot work when light sleep is enabled. Main crystal has a good performance in accuracy as\nthe bluetooth low power clock source.", + "id": "BTDM_CTRL_LPCLK_SEL_MAIN_XTAL", + "name": "BTDM_CTRL_LPCLK_SEL_MAIN_XTAL", + "range": null, + "title": "Main crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "(RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC) && ", + "help": "External 32kHz crystal/oscillator has a nominal frequency of 32.768kHz and provides good frequency\nstability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth\nmodem sleep to be used with both DFS and light sleep.", + "id": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL", + "name": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL", + "range": null, + "title": "External 32kHz crystal/oscillator", + "type": "bool" + } + ], + "depends_on": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG && BT_CONTROLLER_ENABLED", + "help": "Select the low power clock source for bluetooth controller. Bluetooth low power clock is\nthe clock source to maintain time in sleep mode.\n\n- \"Main crystal\" option provides good accuracy and can support Dynamic Frequency Scaling\n to be used with Bluetooth modem sleep. Light sleep is not supported.\n- \"External 32kHz crystal\" option allows user to use a 32.768kHz crystal as Bluetooth low\n power clock. This option is allowed as long as External 32kHz crystal is configured as\n the system RTC clock source. This option provides good accuracy and supports Bluetooth\n modem sleep to be used alongside Dynamic Frequency Scaling or light sleep.", + "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-low-power-clock", + "name": "BTDM_CTRL_LOW_POWER_CLOCK", + "title": "Bluetooth low power clock", + "type": "choice" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-modem-sleep-options", + "title": "MODEM SLEEP Options", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL && BTDM_CTRL_MODE_BLE_ONLY && ", + "help": null, + "id": "BTDM_BLE_DEFAULT_SCA_500PPM", + "name": "BTDM_BLE_DEFAULT_SCA_500PPM", + "range": null, + "title": "251ppm to 500ppm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BTDM_BLE_DEFAULT_SCA_250PPM", + "name": "BTDM_BLE_DEFAULT_SCA_250PPM", + "range": null, + "title": "151ppm to 250ppm", + "type": "bool" + } + ], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE\nconnection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave\nneeds a larger RX window to synchronize with master in each anchor point, thus resulting in an\nincrease of power consumption but a higher level of robustness in keeping connected. According\nto the requirements of Bluetooth Core specification 4.2, the worst-case accuracy of Classic\nBluetooth low power oscialltor(LPO) is +/-250ppm in STANDBY and in low power modes such as\nsniff. For BLE the worst-case SCA is +/-500ppm.\n\n- \"151ppm to 250ppm\" option is the default value for Bluetooth Dual mode\n- \"251ppm to 500ppm\" option can be used in BLE only mode when using external 32kHz crystal as\n low power clock. This option is provided in case that BLE sleep clock has a lower level of\n accuracy, or other error sources contribute to the inaccurate timing during sleep.", + "id": "component-config-bluetooth-controller-options-ble-sleep-clock-accuracy", + "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY", + "title": "BLE Sleep Clock Accuracy", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", + "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This way is to use advertiser address filtering. The adv packet of the same address is only\nallowed to be reported once", + "id": "BTDM_SCAN_DUPL_TYPE_DEVICE", + "name": "BTDM_SCAN_DUPL_TYPE_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This way is to use advertising data filtering. All same advertising data only allow to be reported\nonce even though they are from different devices.", + "id": "BTDM_SCAN_DUPL_TYPE_DATA", + "name": "BTDM_SCAN_DUPL_TYPE_DATA", + "range": null, + "title": "Scan Duplicate By Advertising Data", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This way is to use advertising data and device address filtering. All different adv packets with\nthe same address are allowed to be reported.", + "id": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", + "name": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", + "range": null, + "title": "Scan Duplicate By Device Address And Advertising Data", + "type": "bool" + } + ], + "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "Scan duplicate have three ways. one is \"Scan Duplicate By Device Address\", This way is to use\nadvertiser address filtering. The adv packet of the same address is only allowed to be reported once.\nAnother way is \"Scan Duplicate By Device Address And Advertising Data\". This way is to use advertising\ndata and device address filtering. All different adv packets with the same address are allowed to be\nreported. The last way is \"Scan Duplicate By Advertising Data\". This way is to use advertising data\nfiltering. All same advertising data only allow to be reported once even though they are from\ndifferent devices.", + "id": "component-config-bluetooth-controller-options-ble-scan-duplicate-options-scan-duplicate-type", + "name": "BTDM_SCAN_DUPL_TYPE", + "title": "Scan Duplicate Type", + "type": "choice" + }, + { + "children": [], + "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_SCAN_DUPL_TYPE", + "name": "BTDM_SCAN_DUPL_TYPE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "Maximum number of devices which can be recorded in scan duplicate filter.\nWhen the maximum amount of device in the filter is reached, the oldest device will be refreshed.", + "id": "BTDM_SCAN_DUPL_CACHE_SIZE", + "name": "BTDM_SCAN_DUPL_CACHE_SIZE", + "range": null, + "title": "Maximum number of devices in scan duplicate filter", + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "If the period value is non-zero, the controller will periodically clear the device information\nstored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared\nuntil the scanning is disabled. Duplicate advertisements for this period should not be sent to the\nHost in advertising report events.\nThere are two scenarios where the ADV packet will be repeatedly reported:\n1. The duplicate scan cache is full, the controller will delete the oldest device information and\nadd new device information.\n2. When the refresh period is up, the controller will clear all device information and start filtering\nagain.", + "id": "BTDM_SCAN_DUPL_CACHE_REFRESH_PERIOD", + "name": "BTDM_SCAN_DUPL_CACHE_REFRESH_PERIOD", + "range": null, + "title": "Duplicate scan list refresh period (seconds)", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BTDM_BLE_MESH_SCAN_DUPL_EN && BT_CONTROLLER_ENABLED", + "help": "Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", + "id": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", + "name": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", + "range": null, + "title": "Maximum number of Mesh adv packets in scan duplicate filter", + "type": "int" + } + ], + "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "help": "This enables the BLE scan duplicate for special BLE Mesh scan.", + "id": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "name": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "range": null, + "title": "Special duplicate scan mechanism for BLE Mesh scan", + "type": "bool" + } + ], + "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", + "help": "This select enables parameters setting of BLE scan duplicate.", + "id": "BTDM_BLE_SCAN_DUPL", + "name": "BTDM_BLE_SCAN_DUPL", + "range": null, + "title": "BLE Scan Duplicate Options", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "The full scan function is mainly used to provide BLE scan performance.\nThis is required for scenes with high scan performance requirements, such as BLE Mesh scenes.", + "id": "BTDM_CTRL_FULL_SCAN_SUPPORTED", + "name": "BTDM_CTRL_FULL_SCAN_SUPPORTED", + "range": null, + "title": "BLE full scan feature supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to\nminimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active\nscanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.", + "id": "BTDM_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", + "name": "BTDM_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", + "range": null, + "title": "Disable active scan backoff", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enabling this option will add stricter verification of the Access Address in the CONNECT_IND PDU.\nThis improves security by ensuring that only connection requests with valid Access Addresses are accepted.\nIf disabled, only basic checks are applied, improving compatibility.", + "id": "BTDM_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS", + "name": "BTDM_CTRL_CHECK_CONNECT_IND_ACCESS_ADDRESS", + "range": null, + "title": "Enable enhanced Access Address check in CONNECT_IND", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "The number of unprocessed advertising report that Bluedroid can save.If you set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, Bluedroid may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", + "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "range": null, + "title": "BLE adv report flow control number", + "type": "int" + }, + { + "children": [], + "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", + "id": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "name": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "range": null, + "title": "BLE adv lost event threshold value", + "type": "int" + } + ], + "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", + "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", + "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "range": null, + "title": "BLE adv report flow control supported", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed during connection update procedure.", + "id": "BTDM_BLE_LLCP_CONN_UPDATE", + "name": "BTDM_BLE_LLCP_CONN_UPDATE", + "range": null, + "title": "BLE ACL connection update procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed in channel map update procedure.", + "id": "BTDM_BLE_LLCP_CHAN_MAP_UPDATE", + "name": "BTDM_BLE_LLCP_CHAN_MAP_UPDATE", + "range": null, + "title": "BLE ACL channel map update procedure", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-ble-disconnect-when-instant-passed", + "title": "BLE disconnect when instant passed", + "type": "menu" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, The Controller will records the communication quality\nfor each channel and then start a timer to check and update the channel map every 4 seconds.", + "id": "BTDM_BLE_CHAN_ASS_EN", + "name": "BTDM_BLE_CHAN_ASS_EN", + "range": null, + "title": "Enable channel assessment", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", + "help": "If this option is disabled, The Controller will not start the LE authenticated payload timer.\nThis option is used for some compatibility problems related to LE ping procedure.", + "id": "BTDM_BLE_PING_EN", + "name": "BTDM_BLE_PING_EN", + "range": null, + "title": "Enable LE Ping procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", + "help": "This enables BLE vendor HCI command and event for QA.", + "id": "BTDM_BLE_VS_QA_SUPPORT", + "name": "BTDM_BLE_VS_QA_SUPPORT", + "range": null, + "title": "BLE vendor HCI QA support", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BTDM_RESERVE_DRAM", + "name": "BTDM_RESERVE_DRAM", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "BT_ENABLED && BT_CONTROLLER_ENABLED", + "help": "Using Level 4 interrupt for Bluetooth.", + "id": "BTDM_CTRL_HLI", + "name": "BTDM_CTRL_HLI", + "range": null, + "title": "High level interrupt", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options", + "title": "Controller Options", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_ENABLED && BT_LE_RELEASE_IRAM_SUPPORTED", + "help": "This option release Bluetooth text section and merge Bluetooth data, bss & text into\na large free heap region when esp_bt_mem_release is called, total saving ~21kB or more of IRAM.\nESP32-C2 only 3 configurable PMP entries available, rest of them are hard-coded.\nWe cannot split the memory into 3 different regions (IRAM, BLE-IRAM, DRAM).\nSo this option will disable the PMP (ESP_SYSTEM_PMP_IDRAM_SPLIT)", + "id": "BT_RELEASE_IRAM", + "name": "BT_RELEASE_IRAM", + "range": null, + "title": "Release Bluetooth text (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci data steam cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "name": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for HCI data in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci adv report cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "name": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for adv report in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED", + "help": "This option is used to enable bluetooth debug mode, which saves the hci layer data stream.", + "id": "BT_HCI_LOG_DEBUG_EN", + "name": "BT_HCI_LOG_DEBUG_EN", + "range": null, + "title": "Enable Bluetooth HCI debug mode", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This option decides the maximum number of alarms which\ncould be used by Bluetooth host.", + "id": "BT_ALARM_MAX_NUM", + "name": "BT_ALARM_MAX_NUM", + "range": null, + "title": "Maximum number of Bluetooth alarms", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-bluetooth-common-options", + "title": "Common Options", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-bluetooth", + "title": "Bluetooth", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "It is a temporary solution and needs further modifications.", + "id": "BLE_MESH_HCI_5_0", + "name": "BLE_MESH_HCI_5_0", + "range": null, + "title": "Support sending 20ms non-connectable adv packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow using random advertising interval\nfor mesh packets. And this could help avoid collision of\nadvertising packets.", + "id": "BLE_MESH_RANDOM_ADV_INTERVAL", + "name": "BLE_MESH_RANDOM_ADV_INTERVAL", + "range": null, + "title": "Support using random adv interval for mesh packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow using specific duplicate scan filter\nin BLE Mesh, and Scan Duplicate Type must be set by choosing the\noption in the Bluetooth Controller section in menuconfig, which is\n\"Scan Duplicate By Device Address and Advertising Data\".", + "id": "BLE_MESH_USE_DUPLICATE_SCAN", + "name": "BLE_MESH_USE_DUPLICATE_SCAN", + "range": null, + "title": "Support Duplicate Scan in BLE Mesh", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_MEM_ALLOC_MODE_INTERNAL", + "name": "BLE_MESH_MEM_ALLOC_MODE_INTERNAL", + "range": null, + "title": "Internal DRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "BLE_MESH_MEM_ALLOC_MODE_EXTERNAL", + "name": "BLE_MESH_MEM_ALLOC_MODE_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Enable this option to use the default memory allocation strategy when\nexternal SPIRAM is enabled. See the SPIRAM options for more details.", + "id": "BLE_MESH_MEM_ALLOC_MODE_DEFAULT", + "name": "BLE_MESH_MEM_ALLOC_MODE_DEFAULT", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region. Every\nunaligned (8bit or 16bit) access will result in an exception and\nincur penalty of certain clock cycles per unaligned read/write.", + "id": "BLE_MESH_MEM_ALLOC_MODE_IRAM_8BIT", + "name": "BLE_MESH_MEM_ALLOC_MODE_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Allocation strategy for BLE Mesh stack, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Internal IRAM memory wherever applicable else internal DRAM\n\nRecommended mode here is always internal (*), since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.\n\n(*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external\nSPIRAM contents provided hardware flash encryption feature is enabled.\nIn that case, using external SPIRAM allocation strategy is also safe choice\nfrom security perspective.", + "id": "component-config-esp-ble-mesh-support-memory-allocation-strategy", + "name": "BLE_MESH_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SPIRAM && ", + "help": "If enabled, BLE Mesh allocates dynamic memory from external SPIRAM for\nFreeRTOS objects, i.e. mutex, queue, and task stack. External SPIRAM\ncan only be used for task stack when SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY\nis enabled. See the SPIRAM options for more details.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC_EXTERNAL", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_EXTERNAL", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "If enabled, BLE Mesh allocates dynamic memory from internal IRAM for\nFreeRTOS objects, i.e. mutex, queue. Note: IRAM region cannot be used\nas task stack.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC_IRAM_8BIT", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_IRAM_8BIT", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_FREERTOS_STATIC_ALLOC && BLE_MESH", + "help": "Choose the memory to be used for FreeRTOS objects.", + "id": "component-config-esp-ble-mesh-support-enable-freertos-static-allocation-memory-allocation-for-freertos-objects", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC_MODE", + "title": "Memory allocation for FreeRTOS objects", + "type": "choice" + } + ], + "depends_on": "FREERTOS_SUPPORT_STATIC_ALLOCATION && ((IDF_TARGET_ESP32 && SPIRAM) || ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY) && BLE_MESH", + "help": "Enable this option to use FreeRTOS static allocation APIs for BLE Mesh,\nwhich provides the ability to use different dynamic memory (i.e. SPIRAM\nor IRAM) for FreeRTOS objects.\nIf this option is disabled, the FreeRTOS static allocation APIs will not\nbe used, and internal DRAM will be allocated for FreeRTOS objects.", + "id": "BLE_MESH_FREERTOS_STATIC_ALLOC", + "name": "BLE_MESH_FREERTOS_STATIC_ALLOC", + "range": null, + "title": "Enable FreeRTOS static allocation", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "If enabled, users can use the function esp_ble_mesh_deinit() to de-initialize\nthe whole BLE Mesh stack.", + "id": "BLE_MESH_DEINIT", + "name": "BLE_MESH_DEINIT", + "range": null, + "title": "Support de-initialize BLE Mesh stack", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SUPPORT_BLE_ADV && BLE_MESH", + "help": "Number of advertising buffers for BLE packets available.", + "id": "BLE_MESH_BLE_ADV_BUF_COUNT", + "name": "BLE_MESH_BLE_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers for BLE advertising packets", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "When selected, users can send normal BLE advertising packets\nwith specific API.", + "id": "BLE_MESH_SUPPORT_BLE_ADV", + "name": "BLE_MESH_SUPPORT_BLE_ADV", + "range": null, + "title": "Support sending normal BLE advertising packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "When selected, users can register a callback and receive normal BLE\nadvertising packets in the application layer.", + "id": "BLE_MESH_SUPPORT_BLE_SCAN", + "name": "BLE_MESH_SUPPORT_BLE_SCAN", + "range": null, + "title": "Support scanning normal BLE advertising packets", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-and-ble-coexistence-support", + "title": "BLE Mesh and BLE coexistence support", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow BLE Mesh fast provisioning solution to be used.\nWhen there are multiple unprovisioned devices around, fast provisioning can\ngreatly reduce the time consumption of the whole provisioning process.\nWhen this option is enabled, and after an unprovisioned device is provisioned\ninto a node successfully, it can be changed to a temporary Provisioner.", + "id": "BLE_MESH_FAST_PROV", + "name": "BLE_MESH_FAST_PROV", + "range": null, + "title": "Enable BLE Mesh Fast Provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable the device to be provisioned into a node. This option should be\nenabled when an unprovisioned device is going to be provisioned into a\nnode and communicate with other nodes in the BLE Mesh network.", + "id": "BLE_MESH_NODE", + "name": "BLE_MESH_NODE", + "range": null, + "title": "Support for BLE Mesh Node", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many unprovisioned devices can be added to device\nqueue for provisioning. Users can use this option to define the size of the\nqueue in the bottom layer which is used to store unprovisioned device\ninformation (e.g. Device UUID, address).", + "id": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "name": "BLE_MESH_WAIT_FOR_PROV_MAX_DEV_NUM", + "range": null, + "title": "Maximum number of unprovisioned devices that can be added to device queue", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned by a Provisioner.\nThis value indicates the maximum number of unprovisioned devices which can be\nprovisioned by a Provisioner. For instance, if the value is 6, it means the\nProvisioner can provision up to 6 unprovisioned devices.\nTheoretically a Provisioner without the limitation of its memory can provision\nup to 32766 unprovisioned devices, here we limit the maximum number to 100\njust to limit the memory used by a Provisioner. The bigger the value is, the\nmore memory it will cost by a Provisioner to store the information of nodes.", + "id": "BLE_MESH_MAX_PROV_NODES", + "name": "BLE_MESH_MAX_PROV_NODES", + "range": null, + "title": "Maximum number of devices that can be provisioned by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PB_ADV && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-ADV. For examples, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-ADV at the same time.", + "id": "BLE_MESH_PBA_SAME_TIME", + "name": "BLE_MESH_PBA_SAME_TIME", + "range": null, + "title": "Maximum number of PB-ADV running at the same time by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PB_GATT && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same\ntime using PB-GATT. For example, if the value is 2, it means a Provisioner\ncan provision two unprovisioned devices with PB-GATT at the same time.", + "id": "BLE_MESH_PBG_SAME_TIME", + "name": "BLE_MESH_PBG_SAME_TIME", + "range": null, + "title": "Maximum number of PB-GATT running at the same time by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many subnets per network a Provisioner can create.\nIndeed, this value decides the number of network keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "name": "BLE_MESH_PROVISIONER_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets that can be created by Provisioner", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many application keys the Provisioner can have.\nIndeed, this value decides the number of the application keys which can be added by a Provisioner.", + "id": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "name": "BLE_MESH_PROVISIONER_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys that can be owned by Provisioner", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROVISIONER_RECV_HB && BLE_MESH_PROVISIONER && BLE_MESH", + "help": "This option specifies how many heartbeat filter entries Provisioner supports.\nThe heartbeat filter (acceptlist or rejectlist) entries are used to store a\nlist of SRC and DST which can be used to decide if a heartbeat message will\nbe processed and notified to the application layer by Provisioner.\nNote: The filter is an empty rejectlist by default.", + "id": "BLE_MESH_PROVISIONER_RECV_HB_FILTER_SIZE", + "name": "BLE_MESH_PROVISIONER_RECV_HB_FILTER_SIZE", + "range": null, + "title": "Maximum number of filter entries for receiving Heartbeat messages", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH", + "help": "When this option is enabled, Provisioner can call specific functions to enable\nor disable receiving Heartbeat messages and notify them to the application layer.", + "id": "BLE_MESH_PROVISIONER_RECV_HB", + "name": "BLE_MESH_PROVISIONER_RECV_HB", + "range": null, + "title": "Support receiving Heartbeat messages", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable the device to be a Provisioner. The option should be enabled when\na device is going to act as a Provisioner and provision unprovisioned\ndevices into the BLE Mesh network.", + "id": "BLE_MESH_PROVISIONER", + "name": "BLE_MESH_PROVISIONER", + "range": null, + "title": "Support for BLE Mesh Provisioner", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Provisioning functionality. For\nBLE Mesh, this option should be always enabled.", + "id": "BLE_MESH_PROV", + "name": "BLE_MESH_PROV", + "range": null, + "title": "BLE Mesh Provisioning support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_NODE && BLE_MESH_PB_ADV && BLE_MESH", + "help": "This option specifies the interval of sending two consecutive unprovisioned\ndevice beacon, users can use this option to change the frequency of sending\nunprovisioned device beacon. For example, if the value is 5, it means the\nunprovisioned device beacon will send every 5 seconds. When the option of\nBLE_MESH_FAST_PROV is selected, the value is better to be 3 seconds, or less.", + "id": "BLE_MESH_UNPROVISIONED_BEACON_INTERVAL", + "name": "BLE_MESH_UNPROVISIONED_BEACON_INTERVAL", + "range": null, + "title": "Interval between two consecutive Unprovisioned Device Beacon", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over the\nadvertising bearer. This option should be enabled if PB-ADV is\ngoing to be used during provisioning procedure.", + "id": "BLE_MESH_PB_ADV", + "name": "BLE_MESH_PB_ADV", + "range": null, + "title": "Provisioning support using the advertising bearer (PB-ADV)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow the device to be provisioned over GATT.\nThis option should be enabled if PB-GATT is going to be used during\nprovisioning procedure.\n\n# Virtual option enabled whenever any Proxy protocol is needed", + "id": "BLE_MESH_PB_GATT", + "name": "BLE_MESH_PB_GATT", + "range": null, + "title": "Provisioning support using GATT (PB-GATT)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to support BLE Mesh Proxy protocol used by PB-GATT\nand other proxy pdu transmission.", + "id": "BLE_MESH_PROXY", + "name": "BLE_MESH_PROXY", + "range": null, + "title": "BLE Mesh Proxy protocol support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option determines for how long the local node advertises using\nNode Identity. The given value is in seconds. The specification limits\nthis to 60 seconds and lists it as the recommended value as well.\nSo leaving the default value is the safest option.\nWhen an unprovisioned device is provisioned successfully and becomes a\nnode, it will start to advertise using Node Identity during the time\nset by this option. And after that, Network ID will be advertised.", + "id": "BLE_MESH_NODE_ID_TIMEOUT", + "name": "BLE_MESH_NODE_ID_TIMEOUT", + "range": null, + "title": "Node Identity advertising timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "This option specifies how many Proxy Filter entries the local node supports.\nThe entries of Proxy filter (whitelist or blacklist) are used to store a\nlist of addresses which can be used to decide which messages will be forwarded\nto the Proxy Client by the Proxy Server.", + "id": "BLE_MESH_PROXY_FILTER_SIZE", + "name": "BLE_MESH_PROXY_FILTER_SIZE", + "range": null, + "title": "Maximum number of filter entries per Proxy Client", + "type": "int" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Service, i.e. the\nability to act as a proxy between a Mesh GATT Client and a Mesh network.\nThis option should be enabled if a node is going to be a Proxy Server.", + "id": "BLE_MESH_GATT_PROXY_SERVER", + "name": "BLE_MESH_GATT_PROXY_SERVER", + "range": null, + "title": "BLE Mesh GATT Proxy Server", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option enables support for Mesh GATT Proxy Client. The Proxy Client\ncan use the GATT bearer to send mesh messages to a node that supports the\nadvertising bearer.", + "id": "BLE_MESH_GATT_PROXY_CLIENT", + "name": "BLE_MESH_GATT_PROXY_CLIENT", + "range": null, + "title": "BLE Mesh GATT Proxy Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable BLE Mesh net buffer pool tracking. This option is used to introduce another\nvariable in the bottom layer to record the usage of advertising buffers of BLE Mesh\ndevices. Recommend to enable this option as default.", + "id": "BLE_MESH_NET_BUF_POOL_USAGE", + "name": "BLE_MESH_NET_BUF_POOL_USAGE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon any pending changes are actually\nwritten into persistent storage (flash) after a change occurs.\nThe option allows nodes to delay a certain period of time to save proper\ninformation to flash. The default value is 0, which means information\nwill be stored immediately once there are updates.", + "id": "BLE_MESH_STORE_TIMEOUT", + "name": "BLE_MESH_STORE_TIMEOUT", + "range": null, + "title": "Delay (in seconds) before storing anything persistently", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines how often the local sequence number gets updated in\npersistent storage (i.e. flash). e.g. a value of 100 means that the\nsequence number will be stored to flash on every 100th increment.\nIf the node sends messages very frequently a higher value makes more\nsense, whereas if the node sends infrequently a value as low as 0\n(update storage for every increment) can make sense. When the stack\ngets initialized it will add sequence number to the last stored one,\nso that it starts off with a value that's guaranteed to be larger than\nthe last one used before power off.", + "id": "BLE_MESH_SEQ_STORE_RATE", + "name": "BLE_MESH_SEQ_STORE_RATE", + "range": null, + "title": "How often the sequence number gets updated in storage", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines in seconds how soon the RPL (Replay Protection List)\ngets written to persistent storage after a change occurs. If the node\nreceives messages frequently, then a large value is recommended. If the\nnode receives messages rarely, then the value can be as low as 0 (which\nmeans the RPL is written into the storage immediately).\nNote that if the node operates in a security-sensitive case, and there is\na risk of sudden power-off, then a value of 0 is strongly recommended.\nOtherwise, a power loss before RPL being written into the storage may\nintroduce message replay attacks and system security will be in a\nvulnerable state.", + "id": "BLE_MESH_RPL_STORE_TIMEOUT", + "name": "BLE_MESH_RPL_STORE_TIMEOUT", + "range": null, + "title": "Minimum frequency that the RPL gets updated in storage", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_NODE && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This option is created to solve the issue of failure in recovering\nnode information after mesh stack updates. In the old version mesh\nstack, there is no key of \"mesh/role\" in nvs. In the new version\nmesh stack, key of \"mesh/role\" is added in nvs, recovering node\ninformation needs to check \"mesh/role\" key in nvs and implements\nselective recovery of mesh node information. Therefore, there may\nbe failure in recovering node information during node restarting\nafter OTA.\n\nThe new version mesh stack adds the option of \"mesh/role\" because\nwe have added the support of storing Provisioner information, while\nthe old version only supports storing node information.\n\nIf users are updating their nodes from old version to new version,\nwe recommend enabling this option, so that system could set the flag\nin advance before recovering node information and make sure the node\ninformation recovering could work as expected.", + "id": "BLE_MESH_SETTINGS_BACKWARD_COMPATIBILITY", + "name": "BLE_MESH_SETTINGS_BACKWARD_COMPATIBILITY", + "range": null, + "title": "A specific option for settings backward compatibility", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_SPECIFIC_PARTITION && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This value defines the name of the specified NVS partition used by the\nmesh stack.", + "id": "BLE_MESH_PARTITION_NAME", + "name": "BLE_MESH_PARTITION_NAME", + "range": null, + "title": "Name of the NVS partition for BLE Mesh", + "type": "string" + } + ], + "depends_on": "BLE_MESH_SETTINGS && BLE_MESH", + "help": "When selected, the mesh stack will use a specified NVS partition instead of\ndefault NVS partition. Note that the specified partition must be registered\nwith NVS using nvs_flash_init_partition() API, and the partition must exists\nin the csv file.\nWhen Provisioner needs to store a large amount of nodes' information in the\nflash (e.g. more than 20), this option is recommended to be enabled.", + "id": "BLE_MESH_SPECIFIC_PARTITION", + "name": "BLE_MESH_SPECIFIC_PARTITION", + "range": null, + "title": "Use a specific NVS partition for BLE Mesh", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_USE_MULTIPLE_NAMESPACE && BLE_MESH_SETTINGS && BLE_MESH", + "help": "This option specifies the maximum NVS namespaces supported by Provisioner.", + "id": "BLE_MESH_MAX_NVS_NAMESPACE", + "name": "BLE_MESH_MAX_NVS_NAMESPACE", + "range": null, + "title": "Maximum number of NVS namespaces", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH_SETTINGS && BLE_MESH", + "help": "When selected, Provisioner can use different NVS namespaces to store\ndifferent instances of mesh information.\nFor example, if in the first room, Provisioner uses NetKey A, AppKey\nA and provisions three devices, these information will be treated as\nmesh information instance A. When the Provisioner moves to the second\nroom, it uses NetKey B, AppKey B and provisions two devices, then the\ninformation will be treated as mesh information instance B.\nHere instance A and instance B will be stored in different namespaces.\nWith this option enabled, Provisioner needs to use specific functions\nto open the corresponding NVS namespace, restore the mesh information,\nrelease the mesh information or erase the mesh information.", + "id": "BLE_MESH_USE_MULTIPLE_NAMESPACE", + "name": "BLE_MESH_USE_MULTIPLE_NAMESPACE", + "range": null, + "title": "Support using multiple NVS namespaces by Provisioner", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "When selected, the BLE Mesh stack will take care of storing/restoring the BLE\nMesh configuration persistently in flash.\nIf the device is a BLE Mesh node, when this option is enabled, the configuration\nof the device will be stored persistently, including unicast address, NetKey,\nAppKey, etc.\nAnd if the device is a BLE Mesh Provisioner, the information of the device will\nbe stored persistently, including the information of provisioned nodes, NetKey,\nAppKey, etc.", + "id": "BLE_MESH_SETTINGS", + "name": "BLE_MESH_SETTINGS", + "range": null, + "title": "Store BLE Mesh configuration persistently", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many subnets a Mesh network can have at the same time.\nIndeed, this value decides the number of the network keys which can be owned by a node.", + "id": "BLE_MESH_SUBNET_COUNT", + "name": "BLE_MESH_SUBNET_COUNT", + "range": null, + "title": "Maximum number of mesh subnets per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many application keys the device can store per network.\nIndeed, this value decides the number of the application keys which can be owned by a node.", + "id": "BLE_MESH_APP_KEY_COUNT", + "name": "BLE_MESH_APP_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per network", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of application keys to which each model\ncan be bound.", + "id": "BLE_MESH_MODEL_KEY_COUNT", + "name": "BLE_MESH_MODEL_KEY_COUNT", + "range": null, + "title": "Maximum number of application keys per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum number of addresses to which each model can\nbe subscribed.", + "id": "BLE_MESH_MODEL_GROUP_COUNT", + "name": "BLE_MESH_MODEL_GROUP_COUNT", + "range": null, + "title": "Maximum number of group address subscriptions per model", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies how many Label UUIDs can be stored.\nIndeed, this value decides the number of the Virtual Addresses can be supported by a node.", + "id": "BLE_MESH_LABEL_COUNT", + "name": "BLE_MESH_LABEL_COUNT", + "range": null, + "title": "Maximum number of Label UUIDs used for Virtual Addresses", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option specifies the maximum capacity of the replay protection list.\nIt is similar to Network message cache size, but has a different purpose.\nThe replay protection list is used to prevent a node from replay attack,\nwhich will store the source address and sequence number of the received\nmesh messages.\nFor Provisioner, the replay protection list size should not be smaller than\nthe maximum number of nodes whose information can be stored. And the element\nnumber of each node should also be taken into consideration. For example, if\nProvisioner can provision up to 20 nodes and each node contains two elements,\nthen the replay protection list size of Provisioner should be at least 40.", + "id": "BLE_MESH_CRPL", + "name": "BLE_MESH_CRPL", + "range": null, + "title": "Maximum capacity of the replay protection list", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_EXPERIMENTAL && BLE_MESH", + "help": "There may be many expired messages in a complex mesh network that would be\nconsidered replayed messages.\nEnable this option will refuse to relay such messages, which could help to\nreduce invalid packets in the mesh network.\nHowever, it should be noted that enabling this option may result in packet\nloss in certain environments.\nTherefore, users need to decide whether to enable this option according to\nthe actual usage situation.", + "id": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "name": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "range": null, + "title": "Not relay replayed messages in a mesh network", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of messages that are cached for the network. This helps prevent\nunnecessary decryption operations and unnecessary relays. This option\nis similar to Replay protection list, but has a different purpose.\nA node is not required to cache the entire Network PDU and may cache\nonly part of it for tracking, such as values for SRC/SEQ or others.", + "id": "BLE_MESH_MSG_CACHE_SIZE", + "name": "BLE_MESH_MSG_CACHE_SIZE", + "range": null, + "title": "Network message cache size", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Number of advertising buffers available. The transport layer reserves\nADV_BUF_COUNT - 3 buffers for outgoing segments. The maximum outgoing\nSDU size is 12 times this value (out of which 4 or 8 bytes are used\nfor the Transport Layer MIC). For example, 5 segments means the maximum\nSDU size is 60 bytes, which leaves 56 bytes for application layer data\nusing a 4-byte MIC, or 52 bytes using an 8-byte MIC.", + "id": "BLE_MESH_ADV_BUF_COUNT", + "name": "BLE_MESH_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "When the IV Update state enters Normal operation or IV Update\nin Progress, we need to keep track of how many hours has passed\nin the state, since the specification requires us to remain in\nthe state at least for 96 hours (Update in Progress has an\nadditional upper limit of 144 hours).\n\nIn order to fulfill the above requirement, even if the node might\nbe powered off once in a while, we need to store persistently\nhow many hours the node has been in the state. This doesn't\nnecessarily need to happen every hour (thanks to the flexible\nduration range). The exact cadence will depend a lot on the\nways that the node will be used and what kind of power source it\nhas.\n\nSince there is no single optimal answer, this configuration\noption allows specifying a divider, i.e. how many intervals\nthe 96 hour minimum gets split into. After each interval the\nduration that the node has been in the current state gets\nstored to flash. E.g. the default value of 4 means that the\nstate is saved every 24 hours (96 / 4).", + "id": "BLE_MESH_IVU_DIVIDER", + "name": "BLE_MESH_IVU_DIVIDER", + "range": null, + "title": "Divider for IV Update state refresh timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "According to Section 3.10.5 of Mesh Specification v1.0.1.\nIf a node in Normal Operation receives a Secure Network beacon with an IV index\nequal to the last known IV index+1 and the IV Update Flag set to 0, the node may\nupdate its IV without going to the IV Update in Progress state, or it may initiate\nan IV Index Recovery procedure (Section 3.10.6), or it may ignore the Secure\nNetwork beacon. The node makes the choice depending on the time since last IV\nupdate and the likelihood that the node has missed the Secure Network beacons\nwith the IV update Flag.\nWhen the above situation is encountered, this option can be used to decide whether\nto perform the IV index recovery procedure.", + "id": "BLE_MESH_IVU_RECOVERY_IVI", + "name": "BLE_MESH_IVU_RECOVERY_IVI", + "range": null, + "title": "Recovery the IV index when the latest whole IV update procedure is missed", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous outgoing multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only send one segmented\nmessage at a time. And if another segmented message is going to be sent, it\nshould wait for the completion of the previous one.\nIf users are going to send multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_TX_SEG_MSG_COUNT", + "name": "BLE_MESH_TX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous outgoing segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of simultaneous incoming multi-segment and/or reliable messages.\nThe default value is 1, which means the device can only receive one segmented\nmessage at a time. And if another segmented message is going to be received,\nit should wait for the completion of the previous one.\nIf users are going to receive multiple segmented messages at the same time, this\nvalue should be configured properly.", + "id": "BLE_MESH_RX_SEG_MSG_COUNT", + "name": "BLE_MESH_RX_SEG_MSG_COUNT", + "range": null, + "title": "Maximum number of simultaneous incoming segmented messages", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum incoming Upper Transport Access PDU length. Leave this to the default\nvalue, unless you really need to optimize memory usage.", + "id": "BLE_MESH_RX_SDU_MAX", + "name": "BLE_MESH_RX_SDU_MAX", + "range": null, + "title": "Maximum incoming Upper Transport Access PDU length", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Maximum number of segments supported for outgoing messages.\nThis value should typically be fine-tuned based on what\nmodels the local node supports, i.e. what's the largest\nmessage payload that the node needs to be able to send.\nThis value affects memory and call stack consumption, which\nis why the default is lower than the maximum that the\nspecification would allow (32 segments).\n\nThe maximum outgoing SDU size is 12 times this number (out of\nwhich 4 or 8 bytes is used for the Transport Layer MIC). For\nexample, 5 segments means the maximum SDU size is 60 bytes,\nwhich leaves 56 bytes for application layer data using a\n4-byte MIC and 52 bytes using an 8-byte MIC.\n\nBe sure to specify a sufficient number of advertising buffers\nwhen setting this option to a higher value. There must be at\nleast three more advertising buffers (BLE_MESH_ADV_BUF_COUNT)\nas there are outgoing segments.", + "id": "BLE_MESH_TX_SEG_MAX", + "name": "BLE_MESH_TX_SEG_MAX", + "range": null, + "title": "Maximum number of segments in outgoing messages", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RELAY_ADV_BUF && BLE_MESH_RELAY && BLE_MESH", + "help": "Number of advertising buffers for relay packets available.", + "id": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "name": "BLE_MESH_RELAY_ADV_BUF_COUNT", + "range": null, + "title": "Number of advertising buffers for relay packets", + "type": "int" + } + ], + "depends_on": "BLE_MESH_RELAY && BLE_MESH", + "help": "When selected, self-send packets will be put in a high-priority\nqueue and relay packets will be put in a low-priority queue.", + "id": "BLE_MESH_RELAY_ADV_BUF", + "name": "BLE_MESH_RELAY_ADV_BUF", + "range": null, + "title": "Use separate advertising buffers for relay packets", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Support for acting as a Mesh Relay Node. Enabling this option will allow\na node to support the Relay feature, and the Relay feature can still\nbe enabled or disabled by proper configuration messages. Disabling this\noption will let a node not support the Relay feature.", + "id": "BLE_MESH_RELAY", + "name": "BLE_MESH_RELAY", + "range": null, + "title": "Relay support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Perform the Friendship establishment using low power with the help of a\nreduced scan duty cycle. The downside of this is that the node may miss\nout on messages intended for it until it has successfully set up Friendship\nwith a Friend node.\nWhen this option is enabled, the node will stop scanning for a period of\ntime after a Friend Request or Friend Poll is sent, so as to reduce more\npower consumption.", + "id": "BLE_MESH_LPN_ESTABLISHMENT", + "name": "BLE_MESH_LPN_ESTABLISHMENT", + "range": null, + "title": "Perform Friendship establishment using low power", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_LPN_AUTO && BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds from the last received message, that the node waits out\nbefore starting to look for Friend nodes.", + "id": "BLE_MESH_LPN_AUTO_TIMEOUT", + "name": "BLE_MESH_LPN_AUTO_TIMEOUT", + "range": null, + "title": "Time from last received message before going to LPN mode", + "type": "int" + } + ], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Once provisioned, automatically enable LPN functionality and start looking\nfor Friend nodes. If this option is disabled LPN mode needs to be manually\nenabled by calling bt_mesh_lpn_set(true).\nWhen an unprovisioned device is provisioned successfully and becomes a node,\nenabling this option will trigger the node starts to send Friend Request at\na certain period until it finds a proper Friend node.", + "id": "BLE_MESH_LPN_AUTO", + "name": "BLE_MESH_LPN_AUTO", + "range": null, + "title": "Automatically start looking for Friend nodes once provisioned", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Time in seconds between Friend Requests, if a previous Friend Request did\nnot yield any acceptable Friend Offers.", + "id": "BLE_MESH_LPN_RETRY_TIMEOUT", + "name": "BLE_MESH_LPN_RETRY_TIMEOUT", + "range": null, + "title": "Retry timeout for Friend requests", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the RSSI, measured by the Friend node, used in Friend\nOffer Delay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nRSSIFactor, one of the parameters carried by Friend Request sent by Low Power\nnode, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RSSI_FACTOR", + "name": "BLE_MESH_LPN_RSSI_FACTOR", + "range": null, + "title": "RSSIFactor, used in Friend Offer Delay calculation", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The contribution of the supported Receive Window used in Friend Offer\nDelay calculations. 0 = 1, 1 = 1.5, 2 = 2, 3 = 2.5.\nReceiveWindowFactor, one of the parameters carried by Friend Request sent by\nLow Power node, which is used to calculate the Friend Offer Delay.", + "id": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "name": "BLE_MESH_LPN_RECV_WIN_FACTOR", + "range": null, + "title": "ReceiveWindowFactor, used in Friend Offer Delay calculation", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The MinQueueSizeLog field is defined as log_2(N), where N is the minimum\nnumber of maximum size Lower Transport PDUs that the Friend node can store\nin its Friend Queue. As an example, MinQueueSizeLog value 1 gives N = 2,\nand value 7 gives N = 128.", + "id": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "name": "BLE_MESH_LPN_MIN_QUEUE_SIZE", + "range": null, + "title": "Minimum size of the acceptable friend queue (MinQueueSizeLog)", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The ReceiveDelay is the time between the Low Power node sending a\nrequest and listening for a response. This delay allows the Friend\nnode time to prepare the response. The value is in units of milliseconds.", + "id": "BLE_MESH_LPN_RECV_DELAY", + "name": "BLE_MESH_LPN_RECV_DELAY", + "range": null, + "title": "Receive delay requested by the local node", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "PollTimeout timer is used to measure time between two consecutive\nrequests sent by a Low Power node. If no requests are received\nthe Friend node before the PollTimeout timer expires, then the\nfriendship is considered terminated. The value is in units of 100\nmilliseconds, so e.g. a value of 300 means 30 seconds.\nThe smaller the value, the faster the Low Power node tries to get\nmessages from corresponding Friend node and vice versa.", + "id": "BLE_MESH_LPN_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_POLL_TIMEOUT", + "range": null, + "title": "The value of the PollTimeout timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "The initial value of the PollTimeout timer when Friendship is to be\nestablished for the first time. After this, the timeout gradually\ngrows toward the actual PollTimeout, doubling in value for each iteration.\nThe value is in units of 100 milliseconds, so e.g. a value of 300 means\n30 seconds.", + "id": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "name": "BLE_MESH_LPN_INIT_POLL_TIMEOUT", + "range": null, + "title": "The starting value of the PollTimeout timer", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Latency (in milliseconds) is the time it takes to enable scanning. In\npractice, it means how much time in advance of the Receive Window, the\nrequest to enable scanning is made.", + "id": "BLE_MESH_LPN_SCAN_LATENCY", + "name": "BLE_MESH_LPN_SCAN_LATENCY", + "range": null, + "title": "Latency for enabling scanning", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Maximum number of groups to which the LPN can subscribe.", + "id": "BLE_MESH_LPN_GROUPS", + "name": "BLE_MESH_LPN_GROUPS", + "range": null, + "title": "Number of groups the LPN can subscribe to", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_LOW_POWER && BLE_MESH", + "help": "Automatically subscribe all nodes address when friendship\nestablished.", + "id": "BLE_MESH_LPN_SUB_ALL_NODES_ADDR", + "name": "BLE_MESH_LPN_SUB_ALL_NODES_ADDR", + "range": null, + "title": "Automatically subscribe all nodes address", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH", + "help": "Enable this option to operate as a Low Power Node. If low power consumption\nis required by a node, this option should be enabled. And once the node\nenters the mesh network, it will try to find a Friend node and establish a\nfriendship.", + "id": "BLE_MESH_LOW_POWER", + "name": "BLE_MESH_LOW_POWER", + "range": null, + "title": "Support for Low Power features", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Receive Window in milliseconds supported by the Friend node.", + "id": "BLE_MESH_FRIEND_RECV_WIN", + "name": "BLE_MESH_FRIEND_RECV_WIN", + "range": null, + "title": "Friend Receive Window", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Minimum number of buffers available to be stored for each local Friend Queue.\nThis option decides the size of each buffer which can be used by a Friend node\nto store messages for each Low Power node.", + "id": "BLE_MESH_FRIEND_QUEUE_SIZE", + "name": "BLE_MESH_FRIEND_QUEUE_SIZE", + "range": null, + "title": "Minimum number of buffers supported per Friend Queue", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Size of the Subscription List that can be supported by a Friend node for a\nLow Power node. And Low Power node can send Friend Subscription List Add or\nFriend Subscription List Remove messages to the Friend node to add or remove\nsubscription addresses.", + "id": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "name": "BLE_MESH_FRIEND_SUB_LIST_SIZE", + "range": null, + "title": "Friend Subscription List Size", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of Low Power Nodes with which a Friend can have Friendship simultaneously.\nA Friend node can have friendship with multiple Low Power nodes at the same time,\nwhile a Low Power node can only establish friendship with only one Friend node at\nthe same time.", + "id": "BLE_MESH_FRIEND_LPN_COUNT", + "name": "BLE_MESH_FRIEND_LPN_COUNT", + "range": null, + "title": "Number of supported LPN nodes", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_FRIEND && BLE_MESH", + "help": "Number of incomplete segment lists tracked for each Friends' LPN.\nIn other words, this determines from how many elements can segmented\nmessages destined for the Friend queue be received simultaneously.", + "id": "BLE_MESH_FRIEND_SEG_RX", + "name": "BLE_MESH_FRIEND_SEG_RX", + "range": null, + "title": "Number of incomplete segment lists per LPN", + "type": "int" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable this option to be able to act as a Friend Node.", + "id": "BLE_MESH_FRIEND", + "name": "BLE_MESH_FRIEND", + "range": null, + "title": "Support for Friend feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH", + "help": "Select this to save the BLE Mesh related rodata code size. Enabling this option\nwill disable the output of BLE Mesh debug log.", + "id": "BLE_MESH_NO_LOG", + "name": "BLE_MESH_NO_LOG", + "range": null, + "title": "Disable BLE Mesh debug logs (minimize bin size)", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_NONE", + "name": "BLE_MESH_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_INFO", + "name": "BLE_MESH_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh stack.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level-ble_mesh_stack", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "title": "BLE_MESH_STACK", + "type": "choice" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_STACK_TRACE_LEVEL", + "name": "BLE_MESH_STACK_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-stack-debug-log-level", + "title": "BLE Mesh STACK DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_NONE", + "range": null, + "title": "NONE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_ERROR", + "range": null, + "title": "ERROR", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_WARNING", + "range": null, + "title": "WARNING", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_INFO", + "range": null, + "title": "INFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_DEBUG", + "range": null, + "title": "DEBUG", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL_VERBOSE", + "range": null, + "title": "VERBOSE", + "type": "bool" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": "Define BLE Mesh trace level for BLE Mesh net buffer.", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level-ble_mesh_net_buf", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "title": "BLE_MESH_NET_BUF", + "type": "choice" + }, + { + "children": [], + "depends_on": "BLE_MESH && BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "help": null, + "id": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "name": "BLE_MESH_NET_BUF_TRACE_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "BLE_MESH && !BLE_MESH_NO_LOG && BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-net-buf-debug-log-level", + "title": "BLE Mesh NET BUF DEBUG LOG LEVEL", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Timeout value used by the node to get response of the acknowledged\nmessage which is sent by the client model.\nThis value indicates the maximum time that a client model waits for\nthe response of the sent acknowledged messages. If a client model\nuses 0 as the timeout value when sending acknowledged messages, then\nthe default value will be used which is four seconds.", + "id": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "name": "BLE_MESH_CLIENT_MSG_TIMEOUT", + "range": null, + "title": "Timeout(ms) for client message response", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Configuration Client model.", + "id": "BLE_MESH_CFG_CLI", + "name": "BLE_MESH_CFG_CLI", + "range": null, + "title": "Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Health Client model.", + "id": "BLE_MESH_HEALTH_CLI", + "name": "BLE_MESH_HEALTH_CLI", + "range": null, + "title": "Health Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Health Server model.", + "id": "BLE_MESH_HEALTH_SRV", + "name": "BLE_MESH_HEALTH_SRV", + "range": null, + "title": "Health Server model", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-foundation-models", + "title": "Support for BLE Mesh Foundation models", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic OnOff Client model.", + "id": "BLE_MESH_GENERIC_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_ONOFF_CLI", + "range": null, + "title": "Generic OnOff Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Level Client model.", + "id": "BLE_MESH_GENERIC_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_LEVEL_CLI", + "range": null, + "title": "Generic Level Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Default Transition Time Client model.", + "id": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "name": "BLE_MESH_GENERIC_DEF_TRANS_TIME_CLI", + "range": null, + "title": "Generic Default Transition Time Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power OnOff Client model.", + "id": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "name": "BLE_MESH_GENERIC_POWER_ONOFF_CLI", + "range": null, + "title": "Generic Power OnOff Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Power Level Client model.", + "id": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "name": "BLE_MESH_GENERIC_POWER_LEVEL_CLI", + "range": null, + "title": "Generic Power Level Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Battery Client model.", + "id": "BLE_MESH_GENERIC_BATTERY_CLI", + "name": "BLE_MESH_GENERIC_BATTERY_CLI", + "range": null, + "title": "Generic Battery Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Location Client model.", + "id": "BLE_MESH_GENERIC_LOCATION_CLI", + "name": "BLE_MESH_GENERIC_LOCATION_CLI", + "range": null, + "title": "Generic Location Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic Property Client model.", + "id": "BLE_MESH_GENERIC_PROPERTY_CLI", + "name": "BLE_MESH_GENERIC_PROPERTY_CLI", + "range": null, + "title": "Generic Property Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Sensor Client model.", + "id": "BLE_MESH_SENSOR_CLI", + "name": "BLE_MESH_SENSOR_CLI", + "range": null, + "title": "Sensor Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Time Client model.", + "id": "BLE_MESH_TIME_CLI", + "name": "BLE_MESH_TIME_CLI", + "range": null, + "title": "Time Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scene Client model.", + "id": "BLE_MESH_SCENE_CLI", + "name": "BLE_MESH_SCENE_CLI", + "range": null, + "title": "Scene Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Scheduler Client model.", + "id": "BLE_MESH_SCHEDULER_CLI", + "name": "BLE_MESH_SCHEDULER_CLI", + "range": null, + "title": "Scheduler Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light Lightness Client model.", + "id": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "name": "BLE_MESH_LIGHT_LIGHTNESS_CLI", + "range": null, + "title": "Light Lightness Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light CTL Client model.", + "id": "BLE_MESH_LIGHT_CTL_CLI", + "name": "BLE_MESH_LIGHT_CTL_CLI", + "range": null, + "title": "Light CTL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light HSL Client model.", + "id": "BLE_MESH_LIGHT_HSL_CLI", + "name": "BLE_MESH_LIGHT_HSL_CLI", + "range": null, + "title": "Light HSL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light XYL Client model.", + "id": "BLE_MESH_LIGHT_XYL_CLI", + "name": "BLE_MESH_LIGHT_XYL_CLI", + "range": null, + "title": "Light XYL Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Light LC Client model.", + "id": "BLE_MESH_LIGHT_LC_CLI", + "name": "BLE_MESH_LIGHT_LC_CLI", + "range": null, + "title": "Light LC Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Generic server models.", + "id": "BLE_MESH_GENERIC_SERVER", + "name": "BLE_MESH_GENERIC_SERVER", + "range": null, + "title": "Generic server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Sensor server models.", + "id": "BLE_MESH_SENSOR_SERVER", + "name": "BLE_MESH_SENSOR_SERVER", + "range": null, + "title": "Sensor server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Time and Scenes server models.", + "id": "BLE_MESH_TIME_SCENE_SERVER", + "name": "BLE_MESH_TIME_SCENE_SERVER", + "range": null, + "title": "Time and Scenes server models", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable support for Lighting server models.", + "id": "BLE_MESH_LIGHTING_SERVER", + "name": "BLE_MESH_LIGHTING_SERVER", + "range": null, + "title": "Lighting server models", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-support-for-ble-mesh-client-server-models", + "title": "Support for BLE Mesh Client/Server models", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option removes the 96 hour limit of the IV Update Procedure and\nlets the state to be changed at any time.\nIf IV Update test mode is going to be used, this option should be enabled.", + "id": "BLE_MESH_IV_UPDATE_TEST", + "name": "BLE_MESH_IV_UPDATE_TEST", + "range": null, + "title": "Test the IV Update Procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option is used to decide whether discarding the old SeqAuth when\nreceiving a segmented message.", + "id": "BLE_MESH_DISCARD_OLD_SEQ_AUTH", + "name": "BLE_MESH_DISCARD_OLD_SEQ_AUTH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH", + "help": "This option adds extra self-tests which are run every time BLE Mesh\nnetworking is initialized.", + "id": "BLE_MESH_SELF_TEST", + "name": "BLE_MESH_SELF_TEST", + "range": null, + "title": "Perform BLE Mesh self-tests", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_BQB_TEST && BLE_MESH", + "help": "This option is used to enable the log of auto-pts test.", + "id": "BLE_MESH_BQB_TEST_LOG", + "name": "BLE_MESH_BQB_TEST_LOG", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "This option is used to enable some internal functions for auto-pts test.", + "id": "BLE_MESH_BQB_TEST", + "name": "BLE_MESH_BQB_TEST", + "range": null, + "title": "Enable BLE Mesh specific internal test", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_SELF_TEST && BLE_MESH", + "help": "With this option enabled, an unprovisioned device can automatically\nenters mesh network using a specific test function without the pro-\nvisioning procedure. And on the Provisioner side, a test function\nneeds to be invoked to add the node information into the mesh stack.", + "id": "BLE_MESH_TEST_AUTO_ENTER_NETWORK", + "name": "BLE_MESH_TEST_AUTO_ENTER_NETWORK", + "range": null, + "title": "Unprovisioned device enters mesh network automatically", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_SELF_TEST && BLE_MESH", + "help": "With this option enabled, users can use white list to filter mesh\nadvertising packets while scanning.", + "id": "BLE_MESH_TEST_USE_WHITE_LIST", + "name": "BLE_MESH_TEST_USE_WHITE_LIST", + "range": null, + "title": "Use white list to filter mesh advertising packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Activate shell module that provides BLE Mesh commands to the console.", + "id": "BLE_MESH_SHELL", + "name": "BLE_MESH_SHELL", + "range": null, + "title": "Enable BLE Mesh shell", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Network layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_NET", + "name": "BLE_MESH_DEBUG_NET", + "range": null, + "title": "Network layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Transport layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_TRANS", + "name": "BLE_MESH_DEBUG_TRANS", + "range": null, + "title": "Transport layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Beacon-related debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_BEACON", + "name": "BLE_MESH_DEBUG_BEACON", + "range": null, + "title": "Beacon debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable cryptographic debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_CRYPTO", + "name": "BLE_MESH_DEBUG_CRYPTO", + "range": null, + "title": "Crypto debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Provisioning debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROV", + "name": "BLE_MESH_DEBUG_PROV", + "range": null, + "title": "Provisioning debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Access layer debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ACCESS", + "name": "BLE_MESH_DEBUG_ACCESS", + "range": null, + "title": "Access layer debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Foundation Models debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_MODEL", + "name": "BLE_MESH_DEBUG_MODEL", + "range": null, + "title": "Foundation model debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable advertising debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_ADV", + "name": "BLE_MESH_DEBUG_ADV", + "range": null, + "title": "Advertising debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Low Power debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_LOW_POWER", + "name": "BLE_MESH_DEBUG_LOW_POWER", + "range": null, + "title": "Low Power debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Friend debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_FRIEND", + "name": "BLE_MESH_DEBUG_FRIEND", + "range": null, + "title": "Friend debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY && BLE_MESH_DEBUG && BLE_MESH", + "help": "Enable Proxy protocol debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG_PROXY", + "name": "BLE_MESH_DEBUG_PROXY", + "range": null, + "title": "Proxy debug", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "help": "Enable debug logs for the BLE Mesh functionality.", + "id": "BLE_MESH_DEBUG", + "name": "BLE_MESH_DEBUG", + "range": null, + "title": "Enable BLE Mesh debug logs", + "type": "bool" + } + ], + "depends_on": "BLE_MESH", + "id": "component-config-esp-ble-mesh-support-ble-mesh-specific-test-option", + "title": "BLE Mesh specific test option", + "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Make BLE Mesh Experimental features visible.\nExperimental features list:\n- CONFIG_BLE_MESH_NOT_RELAY_REPLAY_MSG", + "id": "BLE_MESH_EXPERIMENTAL", + "name": "BLE_MESH_EXPERIMENTAL", + "range": null, + "title": "Make BLE Mesh experimental features visible", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": "This option enables ESP BLE Mesh support. The specific features that are\navailable may depend on other features that have been enabled in the\nstack, such as Bluetooth Support, Bluedroid Support & GATT support.", + "id": "BLE_MESH", + "is_menuconfig": true, + "name": "BLE_MESH", + "range": null, + "title": "ESP BLE Mesh Support", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", + "id": "ADC_DISABLE_DAC", + "name": "ADC_DISABLE_DAC", + "range": null, + "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Wether to suppress the deprecation warnings when using legacy adc driver (driver/adc.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "ADC_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CAL_EFUSE_TP_ENABLE", + "name": "ADC_CAL_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CAL_EFUSE_VREF_ENABLE", + "name": "ADC_CAL_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CAL_LUT_ENABLE", + "name": "ADC_CAL_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Wether to suppress the deprecation warnings when using legacy adc calibration\ndriver (esp_adc_cal.h).\nIf you want to continue using the legacy driver, and don't want to see related\ndeprecation warnings, you can enable this option.", + "id": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-legacy-adc-configuration-legacy-adc-calibration-configuration", + "title": "Legacy ADC Calibration Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-legacy-adc-configuration", + "title": "Legacy ADC Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nThis configuration won't be available if `CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH` is enabled.\n\nDuring unit test, this is enabled to measure the ideal case of api.", + "id": "SPI_MASTER_IN_IRAM", + "name": "SPI_MASTER_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI master into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_PLACE_FUNCTION_INTO_FLASH", + "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nEnabling this configuration is possible only when HEAP_PLACE_FUNCTION_INTO_FLASH\nis disabled since the spi master uses can allocate transactions buffers into DMA\nmemory section using the heap component API that ipso facto has to be placed in IRAM.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_MASTER_ISR_IN_IRAM", + "name": "SPI_MASTER_ISR_IN_IRAM", + "range": null, + "title": "Place SPI master ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", + "id": "SPI_SLAVE_IN_IRAM", + "name": "SPI_SLAVE_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI slave into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_SLAVE_ISR_IN_IRAM", + "name": "SPI_SLAVE_ISR_IN_IRAM", + "range": null, + "title": "Place SPI slave ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-spi-configuration", + "title": "SPI Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TWAI_SUPPORTED", + "help": "Place the TWAI ISR in to IRAM. This will allow the ISR to avoid\ncache misses, and also be able to run whilst the cache is disabled\n(such as when writing to SPI Flash).\nNote that if this option is enabled:\n- Users should also set the ESP_INTR_FLAG_IRAM in the driver\nconfiguration structure when installing the driver (see docs for\nspecifics).\n- Alert logging (i.e., setting of the TWAI_ALERT_AND_LOG flag)\nwill have no effect.", + "id": "TWAI_ISR_IN_IRAM", + "name": "TWAI_ISR_IN_IRAM", + "range": null, + "title": "Place TWAI ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "When the bus-off condition is reached, the REC should be reset to 0 and frozen (via LOM) by the\ndriver's ISR. However on the ESP32, there is an edge case where the REC will increase before the\ndriver's ISR can respond in time (e.g., due to the rapid occurrence of bus errors), thus causing the\nREC to be non-zero after bus-off. A non-zero REC can prevent bus-off recovery as the bus-off recovery\ncondition is that both TEC and REC become 0. Enabling this option will add a workaround in the driver\nto forcibly reset REC to zero on reaching bus-off.", + "id": "TWAI_ERRATA_FIX_BUS_OFF_REC", + "name": "TWAI_ERRATA_FIX_BUS_OFF_REC", + "range": null, + "title": "Add SW workaround for REC change during bus-off", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when a transmit interrupt occurs, and interrupt register is read on the same APB clock\ncycle, the transmit interrupt could be lost. Enabling this option will add a workaround that checks the\ntransmit buffer status bit to recover any lost transmit interrupt.", + "id": "TWAI_ERRATA_FIX_TX_INTR_LOST", + "name": "TWAI_ERRATA_FIX_TX_INTR_LOST", + "range": null, + "title": "Add SW workaround for TX interrupt lost errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when receiving a data or remote frame, if a bus error occurs in the data or CRC field,\nthe data of the next received frame could be invalid. Enabling this option will add a workaround that\nwill reset the peripheral on detection of this errata condition. Note that if a frame is transmitted on\nthe bus whilst the reset is ongoing, the message will not be receive by the peripheral sent on the bus\nduring the reset, the message will be lost.", + "id": "TWAI_ERRATA_FIX_RX_FRAME_INVALID", + "name": "TWAI_ERRATA_FIX_RX_FRAME_INVALID", + "range": null, + "title": "Add SW workaround for invalid RX frame errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && SOC_TWAI_SUPPORTED", + "help": "On the ESP32, when the RX FIFO overruns and the RX message counter maxes out at 64 messages, the entire\nRX FIFO is no longer recoverable. Enabling this option will add a workaround that resets the peripheral\non detection of this errata condition. Note that if a frame is being sent on the bus during the reset\nbus during the reset, the message will be lost.", + "id": "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT", + "name": "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT", + "range": null, + "title": "Add SW workaround for RX FIFO corruption errata", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C3) && SOC_TWAI_SUPPORTED", + "help": "When in the listen only mode, the TWAI controller must not influence the TWAI bus (i.e., must not send\nany dominant bits). However, while in listen only mode on the ESP32/ESP32-S2/ESP32-S3/ESP32-C3, the\nTWAI controller will still transmit dominant bits when it detects an error (i.e., as part of an active\nerror frame). Enabling this option will add a workaround that forces the TWAI controller into an error\npassive state on initialization, thus preventing any dominant bits from being sent.", + "id": "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM", + "name": "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM", + "range": null, + "title": "Add SW workaround for listen only transmits dominant bit errata", + "type": "bool" + } + ], + "depends_on": "SOC_TWAI_SUPPORTED", + "id": "component-config-driver-configurations-twai-configuration", + "title": "TWAI Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy temperature sensor driver\n(driver/temp_sensor.h). If you want to continue using the legacy driver,\nand don't want to see related deprecation warnings, you can enable this option.", + "id": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "name": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "Wether to enable the debug log message for temperature sensor driver.\nNote that, this option only controls the temperature sensor driver log, won't affect other drivers.", + "id": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "name": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT && SOC_TEMP_SENSOR_SUPPORTED", + "help": "Ensure the Temperature Sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "TEMP_SENSOR_ISR_IRAM_SAFE", + "name": "TEMP_SENSOR_ISR_IRAM_SAFE", + "range": null, + "title": "Temperature sensor ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "id": "component-config-driver-configurations-temperature-sensor-configuration", + "title": "Temperature sensor Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", + "id": "UART_ISR_IN_IRAM", + "name": "UART_ISR_IN_IRAM", + "range": null, + "title": "Place UART ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-uart-configuration", + "title": "UART Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option is intended to fix the bug that ESP32 is not able to switch to configured\npullup/pulldown mode in sleep.\nIf this option is selected, chip will automatically emulate the behaviour of switching,\nand about 450B of source codes would be placed into IRAM.", + "id": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "name": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "range": null, + "title": "Support light sleep GPIO pullup/pulldown configuration for ESP32", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Place GPIO control functions (like intr_disable/set_level) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "GPIO_CTRL_FUNC_IN_IRAM", + "name": "GPIO_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPIO control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-gpio-configuration", + "title": "GPIO Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "Place SDM control functions (like set_duty) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "SDM_CTRL_FUNC_IN_IRAM", + "name": "SDM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place SDM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy sigma delta driver.\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "SDM_SUPPRESS_DEPRECATE_WARN", + "name": "SDM_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "Wether to enable the debug log message for SDM driver.\nNote that, this option only controls the SDM driver log, won't affect other drivers.", + "id": "SDM_ENABLE_DEBUG_LOG", + "name": "SDM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_SDM_SUPPORTED", + "id": "component-config-driver-configurations-sigma-delta-modulator-configuration", + "title": "Sigma Delta Modulator Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Ensure the Analog Comparator interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "ANA_CMPR_ISR_IRAM_SAFE", + "name": "ANA_CMPR_ISR_IRAM_SAFE", + "range": null, + "title": "Analog comparator ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Place Analog Comparator control functions (like ana_cmpr_set_internal_reference) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "name": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place Analog Comparator control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Wether to enable the debug log message for Analog Comparator driver.\nNote that, this option only controls the Analog Comparator driver log, won't affect other drivers.", + "id": "ANA_CMPR_ENABLE_DEBUG_LOG", + "name": "ANA_CMPR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "id": "component-config-driver-configurations-analog-comparator-configuration", + "title": "Analog Comparator Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place GPTimer ISR handler into IRAM for better performance and fewer cache misses.", + "id": "GPTIMER_ISR_HANDLER_IN_IRAM", + "name": "GPTIMER_ISR_HANDLER_IN_IRAM", + "range": null, + "title": "Place GPTimer ISR handler into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Place GPTimer control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "GPTIMER_CTRL_FUNC_IN_IRAM", + "name": "GPTIMER_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPTimer control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Ensure the GPTimer interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "GPTIMER_ISR_IRAM_SAFE", + "name": "GPTIMER_ISR_IRAM_SAFE", + "range": null, + "title": "GPTimer ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Wether to suppress the deprecation warnings when using legacy timer group driver (driver/timer.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "GPTIMER_SUPPRESS_DEPRECATE_WARN", + "name": "GPTIMER_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Wether to enable the debug log message for GPTimer driver.\nNote that, this option only controls the GPTimer driver log, won't affect other drivers.", + "id": "GPTIMER_ENABLE_DEBUG_LOG", + "name": "GPTIMER_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-gptimer-configuration", + "title": "GPTimer Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Place PCNT control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "PCNT_CTRL_FUNC_IN_IRAM", + "name": "PCNT_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place PCNT control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Ensure the PCNT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PCNT_ISR_IRAM_SAFE", + "name": "PCNT_ISR_IRAM_SAFE", + "range": null, + "title": "PCNT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy PCNT driver (driver/pcnt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "PCNT_SUPPRESS_DEPRECATE_WARN", + "name": "PCNT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Wether to enable the debug log message for PCNT driver.\nNote that, this option only controls the PCNT driver log, won't affect other drivers.", + "id": "PCNT_ENABLE_DEBUG_LOG", + "name": "PCNT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_PCNT_SUPPORTED", + "id": "component-config-driver-configurations-pcnt-configuration", + "title": "PCNT Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Ensure the RMT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "RMT_ISR_IRAM_SAFE", + "name": "RMT_ISR_IRAM_SAFE", + "range": null, + "title": "RMT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Place RMT receive function into IRAM,\nso that the receive function can be IRAM-safe and able to be called when the flash cache is disabled.\nEnabling this option can improve driver performance as well.", + "id": "RMT_RECV_FUNC_IN_IRAM", + "name": "RMT_RECV_FUNC_IN_IRAM", + "range": null, + "title": "Place RMT receive function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy rmt driver (driver/rmt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "RMT_SUPPRESS_DEPRECATE_WARN", + "name": "RMT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Wether to enable the debug log message for RMT driver.\nNote that, this option only controls the RMT driver log, won't affect other drivers.", + "id": "RMT_ENABLE_DEBUG_LOG", + "name": "RMT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_RMT_SUPPORTED", + "id": "component-config-driver-configurations-rmt-configuration", + "title": "RMT Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "This will ensure the MCPWM interrupt handle is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write)", + "id": "MCPWM_ISR_IRAM_SAFE", + "name": "MCPWM_ISR_IRAM_SAFE", + "range": null, + "title": "Place MCPWM ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Place MCPWM control functions (like set_compare_value) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "MCPWM_CTRL_FUNC_IN_IRAM", + "name": "MCPWM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place MCPWM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy MCPWM driver (driver/mcpwm.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "MCPWM_SUPPRESS_DEPRECATE_WARN", + "name": "MCPWM_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Wether to enable the debug log message for MCPWM driver.\nNote that, this option only controls the MCPWM driver log, won't affect other drivers.", + "id": "MCPWM_ENABLE_DEBUG_LOG", + "name": "MCPWM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_MCPWM_SUPPORTED", + "id": "component-config-driver-configurations-mcpwm-configuration", + "title": "MCPWM Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Ensure the I2S interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "I2S_ISR_IRAM_SAFE", + "name": "I2S_ISR_IRAM_SAFE", + "range": null, + "title": "I2S ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Enable this option will suppress the deprecation warnings of using APIs in legacy I2S driver.", + "id": "I2S_SUPPRESS_DEPRECATE_WARN", + "name": "I2S_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress leagcy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Wether to enable the debug log message for I2S driver.\nNote that, this option only controls the I2S driver log, will not affect other drivers.", + "id": "I2S_ENABLE_DEBUG_LOG", + "name": "I2S_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable I2S debug log", + "type": "bool" + } + ], + "depends_on": "SOC_I2S_SUPPORTED", + "id": "component-config-driver-configurations-i2s-configuration", + "title": "I2S Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Place DAC control functions (e.g. 'dac_oneshot_output_voltage') into IRAM,\nso that this function can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "DAC_CTRL_FUNC_IN_IRAM", + "name": "DAC_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place DAC control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Ensure the DAC interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "DAC_ISR_IRAM_SAFE", + "name": "DAC_ISR_IRAM_SAFE", + "range": null, + "title": "DAC ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Wether to suppress the deprecation warnings when using legacy DAC driver (driver/dac.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "DAC_SUPPRESS_DEPRECATE_WARN", + "name": "DAC_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Wether to enable the debug log message for DAC driver.\nNote that, this option only controls the DAC driver log, won't affect other drivers.", + "id": "DAC_ENABLE_DEBUG_LOG", + "name": "DAC_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_DMA_16BIT_ALIGN && SOC_DAC_SUPPORTED", + "help": "Whether to left shift the continuous data to align every bytes to 16 bits in the driver.\nOn ESP32, although the DAC resolution is only 8 bits,\nthe hardware requires 16 bits data in continuous mode.\nBy enabling this option, the driver will left shift 8 bits for the input data automatically.\nOnly disable this option when you decide to do this step by yourself.\nNote that the driver will allocate a new piece of memory to save the converted data.", + "id": "DAC_DMA_AUTO_16BIT_ALIGN", + "name": "DAC_DMA_AUTO_16BIT_ALIGN", + "range": null, + "title": "Align the continuous data to 16 bit automatically", + "type": "bool" + } + ], + "depends_on": "SOC_DAC_SUPPORTED", + "id": "component-config-driver-configurations-dac-configuration", + "title": "DAC Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "PM_ENABLE && ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED && !SOC_USB_SERIAL_JTAG_SUPPORT_LIGHT_SLEEP && SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "If enabled, the chip will constantly monitor the connection status of the USB Serial/JTAG port. As long\nas the USB Serial/JTAG is connected, a ESP_PM_NO_LIGHT_SLEEP power management lock will be acquired to\nprevent the system from entering light sleep.\nThis option can be useful if serial monitoring is needed via USB Serial/JTAG while power management is\nenabled, as the USB Serial/JTAG cannot work under light sleep and after waking up from light sleep.\nNote. This option can only control the automatic Light-Sleep behavior. If esp_light_sleep_start() is\ncalled manually from the program, enabling this option will not prevent light sleep entry even if the\nUSB Serial/JTAG is in use.", + "id": "USJ_NO_AUTO_LS_ON_CONNECTION", + "name": "USJ_NO_AUTO_LS_ON_CONNECTION", + "range": null, + "title": "Don't enter the automatic light sleep when USB Serial/JTAG port is connected", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "id": "component-config-driver-configurations-usb-serial-jtag-configuration", + "title": "USB Serial/JTAG Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "Wether to enable the debug log message for parallel IO driver.\nNote that, this option only controls the parallel IO driver log, won't affect other drivers.", + "id": "PARLIO_ENABLE_DEBUG_LOG", + "name": "PARLIO_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "Ensure the Parallel IO interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PARLIO_ISR_IRAM_SAFE", + "name": "PARLIO_ISR_IRAM_SAFE", + "range": null, + "title": "Parallel IO ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_PARLIO_SUPPORTED", + "id": "component-config-driver-configurations-parallel-io-configuration", + "title": "Parallel IO Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations", + "title": "Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_CUSTOM_TABLE", + "help": "Name of the custom eFuse CSV filename. This path is evaluated\nrelative to the project root directory.", + "id": "EFUSE_CUSTOM_TABLE_FILENAME", + "name": "EFUSE_CUSTOM_TABLE_FILENAME", + "range": null, + "title": "Custom eFuse CSV file", + "type": "string" + } + ], + "depends_on": null, + "help": "Allows to generate a structure for eFuse from the CSV file.", + "id": "EFUSE_CUSTOM_TABLE", + "name": "EFUSE_CUSTOM_TABLE", + "range": null, + "title": "Use custom eFuse table", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", + "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", + "range": null, + "title": "Keep eFuses in flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "EFUSE_VIRTUAL", + "help": "If enabled, log efuse burns. This shows changes that would be made.", + "id": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "name": "EFUSE_VIRTUAL_LOG_ALL_WRITES", + "range": null, + "title": "Log all virtual writes", + "type": "bool" + } + ], + "depends_on": null, + "help": "If \"n\" - No virtual mode. All eFuse operations are real and use eFuse registers.\nIf \"y\" - The virtual mode is enabled and all eFuse operations (read and write) are redirected\nto RAM instead of eFuse registers, all permanent changes (via eFuse) are disabled.\nLog output will state changes that would be applied, but they will not be.\n\nIf it is \"y\", then SECURE_FLASH_ENCRYPTION_MODE_RELEASE cannot be used.\nBecause the EFUSE VIRT mode is for testing only.\n\nDuring startup, the eFuses are copied into RAM. This mode is useful for fast tests.", + "id": "EFUSE_VIRTUAL", + "name": "EFUSE_VIRTUAL", + "range": null, + "title": "Simulate eFuse operations in RAM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "name": "EFUSE_CODE_SCHEME_COMPAT_NONE", + "range": null, + "title": "None Only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "name": "EFUSE_CODE_SCHEME_COMPAT_3_4", + "range": null, + "title": "3/4 and None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "name": "EFUSE_CODE_SCHEME_COMPAT_REPEAT", + "range": null, + "title": "Repeat, 3/4 and None (common table does not support it)", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "Selector eFuse code scheme.", + "id": "component-config-efuse-bit-manager-coding-scheme-compatibility", + "name": "EFUSE_CODE_SCHEME_SELECTOR", + "title": "Coding Scheme Compatibility", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "EFUSE_MAX_BLK_LEN", + "name": "EFUSE_MAX_BLK_LEN", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-efuse-bit-manager", + "title": "eFuse Bit Manager", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TLS_USING_MBEDTLS", + "name": "ESP_TLS_USING_MBEDTLS", + "range": null, + "title": "mbedTLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "TLS_STACK_WOLFSSL && ", + "help": null, + "id": "ESP_TLS_USING_WOLFSSL", + "name": "ESP_TLS_USING_WOLFSSL", + "range": null, + "title": "wolfSSL (License info in wolfSSL directory README)", + "type": "bool" + } + ], + "depends_on": null, + "help": "The ESP-TLS APIs support multiple backend TLS libraries. Currently mbedTLS and WolfSSL are\nsupported. Different TLS libraries may support different features and have different resource\nusage. Consult the ESP-TLS documentation in ESP-IDF Programming guide for more details.", + "id": "component-config-esp-tls-choose-ssl-tls-library-for-esp-tls-see-help-for-more-info-", + "name": "ESP_TLS_LIBRARY_CHOOSE", + "title": "Choose SSL/TLS library for ESP-TLS (See help for more Info)", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS", + "help": "Enable use of Secure Element for ESP-TLS, this enables internal support for\nATECC608A peripheral on ESPWROOM32SE, which can be used for TLS connection.", + "id": "ESP_TLS_USE_SECURE_ELEMENT", + "name": "ESP_TLS_USE_SECURE_ELEMENT", + "range": null, + "title": "Use Secure Element (ATECC608A) with ESP-TLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && SOC_DIG_SIGN_SUPPORTED", + "help": "Enable use of the Digital Signature Peripheral for ESP-TLS.The DS peripheral\ncan only be used when it is appropriately configured for TLS.\nConsult the ESP-TLS documentation in ESP-IDF Programming Guide for more details.", + "id": "ESP_TLS_USE_DS_PERIPHERAL", + "name": "ESP_TLS_USE_DS_PERIPHERAL", + "range": null, + "title": "Use Digital Signature (DS) Peripheral with ESP-TLS", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "help": "Enable session ticket support as specified in RFC5077.", + "id": "ESP_TLS_CLIENT_SESSION_TICKETS", + "name": "ESP_TLS_CLIENT_SESSION_TICKETS", + "range": null, + "title": "Enable client session tickets", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_SERVER_SESSION_TICKETS", + "help": "Sets the session ticket timeout used in the tls server.", + "id": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", + "name": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", + "range": null, + "title": "Server session ticket timeout in seconds", + "type": "int" + } + ], + "depends_on": "ESP_TLS_SERVER && ESP_TLS_USING_MBEDTLS && MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "help": "Enable session ticket support as specified in RFC5077", + "id": "ESP_TLS_SERVER_SESSION_TICKETS", + "name": "ESP_TLS_SERVER_SESSION_TICKETS", + "range": null, + "title": "Enable server session tickets", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && ESP_TLS_SERVER", + "help": "Ability to configure and use a certificate selection callback during server handshake,\nto select a certificate to present to the client based on the TLS extensions supplied in\nthe client hello (alpn, sni, etc).", + "id": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "name": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "range": null, + "title": "Certificate selection hook", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_SERVER && ESP_TLS_USING_MBEDTLS", + "help": "When this option is enabled, the peer (here, the client) certificate is checked by the server,\nhowever the handshake continues even if verification failed. By default, the\npeer certificate is not checked and ignored by the server.\n\nmbedtls_ssl_get_verify_result() can be called after the handshake is complete to\nretrieve status of verification.", + "id": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "name": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "range": null, + "title": "ESP-TLS Server: Set minimum Certificate Verification mode to Optional", + "type": "bool" + } + ], + "depends_on": "(ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER) || ESP_TLS_USING_WOLFSSL", + "help": "Enable support for creating server side SSL/TLS session, available for mbedTLS\nas well as wolfSSL TLS library.", + "id": "ESP_TLS_SERVER", + "name": "ESP_TLS_SERVER", + "range": null, + "title": "Enable ESP-TLS Server", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for pre shared key ciphers, supported for both mbedTLS as well as\nwolfSSL TLS library.", + "id": "ESP_TLS_PSK_VERIFICATION", + "name": "ESP_TLS_PSK_VERIFICATION", + "range": null, + "title": "Enable PSK verification", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_INSECURE", + "help": "After enabling this option the esp-tls client will skip the server certificate verification\nby default. Note that this option will only modify the default behaviour of esp-tls client\nregarding server cert verification. The default behaviour should only be applicable when\nno other option regarding the server cert verification is opted in the esp-tls config\n(e.g. crt_bundle_attach, use_global_ca_store etc.).\nWARNING : Enabling this option comes with a potential risk of establishing a TLS connection\nwith a server which has a fake identity, provided that the server certificate\nis not provided either through API or other mechanism like ca_store etc.", + "id": "ESP_TLS_SKIP_SERVER_CERT_VERIFY", + "name": "ESP_TLS_SKIP_SERVER_CERT_VERIFY", + "range": null, + "title": "Skip server certificate verification by default (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "help": "You can enable some potentially insecure options. These options should only be used for testing pusposes.\nOnly enable these options if you are very sure.", + "id": "ESP_TLS_INSECURE", + "name": "ESP_TLS_INSECURE", + "range": null, + "title": "Allow potentially insecure options", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enables server verification with Intermediate CA cert, does not authenticate full chain\nof trust upto the root CA cert (After Enabling this option client only needs to have Intermediate\nCA certificate of the server to authenticate server, root CA cert is not necessary).", + "id": "ESP_WOLFSSL_SMALL_CERT_VERIFY", + "name": "ESP_WOLFSSL_SMALL_CERT_VERIFY", + "range": null, + "title": "Enable SMALL_CERT_VERIFY", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enable detailed debug prints for wolfSSL SSL library.", + "id": "ESP_DEBUG_WOLFSSL", + "name": "ESP_DEBUG_WOLFSSL", + "range": null, + "title": "Enable debug logs for wolfSSL", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-tls", + "title": "ESP-TLS", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place ISR version ADC oneshot mode read function into IRAM.", + "id": "ADC_ONESHOT_CTRL_FUNC_IN_IRAM", + "name": "ADC_ONESHOT_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place ISR version ADC oneshot mode read function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ADC_DMA_SUPPORTED", + "help": "Ensure the ADC continuous mode ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "ADC_CONTINUOUS_ISR_IRAM_SAFE", + "name": "ADC_CONTINUOUS_ISR_IRAM_SAFE", + "range": null, + "title": "ADC continuous mode driver ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CALI_EFUSE_TP_ENABLE", + "name": "ADC_CALI_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CALI_EFUSE_VREF_ENABLE", + "name": "ADC_CALI_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CALI_LUT_ENABLE", + "name": "ADC_CALI_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "id": "component-config-adc-and-adc-calibration-adc-calibration-configurations", + "title": "ADC Calibration Configurations", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "By default, this is set. The ADC oneshot driver will disable the output of the\ncorresponding DAC channels:\nESP32: IO25 and IO26\nESP32S2: IO17 and IO18\n\nDisable this option so as to measure the output of DAC by internal ADC, for test usage.", + "id": "ADC_DISABLE_DAC_OUTPUT", + "name": "ADC_DISABLE_DAC_OUTPUT", + "range": null, + "title": "Disable DAC when ADC2 is in use", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3", + "help": "On ESP32C3 and ESP32S3, ADC2 Digital Controller is not stable. Therefore,\nADC2 continuous mode is not suggested on ESP32S3 and ESP32C3\n\nIf you stick to this, you can enable this option to force use ADC2 under above conditions.\nFor more details, you can search for errata on espressif website.", + "id": "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3", + "name": "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3", + "range": null, + "title": "Force use ADC2 continumous mode on ESP32S3 or ESP32C3", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3", + "help": "On ESP32C3, ADC2 Digital Controller is not stable. Therefore,\nADC2 oneshot mode is not suggested on ESP32C3\n\nIf you stick to this, you can enable this option to force use ADC2 under above conditions.\nFor more details, you can search for errata on espressif website.", + "id": "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3", + "name": "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3", + "range": null, + "title": "Force use ADC2 oneshot mode on ESP32C3", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-adc-and-adc-calibration", + "title": "ADC and ADC Calibration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "(ESP_WIFI_ENABLED && BT_ENABLED) || (ESP_WIFI_ENABLED && IEEE802154_ENABLED) || (IEEE802154_ENABLED && BT_ENABLED)", + "help": "If enabled, WiFi & Bluetooth coexistence is controlled by software rather than hardware.\nRecommended for heavy traffic scenarios. Both coexistence configuration options are\nautomatically managed, no user intervention is required.\nIf only Bluetooth is used, it is recommended to disable this option to reduce binary file\nsize.", + "id": "ESP_COEX_SW_COEXIST_ENABLE", + "name": "ESP_COEX_SW_COEXIST_ENABLE", + "range": null, + "title": "Software controls WiFi/Bluetooth coexistence", + "type": "bool" + }, + { + "children": [], + "depends_on": "!(BT_ENABLED || NIMBLE_ENABLED) && !IDF_TARGET_ESP32", + "help": "If enabled, HW External coexistence arbitration is managed by GPIO pins.\nIt can support three types of wired combinations so far which are 1-wired/2-wired/3-wired.\nUser can select GPIO pins in application code with configure interfaces.\n\nThis function depends on BT-off\nbecause currently we do not support external coex and internal coex simultaneously.", + "id": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", + "name": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", + "range": null, + "title": "External Coexistence", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COEX_SW_COEXIST_ENABLE", + "help": "If enabled, coexist power management will be enabled.", + "id": "ESP_COEX_POWER_MANAGEMENT", + "name": "ESP_COEX_POWER_MANAGEMENT", + "range": null, + "title": "Support power management under coexistence", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "range": null, + "title": "General", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "range": null, + "title": "Wi-Fi", + "type": "bool" + } + ], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": "Select type of debugging diagram", + "id": "component-config-wireless-coexistence-gpio-debugging-for-coexistence-debugging-diagram", + "name": "ESP_COEX_GPIO_DEBUG_DIAG", + "title": "Debugging Diagram", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "name": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "range": null, + "title": "Max number of debugging GPIOs", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 0 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "range": null, + "title": "Actual IO num for Debug IO ID0", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 1 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "range": null, + "title": "Actual IO num for Debug IO ID1", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 2 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "range": null, + "title": "Actual IO num for Debug IO ID2", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 3 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "range": null, + "title": "Actual IO num for Debug IO ID3", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 4 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "range": null, + "title": "Actual IO num for Debug IO ID4", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 5 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "range": null, + "title": "Actual IO num for Debug IO ID5", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 6 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "range": null, + "title": "Actual IO num for Debug IO ID6", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 7 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "range": null, + "title": "Actual IO num for Debug IO ID7", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 8 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "range": null, + "title": "Actual IO num for Debug IO ID8", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 9 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "range": null, + "title": "Actual IO num for Debug IO ID9", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 10 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "range": null, + "title": "Actual IO num for Debug IO ID10", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 11 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "range": null, + "title": "Actual IO num for Debug IO ID11", + "type": "int" + } + ], + "depends_on": "!PM_SLP_DISABLE_GPIO && !PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "help": "Support coexistence GPIO debugging", + "id": "ESP_COEX_GPIO_DEBUG", + "name": "ESP_COEX_GPIO_DEBUG", + "range": null, + "title": "GPIO debugging for coexistence", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-wireless-coexistence", + "title": "Wireless Coexistence", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Functions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a\npre-generated lookup table. This option can be used to turn off the use of the look-up table in order to\nsave memory but this comes at the price of sacrificing distinguishable (meaningful) output string\nrepresentations.", + "id": "ESP_ERR_TO_NAME_LOOKUP", + "name": "ESP_ERR_TO_NAME_LOOKUP", + "range": null, + "title": "Enable lookup of error code strings", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-common-esp-related", + "title": "Common ESP-related", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ETH_ENABLED", + "name": "ETH_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ETH_PHY_INTERFACE_RMII", + "name": "ETH_PHY_INTERFACE_RMII", + "range": null, + "title": "Reduced Media Independent Interface (RMII)", + "type": "bool" + } + ], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Select the communication interface between MAC and PHY chip.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-phy-interface", + "name": "ETH_PHY_INTERFACE", + "title": "PHY interface", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "MAC will get RMII clock from outside.\nNote that ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_INPUT", + "name": "ETH_RMII_CLK_INPUT", + "range": null, + "title": "Input RMII clock from external", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "ESP32 can generate RMII clock by internal APLL.\nThis clock can be routed to the external PHY device.\nESP32 supports to route the RMII clock to GPIO0/16/17.", + "id": "ETH_RMII_CLK_OUTPUT", + "name": "ETH_RMII_CLK_OUTPUT", + "range": null, + "title": "Output RMII clock from internal", + "type": "bool" + } + ], + "depends_on": "ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", + "help": "Select external or internal RMII clock.", + "id": "component-config-ethernet-support-esp32-internal-emac-controller-rmii-clock-mode", + "name": "ETH_RMII_CLK_MODE", + "title": "RMII clock mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", + "help": "ESP32 only supports GPIO0 to input the RMII clock.", + "id": "ETH_RMII_CLK_IN_GPIO", + "name": "ETH_RMII_CLK_IN_GPIO", + "range": [ + 0, + 0 + ], + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "GPIO0 can be set to output a pre-divided PLL clock. Enabling this option will configure\nGPIO0 to output a 50MHz clock. In fact this clock doesn't have directly relationship with\nEMAC peripheral. Sometimes this clock may not work well with your PHY chip.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", + "id": "ETH_RMII_CLK_OUTPUT_GPIO0", + "name": "ETH_RMII_CLK_OUTPUT_GPIO0", + "range": null, + "title": "Output RMII clock from GPIO0 (Experimental!)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "Set the GPIO number to output RMII Clock.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", + "id": "ETH_RMII_CLK_OUT_GPIO", + "name": "ETH_RMII_CLK_OUT_GPIO", + "range": null, + "title": "RMII clock GPIO number", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Set the size of each buffer used by Ethernet MAC DMA.", + "id": "ETH_DMA_BUFFER_SIZE", + "name": "ETH_DMA_BUFFER_SIZE", + "range": [ + 256, + 1600 + ], + "title": "Ethernet DMA buffer size (Byte)", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_RX_BUFFER_NUM", + "name": "ETH_DMA_RX_BUFFER_NUM", + "range": [ + 3, + 30 + ], + "title": "Amount of Ethernet DMA Rx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", + "id": "ETH_DMA_TX_BUFFER_NUM", + "name": "ETH_DMA_TX_BUFFER_NUM", + "range": [ + 3, + 30 + ], + "title": "Amount of Ethernet DMA Tx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_DMA_RX_BUFFER_NUM > 15 && ETH_USE_ESP32_EMAC", + "help": "Ethernet MAC engine on ESP32 doesn't feature a flow control logic.\nThe MAC driver can perform a software flow control if you enable this option.\nNote that, if the RX buffer number is small, enabling software flow control will\ncause obvious performance loss.", + "id": "ETH_SOFT_FLOW_CONTROL", + "name": "ETH_SOFT_FLOW_CONTROL", + "range": null, + "title": "Enable software flow control", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_ESP32_EMAC", + "help": "If enabled, functions related to RX/TX are placed into IRAM. It can improve Ethernet throughput.\nIf disabled, all functions are placed into FLASH.", + "id": "ETH_IRAM_OPTIMIZATION", + "name": "ETH_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable IRAM optimization", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32", + "help": "ESP32 integrates a 10/100M Ethernet MAC controller.", + "id": "ETH_USE_ESP32_EMAC", + "is_menuconfig": true, + "name": "ETH_USE_ESP32_EMAC", + "range": null, + "title": "Support ESP32 internal EMAC controller", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "DM9051 is a fast Ethernet controller with an SPI interface.\nIt's also integrated with a 10/100M PHY and MAC.\nSelect this to enable DM9051 driver.", + "id": "ETH_SPI_ETHERNET_DM9051", + "name": "ETH_SPI_ETHERNET_DM9051", + "range": null, + "title": "Use DM9051", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "W5500 is a HW TCP/IP embedded Ethernet controller.\nTCP/IP stack, 10/100 Ethernet MAC and PHY are embedded in a single chip.\nHowever the driver in ESP-IDF only enables the RAW MAC mode,\nmaking it compatible with the software TCP/IP stack.\nSay yes to enable W5500 driver.", + "id": "ETH_SPI_ETHERNET_W5500", + "name": "ETH_SPI_ETHERNET_W5500", + "range": null, + "title": "Use W5500 (MAC RAW)", + "type": "bool" + }, + { + "children": [], + "depends_on": "ETH_USE_SPI_ETHERNET", + "help": "The KSZ8851SNL is a single-chip Fast Ethernet controller consisting of\na 10/100 physical layer transceiver (PHY), a MAC, and a Serial Peripheral Interface (SPI).\nSelect this to enable KSZ8851SNL driver.", + "id": "ETH_SPI_ETHERNET_KSZ8851SNL", + "name": "ETH_SPI_ETHERNET_KSZ8851SNL", + "range": null, + "title": "Use KSZ8851SNL", + "type": "bool" + } + ], + "depends_on": null, + "help": "ESP-IDF can also support some SPI-Ethernet modules.", + "id": "ETH_USE_SPI_ETHERNET", + "is_menuconfig": true, + "name": "ETH_USE_SPI_ETHERNET", + "range": null, + "title": "Support SPI to Ethernet Module", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA receive buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_RX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Rx buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ETH_USE_OPENETH", + "help": "Number of DMA transmit buffers, each buffer is 1600 bytes.", + "id": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "name": "ETH_OPENETH_DMA_TX_BUFFER_NUM", + "range": null, + "title": "Number of Ethernet DMA Tx buffers", + "type": "int" + } + ], + "depends_on": null, + "help": "OpenCores Ethernet MAC driver can be used when an ESP-IDF application\nis executed in QEMU. This driver is not supported when running on a\nreal chip.", + "id": "ETH_USE_OPENETH", + "is_menuconfig": true, + "name": "ETH_USE_OPENETH", + "range": null, + "title": "Support OpenCores Ethernet MAC (for use with QEMU)", + "type": "menu" + }, + { + "children": [], + "depends_on": "ETH_ENABLED", + "help": "Prevents multiple accesses when Ethernet interface is used as shared resource and multiple\nfunctionalities might try to access it at a time.", + "id": "ETH_TRANSMIT_MUTEX", + "name": "ETH_TRANSMIT_MUTEX", + "range": null, + "title": "Enable Transmit Mutex", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ethernet", + "title": "Ethernet", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables collections of statistics in the event loop library such as the number of events posted\nto/recieved by an event loop, number of callbacks involved, number of events dropped to to a full event\nloop queue, run time of event handlers, and number of times/run time of each event handler.", + "id": "ESP_EVENT_LOOP_PROFILING", + "name": "ESP_EVENT_LOOP_PROFILING", + "range": null, + "title": "Enable event loop profiling", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_EVENT_POST_FROM_ISR", + "help": "Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API functions\nesp_event_post and esp_event_post_to in IRAM.", + "id": "ESP_EVENT_POST_FROM_IRAM_ISR", + "name": "ESP_EVENT_POST_FROM_IRAM_ISR", + "range": null, + "title": "Support posting events from ISRs placed in IRAM", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable posting events from interrupt handlers.", + "id": "ESP_EVENT_POST_FROM_ISR", + "name": "ESP_EVENT_POST_FROM_ISR", + "range": null, + "title": "Support posting events from ISRs", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-event-loop-library", + "title": "Event Loop Library", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_GDBSTUB_ENABLED", + "name": "ESP_GDBSTUB_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_GDBSTUB_SUPPORT_TASKS", + "help": "Set the number of tasks which GDB Stub will support.", + "id": "ESP_GDBSTUB_MAX_TASKS", + "name": "ESP_GDBSTUB_MAX_TASKS", + "range": null, + "title": "Maximum number of tasks supported by GDB Stub", + "type": "int" + } + ], + "depends_on": "ESP_GDBSTUB_ENABLED", + "help": "If enabled, GDBStub can supply the list of FreeRTOS tasks to GDB.\nThread list can be queried from GDB using 'info threads' command.\nNote that if GDB task lists were corrupted, this feature may not work.\nIf GDBStub fails, try disabling this feature.", + "id": "ESP_GDBSTUB_SUPPORT_TASKS", + "name": "ESP_GDBSTUB_SUPPORT_TASKS", + "range": null, + "title": "Enable listing FreeRTOS tasks through GDB Stub", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-gdb-stub", + "title": "GDB Stub", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This option will enable https protocol by linking esp-tls library and initializing SSL transport", + "id": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "name": "ESP_HTTP_CLIENT_ENABLE_HTTPS", + "range": null, + "title": "Enable https", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable HTTP Basic Authentication. It is disabled by default as Basic\nauth uses unencrypted encoding, so it introduces a vulnerability when not using TLS", + "id": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "name": "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH", + "range": null, + "title": "Enable HTTP Basic Authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable HTTP Digest Authentication. It is enabled by default, but use of this\nconfiguration is not recommended as the password can be derived from the exchange, so it introduces\na vulnerability when not using TLS", + "id": "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH", + "name": "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH", + "range": null, + "title": "Enable HTTP Digest Authentication", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-http-client", + "title": "ESP HTTP client", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of headers section in HTTP request packet to be processed by the\nserver", + "id": "HTTPD_MAX_REQ_HDR_LEN", + "name": "HTTPD_MAX_REQ_HDR_LEN", + "range": null, + "title": "Max HTTP Request Header Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the maximum supported size of HTTP request URI to be processed by the server", + "id": "HTTPD_MAX_URI_LEN", + "name": "HTTPD_MAX_URI_LEN", + "range": null, + "title": "Max HTTP URI Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Using TCP_NODEALY socket option ensures that HTTP error response reaches the client before the\nunderlying socket is closed. Please note that turning this off may cause multiple test failures", + "id": "HTTPD_ERR_RESP_NO_DELAY", + "name": "HTTPD_ERR_RESP_NO_DELAY", + "range": null, + "title": "Use TCP_NODELAY socket option when sending HTTP error responses", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the size of the temporary buffer used to receive and discard any remaining data that is\nreceived from the HTTP client in the request, but not processed as part of the server HTTP request\nhandler.\n\nIf the remaining data is larger than the available buffer size, the buffer will be filled in multiple\niterations. The buffer should be small enough to fit on the stack, but large enough to avoid excessive\niterations.", + "id": "HTTPD_PURGE_BUF_LEN", + "name": "HTTPD_PURGE_BUF_LEN", + "range": null, + "title": "Length of temporary buffer for purging data", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this will log discarded binary HTTP request data at Debug level.\nFor large content data this may not be desirable as it will clutter the log.", + "id": "HTTPD_LOG_PURGE_DATA", + "name": "HTTPD_LOG_PURGE_DATA", + "range": null, + "title": "Log purged content data at Debug level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This sets the WebSocket server support.", + "id": "HTTPD_WS_SUPPORT", + "name": "HTTPD_WS_SUPPORT", + "range": null, + "title": "WebSocket server support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This makes httpd_queue_work() API to wait until a message space is available on UDP control socket.\nIt internally uses a counting semaphore with count set to `LWIP_UDP_RECVMBOX_SIZE` to achieve this.\nThis config will slightly change API behavior to block until message gets delivered on control socket.", + "id": "HTTPD_QUEUE_WORK_BLOCKING", + "name": "HTTPD_QUEUE_WORK_BLOCKING", + "range": null, + "title": "httpd_queue_work as blocking API", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-http-server", + "title": "HTTP Server", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Exposes an additional callback whereby firmware data could be decrypted\nbefore being processed by OTA update component. This can help to integrate\nexternal encryption related format and removal of such encapsulation layer\nfrom firmware image.", + "id": "ESP_HTTPS_OTA_DECRYPT_CB", + "name": "ESP_HTTPS_OTA_DECRYPT_CB", + "range": null, + "title": "Provide decryption callback", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "It is highly recommended to keep HTTPS (along with server certificate validation) enabled.\nEnabling this option comes with potential risk of:\n- Non-encrypted communication channel with server\n- Accepting firmware upgrade image from server with fake identity", + "id": "ESP_HTTPS_OTA_ALLOW_HTTP", + "name": "ESP_HTTPS_OTA_ALLOW_HTTP", + "range": null, + "title": "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-https-ota", + "title": "ESP HTTPS OTA", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER", + "help": "Enable ESP HTTPS server component", + "id": "ESP_HTTPS_SERVER_ENABLE", + "name": "ESP_HTTPS_SERVER_ENABLE", + "range": null, + "title": "Enable ESP_HTTPS_SERVER component", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-https-server", + "title": "ESP HTTPS server", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_0", + "name": "ESP32_REV_MIN_0", + "range": null, + "title": "Rev v0.0 (ECO0)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1", + "name": "ESP32_REV_MIN_1", + "range": null, + "title": "Rev v1.0 (ECO1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_1_1", + "name": "ESP32_REV_MIN_1_1", + "range": null, + "title": "Rev v1.1 (ECO1.1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_2", + "name": "ESP32_REV_MIN_2", + "range": null, + "title": "Rev v2.0 (ECO2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3", + "name": "ESP32_REV_MIN_3", + "range": null, + "title": "Rev v3.0 (ECO3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_REV_MIN_3_1", + "name": "ESP32_REV_MIN_3_1", + "range": null, + "title": "Rev v3.1 (ECO4)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-revision", + "name": "ESP32_REV_MIN", + "title": "Minimum Supported ESP32 Revision", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN", + "name": "ESP32_REV_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MIN_FULL", + "name": "ESP32_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MIN_FULL", + "name": "ESP_REV_MIN_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_REV_MAX_FULL", + "name": "ESP32_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_REV_MAX_FULL", + "name": "ESP_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_CI_BUILD", + "help": "For internal chip testing, a small number of new versions chips didn't\nupdate the version field in eFuse, you can enable this option to force the\nsoftware recognize the chip version based on the rev selected in menuconfig.", + "id": "ESP_REV_NEW_CHIP_TEST", + "name": "ESP_REV_NEW_CHIP_TEST", + "range": null, + "title": "Internal test mode", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-chip-revision", + "title": "Chip revision", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_STA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "name": "ESP_MAC_ADDR_UNIVERSE_WIFI_AP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_BT", + "name": "ESP_MAC_ADDR_UNIVERSE_BT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_ETH", + "name": "ESP_MAC_ADDR_UNIVERSE_ETH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "name": "ESP_MAC_ADDR_UNIVERSE_IEEE802154", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_ONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "range": null, + "title": "Two", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "range": null, + "title": "Four", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "title": "Number of universally administered (by IEEE) MAC address", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "If you have an invalid MAC CRC (ESP_ERR_INVALID_CRC) problem\nand you still want to use this chip, you can enable this option to bypass such an error.\nThis applies to both MAC_FACTORY and CUSTOM_MAC efuses.", + "id": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "name": "ESP_MAC_IGNORE_MAC_CRC_ERROR", + "range": null, + "title": "Ignore MAC CRC error (not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-mac-config", + "title": "MAC Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!SPIRAM", + "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", + "id": "ESP_SLEEP_POWER_DOWN_FLASH", + "name": "ESP_SLEEP_POWER_DOWN_FLASH", + "range": null, + "title": "Power down flash in light sleep when there is no SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of SPI Flash is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in Flash may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of Flash to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of SPI Flash in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external SPI Flash CS pin pullups.)", + "id": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up Flash CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM", + "help": "All IOs will be set to isolate(floating) state by default during sleep.\nSince the power supply of PSRAM is not lost during lightsleep, if its CS pin is recognized as\nlow level(selected state) in the floating state, there will be a large current leakage, and the\ndata in PSRAM may be corrupted by random signals on other SPI pins.\nSelect this option will set the CS pin of PSRAM to PULL-UP state during sleep, but this will\nincrease the sleep current about 10 uA.\nIf you are developing with esp32xx modules, you must select this option, but if you are developing\nwith chips, you can also pull up the CS pin of PSRAM in the external circuit to save power\nconsumption caused by internal pull-up during sleep.\n(!!! Don't deselect this option if you don't have external PSRAM CS pin pullups.)", + "id": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "name": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND", + "range": null, + "title": "Pull-up PSRAM CS pin in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SLEEP_PSRAM_LEAKAGE_WORKAROUND || ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND", + "help": "To reduce leakage current, some types of SPI Flash/RAM only need to pull up the CS pin\nduring light sleep. But there are also some kinds of SPI Flash/RAM that need to pull up\nall pins. It depends on the SPI Flash/RAM chip used.", + "id": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "name": "ESP_SLEEP_MSPI_NEED_ALL_IO_PU", + "range": null, + "title": "Pull-up all SPI pins in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "name": "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "esp32c2, esp32c3, esp32s3, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", + "range": null, + "title": "light sleep GPIO reset workaround", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "range": [ + 0, + 5000 + ], + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When using rtc gpio wakeup source during deepsleep without external pull-up/downs, you may want to\nmake use of the internal ones.", + "id": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "name": "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS", + "range": null, + "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-sleep-config", + "title": "Sleep Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_RC", + "name": "RTC_CLK_SRC_INT_RC", + "range": null, + "title": "Internal 150kHz RC oscillator", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_CRYS", + "name": "RTC_CLK_SRC_EXT_CRYS", + "range": null, + "title": "External 32kHz crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_EXT_OSC", + "name": "RTC_CLK_SRC_EXT_OSC", + "range": null, + "title": "External 32kHz oscillator at 32K_XN pin", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_CLK_SRC_INT_8MD256", + "name": "RTC_CLK_SRC_INT_8MD256", + "range": null, + "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XN pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XP pin and\n ground. 32K_XP pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", + "name": "RTC_CLK_SRC", + "title": "RTC clock source", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT", + "range": null, + "title": "Method 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", + "range": null, + "title": "Method 2", + "type": "bool" + } + ], + "depends_on": "RTC_CLK_SRC_EXT_CRYS && ESP32_REV_MIN_FULL < 200", + "help": "With some 32kHz crystal configurations, the X32N and X32P pins may not have enough\ndrive strength to keep the crystal oscillating. Choose the method to provide\nadditional current from touchpad 9 to the external 32kHz crystal. Note that\nthe deep sleep current is slightly high (4-5uA) and the touchpad and the\nwakeup sources of both touchpad and ULP are not available in method 1 and method 2.\n\nThis problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the\nproject configuration to minimum revision ECO3 will disable this option, , allow\nall wakeup sources, and save some code size.\n\n- \"None\" option will not provide additional current to external crystal\n- \"Method 1\" option can't ensure 100% to solve the external 32k crystal start failed\n issue, but the touchpad can work in this method.\n- \"Method 2\" option can solve the external 32k issue, but the touchpad can't work\n in this method.", + "id": "component-config-hardware-settings-rtc-clock-config-additional-current-for-external-32khz-crystal", + "name": "RTC_EXT_CRYST_ADDIT_CURRENT_METHOD", + "title": "Additional current for external 32kHz crystal", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When the startup code initializes RTC_SLOW_CLK, it can perform\ncalibration by comparing the RTC_SLOW_CLK frequency with main XTAL\nfrequency. This option sets the number of RTC_SLOW_CLK cycles measured\nby the calibration routine. Higher numbers increase calibration\nprecision, which may be important for applications which spend a lot of\ntime in deep sleep. Lower numbers reduce startup time.\n\nWhen this option is set to 0, clock calibration will not be performed at\nstartup, and approximate clock frequencies will be assumed:\n\n- 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.\n- 32768 Hz if the 32k crystal oscillator is used. For this use value 3000 or more.\n In case more value will help improve the definition of the launch of the crystal.\n If the crystal could not start, it will be switched to internal RC.", + "id": "RTC_CLK_CAL_CYCLES", + "name": "RTC_CLK_CAL_CYCLES", + "range": [ + 0, + 32766 + ], + "title": "Number of cycles for RTC_SLOW_CLK calibration", + "type": "int" + }, + { + "children": [], + "depends_on": "RTC_CLK_SRC_EXT_CRYS", + "help": "Number of attempts to repeat 32k XTAL calibration\nbefore giving up and switching to the internal RC.\nIncrease this option if the 32k crystal oscillator\ndoes not start and switches to internal RC.", + "id": "RTC_XTAL_CAL_RETRY", + "name": "RTC_XTAL_CAL_RETRY", + "range": null, + "title": "Number of attempts to repeat 32k XTAL calibration", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-rtc-clock-config", + "title": "RTC Clock Config", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place peripheral control functions (e.g. periph_module_reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "PERIPH_CTRL_FUNC_IN_IRAM", + "name": "PERIPH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place peripheral control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-peripheral-control", + "title": "Peripheral Control", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ETM_SUPPORTED", + "help": "Wether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "id": "ETM_ENABLE_DEBUG_LOG", + "name": "ETM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ETM_SUPPORTED", + "id": "component-config-hardware-settings-etm-configuration", + "title": "ETM Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "GDMA_CTRL_FUNC_IN_IRAM", + "name": "GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GDMA control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "This will ensure the GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "GDMA_ISR_IRAM_SAFE", + "name": "GDMA_ISR_IRAM_SAFE", + "range": null, + "title": "GDMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-gdma-configuration", + "title": "GDMA Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_24M && ", + "help": null, + "id": "XTAL_FREQ_24", + "name": "XTAL_FREQ_24", + "range": null, + "title": "24 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_26M && ", + "help": null, + "id": "XTAL_FREQ_26", + "name": "XTAL_FREQ_26", + "range": null, + "title": "26 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_32M && ", + "help": null, + "id": "XTAL_FREQ_32", + "name": "XTAL_FREQ_32", + "range": null, + "title": "32 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_40M && ", + "help": null, + "id": "XTAL_FREQ_40", + "name": "XTAL_FREQ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_XTAL_SUPPORT_AUTO_DETECT && ", + "help": null, + "id": "XTAL_FREQ_AUTO", + "name": "XTAL_FREQ_AUTO", + "range": null, + "title": "Autodetect", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.\n\nNote: The XTAL_FREQ_AUTO option allows the ESP target to automatically estimating XTAL clock's\noperating frequency. However, this feature is only supported on the ESP32. The ESP32 uses the\ninternal 8MHZ as a reference when estimating. Due to the internal oscillator's frequency being\ntemperature dependent, usage of the XTAL_FREQ_AUTO is not recommended in applications that operate\nin high ambient temperatures or use high-temperature qualified chips and modules.", + "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", + "name": "XTAL_FREQ_SEL", + "title": "Main XTAL frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "XTAL_FREQ", + "name": "XTAL_FREQ", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings-main-xtal-config", + "title": "Main XTAL Config", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "range": null, + "title": "Security level low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "range": null, + "title": "Security level medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "range": null, + "title": "Security level high", + "type": "bool" + } + ], + "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "Configure the DPA protection security level", + "id": "component-config-hardware-settings-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "title": "DPA protection level", + "type": "choice" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts the\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "range": null, + "title": "Enable crypto DPA protection at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "id": "component-config-hardware-settings-crypto-dpa-protection", + "title": "Crypto DPA Protection", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcefully enable ECC constant time point multiplication operations", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings", + "title": "Hardware Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "LCD driver allocates an internal buffer to transform the data into a proper format, because of\nthe endian order mismatch. This option is to set the size of the buffer, in bytes.", + "id": "LCD_PANEL_IO_FORMAT_BUF_SIZE", + "name": "LCD_PANEL_IO_FORMAT_BUF_SIZE", + "range": null, + "title": "LCD panel io format buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Wether to enable the debug log message for LCD driver.\nNote that, this option only controls the LCD driver log, won't affect other drivers.", + "id": "LCD_ENABLE_DEBUG_LOG", + "name": "LCD_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", + "id": "LCD_RGB_ISR_IRAM_SAFE", + "name": "LCD_RGB_ISR_IRAM_SAFE", + "range": null, + "title": "RGB LCD ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Reset the GDMA channel every VBlank to stop permanent desyncs from happening.\nOnly need to enable it when in your application, the DMA can't deliver data\nas fast as the LCD consumes it.", + "id": "LCD_RGB_RESTART_IN_VSYNC", + "name": "LCD_RGB_RESTART_IN_VSYNC", + "range": null, + "title": "Restart transmission in VSYNC", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lcd-and-touch-panel-lcd-peripheral-configuration", + "title": "LCD Peripheral Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-lcd-and-touch-panel", + "title": "LCD and Touch Panel", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started everytime the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", + "id": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "name": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", + "range": [ + 0, + 65535 + ], + "title": "IP Address lost timer interval (seconds)", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "lwIP is a small independent implementation of the TCP/IP protocol suite.", + "id": "ESP_NETIF_TCPIP_LWIP", + "name": "ESP_NETIF_TCPIP_LWIP", + "range": null, + "title": "LwIP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Dummy implementation of esp-netif functionality which connects driver transmit\nto receive function. This option is for testing purpose only", + "id": "ESP_NETIF_LOOPBACK", + "name": "ESP_NETIF_LOOPBACK", + "range": null, + "title": "Loopback", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose the TCP/IP Stack to work, for example, LwIP, uIP, etc.", + "id": "component-config-esp-netif-adapter-tcp-ip-stack-library", + "name": "ESP_NETIF_USE_TCPIP_STACK_LIB", + "title": "TCP/IP Stack Library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_NETIF_USES_TCPIP_WITH_BSD_API", + "name": "ESP_NETIF_USES_TCPIP_WITH_BSD_API", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable if esp_netif_receive() should return error code. This is useful to inform upper layers\nthat packet input to TCP/IP stack failed, so the upper layers could implement flow control.\nThis option is disabled by default due to backward compatibility and will be enabled in v6.0 (IDF-7194)", + "id": "ESP_NETIF_RECEIVE_REPORT_ERRORS", + "name": "ESP_NETIF_RECEIVE_REPORT_ERRORS", + "range": null, + "title": "Use esp_err_t to report errors from esp_netif_receive", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_NETIF_L2_TAP", + "help": "Maximum number of opened File descriptors (FD's) associated with ESP TAP device. ESP TAP FD's take up\na certain amount of memory, and allowing fewer FD's to be opened at the same time conserves memory.", + "id": "ESP_NETIF_L2_TAP_MAX_FDS", + "name": "ESP_NETIF_L2_TAP_MAX_FDS", + "range": null, + "title": "Maximum number of opened L2 TAP File descriptors", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_NETIF_L2_TAP", + "help": "Maximum number of frames queued in opened File descriptor. Once the queue is full, the newly arriving\nframes are dropped until the queue has enough room to accept incoming traffic (Tail Drop queue\nmanagement).", + "id": "ESP_NETIF_L2_TAP_RX_QUEUE_SIZE", + "name": "ESP_NETIF_L2_TAP_RX_QUEUE_SIZE", + "range": null, + "title": "Size of L2 TAP Rx queue", + "type": "int" + } + ], + "depends_on": null, + "help": "A user program can read/write link layer (L2) frames from/to ESP TAP device.\nThe ESP TAP device can be currently associated only with Ethernet physical interfaces.", + "id": "ESP_NETIF_L2_TAP", + "name": "ESP_NETIF_L2_TAP", + "range": null, + "title": "Enable netif L2 TAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_NETIF_TCPIP_LWIP", + "help": "Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that \"Number of clients store data in netif\"\n(LWIP_NUM_NETIF_CLIENT_DATA) option needs to be properly configured to be LwIP bridge avaiable!", + "id": "ESP_NETIF_BRIDGE_EN", + "name": "ESP_NETIF_BRIDGE_EN", + "range": null, + "title": "Enable LwIP IEEE 802.1D bridge", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-netif-adapter", + "title": "ESP NETIF Adapter", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_LINUX", + "help": "This option enables gathering host test statistics and SPI flash wear levelling simulation.", + "id": "ESP_PARTITION_ENABLE_STATS", + "name": "ESP_PARTITION_ENABLE_STATS", + "range": null, + "title": "Host test statistics enabled", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-partition-api-configuration", + "title": "Partition API Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calibration\nwill be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", + "id": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", + "name": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", + "range": null, + "title": "Store phy calibration data in NVS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, PHY init data will be restored to default if\nit cannot be verified successfully to avoid endless bootloops.\n\nIf unsure, choose 'n'.", + "id": "ESP_PHY_DEFAULT_INIT_IF_INVALID", + "name": "ESP_PHY_DEFAULT_INIT_IF_INVALID", + "range": null, + "title": "Reset default PHY init data if invalid", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, multiple phy init data bin will embedded into app bin\nIf not enabled, multiple phy init data bin will still leave alone, and need to be flashed by users.", + "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", + "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", + "range": null, + "title": "Support embedded multiple phy init data bin to app bin", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, when an error occurs while the PHY init data is updated,\nthe program will terminate and restart.\nIf not enabled, the PHY init data will not be updated when an error occurs.", + "id": "ESP_PHY_INIT_DATA_ERROR", + "name": "ESP_PHY_INIT_DATA_ERROR", + "range": null, + "title": "Terminate operation when PHY init data error", + "type": "bool" + } + ], + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_INIT_DATA_IN_PARTITION", + "help": "If enabled, the corresponding PHY init data type can be automatically switched\naccording to the country code. China's PHY init data bin is used by default.\nCan be modified by country information in API esp_wifi_set_country().\nThe priority of switching the PHY init data type is:\n1. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_MANUAL.\n2. Country notified by the connected AP.\n3. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_AUTO.", + "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", + "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", + "range": null, + "title": "Support multiple PHY init data bin", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION", + "help": "Select to support record and query phy used time.", + "id": "ESP_PHY_RECORD_USED_TIME", + "name": "ESP_PHY_RECORD_USED_TIME", + "range": null, + "title": "Record PHY used time", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_SUPPORTED", + "help": "If enabled, PHY init data will be loaded from a partition.\nWhen using a custom partition table, make sure that PHY data\npartition is included (type: 'data', subtype: 'phy').\nWith default partition tables, this is done automatically.\nIf PHY init data is stored in a partition, it has to be flashed there,\notherwise runtime error will occur.\n\nIf this option is not enabled, PHY init data will be embedded\ninto the application binary.\n\nIf unsure, choose 'n'.", + "id": "ESP_PHY_INIT_DATA_IN_PARTITION", + "is_menuconfig": true, + "name": "ESP_PHY_INIT_DATA_IN_PARTITION", + "range": null, + "title": "Use a partition to store PHY init data", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum transmit power for WiFi radio. Actual transmit power for high\ndata rates may be lower than this setting.", + "id": "ESP_PHY_MAX_WIFI_TX_POWER", + "name": "ESP_PHY_MAX_WIFI_TX_POWER", + "range": [ + 10, + 20 + ], + "title": "Max WiFi TX power (dBm)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_PHY_MAX_TX_POWER", + "name": "ESP_PHY_MAX_TX_POWER", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_PM_SUPPORT_MAC_BB_PD && FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered\ndown when PHY is disabled. Enabling this setting reduces power consumption\nby a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),\n2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).", + "id": "ESP_PHY_MAC_BB_PD", + "name": "ESP_PHY_MAC_BB_PD", + "range": null, + "title": "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_BROWNOUT_DET", + "help": "When brownout reset occurs, reduce PHY TX power to keep the code running.", + "id": "ESP_PHY_REDUCE_TX_POWER", + "name": "ESP_PHY_REDUCE_TX_POWER", + "range": null, + "title": "Reduce PHY TX power when brownout reset", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", + "help": "On some ESP targets, the USB PHY can interfere with WiFi thus lowering WiFi performance. As a result, on\nthose affected ESP targets, the ESP PHY library's initialization will automatically disable the USB PHY to\nget best WiFi performance. This option controls whether or not the ESP PHY library will keep the USB PHY\nenabled on initialization.\n\nNote: This option can be disabled to increase WiFi performance. However, disabling this option will also\nmean that the USB PHY cannot be used while WiFi is enabled.", + "id": "ESP_PHY_ENABLE_USB", + "name": "ESP_PHY_ENABLE_USB", + "range": null, + "title": "Keep the USB PHY enabled when initializing WiFi", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, you can use RF certification test APIs.", + "id": "ESP_PHY_ENABLE_CERT_TEST", + "name": "ESP_PHY_ENABLE_CERT_TEST", + "range": null, + "title": "Enable RF certification test functions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_PARTIAL", + "name": "ESP_PHY_RF_CAL_PARTIAL", + "range": null, + "title": "Calibration partial", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_NONE", + "name": "ESP_PHY_RF_CAL_NONE", + "range": null, + "title": "Calibration none", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_PHY_RF_CAL_FULL", + "name": "ESP_PHY_RF_CAL_FULL", + "range": null, + "title": "Calibration full", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select PHY calibration mode. During RF initialization, the partial calibration\nmethod is used by default for RF calibration. Full calibration takes about 100ms\nmore than partial calibration. If boot duration is not critical, it is suggested\nto use the full calibration method. No calibration method is only used when the\ndevice wakes up from deep sleep.", + "id": "component-config-phy-calibration-mode", + "name": "ESP_PHY_CALIBRATION_MODE", + "title": "Calibration mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_PHY_CALIBRATION_MODE", + "name": "ESP_PHY_CALIBRATION_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_PHY_IMPROVE_RX_11B", + "help": "This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply with\nhigh interference, enable this option will sacrifice Wi-Fi OFDM receive performance.\nBut to guarantee 11b receive performance serves as a bottom line in this case.", + "id": "ESP_PHY_IMPROVE_RX_11B", + "name": "ESP_PHY_IMPROVE_RX_11B", + "range": null, + "title": "Improve Wi-Fi receive 11b pkts", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, there will be some logs while pll tracking", + "id": "ESP_PHY_PLL_TRACK_DEBUG", + "name": "ESP_PHY_PLL_TRACK_DEBUG", + "range": null, + "title": "Enable pll track logging", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-phy", + "title": "PHY", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, startup code configures dynamic frequency scaling.\nMax CPU frequency is set to DEFAULT_CPU_FREQ_MHZ setting,\nmin frequency is set to XTAL frequency.\nIf disabled, DFS will not be active until the application\nconfigures it using esp_pm_configure function.", + "id": "PM_DFS_INIT_AUTO", + "name": "PM_DFS_INIT_AUTO", + "range": null, + "title": "Enable dynamic frequency scaling (DFS) at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, esp_pm_* functions will keep track of the amount of time\neach of the power management locks has been held, and esp_pm_dump_locks\nfunction will print this information.\nThis feature can be used to analyze which locks are preventing the chip\nfrom going into a lower power state, and see what time the chip spends\nin each power saving mode. This feature does incur some run-time\noverhead, so should typically be disabled in production builds.", + "id": "PM_PROFILING", + "name": "PM_PROFILING", + "range": null, + "title": "Enable profiling counters for PM locks", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "If enabled, some GPIOs will be used to signal events such as RTOS ticks,\nfrequency switching, entry/exit from idle state. Refer to pm_trace.c\nfile for the list of GPIOs.\nThis feature is intended to be used when analyzing/debugging behavior\nof power management implementation, and should be kept disabled in\napplications.", + "id": "PM_TRACE", + "name": "PM_TRACE", + "range": null, + "title": "Enable debug tracing of PM using GPIOs", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_SMP", + "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", + "id": "PM_ENABLE", + "name": "PM_ENABLE", + "range": null, + "title": "Support for power management", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, about 1.8KB of lightsleep related source code would be in IRAM and chip would sleep\nlonger for 760us at most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "id": "PM_SLP_IRAM_OPT", + "name": "PM_SLP_IRAM_OPT", + "range": null, + "title": "Put lightsleep related codes in internal RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, about 260B of RTOS_IDLE related source code would be in IRAM and chip would sleep\nlonger for 40us at most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "id": "PM_RTOS_IDLE_OPT", + "name": "PM_RTOS_IDLE_OPT", + "range": null, + "title": "Put RTOS IDLE related codes in internal RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.\nIf enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA current.\nIf you want to specifically use some pins normally as chip wakes when chip sleeps,\nyou can call 'gpio_sleep_sel_dis' to disable this feature on those pins.\nYou can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mode'\nto have a different GPIO configuration at sleep.\nWaring: If you want to enable this option on ESP32, you should enable `GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL`\nat first, otherwise you will not be able to switch pullup/pulldown mode.", + "id": "PM_SLP_DISABLE_GPIO", + "name": "PM_SLP_DISABLE_GPIO", + "range": null, + "title": "Disable all GPIO when chip at sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PM_SLP_DEFAULT_PARAMS_OPT", + "name": "PM_SLP_DEFAULT_PARAMS_OPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "help": "This option is invisible to users, and it is only used for ci testing,\nenabling it in the application will increase the sleep and wake-up time overhead", + "id": "PM_CHECK_SLEEP_RETENTION_FRAME", + "name": "PM_CHECK_SLEEP_RETENTION_FRAME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "help": "Cache tag memory and CPU both belong to the CPU power domain. ESP chips supports saving and restoring\nCache tag memory before and after sleep, this feature supports accesses to the external memory that was\ncached before sleep still be cached when the CPU wakes up from a powerdowned CPU lightsleep. This option\ncontrols the restore method for Cache tag memory in lightsleep.\nIf this option is enabled, the I/D-cache tag memory will be backuped to the internal RAM before sleep and\nrestored upon wakeup. Depending on the the cache configuration, if this option is enabled, it will consume\nup to 9 KB of internal RAM.\nIf this option is disabled, all cached data won't be kept after sleep, the DCache will be writeback before\nsleep and invalid all cached data after sleep, all accesses to external memory(Flash/PSRAM) will be cache\nmissed after waking up, resulting in performance degradation due to increased memory accesses latency.", + "id": "PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP", + "name": "PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP", + "range": null, + "title": "Restore I/D-cache tag memory after power down CPU light sleep", + "type": "bool" + } + ], + "depends_on": "SOC_PM_SUPPORT_CPU_PD", + "help": "If enabled, the CPU will be powered down in light sleep, ESP chips supports saving and restoring\nCPU's running context before and after light sleep, the feature provides applications with seamless\nCPU powerdowned lightsleep without user awareness.\nBut this will takes up some internal memory. On esp32c3 soc, enabling this option will consume 1.68 KB\nof internal RAM and will reduce sleep current consumption by about 100 uA. On esp32s3 soc, enabling this\noption will consume 8.58 KB of internal RAM and will reduce sleep current consumption by about 650 uA.", + "id": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "name": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "range": null, + "title": "Power down CPU in light sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PAU_SUPPORTED", + "help": "If enabled, digital peripherals will be powered down in light sleep, it will reduce sleep\ncurrent consumption by about 100 uA. Chip will save/restore register context at sleep/wake\ntime to keep the system running. Enabling this option will increase static RAM and heap usage,\nthe actual cost depends on the peripherals you have initialized. In order to save/restore the\ncontext of the necessary hardware for FreeRTOS to run, it will need at least 4.55 KB free heap\nat sleep time. Otherwise sleep will not power down the peripherals.\n\nNote1: Please use this option with caution, the current IDF does not support the retention of\nall peripherals. When the digital peripherals are powered off and a sleep and wake-up is completed,\nthe peripherals that have not saved the running context are equivalent to performing a reset.\n!!! Please confirm the peripherals used in your application and their sleep retention support status\nbefore enabling this option, peripherals sleep retention driver support status is tracked in\npower_management.rst\n\nNote2: When this option is enabled simultaneously with FREERTOS_USE_TICKLESS_IDLE, since the UART will\nbe powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has the\npotential to block the sleep process and cause the wakeup time to be skipped, which will cause the tick\nof freertos to not be compensated correctly when returning from sleep and cause the system to crash.\nTo avoid this, you can increase FREERTOS_IDLE_TIME_BEFORE_SLEEP threshold in menuconfig.", + "id": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "name": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "range": null, + "title": "Power down Digital Peripheral in light sleep (EXPERIMENTAL)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PM_UPDATE_CCOMPARE_HLI_WORKAROUND", + "name": "PM_UPDATE_CCOMPARE_HLI_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register entry and exit callbacks which are called before and after\nentering auto light sleep.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in callback and\nhence it is highly recommended to keep them as short as possible", + "id": "PM_LIGHT_SLEEP_CALLBACKS", + "name": "PM_LIGHT_SLEEP_CALLBACKS", + "range": null, + "title": "Enable registration of pm light sleep callbacks", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-power-management", + "title": "Power Management", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPIRAM_MODE_QUAD", + "name": "SPIRAM_MODE_QUAD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_AUTO", + "name": "SPIRAM_TYPE_AUTO", + "range": null, + "title": "Auto-detect", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM16", + "name": "SPIRAM_TYPE_ESPPSRAM16", + "range": null, + "title": "ESP-PSRAM16 or APS1604", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM32", + "name": "SPIRAM_TYPE_ESPPSRAM32", + "range": null, + "title": "ESP-PSRAM32", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_TYPE_ESPPSRAM64", + "name": "SPIRAM_TYPE_ESPPSRAM64", + "range": null, + "title": "ESP-PSRAM64 or LY68L6400", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", + "name": "SPIRAM_TYPE", + "title": "Type of SPI RAM chip in use", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_SPEED_40M", + "name": "SPIRAM_SPEED_40M", + "range": null, + "title": "40MHz clock speed", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", + "help": null, + "id": "SPIRAM_SPEED_80M", + "name": "SPIRAM_SPEED_80M", + "range": null, + "title": "80MHz clock speed", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", + "name": "SPIRAM_SPEED", + "title": "Set RAM clock speed", + "type": "choice" + }, + { + "children": [], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPIRAM_SPEED", + "name": "SPIRAM_SPEED", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && !SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available. In particular, it is important to note that when SPIRAM_IGNORE_NOTFOUND\nis enabled, some WIFI related configs will be set to the default value used when SPIRAM is disabled.\nIt can be assumed that by enabling this config, WIFI and LWIP will assume that the current chip does not\nhave SPIRAM. SPIRAM_TRY_ALLOCATE_WIFI_LWIP will not work, buffers in WIFI and LWIP will be set to smaller\nranges and default values. WIFI_CACHE_TX_BUFFER_NUM and ESP_WIFI_AMSDU_TX_ENABLED will be disabled,\nESP_WIFI_TX_BUFFER will be set to ESP_WIFI_DYNAMIC_TX_BUFFER.", + "id": "SPIRAM_IGNORE_NOTFOUND", + "name": "SPIRAM_IGNORE_NOTFOUND", + "range": null, + "title": "Ignore PSRAM when not found", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", + "id": "SPIRAM_BOOT_INIT", + "name": "SPIRAM_BOOT_INIT", + "range": null, + "title": "Initialize SPI RAM during startup", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MEMMAP", + "name": "SPIRAM_USE_MEMMAP", + "range": null, + "title": "Integrate RAM into memory map", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_CAPS_ALLOC", + "name": "SPIRAM_USE_CAPS_ALLOC", + "range": null, + "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_USE_MALLOC", + "name": "SPIRAM_USE_MALLOC", + "range": null, + "title": "Make RAM allocatable using malloc() as well", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", + "name": "SPIRAM_USE", + "title": "SPI RAM access method", + "type": "choice" + }, + { + "children": [], + "depends_on": "SPIRAM_BOOT_INIT && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", + "id": "SPIRAM_MEMTEST", + "name": "SPIRAM_MEMTEST", + "range": null, + "title": "Run memory test on SPI RAM initialization", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", + "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", + "range": null, + "title": "Maximum malloc() size, in bytes, to always put in internal memory", + "type": "int" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", + "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "range": null, + "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", + "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", + "range": null, + "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If enabled, variables with EXT_RAM_BSS_ATTR attribute will be placed in SPIRAM instead of internal DRAM.\nBSS section of `lwip`, `net80211`, `pp`, `bt` libraries will be automatically placed\nin SPIRAM. BSS sections from other object files and libraries can also be placed in SPIRAM through\nlinker fragment scheme `extram_bss`.\n\nNote that the variables placed in SPIRAM using EXT_RAM_BSS_ATTR will be zero initialized.", + "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", + "range": null, + "title": "Allow .bss segment placed in external memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If enabled, noinit variables can be placed in PSRAM using EXT_RAM_NOINIT_ATTR.\n\nNote the values placed into this section will not be initialized at startup and should keep its value\nafter software restart.", + "id": "SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY", + "range": null, + "title": "Allow .noinit segment placed in external memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_MODE_OCT && IDF_TARGET_ESP32S3 && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable MSPI Error-Correcting Code function when accessing SPIRAM.\n\nIf enabled, 1/16 of the SPI RAM total size will be reserved for error-correcting code.", + "id": "SPIRAM_ECC_ENABLE", + "name": "SPIRAM_ECC_ENABLE", + "range": null, + "title": "Enable SPI RAM ECC", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN_FULL < 300 && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", + "id": "SPIRAM_CACHE_WORKAROUND", + "name": "SPIRAM_CACHE_WORKAROUND", + "range": null, + "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_MEMW", + "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_MEMW", + "range": null, + "title": "Insert memw after vulnerable instructions (default)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST", + "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST", + "range": null, + "title": "Duplicate LD/ST for 32-bit, memw for 8/16 bit", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_NOPS", + "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_NOPS", + "range": null, + "title": "Insert nops between vulnerable loads/stores (old strategy, obsolete)", + "type": "bool" + } + ], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Select the workaround strategy. Note that the strategy for precompiled\nlibraries (libgcc, newlib, bt, wifi) is not affected by this selection.\n\nUnless you know you need a different strategy, it's suggested you stay\nwith the default MEMW strategy. Note that DUPLDST can interfere with hardware\nencryption and this will be automatically disabled if this workaround is selected.\n'Insert nops' is the workaround that was used in older esp-idf versions. This workaround\nstill can cause faulty data transfers from/to SPI RAM in some situation.", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-cache-workaround-debugging-workaround-strategy", + "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY", + "title": "Workaround strategy", + "type": "choice" + }, + { + "children": [], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPIRAM_WORKAROUND_NEED_VOLATILE_SPINLOCK", + "name": "SPIRAM_WORKAROUND_NEED_VOLATILE_SPINLOCK", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-cache-workaround-debugging", + "title": "SPIRAM cache workaround debugging", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: longjmp and setjmp.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBJMP_IN_IRAM", + "name": "SPIRAM_CACHE_LIBJMP_IN_IRAM", + "range": null, + "title": "Put libc's jump related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: abs, div, labs, ldiv, quorem, fpclassify,\nand nan.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBMATH_IN_IRAM", + "name": "SPIRAM_CACHE_LIBMATH_IN_IRAM", + "range": null, + "title": "Put libc's math related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: utoa, itoa, atoi, atol, strtol, and strtoul.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBNUMPARSER_IN_IRAM", + "name": "SPIRAM_CACHE_LIBNUMPARSER_IN_IRAM", + "range": null, + "title": "Put libc's number parsing related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: wcrtomb, fvwrite, wbuf, wsetup, fputwc, wctomb_r,\nungetc, makebuf, fflush, refill, and sccl.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBIO_IN_IRAM", + "name": "SPIRAM_CACHE_LIBIO_IN_IRAM", + "range": null, + "title": "Put libc's I/O related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: asctime, asctime_r, ctime, ctime_r, lcltime, lcltime_r,\ngmtime, gmtime_r, strftime, mktime, tzset_r, tzset, time, gettzinfo, systimes, month_lengths,\ntimelocal, tzvars, tzlock, tzcalc_limits, and strptime.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBTIME_IN_IRAM", + "name": "SPIRAM_CACHE_LIBTIME_IN_IRAM", + "range": null, + "title": "Put libc's time related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: ctype_, toupper, tolower, toascii, strupr, bzero,\nisalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower, isprint, ispunct,\nisspace, and isupper.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBCHAR_IN_IRAM", + "name": "SPIRAM_CACHE_LIBCHAR_IN_IRAM", + "range": null, + "title": "Put libc's characters related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: memccpy, memchr memmove, and memrchr.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBMEM_IN_IRAM", + "name": "SPIRAM_CACHE_LIBMEM_IN_IRAM", + "range": null, + "title": "Put libc's memory related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: strcasecmp, strcasestr, strchr, strcoll,\nstrcpy, strcspn, strdup, strdup_r, strlcat, strlcpy, strlen, strlwr, strncasecmp,\nstrncat, strncmp, strncpy, strndup, strndup_r, strrchr, strsep, strspn, strstr,\nstrtok_r, and strupr.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBSTR_IN_IRAM", + "name": "SPIRAM_CACHE_LIBSTR_IN_IRAM", + "range": null, + "title": "Put libc's string related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: srand, rand, and rand_r.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBRAND_IN_IRAM", + "name": "SPIRAM_CACHE_LIBRAND_IN_IRAM", + "range": null, + "title": "Put libc's random related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: environ, envlock, and getenv_r.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBENV_IN_IRAM", + "name": "SPIRAM_CACHE_LIBENV_IN_IRAM", + "range": null, + "title": "Put libc's environment related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: lock, isatty, fclose, open, close, creat, read,\nrshift, sbrk, stdio, syssbrk, sysclose, sysopen, creat, sysread, syswrite, impure, fwalk,\nand findfp.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBFILE_IN_IRAM", + "name": "SPIRAM_CACHE_LIBFILE_IN_IRAM", + "range": null, + "title": "Put libc's file related functions in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The functions affected by this option are: raise and system\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", + "id": "SPIRAM_CACHE_LIBMISC_IN_IRAM", + "name": "SPIRAM_CACHE_LIBMISC_IN_IRAM", + "range": null, + "title": "Put libc's miscellaneous functions in IRAM, see help", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-workaround-libraries-placement", + "title": "SPIRAM workaround libraries placement", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM_BANKSWITCH_ENABLE && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", + "id": "SPIRAM_BANKSWITCH_RESERVE", + "name": "SPIRAM_BANKSWITCH_RESERVE", + "range": null, + "title": "Amount of 32K pages to reserve for bank switching", + "type": "int" + } + ], + "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_psram_extram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.\n\nIf spiram 2T mode is enabled, the size of 64Mbit psram will be changed as 32Mbit, so himem will be\nunusable.", + "id": "SPIRAM_BANKSWITCH_ENABLE", + "name": "SPIRAM_BANKSWITCH_ENABLE", + "range": null, + "title": "Enable bank switching for >4MiB external RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creaton functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory. If you have a task that\nneeds a large amount of stack and does not call on ROM code in any way (no direct calls, but also no\nBluetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in external\nmemory.", + "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_HSPI_HOST", + "name": "SPIRAM_OCCUPY_HSPI_HOST", + "range": null, + "title": "HSPI host (SPI2)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_VSPI_HOST", + "name": "SPIRAM_OCCUPY_VSPI_HOST", + "range": null, + "title": "VSPI host (SPI3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPIRAM_OCCUPY_NO_HOST", + "name": "SPIRAM_OCCUPY_NO_HOST", + "range": null, + "title": "Will not try to use any host, will abort if not able to use the PSRAM", + "type": "bool" + } + ], + "depends_on": "SPIRAM_SPEED_80M && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", + "name": "SPIRAM_OCCUPY_SPI_HOST", + "title": "SPI host to use for 32MBit PSRAM", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.\n\nIf configured to the same pin as Flash, PSRAM shouldn't be rev0. Contact Espressif for more\ninformation.", + "id": "D0WD_PSRAM_CLK_IO", + "name": "D0WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D0WD_PSRAM_CS_IO", + "name": "D0WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", + "type": "int" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", + "title": "PSRAM clock and cs IO for ESP32-DOWD", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.\n\nIf configured to the same pin (GPIO6) as Flash, PSRAM shouldn't be rev0. Contact Espressif for more\ninformation.", + "id": "D2WD_PSRAM_CLK_IO", + "name": "D2WD_PSRAM_CLK_IO", + "range": null, + "title": "PSRAM CLK IO number", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", + "id": "D2WD_PSRAM_CS_IO", + "name": "D2WD_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", + "type": "int" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", + "title": "PSRAM clock and cs IO for ESP32-D2WD", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", + "id": "PICO_PSRAM_CS_IO", + "name": "PICO_PSRAM_CS_IO", + "range": null, + "title": "PSRAM CS IO number", + "type": "int" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico-d4", + "title": "PSRAM clock and cs IO for ESP32-PICO-D4", + "type": "menu" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is DIO or DOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The psram only has QPI\nmode, so a WP pin setting is necessary.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item\nto Y and specify the GPIO number connected to the WP pin.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set the same as the SPI Flash WP pin\nconfigured in the bootloader.", + "id": "SPIRAM_CUSTOM_SPIWP_SD3_PIN", + "name": "SPIRAM_CUSTOM_SPIWP_SD3_PIN", + "range": null, + "title": "Use custom SPI PSRAM WP(SD3) Pin when flash pins set in eFuse (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "The option \"Use custom SPI PSRAM WP(SD3) pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using DIO or DOUT mode for flash, set this\nvalue to the GPIO number of the SPIRAM WP pin.", + "id": "SPIRAM_SPIWP_SD3_PIN", + "name": "SPIRAM_SPIWP_SD3_PIN", + "range": null, + "title": "Custom SPI PSRAM WP(SD3) Pin", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this option to fix single bit errors inside 64Mbit PSRAM.\n\nSome 64Mbit PSRAM chips have a hardware issue in the RAM which causes bit errors at multiple\nfixed bit positions.\n\nNote: If this option is enabled, the 64Mbit PSRAM chip will appear to be 32Mbit in size.\nApplications will not be affected unless the use the esp_himem APIs, which are not supported\nin 2T mode.", + "id": "SPIRAM_2T_MODE", + "name": "SPIRAM_2T_MODE", + "range": null, + "title": "Enable SPI PSRAM 2T mode", + "type": "bool" + } + ], + "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config", + "title": "SPI RAM config", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", + "id": "SPIRAM", + "name": "SPIRAM", + "range": null, + "title": "Support for external, SPI-connected RAM", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-esp-psram", + "title": "ESP PSRAM", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "help": "Place ISR ringbuf functions (like xRingbufferSendFromISR/xRingbufferReceiveFromISR) into flash.\nThis frees up IRAM, but the functions can no longer be called when the cache is disabled\nor from an IRAM interrupt context.\n\nThis option is not compatible with ESP-IDF drivers which are configured to\nrun the ISR from an IRAM context, e.g. CONFIG_UART_ISR_IN_IRAM.", + "id": "RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "name": "RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place ISR ringbuf functions into flash", + "type": "bool" + } + ], + "depends_on": null, + "help": "Place non-ISR ringbuf functions (like xRingbufferCreate/xRingbufferSend) into flash.\nThis frees up IRAM, but the functions can no longer be called when the cache is disabled.", + "id": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "name": "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place non-ISR ringbuf functions into flash", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-ringbuf", + "title": "ESP Ringbuf", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IDF_ENV_FPGA && ", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_40", + "range": null, + "title": "40 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_80", + "range": null, + "title": "80 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_160", + "range": null, + "title": "160 MHz", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ_240", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ_240", + "range": null, + "title": "240 MHz", + "type": "bool" + } + ], + "depends_on": null, + "help": "CPU frequency to be set on application startup.", + "id": "component-config-esp-system-settings-cpu-frequency", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "title": "CPU frequency", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_DEFAULT_CPU_FREQ_MHZ", + "name": "ESP_DEFAULT_CPU_FREQ_MHZ", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", + "id": "ESP32_RTCDATA_IN_FAST_MEM", + "name": "ESP32_RTCDATA_IN_FAST_MEM", + "range": null, + "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", + "id": "ESP32_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Fixed Static RAM size", + "type": "hex" + } + ], + "depends_on": null, + "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", + "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", + "range": null, + "title": "Use fixed static RAM size", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE", + "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", + "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", + "range": null, + "title": "Enable IRAM as 8 bit accessible memory", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!ESP32_TRAX", + "help": "Reserve parts of SRAM1 for app IRAM which was previously reserved for bootloader DRAM.\nIf booting an app on an older bootloader from before this option was introduced, the app will fail\nto boot due to not recognizing the new IRAM memory area.\n\nIf this is the case please test carefully before pushing out any OTA updates.", + "id": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", + "name": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", + "range": null, + "title": "Reserve parts of SRAM1 for app IRAM (WARNING, read help before enabling)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-non-backward-compatible-options", + "title": "Non-backward compatible options", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory", + "title": "Memory", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM", + "name": "ESP32_MEMMAP_TRACEMEM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", + "id": "ESP32_TRAX_TWOBANKS", + "name": "ESP32_TRAX_TWOBANKS", + "range": null, + "title": "Reserve memory for tracing both pro as well as app cpu execution", + "type": "bool" + } + ], + "depends_on": null, + "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", + "id": "ESP32_TRAX", + "name": "ESP32_TRAX", + "range": null, + "title": "Use TRAX tracing feature", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP32_TRACEMEM_RESERVE_DRAM", + "name": "ESP32_TRACEMEM_RESERVE_DRAM", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-trace-memory", + "title": "Trace memory", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", + "id": "ESP_SYSTEM_PANIC_PRINT_HALT", + "name": "ESP_SYSTEM_PANIC_PRINT_HALT", + "range": null, + "title": "Print registers and halt", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", + "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "range": null, + "title": "Print registers and reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Just resets the processor without outputting anything", + "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", + "range": null, + "title": "Silent reboot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", + "id": "ESP_SYSTEM_PANIC_GDBSTUB", + "name": "ESP_SYSTEM_PANIC_GDBSTUB", + "range": null, + "title": "GDBStub on panic", + "type": "bool" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32C2 && ", + "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it and to do a debug on runtime.", + "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "range": null, + "title": "GDBStub at runtime", + "type": "bool" + } + ], + "depends_on": null, + "help": "If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is\ninvoked. Configure the panic handler's action here.", + "id": "component-config-esp-system-settings-panic-handler-behaviour", + "name": "ESP_SYSTEM_PANIC", + "title": "Panic handler behaviour", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_PANIC_PRINT_REBOOT", + "help": "After the panic handler executes, you can specify a number of seconds to\nwait before the device reboots.", + "id": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "name": "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS", + "range": [ + 0, + 99 + ], + "title": "Panic reboot delay (Seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only initialize and use the main core.", + "id": "ESP_SYSTEM_SINGLE_CORE_MODE", + "name": "ESP_SYSTEM_SINGLE_CORE_MODE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_XTAL", + "name": "ESP_SYSTEM_RTC_EXT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SYSTEM_RTC_EXT_OSC", + "name": "ESP_SYSTEM_RTC_EXT_OSC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_EXT_XTAL", + "help": "To reduce the startup time of an external RTC crystal,\nwe bootstrap it with a 32kHz square wave for a fixed number of cycles.\nSetting 0 will disable bootstrapping (if disabled, the crystal may take\nlonger to start up or fail to oscillate under some conditions).\n\nIf this value is too high, a faulty crystal may initially start and then fail.\nIf this value is too low, an otherwise good crystal may not start.\n\nTo accurately determine if the crystal has started,\nset a larger \"Number of cycles for RTC_SLOW_CLK calibration\" (about 3000).", + "id": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "name": "ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES", + "range": null, + "title": "Bootstrap cycles for external 32kHz crystal", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", + "help": null, + "id": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "name": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. This memory will be consumed first per\nheap initialization order by early startup services and scheduler related code. Speed\nwise RTC fast memory operates on APB clock and hence does not have much performance impact.", + "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", + "range": null, + "title": "Enable RTC fast memory for dynamic allocations", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV", + "help": "Generate DWARF information for each function of the project. These information will parsed and used to\nperform backtracing when panics occur. Activating this option will activate asynchronous frame unwinding\nand generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20% to\n100% larger). The main purpose of this option is to be able to have a backtrace parsed and printed by\nthe program itself, regardless of the serial monitor used.\nThis option shall NOT be used for production.", + "id": "ESP_SYSTEM_USE_EH_FRAME", + "name": "ESP_SYSTEM_USE_EH_FRAME", + "range": null, + "title": "Generate and use eh_frame for backtracing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", + "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "name": "ESP_SYSTEM_PMP_IDRAM_SPLIT", + "range": null, + "title": "Enable IRAM/DRAM split protection", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_SYSTEM_MEMPROT_FEATURE", + "help": "Once locked, memory protection settings cannot be changed anymore.\nThe lock is reset only on the chip startup.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "name": "ESP_SYSTEM_MEMPROT_FEATURE_LOCK", + "range": null, + "title": "Lock memory protection settings", + "type": "bool" + } + ], + "depends_on": "SOC_MEMPROT_SUPPORTED", + "help": "If enabled, the permission control module watches all the memory access and fires the panic handler\nif a permission violation is detected. This feature automatically splits\nthe SRAM memory into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", + "id": "ESP_SYSTEM_MEMPROT_FEATURE", + "name": "ESP_SYSTEM_MEMPROT_FEATURE", + "range": null, + "title": "Enable memory protection", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-memory-protection", + "title": "Memory protection", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event queue size in different application.", + "id": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "name": "ESP_SYSTEM_EVENT_QUEUE_SIZE", + "range": null, + "title": "System event queue size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Config system event task stack size in different application.", + "id": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "name": "ESP_SYSTEM_EVENT_TASK_STACK_SIZE", + "range": null, + "title": "Event loop task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the \"main task\" stack size. This is the stack of the task\nwhich calls app_main(). If app_main() returns then this task is deleted\nand its stack memory is freed.", + "id": "ESP_MAIN_TASK_STACK_SIZE", + "name": "ESP_MAIN_TASK_STACK_SIZE", + "range": null, + "title": "Main task stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU0", + "name": "ESP_MAIN_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_CPU1", + "name": "ESP_MAIN_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "Configure the \"main task\" core affinity. This is the used core of the task\nwhich calls app_main(). If app_main() returns then this task is deleted.", + "id": "component-config-esp-system-settings-main-task-core-affinity", + "name": "ESP_MAIN_TASK_AFFINITY", + "title": "Main task core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAIN_TASK_AFFINITY", + "name": "ESP_MAIN_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": "Minimal value of size, in bytes, accepted to execute a expression\nwith shared stack.", + "id": "ESP_MINIMAL_SHARED_STACK_SIZE", + "name": "ESP_MINIMAL_SHARED_STACK_SIZE", + "range": null, + "title": "Minimal allowed size for shared stack", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_DEFAULT", + "name": "ESP_CONSOLE_UART_DEFAULT", + "range": null, + "title": "Default: UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "(IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB && ", + "help": null, + "id": "ESP_CONSOLE_USB_CDC", + "name": "ESP_CONSOLE_USB_CDC", + "range": null, + "title": "USB CDC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED && ", + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG", + "range": null, + "title": "USB Serial/JTAG Controller", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM", + "name": "ESP_CONSOLE_UART_CUSTOM", + "range": null, + "title": "Custom UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_NONE", + "name": "ESP_CONSOLE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select where to send console output (through stdout and stderr).\n\n- Default is to use UART0 on pre-defined GPIOs.\n- If \"Custom\" is selected, UART0 or UART1 can be chosen,\n and any pins can be selected.\n- If \"None\" is selected, there will be no console output on any UART, except\n for initial output from ROM bootloader. This ROM output can be suppressed by\n GPIO strapping or EFUSE, refer to chip datasheet for details.\n- On chips with USB OTG peripheral, \"USB CDC\" option redirects output to the\n CDC port. This option uses the CDC driver in the chip ROM.\n This option is incompatible with TinyUSB stack.\n- On chips with an USB serial/JTAG debug controller, selecting the option\n for that redirects output to the CDC/ACM (serial port emulation) component\n of that device.", + "id": "component-config-esp-system-settings-channel-for-console-output", + "name": "ESP_CONSOLE_UART", + "title": "Channel for console output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_SECONDARY_NONE", + "name": "ESP_CONSOLE_SECONDARY_NONE", + "range": null, + "title": "No secondary console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_CONSOLE_USB_SERIAL_JTAG && ", + "help": "This option supports output through USB_SERIAL_JTAG port when the UART0 port is not connected.\nThe output currently only supports non-blocking mode without using the console.\nIf you want to output in blocking mode with REPL or input through USB_SERIAL_JTAG port,\nplease change the primary config to ESP_CONSOLE_USB_SERIAL_JTAG above.", + "id": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "name": "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", + "range": null, + "title": "USB_SERIAL_JTAG PORT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "This secondary option supports output through other specific port like USB_SERIAL_JTAG\nwhen UART0 port as a primary is selected but not connected. This secondary output currently only supports\nnon-blocking mode without using REPL. If you want to output in blocking mode with REPL or\ninput through this secondary port, please change the primary config to this port\nin `Channel for console output` menu.", + "id": "component-config-esp-system-settings-channel-for-console-secondary-output", + "name": "ESP_CONSOLE_SECONDARY", + "title": "Channel for console secondary output", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "name": "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART", + "name": "ESP_CONSOLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_MULTIPLE_UART", + "name": "ESP_CONSOLE_MULTIPLE_UART", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_0", + "range": null, + "title": "UART0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "name": "ESP_CONSOLE_UART_CUSTOM_NUM_1", + "range": null, + "title": "UART1", + "type": "bool" + } + ], + "depends_on": "ESP_CONSOLE_UART_CUSTOM && ESP_CONSOLE_MULTIPLE_UART", + "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", + "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", + "name": "ESP_CONSOLE_UART_NUM", + "title": "UART peripheral to use for console output (0-1)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_UART_NUM", + "name": "ESP_CONSOLE_UART_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app).\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including\ndefault default standard input of the app).\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_RX_GPIO", + "name": "ESP_CONSOLE_UART_RX_GPIO", + "range": null, + "title": "UART RX on GPIO#", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART", + "help": "This baud rate is used by both the ESP-IDF Bootloader and the app (including\nboot log output and default standard input/output/error of the app).\n\nThe app's maximum baud rate depends on the UART clock source. If Power Management is disabled,\nthe UART clock source is the APB clock and all baud rates in the available range will be sufficiently\naccurate. If Power Management is enabled, REF_TICK clock source is used so the baud rate is divided\nfrom 1MHz. Baud rates above 1Mbps are not possible and values between 500Kbps and 1Mbps may not be\naccurate.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_BAUDRATE", + "name": "ESP_CONSOLE_UART_BAUDRATE", + "range": [ + 1200, + 4000000 + ], + "title": "UART console baud rate", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "Set the size of USB CDC RX buffer. Increase the buffer size if your application\nis often receiving data over USB CDC.", + "id": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "name": "ESP_CONSOLE_USB_CDC_RX_BUF_SIZE", + "range": null, + "title": "Size of USB CDC RX buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_USB_CDC", + "help": "If enabled, esp_rom_printf and ESP_EARLY_LOG output will also be sent over USB CDC.\nDisabling this option saves about 1kB or RAM.", + "id": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "name": "ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF", + "range": null, + "title": "Enable esp_rom_printf / ESP_EARLY_LOG via USB CDC", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_INT_WDT", + "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "id": "ESP_INT_WDT_TIMEOUT_MS", + "name": "ESP_INT_WDT_TIMEOUT_MS", + "range": [ + 10, + 10000 + ], + "title": "Interrupt watchdog timeout (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_INT_WDT && !FREERTOS_UNICORE", + "help": "Also detect if interrupts on CPU 1 are disabled for too long.", + "id": "ESP_INT_WDT_CHECK_CPU1", + "name": "ESP_INT_WDT_CHECK_CPU1", + "range": null, + "title": "Also watch CPU1 tick interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "This watchdog timer can detect if the FreeRTOS tick interrupt has not been called for a certain time,\neither because a task turned off interrupts and did not turn them on for a long time, or because an\ninterrupt handler did not return. It will try to invoke the panic handler first and failing that\nreset the SoC.", + "id": "ESP_INT_WDT", + "name": "ESP_INT_WDT", + "range": null, + "title": "Interrupt watchdog", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_EN", + "help": null, + "id": "ESP_TASK_WDT_USE_ESP_TIMER", + "name": "ESP_TASK_WDT_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will be configured to\ntrigger the panic handler when it times out. This can also be configured\nat run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_PANIC", + "name": "ESP_TASK_WDT_PANIC", + "range": null, + "title": "Invoke panic handler on Task Watchdog timeout", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "Timeout period configuration for the Task Watchdog Timer in seconds.\nThis is also configurable at run time (see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_TIMEOUT_S", + "name": "ESP_TASK_WDT_TIMEOUT_S", + "range": [ + 1, + 60 + ], + "title": "Task Watchdog timeout period (seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT", + "help": "If this option is enabled, the Task Watchdog Timer will watch the CPU0\nIdle Task. Having the Task Watchdog watch the Idle Task allows for detection\nof CPU starvation as the Idle Task not being called is usually a symptom of\nCPU starvation. Starvation of the Idle Task is detrimental as FreeRTOS household\ntasks depend on the Idle Task getting some runtime every now and then.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0", + "range": null, + "title": "Watch CPU0 Idle Task", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TASK_WDT_INIT && !FREERTOS_UNICORE", + "help": "If this option is enabled, the Task Watchdog Timer will wach the CPU1\nIdle Task.", + "id": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "name": "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1", + "range": null, + "title": "Watch CPU1 Idle Task", + "type": "bool" + } + ], + "depends_on": "ESP_TASK_WDT_EN", + "help": "Enabling this option will cause the Task Watchdog Timer to be initialized\nautomatically at startup.", + "id": "ESP_TASK_WDT_INIT", + "name": "ESP_TASK_WDT_INIT", + "range": null, + "title": "Initialize Task Watchdog Timer on startup", + "type": "bool" + } + ], + "depends_on": null, + "help": "The Task Watchdog Timer can be used to make sure individual tasks are still\nrunning. Enabling this option will enable the Task Watchdog Timer. It can be\neither initialized automatically at startup or initialized after startup\n(see Task Watchdog Timer API Reference)", + "id": "ESP_TASK_WDT_EN", + "name": "ESP_TASK_WDT_EN", + "range": null, + "title": "Enable Task Watchdog Timer", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Timeout period configuration for the XTAL32K watchdog timer based on RTC_CLK.", + "id": "ESP_XT_WDT_TIMEOUT", + "name": "ESP_XT_WDT_TIMEOUT", + "range": null, + "title": "XTAL32K watchdog timeout period", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_XT_WDT", + "help": "Enable this to automatically switch to BACKUP32K_CLK as the source of RTC_SLOW_CLK when\nthe watchdog timer expires.", + "id": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "name": "ESP_XT_WDT_BACKUP_CLK_ENABLE", + "range": null, + "title": "Automatically switch to BACKUP32K_CLK when timer expires", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", + "id": "ESP_XT_WDT", + "name": "ESP_XT_WDT", + "range": null, + "title": "Initialize XTAL32K watchdog timer on startup", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is disabled (default), the panic handler code is placed in flash not IRAM.\nThis means that if ESP-IDF crashes while flash cache is disabled, the panic handler will\nautomatically re-enable flash cache before running GDB Stub or Core Dump. This adds some minor\nrisk, if the flash cache status is also corrupted during the crash.\n\nIf this option is enabled, the panic handler code (including required UART functions) is placed\nin IRAM. This may be necessary to debug some complex issues with crashes while flash cache is\ndisabled (for example, when writing to SPI flash) or when flash cache is corrupted when an exception\nis triggered.", + "id": "ESP_PANIC_HANDLER_IRAM", + "name": "ESP_PANIC_HANDLER_IRAM", + "range": null, + "title": "Place panic handler code in IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP32_TRAX && !ESP32S2_TRAX && !ESP32S3_TRAX", + "help": "Debug stubs are used by OpenOCD to execute pre-compiled onboard code\nwhich does some useful debugging stuff, e.g. GCOV data dump.", + "id": "ESP_DEBUG_STUBS_ENABLE", + "name": "ESP_DEBUG_STUBS_ENABLE", + "range": null, + "title": "OpenOCD debug stubs", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and\ninstead of panicking, have the debugger stop on the offending instruction.", + "id": "ESP_DEBUG_OCDAWARE", + "name": "ESP_DEBUG_OCDAWARE", + "range": null, + "title": "Make exception and panic handlers JTAG/OCD aware", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && ", + "help": "Using level 5 interrupt for Interrupt Watchdog and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", + "range": null, + "title": "Level 5 interrupt", + "type": "bool" + }, + { + "children": [], + "depends_on": "!BTDM_CTRL_HLI && ", + "help": "Using level 4 interrupt for Interrupt Watchdog and other system checks.", + "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", + "range": null, + "title": "Level 4 interrupt", + "type": "bool" + } + ], + "depends_on": null, + "help": "Interrupt level to use for Interrupt Watchdog and other system checks.", + "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", + "name": "ESP_SYSTEM_CHECK_INT_LEVEL", + "title": "Interrupt level to use for Interrupt Watchdog and other system checks", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_0", + "name": "ESP_BROWNOUT_DET_LVL_SEL_0", + "range": null, + "title": "2.43V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_1", + "name": "ESP_BROWNOUT_DET_LVL_SEL_1", + "range": null, + "title": "2.48V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "2.58V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "2.62V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.67V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", + "range": null, + "title": "2.70V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_6", + "name": "ESP_BROWNOUT_DET_LVL_SEL_6", + "range": null, + "title": "2.77V +/- 0.05", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "range": null, + "title": "2.80V +/- 0.05", + "type": "bool" + } + ], + "depends_on": "ESP_BROWNOUT_DET", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", + "name": "ESP_BROWNOUT_DET_LVL_SEL", + "title": "Brownout voltage level", + "type": "choice" + } + ], + "depends_on": "!IDF_ENV_FPGA", + "help": "The ESP has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "id": "ESP_BROWNOUT_DET", + "name": "ESP_BROWNOUT_DET", + "range": null, + "title": "Hardware brownout detect & reset", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_BROWNOUT_DET_LVL", + "name": "ESP_BROWNOUT_DET_LVL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings-brownout-detector", + "title": "Brownout Detector", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", + "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", + "range": null, + "title": "Permanently disable BASIC ROM Console", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && SPIRAM", + "help": null, + "id": "ESP32_ECO3_CACHE_LOCK_FIX", + "name": "ESP32_ECO3_CACHE_LOCK_FIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config allows to trigger an interrupt when brownout detected. Software restart will be done\nat the end of the default callback.\nTwo occasions need to restart the chip with interrupt so far.\n(1). For ESP32 version 1, brown-out reset function doesn't work (see ESP32 errata 3.4).\n So that we must restart from interrupt.\n(2). For special workflow, the chip needs do more things instead of restarting directly. This part\n needs to be done in callback function of interrupt.", + "id": "ESP_SYSTEM_BROWNOUT_INTR", + "name": "ESP_SYSTEM_BROWNOUT_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-system-settings", + "title": "ESP System Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Configure the IPC tasks stack size. An IPC task runs on each core (in dual core mode), and allows for\ncross-core function calls. See IPC documentation for more details. The default IPC stack size should be\nenough for most common simple use cases. However, users can increase/decrease the stack size to their\nneeds.", + "id": "ESP_IPC_TASK_STACK_SIZE", + "name": "ESP_IPC_TASK_STACK_SIZE", + "range": [ + 512, + 65536 + ], + "title": "Inter-Processor Call (IPC) task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE", + "help": "If this option is not enabled then the IPC task will keep behavior same as prior to that of ESP-IDF v4.0,\nhence IPC task will run at (configMAX_PRIORITIES - 1) priority.", + "id": "ESP_IPC_USES_CALLERS_PRIORITY", + "name": "ESP_IPC_USES_CALLERS_PRIORITY", + "range": null, + "title": "IPC runs at caller's priority", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is itended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "id": "ESP_IPC_ISR_ENABLE", + "name": "ESP_IPC_ISR_ENABLE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ipc-inter-processor-call-", + "title": "IPC (Inter-Processor Call)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If enabled, esp_timer_dump will dump information such as number of times the timer was started,\nnumber of times the timer has triggered, and the total time it took for the callback to run.\nThis option has some effect on timer performance and the amount of memory used for timer\nstorage, and should only be used for debugging/testing purposes.", + "id": "ESP_TIMER_PROFILING", + "name": "ESP_TIMER_PROFILING", + "range": null, + "title": "Enable esp_timer profiling features", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_RTC_TIMER", + "name": "ESP_TIME_FUNCS_USE_RTC_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_ESP_TIMER", + "name": "ESP_TIME_FUNCS_USE_ESP_TIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIME_FUNCS_USE_NONE", + "name": "ESP_TIME_FUNCS_USE_NONE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Configure the stack size of \"timer_task\" task. This task is used\nto dispatch callbacks of timers created using ets_timer and esp_timer\nAPIs. If you are seing stack overflow errors in timer task, increase\nthis value.\n\nNote that this is not the same as FreeRTOS timer task. To configure\nFreeRTOS timer task size, see \"FreeRTOS timer task stack size\" option\nin \"FreeRTOS\".", + "id": "ESP_TIMER_TASK_STACK_SIZE", + "name": "ESP_TIMER_TASK_STACK_SIZE", + "range": [ + 2048, + 65536 + ], + "title": "High-resolution timer task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "It sets the interrupt level for esp_timer ISR in range 1..3.\nA higher level (3) helps to decrease the ISR esp_timer latency.", + "id": "ESP_TIMER_INTERRUPT_LEVEL", + "name": "ESP_TIMER_INTERRUPT_LEVEL", + "range": [ + 1, + 3 + ], + "title": "Interrupt level", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This shows some hidden features of esp_timer.\nNote that they may break other features, use them with care.", + "id": "ESP_TIMER_SHOW_EXPERIMENTAL", + "name": "ESP_TIMER_SHOW_EXPERIMENTAL", + "range": null, + "title": "show esp_timer's experimental features", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY", + "name": "ESP_TIMER_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_CPU0", + "name": "ESP_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_CPU1", + "name": "ESP_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_TASK_AFFINITY_NO_AFFINITY", + "name": "ESP_TIMER_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) esp_timer task is processed by CPU0.\n- \"CPU1\": esp_timer task is processed by CPU1.\n- \"No affinity\": esp_timer task can be processed by any CPU.", + "id": "component-config-high-resolution-timer-esp_timer--esp_timer-task-core-affinity", + "name": "ESP_TIMER_TASK_AFFINITY", + "title": "esp_timer task core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY", + "name": "ESP_TIMER_ISR_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_CPU0", + "name": "ESP_TIMER_ISR_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_CPU1", + "name": "ESP_TIMER_ISR_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ESP_TIMER_SHOW_EXPERIMENTAL && ", + "help": null, + "id": "ESP_TIMER_ISR_AFFINITY_NO_AFFINITY", + "name": "ESP_TIMER_ISR_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": null, + "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) timer interrupt is processed by CPU0.\n- \"CPU1\": timer interrupt is processed by CPU1.\n- \"No affinity\": timer interrupt can be processed by any CPU. It helps\nto reduce latency but there is a disadvantage it leads to the timer ISR\nrunning on every core. It increases the CPU time usage for timer ISRs\nby N on an N-core system.", + "id": "component-config-high-resolution-timer-esp_timer--timer-interrupt-core-affinity", + "name": "ESP_TIMER_ISR_AFFINITY", + "title": "timer interrupt core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Allows using ESP_TIMER_ISR dispatch method (ESP_TIMER_TASK dispatch method is also avalible).\n- ESP_TIMER_TASK - Timer callbacks are dispatched from a high-priority esp_timer task.\n- ESP_TIMER_ISR - Timer callbacks are dispatched directly from the timer interrupt handler.\nThe ISR dispatch can be used, in some cases, when a callback is very simple\nor need a lower-latency.", + "id": "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD", + "name": "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD", + "range": null, + "title": "Support ISR dispatch method", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": null, + "id": "ESP_TIMER_IMPL_TG0_LAC", + "name": "ESP_TIMER_IMPL_TG0_LAC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32", + "help": null, + "id": "ESP_TIMER_IMPL_SYSTIMER", + "name": "ESP_TIMER_IMPL_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-high-resolution-timer-esp_timer-", + "title": "High resolution timer (esp_timer)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_WIFI_ENABLED", + "name": "ESP_WIFI_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static rx buffers are allocated when esp_wifi_init is called, they are not freed\nuntil esp_wifi_deinit is called.\n\nWiFi hardware use these buffers to receive all 802.11 frames.\nA higher number may allow higher throughput but increases memory use. If ESP_WIFI_AMPDU_RX_ENABLED\nis enabled, this value is recommended to set equal or bigger than ESP_WIFI_RX_BA_WIN in order to\nachieve better throughput and compatibility with both stations and APs.", + "id": "ESP_WIFI_STATIC_RX_BUFFER_NUM", + "name": "ESP_WIFI_STATIC_RX_BUFFER_NUM", + "range": [ + 2, + 25 + ], + "title": "Max number of WiFi static RX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated\n(provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of\nthe received data frame.\n\nFor each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers\nit to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has\nsuccessfully received the data frame.\n\nFor some applications, WiFi data frames may be received faster than the application can\nprocess them. In these cases we may run out of memory if RX buffer number is unlimited (0).\n\nIf a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.", + "id": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", + "name": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", + "range": [ + 0, + 128 + ], + "title": "Max number of WiFi dynamic RX buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_STATIC_TX_BUFFER", + "name": "ESP_WIFI_STATIC_TX_BUFFER", + "range": null, + "title": "Static", + "type": "bool" + }, + { + "children": [], + "depends_on": "!(SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND) && ", + "help": null, + "id": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "name": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "range": null, + "title": "Dynamic", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select type of WiFi TX buffers:\n\nIf \"Static\" is selected, WiFi TX buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.\n\nIf \"Dynamic\" is selected, each WiFi TX buffer is allocated as needed when a data frame is\ndelivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame\nhas been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length\nof each data frame sent by the TCP/IP layer.\n\nIf PSRAM is enabled, \"Static\" should be selected to guarantee enough WiFi TX buffers.\nIf PSRAM is disabled, \"Dynamic\" should be selected to improve the utilization of RAM.", + "id": "component-config-wi-fi-type-of-wifi-tx-buffers", + "name": "ESP_WIFI_TX_BUFFER", + "title": "Type of WiFi TX buffers", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_WIFI_TX_BUFFER_TYPE", + "name": "ESP_WIFI_TX_BUFFER_TYPE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_STATIC_TX_BUFFER", + "help": "Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static RX buffers are allocated when esp_wifi_init() is called, they are not released\nuntil esp_wifi_deinit() is called.\n\nFor each transmitted data frame from the higher layer TCP/IP stack, the WiFi driver makes a\ncopy of it in a TX buffer. For some applications especially UDP applications, the upper\nlayer can deliver frames faster than WiFi layer can transmit. In these cases, we may run out\nof TX buffers.", + "id": "ESP_WIFI_STATIC_TX_BUFFER_NUM", + "name": "ESP_WIFI_STATIC_TX_BUFFER_NUM", + "range": null, + "title": "Max number of WiFi static TX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND", + "help": "Set the number of WiFi cache TX buffer number.\n\nFor each TX packet from uplayer, such as LWIP etc, WiFi driver needs to allocate a static TX\nbuffer and makes a copy of uplayer packet. If WiFi driver fails to allocate the static TX buffer,\nit caches the uplayer packets to a dedicated buffer queue, this option is used to configure the\nsize of the cached TX queue.", + "id": "ESP_WIFI_CACHE_TX_BUFFER_NUM", + "name": "ESP_WIFI_CACHE_TX_BUFFER_NUM", + "range": null, + "title": "Max number of WiFi cache TX buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "help": "Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,\nit depends on the size of each transmitted data frame.\n\nFor each transmitted frame from the higher layer TCP/IP stack, the WiFi driver makes a copy\nof it in a TX buffer. For some applications, especially UDP applications, the upper layer\ncan deliver frames faster than WiFi layer can transmit. In these cases, we may run out of TX\nbuffers.", + "id": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", + "name": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", + "range": [ + 1, + 128 + ], + "title": "Max number of WiFi dynamic TX buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_STATIC_RX_MGMT_BUFFER", + "name": "ESP_WIFI_STATIC_RX_MGMT_BUFFER", + "range": null, + "title": "Static", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER", + "name": "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER", + "range": null, + "title": "Dynamic", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select type of WiFi RX MGMT buffers:\n\nIf \"Static\" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.\n\nIf \"Dynamic\" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is\nreceived. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.", + "id": "component-config-wi-fi-type-of-wifi-rx-mgmt-buffers", + "name": "ESP_WIFI_MGMT_RX_BUFFER", + "title": "Type of WiFi RX MGMT buffers", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", + "name": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of WiFi RX_MGMT buffers.\n\nFor Management buffers, the number of dynamic and static management buffers is the same.\nIn order to prevent memory fragmentation, the management buffer type should be set to static first.", + "id": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", + "name": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", + "range": [ + 1, + 10 + ], + "title": "Max number of WiFi RX MGMT buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_CSI_SUPPORT", + "help": "Select this option to enable CSI(Channel State Information) feature. CSI takes about\nCONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable\nthis feature in order to save memory.", + "id": "ESP_WIFI_CSI_ENABLED", + "name": "ESP_WIFI_CSI_ENABLED", + "range": null, + "title": "WiFi CSI(Channel State Information)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_AMPDU_TX_ENABLED", + "help": "Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but\nmore memory. Most of time we should NOT change the default value unless special reason, e.g.\ntest the maximum UDP TX throughput with iperf etc. For iperf test in shieldbox, the recommended\nvalue is 9~12.", + "id": "ESP_WIFI_TX_BA_WIN", + "name": "ESP_WIFI_TX_BA_WIN", + "range": [ + 2, + 32 + ], + "title": "WiFi AMPDU TX BA window size", + "type": "int" + } + ], + "depends_on": null, + "help": "Select this option to enable AMPDU TX feature", + "id": "ESP_WIFI_AMPDU_TX_ENABLED", + "name": "ESP_WIFI_AMPDU_TX_ENABLED", + "range": null, + "title": "WiFi AMPDU TX", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_AMPDU_RX_ENABLED", + "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is preferred to allocate in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", + "id": "ESP_WIFI_RX_BA_WIN", + "name": "ESP_WIFI_RX_BA_WIN", + "range": [ + 2, + 32 + ], + "title": "WiFi AMPDU RX BA window size", + "type": "int" + } + ], + "depends_on": null, + "help": "Select this option to enable AMPDU RX feature", + "id": "ESP_WIFI_AMPDU_RX_ENABLED", + "name": "ESP_WIFI_AMPDU_RX_ENABLED", + "range": null, + "title": "WiFi AMPDU RX", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_CACHE_TX_BUFFER_NUM >= 2", + "help": "Select this option to enable AMSDU TX feature", + "id": "ESP_WIFI_AMSDU_TX_ENABLED", + "name": "ESP_WIFI_AMSDU_TX_ENABLED", + "range": null, + "title": "WiFi AMSDU TX", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable WiFi NVS flash", + "id": "ESP_WIFI_NVS_ENABLED", + "name": "ESP_WIFI_NVS_ENABLED", + "range": null, + "title": "WiFi NVS flash", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_TASK_PINNED_TO_CORE_0", + "name": "ESP_WIFI_TASK_PINNED_TO_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_WIFI_TASK_PINNED_TO_CORE_1", + "name": "ESP_WIFI_TASK_PINNED_TO_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_UNICORE", + "help": "Pinned WiFi task to core 0 or core 1.", + "id": "component-config-wi-fi-wifi-task-core-id", + "name": "ESP_WIFI_TASK_CORE_ID", + "title": "WiFi Task Core ID", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However the\ndefault length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will detect\nfive of the root nodes, resolve the conflict, and re-detect more root nodes. This process will repeat\nuntil all root node conflicts are resolved. However this process can generally take a very long time.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added ontop of the\ndefault beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be identified\nmore quickly.", + "id": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", + "name": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", + "range": [ + 752, + 1256 + ], + "title": "Max length of WiFi SoftAP Beacon", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,\nwith their size determined by the length of the management packet to be sent. When a management\npacket is less than 64 bytes, the Wi-Fi driver classifies it as a short management packet and\nassigns it to one of these buffers.", + "id": "ESP_WIFI_MGMT_SBUF_NUM", + "name": "ESP_WIFI_MGMT_SBUF_NUM", + "range": [ + 6, + 32 + ], + "title": "WiFi mgmt short buffer number", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to place frequently called Wi-Fi library functions in IRAM.\nWhen this option is disabled, more than 10Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", + "id": "ESP_WIFI_IRAM_OPT", + "name": "ESP_WIFI_IRAM_OPT", + "range": null, + "title": "WiFi IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to place additional frequently called Wi-Fi library functions\nin IRAM. When this option is disabled, more than 5Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", + "id": "ESP_WIFI_EXTRA_IRAM_OPT", + "name": "ESP_WIFI_EXTRA_IRAM_OPT", + "range": null, + "title": "WiFi EXTRA IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to place frequently called Wi-Fi library RX functions in IRAM.\nWhen this option is disabled, more than 17Kbytes of IRAM memory will be saved\nbut Wi-Fi performance will be reduced.", + "id": "ESP_WIFI_RX_IRAM_OPT", + "name": "ESP_WIFI_RX_IRAM_OPT", + "range": null, + "title": "WiFi RX IRAM speed optimization", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE", + "help": "Select this option to enable SAE-PK", + "id": "ESP_WIFI_ENABLE_SAE_PK", + "name": "ESP_WIFI_ENABLE_SAE_PK", + "range": null, + "title": "Enable SAE-PK", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && ESP_WIFI_SOFTAP_SUPPORT", + "help": "Select this option to enable SAE support in softAP mode.", + "id": "ESP_WIFI_SOFTAP_SAE_SUPPORT", + "name": "ESP_WIFI_SOFTAP_SAE_SUPPORT", + "range": null, + "title": "Enable WPA3 Personal(SAE) SoftAP", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", + "id": "ESP_WIFI_ENABLE_WPA3_SAE", + "name": "ESP_WIFI_ENABLE_WPA3_SAE", + "range": null, + "title": "Enable WPA3-Personal", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to allow the device to establish OWE connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", + "id": "ESP_WIFI_ENABLE_WPA3_OWE_STA", + "name": "ESP_WIFI_ENABLE_WPA3_OWE_STA", + "range": null, + "title": "Enable OWE STA", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.\nSome functions can be put in IRAM either by ESP_WIFI_IRAM_OPT and ESP_WIFI_RX_IRAM_OPT, or this one.\nIf already enabled ESP_WIFI_IRAM_OPT, the other 7.3KB IRAM memory would be taken by this option.\nIf already enabled ESP_WIFI_RX_IRAM_OPT, the other 1.3KB IRAM memory would be taken by this option.\nIf neither of them are enabled, the other 7.4KB IRAM memory would be taken by this option.\nWi-Fi power-save mode average current would be reduced if this option is enabled.", + "id": "ESP_WIFI_SLP_IRAM_OPT", + "name": "ESP_WIFI_SLP_IRAM_OPT", + "range": null, + "title": "WiFi SLP IRAM speed optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station enters the active state,\nit will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or sent\nduring this period, the time will be refreshed. If the time is up, but the station still has packets\nto receive or send, the time will also be refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "range": [ + 8, + 60 + ], + "title": "Minimum active time", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. If no packet has been\nsent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent\nto maintain the connection with the AP. unit: seconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "range": [ + 10, + 60 + ], + "title": "Maximum keep alive time", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station knows through the beacon\nthat AP will send broadcast packet, it will wait for ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME\nbefore entering the sleep process. If a broadcast packet is received with more data bits, the time\nwill refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "range": [ + 10, + 30 + ], + "title": "Minimum wait broadcast data time", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_FTM_ENABLE", + "help": null, + "id": "ESP_WIFI_FTM_INITIATOR_SUPPORT", + "name": "ESP_WIFI_FTM_INITIATOR_SUPPORT", + "range": null, + "title": "FTM Initiator support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_FTM_ENABLE", + "help": null, + "id": "ESP_WIFI_FTM_RESPONDER_SUPPORT", + "name": "ESP_WIFI_FTM_RESPONDER_SUPPORT", + "range": null, + "title": "FTM Responder support", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_FTM_SUPPORT", + "help": "Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT).", + "id": "ESP_WIFI_FTM_ENABLE", + "name": "ESP_WIFI_FTM_ENABLE", + "range": null, + "title": "WiFi FTM", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable power_management for station when disconnected.\nChip will do modem-sleep when rf module is not in use any more.", + "id": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", + "name": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", + "range": null, + "title": "Power Management for station at disconnected", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_GCMP_SUPPORT", + "help": "Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support.", + "id": "ESP_WIFI_GCMP_SUPPORT", + "name": "ESP_WIFI_GCMP_SUPPORT", + "range": null, + "title": "WiFi GCMP Support(GCMP128 and GCMP256)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192 bit certification.", + "id": "ESP_WIFI_GMAC_SUPPORT", + "name": "ESP_WIFI_GMAC_SUPPORT", + "range": null, + "title": "WiFi GMAC Support(GMAC128 and GMAC256)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "WiFi module can be compiled without SoftAP to save code size.", + "id": "ESP_WIFI_SOFTAP_SUPPORT", + "name": "ESP_WIFI_SOFTAP_SUPPORT", + "range": null, + "title": "WiFi SoftAP Support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_MAC_BB_PD && SOC_PM_SUPPORT_BEACON_WAKEUP", + "help": "The wifi modem automatically receives the beacon frame during light sleep.", + "id": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", + "name": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", + "range": null, + "title": "WiFi modem automatically receives the beacon", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "help": "Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond.", + "id": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", + "name": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", + "range": null, + "title": "Beacon loss timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "help": "Maximum number of consecutive lost beacons allowed, WiFi keeps Rx state when\nthe number of consecutive beacons lost is greater than the given threshold.", + "id": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", + "name": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", + "range": null, + "title": "Maximum number of consecutive lost beacons allowed", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "help": "Delta early time for rf phy on, When the beacon is lost, the next rf phy on will\nbe earlier the time specified by the configuration item, Unit: 32 microsecond.", + "id": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", + "name": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", + "range": null, + "title": "Delta early time for RF PHY on", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "help": "Delta timeout time for rf phy off, When the beacon is lost, the next rf phy off will\nbe delayed for the time specified by the configuration item. Unit: 1024 microsecond.", + "id": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", + "name": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", + "range": null, + "title": "Delta timeout time for RF PHY off", + "type": "int" + } + ], + "depends_on": null, + "help": "Enable wifi sleep optimization when beacon loss occurs and immediately enter\nsleep mode when the WiFi module detects beacon loss.", + "id": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "name": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "range": null, + "title": "Wifi sleep optimize when beacon lost", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Maximum number of encrypted peers supported by espnow.\nThe number of hardware keys for encryption is fixed. And the espnow and SoftAP share the same\nhardware keys. So this configuration will affect the maximum connection number of SoftAP.\nMaximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware keys number.\nWhen using ESP mesh, this value should be set to a maximum of 6.", + "id": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", + "name": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", + "range": [ + 0, + 17 + ], + "title": "Maximum espnow encrypt peers number", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_NAN_SUPPORT", + "help": "Enable WiFi Aware (NAN) feature.", + "id": "ESP_WIFI_NAN_ENABLE", + "name": "ESP_WIFI_NAN_ENABLE", + "range": null, + "title": "WiFi Aware", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_HE_SUPPORT", + "help": "Enable Wi-Fi transmission statistics. Total support 4 access category. Each access category\nwill use 346 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "range": null, + "title": "Enable Wi-Fi transmission statistics", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && ESP_WIFI_MBEDTLS_CRYPTO", + "help": "Select this option to use MbedTLS TLS client for WPA2 enterprise connection.\nPlease note that from MbedTLS-3.0 onwards, MbedTLS does not support SSL-3.0\nTLS-v1.0, TLS-v1.1 versions. Incase your server is using one of these version,\nit is advisable to update your server.\nPlease disable this option for compatibilty with older TLS versions.", + "id": "ESP_WIFI_MBEDTLS_TLS_CLIENT", + "name": "ESP_WIFI_MBEDTLS_TLS_CLIENT", + "range": null, + "title": "Use MbedTLS TLS client for WiFi Enterprise connection", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select this option to enable the use of MbedTLS crypto APIs.\nThe internal crypto support within the supplicant is limited\nand may not suffice for all new security features, including WPA3.\n\nIt is recommended to always keep this option enabled. Additionally,\nnote that MbedTLS can leverage hardware acceleration if available,\nresulting in significantly faster cryptographic operations.", + "id": "ESP_WIFI_MBEDTLS_CRYPTO", + "name": "ESP_WIFI_MBEDTLS_CRYPTO", + "range": null, + "title": "Use MbedTLS crypto APIs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_WAPI_SUPPORT", + "help": "Select this option to enable WAPI-PSK\nwhich is a Chinese National Standard Encryption for Wireless LANs (GB 15629.11-2003).", + "id": "ESP_WIFI_WAPI_PSK", + "name": "ESP_WIFI_WAPI_PSK", + "range": null, + "title": "Enable WAPI PSK support", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_GCMP_SUPPORT", + "help": "Select this option to enable 192 bit NSA suite-B.\nThis is necessary to support WPA3 192 bit security.", + "id": "ESP_WIFI_SUITE_B_192", + "name": "ESP_WIFI_SUITE_B_192", + "range": null, + "title": "Enable NSA suite B support with 192 bit key", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_11KV_SUPPORT", + "help": "Keep scan results in cache, if not enabled, those\nwill be flushed immediately.", + "id": "ESP_WIFI_SCAN_CACHE", + "name": "ESP_WIFI_SCAN_CACHE", + "range": null, + "title": "Keep scan results in cache", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).\nOnly APIs which are helpful for network assisted roaming\nare supported for now.\nEnable this option with BTM and RRM enabled in sta config\nto make device ready for network assisted roaming.\nBTM: BSS transition management enables an AP to request a station to transition\nto a specific AP, or to indicate to a station a set of preferred APs.\nRRM: Radio measurements enable STAs to understand the radio environment,\nit enables STAs to observe and gather data on radio link performance\nand on the radio environment. Current implementation adds beacon report,\nlink measurement, neighbor report.", + "id": "ESP_WIFI_11KV_SUPPORT", + "name": "ESP_WIFI_11KV_SUPPORT", + "range": null, + "title": "Enable 802.11k, 802.11v APIs Support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable WiFi Multiband operation certification support.", + "id": "ESP_WIFI_MBO_SUPPORT", + "name": "ESP_WIFI_MBO_SUPPORT", + "range": null, + "title": "Enable Multi Band Operation Certification Support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable WiFi Easy Connect Support.", + "id": "ESP_WIFI_DPP_SUPPORT", + "name": "ESP_WIFI_DPP_SUPPORT", + "range": null, + "title": "Enable DPP support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to enable WiFi Fast Transition Support.", + "id": "ESP_WIFI_11R_SUPPORT", + "name": "ESP_WIFI_11R_SUPPORT", + "range": null, + "title": "Enable 802.11R (Fast Transition) Support", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_WIFI_SOFTAP_SUPPORT", + "help": "Select this option to enable WPS registrar support in softAP mode.", + "id": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", + "name": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", + "range": null, + "title": "Add WPS Registrar support in SoftAP mode", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "help": "Enable Wi-Fi DL MU-MIMO and DL OFDMA reception statistics. Will use 10932 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", + "range": null, + "title": "Enable Wi-Fi DL MU-MIMO and DL OFDMA reception statistics", + "type": "bool" + } + ], + "depends_on": "SOC_WIFI_HE_SUPPORT", + "help": "Enable Wi-Fi reception statistics. Total support 2 access category. Each access category\nwill use 190 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "range": null, + "title": "Enable Wi-Fi reception statistics", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Select this option to enable validate each WPS attribute\nrigorously. Disabling this add the workaorunds with various APs.\nEnabling this may cause inter operability issues with some APs.", + "id": "ESP_WIFI_WPS_STRICT", + "name": "ESP_WIFI_WPS_STRICT", + "range": null, + "title": "Strictly validate all WPS attributes", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to get passphrase during WPS configuration.\nThis option fakes the virtual display capabilites to get the\nconfiguration in passphrase mode.\nNot recommanded to be used since WPS credentials should not\nbe shared to other devices, making it in readable format increases\nthat risk, also passphrase requires pbkdf2 to convert in psk.", + "id": "ESP_WIFI_WPS_PASSPHRASE", + "name": "ESP_WIFI_WPS_PASSPHRASE", + "range": null, + "title": "Get WPA2 passphrase in WPS config", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-wi-fi-wps-configuration-options", + "title": "WPS Configuration Options", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Select this option to print logging information from WPA supplicant,\nthis includes handshake information and key hex dumps depending\non the project logging level.\n\nEnabling this could increase the build size ~60kb\ndepending on the project logging level.", + "id": "ESP_WIFI_DEBUG_PRINT", + "name": "ESP_WIFI_DEBUG_PRINT", + "range": null, + "title": "Print debug messages from WPA Supplicant", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Select this to enable unity test for DPP.", + "id": "ESP_WIFI_TESTING_OPTIONS", + "name": "ESP_WIFI_TESTING_OPTIONS", + "range": null, + "title": "Add DPP testing code", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT", + "help": "Select this configuration to free dynamic buffers during WiFi enterprise connection.\nThis will enable chip to reduce heap consumption during WiFi enterprise connection.", + "id": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "name": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "range": null, + "title": "Free dynamic buffers during WiFi enterprise connection", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select this to enable/disable enterprise connection support.\n\ndisabling this will reduce binary size.\ndisabling this will disable the use of any esp_wifi_sta_wpa2_ent_* (as APIs will be meaningless)", + "id": "ESP_WIFI_ENTERPRISE_SUPPORT", + "name": "ESP_WIFI_ENTERPRISE_SUPPORT", + "range": null, + "title": "Enable enterprise option", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-wi-fi", + "title": "Wi-Fi", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_FLASH", + "name": "ESP_COREDUMP_ENABLE_TO_FLASH", + "range": null, + "title": "Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_UART", + "name": "ESP_COREDUMP_ENABLE_TO_UART", + "range": null, + "title": "UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_ENABLE_TO_NONE", + "name": "ESP_COREDUMP_ENABLE_TO_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select place to store core dump: flash, uart or none (to disable core dumps generation).\n\nCore dumps to Flash are not available if PSRAM is used for task stacks.\n\nIf core dump is configured to be stored in flash and custom partition table is used add\ncorresponding entry to your CSV. For examples, please see predefined partition table CSV descriptions\nin the components/partition_table directory.", + "id": "component-config-core-dump-data-destination", + "name": "ESP_COREDUMP_TO_FLASH_OR_UART", + "title": "Data destination", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DATA_FORMAT_BIN", + "name": "ESP_COREDUMP_DATA_FORMAT_BIN", + "range": null, + "title": "Binary format", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DATA_FORMAT_ELF", + "name": "ESP_COREDUMP_DATA_FORMAT_ELF", + "range": null, + "title": "ELF format", + "type": "bool" + } + ], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_NONE", + "help": "Select the data format for core dump.", + "id": "component-config-core-dump-core-dump-data-format", + "name": "ESP_COREDUMP_DATA_FORMAT", + "title": "Core dump data format", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_CHECKSUM_CRC32", + "name": "ESP_COREDUMP_CHECKSUM_CRC32", + "range": null, + "title": "Use CRC32 for integrity verification", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && ", + "help": null, + "id": "ESP_COREDUMP_CHECKSUM_SHA256", + "name": "ESP_COREDUMP_CHECKSUM_SHA256", + "range": null, + "title": "Use SHA256 for integrity verification", + "type": "bool" + } + ], + "depends_on": "!ESP_COREDUMP_ENABLE_TO_NONE", + "help": "Select the integrity check for the core dump.", + "id": "component-config-core-dump-core-dump-data-integrity-check", + "name": "ESP_COREDUMP_CHECKSUM", + "title": "Core dump data integrity check", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_FLASH", + "help": "When enabled, if any data are found on the flash core dump partition,\nthey will be checked by calculating their checksum.", + "id": "ESP_COREDUMP_CHECK_BOOT", + "name": "ESP_COREDUMP_CHECK_BOOT", + "range": null, + "title": "Check core dump data integrity on boot", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disable core dump module.", + "id": "ESP_COREDUMP_ENABLE", + "name": "ESP_COREDUMP_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Enable/disable coredump logs. Logs strings from espcoredump component are\nplaced in DRAM. Disabling these helps to save ~5KB of internal memory.", + "id": "ESP_COREDUMP_LOGS", + "name": "ESP_COREDUMP_LOGS", + "range": null, + "title": "Enable coredump logs for debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Maximum number of tasks snapshots in core dump.", + "id": "ESP_COREDUMP_MAX_TASKS_NUM", + "name": "ESP_COREDUMP_MAX_TASKS_NUM", + "range": null, + "title": "Maximum number of tasks", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_UART", + "help": "Config delay (in ms) before printing core dump to UART.\nDelay can be interrupted by pressing Enter key.", + "id": "ESP_COREDUMP_UART_DELAY", + "name": "ESP_COREDUMP_UART_DELAY", + "range": null, + "title": "Delay before print to UART", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Force the use of a custom DRAM stack for coredump when Task stacks can be in PSRAM.", + "id": "ESP_COREDUMP_USE_STACK_SIZE", + "name": "ESP_COREDUMP_USE_STACK_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE", + "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value above 800.\nNOTE: It eats DRAM.", + "id": "ESP_COREDUMP_STACK_SIZE", + "name": "ESP_COREDUMP_STACK_SIZE", + "range": null, + "title": "Reserved stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && ESP_COREDUMP_ENABLE_TO_FLASH && IDF_TARGET_ARCH_RISCV", + "help": "Size of the buffer that would be reserved for extracting backtrace info summary.\nThis buffer will contain the stack dump of the crashed task. This dump is useful in generating backtrace", + "id": "ESP_COREDUMP_SUMMARY_STACKDUMP_SIZE", + "name": "ESP_COREDUMP_SUMMARY_STACKDUMP_SIZE", + "range": null, + "title": "Size of the stack dump buffer", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DECODE_INFO", + "name": "ESP_COREDUMP_DECODE_INFO", + "range": null, + "title": "Decode and show summary (info_corefile)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COREDUMP_DECODE_DISABLE", + "name": "ESP_COREDUMP_DECODE_DISABLE", + "range": null, + "title": "Don't decode", + "type": "bool" + } + ], + "depends_on": "ESP_COREDUMP_ENABLE_TO_UART", + "help": null, + "id": "component-config-core-dump-handling-of-uart-core-dumps-in-idf-monitor", + "name": "ESP_COREDUMP_DECODE", + "title": "Handling of UART core dumps in IDF Monitor", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_COREDUMP_DECODE", + "name": "ESP_COREDUMP_DECODE", + "range": null, + "title": null, + "type": "string" + } + ], + "depends_on": null, + "id": "component-config-core-dump", + "title": "Core dump", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Number of volumes (logical drives) to use.", + "id": "FATFS_VOLUME_COUNT", + "name": "FATFS_VOLUME_COUNT", + "range": [ + 1, + 10 + ], + "title": "Number of volumes", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_NONE", + "name": "FATFS_LFN_NONE", + "range": null, + "title": "No long filenames", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_HEAP", + "name": "FATFS_LFN_HEAP", + "range": null, + "title": "Long filename buffer in heap", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_LFN_STACK", + "name": "FATFS_LFN_STACK", + "range": null, + "title": "Long filename buffer on stack", + "type": "bool" + } + ], + "depends_on": null, + "help": "Support long filenames in FAT. Long filename data increases\nmemory usage. FATFS can be configured to store the buffer for\nlong filename data in stack or heap.", + "id": "component-config-fat-filesystem-support-long-filename-support", + "name": "FATFS_LONG_FILENAMES", + "title": "Long filename support", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_SECTOR_512", + "name": "FATFS_SECTOR_512", + "range": null, + "title": "512", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_SECTOR_4096", + "name": "FATFS_SECTOR_4096", + "range": null, + "title": "4096", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify the size of the sector in bytes for FATFS partition generator.", + "id": "component-config-fat-filesystem-support-sector-size", + "name": "FATFS_SECTOR_SIZE", + "title": "Sector size", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_DYNAMIC", + "name": "FATFS_CODEPAGE_DYNAMIC", + "range": null, + "title": "Dynamic (all code pages supported)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_437", + "name": "FATFS_CODEPAGE_437", + "range": null, + "title": "US (CP437)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_720", + "name": "FATFS_CODEPAGE_720", + "range": null, + "title": "Arabic (CP720)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_737", + "name": "FATFS_CODEPAGE_737", + "range": null, + "title": "Greek (CP737)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_771", + "name": "FATFS_CODEPAGE_771", + "range": null, + "title": "KBL (CP771)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_775", + "name": "FATFS_CODEPAGE_775", + "range": null, + "title": "Baltic (CP775)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_850", + "name": "FATFS_CODEPAGE_850", + "range": null, + "title": "Latin 1 (CP850)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_852", + "name": "FATFS_CODEPAGE_852", + "range": null, + "title": "Latin 2 (CP852)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_855", + "name": "FATFS_CODEPAGE_855", + "range": null, + "title": "Cyrillic (CP855)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_857", + "name": "FATFS_CODEPAGE_857", + "range": null, + "title": "Turkish (CP857)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_860", + "name": "FATFS_CODEPAGE_860", + "range": null, + "title": "Portugese (CP860)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_861", + "name": "FATFS_CODEPAGE_861", + "range": null, + "title": "Icelandic (CP861)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_862", + "name": "FATFS_CODEPAGE_862", + "range": null, + "title": "Hebrew (CP862)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_863", + "name": "FATFS_CODEPAGE_863", + "range": null, + "title": "Canadian French (CP863)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_864", + "name": "FATFS_CODEPAGE_864", + "range": null, + "title": "Arabic (CP864)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_865", + "name": "FATFS_CODEPAGE_865", + "range": null, + "title": "Nordic (CP865)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_866", + "name": "FATFS_CODEPAGE_866", + "range": null, + "title": "Russian (CP866)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_869", + "name": "FATFS_CODEPAGE_869", + "range": null, + "title": "Greek 2 (CP869)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_932", + "name": "FATFS_CODEPAGE_932", + "range": null, + "title": "Japanese (DBCS) (CP932)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_936", + "name": "FATFS_CODEPAGE_936", + "range": null, + "title": "Simplified Chinese (DBCS) (CP936)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_949", + "name": "FATFS_CODEPAGE_949", + "range": null, + "title": "Korean (DBCS) (CP949)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_CODEPAGE_950", + "name": "FATFS_CODEPAGE_950", + "range": null, + "title": "Traditional Chinese (DBCS) (CP950)", + "type": "bool" + } + ], + "depends_on": null, + "help": "OEM code page used for file name encodings.\n\nIf \"Dynamic\" is selected, code page can be chosen at runtime using\nf_setcp function. Note that choosing this option will increase\napplication size by ~480kB.", + "id": "component-config-fat-filesystem-support-oem-code-page", + "name": "FATFS_CHOOSE_CODEPAGE", + "title": "OEM Code Page", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FATFS_CODEPAGE", + "name": "FATFS_CODEPAGE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "!FATFS_LFN_NONE", + "help": "Maximum long filename length. Can be reduced to save RAM.", + "id": "FATFS_MAX_LFN", + "name": "FATFS_MAX_LFN", + "range": null, + "title": "Max long filename length", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_ANSI_OEM", + "name": "FATFS_API_ENCODING_ANSI_OEM", + "range": null, + "title": "API uses ANSI/OEM encoding", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_API_ENCODING_UTF_8", + "name": "FATFS_API_ENCODING_UTF_8", + "range": null, + "title": "API uses UTF-8 encoding", + "type": "bool" + } + ], + "depends_on": "!FATFS_LFN_NONE", + "help": "Choose encoding for character and string arguments/returns when using\nFATFS APIs. The encoding of arguments will usually depend on text\neditor settings.", + "id": "component-config-fat-filesystem-support-api-character-encoding", + "name": "FATFS_API_ENCODING", + "title": "API character encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets the FATFS configuration value _FS_LOCK.\nThe option _FS_LOCK switches file lock function to control duplicated file open\nand illegal operation to open objects.\n\n* 0: Disable file lock function. To avoid volume corruption, application\nshould avoid illegal open, remove and rename to the open objects.\n\n* >0: Enable file lock function. The value defines how many files/sub-directories\ncan be opened simultaneously under file lock control.\n\nNote that the file lock control is independent of re-entrancy.", + "id": "FATFS_FS_LOCK", + "name": "FATFS_FS_LOCK", + "range": [ + 0, + 65535 + ], + "title": "Number of simultaneously open files protected by lock function", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lenghty\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", + "id": "FATFS_TIMEOUT_MS", + "name": "FATFS_TIMEOUT_MS", + "range": null, + "title": "Timeout for acquiring a file lock, ms", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option affects FATFS configuration value _FS_TINY.\n\nIf this option is set, _FS_TINY is 0, and each open file has its own cache,\nsize of the cache is equal to the _MAX_SS variable (512 or 4096 bytes).\nThis option uses more RAM if more than 1 file is open, but needs less reads\nand writes to the storage for some operations.\n\nIf this option is not set, _FS_TINY is 1, and single cache is used for\nall open files, size is also equal to _MAX_SS variable. This reduces the\namount of heap used when multiple files are open, but increases the number\nof read and write operations which FATFS needs to make.", + "id": "FATFS_PER_FILE_CACHE", + "name": "FATFS_PER_FILE_CACHE", + "range": null, + "title": "Use separate cache for each file", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC", + "help": "When the option is enabled, internal buffers used by FATFS will be allocated\nfrom external RAM. If the allocation from external RAM fails, the buffer will\nbe allocated from the internal RAM.\nDisable this option if optimizing for performance. Enable this option if\noptimizing for internal memory size.", + "id": "FATFS_ALLOC_PREFER_EXTRAM", + "name": "FATFS_ALLOC_PREFER_EXTRAM", + "range": null, + "title": "Perfer external RAM when allocating FATFS buffers", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FATFS_USE_FASTSEEK", + "help": "If fast seek algorithm is enabled, this defines the size of\nCLMT buffer used by this algorithm in 32-bit word units.\nThis value should be chosen based on prior knowledge of\nmaximum elements of each file entry would store.", + "id": "FATFS_FAST_SEEK_BUFFER_SIZE", + "name": "FATFS_FAST_SEEK_BUFFER_SIZE", + "range": null, + "title": "Fast seek CLMT buffer size", + "type": "int" + } + ], + "depends_on": null, + "help": "The fast seek feature enables fast backward/long seek operations without\nFAT access by using an in-memory CLMT (cluster link map table).\nPlease note, fast-seek is only allowed for read-mode files, if a\nfile is opened in write-mode, the seek mechanism will automatically fallback\nto the default implementation.", + "id": "FATFS_USE_FASTSEEK", + "name": "FATFS_USE_FASTSEEK", + "range": null, + "title": "Enable fast seek algorithm when using lseek function through VFS FAT", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set to 0, the 'newlib' library's default size (BLKSIZ) is used (128 B).\nIf set to a non-zero value, the value is used as the block size.\nDefault file buffer size is set to this value\nand the buffer is allocated when first attempt of reading/writing to a file is made.\nIncreasing this value improves fread() speed, however the heap usage is increased as well.\n\nNOTE: The block size value is shared by all the filesystem functions\naccessing target media for given file descriptor!\nSee 'Improving I/O performance' section of 'Maximizing Execution Speed' documentation page\nfor more details.", + "id": "FATFS_VFS_FSTAT_BLKSIZE", + "name": "FATFS_VFS_FSTAT_BLKSIZE", + "range": null, + "title": "Default block size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-fat-filesystem-support", + "title": "FAT Filesystem support", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", + "id": "FREERTOS_SMP", + "name": "FREERTOS_SMP", + "range": null, + "title": "Run the Amazon SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This version of FreeRTOS normally takes control of all cores of the CPU. Select this if you only want\nto start it on the first core. This is needed when e.g. another process needs complete control over the\nsecond core.", + "id": "FREERTOS_UNICORE", + "name": "FREERTOS_UNICORE", + "range": null, + "title": "Run FreeRTOS only on first core", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the FreeRTOS tick interrupt frequency in Hz (see configTICK_RATE_HZ documentation for more\ndetails).", + "id": "FREERTOS_HZ", + "name": "FREERTOS_HZ", + "range": [ + 1, + 1000 + ], + "title": "configTICK_RATE_HZ", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_UNICORE && !FREERTOS_SMP", + "help": "Enables port specific task selection method. This option can speed up the search of ready tasks\nwhen scheduling (see configUSE_PORT_OPTIMISED_TASK_SELECTION documentation for more details).", + "id": "FREERTOS_OPTIMIZED_SCHEDULER", + "name": "FREERTOS_OPTIMIZED_SCHEDULER", + "range": null, + "title": "configUSE_PORT_OPTIMISED_TASK_SELECTION", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Do not check for stack overflows (configCHECK_FOR_STACK_OVERFLOW = 0)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "name": "FREERTOS_CHECK_STACKOVERFLOW_NONE", + "range": null, + "title": "No checking", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Check for stack overflows on each context switch by checking if the stack pointer is in a valid\nrange. Quick but does not detect stack overflows that happened between context switches\n(configCHECK_FOR_STACK_OVERFLOW = 1)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "name": "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL", + "range": null, + "title": "Check by stack pointer value (Method 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places some magic bytes at the end of the stack area and on each context switch, check if these\nbytes are still intact. More thorough than just checking the pointer, but also slightly slower.\n(configCHECK_FOR_STACK_OVERFLOW = 2)", + "id": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "name": "FREERTOS_CHECK_STACKOVERFLOW_CANARY", + "range": null, + "title": "Check using canary bytes (Method 2)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables FreeRTOS to check for stack overflows (see configCHECK_FOR_STACK_OVERFLOW documentation for\nmore details).\n\nNote: If users do not provide their own ``vApplicationStackOverflowHook()`` function, a default\nfunction will be provided by ESP-IDF.", + "id": "component-config-freertos-kernel-configcheck_for_stack_overflow", + "name": "FREERTOS_CHECK_STACKOVERFLOW", + "title": "configCHECK_FOR_STACK_OVERFLOW", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Set the number of thread local storage pointers in each task (see\nconfigNUM_THREAD_LOCAL_STORAGE_POINTERS documentation for more details).\n\nNote: In ESP-IDF, this value must be at least 1. Index 0 is reserved for use by the pthreads API\nthread-local-storage. Other indexes can be used for any desired purpose.", + "id": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "name": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS", + "range": [ + 1, + 256 + ], + "title": "configNUM_THREAD_LOCAL_STORAGE_POINTERS", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the idle task stack size in bytes (see configMINIMAL_STACK_SIZE documentation for more details).\n\nNote:\n\n- ESP-IDF specifies stack sizes in bytes instead of words.\n- The default size is enough for most use cases.\n- The stack size may need to be increased above the default if the app installs idle or thread local\n storage cleanup hooks that use a lot of stack memory.\n- Conversely, the stack size can be reduced to the minimum if non of the idle features are used.", + "id": "FREERTOS_IDLE_TASK_STACKSIZE", + "name": "FREERTOS_IDLE_TASK_STACKSIZE", + "range": [ + 768, + 32768 + ], + "title": "configMINIMAL_STACK_SIZE (Idle task stack size)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the idle task application hook (see configUSE_IDLE_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationIdleHook( void );``\n- ``vApplicationIdleHook()`` is called from FreeRTOS idle task(s)\n- The FreeRTOS idle hook is NOT the same as the ESP-IDF Idle Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_IDLE_HOOK", + "name": "FREERTOS_USE_IDLE_HOOK", + "range": null, + "title": "configUSE_IDLE_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SMP", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationMinimalIdleHook( void );``\n- ``vApplicationMinimalIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "name": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "range": null, + "title": "Use FreeRTOS minimal idle hook", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the tick hook (see configUSE_TICK_HOOK documentation for more details).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationTickHook( void );``\n- ``vApplicationTickHook()`` is called from FreeRTOS's tick handling function ``xTaskIncrementTick()``\n- The FreeRTOS tick hook is NOT the same as the ESP-IDF Tick Interrupt Hook, but both can be enabled\n simultaneously.", + "id": "FREERTOS_USE_TICK_HOOK", + "name": "FREERTOS_USE_TICK_HOOK", + "range": null, + "title": "configUSE_TICK_HOOK", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the maximum number of characters for task names (see configMAX_TASK_NAME_LEN documentation for\nmore details).\n\nNote: For most uses, the default of 16 characters is sufficient.", + "id": "FREERTOS_MAX_TASK_NAME_LEN", + "name": "FREERTOS_MAX_TASK_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "configMAX_TASK_NAME_LEN", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", + "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", + "range": null, + "title": "configENABLE_BACKWARD_COMPATIBILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the queue registry (see configQUEUE_REGISTRY_SIZE documentation for more details).\n\nNote: A value of 0 will disable queue registry functionality", + "id": "FREERTOS_QUEUE_REGISTRY_SIZE", + "name": "FREERTOS_QUEUE_REGISTRY_SIZE", + "range": [ + 0, + 20 + ], + "title": "configQUEUE_REGISTRY_SIZE", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set the size of the task notification array of each task. When increasing this value, keep in\nmind that this means additional memory for each and every task on the system.\nHowever, task notifications in general are more light weight compared to alternatives\nsuch as semaphores.", + "id": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "name": "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES", + "range": [ + 1, + 32 + ], + "title": "configTASK_NOTIFICATION_ARRAY_ENTRIES", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TRACE_FACILITY", + "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", + "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "name": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "range": null, + "title": "configUSE_STATS_FORMATTING_FUNCTIONS", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables additional structure members and functions to assist with execution visualization and tracing\n(see configUSE_TRACE_FACILITY documentation for more details).", + "id": "FREERTOS_USE_TRACE_FACILITY", + "name": "FREERTOS_USE_TRACE_FACILITY", + "range": null, + "title": "configUSE_TRACE_FACILITY", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", + "id": "FREERTOS_GENERATE_RUN_TIME_STATS", + "name": "FREERTOS_GENERATE_RUN_TIME_STATS", + "range": null, + "title": "configGENERATE_RUN_TIME_STATS", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "FreeRTOS will enter light sleep mode if no tasks need to run for this number of ticks.\nYou can enable PM_PROFILING feature in esp_pm components and dump the sleep status with\nesp_pm_dump_locks, if the proportion of rejected sleeps is too high, please increase\nthis value to improve scheduling efficiency", + "id": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "name": "FREERTOS_IDLE_TIME_BEFORE_SLEEP", + "range": null, + "title": "configEXPECTED_IDLE_TIME_BEFORE_SLEEP", + "type": "int" + } + ], + "depends_on": "PM_ENABLE", + "help": "If power management support is enabled, FreeRTOS will be able to put the system into light sleep mode\nwhen no tasks need to run for a number of ticks. This number can be set using\nFREERTOS_IDLE_TIME_BEFORE_SLEEP option. This feature is also known as \"automatic light sleep\".\n\nNote that timers created using esp_timer APIs may prevent the system from entering sleep mode, even\nwhen no tasks need to run. To skip unnecessary wake-up initialize a timer with the\n\"skip_unhandled_events\" option as true.\n\nIf disabled, automatic light sleep support will be disabled.", + "id": "FREERTOS_USE_TICKLESS_IDLE", + "name": "FREERTOS_USE_TICKLESS_IDLE", + "range": null, + "title": "configUSE_TICKLESS_IDLE", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-kernel", + "title": "Kernel", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED", + "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", + "id": "FREERTOS_TASK_FUNCTION_WRAPPER", + "name": "FREERTOS_TASK_FUNCTION_WRAPPER", + "range": null, + "title": "Wrap task functions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "FreeRTOS can check if a stack has overflown its bounds by checking either the value of the stack\npointer or by checking the integrity of canary bytes. (See FREERTOS_CHECK_STACKOVERFLOW for more\ninformation.) These checks only happen on a context switch, and the situation that caused the stack\noverflow may already be long gone by then. This option will use the last debug memory watchpoint to\nallow breaking into the debugger (or panic'ing) as soon as any of the last 32 bytes on the stack of a\ntask are overwritten. The side effect is that using gdb, you effectively have one hardware watchpoint\nless because the last one is overwritten as soon as a task switch happens.\n\nAnother consequence is that due to alignment requirements of the watchpoint, the usable stack size\ndecreases by up to 60 bytes. This is because the watchpoint region has to be aligned to its size and\nthe size for the stack watchpoint in IDF is 32 bytes.\n\nThis check only triggers if the stack overflow writes within 32 bytes near the end of the stack, rather\nthan overshooting further, so it is worth combining this approach with one of the other stack overflow\ncheck methods.\n\nWhen this watchpoint is hit, gdb will stop with a SIGTRAP message. When no JTAG OCD is attached,\nesp-idf will panic on an unhandled debug exception.", + "id": "FREERTOS_WATCHPOINT_END_OF_STACK", + "name": "FREERTOS_WATCHPOINT_END_OF_STACK", + "range": null, + "title": "Enable stack overflow debug watchpoint", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS > 0", + "help": "ESP-IDF provides users with the ability to free TLSP memory by registering TLSP deletion callbacks.\nThese callbacks are automatically called by FreeRTOS when a task is deleted. When this option is turned\non, the memory reserved for TLSPs in the TCB is doubled to make space for storing the deletion\ncallbacks. If the user does not wish to use TLSP deletion callbacks then this option could be turned\noff to save space in the TCB memory.", + "id": "FREERTOS_TLSP_DELETION_CALLBACKS", + "name": "FREERTOS_TLSP_DELETION_CALLBACKS", + "range": null, + "title": "Enable thread local storage pointers deletion callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "range": null, + "title": "Enable static task clean up hook", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP", + "help": "If enabled, assert that when a mutex semaphore is given, the task giving the semaphore is the task\nwhich is currently holding the mutex.", + "id": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "name": "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER", + "range": null, + "title": "Check that mutex semaphore is given by owner task", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "The interrupt handlers have their own stack. The size of the stack can be defined here. Each processor\nhas its own stack, so the total size occupied will be twice this.", + "id": "FREERTOS_ISR_STACKSIZE", + "name": "FREERTOS_ISR_STACKSIZE", + "range": [ + 1536, + 32768 + ], + "title": "ISR stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, interrupt stack frame will be modified to point to the code of the\ninterrupted task as its return address. This helps the debugger (or the panic handler) show a backtrace\nfrom the interrupt to the task which was interrupted. This also works for nested interrupts: higher\nlevel interrupt stack can be traced back to the lower level interrupt. This option adds 4 instructions\nto the interrupt dispatching code.", + "id": "FREERTOS_INTERRUPT_BACKTRACE", + "name": "FREERTOS_INTERRUPT_BACKTRACE", + "range": null, + "title": "Enable backtrace from interrupt to task context", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", + "id": "FREERTOS_FPU_IN_ISR", + "name": "FREERTOS_FPU_IN_ISR", + "range": null, + "title": "Use float in Level 1 ISR", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_CORETIMER", + "name": "FREERTOS_TICK_SUPPORT_CORETIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "name": "FREERTOS_TICK_SUPPORT_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 0", + "id": "FREERTOS_CORETIMER_0", + "name": "FREERTOS_CORETIMER_0", + "range": null, + "title": "Timer 0 (int 6, level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_CORETIMER && ", + "help": "Select this to use timer 1", + "id": "FREERTOS_CORETIMER_1", + "name": "FREERTOS_CORETIMER_1", + "range": null, + "title": "Timer 1 (int 15, level 3)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 1 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL1", + "range": null, + "title": "SYSTIMER 0 (level 1)", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_TICK_SUPPORT_SYSTIMER && ", + "help": "Select this to use systimer with the 3 interrupt priority.", + "id": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "name": "FREERTOS_CORETIMER_SYSTIMER_LVL3", + "range": null, + "title": "SYSTIMER 0 (level 3)", + "type": "bool" + } + ], + "depends_on": null, + "help": "FreeRTOS needs a timer with an associated interrupt to use as the main tick source to increase\ncounters, run timers and do pre-emptive multitasking with. There are multiple timers available to do\nthis, with different interrupt priorities.", + "id": "component-config-freertos-port-tick-timer-source-xtensa-only-", + "name": "FREERTOS_CORETIMER", + "title": "Tick timer source (Xtensa Only)", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_SYSTIMER", + "name": "FREERTOS_SYSTICK_USES_SYSTIMER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SYSTICK_USES_CCOUNT", + "name": "FREERTOS_SYSTICK_USES_CCOUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "ESP Timer will be used as the clock source for FreeRTOS run time stats. The ESP Timer runs at a\nfrequency of 1MHz regardless of Dynamic Frequency Scaling. Therefore the ESP Timer will overflow in\napproximately 4290 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "name": "FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER", + "range": null, + "title": "Use ESP TIMER for run time stats", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_SYSTICK_USES_CCOUNT && ", + "help": "CPU Clock will be used as the clock source for the generation of run time stats. The CPU Clock has\na frequency dependent on ESP_DEFAULT_CPU_FREQ_MHZ and Dynamic Frequency Scaling (DFS). Therefore\nthe CPU Clock frequency can fluctuate between 80 to 240MHz. Run time stats generated using the CPU\nClock represents the number of CPU cycles each task is allocated and DOES NOT reflect the amount of\ntime each task runs for (as CPU clock frequency can change). If the CPU clock consistently runs at\nthe maximum frequency of 240MHz, it will overflow in approximately 17 seconds.", + "id": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "name": "FREERTOS_RUN_TIME_STATS_USING_CPU_CLK", + "range": null, + "title": "Use CPU Clock for run time stats", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS", + "help": "Choose the clock source for FreeRTOS run time stats. Options are CPU0's CPU Clock or the ESP Timer.\nBoth clock sources are 32 bits. The CPU Clock can run at a higher frequency hence provide a finer\nresolution but will overflow much quicker. Note that run time stats are only valid until the clock\nsource overflows.", + "id": "component-config-freertos-port-choose-the-clock-source-for-run-time-stats", + "name": "FREERTOS_RUN_TIME_STATS_CLK", + "title": "Choose the clock source for run time stats", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled the selected Non-ISR FreeRTOS functions will be placed into Flash memory instead of IRAM.\nThis saves up to 8KB of IRAM depending on which functions are used.", + "id": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "name": "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", + "range": null, + "title": "Place FreeRTOS functions into Flash", + "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_ENABLE_TASK_SNAPSHOT && !ESP_PANIC_HANDLER_IRAM", + "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll,\nwill be placed in flash. Note that if enabled, these functions cannot be called when cache is disabled.", + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": "Place task snapshot functions into flash", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, context of port*_CRITICAL calls (ISR or Non-ISR) would be checked to be in compliance with\nVanilla FreeRTOS. e.g Calling port*_CRITICAL from ISR context would cause assert failure", + "id": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "name": "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE", + "range": null, + "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll, are\ncompiled and linked. Task snapshots are used by Task Watchdog (TWDT), GDB Stub and Core dump.", + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": "Enable task snapshot functions", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-port", + "title": "Port", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NO_AFFINITY", + "name": "FREERTOS_NO_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "name": "FREERTOS_SUPPORT_STATIC_ALLOCATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Hidden option, gets selected by CONFIG_ESP_DEBUG_OCDAWARE", + "id": "FREERTOS_DEBUG_OCDAWARE", + "name": "FREERTOS_DEBUG_OCDAWARE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos", + "title": "FreeRTOS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_ASSERTION_EQUALS_SYSTEM", + "name": "HAL_ASSERTION_EQUALS_SYSTEM", + "range": null, + "title": "Same as system assertion level", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 0 && ", + "help": null, + "id": "HAL_ASSERTION_DISABLE", + "name": "HAL_ASSERTION_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 1 && ", + "help": null, + "id": "HAL_ASSERTION_SILENT", + "name": "HAL_ASSERTION_SILENT", + "range": null, + "title": "Silent", + "type": "bool" + }, + { + "children": [], + "depends_on": "COMPILER_OPTIMIZATION_ASSERTION_LEVEL >= 2 && ", + "help": null, + "id": "HAL_ASSERTION_ENABLE", + "name": "HAL_ASSERTION_ENABLE", + "range": null, + "title": "Enabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Set the assert behavior / level for HAL component.\nHAL component assert level can be set separately,\nbut the level can't exceed the system assertion level.\ne.g. If the system assertion is disabled, then the HAL\nassertion can't be enabled either. If the system assertion\nis enable, then the HAL assertion can still be disabled\nby this Kconfig option.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--default-hal-assertion-level", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "title": "Default HAL assertion level", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_DEFAULT_ASSERTION_LEVEL", + "name": "HAL_DEFAULT_ASSERTION_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_NONE", + "name": "HAL_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_ERROR", + "name": "HAL_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_WARN", + "name": "HAL_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_INFO", + "name": "HAL_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_DEBUG", + "name": "HAL_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HAL_LOG_LEVEL_VERBOSE", + "name": "HAL_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "!LOG_DEFAULT_LEVEL_NONE && !LOG_DEFAULT_LEVEL_ERROR && !LOG_DEFAULT_LEVEL_WARN && !LOG_DEFAULT_LEVEL_INFO && !LOG_DEFAULT_LEVEL_DEBUG && !LOG_DEFAULT_LEVEL_VERBOSE", + "help": "Specify how much output to see in HAL logs.", + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll--hal-layer-log-verbosity", + "name": "HAL_LOG_LEVEL", + "title": "HAL layer log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "HAL_LOG_LEVEL", + "name": "HAL_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_SYSTIMER", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_SYSTIMER_USE_ROM_IMPL", + "name": "HAL_SYSTIMER_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of SysTimer HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HAL_WDT", + "help": "Enable this flag to use HAL functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HAL_WDT_USE_ROM_IMPL", + "name": "HAL_WDT_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of WDT HAL driver", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_MASTER_ISR_IN_IRAM", + "help": "Enable this option to place SPI master hal layer functions into IRAM.", + "id": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "name": "HAL_SPI_MASTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_SLAVE_ISR_IN_IRAM", + "help": "Enable this option to place SPI slave hal layer functions into IRAM.", + "id": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "name": "HAL_SPI_SLAVE_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32H2", + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.\nThis countermeasure is only necessary for ESP32-H2 < v1.2.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-abstraction-layer-hal-and-low-level-ll-", + "title": "Hardware Abstraction Layer (HAL) and Low Level (LL)", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_DISABLED", + "name": "HEAP_POISONING_DISABLED", + "range": null, + "title": "Basic (no poisoning)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_LIGHT", + "name": "HEAP_POISONING_LIGHT", + "range": null, + "title": "Light impact", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_POISONING_COMPREHENSIVE", + "name": "HEAP_POISONING_COMPREHENSIVE", + "range": null, + "title": "Comprehensive", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap memory.\n\nSee the \"Heap Memory Debugging\" page of the IDF documentation\nfor a description of each level of heap corruption detection.", + "id": "component-config-heap-memory-debugging-heap-corruption-detection", + "name": "HEAP_CORRUPTION_DETECTION", + "title": "Heap corruption detection", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_OFF", + "name": "HEAP_TRACING_OFF", + "range": null, + "title": "Disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_STANDALONE", + "name": "HEAP_TRACING_STANDALONE", + "range": null, + "title": "Standalone", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "HEAP_TRACING_TOHOST", + "name": "HEAP_TRACING_TOHOST", + "range": null, + "title": "Host-based", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables the heap tracing API defined in esp_heap_trace.h.\n\nThis function causes a moderate increase in IRAM code side and a minor increase in heap function\n(malloc/free/realloc) CPU overhead, even when the tracing feature is not used.\nSo it's best to keep it disabled unless tracing is being used.", + "id": "component-config-heap-memory-debugging-heap-tracing", + "name": "HEAP_TRACING_DEST", + "title": "Heap tracing", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "Enables/disables heap tracing API.", + "id": "HEAP_TRACING", + "name": "HEAP_TRACING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "HEAP_TRACING", + "help": "Number of stack frames to save when tracing heap operation callers.\n\nMore stack frames uses more memory in the heap trace buffer (and slows down allocation), but\ncan provide useful information.", + "id": "HEAP_TRACING_STACK_DEPTH", + "name": "HEAP_TRACING_STACK_DEPTH", + "range": null, + "title": "Heap tracing stack depth", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable the user to implement function hooks triggered for each successful allocation and free.", + "id": "HEAP_USE_HOOKS", + "name": "HEAP_USE_HOOKS", + "range": null, + "title": "Use allocation and free hooks", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_POISONING_DISABLED", + "help": "Enables tracking the task responsible for each heap allocation.\n\nThis function depends on heap poisoning being enabled and adds four more bytes of overhead for each block\nallocated.", + "id": "HEAP_TASK_TRACKING", + "name": "HEAP_TASK_TRACKING", + "range": null, + "title": "Enable heap task tracking", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "HEAP_TRACE_HASH_MAP", + "help": "Defines the number of entries in the heap trace hashmap. The bigger this number is,\nthe bigger the hash map will be in the memory. In case the tracing mode is set to\nHEAP_TRACE_ALL, the bigger the hashmap is, the better the performances are.", + "id": "HEAP_TRACE_HASH_MAP_SIZE", + "name": "HEAP_TRACE_HASH_MAP_SIZE", + "range": null, + "title": "The number of entries in the hash map", + "type": "int" + } + ], + "depends_on": "HEAP_TRACING_STANDALONE", + "help": "Enable this flag to use a hash map to increase performance in handling\nheap trace records.\n\nKeeping this as \"n\" in your project will save RAM and heap memory but will lower\nthe performance of the heap trace in adding, retrieving and removing trace records.\nMaking this as \"y\" in your project, you will decrease free RAM and heap memory but,\nthe heap trace performances in adding retrieving and removing trace records will be\nenhanced.", + "id": "HEAP_TRACE_HASH_MAP", + "name": "HEAP_TRACE_HASH_MAP", + "range": null, + "title": "Use hash map mechanism to access heap trace records", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When enabled, if a memory allocation operation fails it will cause a system abort.", + "id": "HEAP_ABORT_WHEN_ALLOCATION_FAILS", + "name": "HEAP_ABORT_WHEN_ALLOCATION_FAILS", + "range": null, + "title": "Abort if memory allocation fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_HEAP_TLSF", + "help": "Enable this flag to use heap functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nIf making this as \"y\" in your project, you will increase free IRAM,\nbut you will lose the possibility to debug this module, and some new\nfeatures will be added and bugs will be fixed in the IDF source\nbut cannot be synced to ROM.", + "id": "HEAP_TLSF_USE_ROM_IMPL", + "name": "HEAP_TLSF_USE_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of heap tlsf library", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_TLSF_USE_ROM_IMPL", + "help": "Enable this flag to save up RAM space by placing the heap component in the flash memory\n\nNote that it is only safe to enable this configuration if no functions from esp_heap_caps.h\nor esp_heap_trace.h are called from ISR.", + "id": "HEAP_PLACE_FUNCTION_INTO_FLASH", + "name": "HEAP_PLACE_FUNCTION_INTO_FLASH", + "range": null, + "title": "Force the entire heap component to be placed in flash memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2", + "help": "ROM does not contain the patch of tlsf_check_pool() allowing perform\nthe integrity checking on used blocks. The patch to allow such check\nneeds to be applied.", + "id": "HEAP_TLSF_CHECK_PATCH", + "name": "HEAP_TLSF_CHECK_PATCH", + "range": null, + "title": "Patch the tlsf_check_pool() for ROM HEAP TLSF implementation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-heap-memory-debugging", + "title": "Heap memory debugging", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "The number of 802.15.4 receive buffers", + "id": "IEEE802154_RX_BUFFER_SIZE", + "name": "IEEE802154_RX_BUFFER_SIZE", + "range": null, + "title": "The number of 802.15.4 receive buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense only", + "id": "IEEE802154_CCA_CARRIER", + "name": "IEEE802154_CCA_CARRIER", + "range": null, + "title": "Carrier sense only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Energy above threshold", + "id": "IEEE802154_CCA_ED", + "name": "IEEE802154_CCA_ED", + "range": null, + "title": "Energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense OR energy above threshold", + "id": "IEEE802154_CCA_CARRIER_OR_ED", + "name": "IEEE802154_CCA_CARRIER_OR_ED", + "range": null, + "title": "Carrier sense OR energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense AND energy above threshold", + "id": "IEEE802154_CCA_CARRIER_AND_ED", + "name": "IEEE802154_CCA_CARRIER_AND_ED", + "range": null, + "title": "Carrier sense AND energy above threshold", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "configure the CCA mode", + "id": "component-config-ieee-802-15-4-ieee802154-enable-clear-channel-assessment-cca-mode", + "name": "IEEE802154_CCA_MODE", + "title": "Clear Channel Assessment (CCA) mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": null, + "id": "IEEE802154_CCA_MODE", + "name": "IEEE802154_CCA_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the CCA threshold, in dB", + "id": "IEEE802154_CCA_THRESHOLD", + "name": "IEEE802154_CCA_THRESHOLD", + "range": null, + "title": "CCA detection threshold", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the pending table size", + "id": "IEEE802154_PENDING_TABLE_SIZE", + "name": "IEEE802154_PENDING_TABLE_SIZE", + "range": null, + "title": "Pending table size", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enable IEEE802154 multi-pan", + "id": "IEEE802154_MULTI_PAN_ENABLE", + "name": "IEEE802154_MULTI_PAN_ENABLE", + "range": null, + "title": "Enable multi-pan feature for frame filter", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option increases throughput by ~5% at the expense of ~2.1k\nIRAM code size increase.", + "id": "IEEE802154_TIMING_OPTIMIZATION", + "name": "IEEE802154_TIMING_OPTIMIZATION", + "range": null, + "title": "Enable throughput optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE && IEEE802154_ENABLED", + "help": "Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,\nwhich reduces current consumption.", + "id": "IEEE802154_SLEEP_ENABLE", + "name": "IEEE802154_SLEEP_ENABLE", + "range": null, + "title": "Enable IEEE802154 light sleep", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to count IEEE802154 rx buffer when allocating or freeing.", + "id": "IEEE802154_RX_BUFFER_STATISTIC", + "name": "IEEE802154_RX_BUFFER_STATISTIC", + "range": null, + "title": "Rx buffer statistic", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to print more information when assert.", + "id": "IEEE802154_ASSERT", + "name": "IEEE802154_ASSERT", + "range": null, + "title": "Enrich the assert information", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_EVENT", + "help": "set the record event table size", + "id": "IEEE802154_RECORD_EVENT_SIZE", + "name": "IEEE802154_RECORD_EVENT_SIZE", + "range": null, + "title": "Record event table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_RECORD", + "help": "Enabling this option to record event, when assert, the recorded event will be printed.", + "id": "IEEE802154_RECORD_EVENT", + "name": "IEEE802154_RECORD_EVENT", + "range": null, + "title": "Enable record event information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_STATE", + "help": "set the record state table size", + "id": "IEEE802154_RECORD_STATE_SIZE", + "name": "IEEE802154_RECORD_STATE_SIZE", + "range": null, + "title": "Record state table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_RECORD", + "help": "Enabling this option to record state, when assert, the recorded state will be printed.", + "id": "IEEE802154_RECORD_STATE", + "name": "IEEE802154_RECORD_STATE", + "range": null, + "title": "Enable record state information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_CMD", + "help": "set the record command table size", + "id": "IEEE802154_RECORD_CMD_SIZE", + "name": "IEEE802154_RECORD_CMD_SIZE", + "range": null, + "title": "Record command table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_RECORD", + "help": "Enabling this option to record the command, when assert, the recorded\ncommand will be printed.", + "id": "IEEE802154_RECORD_CMD", + "name": "IEEE802154_RECORD_CMD", + "range": null, + "title": "Enable record command information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_ABORT", + "help": "set the record abort table size", + "id": "IEEE802154_RECORD_ABORT_SIZE", + "name": "IEEE802154_RECORD_ABORT_SIZE", + "range": null, + "title": "Record abort table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_RECORD", + "help": "Enabling this option to record the abort, when assert, the recorded\nabort will be printed.", + "id": "IEEE802154_RECORD_ABORT", + "name": "IEEE802154_RECORD_ABORT", + "range": null, + "title": "Enable record abort information for debugging", + "type": "bool" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to add some probe codes in the driver, and record these information.", + "id": "IEEE802154_RECORD", + "name": "IEEE802154_RECORD", + "range": null, + "title": "Record the information with IEEE802154 state and event", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the tx and rx", + "id": "IEEE802154_TXRX_STATISTIC", + "name": "IEEE802154_TXRX_STATISTIC", + "range": null, + "title": "Enable record tx/rx packets information for debugging", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option allows different kinds of IEEE802154 debug output.\nAll IEEE802154 debug features increase the size of the final binary.", + "id": "IEEE802154_DEBUG", + "is_menuconfig": true, + "name": "IEEE802154_DEBUG", + "range": null, + "title": "Enable IEEE802154 Debug", + "type": "menu" + } + ], + "depends_on": null, + "help": null, + "id": "IEEE802154_ENABLED", + "name": "IEEE802154_ENABLED", + "range": null, + "title": "IEEE802154 Enable", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-ieee-802-15-4", + "title": "IEEE 802.15.4", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-output-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-output-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", + "range": null, + "title": "Use ANSI terminal colors in log output", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the chip's\n RTC and high resoultion timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-output-log-timestamps", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Log Timestamps", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-log-output", + "title": "Log output", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The default name this device will report to other devices on the network.\nCould be updated at runtime with esp_netif_set_hostname()", + "id": "LWIP_LOCAL_HOSTNAME", + "name": "LWIP_LOCAL_HOSTNAME", + "range": null, + "title": "Local netif hostname", + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, standard POSIX APIs: if_indextoname(), if_nametoindex()\ncould be used to convert network interface index to name\ninstead of IDF specific esp-netif APIs (such as esp_netif_get_netif_impl_name())", + "id": "LWIP_NETIF_API", + "name": "LWIP_NETIF_API", + "range": null, + "title": "Enable usage of standard POSIX APIs in LWIP", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "LWIP tcpip task priority. In case of high throughput, this parameter\ncould be changed up to (configMAX_PRIORITIES-1).", + "id": "LWIP_TCPIP_TASK_PRIO", + "name": "LWIP_TCPIP_TASK_PRIO", + "range": [ + 1, + 24 + ], + "title": "LWIP TCP/IP Task Priority", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_TCPIP_CORE_LOCKING", + "help": "when LWIP_TCPIP_CORE_LOCKING is enabled, this lets tcpip_input() grab the\nmutex for input packets as well, instead of allocating a message and passing\nit to tcpip_thread.", + "id": "LWIP_TCPIP_CORE_LOCKING_INPUT", + "name": "LWIP_TCPIP_CORE_LOCKING_INPUT", + "range": null, + "title": "Enable tcpip core locking input", + "type": "bool" + } + ], + "depends_on": null, + "help": "If Enable tcpip core locking,Creates a global mutex that is held\nduring TCPIP thread operations.Can be locked by client code to perform\nlwIP operations without changing into TCPIP thread using callbacks.\nSee LOCK_TCPIP_CORE() and UNLOCK_TCPIP_CORE().\n\nIf disable tcpip core locking,TCP IP will perform tasks through context switching", + "id": "LWIP_TCPIP_CORE_LOCKING", + "name": "LWIP_TCPIP_CORE_LOCKING", + "range": null, + "title": "Enable tcpip core locking", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable to check that the project does not violate lwip thread safety.\nIf enabled, all lwip functions that require thread awareness run an assertion\nto verify that the TCP/IP core functionality is either locked or accessed\nfrom the correct thread.", + "id": "LWIP_CHECK_THREAD_SAFETY", + "name": "LWIP_CHECK_THREAD_SAFETY", + "range": null, + "title": "Checks that lwip API runs in expected context", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, standard API such as gethostbyname\nsupport .local addresses by sending one shot multicast mDNS\nquery", + "id": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "name": "LWIP_DNS_SUPPORT_MDNS_QUERIES", + "range": null, + "title": "Enable mDNS queries in resolving host name", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, all traffic from layer2(WIFI Driver) will be\ncopied to a new buffer before sending it to layer3(LWIP stack), freeing\nthe layer2 buffer.\nPlease be notified that the total layer2 receiving buffer is fixed and\nESP32 currently supports 25 layer2 receiving buffer, when layer2 buffer\nruns out of memory, then the incoming packets will be dropped in hardware.\nThe layer3 buffer is allocated from the heap, so the total layer3 receiving\nbuffer depends on the available heap size, when heap runs out of memory,\nno copy will be sent to layer3 and packet will be dropped in layer2.\nPlease make sure you fully understand the impact of this feature before\nenabling it.", + "id": "LWIP_L2_TO_L3_COPY", + "name": "LWIP_L2_TO_L3_COPY", + "range": null, + "title": "Enable copy between Layer2 and Layer3 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, some functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve UDP/TCP throughput by >10% for single core mode,\nit doesn't help too much for dual core mode. On the other hand, it needs about\n10KB IRAM for these optimizations.\n\nIf this feature is disabled, all lwip functions will be put into FLASH.", + "id": "LWIP_IRAM_OPTIMIZATION", + "name": "LWIP_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable LWIP IRAM optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, some tcp part functions relating to RX/TX in LWIP will be\nput into IRAM, it can improve TCP throughput. On the other hand, it needs about 17KB\nIRAM for these optimizations.", + "id": "LWIP_EXTRA_IRAM_OPTIMIZATION", + "name": "LWIP_EXTRA_IRAM_OPTIMIZATION", + "range": null, + "title": "Enable LWIP IRAM optimization for TCP part", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If this feature is enabled, IGMP and MLD6 timers will be activated only\nwhen joining groups or receiving QUERY packets.\n\nThis feature will reduce the power consumption for applications which do not\nuse IGMP and MLD6.", + "id": "LWIP_TIMERS_ONDEMAND", + "name": "LWIP_TIMERS_ONDEMAND", + "range": null, + "title": "Enable LWIP Timers on demand", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ND6", + "help": "This option is used to set the the router flag for the NA packets.\nWhen enabled, the router flag in NA packet will always set to 1,\notherwise, never set router flag for NA packets.", + "id": "LWIP_FORCE_ROUTER_FORWARDING", + "name": "LWIP_FORCE_ROUTER_FORWARDING", + "range": null, + "title": "LWIP Force Router Forwarding Enable/Disable", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "This option is used to disable the Network Discovery Protocol (NDP) if it is not required.\nPlease use this option with caution, as the NDP is essential for IPv6 functionality within a local network.", + "id": "LWIP_ND6", + "name": "LWIP_ND6", + "range": null, + "title": "LWIP NDP6 Enable/Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Sockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 16.", + "id": "LWIP_MAX_SOCKETS", + "name": "LWIP_MAX_SOCKETS", + "range": [ + 1, + 16 + ], + "title": "Max number of open sockets", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This option is deprecated. Do not use this option, use VFS_SUPPORT_SELECT instead.", + "id": "LWIP_USE_ONLY_LWIP_SELECT", + "name": "LWIP_USE_ONLY_LWIP_SELECT", + "range": null, + "title": "Support LWIP socket select() only (DEPRECATED)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows SO_LINGER processing.\nl_onoff = 1,l_linger can set the timeout.\n\nIf l_linger=0, When a connection is closed, TCP will terminate the connection.\nThis means that TCP will discard any data packets stored in the socket send buffer\nand send an RST to the peer.\n\nIf l_linger!=0,Then closesocket() calls to block the process until\nthe remaining data packets has been sent or timed out.", + "id": "LWIP_SO_LINGER", + "name": "LWIP_SO_LINGER", + "range": null, + "title": "Enable SO_LINGER processing", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SO_REUSE", + "help": "Enabling this option means that any incoming broadcast or multicast\npacket will be copied to all of the local sockets that it matches\n(may be more than one if SO_REUSEADDR is set on the socket.)\n\nThis increases memory overhead as the packets need to be copied,\nhowever they are only copied per matching socket. You can safely\ndisable it if you don't plan to receive broadcast or multicast\ntraffic on more than one socket at a time.", + "id": "LWIP_SO_REUSE_RXTOALL", + "name": "LWIP_SO_REUSE_RXTOALL", + "range": null, + "title": "SO_REUSEADDR copies broadcast/multicast to all matches", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows binding to a port which remains in\nTIME_WAIT.", + "id": "LWIP_SO_REUSE", + "name": "LWIP_SO_REUSE", + "range": null, + "title": "Enable SO_REUSEADDR option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for available data on a netconn.", + "id": "LWIP_SO_RCVBUF", + "name": "LWIP_SO_RCVBUF", + "range": null, + "title": "Enable SO_RCVBUF option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows checking for the destination address\nof a received IPv4 Packet.", + "id": "LWIP_NETBUF_RECVINFO", + "name": "LWIP_NETBUF_RECVINFO", + "range": null, + "title": "Enable IP_PKTINFO option", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set value for Time-To-Live used by transport layers.", + "id": "LWIP_IP_DEFAULT_TTL", + "name": "LWIP_IP_DEFAULT_TTL", + "range": [ + 1, + 255 + ], + "title": "The value for Time-To-Live used by transport layers", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows fragmenting outgoing IP4 packets if their size\nexceeds MTU.", + "id": "LWIP_IP4_FRAG", + "name": "LWIP_IP4_FRAG", + "range": null, + "title": "Enable fragment outgoing IP4 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows fragmenting outgoing IP6 packets if their size\nexceeds MTU.", + "id": "LWIP_IP6_FRAG", + "name": "LWIP_IP6_FRAG", + "range": null, + "title": "Enable fragment outgoing IP6 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows reassemblying incoming fragmented IP4 packets.", + "id": "LWIP_IP4_REASSEMBLY", + "name": "LWIP_IP4_REASSEMBLY", + "range": null, + "title": "Enable reassembly incoming fragmented IP4 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows reassemblying incoming fragmented IP6 packets.", + "id": "LWIP_IP6_REASSEMBLY", + "name": "LWIP_IP6_REASSEMBLY", + "range": null, + "title": "Enable reassembly incoming fragmented IP6 packets", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set the maximum amount of pbufs waiting to be reassembled.", + "id": "LWIP_IP_REASS_MAX_PBUFS", + "name": "LWIP_IP_REASS_MAX_PBUFS", + "range": [ + 10, + 100 + ], + "title": "The maximum amount of pbufs waiting to be reassembled", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_IP_FORWARD", + "help": "Enabling this option allows Network Address and Port Translation.", + "id": "LWIP_IPV4_NAPT", + "name": "LWIP_IPV4_NAPT", + "range": null, + "title": "Enable NAT (new/experimental)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows packets forwarding across multiple interfaces.", + "id": "LWIP_IP_FORWARD", + "name": "LWIP_IP_FORWARD", + "range": null, + "title": "Enable IP forwarding", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows LWIP statistics", + "id": "LWIP_STATS", + "name": "LWIP_STATS", + "range": null, + "title": "Enable LWIP statistics", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ESP_GRATUITOUS_ARP", + "help": "Set the timer interval for gratuitous ARP. The default value is 60s", + "id": "LWIP_GARP_TMR_INTERVAL", + "name": "LWIP_GARP_TMR_INTERVAL", + "range": null, + "title": "GARP timer interval(seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enable this option allows to send gratuitous ARP periodically.\n\nThis option solve the compatibility issues.If the ARP table of the AP is old, and the AP\ndoesn't send ARP request to update it's ARP table, this will lead to the STA sending IP packet fail.\nThus we send gratuitous ARP periodically to let AP update it's ARP table.", + "id": "LWIP_ESP_GRATUITOUS_ARP", + "name": "LWIP_ESP_GRATUITOUS_ARP", + "range": null, + "title": "Send gratuitous ARP periodically", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ESP_MLDV6_REPORT", + "help": "Set the timer interval for mldv6 report. The default value is 30s", + "id": "LWIP_MLDV6_TMR_INTERVAL", + "name": "LWIP_MLDV6_TMR_INTERVAL", + "range": null, + "title": "mldv6 report timer interval(seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enable this option allows to send mldv6 report periodically.\n\nThis option solve the issue that failed to receive multicast data.\nSome routers fail to forward multicast packets.\nTo solve this problem, send multicast mdlv6 report to routers regularly.", + "id": "LWIP_ESP_MLDV6_REPORT", + "name": "LWIP_ESP_MLDV6_REPORT", + "range": null, + "title": "Send mldv6 report periodically", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCPIP task receive mail box size. Generally bigger value means higher throughput\nbut more memory. The value should be bigger than UDP/TCP mail box size.", + "id": "LWIP_TCPIP_RECVMBOX_SIZE", + "name": "LWIP_TCPIP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "TCPIP task receive mail box size", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option performs a check (via ARP request) if the offered IP address\nis not already in use by another host on the network.", + "id": "LWIP_DHCP_DOES_ARP_CHECK", + "name": "LWIP_DHCP_DOES_ARP_CHECK", + "range": null, + "title": "DHCP: Perform ARP check on any offered address", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "This option could be used to disable DHCP client identification with its MAC address.\n(Client id is used by DHCP servers to uniquely identify clients and are included\nin the DHCP packets as an option 61)\nSet this option to \"y\" in order to exclude option 61 from DHCP packets.", + "id": "LWIP_DHCP_DISABLE_CLIENT_ID", + "name": "LWIP_DHCP_DISABLE_CLIENT_ID", + "range": null, + "title": "DHCP: Disable Use of HW address as client identification", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "This option could be used to disable DHCP client vendor class identification.\nSet this option to \"y\" in order to exclude option 60 from DHCP packets.", + "id": "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID", + "name": "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID", + "range": null, + "title": "DHCP: Disable Use of vendor class identification", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "When this option is enabled, DHCP client tries to re-obtain last valid IP address obtained from DHCP\nserver. Last valid DHCP configuration is stored in nvs and restored after reset/power-up. If IP is still\navailable, there is no need for sending discovery message to DHCP server and save some time.", + "id": "LWIP_DHCP_RESTORE_LAST_IP", + "name": "LWIP_DHCP_RESTORE_LAST_IP", + "range": null, + "title": "DHCP: Restore last IP obtained from DHCP server", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV4", + "help": "Set total length of outgoing DHCP option msg. Generally bigger value means it can carry more\noptions and values. If your code meets LWIP_ASSERT due to option value is too long.\nPlease increase the LWIP_DHCP_OPTIONS_LEN value.", + "id": "LWIP_DHCP_OPTIONS_LEN", + "name": "LWIP_DHCP_OPTIONS_LEN", + "range": [ + 68, + 255 + ], + "title": "DHCP total option length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Number of clients that may store data in client_data member array of struct netif.", + "id": "LWIP_NUM_NETIF_CLIENT_DATA", + "name": "LWIP_NUM_NETIF_CLIENT_DATA", + "range": [ + 0, + 256 + ], + "title": "Number of clients store data in netif", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set DHCP coarse interval in seconds.\nA higher value will be less precise but cost less power consumption.", + "id": "LWIP_DHCP_COARSE_TIMER_SECS", + "name": "LWIP_DHCP_COARSE_TIMER_SECS", + "range": [ + 1, + 10 + ], + "title": "DHCP coarse timer interval(s)", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "The DHCP server is calculating lease time multiplying the sent\nand received times by this number of seconds per unit.\nThe default is 60, that equals one minute.", + "id": "LWIP_DHCPS_LEASE_UNIT", + "name": "LWIP_DHCPS_LEASE_UNIT", + "range": [ + 1, + 3600 + ], + "title": "Multiplier for lease time, in seconds", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "The maximum number of DHCP clients that are connected to the server.\nAfter this number is exceeded, DHCP server removes of the oldest device\nfrom it's address pool, without notification.", + "id": "LWIP_DHCPS_MAX_STATION_NUM", + "name": "LWIP_DHCPS_MAX_STATION_NUM", + "range": [ + 1, + 64 + ], + "title": "Maximum number of stations", + "type": "int" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows the device to run the DHCP server\n(to dynamically assign IPv4 addresses to clients).", + "id": "LWIP_DHCPS", + "name": "LWIP_DHCPS", + "range": null, + "title": "DHCPS: Enable IPv4 Dynamic Host Configuration Protocol Server (DHCPS)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-dhcp-server", + "title": "DHCP server", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "DHCP client will send this many probes before self-assigning a\nlink local address.\n\nFrom LWIP help: \"This can be set as low as 1 to get an AutoIP\naddress very quickly, but you should be prepared to handle a\nchanging IP address when DHCP overrides AutoIP.\" (In the case of\nESP-IDF, this means multiple SYSTEM_EVENT_STA_GOT_IP events.)", + "id": "LWIP_AUTOIP_TRIES", + "name": "LWIP_AUTOIP_TRIES", + "range": null, + "title": "DHCP Probes before self-assigning IPv4 LL address", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If the AUTOIP functionality detects this many IP conflicts while\nself-assigning an address, it will go into a rate limited mode.", + "id": "LWIP_AUTOIP_MAX_CONFLICTS", + "name": "LWIP_AUTOIP_MAX_CONFLICTS", + "range": null, + "title": "Max IP conflicts before rate limiting", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_AUTOIP", + "help": "If rate limiting self-assignment requests, wait this long between\neach request.", + "id": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "name": "LWIP_AUTOIP_RATE_LIMIT_INTERVAL", + "range": null, + "title": "Rate limited interval (seconds)", + "type": "int" + } + ], + "depends_on": "LWIP_IPV4", + "help": "Enabling this option allows the device to self-assign an address\nin the 169.256/16 range if none is assigned statically or via DHCP.\n\nSee RFC 3927.", + "id": "LWIP_AUTOIP", + "is_menuconfig": true, + "name": "LWIP_AUTOIP", + "range": null, + "title": "Enable IPV4 Link-Local Addressing (AUTOIP)", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable IPv4 stack. If you want to use IPv6 only TCP/IP stack, disable this.", + "id": "LWIP_IPV4", + "name": "LWIP_IPV4", + "range": null, + "title": "Enable IPv4", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Enabling this option allows the devices to IPV6 stateless address autoconfiguration (SLAAC).\n\nSee RFC 4862.", + "id": "LWIP_IPV6_AUTOCONFIG", + "name": "LWIP_IPV6_AUTOCONFIG", + "range": null, + "title": "Enable IPV6 stateless address autoconfiguration (SLAAC)", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "The maximum number of IPv6 addresses on each interface. Any additional\naddresses will be discarded.", + "id": "LWIP_IPV6_NUM_ADDRESSES", + "name": "LWIP_IPV6_NUM_ADDRESSES", + "range": null, + "title": "Number of IPv6 addresses on each network interface", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Forwarding IPv6 packets between interfaces is only required when acting as\na router.", + "id": "LWIP_IPV6_FORWARD", + "name": "LWIP_IPV6_FORWARD", + "range": null, + "title": "Enable IPv6 forwarding between interfaces", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable IPv6 function. If not use IPv6 function, set this option to n.\nIf disabling LWIP_IPV6 then some other components (coap and asio) will\nno longer be available.", + "id": "LWIP_IPV6", + "name": "LWIP_IPV6", + "range": null, + "title": "Enable IPv6", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_IPV6_AUTOCONFIG", + "help": "Use IPv6 Router Advertisement Recursive DNS Server Option (as per RFC 6106) to\ncopy a defined maximum number of DNS servers to the DNS module.\nSet this option to a number of desired DNS servers advertised in the RA protocol.\nThis feature is disabled when set to 0.", + "id": "LWIP_IPV6_RDNSS_MAX_DNS_SERVERS", + "name": "LWIP_IPV6_RDNSS_MAX_DNS_SERVERS", + "range": null, + "title": "Use IPv6 Router Advertisement Recursive DNS Server Option", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6_AUTOCONFIG", + "help": "Enable DHCPv6 for IPv6 stateless address autoconfiguration.\nNote that the dhcpv6 client has to be started using dhcp6_enable_stateless(netif);\nNote that the stateful address autoconfiguration is not supported.", + "id": "LWIP_IPV6_DHCP6", + "name": "LWIP_IPV6_DHCP6", + "range": null, + "title": "Enable DHCPv6 stateless address autoconfiguration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable callbacks when the network interface is up/down and addresses are changed.", + "id": "LWIP_NETIF_STATUS_CALLBACK", + "name": "LWIP_NETIF_STATUS_CALLBACK", + "range": null, + "title": "Enable status callback for network interfaces", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_NETIF_LOOPBACK", + "help": "Configure the maximum number of packets which can be queued for\nloopback on a given interface. Reducing this number may cause packets\nto be dropped, but will avoid filling memory with queued packet data.", + "id": "LWIP_LOOPBACK_MAX_PBUFS", + "name": "LWIP_LOOPBACK_MAX_PBUFS", + "range": [ + 0, + 16 + ], + "title": "Max queued loopback packets per interface", + "type": "int" + } + ], + "depends_on": null, + "help": "Enabling this option means that if a packet is sent with a destination\naddress equal to the interface's own IP address, it will \"loop back\" and\nbe received by this interface.\nDisabling this option disables support of loopback interface in lwIP", + "id": "LWIP_NETIF_LOOPBACK", + "is_menuconfig": true, + "name": "LWIP_NETIF_LOOPBACK", + "range": null, + "title": "Support per-interface loopback", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew TCP connections after the limit is reached.", + "id": "LWIP_MAX_ACTIVE_TCP", + "name": "LWIP_MAX_ACTIVE_TCP", + "range": [ + 1, + 1024 + ], + "title": "Maximum active TCP Connections", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously listening TCP\nconnections. The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nChanging this value by itself does not substantially\nchange the memory usage of LWIP, except for preventing\nnew listening TCP connections after the limit is reached.", + "id": "LWIP_MAX_LISTENING_TCP", + "name": "LWIP_MAX_LISTENING_TCP", + "range": [ + 1, + 1024 + ], + "title": "Maximum listening TCP Connections", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Speed up the TCP retransmission interval. If disabled,\nit is recommended to change the number of SYN retransmissions to 6,\nand TCP initial rto time to 3000.", + "id": "LWIP_TCP_HIGH_SPEED_RETRANSMISSION", + "name": "LWIP_TCP_HIGH_SPEED_RETRANSMISSION", + "range": null, + "title": "TCP high speed retransmissions", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of data segments.", + "id": "LWIP_TCP_MAXRTX", + "name": "LWIP_TCP_MAXRTX", + "range": [ + 3, + 12 + ], + "title": "Maximum number of retransmissions of data segments", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of retransmissions of SYN segments.", + "id": "LWIP_TCP_SYNMAXRTX", + "name": "LWIP_TCP_SYNMAXRTX", + "range": [ + 3, + 12 + ], + "title": "Maximum number of retransmissions of SYN segments", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_MSS <= 1440", + "id": "LWIP_TCP_MSS", + "name": "LWIP_TCP_MSS", + "range": [ + 536, + 1460 + ], + "title": "Maximum Segment Size (MSS)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCP timer interval in milliseconds.\n\nCan be used to speed connections on bad networks.\nA lower value will redeliver unacked packets faster.", + "id": "LWIP_TCP_TMR_INTERVAL", + "name": "LWIP_TCP_TMR_INTERVAL", + "range": null, + "title": "TCP timer interval(ms)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment lifetime in milliseconds.", + "id": "LWIP_TCP_MSL", + "name": "LWIP_TCP_MSL", + "range": null, + "title": "Maximum segment lifetime (MSL)", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum segment lifetime in milliseconds.", + "id": "LWIP_TCP_FIN_WAIT_TIMEOUT", + "name": "LWIP_TCP_FIN_WAIT_TIMEOUT", + "range": null, + "title": "Maximum FIN segment lifetime", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set default send buffer size for new TCP sockets.\n\nPer-socket send buffer size can be changed at runtime\nwith lwip_setsockopt(s, TCP_SNDBUF, ...).\n\nThis value must be at least 2x the MSS size, and the default\nis 4x the default MSS size.\n\nSetting a smaller default SNDBUF size can save some RAM, but\nwill decrease performance.", + "id": "LWIP_TCP_SND_BUF_DEFAULT", + "name": "LWIP_TCP_SND_BUF_DEFAULT", + "range": [ + 2440, + 65535 + ], + "title": "Default send buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set default TCP receive window size for new TCP sockets.\n\nPer-socket receive window size can be changed at runtime\nwith lwip_setsockopt(s, TCP_WINDOW, ...).\n\nSetting a smaller default receive window size can save some RAM,\nbut will significantly decrease performance.", + "id": "LWIP_TCP_WND_DEFAULT", + "name": "LWIP_TCP_WND_DEFAULT", + "range": [ + 2440, + 65535 + ], + "title": "Default receive window size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_TCP_RECVMBOX_SIZE", + "name": "LWIP_TCP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "Default TCP receive mail box size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "The timeout value is TCP_OOSEQ_TIMEOUT * RTO.", + "id": "LWIP_TCP_OOSEQ_TIMEOUT", + "name": "LWIP_TCP_OOSEQ_TIMEOUT", + "range": [ + 1, + 30 + ], + "title": "Timeout for each pbuf queued in TCP OOSEQ, in RTOs.", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.\n\nIn a poor network environment, many out-of-order tcp pbufs will be received.\nThese out-of-order pbufs will be cached in the TCP out-of-order queue which will\ncause Wi-Fi/Ethernet fail to release RX buffer in time.\nIt is possible that all RX buffers for MAC layer are used by OOSEQ.\n\nControl the number of out-of-order pbufs to ensure that the MAC layer\nhas enough RX buffer to receive packets.\n\nIn the Wi-Fi scenario, recommended OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nIn the Ethernet scenario,recommended Ethernet OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ETH_DMA_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nWithin the recommended value range, the larger the value, the better the performance.\n\nMAX_TCP_NUMBER represent Maximum number of TCP connections in Wi-Fi(STA+SoftAP) and Ethernet scenario.", + "id": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "name": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "range": [ + 0, + 12 + ], + "title": "The maximum number of pbufs queued on OOSEQ per pcb", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "TCP will support sending selective acknowledgements (SACKs).", + "id": "LWIP_TCP_SACK_OUT", + "name": "LWIP_TCP_SACK_OUT", + "range": null, + "title": "Support sending selective acknowledgements", + "type": "bool" + } + ], + "depends_on": null, + "help": "Queue incoming out-of-order segments for later use.\n\nDisable this option to save some RAM during TCP sessions, at the expense\nof increased retransmissions if segments arrive out of order.", + "id": "LWIP_TCP_QUEUE_OOSEQ", + "name": "LWIP_TCP_QUEUE_OOSEQ", + "range": null, + "title": "Queue incoming out-of-order segments", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_MSS", + "name": "LWIP_TCP_OVERSIZE_MSS", + "range": null, + "title": "MSS", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "name": "LWIP_TCP_OVERSIZE_QUARTER_MSS", + "range": null, + "title": "25% MSS", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCP_OVERSIZE_DISABLE", + "name": "LWIP_TCP_OVERSIZE_DISABLE", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allows enabling \"oversize\" allocation of TCP transmission pbufs ahead of time,\nwhich can reduce the length of pbuf chains used for transmission.\n\nThis will not make a difference to sockets where Nagle's algorithm\nis disabled.\n\nDefault value of MSS is fine for most applications, 25% MSS may save\nsome RAM when only transmitting small amounts of data. Disabled will\nhave worst performance and fragmentation characteristics, but uses\nleast RAM overall.", + "id": "component-config-lwip-tcp-pre-allocate-transmit-pbuf-size", + "name": "LWIP_TCP_OVERSIZE", + "title": "Pre-allocate transmit PBUF size", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_WND_SCALE", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_TCP_RCV_SCALE", + "name": "LWIP_TCP_RCV_SCALE", + "range": null, + "title": "Set TCP receiving window scaling factor", + "type": "int" + } + ], + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND", + "help": "Enable this feature to support TCP window scaling.", + "id": "LWIP_WND_SCALE", + "name": "LWIP_WND_SCALE", + "range": null, + "title": "Support TCP window scale", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set default TCP rto time for a reasonable initial rto.\nIn bad network environment, recommend set value of rto time to 1500.", + "id": "LWIP_TCP_RTO_TIME", + "name": "LWIP_TCP_RTO_TIME", + "range": null, + "title": "Default TCP rto time", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-tcp", + "title": "TCP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of active UDP \"connections\" (ie\nUDP sockets sending/receiving data).\nThe practical maximum limit is determined by available\nheap memory at runtime.", + "id": "LWIP_MAX_UDP_PCBS", + "name": "LWIP_MAX_UDP_PCBS", + "range": [ + 1, + 1024 + ], + "title": "Maximum active UDP control blocks", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "id": "LWIP_UDP_RECVMBOX_SIZE", + "name": "LWIP_UDP_RECVMBOX_SIZE", + "range": [ + 6, + 64 + ], + "title": "Default UDP receive mail box size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-udp", + "title": "UDP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received IP messages", + "id": "LWIP_CHECKSUM_CHECK_IP", + "name": "LWIP_CHECKSUM_CHECK_IP", + "range": null, + "title": "Enable LWIP IP checksums", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received UDP messages", + "id": "LWIP_CHECKSUM_CHECK_UDP", + "name": "LWIP_CHECKSUM_CHECK_UDP", + "range": null, + "title": "Enable LWIP UDP checksums", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable checksum checking for received ICMP messages", + "id": "LWIP_CHECKSUM_CHECK_ICMP", + "name": "LWIP_CHECKSUM_CHECK_ICMP", + "range": null, + "title": "Enable LWIP ICMP checksums", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-checksums", + "title": "Checksums", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Configure TCP/IP task stack size, used by LWIP to process multi-threaded TCP/IP operations.\nSetting this stack too small will result in stack overflow crashes.", + "id": "LWIP_TCPIP_TASK_STACK_SIZE", + "name": "LWIP_TCPIP_TASK_STACK_SIZE", + "range": [ + 2048, + 65536 + ], + "title": "TCP/IP Task Stack Size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "name": "LWIP_TCPIP_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allows setting LwIP tasks affinity, i.e. whether the task is pinned to\nCPU0, pinned to CPU1, or allowed to run on any CPU.\nCurrently this applies to \"TCP/IP\" task and \"Ping\" task.", + "id": "component-config-lwip-tcp-ip-task-affinity", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "title": "TCP/IP task affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "LWIP_TCPIP_TASK_AFFINITY", + "name": "LWIP_TCPIP_TASK_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 on-link prefixes cache", + "id": "LWIP_IPV6_ND6_NUM_PREFIXES", + "name": "LWIP_IPV6_ND6_NUM_PREFIXES", + "range": null, + "title": "Max number of entries in IPv6 on-link prefixes cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 default routers cache", + "id": "LWIP_IPV6_ND6_NUM_ROUTERS", + "name": "LWIP_IPV6_ND6_NUM_ROUTERS", + "range": null, + "title": "Max number of entries in IPv6 default routers cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 destinations cache", + "id": "LWIP_IPV6_ND6_NUM_DESTINATIONS", + "name": "LWIP_IPV6_ND6_NUM_DESTINATIONS", + "range": null, + "title": "Max number of entries in IPv6 destinations cache", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV6", + "help": "Enable IPV6 support in PPP for the local link between the DTE (processor) and DCE (modem).\nThere are some modems which do not support the IPV6 addressing in the local link.\nIf they are requested for IPV6CP negotiation, they may time out.\nThis would in turn fail the configuration for the whole link.\nIf your modem is not responding correctly to PPP Phase Network, try to disable IPV6 support.", + "id": "LWIP_PPP_ENABLE_IPV6", + "name": "LWIP_PPP_ENABLE_IPV6", + "range": null, + "title": "Enable IPV6 support for PPP connections (IPV6CP)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable PPP stack. Now only PPP over serial is possible.", + "id": "LWIP_PPP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_PPP_SUPPORT", + "range": null, + "title": "Enable PPP support", + "type": "menu" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Config max number of IPv6 packets to queue during MAC resolution.", + "id": "LWIP_IPV6_MEMP_NUM_ND6_QUEUE", + "name": "LWIP_IPV6_MEMP_NUM_ND6_QUEUE", + "range": [ + 3, + 20 + ], + "title": "Max number of IPv6 packets to queue during MAC resolution", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_IPV6", + "help": "Config max number of entries in IPv6 neighbor cache", + "id": "LWIP_IPV6_ND6_NUM_NEIGHBORS", + "name": "LWIP_IPV6_ND6_NUM_NEIGHBORS", + "range": [ + 3, + 10 + ], + "title": "Max number of entries in IPv6 neighbor cache", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to set a callback which is called on change of the internal PPP state machine.", + "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "range": null, + "title": "Enable Notify Phase Callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Password Authentication Protocol (PAP) support", + "id": "LWIP_PPP_PAP_SUPPORT", + "name": "LWIP_PPP_PAP_SUPPORT", + "range": null, + "title": "Enable PAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", + "id": "LWIP_PPP_CHAP_SUPPORT", + "name": "LWIP_PPP_CHAP_SUPPORT", + "range": null, + "title": "Enable CHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", + "id": "LWIP_PPP_MSCHAP_SUPPORT", + "name": "LWIP_PPP_MSCHAP_SUPPORT", + "range": null, + "title": "Enable MSCHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", + "id": "LWIP_PPP_MPPE_SUPPORT", + "name": "LWIP_PPP_MPPE_SUPPORT", + "range": null, + "title": "Enable MPPE support", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Interval in seconds between keepalive LCP echo requests, 0 to disable.", + "id": "LWIP_LCP_ECHOINTERVAL", + "name": "LWIP_LCP_ECHOINTERVAL", + "range": null, + "title": "Echo interval (s)", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Number of consecutive unanswered echo requests before failure is indicated.", + "id": "LWIP_LCP_MAXECHOFAILS", + "name": "LWIP_LCP_MAXECHOFAILS", + "range": null, + "title": "Maximum echo failures", + "type": "int" + } + ], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable LCP echo keepalive requests", + "id": "LWIP_ENABLE_LCP_ECHO", + "name": "LWIP_ENABLE_LCP_ECHO", + "range": null, + "title": "Enable LCP ECHO", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable PPP debug log output", + "id": "LWIP_PPP_DEBUG_ON", + "name": "LWIP_PPP_DEBUG_ON", + "range": null, + "title": "Enable PPP debug log output", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SLIP_SUPPORT", + "help": "Enable SLIP debug log output", + "id": "LWIP_SLIP_DEBUG_ON", + "name": "LWIP_SLIP_DEBUG_ON", + "range": null, + "title": "Enable SLIP debug log output", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable SLIP stack. Now only SLIP over serial is possible.\n\nSLIP over serial support is experimental and unsupported.", + "id": "LWIP_SLIP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_SLIP_SUPPORT", + "range": null, + "title": "Enable SLIP support (new/experimental)", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable ICMP module for check network stability", + "id": "LWIP_ICMP", + "name": "LWIP_ICMP", + "range": null, + "title": "ICMP: Enable ICMP", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_ICMP6 || LWIP_ICMP", + "help": null, + "id": "LWIP_MULTICAST_PING", + "name": "LWIP_MULTICAST_PING", + "range": null, + "title": "Respond to multicast pings", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_ICMP", + "help": null, + "id": "LWIP_BROADCAST_PING", + "name": "LWIP_BROADCAST_PING", + "range": null, + "title": "Respond to broadcast pings", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-icmp", + "title": "ICMP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "The maximum number of simultaneously active LWIP\nRAW protocol control blocks. The practical maximum\nlimit is determined by available heap memory at runtime.", + "id": "LWIP_MAX_RAW_PCBS", + "name": "LWIP_MAX_RAW_PCBS", + "range": [ + 1, + 1024 + ], + "title": "Maximum LWIP RAW PCBs", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-lwip-raw-api", + "title": "LWIP RAW API", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Set maximum number of NTP servers used by LwIP SNTP module.\nFirst argument of sntp_setserver/sntp_setservername functions\nis limited to this value.", + "id": "LWIP_SNTP_MAX_SERVERS", + "name": "LWIP_SNTP_MAX_SERVERS", + "range": [ + 1, + 16 + ], + "title": "Maximum number of NTP servers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DHCP_GET_NTP_SRV", + "help": "Set maximum number of NTP servers aquired via DHCP-offer.\nShould be less or equal to \"Maximum number of NTP servers\", any extra servers would be just ignored.", + "id": "LWIP_DHCP_MAX_NTP_SERVERS", + "name": "LWIP_DHCP_MAX_NTP_SERVERS", + "range": null, + "title": "Maximum number of NTP servers aquired via DHCP", + "type": "int" + } + ], + "depends_on": null, + "help": "If enabled, LWIP will add 'NTP' to Parameter-Request Option sent via DHCP-request.\nDHCP server might reply with an NTP server address in option 42.\nSNTP callback for such replies should be set accordingly (see sntp_servermode_dhcp() func.)", + "id": "LWIP_DHCP_GET_NTP_SRV", + "name": "LWIP_DHCP_GET_NTP_SRV", + "range": null, + "title": "Request NTP servers from DHCP", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option allows you to set the time update period via SNTP.\nDefault is 1 hour. Must not be below 15 seconds by specification.\n(SNTPv4 RFC 4330 enforces a minimum update time of 15 seconds).", + "id": "LWIP_SNTP_UPDATE_DELAY", + "name": "LWIP_SNTP_UPDATE_DELAY", + "range": [ + 15000, + 4294967295 + ], + "title": "Request interval to update time (ms)", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-lwip-sntp", + "title": "SNTP", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Set maximum number of DNS servers.\nIf fallback DNS servers are supported,\nthe number of DNS servers needs to be greater than or equal to 3.", + "id": "LWIP_DNS_MAX_SERVERS", + "name": "LWIP_DNS_MAX_SERVERS", + "range": [ + 1, + 4 + ], + "title": "Maximum number of DNS servers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "help": "This option allows you to config dns fallback server address.", + "id": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "name": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "range": null, + "title": "DNS fallback server address", + "type": "string" + } + ], + "depends_on": "LWIP_DNS_MAX_SERVERS >= 3", + "help": "Enable this feature to support DNS fallback server.", + "id": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "name": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "range": null, + "title": "Enable DNS fallback server support", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-dns", + "title": "DNS", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of ports a bridge can consists of.", + "id": "LWIP_BRIDGEIF_MAX_PORTS", + "name": "LWIP_BRIDGEIF_MAX_PORTS", + "range": [ + 1, + 63 + ], + "title": "Maximum number of bridge ports", + "type": "int" + }, + { + "children": [], + "depends_on": "!COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE", + "help": "Enable this option keeps LWIP assertion checks enabled.\nIt is recommended to keep this option enabled.\n\nIf asserts are disabled for the entire project, they are also disabled\nfor LWIP and this option is ignored.", + "id": "LWIP_ESP_LWIP_ASSERT", + "name": "LWIP_ESP_LWIP_ASSERT", + "range": null, + "title": "Enable LWIP ASSERT checks", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_NONE", + "name": "LWIP_HOOK_TCP_ISN_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_DEFAULT", + "name": "LWIP_HOOK_TCP_ISN_DEFAULT", + "range": null, + "title": "Default implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_TCP_ISN_CUSTOM", + "name": "LWIP_HOOK_TCP_ISN_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables to define a TCP ISN hook to randomize initial sequence\nnumber in TCP connection.\nThe default TCP ISN algorithm used in IDF (standardized in RFC 6528)\nproduces ISN by combining an MD5 of the new TCP id and a stable\nsecret with the current time.\nThis is because the lwIP implementation (`tcp_next_iss`) is not\nvery strong, as it does not take into consideration any platform\nspecific entropy source.\n\nSet to LWIP_HOOK_TCP_ISN_CUSTOM to provide custom implementation.\nSet to LWIP_HOOK_TCP_ISN_NONE to use lwIP implementation.", + "id": "component-config-lwip-hooks-tcp-isn-hook", + "name": "LWIP_HOOK_TCP_ISN", + "title": "TCP ISN Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_NONE", + "name": "LWIP_HOOK_IP6_ROUTE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_DEFAULT", + "name": "LWIP_HOOK_IP6_ROUTE_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_ROUTE_CUSTOM", + "name": "LWIP_HOOK_IP6_ROUTE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 route hook.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-route-hook", + "name": "LWIP_HOOK_IP6_ROUTE", + "title": "IPv6 route Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_NONE", + "name": "LWIP_HOOK_ND6_GET_GW_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_DEFAULT", + "name": "LWIP_HOOK_ND6_GET_GW_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_ND6_GET_GW_CUSTOM", + "name": "LWIP_HOOK_ND6_GET_GW_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 route hook.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-get-gateway-hook", + "name": "LWIP_HOOK_ND6_GET_GW", + "title": "IPv6 get gateway Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 source address selection.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-source-address-selection-hook", + "name": "LWIP_HOOK_IP6_SELECT_SRC_ADDR", + "title": "IPv6 source address selection Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM", + "name": "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables custom DNS resolve hook (without callback).\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-netconn-external-resolve-hook", + "name": "LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE", + "title": "Netconn external resolve Hook", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "This hidden option helps configure the DNS external resolve\nhook for external components like OpenThread. It ensures that\n`LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM` is selected without directly\nadding a dependency in the choice construct.", + "id": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables custom DNS resolve hook (with callback).\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-dns-external-resolve-hook", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE", + "title": "DNS external resolve Hook", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_NONE", + "name": "LWIP_HOOK_IP6_INPUT_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_DEFAULT", + "name": "LWIP_HOOK_IP6_INPUT_DEFAULT", + "range": null, + "title": "Default (weak) implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_IP6_INPUT_CUSTOM", + "name": "LWIP_HOOK_IP6_INPUT_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": "LWIP_IPV6", + "help": "Enables custom IPv6 packet input.\nSetting this to \"default\" provides weak IDF implementation,\nwhich drops all incoming IPv6 traffic if the interface has no link local address.\n(this default implementation is \"weak\" and could be still overwritten\nin the application if some additional IPv6 input packet filtering is needed)\nSetting this to \"none\" removes this default filter and conforms to the lwIP\nimplementation (which accepts multicasts even if the interface has no link local address)\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-ipv6-packet-input", + "name": "LWIP_HOOK_IP6_INPUT", + "title": "IPv6 packet input", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-lwip-hooks", + "title": "Hooks", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": "Enabling this option routes all enabled LWIP debugs through ESP_LOGD.", + "id": "LWIP_DEBUG_ESP_LOG", + "name": "LWIP_DEBUG_ESP_LOG", + "range": null, + "title": "Route LWIP debugs through ESP_LOG interface", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_NETIF_DEBUG", + "name": "LWIP_NETIF_DEBUG", + "range": null, + "title": "Enable netif debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_PBUF_DEBUG", + "name": "LWIP_PBUF_DEBUG", + "range": null, + "title": "Enable pbuf debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_ETHARP_DEBUG", + "name": "LWIP_ETHARP_DEBUG", + "range": null, + "title": "Enable etharp debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_API_LIB_DEBUG", + "name": "LWIP_API_LIB_DEBUG", + "range": null, + "title": "Enable api lib debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_SOCKETS_DEBUG", + "name": "LWIP_SOCKETS_DEBUG", + "range": null, + "title": "Enable socket debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_IP_DEBUG", + "name": "LWIP_IP_DEBUG", + "range": null, + "title": "Enable IP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG && LWIP_ICMP", + "help": null, + "id": "LWIP_ICMP_DEBUG", + "name": "LWIP_ICMP_DEBUG", + "range": null, + "title": "Enable ICMP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DHCP_STATE_DEBUG", + "name": "LWIP_DHCP_STATE_DEBUG", + "range": null, + "title": "Enable DHCP state tracking", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DHCP_DEBUG", + "name": "LWIP_DHCP_DEBUG", + "range": null, + "title": "Enable DHCP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_IP6_DEBUG", + "name": "LWIP_IP6_DEBUG", + "range": null, + "title": "Enable IP6 debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_ICMP6_DEBUG", + "name": "LWIP_ICMP6_DEBUG", + "range": null, + "title": "Enable ICMP6 debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_TCP_DEBUG", + "name": "LWIP_TCP_DEBUG", + "range": null, + "title": "Enable TCP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_UDP_DEBUG", + "name": "LWIP_UDP_DEBUG", + "range": null, + "title": "Enable UDP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_SNTP_DEBUG", + "name": "LWIP_SNTP_DEBUG", + "range": null, + "title": "Enable SNTP debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_DNS_DEBUG", + "name": "LWIP_DNS_DEBUG", + "range": null, + "title": "Enable DNS debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG && LWIP_IPV4_NAPT", + "help": null, + "id": "LWIP_NAPT_DEBUG", + "name": "LWIP_NAPT_DEBUG", + "range": null, + "title": "Enable NAPT debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_DEBUG", + "name": "LWIP_BRIDGEIF_DEBUG", + "range": null, + "title": "Enable bridge generic debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_FDB_DEBUG", + "name": "LWIP_BRIDGEIF_FDB_DEBUG", + "range": null, + "title": "Enable bridge FDB debug messages", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DEBUG", + "help": null, + "id": "LWIP_BRIDGEIF_FW_DEBUG", + "name": "LWIP_BRIDGEIF_FW_DEBUG", + "range": null, + "title": "Enable bridge forwarding debug messages", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enabling this option allows different kinds of lwIP debug output.\n\nAll lwIP debug features increase the size of the final binary.", + "id": "LWIP_DEBUG", + "is_menuconfig": true, + "name": "LWIP_DEBUG", + "range": null, + "title": "Enable LWIP Debug", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-lwip", + "title": "LWIP", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_INTERNAL_MEM_ALLOC", + "name": "MBEDTLS_INTERNAL_MEM_ALLOC", + "range": null, + "title": "Internal memory", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ", + "help": null, + "id": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "name": "MBEDTLS_EXTERNAL_MEM_ALLOC", + "range": null, + "title": "External SPIRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEFAULT_MEM_ALLOC", + "name": "MBEDTLS_DEFAULT_MEM_ALLOC", + "range": null, + "title": "Default alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CUSTOM_MEM_ALLOC", + "name": "MBEDTLS_CUSTOM_MEM_ALLOC", + "range": null, + "title": "Custom alloc mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY && ", + "help": "Allows to use IRAM memory region as 8bit accessible region.\n\nTLS input and output buffers will be allocated in IRAM section which is 32bit aligned\nmemory. Every unaligned (8bit or 16bit) access will result in an exception\nand incur penalty of certain clock cycles per unaligned read/write.", + "id": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "name": "MBEDTLS_IRAM_8BIT_MEM_ALLOC", + "range": null, + "title": "Internal IRAM", + "type": "bool" + } + ], + "depends_on": null, + "help": "Allocation strategy for mbedTLS, essentially provides ability to\nallocate all required dynamic allocations from,\n\n- Internal DRAM memory only\n- External SPIRAM memory only\n- Either internal or external memory based on default malloc()\n behavior in ESP-IDF\n- Custom allocation mode, by overwriting calloc()/free() using\n mbedtls_platform_set_calloc_free() function\n- Internal IRAM memory wherever applicable else internal DRAM\n\nRecommended mode here is always internal (*), since that is most preferred\nfrom security perspective. But if application requirement does not\nallow sufficient free internal memory then alternate mode can be\nselected.\n\n(*) In case of ESP32-S2/ESP32-S3, hardware allows encryption of external\nSPIRAM contents provided hardware flash encryption feature is enabled.\nIn that case, using external SPIRAM allocation strategy is also safe choice\nfrom security perspective.", + "id": "component-config-mbedtls-memory-allocation-strategy", + "name": "MBEDTLS_MEM_ALLOC_MODE", + "title": "Memory allocation strategy", + "type": "choice" + }, + { + "children": [], + "depends_on": "!MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "Maximum TLS message length (in bytes) supported by mbedTLS.\n\n16384 is the default and this value is required to comply\nfully with TLS standards.\n\nHowever you can set a lower value in order to save RAM. This\nis safe if the other end of the connection supports Maximum\nFragment Length Negotiation Extension (max_fragment_length,\nsee RFC6066) or you know for certain that it will never send a\nmessage longer than a certain number of bytes.\n\nIf the value is set too low, symptoms are a failed TLS\nhandshake or a return value of MBEDTLS_ERR_SSL_INVALID_RECORD\n(-0x7200).", + "id": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "name": "MBEDTLS_SSL_MAX_CONTENT_LEN", + "range": null, + "title": "TLS maximum message content length", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum incoming fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_IN_CONTENT_LEN", + "name": "MBEDTLS_SSL_IN_CONTENT_LEN", + "range": [ + 512, + 16384 + ], + "title": "TLS maximum incoming fragment length", + "type": "int" + }, + { + "children": [], + "depends_on": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "help": "This defines maximum outgoing fragment length, overriding default\nmaximum content length (MBEDTLS_SSL_MAX_CONTENT_LEN).", + "id": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "name": "MBEDTLS_SSL_OUT_CONTENT_LEN", + "range": [ + 512, + 16384 + ], + "title": "TLS maximum outgoing fragment length", + "type": "int" + } + ], + "depends_on": null, + "help": "If enabled, this option allows customizing TLS in/out fragment length\nin asymmetric way. Please note that enabling this with default values\nsaves 12KB of dynamic memory per TLS connection.", + "id": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "name": "MBEDTLS_ASYMMETRIC_CONTENT_LEN", + "range": null, + "title": "Asymmetric in/out fragment length", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "help": "Free CA certificate after its usage in the handshake process.\nThis option will decrease the heap footprint for the TLS handshake, but may lead to a problem:\nIf the respective ssl object needs to perform the TLS handshake again,\nthe CA certificate should once again be registered to the ssl object.", + "id": "MBEDTLS_DYNAMIC_FREE_CA_CERT", + "name": "MBEDTLS_DYNAMIC_FREE_CA_CERT", + "range": null, + "title": "Free SSL CA certificate after its usage", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_DYNAMIC_BUFFER", + "help": "Free private key and DHM data after its usage in handshake process.\n\nThe option will decrease heap cost when handshake, but also lead to problem:\n\nBecause all certificate, private key and DHM data are freed so users should register\ncertificate and private key to ssl config object again.", + "id": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "name": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", + "range": null, + "title": "Free private key and DHM data after its usage", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX && !MBEDTLS_SSL_PROTO_DTLS && !MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "help": "Using dynamic TX/RX buffer. After enabling this option, mbedTLS will\nallocate TX buffer when need to send data and then free it if all data\nis sent, allocate RX buffer when need to receive data and then free it\nwhen all data is used or read by upper layer.\n\nBy default, when SSL is initialized, mbedTLS also allocate TX and\nRX buffer with the default value of \"MBEDTLS_SSL_OUT_CONTENT_LEN\" or\n\"MBEDTLS_SSL_IN_CONTENT_LEN\", so to save more heap, users can set\nthe options to be an appropriate value.", + "id": "MBEDTLS_DYNAMIC_BUFFER", + "name": "MBEDTLS_DYNAMIC_BUFFER", + "range": null, + "title": "Using dynamic TX/RX buffer", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_WARN", + "name": "MBEDTLS_DEBUG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_INFO", + "name": "MBEDTLS_DEBUG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "name": "MBEDTLS_DEBUG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "name": "MBEDTLS_DEBUG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_DEBUG", + "help": "Set mbedTLS debugging level", + "id": "component-config-mbedtls-enable-mbedtls-debugging-set-mbedtls-debugging-level", + "name": "MBEDTLS_DEBUG_LEVEL", + "title": "Set mbedTLS debugging level", + "type": "choice" + } + ], + "depends_on": null, + "help": "Enable mbedTLS debugging functions at compile time.\n\nIf this option is enabled, you can include\n\"mbedtls/esp_debug.h\" and call mbedtls_esp_enable_debug_log()\nat runtime in order to enable mbedTLS debug output via the ESP\nlog mechanism.", + "id": "MBEDTLS_DEBUG", + "name": "MBEDTLS_DEBUG", + "range": null, + "title": "Enable mbedTLS debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_DEBUG_LEVEL", + "name": "MBEDTLS_DEBUG_LEVEL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE", + "name": "MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE", + "range": null, + "title": "TLS 1.3 middlebox compatibility mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_PSK", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_PSK", + "range": null, + "title": "TLS 1.3 PSK key exchange mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_EPHEMERAL", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_EPHEMERAL", + "range": null, + "title": "TLS 1.3 ephemeral key exchange mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "help": null, + "id": "MBEDTLS_SSL_TLS1_3_KEXM_PSK_EPHEMERAL", + "name": "MBEDTLS_SSL_TLS1_3_KEXM_PSK_EPHEMERAL", + "range": null, + "title": "TLS 1.3 PSK ephemeral key exchange mode", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3", + "id": "component-config-mbedtls-mbedtls-v3-x-related-support-tls-1-3-protocol-tls-1-3-related-configurations", + "title": "TLS 1.3 related configurations", + "type": "menu" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_KEEP_PEER_CERTIFICATE && !MBEDTLS_DYNAMIC_BUFFER", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_3", + "name": "MBEDTLS_SSL_PROTO_TLS1_3", + "range": null, + "title": "Support TLS 1.3 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This enables the SSL buffer to be resized automatically\nbased on the negotiated maximum fragment length in each direction.", + "id": "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "name": "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH", + "range": null, + "title": "Variable SSL buffer length", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECDH_C && MBEDTLS_ECP_RESTARTABLE", + "help": "Use the legacy ECDH context format.\nDefine this option only if you enable MBEDTLS_ECP_RESTARTABLE or if you\nwant to access ECDH context fields directly.", + "id": "MBEDTLS_ECDH_LEGACY_CONTEXT", + "name": "MBEDTLS_ECDH_LEGACY_CONTEXT", + "range": null, + "title": "Use a backward compatible ECDH context (Experimental)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables users to configure the set of trusted certificates\nthrough a callback instead of a linked list.\n\nSee mbedTLS documentation for required API and more details.", + "id": "MBEDTLS_X509_TRUSTED_CERT_CALLBACK", + "name": "MBEDTLS_X509_TRUSTED_CERT_CALLBACK", + "range": null, + "title": "Enable trusted certificate callbacks", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C", + "help": "Enable serialization of the TLS context structures\nThis is a local optimization in handling a single, potentially long-lived connection.\n\nSee mbedTLS documentation for required API and more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SSL_CONTEXT_SERIALIZATION", + "name": "MBEDTLS_SSL_CONTEXT_SERIALIZATION", + "range": null, + "title": "Enable serialization of the TLS context structures", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Keep the peer's certificate after completion of the handshake.\nDisabling this option will save about 4kB of heap and some code size.\n\nSee mbedTLS documentation for required API and more details.", + "id": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", + "name": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", + "range": null, + "title": "Keep peer certificate after handshake completion", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_X509_CRL_PARSE_C", + "help": "Enable PKCS #7 core for using PKCS #7-formatted signatures.", + "id": "MBEDTLS_PKCS7_C", + "name": "MBEDTLS_PKCS7_C", + "range": null, + "title": "Enable PKCS #7", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3 || MBEDTLS_SSL_DTLS_CONNECTION_ID", + "help": "Controls the use of record plaintext padding in TLS 1.3 and\nwhen using the Connection ID extension in DTLS 1.2.\n\nThe padding will always be chosen so that the length of the\npadded plaintext is a multiple of the value of this option.\n\nNotes:\n A value of 1 means that no padding will be used for outgoing records.\n On systems lacking division instructions, a power of two should be preferred.", + "id": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "name": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "range": null, + "title": "Record plaintext padding", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_SSL_DTLS_CONNECTION_ID && MBEDTLS_SSL_PROTO_DTLS", + "help": "Maximum length of CIDs used for incoming DTLS messages", + "id": "MBEDTLS_SSL_CID_IN_LEN_MAX", + "name": "MBEDTLS_SSL_CID_IN_LEN_MAX", + "range": null, + "title": "Maximum length of CIDs used for incoming DTLS messages", + "type": "int" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_DTLS_CONNECTION_ID && MBEDTLS_SSL_PROTO_DTLS", + "help": "Maximum length of CIDs used for outgoing DTLS messages", + "id": "MBEDTLS_SSL_CID_OUT_LEN_MAX", + "name": "MBEDTLS_SSL_CID_OUT_LEN_MAX", + "range": null, + "title": "Maximum length of CIDs used for outgoing DTLS messages", + "type": "int" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "help": "Enable support for the DTLS Connection ID extension which allows to\nidentify DTLS connections across changes in the underlying transport.", + "id": "MBEDTLS_SSL_DTLS_CONNECTION_ID", + "name": "MBEDTLS_SSL_DTLS_CONNECTION_ID", + "range": null, + "title": "Support for the DTLS Connection ID extension", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "help": "Enable support for negotiation of DTLS-SRTP (RFC 5764) through the use_srtp extension.\n\nSee mbedTLS documentation for required API and more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SSL_DTLS_SRTP", + "name": "MBEDTLS_SSL_DTLS_SRTP", + "range": null, + "title": "Enable support for negotiation of DTLS-SRTP (RFC 5764)", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_SSL_PROTO_DTLS", + "id": "component-config-mbedtls-mbedtls-v3-x-related-dtls-based-configurations", + "title": "DTLS-based configurations", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-mbedtls-v3-x-related", + "title": "mbedTLS v3.x related", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL", + "range": null, + "title": "Use the full default certificate bundle", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Use only the most common certificates from the default bundles, reducing the size with 50%,\nwhile still having around 99% coverage.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN", + "range": null, + "title": "Use only the most common certificates from the default bundles", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "range": null, + "title": "Do not use the default certificate bundle", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "component-config-mbedtls-certificate-bundle-enable-trusted-root-certificate-bundle-default-certificate-bundle-options", + "name": "MBEDTLS_DEFAULT_CERTIFICATE_BUNDLE", + "title": "Default certificate bundle options", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "help": "Name of the custom certificate directory or file. This path is evaluated\nrelative to the project root directory.", + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH", + "range": null, + "title": "Custom certificate bundle path", + "type": "string" + } + ], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE", + "range": null, + "title": "Add custom certificates to the default bundle", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", + "help": null, + "id": "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS", + "range": null, + "title": "Maximum no of certificates allowed in certificate bundle", + "type": "int" + } + ], + "depends_on": null, + "help": "Enable support for large number of default root certificates\n\nWhen enabled this option allows user to store default as well\nas customer specific root certificates in compressed format rather\nthan storing full certificate. For the root certificates the public key and the subject name\nwill be stored.", + "id": "MBEDTLS_CERTIFICATE_BUNDLE", + "name": "MBEDTLS_CERTIFICATE_BUNDLE", + "range": null, + "title": "Enable trusted root certificate bundle", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-certificate-bundle", + "title": "Certificate Bundle", + "type": "menu" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable \"non-blocking\" ECC operations that can return early and be resumed.", + "id": "MBEDTLS_ECP_RESTARTABLE", + "name": "MBEDTLS_ECP_RESTARTABLE", + "range": null, + "title": "Enable mbedTLS ecp restartable", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_DES_C", + "help": "Enable the CMAC (Cipher-based Message Authentication Code) mode for\nblock ciphers.", + "id": "MBEDTLS_CMAC_C", + "name": "MBEDTLS_CMAC_C", + "range": null, + "title": "Enable CMAC mode for block ciphers", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_AES", + "help": "Use an interrupt to coordinate long AES operations.\n\nThis allows other code to run on the CPU while an AES operation is pending.\nOtherwise the CPU busy-waits.", + "id": "MBEDTLS_AES_USE_INTERRUPT", + "name": "MBEDTLS_AES_USE_INTERRUPT", + "range": null, + "title": "Use interrupt for long AES operations", + "type": "bool" + } + ], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_AES_SUPPORTED", + "help": "Enable hardware accelerated AES encryption & decryption.\n\nNote that if the ESP32 CPU is running at 240MHz, hardware AES does not\noffer any speed boost over software AES.", + "id": "MBEDTLS_HARDWARE_AES", + "name": "MBEDTLS_HARDWARE_AES", + "range": null, + "title": "Enable hardware AES acceleration", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_LOW", + "range": null, + "title": "Low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_MEDIUM", + "range": null, + "title": "Medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH_HIGH", + "range": null, + "title": "High", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC", + "help": "The strength of the pseudo rounds functions can be configured to low, medium and high.\nYou can configure the strength of the pseudo rounds functions according to your use cases,\nfor example, increasing the strength would provide higher security but would slow down the\nhardware AES encryption/decryption operations.", + "id": "component-config-mbedtls-enable-aes-hardware-s-pseudo-round-function-strength-of-the-pseudo-rounds-function", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH", + "title": "Strength of the pseudo rounds function", + "type": "choice" + } + ], + "depends_on": "SOC_AES_SUPPORT_PSEUDO_ROUND_FUNCTION", + "help": "Enables the pseudo round function of the AES peripheral.\nEnabling this would impact the performance of the AES operations.\nFor more info regarding the performance impact, please checkout the pseudo round function section of the\nsecurity guide.", + "id": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC", + "range": null, + "title": "Enable AES hardware's pseudo round function", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH", + "name": "MBEDTLS_AES_USE_PSEUDO_ROUND_FUNC_STRENGTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_AES_SUPPORT_GCM && MBEDTLS_HARDWARE_AES", + "help": "Enable partially hardware accelerated GCM. GHASH calculation is still done\nin software.\n\nIf MBEDTLS_HARDWARE_GCM is disabled and MBEDTLS_HARDWARE_AES is enabled then\nmbedTLS will still use the hardware accelerated AES block operation, but\non a single block at a time.", + "id": "MBEDTLS_HARDWARE_GCM", + "name": "MBEDTLS_HARDWARE_GCM", + "range": null, + "title": "Enable partially hardware accelerated GCM", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_AES", + "help": "Enable this config to support fallback to software definitions for a non-AES\ncipher GCM operation as we support hardware acceleration only for AES cipher.\nSome of the non-AES ciphers used in a GCM operation are DES, ARIA, CAMELLIA,\nCHACHA20, BLOWFISH.\n\nIf this config is disabled, performing a non-AES cipher GCM operation with\nthe config MBEDTLS_HARDWARE_AES enabled will result in calculation of an\nAES-GCM operation instead for the given input values and thus could lead\nto failure in certificate validation which would ultimately lead to a SSL\nhandshake failure.\n\nThis config being by-default enabled leads to an increase in binary size\nfootprint of ~2.5KB.\nIn case you are sure that your use case (for example, client and server\nconfigurations in case of a TLS handshake) would not involve any GCM\noperations using a non-AES cipher, you can safely disable this config,\nleading to reduction in binary size footprint.", + "id": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "name": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "range": null, + "title": "Enable support for non-AES ciphers in GCM operation", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_MPI", + "help": "Fallback to software implementation for RSA key lengths\nlarger than SOC_RSA_MAX_BIT_LEN. If this is not active\nthen the ESP will be unable to process keys greater\nthan SOC_RSA_MAX_BIT_LEN.", + "id": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "name": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "range": null, + "title": "Fallback to software implementation for larger MPI values", + "type": "bool" + }, + { + "children": [], + "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_MPI", + "help": "Use an interrupt to coordinate long MPI operations.\n\nThis allows other code to run on the CPU while an MPI operation is pending.\nOtherwise the CPU busy-waits.", + "id": "MBEDTLS_MPI_USE_INTERRUPT", + "name": "MBEDTLS_MPI_USE_INTERRUPT", + "range": null, + "title": "Use interrupt for MPI exp-mod operations", + "type": "bool" + } + ], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_MPI_SUPPORTED", + "help": "Enable hardware accelerated multiple precision integer operations.\n\nHardware accelerated multiplication, modulo multiplication,\nand modular exponentiation for up to SOC_RSA_MAX_BIT_LEN bit results.\n\nThese operations are used by RSA.", + "id": "MBEDTLS_HARDWARE_MPI", + "name": "MBEDTLS_HARDWARE_MPI", + "range": null, + "title": "Enable hardware MPI (bignum) acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_SHA_SUPPORTED", + "help": "Enable hardware accelerated SHA1, SHA256, SHA384 & SHA512 in mbedTLS.\n\nDue to a hardware limitation, on the ESP32 hardware acceleration is only\nguaranteed if SHA digests are calculated one at a time. If more\nthan one SHA digest is calculated at the same time, one will\nbe calculated fully in hardware and the rest will be calculated\n(at least partially calculated) in software. This happens automatically.\n\nSHA hardware acceleration is faster than software in some situations but\nslower in others. You should benchmark to find the best setting for you.", + "id": "MBEDTLS_HARDWARE_SHA", + "name": "MBEDTLS_HARDWARE_SHA", + "range": null, + "title": "Enable hardware SHA acceleration", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECC", + "help": "Fallback to software implementation of ECC point multiplication and point verification\nfor curves not supported in hardware.", + "id": "MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK", + "name": "MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK", + "range": null, + "title": "Fallback to software implementation for curves not supported in hardware", + "type": "bool" + } + ], + "depends_on": "SOC_ECC_SUPPORTED", + "help": "Enable hardware accelerated ECC point multiplication and point verification for points\non curve SECP192R1 and SECP256R1 in mbedTLS", + "id": "MBEDTLS_HARDWARE_ECC", + "name": "MBEDTLS_HARDWARE_ECC", + "range": null, + "title": "Enable hardware ECC acceleration", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Use ROM MD5 in mbedTLS.", + "id": "MBEDTLS_ROM_MD5", + "name": "MBEDTLS_ROM_MD5", + "range": null, + "title": "Use MD5 implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "The ECDSA peripheral before ESP32-H2 v1.2 does not offer constant time ECDSA sign operation.\nThis time can be observed through power profiling of the device,\nmaking the ECDSA private key vulnerable to side-channel timing attacks.\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.\nIt is highly recommended to also enable Secure Boot for the device in addition to this countermeasure\nso that only trusted software can execute on the device.\nThis countermeasure can be safely disabled for ESP32-H2 v1.2 and above.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "range": null, + "title": "Mask original ECDSA sign operation under dummy sign operations", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "This option adds a delay after the actual ECDSA signature operation\nso that the entire operation appears to be constant time for the software.\nThis fix helps in protecting the device only in case of remote timing attack on the ECDSA private key.\nFor e.g., When an interface is exposed by the device to perform ECDSA signature\nof an arbitrary message.\nThe signature time would appear to be constant to the external entity after enabling\nthis option.\nThis countermeasure can be safely disabled for ESP32-H2 v1.2 and above.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "range": null, + "title": "Make ECDSA signature operation pseudo constant time for software", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "id": "component-config-mbedtls-enable-ecdsa-signing-using-on-chip-ecdsa-peripheral-enable-software-countermeasure-for-ecdsa-signing-using-on-chip-ecdsa-peripheral", + "title": "Enable Software Countermeasure for ECDSA signing using on-chip ECDSA peripheral", + "type": "menu" + } + ], + "depends_on": "SOC_ECDSA_SUPPORTED", + "help": "Enable hardware accelerated ECDSA peripheral to sign data\non curve SECP192R1 and SECP256R1 in mbedTLS.\n\nNote that for signing, the private key has to be burnt in an efuse key block\nwith key purpose set to ECDSA_KEY.\nIf no key is burnt, it will report an error\n\nThe key should be burnt in little endian format. espefuse.py utility handles it internally\nbut care needs to be taken while burning using esp_efuse APIs", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN", + "range": null, + "title": "Enable ECDSA signing using on-chip ECDSA peripheral", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ECDSA_SUPPORTED", + "help": "Enable hardware accelerated ECDSA peripheral to verify signature\non curve SECP192R1 and SECP256R1 in mbedTLS.", + "id": "MBEDTLS_HARDWARE_ECDSA_VERIFY", + "name": "MBEDTLS_HARDWARE_ECDSA_VERIFY", + "range": null, + "title": "Enable ECDSA signature verification using on-chip ECDSA peripheral", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip (integrated with ESP32-WROOM-32SE)", + "id": "MBEDTLS_ATCA_HW_ECDSA_SIGN", + "name": "MBEDTLS_ATCA_HW_ECDSA_SIGN", + "range": null, + "title": "Enable hardware ECDSA sign acceleration when using ATECC608A", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip (integrated with ESP32-WROOM-32SE)", + "id": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", + "name": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", + "range": null, + "title": "Enable hardware ECDSA verify acceleration when using ATECC608A", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HAVE_TIME", + "help": "Enabling this config will provide users with a function\n\"mbedtls_platform_set_time()\" that allows to set an alternative\ntime function pointer.", + "id": "MBEDTLS_PLATFORM_TIME_ALT", + "name": "MBEDTLS_PLATFORM_TIME_ALT", + "range": null, + "title": "Enable mbedtls time support: platform-specific", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HAVE_TIME", + "help": "Enables X.509 certificate expiry checks in mbedTLS.\n\nIf this option is disabled (default) then X.509 certificate\n\"valid from\" and \"valid to\" timestamp fields are ignored.\n\nIf this option is enabled, these fields are compared with the\ncurrent system date and time. The time is retrieved using the\nstandard time() and gmtime() functions. If the certificate is not\nvalid for the current system time then verification will fail with\ncode MBEDTLS_X509_BADCERT_FUTURE or MBEDTLS_X509_BADCERT_EXPIRED.\n\nEnabling this option requires adding functionality in the firmware\nto set the system clock to a valid timestamp before using TLS. The\nrecommended way to do this is via ESP-IDF's SNTP functionality, but\nany method can be used.\n\nIn the case where only a small number of certificates are trusted by\nthe device, please carefully consider the tradeoffs of enabling this\noption. There may be undesired consequences, for example if all\ntrusted certificates expire while the device is offline and a TLS\nconnection is required to update. Or if an issue with the SNTP\nserver means that the system time is invalid for an extended period\nafter a reset.", + "id": "MBEDTLS_HAVE_TIME_DATE", + "name": "MBEDTLS_HAVE_TIME_DATE", + "range": null, + "title": "Enable mbedtls certificate expiry check", + "type": "bool" + } + ], + "depends_on": "!ESP_TIME_FUNCS_USE_NONE", + "help": "Enable use of time.h functions (time() and gmtime()) by mbedTLS.\n\nThis option doesn't require the system time to be correct, but enables\nfunctionality that requires relative timekeeping - for example periodic\nexpiry of TLS session tickets or session cache entries.\n\nDisabling this option will save some firmware size, particularly if\nthe rest of the firmware doesn't call any standard timekeeeping\nfunctions.", + "id": "MBEDTLS_HAVE_TIME", + "name": "MBEDTLS_HAVE_TIME", + "range": null, + "title": "Enable mbedtls time support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Standard ECDSA is \"fragile\" in the sense that lack of entropy when signing\nmay result in a compromise of the long-term signing key.", + "id": "MBEDTLS_ECDSA_DETERMINISTIC", + "name": "MBEDTLS_ECDSA_DETERMINISTIC", + "range": null, + "title": "Enable deterministic ECDSA", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable MBEDTLS_SHA512_C adds support for SHA-384 and SHA-512.", + "id": "MBEDTLS_SHA512_C", + "name": "MBEDTLS_SHA512_C", + "range": null, + "title": "Enable the SHA-384 and SHA-512 cryptographic hash algorithms", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling MBEDTLS_SHA3_C adds support for SHA3.\nEnabling this configuration option increases the flash footprint\nby almost 4KB.", + "id": "MBEDTLS_SHA3_C", + "name": "MBEDTLS_SHA3_C", + "range": null, + "title": "Enable the SHA3 cryptographic hash algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "name": "MBEDTLS_TLS_SERVER_AND_CLIENT", + "range": null, + "title": "Server & Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_SERVER_ONLY", + "name": "MBEDTLS_TLS_SERVER_ONLY", + "range": null, + "title": "Server", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_CLIENT_ONLY", + "name": "MBEDTLS_TLS_CLIENT_ONLY", + "range": null, + "title": "Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MBEDTLS_TLS_DISABLED", + "name": "MBEDTLS_TLS_DISABLED", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "mbedTLS can be compiled with protocol support for the TLS\nserver, TLS client, or both server and client.\n\nReducing the number of TLS roles supported saves code size.", + "id": "component-config-mbedtls-tls-protocol-role", + "name": "MBEDTLS_TLS_MODE", + "title": "TLS Protocol Role", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_SERVER", + "name": "MBEDTLS_TLS_SERVER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_CLIENT", + "name": "MBEDTLS_TLS_CLIENT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_TLS_ENABLED", + "name": "MBEDTLS_TLS_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support symmetric key PSK (pre-shared-key) TLS key exchange modes.", + "id": "MBEDTLS_KEY_EXCHANGE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_PSK", + "range": null, + "title": "Enable PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_DHM_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_PSK", + "range": null, + "title": "Enable DHE-PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support Elliptic-Curve-Diffie-Hellman PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_PSK", + "range": null, + "title": "Enable ECDHE-PSK based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_PSK_MODES && MBEDTLS_TLS_ENABLED", + "help": "Enable to support RSA PSK (pre-shared-key) TLS authentication modes.", + "id": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "name": "MBEDTLS_KEY_EXCHANGE_RSA_PSK", + "range": null, + "title": "Enable RSA-PSK based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to show configuration for different types of pre-shared-key TLS authentatication methods.\n\nLeaving this options disabled will save code size if they are not used.", + "id": "MBEDTLS_PSK_MODES", + "name": "MBEDTLS_PSK_MODES", + "range": null, + "title": "Enable pre-shared-key ciphersuites", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_RSA", + "range": null, + "title": "Enable RSA-only based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_DHM_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_DHE_RSA", + "range": null, + "title": "Enable DHE-RSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA", + "range": null, + "title": "Enable ECDHE-RSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", + "range": null, + "title": "Enable ECDHE-ECDSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", + "range": null, + "title": "Enable ECDH-ECDSA based ciphersuite modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "name": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", + "range": null, + "title": "Enable ECDH-RSA based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_ECP_C && MBEDTLS_TLS_ENABLED", + "help": "Enable to show Elliptic Curve based ciphersuite mode options.\n\nDisabling all Elliptic Curve ciphersuites saves code size and\ncan give slightly faster TLS handshakes, provided the server supports\nRSA-only ciphersuite modes.", + "id": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "name": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE", + "range": null, + "title": "Support Elliptic Curve based ciphersuites", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECJPAKE_C && MBEDTLS_ECP_DP_SECP256R1_ENABLED && MBEDTLS_TLS_ENABLED", + "help": "Enable to support ciphersuites with prefix TLS-ECJPAKE-WITH-", + "id": "MBEDTLS_KEY_EXCHANGE_ECJPAKE", + "name": "MBEDTLS_KEY_EXCHANGE_ECJPAKE", + "range": null, + "title": "Enable ECJPAKE based ciphersuite modes", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_TLS_ENABLED", + "id": "component-config-mbedtls-tls-key-exchange-methods", + "title": "TLS Key Exchange Methods", + "type": "menu" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "The two main uses of renegotiation are (1) refresh keys on long-lived\nconnections and (2) client authentication after the initial handshake.\nIf you don't need renegotiation, disabling it will save code size and\nreduce the possibility of abuse/vulnerability.", + "id": "MBEDTLS_SSL_RENEGOTIATION", + "name": "MBEDTLS_SSL_RENEGOTIATION", + "range": null, + "title": "Support TLS renegotiation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": null, + "id": "MBEDTLS_SSL_PROTO_TLS1_2", + "name": "MBEDTLS_SSL_PROTO_TLS1_2", + "range": null, + "title": "Support TLS 1.2 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Provisions for GM/T SSL 1.1 support", + "id": "MBEDTLS_SSL_PROTO_GMTSSL1_1", + "name": "MBEDTLS_SSL_PROTO_GMTSSL1_1", + "range": null, + "title": "Support GM/T SSL 1.1 protocol", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_2", + "help": "Requires TLS 1.2 to be enabled for DTLS 1.2", + "id": "MBEDTLS_SSL_PROTO_DTLS", + "name": "MBEDTLS_SSL_PROTO_DTLS", + "range": null, + "title": "Support DTLS protocol (all versions)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Disabling this option will save some code size if it is not needed.", + "id": "MBEDTLS_SSL_ALPN", + "name": "MBEDTLS_SSL_ALPN", + "range": null, + "title": "Support ALPN (Application Layer Protocol Negotiation)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED", + "help": "Client support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "name": "MBEDTLS_CLIENT_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Client Support for RFC 5077 SSL session tickets", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_TLS_ENABLED && (MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C)", + "help": "Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.\nDisabling this option will save some code size.", + "id": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "name": "MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "range": null, + "title": "TLS: Server Support for RFC 5077 SSL session tickets", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_AES_C", + "name": "MBEDTLS_AES_C", + "range": null, + "title": "AES block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_CAMELLIA_C", + "name": "MBEDTLS_CAMELLIA_C", + "range": null, + "title": "Camellia block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the DES block cipher to support 3DES-based TLS ciphersuites.\n\n3DES is vulnerable to the Sweet32 attack and should only be enabled\nif absolutely necessary.", + "id": "MBEDTLS_DES_C", + "name": "MBEDTLS_DES_C", + "range": null, + "title": "DES block cipher (legacy, insecure)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the Blowfish block cipher (not used for TLS sessions.)\n\nThe Blowfish cipher is not used for mbedTLS TLS sessions but can be\nused for other purposes. Read up on the limitations of Blowfish (including\nSweet32) before enabling.", + "id": "MBEDTLS_BLOWFISH_C", + "name": "MBEDTLS_BLOWFISH_C", + "range": null, + "title": "Blowfish block cipher (read help)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables the XTEA block cipher.", + "id": "MBEDTLS_XTEA_C", + "name": "MBEDTLS_XTEA_C", + "range": null, + "title": "XTEA block cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers.\n\nDisabling this option saves some code size.", + "id": "MBEDTLS_CCM_C", + "name": "MBEDTLS_CCM_C", + "range": null, + "title": "CCM (Counter with CBC-MAC) block cipher modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C || MBEDTLS_CAMELLIA_C", + "help": "Enable Galois/Counter Mode for AES and/or Camellia ciphers.\n\nThis option is generally faster than CCM.", + "id": "MBEDTLS_GCM_C", + "name": "MBEDTLS_GCM_C", + "range": null, + "title": "GCM (Galois/Counter) block cipher modes", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_AES_C", + "help": "Enable NIST key wrapping and key wrapping padding.", + "id": "MBEDTLS_NIST_KW_C", + "name": "MBEDTLS_NIST_KW_C", + "range": null, + "title": "NIST key wrapping (KW) and KW padding (KWP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-symmetric-ciphers", + "title": "Symmetric Ciphers", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable the RIPEMD-160 hash algorithm.", + "id": "MBEDTLS_RIPEMD160_C", + "name": "MBEDTLS_RIPEMD160_C", + "range": null, + "title": "Enable RIPEMD-160 hash algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable decoding/parsing of PEM formatted certificates.\n\nIf your certificates are all in the simpler DER format, disabling\nthis option will save some code size.", + "id": "MBEDTLS_PEM_PARSE_C", + "name": "MBEDTLS_PEM_PARSE_C", + "range": null, + "title": "Read & Parse PEM formatted certificates", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable writing of PEM formatted certificates.\n\nIf writing certificate data only in DER format, disabling this\noption will save some code size.", + "id": "MBEDTLS_PEM_WRITE_C", + "name": "MBEDTLS_PEM_WRITE_C", + "range": null, + "title": "Write PEM formatted certificates", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certificate Revocation Lists.", + "id": "MBEDTLS_X509_CRL_PARSE_C", + "name": "MBEDTLS_X509_CRL_PARSE_C", + "range": null, + "title": "X.509 CRL parsing", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Support for parsing X.509 Certificate Signing Requests", + "id": "MBEDTLS_X509_CSR_PARSE_C", + "name": "MBEDTLS_X509_CSR_PARSE_C", + "range": null, + "title": "X.509 CSR parsing", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls-certificates", + "title": "Certificates", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MBEDTLS_ECP_C", + "is_menuconfig": true, + "name": "MBEDTLS_ECP_C", + "range": null, + "title": "Elliptic Curve Ciphers", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Enable DHM. Needed to use DHE-xxx TLS ciphersuites.\n\nNote that the security of Diffie-Hellman key exchanges depends on\na suitable prime being used for the exchange. Please see detailed\nwarning text about this in file `mbedtls/dhm.h` file.", + "id": "MBEDTLS_DHM_C", + "name": "MBEDTLS_DHM_C", + "range": null, + "title": "Diffie-Hellman-Merkle key exchange (DHM)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ECDH_C", + "help": "Enable ECDSA. Needed to use ECDSA-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDSA_C", + "name": "MBEDTLS_ECDSA_C", + "range": null, + "title": "Elliptic Curve DSA", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable ECDH. Needed to use ECDHE-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECDH_C", + "name": "MBEDTLS_ECDH_C", + "range": null, + "title": "Elliptic Curve Diffie-Hellman (ECDH)", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable ECJPAKE. Needed to use ECJPAKE-xxx TLS ciphersuites.", + "id": "MBEDTLS_ECJPAKE_C", + "name": "MBEDTLS_ECJPAKE_C", + "range": null, + "title": "Elliptic curve J-PAKE", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192R1_ENABLED", + "range": null, + "title": "Enable SECP192R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224R1_ENABLED", + "range": null, + "title": "Enable SECP224R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256R1_ENABLED", + "range": null, + "title": "Enable SECP256R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP384R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP384R1_ENABLED", + "range": null, + "title": "Enable SECP384R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP521R1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP521R1_ENABLED", + "range": null, + "title": "Enable SECP521R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP192K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP192K1_ENABLED", + "range": null, + "title": "Enable SECP192K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP224K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP224K1_ENABLED", + "range": null, + "title": "Enable SECP224K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for SECP256K1 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "name": "MBEDTLS_ECP_DP_SECP256K1_ENABLED", + "range": null, + "title": "Enable SECP256K1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP256R1_ENABLED", + "range": null, + "title": "Enable BP256R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP384R1_ENABLED", + "range": null, + "title": "Enable BP384R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "support for DP Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "name": "MBEDTLS_ECP_DP_BP512R1_ENABLED", + "range": null, + "title": "Enable BP512R1 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable support for CURVE25519 Elliptic Curve.", + "id": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "name": "MBEDTLS_ECP_DP_CURVE25519_ENABLED", + "range": null, + "title": "Enable CURVE25519 curve", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "NIST 'modulo p' optimisations increase Elliptic Curve operation performance.\n\nDisabling this option saves some code size.", + "id": "MBEDTLS_ECP_NIST_OPTIM", + "name": "MBEDTLS_ECP_NIST_OPTIM", + "range": null, + "title": "NIST 'modulo p' optimisations", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "This configuration option enables optimizations to speedup (about 3 ~ 4 times) the ECP\nfixed point multiplication using pre-computed tables in the flash memory.\nEnabling this configuration option increases the flash footprint\n(about 29KB if all Elliptic Curve selected) in the application binary.\n\n# end of Elliptic Curve options", + "id": "MBEDTLS_ECP_FIXED_POINT_OPTIM", + "name": "MBEDTLS_ECP_FIXED_POINT_OPTIM", + "range": null, + "title": "Enable fixed-point multiplication optimisations", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for Poly1305 MAC algorithm.", + "id": "MBEDTLS_POLY1305_C", + "name": "MBEDTLS_POLY1305_C", + "range": null, + "title": "Poly1305 MAC algorithm", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_CHACHA20_C && MBEDTLS_POLY1305_C", + "help": "Enable support for ChaCha20-Poly1305 AEAD algorithm.", + "id": "MBEDTLS_CHACHAPOLY_C", + "name": "MBEDTLS_CHACHAPOLY_C", + "range": null, + "title": "ChaCha20-Poly1305 AEAD algorithm", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable support for Chacha20 stream cipher.", + "id": "MBEDTLS_CHACHA20_C", + "name": "MBEDTLS_CHACHA20_C", + "range": null, + "title": "Chacha20 stream cipher", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support for the Hashed Message Authentication Code\n(HMAC)-based key derivation function (HKDF).", + "id": "MBEDTLS_HKDF_C", + "name": "MBEDTLS_HKDF_C", + "range": null, + "title": "HKDF algorithm (RFC 5869)", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_THREADING_C", + "help": "Enable threading alt to allow your own alternate threading implementation.", + "id": "MBEDTLS_THREADING_ALT", + "name": "MBEDTLS_THREADING_ALT", + "range": null, + "title": "Enable threading alternate implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_THREADING_C", + "help": "Enable the pthread wrapper layer for the threading layer.", + "id": "MBEDTLS_THREADING_PTHREAD", + "name": "MBEDTLS_THREADING_PTHREAD", + "range": null, + "title": "Enable threading pthread implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "If you do intend to use contexts between threads, you will need to enable\nthis layer to prevent race conditions.", + "id": "MBEDTLS_THREADING_C", + "name": "MBEDTLS_THREADING_C", + "range": null, + "title": "Enable the threading abstraction layer", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables mbedtls_strerror() for converting error codes to error strings.\nDisabling this config can save some code/rodata size as the error\nstring conversion implementation is replaced with an empty stub.", + "id": "MBEDTLS_ERROR_STRINGS", + "name": "MBEDTLS_ERROR_STRINGS", + "range": null, + "title": "Enable error code to error string conversion", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB", + "help": "Enable this flag to use mbedtls crypto algorithm from ROM instead of ESP-IDF.\n\nThis configuration option saves flash footprint in the application binary.\nNote that the version of mbedtls crypto algorithm library in ROM(ECO1~ECO3) is v2.16.12,\nand the version of mbedtls crypto algorithm library in ROM(ECO4) is v3.6.0.\nWe have done the security analysis of the mbedtls revision in ROM (ECO1~ECO4)\nand ensured that affected symbols have been patched (removed). If in the future\nmbedtls revisions there are security issues that also affects the version in\nROM (ECO1~ECO4) then we shall patch the relevant symbols. This would increase\nthe flash footprint and hence care must be taken to keep some reserved space\nfor the application binary in flash layout.", + "id": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "name": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of the crypto algorithm", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-mbedtls", + "title": "mbedTLS", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If not, this library will use MQTT protocol 3.1", + "id": "MQTT_PROTOCOL_311", + "name": "MQTT_PROTOCOL_311", + "range": null, + "title": "Enable MQTT protocol 3.1.1", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not, this library will not support MQTT 5.0", + "id": "MQTT_PROTOCOL_5", + "name": "MQTT_PROTOCOL_5", + "range": null, + "title": "Enable MQTT protocol 5.0", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable MQTT transport over SSL with mbedtls", + "id": "MQTT_TRANSPORT_SSL", + "name": "MQTT_TRANSPORT_SSL", + "range": null, + "title": "Enable MQTT over SSL", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_SSL", + "help": "Enable MQTT transport over Websocket Secure.", + "id": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "name": "MQTT_TRANSPORT_WEBSOCKET_SECURE", + "range": null, + "title": "Enable MQTT over Websocket Secure", + "type": "bool" + } + ], + "depends_on": "WS_TRANSPORT", + "help": "Enable MQTT transport over Websocket.", + "id": "MQTT_TRANSPORT_WEBSOCKET", + "name": "MQTT_TRANSPORT_WEBSOCKET", + "range": null, + "title": "Enable MQTT over Websocket", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true for the message id (2.3.1 Packet Identifier) to be generated\nas an incremental number rather then a random value (used by default)", + "id": "MQTT_MSG_ID_INCREMENTAL", + "name": "MQTT_MSG_ID_INCREMENTAL", + "range": null, + "title": "Use Incremental Message Id", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true to avoid publishing (enqueueing messages) if the client is disconnected.\nThe MQTT client tries to publish all messages by default, even in the disconnected state\n(where the qos1 and qos2 packets are stored in the internal outbox to be published later)\nThe MQTT_SKIP_PUBLISH_IF_DISCONNECTED option allows applications to override this behaviour\nand not enqueue publish packets in the disconnected state.", + "id": "MQTT_SKIP_PUBLISH_IF_DISCONNECTED", + "name": "MQTT_SKIP_PUBLISH_IF_DISCONNECTED", + "range": null, + "title": "Skip publish if disconnected", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set this to true to post events for all messages which were deleted from the outbox\nbefore being correctly sent and confirmed.", + "id": "MQTT_REPORT_DELETED_MESSAGES", + "name": "MQTT_REPORT_DELETED_MESSAGES", + "range": null, + "title": "Report deleted messages", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default MQTT over TCP port", + "id": "MQTT_TCP_DEFAULT_PORT", + "name": "MQTT_TCP_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over TCP port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_SSL", + "help": "Default MQTT over SSL port", + "id": "MQTT_SSL_DEFAULT_PORT", + "name": "MQTT_SSL_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over SSL port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET", + "help": "Default MQTT over Websocket port", + "id": "MQTT_WS_DEFAULT_PORT", + "name": "MQTT_WS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG && MQTT_TRANSPORT_WEBSOCKET && MQTT_TRANSPORT_WEBSOCKET_SECURE", + "help": "Default MQTT over Websocket Secure port", + "id": "MQTT_WSS_DEFAULT_PORT", + "name": "MQTT_WSS_DEFAULT_PORT", + "range": null, + "title": "Default MQTT over Websocket Secure port", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "This buffer size using for both transmit and receive", + "id": "MQTT_BUFFER_SIZE", + "name": "MQTT_BUFFER_SIZE", + "range": null, + "title": "Default MQTT Buffer Size", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "MQTT task stack size", + "id": "MQTT_TASK_STACK_SIZE", + "name": "MQTT_TASK_STACK_SIZE", + "range": null, + "title": "MQTT task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Default config employs API locks to protect internal structures. It is possible to disable\nthese locks if the user code doesn't access MQTT API from multiple concurrent tasks", + "id": "MQTT_DISABLE_API_LOCKS", + "name": "MQTT_DISABLE_API_LOCKS", + "range": null, + "title": "Disable API locks", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "MQTT task priority. Higher number denotes higher priority.", + "id": "MQTT_TASK_PRIORITY", + "name": "MQTT_TASK_PRIORITY", + "range": null, + "title": "MQTT task priority", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Timeout when polling underlying transport for read.", + "id": "MQTT_POLL_READ_TIMEOUT_MS", + "name": "MQTT_POLL_READ_TIMEOUT_MS", + "range": null, + "title": "MQTT transport poll read timeut", + "type": "int" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "A value higher than 1 enables multiple queued events.", + "id": "MQTT_EVENT_QUEUE_SIZE", + "name": "MQTT_EVENT_QUEUE_SIZE", + "range": null, + "title": "Number of queued events.", + "type": "int" + } + ], + "depends_on": null, + "help": "Custom MQTT configurations.", + "id": "MQTT_USE_CUSTOM_CONFIG", + "name": "MQTT_USE_CUSTOM_CONFIG", + "range": null, + "title": "MQTT Using custom configurations", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_0", + "name": "MQTT_USE_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "MQTT_USE_CORE_1", + "name": "MQTT_USE_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "MQTT_TASK_CORE_SELECTION_ENABLED", + "help": null, + "id": "component-config-esp-mqtt-configurations-enable-mqtt-task-core-selection-core-to-use-", + "name": "MQTT_TASK_CORE_SELECTION", + "title": "Core to use ?", + "type": "choice" + } + ], + "depends_on": null, + "help": "This will enable core selection", + "id": "MQTT_TASK_CORE_SELECTION_ENABLED", + "name": "MQTT_TASK_CORE_SELECTION_ENABLED", + "range": null, + "title": "Enable MQTT task core selection", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Set to true to use external memory for outbox data.", + "id": "MQTT_OUTBOX_DATA_ON_EXTERNAL_MEMORY", + "name": "MQTT_OUTBOX_DATA_ON_EXTERNAL_MEMORY", + "range": null, + "title": "Use external memory for outbox data", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Set to true if a specific implementation of message outbox is needed (e.g. persistent outbox in NVM or\nsimilar).\nNote: Implementation of the custom outbox must be added to the mqtt component. These CMake commands\ncould be used to append the custom implementation to lib-mqtt sources:\nidf_component_get_property(mqtt mqtt COMPONENT_LIB)\nset_property(TARGET ${mqtt} PROPERTY SOURCES ${PROJECT_DIR}/custom_outbox.c APPEND)", + "id": "MQTT_CUSTOM_OUTBOX", + "name": "MQTT_CUSTOM_OUTBOX", + "range": null, + "title": "Enable custom outbox implementation", + "type": "bool" + }, + { + "children": [], + "depends_on": "MQTT_USE_CUSTOM_CONFIG", + "help": "Messages which stays in the outbox longer than this value before being published will be discarded.", + "id": "MQTT_OUTBOX_EXPIRED_TIMEOUT_MS", + "name": "MQTT_OUTBOX_EXPIRED_TIMEOUT_MS", + "range": null, + "title": "Outbox message expired timeout[ms]", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-esp-mqtt-configurations", + "title": "ESP-MQTT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "name": "NEWLIB_STDOUT_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_LF", + "name": "NEWLIB_STDOUT_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDOUT_LINE_ENDING_CR", + "name": "NEWLIB_STDOUT_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-output", + "name": "NEWLIB_STDOUT_LINE_ENDING", + "title": "Line ending for UART output", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "name": "NEWLIB_STDIN_LINE_ENDING_CRLF", + "range": null, + "title": "CRLF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_LF", + "name": "NEWLIB_STDIN_LINE_ENDING_LF", + "range": null, + "title": "LF", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_STDIN_LINE_ENDING_CR", + "name": "NEWLIB_STDIN_LINE_ENDING_CR", + "range": null, + "title": "CR", + "type": "bool" + } + ], + "depends_on": null, + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "id": "component-config-newlib-line-ending-for-uart-input", + "name": "NEWLIB_STDIN_LINE_ENDING", + "title": "Line ending for UART input", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "id": "NEWLIB_NANO_FORMAT", + "name": "NEWLIB_NANO_FORMAT", + "range": null, + "title": "Enable 'nano' formatting options for printf/scanf family", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC_HRT", + "range": null, + "title": "RTC and high-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_RTC", + "name": "NEWLIB_TIME_SYSCALL_USE_RTC", + "range": null, + "title": "RTC", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_HRT", + "name": "NEWLIB_TIME_SYSCALL_USE_HRT", + "range": null, + "title": "High-resolution timer", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "NEWLIB_TIME_SYSCALL_USE_NONE", + "name": "NEWLIB_TIME_SYSCALL_USE_NONE", + "range": null, + "title": "None", + "type": "bool" + } + ], + "depends_on": null, + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "id": "component-config-newlib-timers-used-for-gettimeofday-function", + "name": "NEWLIB_TIME_SYSCALL", + "title": "Timers used for gettimeofday function", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-newlib", + "title": "Newlib", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition. This means enabling flash encryption is\na pre-requisite for this feature.", + "id": "NVS_ENCRYPTION", + "name": "NVS_ENCRYPTION", + "range": null, + "title": "Enable NVS encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED", + "help": "Enabling this will ignore \"encrypted\" flag for NVS partitions. NVS encryption\nscheme is different than hardware flash encryption and hence it is not recommended\nto have \"encrypted\" flag for NVS partitions. This was not being checked in pre v4.3\nIDF. Hence, if you have any devices where this flag is kept enabled in partition\ntable then enabling this config will allow to have same behavior as pre v4.3 IDF.", + "id": "NVS_COMPATIBLE_PRE_V4_3_ENCRYPTION_FLAG", + "name": "NVS_COMPATIBLE_PRE_V4_3_ENCRYPTION_FLAG", + "range": null, + "title": "NVS partition encrypted flag compatible with ESP-IDF before v4.3", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option switches error checking type between assertions (y) or return codes (n).", + "id": "NVS_ASSERT_ERROR_CHECK", + "name": "NVS_ASSERT_ERROR_CHECK", + "range": null, + "title": "Use assertions for error checking", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-nvs", + "title": "NVS", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread package name.", + "id": "OPENTHREAD_PACKAGE_NAME", + "name": "OPENTHREAD_PACKAGE_NAME", + "range": null, + "title": "OpenThread package name", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread platform information.", + "id": "OPENTHREAD_PLATFORM_INFO", + "name": "OPENTHREAD_PLATFORM_INFO", + "range": null, + "title": "platform information", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-version-message", + "title": "Thread Version Message", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(ESP_CONSOLE_UART_DEFAULT || ESP_CONSOLE_UART_CUSTOM) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_UART", + "name": "OPENTHREAD_CONSOLE_TYPE_UART", + "range": null, + "title": "OpenThread console type UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "(ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "name": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "range": null, + "title": "OpenThread console type USB Serial/JTAG Controller", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select OpenThread console type", + "id": "component-config-openthread-openthread-thread-console-openthread-console-type", + "name": "OPENTHREAD_CONSOLE_TYPE", + "title": "OpenThread console type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Command-Line Interface in OpenThread.", + "id": "OPENTHREAD_CLI", + "name": "OPENTHREAD_CLI", + "range": null, + "title": "Enable Openthread Command-Line Interface", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-console", + "title": "Thread Console", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_NAME", + "name": "OPENTHREAD_NETWORK_NAME", + "range": null, + "title": "OpenThread network name", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "A string in the format \"
/\", where `
` is an IPv6\naddress and `` is a prefix length. For example \"fd00:db8:a0:0::/64\"", + "id": "OPENTHREAD_MESH_LOCAL_PREFIX", + "name": "OPENTHREAD_MESH_LOCAL_PREFIX", + "range": null, + "title": "OpenThread mesh local prefix, format
/", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_CHANNEL", + "name": "OPENTHREAD_NETWORK_CHANNEL", + "range": null, + "title": "OpenThread network channel", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_PANID", + "name": "OPENTHREAD_NETWORK_PANID", + "range": null, + "title": "OpenThread network pan id", + "type": "hex" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network extended pan id in hex string format", + "id": "OPENTHREAD_NETWORK_EXTPANID", + "name": "OPENTHREAD_NETWORK_EXTPANID", + "range": null, + "title": "OpenThread extended pan id", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network network key in hex string format", + "id": "OPENTHREAD_NETWORK_MASTERKEY", + "name": "OPENTHREAD_NETWORK_MASTERKEY", + "range": null, + "title": "OpenThread network key", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread pre-shared commissioner key in hex string format", + "id": "OPENTHREAD_NETWORK_PSKC", + "name": "OPENTHREAD_NETWORK_PSKC", + "range": null, + "title": "OpenThread pre-shared commissioner key", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-operational-dataset", + "title": "Thread Operational Dataset", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable Full Thread Device which can act as router and leader in a Thread network.", + "id": "OPENTHREAD_FTD", + "name": "OPENTHREAD_FTD", + "range": null, + "title": "Full Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Minimal Thread Device which can only act as end device in a Thread network.\nThis will reduce the code size of the OpenThread stack.", + "id": "OPENTHREAD_MTD", + "name": "OPENTHREAD_MTD", + "range": null, + "title": "Minimal Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Radio Only Device which can only forward 15.4 packets to the host.\nThe OpenThread stack will be run on the host and OpenThread will have minimal footprint on the\nradio only device.", + "id": "OPENTHREAD_RADIO", + "name": "OPENTHREAD_RADIO", + "range": null, + "title": "Radio Only Device", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "OpenThread can be configured to different device types (FTD, MTD, Radio)", + "id": "component-config-openthread-openthread-thread-core-features-thread-device-type", + "name": "OPENTHREAD_DEVICE_TYPE", + "title": "Thread device type", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_RADIO_TREL && (EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Configure the port number of TREL service.", + "id": "OPENTHREAD_TREL_PORT", + "name": "OPENTHREAD_TREL_PORT", + "range": null, + "title": "The port of openthread trel service", + "type": "int" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Select this option to enable Thread Radio Encapsulation Link.", + "id": "OPENTHREAD_RADIO_TREL", + "name": "OPENTHREAD_RADIO_TREL", + "range": null, + "title": "Enable Thread Radio Encapsulation Link (TREL)", + "type": "bool" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-trel-radio-link", + "title": "Thread Trel Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to use the native 15.4 radio.", + "id": "OPENTHREAD_RADIO_NATIVE", + "name": "OPENTHREAD_RADIO_NATIVE", + "range": null, + "title": "Native 15.4 radio", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via UART.", + "id": "OPENTHREAD_RADIO_SPINEL_UART", + "name": "OPENTHREAD_RADIO_SPINEL_UART", + "range": null, + "title": "Connect via UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via SPI.", + "id": "OPENTHREAD_RADIO_SPINEL_SPI", + "name": "OPENTHREAD_RADIO_SPINEL_SPI", + "range": null, + "title": "Connect via SPI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to disable the Thread radio based on 15.4 link.", + "id": "OPENTHREAD_RADIO_154_NONE", + "name": "OPENTHREAD_RADIO_154_NONE", + "range": null, + "title": "Disable the Thread radio based on 15.4 link", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Configure how OpenThread connects to the 15.4 radio", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link-config-the-thread-radio-type-with-15-4-link", + "name": "OPENTHREAD_RADIO_TYPE", + "title": "Config the Thread radio type with 15.4 link", + "type": "choice" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link", + "title": "Thread 15.4 Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable UART connection to host.", + "id": "OPENTHREAD_RCP_UART", + "name": "OPENTHREAD_RCP_UART", + "range": null, + "title": "UART RCP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable SPI connection to host.", + "id": "OPENTHREAD_RCP_SPI", + "name": "OPENTHREAD_RCP_SPI", + "range": null, + "title": "SPI RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": null, + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature-the-rcp-transport-type", + "name": "OPENTHREAD_RCP_TRANSPORT", + "title": "The RCP transport type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": "Select this to enable OpenThread NCP vendor commands.", + "id": "OPENTHREAD_NCP_VENDOR_HOOK", + "name": "OPENTHREAD_NCP_VENDOR_HOOK", + "range": null, + "title": "Enable vendor command for RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature", + "title": "Thread Radio Co-Processor Feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_FTD && OPENTHREAD_ENABLED", + "help": "Select this option to enable border router features in OpenThread.", + "id": "OPENTHREAD_BORDER_ROUTER", + "name": "OPENTHREAD_BORDER_ROUTER", + "range": null, + "title": "Enable Border Router", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "name": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "range": null, + "title": "The size of max commissioning joiner entries", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-commissioner-commissioner-configurations", + "title": "Commissioner Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable commissioner in OpenThread. This will enable the device to act as a\ncommissioner in the Thread network. A commissioner checks the pre-shared key from a joining device\nwith the Thread commissioning protocol and shares the network parameter with the joining device\nupon success.", + "id": "OPENTHREAD_COMMISSIONER", + "name": "OPENTHREAD_COMMISSIONER", + "range": null, + "title": "Enable Commissioner", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Joiner in OpenThread. This allows a device to join the\nThread network with a pre-shared key using the Thread commissioning protocol.", + "id": "OPENTHREAD_JOINER", + "name": "OPENTHREAD_JOINER", + "range": null, + "title": "Enable Joiner", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the max buffer size of service entries in the SRP client service pool.", + "id": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "name": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "range": null, + "title": "Specifies number of service entries in the SRP client service pool", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-srp-client-srp-client-configurations", + "title": "SRP Client Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable SRP Client in OpenThread.\nThis allows a device to register SRP services to SRP Server.", + "id": "OPENTHREAD_SRP_CLIENT", + "name": "OPENTHREAD_SRP_CLIENT", + "range": null, + "title": "Enable SRP Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable DNS Client in OpenThread.", + "id": "OPENTHREAD_DNS_CLIENT", + "name": "OPENTHREAD_DNS_CLIENT", + "range": null, + "title": "Enable DNS Client", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the DNS server IPv4 address.", + "id": "OPENTHREAD_DNS_SERVER_ADDR", + "name": "OPENTHREAD_DNS_SERVER_ADDR", + "range": null, + "title": "DNS server address (IPv4)", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-dns64-client-dns64-client-configurations", + "title": "DNS64 Client Configurations", + "type": "menu" + } + ], + "depends_on": "LWIP_IPV4 && OPENTHREAD_ENABLED", + "help": "Select this option to acquire NAT64 address from dns servers.", + "id": "OPENTHREAD_DNS64_CLIENT", + "name": "OPENTHREAD_DNS64_CLIENT", + "range": null, + "title": "Enable DNS64 Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable link metrics feature", + "id": "OPENTHREAD_LINK_METRICS", + "name": "OPENTHREAD_LINK_METRICS", + "range": null, + "title": "Enable link metrics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable mac filter feature", + "id": "OPENTHREAD_MACFILTER_ENABLE", + "name": "OPENTHREAD_MACFILTER_ENABLE", + "range": null, + "title": "Enable mac filter feature", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The current accuracy of the clock used for scheduling CSL operations", + "id": "OPENTHREAD_CSL_ACCURACY", + "name": "OPENTHREAD_CSL_ACCURACY", + "range": null, + "title": "The current CSL rx/tx scheduling drift, in units of \u00b1 ppm", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The fixed uncertainty of the Device for scheduling CSL Transmissions in units of 10 microseconds.", + "id": "OPENTHREAD_CSL_UNCERTAIN", + "name": "OPENTHREAD_CSL_UNCERTAIN", + "range": null, + "title": "The CSL Uncertainty in units of 10 us.", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "Select this option to set rx on when sleep in CSL feature, only for debug", + "id": "OPENTHREAD_CSL_DEBUG_ENABLE", + "name": "OPENTHREAD_CSL_DEBUG_ENABLE", + "range": null, + "title": "Enable CSL debug", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-csl-feature-csl-configurations", + "title": "CSL Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable CSL feature", + "id": "OPENTHREAD_CSL_ENABLE", + "name": "OPENTHREAD_CSL_ENABLE", + "range": null, + "title": "Enable CSL feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable time synchronization feature, the devices in the same Thread network could\nsync to the same network time.", + "id": "OPENTHREAD_TIME_SYNC", + "name": "OPENTHREAD_TIME_SYNC", + "range": null, + "title": "Enable the time synchronization service feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": "Select this option to enable the radio statistics feature, you can use radio\ncommand to print some radio Statistics information.", + "id": "OPENTHREAD_RADIO_STATS_ENABLE", + "name": "OPENTHREAD_RADIO_STATS_ENABLE", + "range": null, + "title": "Enable Radio Statistics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable OpenThread radio capability rx on when idle.\nDo not support this feature when SW coexistence is enabled.", + "id": "OPENTHREAD_RX_ON_WHEN_IDLE", + "name": "OPENTHREAD_RX_ON_WHEN_IDLE", + "range": null, + "title": "Enable OpenThread radio capability rx on when idle", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Diag in OpenThread. This will enable diag mode and a series of diag\ncommands in the OpenThread command line. These commands allow users to manipulate low-level\nfeatures of the storage and 15.4 radio.", + "id": "OPENTHREAD_DIAG", + "name": "OPENTHREAD_DIAG", + "range": null, + "title": "Enable diag", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "Select this option to allocate buffer from PSRAM for Thread", + "id": "OPENTHREAD_PLATFORM_MALLOC_CAP_SPIRAM", + "name": "OPENTHREAD_PLATFORM_MALLOC_CAP_SPIRAM", + "range": null, + "title": "Allocate memory from PSRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "If enabled, the message pool is managed by platform defined logic.", + "id": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "name": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "range": null, + "title": "Allocate message pool buffer from PSRAM", + "type": "bool" + } + ], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-memory-allocation", + "title": "Thread Memory Allocation", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "name": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "range": null, + "title": "Timeout (in seconds) for a address notification response after sending an address query.", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "range": null, + "title": "Initial retry delay for address query (in seconds).", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "range": null, + "title": "Maximum retry delay for address query (in seconds).", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters-thread-address-query-config", + "title": "Thread Address Query Config", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_PREFERRED_CHANNEL_MASK", + "name": "OPENTHREAD_PREFERRED_CHANNEL_MASK", + "range": null, + "title": "Preferred channel mask", + "type": "hex" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_SUPPORTED_CHANNEL_MASK", + "name": "OPENTHREAD_SUPPORTED_CHANNEL_MASK", + "range": null, + "title": "Supported channel mask", + "type": "hex" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "name": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "range": null, + "title": "The number of openthread message buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The device's XTAL accuracy, in ppm.", + "id": "OPENTHREAD_XTAL_ACCURACY", + "name": "OPENTHREAD_XTAL_ACCURACY", + "range": null, + "title": "The accuracy of the XTAL", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_MLE_MAX_CHILDREN", + "name": "OPENTHREAD_MLE_MAX_CHILDREN", + "range": null, + "title": "The size of max MLE children entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "name": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "range": null, + "title": "The size of max TMF address cache entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Set the OpenThread UART buffer size.", + "id": "OPENTHREAD_UART_BUFFER_SIZE", + "name": "OPENTHREAD_UART_BUFFER_SIZE", + "range": null, + "title": "The uart received buffer size of openthread", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "range": null, + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters", + "title": "OpenThread Stack Parameters", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features", + "title": "Thread Core Features", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable dynamic log level control for OpenThread", + "id": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "name": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "range": null, + "title": "Enable dynamic log level control", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NONE", + "name": "OPENTHREAD_LOG_LEVEL_NONE", + "range": null, + "title": "No logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_CRIT", + "name": "OPENTHREAD_LOG_LEVEL_CRIT", + "range": null, + "title": "Error logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_WARN", + "name": "OPENTHREAD_LOG_LEVEL_WARN", + "range": null, + "title": "Warning logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NOTE", + "name": "OPENTHREAD_LOG_LEVEL_NOTE", + "range": null, + "title": "Notice logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_INFO", + "name": "OPENTHREAD_LOG_LEVEL_INFO", + "range": null, + "title": "Info logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_DEBG", + "name": "OPENTHREAD_LOG_LEVEL_DEBG", + "range": null, + "title": "Debug logs", + "type": "bool" + } + ], + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", + "help": "Select OpenThread log level.", + "id": "component-config-openthread-openthread-thread-log-openthread-log-verbosity", + "name": "OPENTHREAD_LOG_LEVEL", + "title": "OpenThread log verbosity", + "type": "choice" + }, + { + "children": [], + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL", + "name": "OPENTHREAD_LOG_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-log", + "title": "Thread Log", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Please use relative paths with respect to the project folder.", + "id": "OPENTHREAD_CUSTOM_HEADER_PATH", + "name": "OPENTHREAD_CUSTOM_HEADER_PATH", + "range": null, + "title": "Path of custom header file", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Name of custom header file.", + "id": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "name": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "range": null, + "title": "Name of custom header file", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features-use-a-header-file-defined-by-customer-openthread-custom-header-config", + "title": "OpenThread Custom Header Config", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "This option allows users to tailor the values of openthread macros according to their requirements.\nThe openthread submodule contains numerous macros, each with a default value set. In the Kconfig of\nESP openthread, users can set specific openthread parameters, which will be applied for certain\nopenthread macros in the openthread-core-esp32x-xxx-config.h file. During compilation, the values\nspecified in openthread-core-esp32x-xxx-config.h will replace the default settings in the openthread\nsubmodule. However, Kconfig does not cover all openthread macros, particularly those typically\nusing default values. For such macros, users can enable the OPENTHREAD_HEADER_CUSTOM option in the\nKconfig and provide a custom header file. Macros defined in the custom header file will have the\nhighest priority.", + "id": "OPENTHREAD_HEADER_CUSTOM", + "name": "OPENTHREAD_HEADER_CUSTOM", + "range": null, + "title": "Use a header file defined by customer", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features", + "title": "Thread Extensioned Features", + "type": "menu" + } + ], + "depends_on": null, + "help": "Select this option to enable OpenThread and show the submenu with OpenThread configuration choices.", + "id": "OPENTHREAD_ENABLED", + "name": "OPENTHREAD_ENABLED", + "range": null, + "title": "OpenThread", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Select this option to enable the OpenThread Radio Spinel for external protocol stack, such as Zigbee.", + "id": "OPENTHREAD_SPINEL_ONLY", + "name": "OPENTHREAD_SPINEL_ONLY", + "range": null, + "title": "Enable OpenThread External Radio Spinel feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED || OPENTHREAD_SPINEL_ONLY", + "help": null, + "id": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "name": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "range": null, + "title": "The size of openthread spinel rx frame buffer", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_SPINEL_ONLY", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "range": null, + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-openthread-openthread-spinel", + "title": "OpenThread Spinel", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-openthread", + "title": "OpenThread", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 0.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0", + "range": null, + "title": "Support protocomm security version 0 (no security)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 1.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1", + "range": null, + "title": "Support protocomm security version 1 (Curve25519 key exchange + AES-CTR encryption/decryption)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable support of security version 2.\nDisabling this option saves some code size.\nConsult the Enabling protocomm security version section of the\nProtocomm documentation in ESP-IDF Programming guide for more details.", + "id": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2", + "name": "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2", + "range": null, + "title": "Support protocomm security version 2 (SRP6a-based key exchange + AES-GCM encryption/decryption)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "Keep BT on after calling protocomm_ble_stop", + "id": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "name": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PROTOCOMM_KEEP_BLE_ON_AFTER_BLE_STOP", + "help": "Terminate connection after calling protocomm_ble_stop", + "id": "ESP_PROTOCOMM_DISCONNECT_AFTER_BLE_STOP", + "name": "ESP_PROTOCOMM_DISCONNECT_AFTER_BLE_STOP", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-protocomm", + "title": "Protocomm", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Priority used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_PRIO_DEFAULT", + "name": "PTHREAD_TASK_PRIO_DEFAULT", + "range": [ + 0, + 255 + ], + "title": "Default task priority", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Stack size used to create new tasks with default pthread parameters.", + "id": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "name": "PTHREAD_TASK_STACK_SIZE_DEFAULT", + "range": null, + "title": "Default task stack size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Minimum allowed pthread stack size set in attributes passed to pthread_create", + "id": "PTHREAD_STACK_MIN", + "name": "PTHREAD_STACK_MIN", + "range": null, + "title": "Minimum allowed pthread stack size", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "name": "PTHREAD_DEFAULT_CORE_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_0", + "name": "PTHREAD_DEFAULT_CORE_0", + "range": null, + "title": "Core 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "PTHREAD_DEFAULT_CORE_1", + "name": "PTHREAD_DEFAULT_CORE_1", + "range": null, + "title": "Core 1", + "type": "bool" + } + ], + "depends_on": "!FREERTOS_UNICORE", + "help": "The default core to which pthreads are pinned.", + "id": "component-config-pthreads-default-pthread-core-affinity", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "title": "Default pthread core affinity", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "PTHREAD_TASK_CORE_DEFAULT", + "name": "PTHREAD_TASK_CORE_DEFAULT", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "The default name of pthreads.", + "id": "PTHREAD_TASK_NAME_DEFAULT", + "name": "PTHREAD_TASK_NAME_DEFAULT", + "range": null, + "title": "Default name of pthreads", + "type": "string" + } + ], + "depends_on": null, + "id": "component-config-pthreads", + "title": "PThreads", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_16KB", + "name": "MMU_PAGE_SIZE_16KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_32KB", + "name": "MMU_PAGE_SIZE_32KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE_64KB", + "name": "MMU_PAGE_SIZE_64KB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_MODE", + "name": "MMU_PAGE_MODE", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "MMU_PAGE_SIZE", + "name": "MMU_PAGE_SIZE", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": null, + "id": "component-config-soc-settings-mmu-config", + "title": "MMU Config", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-soc-settings", + "title": "SoC Settings", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C3 && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, if SPI flash write verification fails then a log error line\nwill be written with the address, expected & actual values. This can be useful when\ndebugging hardware SPI flash problems.", + "id": "SPI_FLASH_LOG_FAILED_WRITE", + "name": "SPI_FLASH_LOG_FAILED_WRITE", + "range": null, + "title": "Log errors if verification fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPI_FLASH_VERIFY_WRITE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any SPI flash write which tries to set zero bits in the flash to\nones will log a warning. Such writes will not result in the requested data appearing identically\nin flash once written, as SPI NOR flash can only set bits to one when an entire sector is erased.\nAfter erasing, individual bits can only be written from one to zero.\n\nNote that some software (such as SPIFFS) which is aware of SPI NOR flash may write one bits as an\noptimisation, relying on the data in flash becoming a bitwise AND of the new data and any existing data.\nSuch software will log spurious warnings if this option is enabled.", + "id": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "name": "SPI_FLASH_WARN_SETTING_ZERO_TO_ONE", + "range": null, + "title": "Log warning if writing zero bits to ones", + "type": "bool" + } + ], + "depends_on": "!SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If this option is enabled, any time SPI flash is written then the data will be read\nback and verified. This can catch hardware problems with SPI flash, or flash which\nwas not erased before verification.", + "id": "SPI_FLASH_VERIFY_WRITE", + "name": "SPI_FLASH_VERIFY_WRITE", + "range": null, + "title": "Verify SPI flash writes", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables the following APIs:\n\n- esp_flash_reset_counters\n- esp_flash_dump_counters\n- esp_flash_get_counters\n\nThese APIs may be used to collect performance data for spi_flash APIs\nand to help understand behaviour of libraries which use SPI flash.", + "id": "SPI_FLASH_ENABLE_COUNTERS", + "name": "SPI_FLASH_ENABLE_COUNTERS", + "range": null, + "title": "Enable operation counters", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use patched versions of SPI flash ROM driver functions.\nThis option should be enabled, if any one of the following is true: (1) need to write\nto flash on ESP32-D2WD; (2) main SPI flash is connected to non-default pins; (3) main\nSPI flash chip is manufactured by ISSI.", + "id": "SPI_FLASH_ROM_DRIVER_PATCH", + "name": "SPI_FLASH_ROM_DRIVER_PATCH", + "range": null, + "title": "Enable SPI flash ROM driver patched functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_SPI_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this flag to use new SPI flash driver functions from ROM instead of ESP-IDF.\n\nIf keeping this as \"n\" in your project, you will have less free IRAM.\nBut you can use all of our flash features.\n\nIf making this as \"y\" in your project, you will increase free IRAM.\nBut you may miss out on some flash features and support for new flash chips.\n\nCurrently the ROM cannot support the following features:\n\n- SPI_FLASH_AUTO_SUSPEND (C3, S3)", + "id": "SPI_FLASH_ROM_IMPL", + "name": "SPI_FLASH_ROM_IMPL", + "range": null, + "title": "Use esp_flash implementation in ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "name": "SPI_FLASH_DANGEROUS_WRITE_ABORTS", + "range": null, + "title": "Aborts", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "name": "SPI_FLASH_DANGEROUS_WRITE_FAILS", + "range": null, + "title": "Fails", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "name": "SPI_FLASH_DANGEROUS_WRITE_ALLOWED", + "range": null, + "title": "Allowed", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI flash APIs can optionally abort or return a failure code\nif erasing or writing addresses that fall at the beginning\nof flash (covering the bootloader and partition table) or that\noverlap the app partition that contains the running app.\n\nIt is not recommended to ever write to these regions from an IDF app,\nand this check prevents logic errors or corrupted firmware memory from\ndamaging these regions.\n\nNote that this feature *does not* check calls to the esp_rom_xxx SPI flash\nROM functions. These functions should not be called directly from IDF\napplications.", + "id": "component-config-spi-flash-driver-writing-to-dangerous-flash-regions", + "name": "SPI_FLASH_DANGEROUS_WRITE", + "title": "Writing to dangerous flash regions", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Each SPI bus needs a lock for arbitration among devices. This allows multiple\ndevices on a same bus, but may reduce the speed of esp_flash driver access to the\nmain flash chip.\n\nIf you only need to use esp_flash driver to access the main flash chip, disable\nthis option, and the lock will be bypassed on SPI1 bus. Otherwise if extra devices\nare needed to attach to SPI1 bus, enable this option.", + "id": "SPI_FLASH_SHARE_SPI1_BUS", + "name": "SPI_FLASH_SHARE_SPI1_BUS", + "range": null, + "title": "Support other devices attached to SPI1 bus", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Some flash chips can have very high \"max\" erase times, especially for block erase (32KB or 64KB).\nThis option allows to bypass \"block erase\" and always do sector erase commands.\nThis will be much slower overall in most cases, but improves latency for other code to run.", + "id": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "name": "SPI_FLASH_BYPASS_BLOCK_ERASE", + "range": null, + "title": "Bypass a block erase and always do sector erase", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "If a duration of one erase command is large\nthen it will yield CPUs after finishing a current command.", + "id": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "name": "SPI_FLASH_ERASE_YIELD_DURATION_MS", + "range": null, + "title": "Duration of erasing to yield CPUs (ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "SPI_FLASH_YIELD_DURING_ERASE && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Defines how many ticks will be before returning to continue a erasing.", + "id": "SPI_FLASH_ERASE_YIELD_TICKS", + "name": "SPI_FLASH_ERASE_YIELD_TICKS", + "range": null, + "title": "CPU release time (tick) for an erase operation", + "type": "int" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", + "id": "SPI_FLASH_YIELD_DURING_ERASE", + "name": "SPI_FLASH_YIELD_DURING_ERASE", + "range": null, + "title": "Enables yield operation during flash erase", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Flash write is broken down in terms of multiple (smaller) write operations.\nThis configuration options helps to set individual write chunk size, smaller\nvalue here ensures that cache (and non-IRAM resident interrupts) remains\ndisabled for shorter duration.", + "id": "SPI_FLASH_WRITE_CHUNK_SIZE", + "name": "SPI_FLASH_WRITE_CHUNK_SIZE", + "range": [ + 256, + 8192 + ], + "title": "Flash write chunk size", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "SPI Flash driver uses the flash size configured in bootloader header by default.\nEnable this option to override flash size with latest ESPTOOLPY_FLASHSIZE value from\nthe app header if the size in the bootloader header is incorrect.", + "id": "SPI_FLASH_SIZE_OVERRIDE", + "name": "SPI_FLASH_SIZE_OVERRIDE", + "range": null, + "title": "Override flash size in bootloader header by ESPTOOLPY_FLASHSIZE", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is helpful if you are using a flash chip whose timeout is quite large or unpredictable.", + "id": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "name": "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED", + "range": null, + "title": "Flash timeout checkout disabled", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option allows the chip driver list to be customized, instead of using the default list provided by\nESP-IDF.\n\nWhen this option is enabled, the default list is no longer compiled or linked. Instead, the\n`default_registered_chips` structure must be provided by the user.\n\nSee example: custom_chip_driver under examples/storage for more details.", + "id": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "name": "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST", + "range": null, + "title": "Override default chip driver list", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_XMC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_GD_SUPPORTED", + "name": "SPI_FLASH_VENDOR_GD_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_ISSI_SUPPORTED", + "name": "SPI_FLASH_VENDOR_ISSI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_MXIC_SUPPORTED", + "name": "SPI_FLASH_VENDOR_MXIC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_WINBOND_SUPPORTED", + "name": "SPI_FLASH_VENDOR_WINBOND_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of ISSI chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "name": "SPI_FLASH_SUPPORT_ISSI_CHIP", + "range": null, + "title": "ISSI", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_CHIP", + "range": null, + "title": "MXIC", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of GD (GigaDevice) chips if chip vendor not\ndirectly given by ``chip_drv`` member of the chip struct. If you are using Wrover\nmodules, please don't disable this, otherwise your flash may not work in 4-bit\nmode.\n\nThis adds support for variant chips, however will extend detecting time and image\nsize. Note that the default chip driver supports the GD chips with product ID\n60H.", + "id": "SPI_FLASH_SUPPORT_GD_CHIP", + "name": "SPI_FLASH_SUPPORT_GD_CHIP", + "range": null, + "title": "GigaDevice", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Winbond chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "name": "SPI_FLASH_SUPPORT_WINBOND_CHIP", + "range": null, + "title": "Winbond", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of BOYA chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "name": "SPI_FLASH_SUPPORT_BOYA_CHIP", + "range": null, + "title": "BOYA", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of TH chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_TH_CHIP", + "name": "SPI_FLASH_SUPPORT_TH_CHIP", + "range": null, + "title": "TH", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Enable this to support auto detection of Octal MXIC chips if chip vendor not directly\ngiven by ``chip_drv`` member of the chip struct. This adds support for variant\nchips, however will extend detecting time.", + "id": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "name": "SPI_FLASH_SUPPORT_MXIC_OPI_CHIP", + "range": null, + "title": "mxic (opi)", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver-auto-detect-flash-chips", + "title": "Auto-detect flash chips", + "type": "menu" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option enables flash read/write operations to encrypted partition/s. This option\nis kept enabled irrespective of state of flash encryption feature. However, in case\napplication is not using flash encryption feature and is in need of some additional\nmemory from IRAM region (~1KB) then this config can be disabled.", + "id": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "name": "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE", + "range": null, + "title": "Enable encrypted partition read/write operations", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-spi-flash-driver", + "title": "SPI Flash driver", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Define maximum number of partitions that can be mounted.", + "id": "SPIFFS_MAX_PARTITIONS", + "name": "SPIFFS_MAX_PARTITIONS", + "range": [ + 1, + 10 + ], + "title": "Maximum Number of Partitions", + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enables memory write caching for file descriptors in hydrogen.", + "id": "SPIFFS_CACHE_WR", + "name": "SPIFFS_CACHE_WR", + "range": null, + "title": "Enable SPIFFS Write Caching", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enable/disable statistics on caching. Debug/test purpose only.", + "id": "SPIFFS_CACHE_STATS", + "name": "SPIFFS_CACHE_STATS", + "range": null, + "title": "Enable SPIFFS Cache Statistics", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables/disable memory read caching of nucleus file system\noperations.", + "id": "SPIFFS_CACHE", + "name": "SPIFFS_CACHE", + "range": null, + "title": "Enable SPIFFS Cache", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-spiffs-cache-configuration", + "title": "SPIFFS Cache Configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "Always check header of each accessed page to ensure consistent state.\nIf enabled it will increase number of reads from flash, especially\nif cache is disabled.", + "id": "SPIFFS_PAGE_CHECK", + "name": "SPIFFS_PAGE_CHECK", + "range": null, + "title": "Enable SPIFFS Page Check", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Define maximum number of GC runs to perform to reach desired free pages.", + "id": "SPIFFS_GC_MAX_RUNS", + "name": "SPIFFS_GC_MAX_RUNS", + "range": [ + 1, + 10000 + ], + "title": "Set Maximum GC Runs", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enable/disable statistics on gc. Debug/test purpose only.", + "id": "SPIFFS_GC_STATS", + "name": "SPIFFS_GC_STATS", + "range": null, + "title": "Enable SPIFFS GC Statistics", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Logical page size of SPIFFS partition, in bytes. Must be multiple\nof flash page size (which is usually 256 bytes).\nLarger page sizes reduce overhead when storing large files, and\nimprove filesystem performance when reading large files.\nSmaller page sizes reduce overhead when storing small (< page size)\nfiles.", + "id": "SPIFFS_PAGE_SIZE", + "name": "SPIFFS_PAGE_SIZE", + "range": [ + 256, + 1024 + ], + "title": "SPIFFS logical page size", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Object name maximum length. Note that this length include the\nzero-termination character, meaning maximum string of characters\ncan at most be SPIFFS_OBJ_NAME_LEN - 1.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_OBJ_NAME_LEN", + "name": "SPIFFS_OBJ_NAME_LEN", + "range": [ + 1, + 256 + ], + "title": "Set SPIFFS Maximum Name Length", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "If this option is enabled, symbolic links are taken into account\nduring partition image creation.", + "id": "SPIFFS_FOLLOW_SYMLINKS", + "name": "SPIFFS_FOLLOW_SYMLINKS", + "range": null, + "title": "Enable symbolic links for image creation", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "SPIFFS_USE_MAGIC", + "help": "If this option is enabled, the magic will also be dependent\non the length of the filesystem. For example, a filesystem\nconfigured and formatted for 4 megabytes will not be accepted\nfor mounting with a configuration defining the filesystem as 2 megabytes.", + "id": "SPIFFS_USE_MAGIC_LENGTH", + "name": "SPIFFS_USE_MAGIC_LENGTH", + "range": null, + "title": "Enable SPIFFS Filesystem Length Magic", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable this to have an identifiable spiffs filesystem.\nThis will look for a magic in all sectors to determine if this\nis a valid spiffs system or not at mount time.", + "id": "SPIFFS_USE_MAGIC", + "name": "SPIFFS_USE_MAGIC", + "range": null, + "title": "Enable SPIFFS Filesystem Magic", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option sets the number of extra bytes stored in the file header.\nThese bytes can be used in an application-specific manner.\nSet this to at least 4 bytes to enable support for saving file\nmodification time.\n\nSPIFFS_OBJ_NAME_LEN + SPIFFS_META_LENGTH should not exceed\nSPIFFS_PAGE_SIZE - 64.", + "id": "SPIFFS_META_LENGTH", + "name": "SPIFFS_META_LENGTH", + "range": null, + "title": "Size of per-file metadata field", + "type": "int" + }, + { + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 4", + "help": "If enabled, then the first 4 bytes of per-file metadata will be used\nto store file modification time (mtime), accessible through\nstat/fstat functions.\nModification time is updated when the file is opened.", + "id": "SPIFFS_USE_MTIME", + "name": "SPIFFS_USE_MTIME", + "range": null, + "title": "Save file modification time", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_META_LENGTH >= 8", + "help": "If this option is not set, the time field is 32 bits (up to 2106 year),\notherwise it is 64 bits and make sure it matches SPIFFS_META_LENGTH.\nIf the chip already has the spiffs image with the time field = 32 bits\nthen this option cannot be applied in this case.\nErase it first before using this option.\nTo resolve the Y2K38 problem for the spiffs, use a toolchain with\n64-bit time_t support.", + "id": "SPIFFS_MTIME_WIDE_64_BITS", + "name": "SPIFFS_MTIME_WIDE_64_BITS", + "range": null, + "title": "The time field occupies 64 bits in the image instead of 32 bits", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print general debug mesages to the console.", + "id": "SPIFFS_DBG", + "name": "SPIFFS_DBG", + "range": null, + "title": "Enable general SPIFFS debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print API debug mesages to the console.", + "id": "SPIFFS_API_DBG", + "name": "SPIFFS_API_DBG", + "range": null, + "title": "Enable SPIFFS API debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print GC debug mesages to the console.", + "id": "SPIFFS_GC_DBG", + "name": "SPIFFS_GC_DBG", + "range": null, + "title": "Enable SPIFFS Garbage Cleaner debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIFFS_CACHE", + "help": "Enabling this option will print cache debug mesages to the console.", + "id": "SPIFFS_CACHE_DBG", + "name": "SPIFFS_CACHE_DBG", + "range": null, + "title": "Enable SPIFFS Cache debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will print Filesystem Check debug mesages\nto the console.", + "id": "SPIFFS_CHECK_DBG", + "name": "SPIFFS_CHECK_DBG", + "range": null, + "title": "Enable SPIFFS Filesystem Check debug", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to enable SPIFFS_vis function in the API.", + "id": "SPIFFS_TEST_VISUALISATION", + "name": "SPIFFS_TEST_VISUALISATION", + "range": null, + "title": "Enable SPIFFS Filesystem Visualization", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration-debug-configuration", + "title": "Debug Configuration", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-spiffs-configuration", + "title": "SPIFFS Configuration", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "WS_TRANSPORT", + "help": "Size of the buffer used for constructing the HTTP Upgrade request during connect", + "id": "WS_BUFFER_SIZE", + "name": "WS_BUFFER_SIZE", + "range": null, + "title": "Websocket transport buffer size", + "type": "int" + }, + { + "children": [], + "depends_on": "WS_TRANSPORT", + "help": "If enable this option, websocket transport buffer will be freed after connection\nsucceed to save more heap.", + "id": "WS_DYNAMIC_BUFFER", + "name": "WS_DYNAMIC_BUFFER", + "range": null, + "title": "Using dynamic websocket transport buffer", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enable support for creating websocket transport.", + "id": "WS_TRANSPORT", + "name": "WS_TRANSPORT", + "range": null, + "title": "Enable Websocket Transport", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-tcp-transport-websocket", + "title": "Websocket", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config-tcp-transport", + "title": "TCP Transport", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "SOC_ULP_FSM_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_FSM", + "name": "ULP_COPROC_TYPE_FSM", + "range": null, + "title": "ULP FSM (Finite State Machine)", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RISCV_COPROC_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_RISCV", + "name": "ULP_COPROC_TYPE_RISCV", + "range": null, + "title": "ULP RISC-V", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LP_CORE_SUPPORTED && ", + "help": null, + "id": "ULP_COPROC_TYPE_LP_CORE", + "name": "ULP_COPROC_TYPE_LP_CORE", + "range": null, + "title": "LP core RISC-V", + "type": "bool" + } + ], + "depends_on": "ULP_COPROC_ENABLED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Choose the ULP Coprocessor type: ULP FSM (Finite State Machine) or ULP RISC-V.", + "id": "component-config-ultra-low-power-ulp-co-processor-enable-ultra-low-power-ulp-co-processor-ulp-co-processor-type", + "name": "ULP_COPROC_TYPE", + "title": "ULP Co-processor type", + "type": "choice" + }, + { + "children": [], + "depends_on": "ULP_COPROC_ENABLED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Bytes of memory to reserve for ULP Co-processor firmware & data.\nData is reserved at the beginning of RTC slow memory.", + "id": "ULP_COPROC_RESERVE_MEM", + "name": "ULP_COPROC_RESERVE_MEM", + "range": null, + "title": "RTC slow memory reserved for coprocessor", + "type": "int" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "help": "Enable this feature if you plan to use the ULP Co-processor.\nOnce this option is enabled, further ULP co-processor configuration will appear in the menu.", + "id": "ULP_COPROC_ENABLED", + "name": "ULP_COPROC_ENABLED", + "range": null, + "title": "Enable Ultra Low Power (ULP) Co-processor", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "The accuracy of the bitbanged UART driver is limited, it is not\nrecommend to increase the value above 19200.", + "id": "ULP_RISCV_UART_BAUDRATE", + "name": "ULP_RISCV_UART_BAUDRATE", + "range": null, + "title": "Baudrate used by the bitbanged ULP RISC-V UART driver", + "type": "int" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set the ULP RISC-V I2C read/write timeout. Set this value to -1\nif the ULP RISC-V I2C read and write APIs should wait forever.\nPlease note that the tick rate of the ULP co-processor would be\ndifferent than the OS tick rate of the main core and therefore\ncan have different timeout value depending on which core the API\nis invoked on.", + "id": "ULP_RISCV_I2C_RW_TIMEOUT", + "name": "ULP_RISCV_I2C_RW_TIMEOUT", + "range": null, + "title": "Set timeout for ULP RISC-V I2C transaction timeout in ticks.", + "type": "int" + } + ], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "id": "component-config-ultra-low-power-ulp-co-processor-ulp-risc-v-settings", + "title": "ULP RISC-V Settings", + "type": "menu" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Size of the shared memory defined in ulp_lp_core_memory_shared.c.\nSize should be kept in-sync with the size of the struct defined there.", + "id": "ULP_SHARED_MEM", + "name": "ULP_SHARED_MEM", + "range": null, + "title": null, + "type": "hex" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "id": "component-config-ultra-low-power-ulp-co-processor", + "title": "Ultra Low Power (ULP) Co-processor", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on float arguments will not be available.", + "id": "UNITY_ENABLE_FLOAT", + "name": "UNITY_ENABLE_FLOAT", + "range": null, + "title": "Support for float type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on double arguments will not be available.", + "id": "UNITY_ENABLE_DOUBLE", + "name": "UNITY_ENABLE_DOUBLE", + "range": null, + "title": "Support for double type", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If not set, assertions on 64-bit integer types will always fail.\nIf this feature is enabled, take care not to pass pointers (which are 32 bit)\nto UNITY_ASSERT_EQUAL, as that will cause pointer-to-int-cast warnings.", + "id": "UNITY_ENABLE_64BIT", + "name": "UNITY_ENABLE_64BIT", + "range": null, + "title": "Support for 64-bit integer types", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, Unity will colorize test results using console escape sequences.", + "id": "UNITY_ENABLE_COLOR", + "name": "UNITY_ENABLE_COLOR", + "range": null, + "title": "Colorize test output", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, then the following features will be available:\n\n- TEST_CASE macro which performs automatic registration of test functions\n- Functions to run registered test functions: unity_run_all_tests,\n unity_run_tests_with_filter, unity_run_single_test_by_name.\n- Interactive menu which lists test cases and allows choosing the tests to\n be run, available via unity_run_menu function.\n\nDisable if a different test registration mechanism is used.", + "id": "UNITY_ENABLE_IDF_TEST_RUNNER", + "name": "UNITY_ENABLE_IDF_TEST_RUNNER", + "range": null, + "title": "Include ESP-IDF test registration/running helpers", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, unity_fixture.h header file and associated source files are part of\nthe build. These provide an optional set of macros and functions to\nimplement test groups.", + "id": "UNITY_ENABLE_FIXTURE", + "name": "UNITY_ENABLE_FIXTURE", + "range": null, + "title": "Include Unity test fixture", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If set, the unity framework will print the backtrace information before\njumping back to the test menu. The jumping is usually occurs in assert\nfunctions such as TEST_ASSERT, TEST_FAIL etc.", + "id": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "name": "UNITY_ENABLE_BACKTRACE_ON_FAIL", + "range": null, + "title": "Print a backtrace when a unit test fails", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-unity-unit-testing-library", + "title": "Unity unit testing library", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "Each USB device attached is allocated a dedicated buffer for its OUT/IN transfers to/from the device's\ncontrol endpoint. The maximum size of that buffer is determined by this option. The limited size of the\ntransfer buffer have the following implications:\n- The maximum length of control transfers is limited\n- Device's with configuration descriptors larger than this limit cannot be supported", + "id": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", + "name": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", + "range": null, + "title": "Largest size (in bytes) of transfers to/from default endpoints", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_BALANCED", + "name": "USB_HOST_HW_BUFFER_BIAS_BALANCED", + "range": null, + "title": "Balanced", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_IN", + "name": "USB_HOST_HW_BUFFER_BIAS_IN", + "range": null, + "title": "Bias IN", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT", + "name": "USB_HOST_HW_BUFFER_BIAS_PERIODIC_OUT", + "range": null, + "title": "Periodic OUT", + "type": "bool" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The underlying hardware has size adjustable FIFOs to cache USB packets on reception (IN) or for\ntransmission (OUT). The size of these FIFOs will affect the largest MPS (maximum packet size) and the\nmaximum number of packets that can be cached at any one time. The hardware contains the following\nFIFOS: RX (for all IN packets), Non-periodic TX (for Bulk and Control OUT packets), and Periodic TX\n(for Interrupt and Isochronous OUT packets). This configuration option allows biasing the FIFO sizes\ntowards a particular use case, which may be necessary for devices that have endpoints with large MPS.\nThe MPS limits for each biasing are listed below:\n\nBalanced:\n- IN (all transfer types), 408 bytes\n- OUT non-periodic (Bulk/Control), 192 bytes (i.e., 3 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 192 bytes\n\nBias IN:\n- IN (all transfer types), 600 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 128 bytes\n\nBias Periodic OUT:\n- IN (all transfer types), 128 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 600 bytes", + "id": "component-config-usb-otg-hardware-fifo-size-biasing", + "name": "USB_HOST_HW_BUFFER_BIAS", + "title": "Hardware FIFO size biasing", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "On connection of a USB device, the USB 2.0 specification requires a \"debounce interval with a minimum\nduration of 100ms\" to allow the connection to stabilize (see USB 2.0 chapter 7.1.7.3 for more details).\nDuring the debounce interval, no new connection/disconnection events are registered.\n\nThe default value is set to 250 ms to be safe.", + "id": "USB_HOST_DEBOUNCE_DELAY_MS", + "name": "USB_HOST_DEBOUNCE_DELAY_MS", + "range": null, + "title": "Debounce delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The reset signaling can be generated on any Hub or Host Controller port by request from the USB System\nSoftware. The USB 2.0 specification requires that \"the reset signaling must be driven for a minimum of\n10ms\" (see USB 2.0 chapter 7.1.7.5 for more details). After the reset, the hub port will transition to\nthe Enabled state (refer to Section 11.5).\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_HOLD_MS", + "name": "USB_HOST_RESET_HOLD_MS", + "range": null, + "title": "Reset hold in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that the \"USB System\nSoftware guarantees a minimum of 10 ms for reset recovery\" before the attached device is expected to\nrespond to data transfers (see USB 2.0 chapter 7.1.7.3 for more details). The device may ignore any\ndata transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_RECOVERY_MS", + "name": "USB_HOST_RESET_RECOVERY_MS", + "range": null, + "title": "Reset recovery delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "\"After successful completion of the Status stage, the device is allowed a SetAddress() recovery\ninterval of 2 ms. At the end of this interval, the device must be able to accept Setup packets\naddressed to the new address. Also, at the end of the recovery interval, the device must not respond to\ntokens sent to the old address (unless, of course, the old and new address is the same).\" See USB 2.0\nchapter 9.2.6.3 for more details.\n\nThe default value is set to 10 ms to be safe.", + "id": "USB_HOST_SET_ADDR_RECOVERY_MS", + "name": "USB_HOST_SET_ADDR_RECOVERY_MS", + "range": null, + "title": "SetAddress() recovery time in ms", + "type": "int" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-root-hub-configuration", + "title": "Root Hub configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": null, + "id": "USB_OTG_SUPPORTED", + "name": "USB_OTG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The enumeration filter callback is called before enumeration of each newly attached device. This callback\nallows users to control whether a device should be enumerated, and what configuration number to use when\nenumerating a device.\n\nIf enabled, the enumeration filter callback can be set via 'usb_host_config_t' when calling\n'usb_host_install()'.", + "id": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "name": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "range": null, + "title": "Enable enumeration filter callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && SOC_USB_OTG_SUPPORTED", + "help": "Feature is under development.", + "id": "USB_HOST_EXT_HUB_SUPPORT", + "name": "USB_HOST_EXT_HUB_SUPPORT", + "range": null, + "title": "Support USB HUB (Experimental)", + "type": "bool" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg", + "title": "USB-OTG", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "If enabled, the following functions are provided by the VFS component.\n\nstat, link, unlink, rename, utime, access, truncate, rmdir, mkdir,\nopendir, closedir, readdir, readdir_r, seekdir, telldir, rewinddir\n\nFilesystem drivers can then be registered to handle these functions\nfor specific paths.\n\nDisabling this option can save memory when the support for these functions\nis not required.", + "id": "VFS_SUPPORT_DIR", + "name": "VFS_SUPPORT_DIR", + "range": null, + "title": "Provide directory related functions", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_SELECT", + "help": "Select() related functions might produce an unconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", + "id": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "name": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", + "range": null, + "title": "Suppress select() related debug outputs", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_SELECT", + "help": "If enabled, VFS driver select() callback function will be placed in IRAM.", + "id": "VFS_SELECT_IN_RAM", + "name": "VFS_SELECT_IN_RAM", + "range": null, + "title": "Make VFS driver select() callbacks IRAM-safe", + "type": "bool" + } + ], + "depends_on": "VFS_SUPPORT_IO && !LWIP_USE_ONLY_LWIP_SELECT", + "help": "If enabled, select function is provided by the VFS component, and can be used\non peripheral file descriptors (such as UART) and sockets at the same time.\n\nIf disabled, the default select implementation will be provided by LWIP for\nsockets only.\n\nDisabling this option can reduce code size if support for \"select\" on UART file\ndescriptors is not required.", + "id": "VFS_SUPPORT_SELECT", + "name": "VFS_SUPPORT_SELECT", + "range": null, + "title": "Provide select function", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Disabling this option can save memory when the support for termios.h is not required.", + "id": "VFS_SUPPORT_TERMIOS", + "name": "VFS_SUPPORT_TERMIOS", + "range": null, + "title": "Provide termios.h functions", + "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Define maximum number of virtual filesystems that can be registered.", + "id": "VFS_MAX_COUNT", + "name": "VFS_MAX_COUNT", + "range": [ + 1, + 20 + ], + "title": "Maximum Number of Virtual Filesystems", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "Define maximum number of host filesystem mount points.", + "id": "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS", + "name": "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS", + "range": null, + "title": "Host FS: Maximum number of the host filesystem mount points", + "type": "int" + } + ], + "depends_on": "VFS_SUPPORT_IO", + "id": "component-config-virtual-file-system-provide-basic-i-o-functions-host-file-system-i-o-semihosting-", + "title": "Host File System I/O (Semihosting)", + "type": "menu" + } + ], + "depends_on": null, + "help": "If enabled, the following functions are provided by the VFS component.\n\nopen, close, read, write, pread, pwrite, lseek, fstat, fsync, ioctl, fcntl\n\nFilesystem drivers can then be registered to handle these functions\nfor specific paths.\n\nDisabling this option can save memory when the support for these functions\nis not required.\n\nNote that the following functions can still be used with socket file descriptors\nwhen this option is disabled:\n\nclose, read, write, ioctl, fcntl.", + "id": "VFS_SUPPORT_IO", + "name": "VFS_SUPPORT_IO", + "range": null, + "title": "Provide basic I/O functions", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-virtual-file-system", + "title": "Virtual file system", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_512", + "name": "WL_SECTOR_SIZE_512", + "range": null, + "title": "512", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_SIZE_4096", + "name": "WL_SECTOR_SIZE_4096", + "range": null, + "title": "4096", + "type": "bool" + } + ], + "depends_on": null, + "help": "Sector size used by wear levelling library.\nYou can set default sector size or size that will\nfit to the flash device sector size.\n\nWith sector size set to 4096 bytes, wear levelling library is more\nefficient. However if FAT filesystem is used on top of wear levelling\nlibrary, it will need more temporary storage: 4096 bytes for each\nmounted filesystem and 4096 bytes for each opened file.\n\nWith sector size set to 512 bytes, wear levelling library will perform\nmore operations with flash memory, but less RAM will be used by FAT\nfilesystem library (512 bytes for the filesystem and 512 bytes for each\nfile opened).", + "id": "component-config-wear-levelling-wear-levelling-library-sector-size", + "name": "WL_SECTOR_SIZE", + "title": "Wear Levelling library sector size", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_SIZE", + "name": "WL_SECTOR_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_PERF", + "name": "WL_SECTOR_MODE_PERF", + "range": null, + "title": "Perfomance", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "WL_SECTOR_MODE_SAFE", + "name": "WL_SECTOR_MODE_SAFE", + "range": null, + "title": "Safety", + "type": "bool" + } + ], + "depends_on": "WL_SECTOR_SIZE_512", + "help": "Specify the mode to store data into flash:\n\n- In Performance mode a data will be stored to the RAM and then\n stored back to the flash. Compared to the Safety mode, this operation is\n faster, but if power will be lost when erase sector operation is in\n progress, then the data from complete flash device sector will be lost.\n\n- In Safety mode data from complete flash device sector will be read from\n flash, modified, and then stored back to flash.\n Compared to the Performance mode, this operation is slower, but if\n power is lost during erase sector operation, then the data from full\n flash device sector will not be lost.", + "id": "component-config-wear-levelling-sector-store-mode", + "name": "WL_SECTOR_MODE", + "title": "Sector store mode", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "WL_SECTOR_MODE", + "name": "WL_SECTOR_MODE", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-wear-levelling", + "title": "Wear Levelling", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This sets the maximum number of entries of Wi-Fi scan results that will be kept by the provisioning manager", + "id": "WIFI_PROV_SCAN_MAX_ENTRIES", + "name": "WIFI_PROV_SCAN_MAX_ENTRIES", + "range": [ + 1, + 255 + ], + "title": "Max Wi-Fi Scan Result Entries", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Time (in seconds) after which the Wi-Fi provisioning manager will auto-stop after connecting to\na Wi-Fi network successfully.", + "id": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "name": "WIFI_PROV_AUTOSTOP_TIMEOUT", + "range": [ + 5, + 600 + ], + "title": "Provisioning auto-stop timeout", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "This option is applicable only when provisioning transport is BLE.", + "id": "WIFI_PROV_BLE_BONDING", + "name": "WIFI_PROV_BLE_BONDING", + "range": null, + "title": "Enable BLE bonding", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Used to enable Secure connection support when provisioning transport is BLE.", + "id": "WIFI_PROV_BLE_SEC_CONN", + "name": "WIFI_PROV_BLE_SEC_CONN", + "range": null, + "title": "Enable BLE Secure connection flag", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Used to enforce link encryption when attempting to read / write characteristic", + "id": "WIFI_PROV_BLE_FORCE_ENCRYPTION", + "name": "WIFI_PROV_BLE_FORCE_ENCRYPTION", + "range": null, + "title": "Force Link Encryption during characteristic Read / Write", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "help": null, + "id": "WIFI_PROV_DISCONNECT_AFTER_PROV", + "name": "WIFI_PROV_DISCONNECT_AFTER_PROV", + "range": null, + "title": "Terminate connection after provisioning is done", + "type": "bool" + } + ], + "depends_on": "BT_ENABLED", + "help": null, + "id": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "name": "WIFI_PROV_KEEP_BLE_ON_AFTER_PROV", + "range": null, + "title": "Keep BT on after provisioning is done", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Scan will end after scanning the entire channel. This option is useful in Mesh WiFi Systems.", + "id": "WIFI_PROV_STA_ALL_CHANNEL_SCAN", + "name": "WIFI_PROV_STA_ALL_CHANNEL_SCAN", + "range": null, + "title": "All Channel Scan", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Scan will end after an AP matching with the SSID has been detected.", + "id": "WIFI_PROV_STA_FAST_SCAN", + "name": "WIFI_PROV_STA_FAST_SCAN", + "range": null, + "title": "Fast Scan", + "type": "bool" + } + ], + "depends_on": null, + "help": null, + "id": "component-config-wi-fi-provisioning-manager-wifi-provisioning-scan-method", + "name": "WIFI_PROV_STA_SCAN_METHOD", + "title": "Wifi Provisioning Scan Method", + "type": "choice" + } + ], + "depends_on": null, + "id": "component-config-wi-fi-provisioning-manager", + "title": "Wi-Fi Provisioning Manager", + "type": "menu" + } + ], + "depends_on": null, + "id": "component-config", + "title": "Component config", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.", + "id": "IDF_EXPERIMENTAL_FEATURES", + "name": "IDF_EXPERIMENTAL_FEATURES", + "range": null, + "title": "Make experimental features visible", + "type": "bool" + } +] \ No newline at end of file diff --git a/build/config/sdkconfig.cmake b/build/config/sdkconfig.cmake new file mode 100644 index 0000000..feceeaf --- /dev/null +++ b/build/config/sdkconfig.cmake @@ -0,0 +1,1271 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file +# +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined") +set(CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined") +set(CONFIG_SOC_DPORT_WORKAROUND "Not determined") +set(CONFIG_SOC_CAPS_ECO_VER_MAX "301") +set(CONFIG_SOC_ADC_SUPPORTED "y") +set(CONFIG_SOC_DAC_SUPPORTED "y") +set(CONFIG_SOC_UART_SUPPORTED "y") +set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_GPTIMER_SUPPORTED "y") +set(CONFIG_SOC_SDMMC_HOST_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_PCNT_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") +set(CONFIG_SOC_TWAI_SUPPORTED "y") +set(CONFIG_SOC_EMAC_SUPPORTED "y") +set(CONFIG_SOC_ULP_SUPPORTED "y") +set(CONFIG_SOC_CCOMP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED "y") +set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") +set(CONFIG_SOC_I2S_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORTED "y") +set(CONFIG_SOC_SDM_SUPPORTED "y") +set(CONFIG_SOC_GPSPI_SUPPORTED "y") +set(CONFIG_SOC_LEDC_SUPPORTED "y") +set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") +set(CONFIG_SOC_AES_SUPPORTED "y") +set(CONFIG_SOC_MPI_SUPPORTED "y") +set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") +set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") +set(CONFIG_SOC_TOUCH_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_BOD_SUPPORTED "y") +set(CONFIG_SOC_ULP_FSM_SUPPORTED "y") +set(CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL "5") +set(CONFIG_SOC_XTAL_SUPPORT_26M "y") +set(CONFIG_SOC_XTAL_SUPPORT_40M "y") +set(CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT "y") +set(CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") +set(CONFIG_SOC_ADC_PERIPH_NUM "2") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "10") +set(CONFIG_SOC_ADC_ATTEN_NUM "4") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "2") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "16") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "2") +set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "2") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "20") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") +set(CONFIG_SOC_IDCACHE_PER_CORE "y") +set(CONFIG_SOC_CPU_CORES_NUM "2") +set(CONFIG_SOC_CPU_INTR_NUM "32") +set(CONFIG_SOC_CPU_HAS_FPU "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "2") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "2") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "64") +set(CONFIG_SOC_DAC_CHAN_NUM "2") +set(CONFIG_SOC_DAC_RESOLUTION "8") +set(CONFIG_SOC_DAC_DMA_16BIT_ALIGN "y") +set(CONFIG_SOC_GPIO_PORT "1") +set(CONFIG_SOC_GPIO_PIN_COUNT "40") +set(CONFIG_SOC_GPIO_VALID_GPIO_MASK "0xffffffffff") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "39") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "33") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0xef0fea") +set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_I2C_FIFO_LEN "32") +set(CONFIG_SOC_I2C_CMD_REG_NUM "16") +set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") +set(CONFIG_SOC_I2C_SUPPORT_APB "y") +set(CONFIG_SOC_I2S_NUM "2") +set(CONFIG_SOC_I2S_HW_VERSION_1 "y") +set(CONFIG_SOC_I2S_SUPPORTS_APLL "y") +set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "1") +set(CONFIG_SOC_I2S_SUPPORTS_PDM_RX "y") +set(CONFIG_SOC_I2S_PDM_MAX_RX_LINES "1") +set(CONFIG_SOC_I2S_SUPPORTS_ADC_DAC "y") +set(CONFIG_SOC_I2S_SUPPORTS_ADC "y") +set(CONFIG_SOC_I2S_SUPPORTS_DAC "y") +set(CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA "y") +set(CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD "y") +set(CONFIG_SOC_I2S_LCD_I80_VARIANT "y") +set(CONFIG_SOC_LCD_I80_SUPPORTED "y") +set(CONFIG_SOC_LCD_I80_BUSES "2") +set(CONFIG_SOC_LCD_I80_BUS_WIDTH "24") +set(CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX "y") +set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") +set(CONFIG_SOC_LEDC_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_LEDC_SUPPORT_HS_MODE "y") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "8") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") +set(CONFIG_SOC_MCPWM_GROUPS "2") +set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") +set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") +set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") +set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") +set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") +set(CONFIG_SOC_MMU_PERIPH_NUM "2") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "3") +set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") +set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") +set(CONFIG_SOC_PCNT_GROUPS "1") +set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "8") +set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") +set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") +set(CONFIG_SOC_RMT_GROUPS "1") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "8") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "8") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "64") +set(CONFIG_SOC_RMT_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_RMT_SUPPORT_APB "y") +set(CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT "y") +set(CONFIG_SOC_RTCIO_PIN_COUNT "18") +set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") +set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_SDM_GROUPS "1") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED "y") +set(CONFIG_SOC_SPI_AS_CS_SUPPORTED "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "3") +set(CONFIG_SOC_SPI_DMA_CHAN_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "3") +set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "8192") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED "y") +set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_TIMER_GROUPS "2") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "2") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "64") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "4") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") +set(CONFIG_SOC_TOUCH_VERSION_1 "y") +set(CONFIG_SOC_TOUCH_SENSOR_NUM "10") +set(CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX "0xff") +set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT "y") +set(CONFIG_SOC_UART_NUM "3") +set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_UART_FIFO_LEN "128") +set(CONFIG_SOC_UART_BITRATE_MAX "5000000") +set(CONFIG_SOC_SPIRAM_SUPPORTED "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") +set(CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA384 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA512 "y") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "4096") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_192 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") +set(CONFIG_SOC_SECURE_BOOT_V1 "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") +set(CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD "y") +set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") +set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") +set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") +set(CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED "y") +set(CONFIG_SOC_CLK_APLL_SUPPORTED "y") +set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ "350000000") +set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ "500000000") +set(CONFIG_SOC_APLL_MIN_HZ "5303031") +set(CONFIG_SOC_APLL_MAX_HZ "125000000") +set(CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED "y") +set(CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 "y") +set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") +set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") +set(CONFIG_SOC_SDMMC_USE_IOMUX "y") +set(CONFIG_SOC_SDMMC_NUM_SLOTS "2") +set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") +set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") +set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") +set(CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW "y") +set(CONFIG_SOC_WIFI_NAN_SUPPORT "y") +set(CONFIG_SOC_BLE_SUPPORTED "y") +set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") +set(CONFIG_SOC_BT_CLASSIC_SUPPORTED "y") +set(CONFIG_SOC_BLUFI_SUPPORTED "y") +set(CONFIG_SOC_ULP_HAS_ADC "y") +set(CONFIG_SOC_PHY_COMBO_MODULE "y") +set(CONFIG_IDF_CMAKE "y") +set(CONFIG_IDF_TARGET_ARCH_XTENSA "y") +set(CONFIG_IDF_TARGET_ARCH "xtensa") +set(CONFIG_IDF_TARGET "esp32") +set(CONFIG_IDF_TARGET_ESP32 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x0") +set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") +set(CONFIG_APP_BUILD_TYPE_RAM "") +set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") +set(CONFIG_APP_BUILD_BOOTLOADER "y") +set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") +set(CONFIG_APP_REPRODUCIBLE_BUILD "") +set(CONFIG_APP_NO_BLOBS "") +set(CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") +set(CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x1000") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_NONE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_ERROR "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_WARN "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") +set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") +set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") +set(CONFIG_BOOTLOADER_LOG_LEVEL "3") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") +set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V "") +set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V "y") +set(CONFIG_BOOTLOADER_FACTORY_RESET "") +set(CONFIG_BOOTLOADER_APP_TEST "") +set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_ENABLE "y") +set(CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE "") +set(CONFIG_BOOTLOADER_WDT_TIME_MS "9000") +set(CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") +set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") +set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") +set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") +set(CONFIG_SECURE_BOOT_V1_SUPPORTED "y") +set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") +set(CONFIG_SECURE_BOOT "") +set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_APP_COMPILE_TIME_DATE "y") +set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") +set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") +set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "16") +set(CONFIG_ESP_ROM_HAS_CRC_LE "y") +set(CONFIG_ESP_ROM_HAS_CRC_BE "y") +set(CONFIG_ESP_ROM_HAS_MZ_CRC32 "y") +set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") +set(CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH "y") +set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") +set(CONFIG_ESPTOOLPY_NO_STUB "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") +set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") +set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") +set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") +set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") +set(CONFIG_ESPTOOLPY_FLASHMODE "dio") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") +set(CONFIG_ESPTOOLPY_FLASHFREQ "40m") +set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "y") +set(CONFIG_ESPTOOLPY_FLASHSIZE_8MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_16MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_32MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_64MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE_128MB "") +set(CONFIG_ESPTOOLPY_FLASHSIZE "4MB") +set(CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE "") +set(CONFIG_ESPTOOLPY_BEFORE_RESET "y") +set(CONFIG_ESPTOOLPY_BEFORE_NORESET "") +set(CONFIG_ESPTOOLPY_BEFORE "default_reset") +set(CONFIG_ESPTOOLPY_AFTER_RESET "y") +set(CONFIG_ESPTOOLPY_AFTER_NORESET "") +set(CONFIG_ESPTOOLPY_AFTER "hard_reset") +set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") +set(CONFIG_PARTITION_TABLE_SINGLE_APP "") +set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") +set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_CUSTOM "y") +set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_FILENAME "partitions.csv") +set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") +set(CONFIG_PARTITION_TABLE_MD5 "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") +set(CONFIG_COMPILER_OPTIMIZATION_PERF "") +set(CONFIG_COMPILER_OPTIMIZATION_NONE "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "y") +set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") +set(CONFIG_COMPILER_HIDE_PATHS_MACROS "y") +set(CONFIG_COMPILER_CXX_EXCEPTIONS "") +set(CONFIG_COMPILER_CXX_RTTI "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") +set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") +set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_APPTRACE_DEST_JTAG "") +set(CONFIG_APPTRACE_DEST_NONE "y") +set(CONFIG_APPTRACE_DEST_UART1 "") +set(CONFIG_APPTRACE_DEST_UART2 "") +set(CONFIG_APPTRACE_DEST_UART_NONE "y") +set(CONFIG_APPTRACE_UART_TASK_PRIO "1") +set(CONFIG_APPTRACE_LOCK_ENABLE "y") +set(CONFIG_BT_ENABLED "") +set(CONFIG_BT_ALARM_MAX_NUM "50") +set(CONFIG_ADC_DISABLE_DAC "y") +set(CONFIG_ADC_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_ADC_CAL_EFUSE_TP_ENABLE "y") +set(CONFIG_ADC_CAL_EFUSE_VREF_ENABLE "y") +set(CONFIG_ADC_CAL_LUT_ENABLE "y") +set(CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_SPI_MASTER_IN_IRAM "") +set(CONFIG_SPI_MASTER_ISR_IN_IRAM "y") +set(CONFIG_SPI_SLAVE_IN_IRAM "") +set(CONFIG_SPI_SLAVE_ISR_IN_IRAM "y") +set(CONFIG_TWAI_ISR_IN_IRAM "") +set(CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC "y") +set(CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST "y") +set(CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID "y") +set(CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT "y") +set(CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM "y") +set(CONFIG_UART_ISR_IN_IRAM "") +set(CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL "") +set(CONFIG_GPIO_CTRL_FUNC_IN_IRAM "") +set(CONFIG_SDM_CTRL_FUNC_IN_IRAM "") +set(CONFIG_SDM_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_SDM_ENABLE_DEBUG_LOG "") +set(CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM "y") +set(CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM "") +set(CONFIG_GPTIMER_ISR_IRAM_SAFE "") +set(CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_GPTIMER_ENABLE_DEBUG_LOG "") +set(CONFIG_PCNT_CTRL_FUNC_IN_IRAM "") +set(CONFIG_PCNT_ISR_IRAM_SAFE "") +set(CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_PCNT_ENABLE_DEBUG_LOG "") +set(CONFIG_RMT_ISR_IRAM_SAFE "") +set(CONFIG_RMT_RECV_FUNC_IN_IRAM "") +set(CONFIG_RMT_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_RMT_ENABLE_DEBUG_LOG "") +set(CONFIG_MCPWM_ISR_IRAM_SAFE "") +set(CONFIG_MCPWM_CTRL_FUNC_IN_IRAM "") +set(CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_MCPWM_ENABLE_DEBUG_LOG "") +set(CONFIG_I2S_ISR_IRAM_SAFE "") +set(CONFIG_I2S_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_I2S_ENABLE_DEBUG_LOG "") +set(CONFIG_DAC_CTRL_FUNC_IN_IRAM "") +set(CONFIG_DAC_ISR_IRAM_SAFE "") +set(CONFIG_DAC_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_DAC_ENABLE_DEBUG_LOG "") +set(CONFIG_DAC_DMA_AUTO_16BIT_ALIGN "y") +set(CONFIG_EFUSE_CUSTOM_TABLE "") +set(CONFIG_EFUSE_VIRTUAL "") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE "") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 "y") +set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT "") +set(CONFIG_EFUSE_MAX_BLK_LEN "192") +set(CONFIG_ESP_TLS_USING_MBEDTLS "y") +set(CONFIG_ESP_TLS_USE_SECURE_ELEMENT "") +set(CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS "") +set(CONFIG_ESP_TLS_SERVER "") +set(CONFIG_ESP_TLS_PSK_VERIFICATION "") +set(CONFIG_ESP_TLS_INSECURE "") +set(CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM "") +set(CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE "") +set(CONFIG_ADC_CALI_EFUSE_TP_ENABLE "y") +set(CONFIG_ADC_CALI_EFUSE_VREF_ENABLE "y") +set(CONFIG_ADC_CALI_LUT_ENABLE "y") +set(CONFIG_ADC_DISABLE_DAC_OUTPUT "y") +set(CONFIG_ESP_COEX_GPIO_DEBUG "") +set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") +set(CONFIG_ETH_ENABLED "y") +set(CONFIG_ETH_USE_ESP32_EMAC "y") +set(CONFIG_ETH_PHY_INTERFACE_RMII "y") +set(CONFIG_ETH_RMII_CLK_INPUT "y") +set(CONFIG_ETH_RMII_CLK_OUTPUT "") +set(CONFIG_ETH_RMII_CLK_IN_GPIO "0") +set(CONFIG_ETH_DMA_BUFFER_SIZE "512") +set(CONFIG_ETH_DMA_RX_BUFFER_NUM "10") +set(CONFIG_ETH_DMA_TX_BUFFER_NUM "10") +set(CONFIG_ETH_IRAM_OPTIMIZATION "") +set(CONFIG_ETH_USE_SPI_ETHERNET "y") +set(CONFIG_ETH_SPI_ETHERNET_DM9051 "") +set(CONFIG_ETH_SPI_ETHERNET_W5500 "") +set(CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL "") +set(CONFIG_ETH_USE_OPENETH "") +set(CONFIG_ETH_TRANSMIT_MUTEX "") +set(CONFIG_ESP_EVENT_LOOP_PROFILING "") +set(CONFIG_ESP_EVENT_POST_FROM_ISR "y") +set(CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR "y") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS "y") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH "") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH "") +set(CONFIG_HTTPD_MAX_REQ_HDR_LEN "512") +set(CONFIG_HTTPD_MAX_URI_LEN "512") +set(CONFIG_HTTPD_ERR_RESP_NO_DELAY "y") +set(CONFIG_HTTPD_PURGE_BUF_LEN "32") +set(CONFIG_HTTPD_LOG_PURGE_DATA "") +set(CONFIG_HTTPD_WS_SUPPORT "") +set(CONFIG_HTTPD_QUEUE_WORK_BLOCKING "") +set(CONFIG_ESP_HTTPS_OTA_DECRYPT_CB "") +set(CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP "") +set(CONFIG_ESP_HTTPS_SERVER_ENABLE "") +set(CONFIG_ESP32_REV_MIN_0 "y") +set(CONFIG_ESP32_REV_MIN_1 "") +set(CONFIG_ESP32_REV_MIN_1_1 "") +set(CONFIG_ESP32_REV_MIN_2 "") +set(CONFIG_ESP32_REV_MIN_3 "") +set(CONFIG_ESP32_REV_MIN_3_1 "") +set(CONFIG_ESP32_REV_MIN "0") +set(CONFIG_ESP32_REV_MIN_FULL "0") +set(CONFIG_ESP_REV_MIN_FULL "0") +set(CONFIG_ESP32_REV_MAX_FULL "399") +set(CONFIG_ESP_REV_MAX_FULL "399") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") +set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR "") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") +set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") +set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") +set(CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "2000") +set(CONFIG_ESP_SLEEP_DEBUG "") +set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_XTAL_FREQ_26 "") +set(CONFIG_XTAL_FREQ_40 "y") +set(CONFIG_XTAL_FREQ_AUTO "") +set(CONFIG_XTAL_FREQ "40") +set(CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE "32") +set(CONFIG_LCD_ENABLE_DEBUG_LOG "") +set(CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL "120") +set(CONFIG_ESP_NETIF_TCPIP_LWIP "y") +set(CONFIG_ESP_NETIF_LOOPBACK "") +set(CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API "y") +set(CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS "") +set(CONFIG_ESP_NETIF_L2_TAP "") +set(CONFIG_ESP_NETIF_BRIDGE_EN "") +set(CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE "y") +set(CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION "") +set(CONFIG_ESP_PHY_MAX_WIFI_TX_POWER "20") +set(CONFIG_ESP_PHY_MAX_TX_POWER "20") +set(CONFIG_ESP_PHY_REDUCE_TX_POWER "") +set(CONFIG_ESP_PHY_ENABLE_CERT_TEST "") +set(CONFIG_ESP_PHY_RF_CAL_PARTIAL "y") +set(CONFIG_ESP_PHY_RF_CAL_NONE "") +set(CONFIG_ESP_PHY_RF_CAL_FULL "") +set(CONFIG_ESP_PHY_CALIBRATION_MODE "0") +set(CONFIG_ESP_PHY_PLL_TRACK_DEBUG "") +set(CONFIG_PM_ENABLE "") +set(CONFIG_PM_SLP_IRAM_OPT "") +set(CONFIG_SPIRAM "") +set(CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 "") +set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE "") +set(CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM "") +set(CONFIG_ESP32_TRAX "") +set(CONFIG_ESP32_TRACEMEM_RESERVE_DRAM "0x0") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") +set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") +set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") +set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") +set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") +set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") +set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") +set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_UART "y") +set(CONFIG_ESP_CONSOLE_MULTIPLE_UART "y") +set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_ESP_INT_WDT "y") +set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_ESP_INT_WDT_CHECK_CPU1 "y") +set(CONFIG_ESP_TASK_WDT_EN "y") +set(CONFIG_ESP_TASK_WDT_INIT "y") +set(CONFIG_ESP_TASK_WDT_PANIC "") +set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") +set(CONFIG_ESP_PANIC_HANDLER_IRAM "") +set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP_DEBUG_OCDAWARE "y") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 "") +set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") +set(CONFIG_ESP_BROWNOUT_DET "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "0") +set(CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_ESP_IPC_USES_CALLERS_PRIORITY "y") +set(CONFIG_ESP_IPC_ISR_ENABLE "y") +set(CONFIG_ESP_TIMER_PROFILING "") +set(CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER "y") +set(CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER "y") +set(CONFIG_ESP_TIMER_TASK_STACK_SIZE "3584") +set(CONFIG_ESP_TIMER_INTERRUPT_LEVEL "1") +set(CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL "") +set(CONFIG_ESP_TIMER_TASK_AFFINITY "0x0") +set(CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 "y") +set(CONFIG_ESP_TIMER_ISR_AFFINITY "0x1") +set(CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 "y") +set(CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD "") +set(CONFIG_ESP_TIMER_IMPL_TG0_LAC "y") +set(CONFIG_ESP_WIFI_ENABLED "y") +set(CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM "10") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM "32") +set(CONFIG_ESP_WIFI_STATIC_TX_BUFFER "") +set(CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER "y") +set(CONFIG_ESP_WIFI_TX_BUFFER_TYPE "1") +set(CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM "32") +set(CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER "y") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER "") +set(CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF "0") +set(CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF "5") +set(CONFIG_ESP_WIFI_CSI_ENABLED "") +set(CONFIG_ESP_WIFI_AMPDU_TX_ENABLED "y") +set(CONFIG_ESP_WIFI_TX_BA_WIN "6") +set(CONFIG_ESP_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP_WIFI_NVS_ENABLED "y") +set(CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 "y") +set(CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 "") +set(CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN "752") +set(CONFIG_ESP_WIFI_MGMT_SBUF_NUM "32") +set(CONFIG_ESP_WIFI_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_EXTRA_IRAM_OPT "") +set(CONFIG_ESP_WIFI_RX_IRAM_OPT "y") +set(CONFIG_ESP_WIFI_ENABLE_WPA3_SAE "y") +set(CONFIG_ESP_WIFI_ENABLE_SAE_PK "y") +set(CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT "y") +set(CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA "y") +set(CONFIG_ESP_WIFI_SLP_IRAM_OPT "") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME "50") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME "10") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME "15") +set(CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE "y") +set(CONFIG_ESP_WIFI_GMAC_SUPPORT "y") +set(CONFIG_ESP_WIFI_SOFTAP_SUPPORT "y") +set(CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT "") +set(CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM "7") +set(CONFIG_ESP_WIFI_NAN_ENABLE "") +set(CONFIG_ESP_WIFI_MBEDTLS_CRYPTO "y") +set(CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_ESP_WIFI_WAPI_PSK "") +set(CONFIG_ESP_WIFI_11KV_SUPPORT "") +set(CONFIG_ESP_WIFI_MBO_SUPPORT "") +set(CONFIG_ESP_WIFI_DPP_SUPPORT "") +set(CONFIG_ESP_WIFI_11R_SUPPORT "") +set(CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR "") +set(CONFIG_ESP_WIFI_WPS_STRICT "") +set(CONFIG_ESP_WIFI_WPS_PASSPHRASE "") +set(CONFIG_ESP_WIFI_DEBUG_PRINT "") +set(CONFIG_ESP_WIFI_TESTING_OPTIONS "") +set(CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT "y") +set(CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_UART "") +set(CONFIG_ESP_COREDUMP_ENABLE_TO_NONE "y") +set(CONFIG_FATFS_VOLUME_COUNT "2") +set(CONFIG_FATFS_LFN_NONE "y") +set(CONFIG_FATFS_LFN_HEAP "") +set(CONFIG_FATFS_LFN_STACK "") +set(CONFIG_FATFS_SECTOR_512 "") +set(CONFIG_FATFS_SECTOR_4096 "y") +set(CONFIG_FATFS_CODEPAGE_DYNAMIC "") +set(CONFIG_FATFS_CODEPAGE_437 "y") +set(CONFIG_FATFS_CODEPAGE_720 "") +set(CONFIG_FATFS_CODEPAGE_737 "") +set(CONFIG_FATFS_CODEPAGE_771 "") +set(CONFIG_FATFS_CODEPAGE_775 "") +set(CONFIG_FATFS_CODEPAGE_850 "") +set(CONFIG_FATFS_CODEPAGE_852 "") +set(CONFIG_FATFS_CODEPAGE_855 "") +set(CONFIG_FATFS_CODEPAGE_857 "") +set(CONFIG_FATFS_CODEPAGE_860 "") +set(CONFIG_FATFS_CODEPAGE_861 "") +set(CONFIG_FATFS_CODEPAGE_862 "") +set(CONFIG_FATFS_CODEPAGE_863 "") +set(CONFIG_FATFS_CODEPAGE_864 "") +set(CONFIG_FATFS_CODEPAGE_865 "") +set(CONFIG_FATFS_CODEPAGE_866 "") +set(CONFIG_FATFS_CODEPAGE_869 "") +set(CONFIG_FATFS_CODEPAGE_932 "") +set(CONFIG_FATFS_CODEPAGE_936 "") +set(CONFIG_FATFS_CODEPAGE_949 "") +set(CONFIG_FATFS_CODEPAGE_950 "") +set(CONFIG_FATFS_CODEPAGE "437") +set(CONFIG_FATFS_FS_LOCK "0") +set(CONFIG_FATFS_TIMEOUT_MS "10000") +set(CONFIG_FATFS_PER_FILE_CACHE "y") +set(CONFIG_FATFS_USE_FASTSEEK "") +set(CONFIG_FATFS_VFS_FSTAT_BLKSIZE "0") +set(CONFIG_FREERTOS_SMP "") +set(CONFIG_FREERTOS_UNICORE "") +set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") +set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") +set(CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS "1") +set(CONFIG_FREERTOS_IDLE_TASK_STACKSIZE "1536") +set(CONFIG_FREERTOS_USE_IDLE_HOOK "") +set(CONFIG_FREERTOS_USE_TICK_HOOK "") +set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") +set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") +set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") +set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") +set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") +set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") +set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") +set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") +set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") +set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") +set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") +set(CONFIG_FREERTOS_FPU_IN_ISR "") +set(CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER "y") +set(CONFIG_FREERTOS_CORETIMER_0 "y") +set(CONFIG_FREERTOS_CORETIMER_1 "") +set(CONFIG_FREERTOS_SYSTICK_USES_CCOUNT "y") +set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "") +set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") +set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") +set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") +set(CONFIG_HAL_ASSERTION_DISABLE "") +set(CONFIG_HAL_ASSERTION_SILENT "") +set(CONFIG_HAL_ASSERTION_ENABLE "") +set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") +set(CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM "y") +set(CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM "y") +set(CONFIG_HEAP_POISONING_DISABLED "y") +set(CONFIG_HEAP_POISONING_LIGHT "") +set(CONFIG_HEAP_POISONING_COMPREHENSIVE "") +set(CONFIG_HEAP_TRACING_OFF "y") +set(CONFIG_HEAP_TRACING_STANDALONE "") +set(CONFIG_HEAP_TRACING_TOHOST "") +set(CONFIG_HEAP_USE_HOOKS "") +set(CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS "") +set(CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH "") +set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") +set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") +set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") +set(CONFIG_LOG_DEFAULT_LEVEL_INFO "y") +set(CONFIG_LOG_DEFAULT_LEVEL_DEBUG "") +set(CONFIG_LOG_DEFAULT_LEVEL_VERBOSE "") +set(CONFIG_LOG_DEFAULT_LEVEL "3") +set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") +set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") +set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") +set(CONFIG_LOG_MAXIMUM_LEVEL "3") +set(CONFIG_LOG_COLORS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") +set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") +set(CONFIG_LWIP_LOCAL_HOSTNAME "espressif") +set(CONFIG_LWIP_NETIF_API "") +set(CONFIG_LWIP_TCPIP_TASK_PRIO "18") +set(CONFIG_LWIP_TCPIP_CORE_LOCKING "") +set(CONFIG_LWIP_CHECK_THREAD_SAFETY "") +set(CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES "y") +set(CONFIG_LWIP_L2_TO_L3_COPY "") +set(CONFIG_LWIP_IRAM_OPTIMIZATION "") +set(CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION "") +set(CONFIG_LWIP_TIMERS_ONDEMAND "y") +set(CONFIG_LWIP_ND6 "y") +set(CONFIG_LWIP_FORCE_ROUTER_FORWARDING "") +set(CONFIG_LWIP_MAX_SOCKETS "10") +set(CONFIG_LWIP_USE_ONLY_LWIP_SELECT "") +set(CONFIG_LWIP_SO_LINGER "") +set(CONFIG_LWIP_SO_REUSE "y") +set(CONFIG_LWIP_SO_REUSE_RXTOALL "y") +set(CONFIG_LWIP_SO_RCVBUF "") +set(CONFIG_LWIP_NETBUF_RECVINFO "") +set(CONFIG_LWIP_IP_DEFAULT_TTL "64") +set(CONFIG_LWIP_IP4_FRAG "y") +set(CONFIG_LWIP_IP6_FRAG "y") +set(CONFIG_LWIP_IP4_REASSEMBLY "") +set(CONFIG_LWIP_IP6_REASSEMBLY "") +set(CONFIG_LWIP_IP_REASS_MAX_PBUFS "10") +set(CONFIG_LWIP_IP_FORWARD "") +set(CONFIG_LWIP_STATS "") +set(CONFIG_LWIP_ESP_GRATUITOUS_ARP "y") +set(CONFIG_LWIP_GARP_TMR_INTERVAL "60") +set(CONFIG_LWIP_ESP_MLDV6_REPORT "y") +set(CONFIG_LWIP_MLDV6_TMR_INTERVAL "40") +set(CONFIG_LWIP_TCPIP_RECVMBOX_SIZE "32") +set(CONFIG_LWIP_DHCP_DOES_ARP_CHECK "y") +set(CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID "") +set(CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID "y") +set(CONFIG_LWIP_DHCP_RESTORE_LAST_IP "") +set(CONFIG_LWIP_DHCP_OPTIONS_LEN "68") +set(CONFIG_LWIP_NUM_NETIF_CLIENT_DATA "0") +set(CONFIG_LWIP_DHCP_COARSE_TIMER_SECS "1") +set(CONFIG_LWIP_DHCPS "y") +set(CONFIG_LWIP_DHCPS_LEASE_UNIT "60") +set(CONFIG_LWIP_DHCPS_MAX_STATION_NUM "8") +set(CONFIG_LWIP_AUTOIP "") +set(CONFIG_LWIP_IPV4 "y") +set(CONFIG_LWIP_IPV6 "y") +set(CONFIG_LWIP_IPV6_AUTOCONFIG "") +set(CONFIG_LWIP_IPV6_NUM_ADDRESSES "3") +set(CONFIG_LWIP_IPV6_FORWARD "") +set(CONFIG_LWIP_NETIF_STATUS_CALLBACK "") +set(CONFIG_LWIP_NETIF_LOOPBACK "y") +set(CONFIG_LWIP_LOOPBACK_MAX_PBUFS "8") +set(CONFIG_LWIP_MAX_ACTIVE_TCP "16") +set(CONFIG_LWIP_MAX_LISTENING_TCP "16") +set(CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION "y") +set(CONFIG_LWIP_TCP_MAXRTX "12") +set(CONFIG_LWIP_TCP_SYNMAXRTX "12") +set(CONFIG_LWIP_TCP_MSS "1440") +set(CONFIG_LWIP_TCP_TMR_INTERVAL "250") +set(CONFIG_LWIP_TCP_MSL "60000") +set(CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT "20000") +set(CONFIG_LWIP_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_LWIP_TCP_WND_DEFAULT "5760") +set(CONFIG_LWIP_TCP_RECVMBOX_SIZE "6") +set(CONFIG_LWIP_TCP_QUEUE_OOSEQ "y") +set(CONFIG_LWIP_TCP_OOSEQ_TIMEOUT "6") +set(CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS "4") +set(CONFIG_LWIP_TCP_SACK_OUT "") +set(CONFIG_LWIP_TCP_OVERSIZE_MSS "y") +set(CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS "") +set(CONFIG_LWIP_TCP_OVERSIZE_DISABLE "") +set(CONFIG_LWIP_TCP_RTO_TIME "1500") +set(CONFIG_LWIP_MAX_UDP_PCBS "16") +set(CONFIG_LWIP_UDP_RECVMBOX_SIZE "6") +set(CONFIG_LWIP_CHECKSUM_CHECK_IP "") +set(CONFIG_LWIP_CHECKSUM_CHECK_UDP "") +set(CONFIG_LWIP_CHECKSUM_CHECK_ICMP "y") +set(CONFIG_LWIP_TCPIP_TASK_STACK_SIZE "3072") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 "") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 "") +set(CONFIG_LWIP_TCPIP_TASK_AFFINITY "0x7fffffff") +set(CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES "5") +set(CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS "3") +set(CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS "10") +set(CONFIG_LWIP_PPP_SUPPORT "") +set(CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE "3") +set(CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS "5") +set(CONFIG_LWIP_SLIP_SUPPORT "") +set(CONFIG_LWIP_ICMP "y") +set(CONFIG_LWIP_MULTICAST_PING "") +set(CONFIG_LWIP_BROADCAST_PING "") +set(CONFIG_LWIP_MAX_RAW_PCBS "16") +set(CONFIG_LWIP_SNTP_MAX_SERVERS "1") +set(CONFIG_LWIP_DHCP_GET_NTP_SRV "") +set(CONFIG_LWIP_SNTP_UPDATE_DELAY "3600000") +set(CONFIG_LWIP_DNS_MAX_SERVERS "3") +set(CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT "") +set(CONFIG_LWIP_BRIDGEIF_MAX_PORTS "7") +set(CONFIG_LWIP_ESP_LWIP_ASSERT "y") +set(CONFIG_LWIP_HOOK_TCP_ISN_NONE "") +set(CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT "y") +set(CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_NONE "y") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT "") +set(CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM "") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_NONE "y") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT "") +set(CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE "y") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT "") +set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM "") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE "y") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT "") +set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM "") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE "y") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_NONE "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT "y") +set(CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM "") +set(CONFIG_LWIP_DEBUG "") +set(CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC "y") +set(CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC "") +set(CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC "") +set(CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN "y") +set(CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN "16384") +set(CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN "4096") +set(CONFIG_MBEDTLS_DYNAMIC_BUFFER "") +set(CONFIG_MBEDTLS_DEBUG "") +set(CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 "") +set(CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH "") +set(CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK "") +set(CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION "") +set(CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE "y") +set(CONFIG_MBEDTLS_PKCS7_C "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL "y") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE "") +set(CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS "200") +set(CONFIG_MBEDTLS_ECP_RESTARTABLE "") +set(CONFIG_MBEDTLS_CMAC_C "y") +set(CONFIG_MBEDTLS_HARDWARE_AES "y") +set(CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER "") +set(CONFIG_MBEDTLS_HARDWARE_MPI "y") +set(CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI "") +set(CONFIG_MBEDTLS_HARDWARE_SHA "y") +set(CONFIG_MBEDTLS_ROM_MD5 "y") +set(CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN "") +set(CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY "") +set(CONFIG_MBEDTLS_HAVE_TIME "y") +set(CONFIG_MBEDTLS_PLATFORM_TIME_ALT "") +set(CONFIG_MBEDTLS_HAVE_TIME_DATE "") +set(CONFIG_MBEDTLS_ECDSA_DETERMINISTIC "y") +set(CONFIG_MBEDTLS_SHA512_C "y") +set(CONFIG_MBEDTLS_SHA3_C "") +set(CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT "y") +set(CONFIG_MBEDTLS_TLS_SERVER_ONLY "") +set(CONFIG_MBEDTLS_TLS_CLIENT_ONLY "") +set(CONFIG_MBEDTLS_TLS_DISABLED "") +set(CONFIG_MBEDTLS_TLS_SERVER "y") +set(CONFIG_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_MBEDTLS_TLS_ENABLED "y") +set(CONFIG_MBEDTLS_PSK_MODES "") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_RSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA "y") +set(CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA "y") +set(CONFIG_MBEDTLS_SSL_RENEGOTIATION "y") +set(CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 "y") +set(CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 "") +set(CONFIG_MBEDTLS_SSL_PROTO_DTLS "") +set(CONFIG_MBEDTLS_SSL_ALPN "y") +set(CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS "y") +set(CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS "y") +set(CONFIG_MBEDTLS_AES_C "y") +set(CONFIG_MBEDTLS_CAMELLIA_C "") +set(CONFIG_MBEDTLS_DES_C "") +set(CONFIG_MBEDTLS_BLOWFISH_C "") +set(CONFIG_MBEDTLS_XTEA_C "") +set(CONFIG_MBEDTLS_CCM_C "y") +set(CONFIG_MBEDTLS_GCM_C "y") +set(CONFIG_MBEDTLS_NIST_KW_C "") +set(CONFIG_MBEDTLS_RIPEMD160_C "") +set(CONFIG_MBEDTLS_PEM_PARSE_C "y") +set(CONFIG_MBEDTLS_PEM_WRITE_C "y") +set(CONFIG_MBEDTLS_X509_CRL_PARSE_C "y") +set(CONFIG_MBEDTLS_X509_CSR_PARSE_C "y") +set(CONFIG_MBEDTLS_ECP_C "y") +set(CONFIG_MBEDTLS_DHM_C "") +set(CONFIG_MBEDTLS_ECDH_C "y") +set(CONFIG_MBEDTLS_ECDSA_C "y") +set(CONFIG_MBEDTLS_ECJPAKE_C "") +set(CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED "y") +set(CONFIG_MBEDTLS_ECP_NIST_OPTIM "y") +set(CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM "") +set(CONFIG_MBEDTLS_POLY1305_C "") +set(CONFIG_MBEDTLS_CHACHA20_C "") +set(CONFIG_MBEDTLS_HKDF_C "") +set(CONFIG_MBEDTLS_THREADING_C "") +set(CONFIG_MBEDTLS_ERROR_STRINGS "y") +set(CONFIG_MQTT_PROTOCOL_311 "y") +set(CONFIG_MQTT_PROTOCOL_5 "") +set(CONFIG_MQTT_TRANSPORT_SSL "y") +set(CONFIG_MQTT_TRANSPORT_WEBSOCKET "y") +set(CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE "y") +set(CONFIG_MQTT_MSG_ID_INCREMENTAL "") +set(CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED "") +set(CONFIG_MQTT_REPORT_DELETED_MESSAGES "") +set(CONFIG_MQTT_USE_CUSTOM_CONFIG "") +set(CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED "") +set(CONFIG_MQTT_CUSTOM_OUTBOX "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF "y") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_LF "") +set(CONFIG_NEWLIB_STDIN_LINE_ENDING_CR "y") +set(CONFIG_NEWLIB_NANO_FORMAT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT "") +set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") +set(CONFIG_NVS_ASSERT_ERROR_CHECK "") +set(CONFIG_OPENTHREAD_ENABLED "") +set(CONFIG_OPENTHREAD_SPINEL_ONLY "") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 "y") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 "y") +set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 "y") +set(CONFIG_PTHREAD_TASK_PRIO_DEFAULT "5") +set(CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") +set(CONFIG_PTHREAD_STACK_MIN "768") +set(CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY "y") +set(CONFIG_PTHREAD_DEFAULT_CORE_0 "") +set(CONFIG_PTHREAD_DEFAULT_CORE_1 "") +set(CONFIG_PTHREAD_TASK_CORE_DEFAULT "-1") +set(CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread") +set(CONFIG_MMU_PAGE_SIZE_64KB "y") +set(CONFIG_MMU_PAGE_MODE "64KB") +set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") +set(CONFIG_SPI_FLASH_VERIFY_WRITE "") +set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") +set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") +set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") +set(CONFIG_SPI_FLASH_SHARE_SPI1_BUS "") +set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") +set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") +set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") +set(CONFIG_SPI_FLASH_ERASE_YIELD_TICKS "1") +set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") +set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") +set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") +set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") +set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED "y") +set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") +set(CONFIG_SPIFFS_MAX_PARTITIONS "3") +set(CONFIG_SPIFFS_CACHE "y") +set(CONFIG_SPIFFS_CACHE_WR "y") +set(CONFIG_SPIFFS_CACHE_STATS "") +set(CONFIG_SPIFFS_PAGE_CHECK "y") +set(CONFIG_SPIFFS_GC_MAX_RUNS "10") +set(CONFIG_SPIFFS_GC_STATS "") +set(CONFIG_SPIFFS_PAGE_SIZE "256") +set(CONFIG_SPIFFS_OBJ_NAME_LEN "32") +set(CONFIG_SPIFFS_FOLLOW_SYMLINKS "") +set(CONFIG_SPIFFS_USE_MAGIC "y") +set(CONFIG_SPIFFS_USE_MAGIC_LENGTH "y") +set(CONFIG_SPIFFS_META_LENGTH "4") +set(CONFIG_SPIFFS_USE_MTIME "y") +set(CONFIG_SPIFFS_DBG "") +set(CONFIG_SPIFFS_API_DBG "") +set(CONFIG_SPIFFS_GC_DBG "") +set(CONFIG_SPIFFS_CACHE_DBG "") +set(CONFIG_SPIFFS_CHECK_DBG "") +set(CONFIG_SPIFFS_TEST_VISUALISATION "") +set(CONFIG_WS_TRANSPORT "y") +set(CONFIG_WS_BUFFER_SIZE "1024") +set(CONFIG_WS_DYNAMIC_BUFFER "") +set(CONFIG_ULP_COPROC_ENABLED "") +set(CONFIG_UNITY_ENABLE_FLOAT "y") +set(CONFIG_UNITY_ENABLE_DOUBLE "y") +set(CONFIG_UNITY_ENABLE_64BIT "") +set(CONFIG_UNITY_ENABLE_COLOR "") +set(CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER "y") +set(CONFIG_UNITY_ENABLE_FIXTURE "") +set(CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL "") +set(CONFIG_VFS_SUPPORT_IO "y") +set(CONFIG_VFS_SUPPORT_DIR "y") +set(CONFIG_VFS_SUPPORT_SELECT "y") +set(CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT "y") +set(CONFIG_VFS_SELECT_IN_RAM "") +set(CONFIG_VFS_SUPPORT_TERMIOS "y") +set(CONFIG_VFS_MAX_COUNT "8") +set(CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS "1") +set(CONFIG_WL_SECTOR_SIZE_512 "") +set(CONFIG_WL_SECTOR_SIZE_4096 "y") +set(CONFIG_WL_SECTOR_SIZE "4096") +set(CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES "16") +set(CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT "30") +set(CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION "") +set(CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN "y") +set(CONFIG_WIFI_PROV_STA_FAST_SCAN "") +set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") +set(CONFIGS_LIST CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND;CONFIG_SOC_CAPS_ECO_VER_MAX;CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DAC_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_SDMMC_HOST_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_EMAC_SUPPORTED;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_CCOMP_TIMER_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_TOUCH_SENSOR_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_ULP_FSM_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL;CONFIG_SOC_XTAL_SUPPORT_26M;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT;CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_IDCACHE_PER_CORE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FPU;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DAC_CHAN_NUM;CONFIG_SOC_DAC_RESOLUTION;CONFIG_SOC_DAC_DMA_16BIT_ALIGN;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_VALID_GPIO_MASK;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_APB;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_1;CONFIG_SOC_I2S_SUPPORTS_APLL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_PDM_RX;CONFIG_SOC_I2S_PDM_MAX_RX_LINES;CONFIG_SOC_I2S_SUPPORTS_ADC_DAC;CONFIG_SOC_I2S_SUPPORTS_ADC;CONFIG_SOC_I2S_SUPPORTS_DAC;CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA;CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD;CONFIG_SOC_I2S_LCD_I80_VARIANT;CONFIG_SOC_LCD_I80_SUPPORTED;CONFIG_SOC_LCD_I80_BUSES;CONFIG_SOC_LCD_I80_BUS_WIDTH;CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_REF_TICK;CONFIG_SOC_LEDC_SUPPORT_HS_MODE;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_REF_TICK;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED;CONFIG_SOC_SPI_AS_CS_SUPPORTED;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_DMA_CHAN_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TOUCH_VERSION_1;CONFIG_SOC_TOUCH_SENSOR_NUM;CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_REF_TICK;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_SPIRAM_SUPPORTED;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SHA_SUPPORT_SHA384;CONFIG_SOC_SHA_SUPPORT_SHA512;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_192;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_SECURE_BOOT_V1;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP;CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD;CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED;CONFIG_SOC_CLK_APLL_SUPPORTED;CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ;CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ;CONFIG_SOC_APLL_MIN_HZ;CONFIG_SOC_APLL_MAX_HZ;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_SDMMC_USE_IOMUX;CONFIG_SOC_SDMMC_NUM_SLOTS;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_NAN_SUPPORT;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BT_CLASSIC_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_ULP_HAS_ADC;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET_ARCH_XTENSA;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_NO_BLOBS;CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V1_SUPPORTED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_APPTRACE_DEST_JTAG;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_DEST_UART1;CONFIG_APPTRACE_DEST_UART2;CONFIG_APPTRACE_DEST_UART_NONE;CONFIG_APPTRACE_UART_TASK_PRIO;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_BT_ALARM_MAX_NUM;CONFIG_ADC_DISABLE_DAC;CONFIG_ADC2_DISABLE_DAC;CONFIG_ADC_SUPPRESS_DEPRECATE_WARN;CONFIG_ADC_CAL_EFUSE_TP_ENABLE;CONFIG_ADC_CAL_EFUSE_VREF_ENABLE;CONFIG_ADC_CAL_LUT_ENABLE;CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_TWAI_ISR_IN_IRAM;CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC;CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST;CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID;CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT;CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM;CONFIG_UART_ISR_IN_IRAM;CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL;CONFIG_GPIO_CTRL_FUNC_IN_IRAM;CONFIG_SDM_CTRL_FUNC_IN_IRAM;CONFIG_SDM_SUPPRESS_DEPRECATE_WARN;CONFIG_SDM_ENABLE_DEBUG_LOG;CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM;CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_IRAM_SAFE;CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN;CONFIG_GPTIMER_ENABLE_DEBUG_LOG;CONFIG_PCNT_CTRL_FUNC_IN_IRAM;CONFIG_PCNT_ISR_IRAM_SAFE;CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN;CONFIG_PCNT_ENABLE_DEBUG_LOG;CONFIG_RMT_ISR_IRAM_SAFE;CONFIG_RMT_RECV_FUNC_IN_IRAM;CONFIG_RMT_SUPPRESS_DEPRECATE_WARN;CONFIG_RMT_ENABLE_DEBUG_LOG;CONFIG_MCPWM_ISR_IRAM_SAFE;CONFIG_MCPWM_ISR_IN_IRAM;CONFIG_MCPWM_CTRL_FUNC_IN_IRAM;CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN;CONFIG_MCPWM_ENABLE_DEBUG_LOG;CONFIG_I2S_ISR_IRAM_SAFE;CONFIG_I2S_SUPPRESS_DEPRECATE_WARN;CONFIG_I2S_ENABLE_DEBUG_LOG;CONFIG_DAC_CTRL_FUNC_IN_IRAM;CONFIG_DAC_ISR_IRAM_SAFE;CONFIG_DAC_SUPPRESS_DEPRECATE_WARN;CONFIG_DAC_ENABLE_DEBUG_LOG;CONFIG_DAC_DMA_AUTO_16BIT_ALIGN;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_USE_SECURE_ELEMENT;CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP_TLS_INSECURE;CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM;CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE;CONFIG_ADC_CALI_EFUSE_TP_ENABLE;CONFIG_ADC_CALI_EFUSE_VREF_ENABLE;CONFIG_ADC_CALI_LUT_ENABLE;CONFIG_ADC_DISABLE_DAC_OUTPUT;CONFIG_ESP_COEX_GPIO_DEBUG;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_ESP32_EMAC;CONFIG_ETH_PHY_INTERFACE_RMII;CONFIG_ETH_RMII_CLK_INPUT;CONFIG_ETH_RMII_CLK_OUTPUT;CONFIG_ETH_RMII_CLK_IN_GPIO;CONFIG_ETH_DMA_BUFFER_SIZE;CONFIG_ETH_DMA_RX_BUFFER_NUM;CONFIG_ETH_DMA_TX_BUFFER_NUM;CONFIG_ETH_IRAM_OPTIMIZATION;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_SPI_ETHERNET_W5500;CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL;CONFIG_ETH_USE_OPENETH;CONFIG_ETH_TRANSMIT_MUTEX;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_HTTPD_WS_SUPPORT;CONFIG_HTTPD_QUEUE_WORK_BLOCKING;CONFIG_ESP_HTTPS_OTA_DECRYPT_CB;CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_1_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN_3_1;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_XTAL_FREQ;CONFIG_ESP32_XTAL_FREQ;CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE;CONFIG_LCD_ENABLE_DEBUG_LOG;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API;CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS;CONFIG_ESP_NETIF_L2_TAP;CONFIG_ESP_NETIF_BRIDGE_EN;CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP_PHY_MAX_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP_PHY_REDUCE_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_ESP_PHY_ENABLE_CERT_TEST;CONFIG_ESP_PHY_RF_CAL_PARTIAL;CONFIG_ESP_PHY_RF_CAL_NONE;CONFIG_ESP_PHY_RF_CAL_FULL;CONFIG_ESP_PHY_CALIBRATION_MODE;CONFIG_ESP_PHY_PLL_TRACK_DEBUG;CONFIG_PM_ENABLE;CONFIG_PM_SLP_IRAM_OPT;CONFIG_SPIRAM;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_MULTIPLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_IPC_ISR_ENABLE;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER;CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_INTERRUPT_LEVEL;CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL;CONFIG_ESP_TIMER_TASK_AFFINITY;CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0;CONFIG_ESP_TIMER_ISR_AFFINITY;CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0;CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD;CONFIG_ESP_TIMER_IMPL_TG0_LAC;CONFIG_ESP_WIFI_ENABLED;CONFIG_ESP32_WIFI_ENABLED;CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF;CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF;CONFIG_ESP_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP_WIFI_EXTRA_IRAM_OPT;CONFIG_ESP_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP_WIFI_ENABLE_SAE_PK;CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT;CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP_WIFI_SLP_IRAM_OPT;CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME;CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE;CONFIG_ESP_WIFI_GMAC_SUPPORT;CONFIG_ESP_WIFI_SOFTAP_SUPPORT;CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT;CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM;CONFIG_ESP_WIFI_NAN_ENABLE;CONFIG_ESP_WIFI_MBEDTLS_CRYPTO;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT;CONFIG_WPA_MBEDTLS_TLS_CLIENT;CONFIG_ESP_WIFI_WAPI_PSK;CONFIG_WPA_WAPI_PSK;CONFIG_ESP_WIFI_11KV_SUPPORT;CONFIG_WPA_11KV_SUPPORT;CONFIG_ESP_WIFI_MBO_SUPPORT;CONFIG_WPA_MBO_SUPPORT;CONFIG_ESP_WIFI_DPP_SUPPORT;CONFIG_WPA_DPP_SUPPORT;CONFIG_ESP_WIFI_11R_SUPPORT;CONFIG_WPA_11R_SUPPORT;CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR;CONFIG_WPA_WPS_SOFTAP_REGISTRAR;CONFIG_ESP_WIFI_WPS_STRICT;CONFIG_WPA_WPS_STRICT;CONFIG_ESP_WIFI_WPS_PASSPHRASE;CONFIG_ESP_WIFI_DEBUG_PRINT;CONFIG_WPA_DEBUG_PRINT;CONFIG_ESP_WIFI_TESTING_OPTIONS;CONFIG_WPA_TESTING_OPTIONS;CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT;CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER;CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP_COREDUMP_ENABLE_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP_COREDUMP_ENABLE_TO_NONE;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_VOLUME_COUNT;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_SECTOR_512;CONFIG_FATFS_SECTOR_4096;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FATFS_USE_FASTSEEK;CONFIG_FATFS_VFS_FSTAT_BLKSIZE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_SYSTICK_USES_CCOUNT;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM;CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_HEAP_USE_HOOKS;CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS;CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_NETIF_API;CONFIG_LWIP_TCPIP_TASK_PRIO;CONFIG_LWIP_TCPIP_CORE_LOCKING;CONFIG_LWIP_CHECK_THREAD_SAFETY;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_ND6;CONFIG_LWIP_FORCE_ROUTER_FORWARDING;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_LINGER;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP_DEFAULT_TTL;CONFIG_LWIP_IP4_FRAG;CONFIG_LWIP_IP6_FRAG;CONFIG_LWIP_IP4_REASSEMBLY;CONFIG_LWIP_IP6_REASSEMBLY;CONFIG_LWIP_IP_REASS_MAX_PBUFS;CONFIG_LWIP_IP_FORWARD;CONFIG_LWIP_STATS;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_ESP_MLDV6_REPORT;CONFIG_LWIP_MLDV6_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID;CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCP_OPTIONS_LEN;CONFIG_LWIP_NUM_NETIF_CLIENT_DATA;CONFIG_LWIP_DHCP_COARSE_TIMER_SECS;CONFIG_LWIP_DHCPS;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_IPV4;CONFIG_LWIP_IPV6;CONFIG_LWIP_IPV6_AUTOCONFIG;CONFIG_LWIP_IPV6_NUM_ADDRESSES;CONFIG_LWIP_IPV6_FORWARD;CONFIG_LWIP_NETIF_STATUS_CALLBACK;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_OOSEQ_TIMEOUT;CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_TCP_RTO_TIME;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_CHECKSUM_CHECK_IP;CONFIG_LWIP_CHECKSUM_CHECK_UDP;CONFIG_LWIP_CHECKSUM_CHECK_ICMP;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1;CONFIG_TCPIP_TASK_AFFINITY_CPU1;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES;CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS;CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE;CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS;CONFIG_LWIP_SLIP_SUPPORT;CONFIG_LWIP_ICMP;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_SNTP_MAX_SERVERS;CONFIG_LWIP_DHCP_GET_NTP_SRV;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_LWIP_DNS_MAX_SERVERS;CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT;CONFIG_LWIP_BRIDGEIF_MAX_PORTS;CONFIG_LWIP_ESP_LWIP_ASSERT;CONFIG_LWIP_HOOK_TCP_ISN_NONE;CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT;CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM;CONFIG_LWIP_HOOK_IP6_ROUTE_NONE;CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT;CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM;CONFIG_LWIP_HOOK_ND6_GET_GW_NONE;CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT;CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_IP6_INPUT_NONE;CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT;CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM;CONFIG_LWIP_DEBUG;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DYNAMIC_BUFFER;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_SSL_PROTO_TLS1_3;CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH;CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK;CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION;CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE;CONFIG_MBEDTLS_PKCS7_C;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE;CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_ROM_MD5;CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN;CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_PLATFORM_TIME_ALT;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_ECDSA_DETERMINISTIC;CONFIG_MBEDTLS_SHA512_C;CONFIG_MBEDTLS_SHA3_C;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_NIST_KW_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_DHM_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECJPAKE_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM;CONFIG_MBEDTLS_POLY1305_C;CONFIG_MBEDTLS_CHACHA20_C;CONFIG_MBEDTLS_HKDF_C;CONFIG_MBEDTLS_THREADING_C;CONFIG_MBEDTLS_ERROR_STRINGS;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_PROTOCOL_5;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_MSG_ID_INCREMENTAL;CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED;CONFIG_MQTT_REPORT_DELETED_MESSAGES;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_NVS_ASSERT_ERROR_CHECK;CONFIG_OPENTHREAD_ENABLED;CONFIG_OPENTHREAD_SPINEL_ONLY;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY;CONFIG_PTHREAD_DEFAULT_CORE_0;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0;CONFIG_PTHREAD_DEFAULT_CORE_1;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_SHARE_SPI1_BUS;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_WS_TRANSPORT;CONFIG_WS_BUFFER_SIZE;CONFIG_WS_DYNAMIC_BUFFER;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_64BIT;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPORT_IO;CONFIG_VFS_SUPPORT_DIR;CONFIG_VFS_SUPPORT_SELECT;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SELECT_IN_RAM;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_VFS_MAX_COUNT;CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION;CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN;CONFIG_WIFI_PROV_STA_FAST_SCAN;CONFIG_IDF_EXPERIMENTAL_FEATURES) +# List of deprecated options for backward compatibility +set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") +set(CONFIG_NO_BLOBS "") +set(CONFIG_ESP32_NO_BLOBS "") +set(CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") +set(CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_INFO "y") +set(CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG "") +set(CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE "") +set(CONFIG_LOG_BOOTLOADER_LEVEL "3") +set(CONFIG_APP_ROLLBACK_ENABLE "") +set(CONFIG_FLASH_ENCRYPTION_ENABLED "") +set(CONFIG_FLASHMODE_QIO "") +set(CONFIG_FLASHMODE_QOUT "") +set(CONFIG_FLASHMODE_DIO "y") +set(CONFIG_FLASHMODE_DOUT "") +set(CONFIG_MONITOR_BAUD "115200") +set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") +set(CONFIG_OPTIMIZATION_ASSERTIONS_SILENT "") +set(CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED "") +set(CONFIG_OPTIMIZATION_ASSERTION_LEVEL "2") +set(CONFIG_CXX_EXCEPTIONS "") +set(CONFIG_STACK_CHECK_NONE "y") +set(CONFIG_STACK_CHECK_NORM "") +set(CONFIG_STACK_CHECK_STRONG "") +set(CONFIG_STACK_CHECK_ALL "") +set(CONFIG_WARN_WRITE_STRINGS "") +set(CONFIG_ESP32_APPTRACE_DEST_TRAX "") +set(CONFIG_ESP32_APPTRACE_DEST_NONE "y") +set(CONFIG_ESP32_APPTRACE_LOCK_ENABLE "y") +set(CONFIG_ADC2_DISABLE_DAC "y") +set(CONFIG_MCPWM_ISR_IN_IRAM "") +set(CONFIG_EVENT_LOOP_PROFILING "") +set(CONFIG_POST_EVENTS_FROM_ISR "y") +set(CONFIG_POST_EVENTS_FROM_IRAM_ISR "y") +set(CONFIG_OTA_ALLOW_HTTP "") +set(CONFIG_TWO_UNIVERSAL_MAC_ADDRESS "") +set(CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS "y") +set(CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS "4") +set(CONFIG_ESP_SYSTEM_PD_FLASH "") +set(CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP32_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC "y") +set(CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL "") +set(CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC "") +set(CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 "") +set(CONFIG_ESP32_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_ESP32_XTAL_FREQ_26 "") +set(CONFIG_ESP32_XTAL_FREQ_40 "y") +set(CONFIG_ESP32_XTAL_FREQ_AUTO "") +set(CONFIG_ESP32_XTAL_FREQ "40") +set(CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE "y") +set(CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION "") +set(CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER "20") +set(CONFIG_ESP32_PHY_MAX_TX_POWER "20") +set(CONFIG_REDUCE_PHY_TX_POWER "") +set(CONFIG_ESP32_REDUCE_PHY_TX_POWER "") +set(CONFIG_SPIRAM_SUPPORT "") +set(CONFIG_ESP32_SPIRAM_SUPPORT "") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_80 "") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_160 "y") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_240 "") +set(CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_TRACEMEM_RESERVE_DRAM "0x0") +set(CONFIG_ESP32_PANIC_PRINT_HALT "") +set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") +set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") +set(CONFIG_ESP32_PANIC_GDBSTUB "") +set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") +set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") +set(CONFIG_MAIN_TASK_STACK_SIZE "3584") +set(CONFIG_CONSOLE_UART_DEFAULT "y") +set(CONFIG_CONSOLE_UART_CUSTOM "") +set(CONFIG_CONSOLE_UART_NONE "") +set(CONFIG_ESP_CONSOLE_UART_NONE "") +set(CONFIG_CONSOLE_UART "y") +set(CONFIG_CONSOLE_UART_NUM "0") +set(CONFIG_CONSOLE_UART_BAUDRATE "115200") +set(CONFIG_INT_WDT "y") +set(CONFIG_INT_WDT_TIMEOUT_MS "300") +set(CONFIG_INT_WDT_CHECK_CPU1 "y") +set(CONFIG_TASK_WDT "y") +set(CONFIG_ESP_TASK_WDT "y") +set(CONFIG_TASK_WDT_PANIC "") +set(CONFIG_TASK_WDT_TIMEOUT_S "5") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") +set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") +set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") +set(CONFIG_ESP32_DEBUG_OCDAWARE "y") +set(CONFIG_BROWNOUT_DET "y") +set(CONFIG_ESP32_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 "") +set(CONFIG_BROWNOUT_DET_LVL "0") +set(CONFIG_ESP32_BROWNOUT_DET_LVL "0") +set(CONFIG_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_IPC_TASK_STACK_SIZE "1024") +set(CONFIG_TIMER_TASK_STACK_SIZE "3584") +set(CONFIG_ESP32_WIFI_ENABLED "y") +set(CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM "10") +set(CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM "32") +set(CONFIG_ESP32_WIFI_STATIC_TX_BUFFER "") +set(CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER "y") +set(CONFIG_ESP32_WIFI_TX_BUFFER_TYPE "1") +set(CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM "32") +set(CONFIG_ESP32_WIFI_CSI_ENABLED "") +set(CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED "y") +set(CONFIG_ESP32_WIFI_TX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED "y") +set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") +set(CONFIG_ESP32_WIFI_NVS_ENABLED "y") +set(CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 "y") +set(CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 "") +set(CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN "752") +set(CONFIG_ESP32_WIFI_MGMT_SBUF_NUM "32") +set(CONFIG_ESP32_WIFI_IRAM_OPT "y") +set(CONFIG_ESP32_WIFI_RX_IRAM_OPT "y") +set(CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE "y") +set(CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA "y") +set(CONFIG_WPA_MBEDTLS_CRYPTO "y") +set(CONFIG_WPA_MBEDTLS_TLS_CLIENT "y") +set(CONFIG_WPA_WAPI_PSK "") +set(CONFIG_WPA_11KV_SUPPORT "") +set(CONFIG_WPA_MBO_SUPPORT "") +set(CONFIG_WPA_DPP_SUPPORT "") +set(CONFIG_WPA_11R_SUPPORT "") +set(CONFIG_WPA_WPS_SOFTAP_REGISTRAR "") +set(CONFIG_WPA_WPS_STRICT "") +set(CONFIG_WPA_DEBUG_PRINT "") +set(CONFIG_WPA_TESTING_OPTIONS "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_UART "") +set(CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE "y") +set(CONFIG_TIMER_TASK_PRIORITY "1") +set(CONFIG_TIMER_TASK_STACK_DEPTH "2048") +set(CONFIG_TIMER_QUEUE_LENGTH "10") +set(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK "") +set(CONFIG_HAL_ASSERTION_SILIENT "") +set(CONFIG_L2_TO_L3_COPY "") +set(CONFIG_ESP_GRATUITOUS_ARP "y") +set(CONFIG_GARP_TMR_INTERVAL "60") +set(CONFIG_TCPIP_RECVMBOX_SIZE "32") +set(CONFIG_TCP_MAXRTX "12") +set(CONFIG_TCP_SYNMAXRTX "12") +set(CONFIG_TCP_MSS "1440") +set(CONFIG_TCP_MSL "60000") +set(CONFIG_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_TCP_WND_DEFAULT "5760") +set(CONFIG_TCP_RECVMBOX_SIZE "6") +set(CONFIG_TCP_QUEUE_OOSEQ "y") +set(CONFIG_TCP_OVERSIZE_MSS "y") +set(CONFIG_TCP_OVERSIZE_QUARTER_MSS "") +set(CONFIG_TCP_OVERSIZE_DISABLE "") +set(CONFIG_UDP_RECVMBOX_SIZE "6") +set(CONFIG_TCPIP_TASK_STACK_SIZE "3072") +set(CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") +set(CONFIG_TCPIP_TASK_AFFINITY_CPU0 "") +set(CONFIG_TCPIP_TASK_AFFINITY_CPU1 "") +set(CONFIG_TCPIP_TASK_AFFINITY "0x7fffffff") +set(CONFIG_PPP_SUPPORT "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT "y") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 "y") +set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_HRT "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 "") +set(CONFIG_ESP32_TIME_SYSCALL_USE_NONE "") +set(CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT "5") +set(CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") +set(CONFIG_ESP32_PTHREAD_STACK_MIN "768") +set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY "y") +set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 "") +set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 "") +set(CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT "-1") +set(CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT "pthread") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") +set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") +set(CONFIG_ESP32_ULP_COPROC_ENABLED "") +set(CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT "y") +set(CONFIG_SUPPORT_TERMIOS "y") +set(CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS "1") diff --git a/build/config/sdkconfig.h b/build/config/sdkconfig.h new file mode 100644 index 0000000..3eed668 --- /dev/null +++ b/build/config/sdkconfig.h @@ -0,0 +1,763 @@ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.1.6 Configuration Header + */ +#pragma once +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined" +#define CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined" +#define CONFIG_SOC_DPORT_WORKAROUND "Not determined" +#define CONFIG_SOC_CAPS_ECO_VER_MAX 301 +#define CONFIG_SOC_ADC_SUPPORTED 1 +#define CONFIG_SOC_DAC_SUPPORTED 1 +#define CONFIG_SOC_UART_SUPPORTED 1 +#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_GPTIMER_SUPPORTED 1 +#define CONFIG_SOC_SDMMC_HOST_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_PCNT_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 +#define CONFIG_SOC_TWAI_SUPPORTED 1 +#define CONFIG_SOC_EMAC_SUPPORTED 1 +#define CONFIG_SOC_ULP_SUPPORTED 1 +#define CONFIG_SOC_CCOMP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED 1 +#define CONFIG_SOC_RTC_MEM_SUPPORTED 1 +#define CONFIG_SOC_I2S_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORTED 1 +#define CONFIG_SOC_SDM_SUPPORTED 1 +#define CONFIG_SOC_GPSPI_SUPPORTED 1 +#define CONFIG_SOC_LEDC_SUPPORTED 1 +#define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SUPPORT_COEXISTENCE 1 +#define CONFIG_SOC_AES_SUPPORTED 1 +#define CONFIG_SOC_MPI_SUPPORTED 1 +#define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 +#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 +#define CONFIG_SOC_TOUCH_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_BOD_SUPPORTED 1 +#define CONFIG_SOC_ULP_FSM_SUPPORTED 1 +#define CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL 5 +#define CONFIG_SOC_XTAL_SUPPORT_26M 1 +#define CONFIG_SOC_XTAL_SUPPORT_40M 1 +#define CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT 1 +#define CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_DMA_SUPPORTED 1 +#define CONFIG_SOC_ADC_PERIPH_NUM 2 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 10 +#define CONFIG_SOC_ADC_ATTEN_NUM 4 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 2 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 16 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 2 +#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 2 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 20 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 +#define CONFIG_SOC_IDCACHE_PER_CORE 1 +#define CONFIG_SOC_CPU_CORES_NUM 2 +#define CONFIG_SOC_CPU_INTR_NUM 32 +#define CONFIG_SOC_CPU_HAS_FPU 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 2 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 2 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 64 +#define CONFIG_SOC_DAC_CHAN_NUM 2 +#define CONFIG_SOC_DAC_RESOLUTION 8 +#define CONFIG_SOC_DAC_DMA_16BIT_ALIGN 1 +#define CONFIG_SOC_GPIO_PORT 1 +#define CONFIG_SOC_GPIO_PIN_COUNT 40 +#define CONFIG_SOC_GPIO_VALID_GPIO_MASK 0xFFFFFFFFFF +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 39 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 33 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0xEF0FEA +#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_I2C_FIFO_LEN 32 +#define CONFIG_SOC_I2C_CMD_REG_NUM 16 +#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 +#define CONFIG_SOC_I2C_SUPPORT_APB 1 +#define CONFIG_SOC_I2S_NUM 2 +#define CONFIG_SOC_I2S_HW_VERSION_1 1 +#define CONFIG_SOC_I2S_SUPPORTS_APLL 1 +#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 1 +#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1 +#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1 +#define CONFIG_SOC_I2S_SUPPORTS_ADC_DAC 1 +#define CONFIG_SOC_I2S_SUPPORTS_ADC 1 +#define CONFIG_SOC_I2S_SUPPORTS_DAC 1 +#define CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA 1 +#define CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD 1 +#define CONFIG_SOC_I2S_LCD_I80_VARIANT 1 +#define CONFIG_SOC_LCD_I80_SUPPORTED 1 +#define CONFIG_SOC_LCD_I80_BUSES 2 +#define CONFIG_SOC_LCD_I80_BUS_WIDTH 24 +#define CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX 1 +#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 +#define CONFIG_SOC_LEDC_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_LEDC_SUPPORT_HS_MODE 1 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 8 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 +#define CONFIG_SOC_MCPWM_GROUPS 2 +#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 +#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 +#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 +#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 +#define CONFIG_SOC_MMU_PERIPH_NUM 2 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 3 +#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 +#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 +#define CONFIG_SOC_PCNT_GROUPS 1 +#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 8 +#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 +#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 +#define CONFIG_SOC_RMT_GROUPS 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 8 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 8 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 64 +#define CONFIG_SOC_RMT_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_RMT_SUPPORT_APB 1 +#define CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT 1 +#define CONFIG_SOC_RTCIO_PIN_COUNT 18 +#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 +#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_SDM_GROUPS 1 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED 1 +#define CONFIG_SOC_SPI_AS_CS_SUPPORTED 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 3 +#define CONFIG_SOC_SPI_DMA_CHAN_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 3 +#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 8192 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1 +#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_TIMER_GROUPS 2 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 2 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 64 +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 4 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 +#define CONFIG_SOC_TOUCH_VERSION_1 1 +#define CONFIG_SOC_TOUCH_SENSOR_NUM 10 +#define CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX 0xFF +#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT 1 +#define CONFIG_SOC_UART_NUM 3 +#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_UART_FIFO_LEN 128 +#define CONFIG_SOC_UART_BITRATE_MAX 5000000 +#define CONFIG_SOC_SPIRAM_SUPPORTED 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 +#define CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA384 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA512 1 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 4096 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_192 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 +#define CONFIG_SOC_SECURE_BOOT_V1 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 +#define CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD 1 +#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 +#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 +#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 +#define CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED 1 +#define CONFIG_SOC_CLK_APLL_SUPPORTED 1 +#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ 350000000 +#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ 500000000 +#define CONFIG_SOC_APLL_MIN_HZ 5303031 +#define CONFIG_SOC_APLL_MAX_HZ 125000000 +#define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1 +#define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1 +#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 +#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 +#define CONFIG_SOC_SDMMC_USE_IOMUX 1 +#define CONFIG_SOC_SDMMC_NUM_SLOTS 2 +#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 +#define CONFIG_SOC_WIFI_CSI_SUPPORT 1 +#define CONFIG_SOC_WIFI_MESH_SUPPORT 1 +#define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1 +#define CONFIG_SOC_WIFI_NAN_SUPPORT 1 +#define CONFIG_SOC_BLE_SUPPORTED 1 +#define CONFIG_SOC_BLE_MESH_SUPPORTED 1 +#define CONFIG_SOC_BT_CLASSIC_SUPPORTED 1 +#define CONFIG_SOC_BLUFI_SUPPORTED 1 +#define CONFIG_SOC_ULP_HAS_ADC 1 +#define CONFIG_SOC_PHY_COMBO_MODULE 1 +#define CONFIG_IDF_CMAKE 1 +#define CONFIG_IDF_TARGET_ARCH_XTENSA 1 +#define CONFIG_IDF_TARGET_ARCH "xtensa" +#define CONFIG_IDF_TARGET "esp32" +#define CONFIG_IDF_TARGET_ESP32 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000 +#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 +#define CONFIG_APP_BUILD_GENERATE_BINARIES 1 +#define CONFIG_APP_BUILD_BOOTLOADER 1 +#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000 +#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 +#define CONFIG_BOOTLOADER_LOG_LEVEL 3 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 +#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 +#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_ENABLE 1 +#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 +#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 +#define CONFIG_SECURE_BOOT_V1_SUPPORTED 1 +#define CONFIG_APP_COMPILE_TIME_DATE 1 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 16 +#define CONFIG_ESP_ROM_HAS_CRC_LE 1 +#define CONFIG_ESP_ROM_HAS_CRC_BE 1 +#define CONFIG_ESP_ROM_HAS_MZ_CRC32 1 +#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 +#define CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH 1 +#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 +#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 +#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_ESPTOOLPY_FLASHSIZE_4MB 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "4MB" +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200 +#define CONFIG_PARTITION_TABLE_CUSTOM 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_FILENAME "partitions.csv" +#define CONFIG_PARTITION_TABLE_OFFSET 0x8000 +#define CONFIG_PARTITION_TABLE_MD5 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1 +#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 +#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 +#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 +#define CONFIG_APPTRACE_DEST_NONE 1 +#define CONFIG_APPTRACE_DEST_UART_NONE 1 +#define CONFIG_APPTRACE_UART_TASK_PRIO 1 +#define CONFIG_APPTRACE_LOCK_ENABLE 1 +#define CONFIG_BT_ALARM_MAX_NUM 50 +#define CONFIG_ADC_DISABLE_DAC 1 +#define CONFIG_ADC_CAL_EFUSE_TP_ENABLE 1 +#define CONFIG_ADC_CAL_EFUSE_VREF_ENABLE 1 +#define CONFIG_ADC_CAL_LUT_ENABLE 1 +#define CONFIG_SPI_MASTER_ISR_IN_IRAM 1 +#define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1 +#define CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC 1 +#define CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST 1 +#define CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID 1 +#define CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT 1 +#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1 +#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1 +#define CONFIG_DAC_DMA_AUTO_16BIT_ALIGN 1 +#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1 +#define CONFIG_EFUSE_MAX_BLK_LEN 192 +#define CONFIG_ESP_TLS_USING_MBEDTLS 1 +#define CONFIG_ADC_CALI_EFUSE_TP_ENABLE 1 +#define CONFIG_ADC_CALI_EFUSE_VREF_ENABLE 1 +#define CONFIG_ADC_CALI_LUT_ENABLE 1 +#define CONFIG_ADC_DISABLE_DAC_OUTPUT 1 +#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_ETH_ENABLED 1 +#define CONFIG_ETH_USE_ESP32_EMAC 1 +#define CONFIG_ETH_PHY_INTERFACE_RMII 1 +#define CONFIG_ETH_RMII_CLK_INPUT 1 +#define CONFIG_ETH_RMII_CLK_IN_GPIO 0 +#define CONFIG_ETH_DMA_BUFFER_SIZE 512 +#define CONFIG_ETH_DMA_RX_BUFFER_NUM 10 +#define CONFIG_ETH_DMA_TX_BUFFER_NUM 10 +#define CONFIG_ETH_USE_SPI_ETHERNET 1 +#define CONFIG_ESP_EVENT_POST_FROM_ISR 1 +#define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1 +#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1 +#define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512 +#define CONFIG_HTTPD_MAX_URI_LEN 512 +#define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1 +#define CONFIG_HTTPD_PURGE_BUF_LEN 32 +#define CONFIG_ESP32_REV_MIN_0 1 +#define CONFIG_ESP32_REV_MIN 0 +#define CONFIG_ESP32_REV_MIN_FULL 0 +#define CONFIG_ESP_REV_MIN_FULL 0 +#define CONFIG_ESP32_REV_MAX_FULL 399 +#define CONFIG_ESP_REV_MAX_FULL 399 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 +#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 2000 +#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 +#define CONFIG_RTC_CLK_SRC_INT_RC 1 +#define CONFIG_RTC_CLK_CAL_CYCLES 1024 +#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_XTAL_FREQ_40 1 +#define CONFIG_XTAL_FREQ 40 +#define CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE 32 +#define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120 +#define CONFIG_ESP_NETIF_TCPIP_LWIP 1 +#define CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API 1 +#define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1 +#define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_ESP_PHY_MAX_TX_POWER 20 +#define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1 +#define CONFIG_ESP_PHY_CALIBRATION_MODE 0 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 +#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 +#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 +#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 +#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 +#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 +#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_UART 1 +#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1 +#define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_ESP_INT_WDT 1 +#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1 +#define CONFIG_ESP_TASK_WDT_EN 1 +#define CONFIG_ESP_TASK_WDT_INIT 1 +#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 +#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP_DEBUG_OCDAWARE 1 +#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 +#define CONFIG_ESP_BROWNOUT_DET 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 0 +#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 +#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1 +#define CONFIG_ESP_IPC_ISR_ENABLE 1 +#define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1 +#define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1 +#define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584 +#define CONFIG_ESP_TIMER_INTERRUPT_LEVEL 1 +#define CONFIG_ESP_TIMER_TASK_AFFINITY 0x0 +#define CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 1 +#define CONFIG_ESP_TIMER_ISR_AFFINITY 0x1 +#define CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 1 +#define CONFIG_ESP_TIMER_IMPL_TG0_LAC 1 +#define CONFIG_ESP_WIFI_ENABLED 1 +#define CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM 10 +#define CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM 32 +#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER 1 +#define CONFIG_ESP_WIFI_TX_BUFFER_TYPE 1 +#define CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM 32 +#define CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER 1 +#define CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF 0 +#define CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF 5 +#define CONFIG_ESP_WIFI_AMPDU_TX_ENABLED 1 +#define CONFIG_ESP_WIFI_TX_BA_WIN 6 +#define CONFIG_ESP_WIFI_AMPDU_RX_ENABLED 1 +#define CONFIG_ESP_WIFI_RX_BA_WIN 6 +#define CONFIG_ESP_WIFI_NVS_ENABLED 1 +#define CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 1 +#define CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN 752 +#define CONFIG_ESP_WIFI_MGMT_SBUF_NUM 32 +#define CONFIG_ESP_WIFI_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_RX_IRAM_OPT 1 +#define CONFIG_ESP_WIFI_ENABLE_WPA3_SAE 1 +#define CONFIG_ESP_WIFI_ENABLE_SAE_PK 1 +#define CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT 1 +#define CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA 1 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME 50 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME 10 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME 15 +#define CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE 1 +#define CONFIG_ESP_WIFI_GMAC_SUPPORT 1 +#define CONFIG_ESP_WIFI_SOFTAP_SUPPORT 1 +#define CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM 7 +#define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1 +#define CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT 1 +#define CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT 1 +#define CONFIG_ESP_COREDUMP_ENABLE_TO_NONE 1 +#define CONFIG_FATFS_VOLUME_COUNT 2 +#define CONFIG_FATFS_LFN_NONE 1 +#define CONFIG_FATFS_SECTOR_4096 1 +#define CONFIG_FATFS_CODEPAGE_437 1 +#define CONFIG_FATFS_CODEPAGE 437 +#define CONFIG_FATFS_FS_LOCK 0 +#define CONFIG_FATFS_TIMEOUT_MS 10000 +#define CONFIG_FATFS_PER_FILE_CACHE 1 +#define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 +#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 +#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 +#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 +#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0 +#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1 +#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1 +#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1 +#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER 1 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_FREERTOS_SYSTICK_USES_CCOUNT 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF +#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 +#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 +#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 +#define CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM 1 +#define CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM 1 +#define CONFIG_HEAP_POISONING_DISABLED 1 +#define CONFIG_HEAP_TRACING_OFF 1 +#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 +#define CONFIG_LOG_DEFAULT_LEVEL 3 +#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 +#define CONFIG_LOG_MAXIMUM_LEVEL 3 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 +#define CONFIG_LWIP_LOCAL_HOSTNAME "espressif" +#define CONFIG_LWIP_TCPIP_TASK_PRIO 18 +#define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1 +#define CONFIG_LWIP_TIMERS_ONDEMAND 1 +#define CONFIG_LWIP_ND6 1 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_LWIP_SO_REUSE 1 +#define CONFIG_LWIP_SO_REUSE_RXTOALL 1 +#define CONFIG_LWIP_IP_DEFAULT_TTL 64 +#define CONFIG_LWIP_IP4_FRAG 1 +#define CONFIG_LWIP_IP6_FRAG 1 +#define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10 +#define CONFIG_LWIP_ESP_GRATUITOUS_ARP 1 +#define CONFIG_LWIP_GARP_TMR_INTERVAL 60 +#define CONFIG_LWIP_ESP_MLDV6_REPORT 1 +#define CONFIG_LWIP_MLDV6_TMR_INTERVAL 40 +#define CONFIG_LWIP_TCPIP_RECVMBOX_SIZE 32 +#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1 +#define CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID 1 +#define CONFIG_LWIP_DHCP_OPTIONS_LEN 68 +#define CONFIG_LWIP_NUM_NETIF_CLIENT_DATA 0 +#define CONFIG_LWIP_DHCP_COARSE_TIMER_SECS 1 +#define CONFIG_LWIP_DHCPS 1 +#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60 +#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8 +#define CONFIG_LWIP_IPV4 1 +#define CONFIG_LWIP_IPV6 1 +#define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3 +#define CONFIG_LWIP_NETIF_LOOPBACK 1 +#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8 +#define CONFIG_LWIP_MAX_ACTIVE_TCP 16 +#define CONFIG_LWIP_MAX_LISTENING_TCP 16 +#define CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION 1 +#define CONFIG_LWIP_TCP_MAXRTX 12 +#define CONFIG_LWIP_TCP_SYNMAXRTX 12 +#define CONFIG_LWIP_TCP_MSS 1440 +#define CONFIG_LWIP_TCP_TMR_INTERVAL 250 +#define CONFIG_LWIP_TCP_MSL 60000 +#define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000 +#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760 +#define CONFIG_LWIP_TCP_WND_DEFAULT 5760 +#define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6 +#define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1 +#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6 +#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4 +#define CONFIG_LWIP_TCP_OVERSIZE_MSS 1 +#define CONFIG_LWIP_TCP_RTO_TIME 1500 +#define CONFIG_LWIP_MAX_UDP_PCBS 16 +#define CONFIG_LWIP_UDP_RECVMBOX_SIZE 6 +#define CONFIG_LWIP_CHECKSUM_CHECK_ICMP 1 +#define CONFIG_LWIP_TCPIP_TASK_STACK_SIZE 3072 +#define CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY 1 +#define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF +#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5 +#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3 +#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10 +#define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3 +#define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5 +#define CONFIG_LWIP_ICMP 1 +#define CONFIG_LWIP_MAX_RAW_PCBS 16 +#define CONFIG_LWIP_SNTP_MAX_SERVERS 1 +#define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000 +#define CONFIG_LWIP_DNS_MAX_SERVERS 3 +#define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7 +#define CONFIG_LWIP_ESP_LWIP_ASSERT 1 +#define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1 +#define CONFIG_LWIP_HOOK_IP6_ROUTE_NONE 1 +#define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1 +#define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1 +#define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1 +#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1 +#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1 +#define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1 +#define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1 +#define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384 +#define CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN 4096 +#define CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 1 +#define CONFIG_MBEDTLS_PKCS7_C 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL 1 +#define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200 +#define CONFIG_MBEDTLS_CMAC_C 1 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MBEDTLS_HARDWARE_SHA 1 +#define CONFIG_MBEDTLS_ROM_MD5 1 +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_MBEDTLS_ECDSA_DETERMINISTIC 1 +#define CONFIG_MBEDTLS_SHA512_C 1 +#define CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT 1 +#define CONFIG_MBEDTLS_TLS_SERVER 1 +#define CONFIG_MBEDTLS_TLS_CLIENT 1 +#define CONFIG_MBEDTLS_TLS_ENABLED 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_RSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA 1 +#define CONFIG_MBEDTLS_SSL_RENEGOTIATION 1 +#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 1 +#define CONFIG_MBEDTLS_SSL_ALPN 1 +#define CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS 1 +#define CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS 1 +#define CONFIG_MBEDTLS_AES_C 1 +#define CONFIG_MBEDTLS_CCM_C 1 +#define CONFIG_MBEDTLS_GCM_C 1 +#define CONFIG_MBEDTLS_PEM_PARSE_C 1 +#define CONFIG_MBEDTLS_PEM_WRITE_C 1 +#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1 +#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1 +#define CONFIG_MBEDTLS_ECP_C 1 +#define CONFIG_MBEDTLS_ECDH_C 1 +#define CONFIG_MBEDTLS_ECDSA_C 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1 +#define CONFIG_MBEDTLS_ERROR_STRINGS 1 +#define CONFIG_MQTT_PROTOCOL_311 1 +#define CONFIG_MQTT_TRANSPORT_SSL 1 +#define CONFIG_MQTT_TRANSPORT_WEBSOCKET 1 +#define CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE 1 +#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 +#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 +#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1 +#define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1 +#define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5 +#define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072 +#define CONFIG_PTHREAD_STACK_MIN 768 +#define CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY 1 +#define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1 +#define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread" +#define CONFIG_MMU_PAGE_SIZE_64KB 1 +#define CONFIG_MMU_PAGE_MODE "64KB" +#define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 +#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 +#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 +#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 +#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 +#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 +#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1 +#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1 +#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 +#define CONFIG_SPIFFS_MAX_PARTITIONS 3 +#define CONFIG_SPIFFS_CACHE 1 +#define CONFIG_SPIFFS_CACHE_WR 1 +#define CONFIG_SPIFFS_PAGE_CHECK 1 +#define CONFIG_SPIFFS_GC_MAX_RUNS 10 +#define CONFIG_SPIFFS_PAGE_SIZE 256 +#define CONFIG_SPIFFS_OBJ_NAME_LEN 32 +#define CONFIG_SPIFFS_USE_MAGIC 1 +#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1 +#define CONFIG_SPIFFS_META_LENGTH 4 +#define CONFIG_SPIFFS_USE_MTIME 1 +#define CONFIG_WS_TRANSPORT 1 +#define CONFIG_WS_BUFFER_SIZE 1024 +#define CONFIG_UNITY_ENABLE_FLOAT 1 +#define CONFIG_UNITY_ENABLE_DOUBLE 1 +#define CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER 1 +#define CONFIG_VFS_SUPPORT_IO 1 +#define CONFIG_VFS_SUPPORT_DIR 1 +#define CONFIG_VFS_SUPPORT_SELECT 1 +#define CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT 1 +#define CONFIG_VFS_SUPPORT_TERMIOS 1 +#define CONFIG_VFS_MAX_COUNT 8 +#define CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS 1 +#define CONFIG_WL_SECTOR_SIZE_4096 1 +#define CONFIG_WL_SECTOR_SIZE 4096 +#define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16 +#define CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT 30 +#define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1 + +/* List of deprecated options */ +#define CONFIG_ADC2_DISABLE_DAC CONFIG_ADC_DISABLE_DAC +#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART +#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE +#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT +#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM +#define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE +#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE +#define CONFIG_ESP32_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_ESP32_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 +#define CONFIG_ESP32_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ +#define CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE +#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT +#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE +#define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER +#define CONFIG_ESP32_PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN +#define CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT CONFIG_PTHREAD_TASK_CORE_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT +#define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT +#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES +#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT +#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED CONFIG_ESP_WIFI_AMPDU_RX_ENABLED +#define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED CONFIG_ESP_WIFI_AMPDU_TX_ENABLED +#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_ENABLED CONFIG_ESP_WIFI_ENABLED +#define CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA +#define CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE CONFIG_ESP_WIFI_ENABLE_WPA3_SAE +#define CONFIG_ESP32_WIFI_IRAM_OPT CONFIG_ESP_WIFI_IRAM_OPT +#define CONFIG_ESP32_WIFI_MGMT_SBUF_NUM CONFIG_ESP_WIFI_MGMT_SBUF_NUM +#define CONFIG_ESP32_WIFI_NVS_ENABLED CONFIG_ESP_WIFI_NVS_ENABLED +#define CONFIG_ESP32_WIFI_RX_BA_WIN CONFIG_ESP_WIFI_RX_BA_WIN +#define CONFIG_ESP32_WIFI_RX_IRAM_OPT CONFIG_ESP_WIFI_RX_IRAM_OPT +#define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN +#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM +#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 +#define CONFIG_ESP32_WIFI_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN +#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE +#define CONFIG_ESP32_XTAL_FREQ CONFIG_XTAL_FREQ +#define CONFIG_ESP32_XTAL_FREQ_40 CONFIG_XTAL_FREQ_40 +#define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP +#define CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY +#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO +#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR +#define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL +#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT +#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1 +#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS +#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE +#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO +#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE +#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD +#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES +#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE +#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR +#define CONFIG_POST_EVENTS_FROM_ISR CONFIG_ESP_EVENT_POST_FROM_ISR +#define CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS +#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS +#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE +#define CONFIG_SUPPORT_TERMIOS CONFIG_VFS_SUPPORT_TERMIOS +#define CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE +#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 +#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S +#define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE +#define CONFIG_TCPIP_TASK_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY +#define CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY +#define CONFIG_TCPIP_TASK_STACK_SIZE CONFIG_LWIP_TCPIP_TASK_STACK_SIZE +#define CONFIG_TCP_MAXRTX CONFIG_LWIP_TCP_MAXRTX +#define CONFIG_TCP_MSL CONFIG_LWIP_TCP_MSL +#define CONFIG_TCP_MSS CONFIG_LWIP_TCP_MSS +#define CONFIG_TCP_OVERSIZE_MSS CONFIG_LWIP_TCP_OVERSIZE_MSS +#define CONFIG_TCP_QUEUE_OOSEQ CONFIG_LWIP_TCP_QUEUE_OOSEQ +#define CONFIG_TCP_RECVMBOX_SIZE CONFIG_LWIP_TCP_RECVMBOX_SIZE +#define CONFIG_TCP_SND_BUF_DEFAULT CONFIG_LWIP_TCP_SND_BUF_DEFAULT +#define CONFIG_TCP_SYNMAXRTX CONFIG_LWIP_TCP_SYNMAXRTX +#define CONFIG_TCP_WND_DEFAULT CONFIG_LWIP_TCP_WND_DEFAULT +#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH +#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY +#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH +#define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE +#define CONFIG_TRACEMEM_RESERVE_DRAM CONFIG_ESP32_TRACEMEM_RESERVE_DRAM +#define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE +#define CONFIG_WPA_MBEDTLS_CRYPTO CONFIG_ESP_WIFI_MBEDTLS_CRYPTO +#define CONFIG_WPA_MBEDTLS_TLS_CLIENT CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT diff --git a/build/config/sdkconfig.json b/build/config/sdkconfig.json new file mode 100644 index 0000000..d568a28 --- /dev/null +++ b/build/config/sdkconfig.json @@ -0,0 +1,1060 @@ +{ + "ADC_CALI_EFUSE_TP_ENABLE": true, + "ADC_CALI_EFUSE_VREF_ENABLE": true, + "ADC_CALI_LUT_ENABLE": true, + "ADC_CALI_SUPPRESS_DEPRECATE_WARN": false, + "ADC_CAL_EFUSE_TP_ENABLE": true, + "ADC_CAL_EFUSE_VREF_ENABLE": true, + "ADC_CAL_LUT_ENABLE": true, + "ADC_CONTINUOUS_ISR_IRAM_SAFE": false, + "ADC_DISABLE_DAC": true, + "ADC_DISABLE_DAC_OUTPUT": true, + "ADC_ONESHOT_CTRL_FUNC_IN_IRAM": false, + "ADC_SUPPRESS_DEPRECATE_WARN": false, + "APPTRACE_DEST_JTAG": false, + "APPTRACE_DEST_NONE": true, + "APPTRACE_DEST_UART1": false, + "APPTRACE_DEST_UART2": false, + "APPTRACE_DEST_UART_NONE": true, + "APPTRACE_LOCK_ENABLE": true, + "APPTRACE_UART_TASK_PRIO": 1, + "APP_BUILD_BOOTLOADER": true, + "APP_BUILD_GENERATE_BINARIES": true, + "APP_BUILD_TYPE_APP_2NDBOOT": true, + "APP_BUILD_TYPE_RAM": false, + "APP_BUILD_USE_FLASH_SECTIONS": true, + "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, + "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS": false, + "APP_COMPILE_TIME_DATE": true, + "APP_EXCLUDE_PROJECT_NAME_VAR": false, + "APP_EXCLUDE_PROJECT_VER_VAR": false, + "APP_NO_BLOBS": false, + "APP_PROJECT_VER_FROM_CONFIG": false, + "APP_REPRODUCIBLE_BUILD": false, + "APP_RETRIEVE_LEN_ELF_SHA": 16, + "BOOTLOADER_APP_ROLLBACK_ENABLE": false, + "BOOTLOADER_APP_TEST": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, + "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_CUSTOM_RESERVE_RTC": false, + "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, + "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_LEVEL": 3, + "BOOTLOADER_LOG_LEVEL_DEBUG": false, + "BOOTLOADER_LOG_LEVEL_ERROR": false, + "BOOTLOADER_LOG_LEVEL_INFO": true, + "BOOTLOADER_LOG_LEVEL_NONE": false, + "BOOTLOADER_LOG_LEVEL_VERBOSE": false, + "BOOTLOADER_LOG_LEVEL_WARN": false, + "BOOTLOADER_OFFSET_IN_FLASH": 4096, + "BOOTLOADER_REGION_PROTECTION_ENABLE": true, + "BOOTLOADER_RESERVE_RTC_SIZE": 0, + "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, + "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, + "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, + "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, + "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, + "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, + "BOOTLOADER_WDT_ENABLE": true, + "BOOTLOADER_WDT_TIME_MS": 9000, + "BT_ALARM_MAX_NUM": 50, + "BT_ENABLED": false, + "COMPILER_CXX_EXCEPTIONS": false, + "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DUMP_RTL_FILES": false, + "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, + "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, + "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, + "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, + "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, + "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, + "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_NONE": false, + "COMPILER_OPTIMIZATION_PERF": false, + "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_STACK_CHECK_MODE_ALL": false, + "COMPILER_STACK_CHECK_MODE_NONE": true, + "COMPILER_STACK_CHECK_MODE_NORM": false, + "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_WARN_WRITE_STRINGS": false, + "DAC_CTRL_FUNC_IN_IRAM": false, + "DAC_DMA_AUTO_16BIT_ALIGN": true, + "DAC_ENABLE_DEBUG_LOG": false, + "DAC_ISR_IRAM_SAFE": false, + "DAC_SUPPRESS_DEPRECATE_WARN": false, + "EFUSE_CODE_SCHEME_COMPAT_3_4": true, + "EFUSE_CODE_SCHEME_COMPAT_NONE": false, + "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, + "EFUSE_CUSTOM_TABLE": false, + "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_VIRTUAL": false, + "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, + "ESP32_REV_MAX_FULL": 399, + "ESP32_REV_MIN": 0, + "ESP32_REV_MIN_0": true, + "ESP32_REV_MIN_1": false, + "ESP32_REV_MIN_1_1": false, + "ESP32_REV_MIN_2": false, + "ESP32_REV_MIN_3": false, + "ESP32_REV_MIN_3_1": false, + "ESP32_REV_MIN_FULL": 0, + "ESP32_TRACEMEM_RESERVE_DRAM": 0, + "ESP32_TRAX": false, + "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, + "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESPTOOLPY_AFTER": "hard_reset", + "ESPTOOLPY_AFTER_NORESET": false, + "ESPTOOLPY_AFTER_RESET": true, + "ESPTOOLPY_BEFORE": "default_reset", + "ESPTOOLPY_BEFORE_NORESET": false, + "ESPTOOLPY_BEFORE_RESET": true, + "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ_20M": false, + "ESPTOOLPY_FLASHFREQ_26M": false, + "ESPTOOLPY_FLASHFREQ_40M": true, + "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHMODE": "dio", + "ESPTOOLPY_FLASHMODE_DIO": true, + "ESPTOOLPY_FLASHMODE_DOUT": false, + "ESPTOOLPY_FLASHMODE_QIO": false, + "ESPTOOLPY_FLASHMODE_QOUT": false, + "ESPTOOLPY_FLASHSIZE": "4MB", + "ESPTOOLPY_FLASHSIZE_128MB": false, + "ESPTOOLPY_FLASHSIZE_16MB": false, + "ESPTOOLPY_FLASHSIZE_1MB": false, + "ESPTOOLPY_FLASHSIZE_2MB": false, + "ESPTOOLPY_FLASHSIZE_32MB": false, + "ESPTOOLPY_FLASHSIZE_4MB": true, + "ESPTOOLPY_FLASHSIZE_64MB": false, + "ESPTOOLPY_FLASHSIZE_8MB": false, + "ESPTOOLPY_FLASH_SAMPLE_MODE_STR": true, + "ESPTOOLPY_HEADER_FLASHSIZE_UPDATE": false, + "ESPTOOLPY_MONITOR_BAUD": 115200, + "ESPTOOLPY_NO_STUB": false, + "ESP_BROWNOUT_DET": true, + "ESP_BROWNOUT_DET_LVL": 0, + "ESP_BROWNOUT_DET_LVL_SEL_0": true, + "ESP_BROWNOUT_DET_LVL_SEL_1": false, + "ESP_BROWNOUT_DET_LVL_SEL_2": false, + "ESP_BROWNOUT_DET_LVL_SEL_3": false, + "ESP_BROWNOUT_DET_LVL_SEL_4": false, + "ESP_BROWNOUT_DET_LVL_SEL_5": false, + "ESP_BROWNOUT_DET_LVL_SEL_6": false, + "ESP_BROWNOUT_DET_LVL_SEL_7": false, + "ESP_COEX_GPIO_DEBUG": false, + "ESP_CONSOLE_MULTIPLE_UART": true, + "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_UART": true, + "ESP_CONSOLE_UART_BAUDRATE": 115200, + "ESP_CONSOLE_UART_CUSTOM": false, + "ESP_CONSOLE_UART_DEFAULT": true, + "ESP_CONSOLE_UART_NUM": 0, + "ESP_COREDUMP_ENABLE_TO_FLASH": false, + "ESP_COREDUMP_ENABLE_TO_NONE": true, + "ESP_COREDUMP_ENABLE_TO_UART": false, + "ESP_DEBUG_OCDAWARE": true, + "ESP_DEBUG_STUBS_ENABLE": false, + "ESP_DEFAULT_CPU_FREQ_MHZ": 160, + "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, + "ESP_DEFAULT_CPU_FREQ_MHZ_240": false, + "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_ERR_TO_NAME_LOOKUP": true, + "ESP_EVENT_LOOP_PROFILING": false, + "ESP_EVENT_POST_FROM_IRAM_ISR": true, + "ESP_EVENT_POST_FROM_ISR": true, + "ESP_HTTPS_OTA_ALLOW_HTTP": false, + "ESP_HTTPS_OTA_DECRYPT_CB": false, + "ESP_HTTPS_SERVER_ENABLE": false, + "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, + "ESP_INT_WDT": true, + "ESP_INT_WDT_CHECK_CPU1": true, + "ESP_INT_WDT_TIMEOUT_MS": 300, + "ESP_IPC_ISR_ENABLE": true, + "ESP_IPC_TASK_STACK_SIZE": 1024, + "ESP_IPC_USES_CALLERS_PRIORITY": true, + "ESP_MAC_ADDR_UNIVERSE_BT": true, + "ESP_MAC_ADDR_UNIVERSE_ETH": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, + "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, + "ESP_MAC_IGNORE_MAC_CRC_ERROR": false, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, + "ESP_MAIN_TASK_AFFINITY": 0, + "ESP_MAIN_TASK_AFFINITY_CPU0": true, + "ESP_MAIN_TASK_AFFINITY_CPU1": false, + "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, + "ESP_MAIN_TASK_STACK_SIZE": 3584, + "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, + "ESP_NETIF_BRIDGE_EN": false, + "ESP_NETIF_IP_LOST_TIMER_INTERVAL": 120, + "ESP_NETIF_L2_TAP": false, + "ESP_NETIF_LOOPBACK": false, + "ESP_NETIF_RECEIVE_REPORT_ERRORS": false, + "ESP_NETIF_TCPIP_LWIP": true, + "ESP_NETIF_USES_TCPIP_WITH_BSD_API": true, + "ESP_PANIC_HANDLER_IRAM": false, + "ESP_PHY_CALIBRATION_AND_DATA_STORAGE": true, + "ESP_PHY_CALIBRATION_MODE": 0, + "ESP_PHY_ENABLE_CERT_TEST": false, + "ESP_PHY_INIT_DATA_IN_PARTITION": false, + "ESP_PHY_MAX_TX_POWER": 20, + "ESP_PHY_MAX_WIFI_TX_POWER": 20, + "ESP_PHY_PLL_TRACK_DEBUG": false, + "ESP_PHY_REDUCE_TX_POWER": false, + "ESP_PHY_RF_CAL_FULL": false, + "ESP_PHY_RF_CAL_NONE": false, + "ESP_PHY_RF_CAL_PARTIAL": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1": true, + "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2": true, + "ESP_REV_MAX_FULL": 399, + "ESP_REV_MIN_FULL": 0, + "ESP_ROM_HAS_CRC_BE": true, + "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_MZ_CRC32": true, + "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, + "ESP_ROM_HAS_UART_BUF_SWITCH": true, + "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, + "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, + "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": false, + "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, + "ESP_SLEEP_POWER_DOWN_FLASH": false, + "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND": true, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 2000, + "ESP_SYSTEM_BROWNOUT_INTR": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, + "ESP_SYSTEM_CHECK_INT_LEVEL_5": false, + "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM": false, + "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, + "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, + "ESP_SYSTEM_GDBSTUB_RUNTIME": false, + "ESP_SYSTEM_PANIC_GDBSTUB": false, + "ESP_SYSTEM_PANIC_PRINT_HALT": false, + "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, + "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, + "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, + "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, + "ESP_TASK_WDT_EN": true, + "ESP_TASK_WDT_INIT": true, + "ESP_TASK_WDT_PANIC": false, + "ESP_TASK_WDT_TIMEOUT_S": 5, + "ESP_TIMER_IMPL_TG0_LAC": true, + "ESP_TIMER_INTERRUPT_LEVEL": 1, + "ESP_TIMER_ISR_AFFINITY": 1, + "ESP_TIMER_ISR_AFFINITY_CPU0": true, + "ESP_TIMER_PROFILING": false, + "ESP_TIMER_SHOW_EXPERIMENTAL": false, + "ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD": false, + "ESP_TIMER_TASK_AFFINITY": 0, + "ESP_TIMER_TASK_AFFINITY_CPU0": true, + "ESP_TIMER_TASK_STACK_SIZE": 3584, + "ESP_TIME_FUNCS_USE_ESP_TIMER": true, + "ESP_TIME_FUNCS_USE_RTC_TIMER": true, + "ESP_TLS_CLIENT_SESSION_TICKETS": false, + "ESP_TLS_INSECURE": false, + "ESP_TLS_PSK_VERIFICATION": false, + "ESP_TLS_SERVER": false, + "ESP_TLS_USE_SECURE_ELEMENT": false, + "ESP_TLS_USING_MBEDTLS": true, + "ESP_WIFI_11KV_SUPPORT": false, + "ESP_WIFI_11R_SUPPORT": false, + "ESP_WIFI_AMPDU_RX_ENABLED": true, + "ESP_WIFI_AMPDU_TX_ENABLED": true, + "ESP_WIFI_CSI_ENABLED": false, + "ESP_WIFI_DEBUG_PRINT": false, + "ESP_WIFI_DPP_SUPPORT": false, + "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM": 32, + "ESP_WIFI_DYNAMIC_RX_MGMT_BUF": 0, + "ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER": false, + "ESP_WIFI_DYNAMIC_TX_BUFFER": true, + "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM": 32, + "ESP_WIFI_ENABLED": true, + "ESP_WIFI_ENABLE_SAE_PK": true, + "ESP_WIFI_ENABLE_WPA3_OWE_STA": true, + "ESP_WIFI_ENABLE_WPA3_SAE": true, + "ESP_WIFI_ENTERPRISE_SUPPORT": true, + "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER": false, + "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM": 7, + "ESP_WIFI_EXTRA_IRAM_OPT": false, + "ESP_WIFI_GMAC_SUPPORT": true, + "ESP_WIFI_IRAM_OPT": true, + "ESP_WIFI_MBEDTLS_CRYPTO": true, + "ESP_WIFI_MBEDTLS_TLS_CLIENT": true, + "ESP_WIFI_MBO_SUPPORT": false, + "ESP_WIFI_MGMT_SBUF_NUM": 32, + "ESP_WIFI_NAN_ENABLE": false, + "ESP_WIFI_NVS_ENABLED": true, + "ESP_WIFI_RX_BA_WIN": 6, + "ESP_WIFI_RX_IRAM_OPT": true, + "ESP_WIFI_RX_MGMT_BUF_NUM_DEF": 5, + "ESP_WIFI_SLP_BEACON_LOST_OPT": false, + "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME": 10, + "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME": 50, + "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME": 15, + "ESP_WIFI_SLP_IRAM_OPT": false, + "ESP_WIFI_SOFTAP_BEACON_MAX_LEN": 752, + "ESP_WIFI_SOFTAP_SAE_SUPPORT": true, + "ESP_WIFI_SOFTAP_SUPPORT": true, + "ESP_WIFI_STATIC_RX_BUFFER_NUM": 10, + "ESP_WIFI_STATIC_RX_MGMT_BUFFER": true, + "ESP_WIFI_STATIC_TX_BUFFER": false, + "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE": true, + "ESP_WIFI_TASK_PINNED_TO_CORE_0": true, + "ESP_WIFI_TASK_PINNED_TO_CORE_1": false, + "ESP_WIFI_TESTING_OPTIONS": false, + "ESP_WIFI_TX_BA_WIN": 6, + "ESP_WIFI_TX_BUFFER_TYPE": 1, + "ESP_WIFI_WAPI_PSK": false, + "ESP_WIFI_WPS_PASSPHRASE": false, + "ESP_WIFI_WPS_SOFTAP_REGISTRAR": false, + "ESP_WIFI_WPS_STRICT": false, + "ETH_DMA_BUFFER_SIZE": 512, + "ETH_DMA_RX_BUFFER_NUM": 10, + "ETH_DMA_TX_BUFFER_NUM": 10, + "ETH_ENABLED": true, + "ETH_IRAM_OPTIMIZATION": false, + "ETH_PHY_INTERFACE_RMII": true, + "ETH_RMII_CLK_INPUT": true, + "ETH_RMII_CLK_IN_GPIO": 0, + "ETH_RMII_CLK_OUTPUT": false, + "ETH_SPI_ETHERNET_DM9051": false, + "ETH_SPI_ETHERNET_KSZ8851SNL": false, + "ETH_SPI_ETHERNET_W5500": false, + "ETH_TRANSMIT_MUTEX": false, + "ETH_USE_ESP32_EMAC": true, + "ETH_USE_OPENETH": false, + "ETH_USE_SPI_ETHERNET": true, + "FATFS_CODEPAGE": 437, + "FATFS_CODEPAGE_437": true, + "FATFS_CODEPAGE_720": false, + "FATFS_CODEPAGE_737": false, + "FATFS_CODEPAGE_771": false, + "FATFS_CODEPAGE_775": false, + "FATFS_CODEPAGE_850": false, + "FATFS_CODEPAGE_852": false, + "FATFS_CODEPAGE_855": false, + "FATFS_CODEPAGE_857": false, + "FATFS_CODEPAGE_860": false, + "FATFS_CODEPAGE_861": false, + "FATFS_CODEPAGE_862": false, + "FATFS_CODEPAGE_863": false, + "FATFS_CODEPAGE_864": false, + "FATFS_CODEPAGE_865": false, + "FATFS_CODEPAGE_866": false, + "FATFS_CODEPAGE_869": false, + "FATFS_CODEPAGE_932": false, + "FATFS_CODEPAGE_936": false, + "FATFS_CODEPAGE_949": false, + "FATFS_CODEPAGE_950": false, + "FATFS_CODEPAGE_DYNAMIC": false, + "FATFS_FS_LOCK": 0, + "FATFS_LFN_HEAP": false, + "FATFS_LFN_NONE": true, + "FATFS_LFN_STACK": false, + "FATFS_PER_FILE_CACHE": true, + "FATFS_SECTOR_4096": true, + "FATFS_SECTOR_512": false, + "FATFS_TIMEOUT_MS": 10000, + "FATFS_USE_FASTSEEK": false, + "FATFS_VFS_FSTAT_BLKSIZE": 0, + "FATFS_VOLUME_COUNT": 2, + "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, + "FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false, + "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, + "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, + "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, + "FREERTOS_CORETIMER_0": true, + "FREERTOS_CORETIMER_1": false, + "FREERTOS_DEBUG_OCDAWARE": true, + "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, + "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, + "FREERTOS_ENABLE_TASK_SNAPSHOT": true, + "FREERTOS_FPU_IN_ISR": false, + "FREERTOS_GENERATE_RUN_TIME_STATS": false, + "FREERTOS_HZ": 100, + "FREERTOS_IDLE_TASK_STACKSIZE": 1536, + "FREERTOS_INTERRUPT_BACKTRACE": true, + "FREERTOS_ISR_STACKSIZE": 1536, + "FREERTOS_MAX_TASK_NAME_LEN": 16, + "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": false, + "FREERTOS_QUEUE_REGISTRY_SIZE": 0, + "FREERTOS_SMP": false, + "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, + "FREERTOS_SYSTICK_USES_CCOUNT": true, + "FREERTOS_TASK_FUNCTION_WRAPPER": true, + "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, + "FREERTOS_TICK_SUPPORT_CORETIMER": true, + "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_TASK_PRIORITY": 1, + "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, + "FREERTOS_TLSP_DELETION_CALLBACKS": true, + "FREERTOS_UNICORE": false, + "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TRACE_FACILITY": false, + "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "GPIO_CTRL_FUNC_IN_IRAM": false, + "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL": false, + "GPTIMER_CTRL_FUNC_IN_IRAM": false, + "GPTIMER_ENABLE_DEBUG_LOG": false, + "GPTIMER_ISR_HANDLER_IN_IRAM": true, + "GPTIMER_ISR_IRAM_SAFE": false, + "GPTIMER_SUPPRESS_DEPRECATE_WARN": false, + "HAL_ASSERTION_DISABLE": false, + "HAL_ASSERTION_ENABLE": false, + "HAL_ASSERTION_EQUALS_SYSTEM": true, + "HAL_ASSERTION_SILENT": false, + "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "HAL_SPI_MASTER_FUNC_IN_IRAM": true, + "HAL_SPI_SLAVE_FUNC_IN_IRAM": true, + "HEAP_ABORT_WHEN_ALLOCATION_FAILS": false, + "HEAP_PLACE_FUNCTION_INTO_FLASH": false, + "HEAP_POISONING_COMPREHENSIVE": false, + "HEAP_POISONING_DISABLED": true, + "HEAP_POISONING_LIGHT": false, + "HEAP_TRACING_OFF": true, + "HEAP_TRACING_STANDALONE": false, + "HEAP_TRACING_TOHOST": false, + "HEAP_USE_HOOKS": false, + "HTTPD_ERR_RESP_NO_DELAY": true, + "HTTPD_LOG_PURGE_DATA": false, + "HTTPD_MAX_REQ_HDR_LEN": 512, + "HTTPD_MAX_URI_LEN": 512, + "HTTPD_PURGE_BUF_LEN": 32, + "HTTPD_QUEUE_WORK_BLOCKING": false, + "HTTPD_WS_SUPPORT": false, + "I2S_ENABLE_DEBUG_LOG": false, + "I2S_ISR_IRAM_SAFE": false, + "I2S_SUPPRESS_DEPRECATE_WARN": false, + "IDF_CMAKE": true, + "IDF_EXPERIMENTAL_FEATURES": false, + "IDF_FIRMWARE_CHIP_ID": 0, + "IDF_TARGET": "esp32", + "IDF_TARGET_ARCH": "xtensa", + "IDF_TARGET_ARCH_XTENSA": true, + "IDF_TARGET_ESP32": true, + "LCD_ENABLE_DEBUG_LOG": false, + "LCD_PANEL_IO_FORMAT_BUF_SIZE": 32, + "LOG_COLORS": true, + "LOG_DEFAULT_LEVEL": 3, + "LOG_DEFAULT_LEVEL_DEBUG": false, + "LOG_DEFAULT_LEVEL_ERROR": false, + "LOG_DEFAULT_LEVEL_INFO": true, + "LOG_DEFAULT_LEVEL_NONE": false, + "LOG_DEFAULT_LEVEL_VERBOSE": false, + "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_MAXIMUM_EQUALS_DEFAULT": true, + "LOG_MAXIMUM_LEVEL": 3, + "LOG_MAXIMUM_LEVEL_DEBUG": false, + "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TIMESTAMP_SOURCE_RTOS": true, + "LOG_TIMESTAMP_SOURCE_SYSTEM": false, + "LWIP_AUTOIP": false, + "LWIP_BRIDGEIF_MAX_PORTS": 7, + "LWIP_BROADCAST_PING": false, + "LWIP_CHECKSUM_CHECK_ICMP": true, + "LWIP_CHECKSUM_CHECK_IP": false, + "LWIP_CHECKSUM_CHECK_UDP": false, + "LWIP_CHECK_THREAD_SAFETY": false, + "LWIP_DEBUG": false, + "LWIP_DHCPS": true, + "LWIP_DHCPS_LEASE_UNIT": 60, + "LWIP_DHCPS_MAX_STATION_NUM": 8, + "LWIP_DHCP_COARSE_TIMER_SECS": 1, + "LWIP_DHCP_DISABLE_CLIENT_ID": false, + "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID": true, + "LWIP_DHCP_DOES_ARP_CHECK": true, + "LWIP_DHCP_GET_NTP_SRV": false, + "LWIP_DHCP_OPTIONS_LEN": 68, + "LWIP_DHCP_RESTORE_LAST_IP": false, + "LWIP_DNS_MAX_SERVERS": 3, + "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, + "LWIP_ESP_GRATUITOUS_ARP": true, + "LWIP_ESP_LWIP_ASSERT": true, + "LWIP_ESP_MLDV6_REPORT": true, + "LWIP_EXTRA_IRAM_OPTIMIZATION": false, + "LWIP_FALLBACK_DNS_SERVER_SUPPORT": false, + "LWIP_FORCE_ROUTER_FORWARDING": false, + "LWIP_GARP_TMR_INTERVAL": 60, + "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM": false, + "LWIP_HOOK_DNS_EXT_RESOLVE_NONE": true, + "LWIP_HOOK_IP6_INPUT_CUSTOM": false, + "LWIP_HOOK_IP6_INPUT_DEFAULT": true, + "LWIP_HOOK_IP6_INPUT_NONE": false, + "LWIP_HOOK_IP6_ROUTE_CUSTOM": false, + "LWIP_HOOK_IP6_ROUTE_DEFAULT": false, + "LWIP_HOOK_IP6_ROUTE_NONE": true, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM": false, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT": false, + "LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE": true, + "LWIP_HOOK_ND6_GET_GW_CUSTOM": false, + "LWIP_HOOK_ND6_GET_GW_DEFAULT": false, + "LWIP_HOOK_ND6_GET_GW_NONE": true, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM": false, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT": false, + "LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE": true, + "LWIP_HOOK_TCP_ISN_CUSTOM": false, + "LWIP_HOOK_TCP_ISN_DEFAULT": true, + "LWIP_HOOK_TCP_ISN_NONE": false, + "LWIP_ICMP": true, + "LWIP_IP4_FRAG": true, + "LWIP_IP4_REASSEMBLY": false, + "LWIP_IP6_FRAG": true, + "LWIP_IP6_REASSEMBLY": false, + "LWIP_IPV4": true, + "LWIP_IPV6": true, + "LWIP_IPV6_AUTOCONFIG": false, + "LWIP_IPV6_FORWARD": false, + "LWIP_IPV6_MEMP_NUM_ND6_QUEUE": 3, + "LWIP_IPV6_ND6_NUM_DESTINATIONS": 10, + "LWIP_IPV6_ND6_NUM_NEIGHBORS": 5, + "LWIP_IPV6_ND6_NUM_PREFIXES": 5, + "LWIP_IPV6_ND6_NUM_ROUTERS": 3, + "LWIP_IPV6_NUM_ADDRESSES": 3, + "LWIP_IP_DEFAULT_TTL": 64, + "LWIP_IP_FORWARD": false, + "LWIP_IP_REASS_MAX_PBUFS": 10, + "LWIP_IRAM_OPTIMIZATION": false, + "LWIP_L2_TO_L3_COPY": false, + "LWIP_LOCAL_HOSTNAME": "espressif", + "LWIP_LOOPBACK_MAX_PBUFS": 8, + "LWIP_MAX_ACTIVE_TCP": 16, + "LWIP_MAX_LISTENING_TCP": 16, + "LWIP_MAX_RAW_PCBS": 16, + "LWIP_MAX_SOCKETS": 10, + "LWIP_MAX_UDP_PCBS": 16, + "LWIP_MLDV6_TMR_INTERVAL": 40, + "LWIP_MULTICAST_PING": false, + "LWIP_ND6": true, + "LWIP_NETBUF_RECVINFO": false, + "LWIP_NETIF_API": false, + "LWIP_NETIF_LOOPBACK": true, + "LWIP_NETIF_STATUS_CALLBACK": false, + "LWIP_NUM_NETIF_CLIENT_DATA": 0, + "LWIP_PPP_SUPPORT": false, + "LWIP_SLIP_SUPPORT": false, + "LWIP_SNTP_MAX_SERVERS": 1, + "LWIP_SNTP_UPDATE_DELAY": 3600000, + "LWIP_SO_LINGER": false, + "LWIP_SO_RCVBUF": false, + "LWIP_SO_REUSE": true, + "LWIP_SO_REUSE_RXTOALL": true, + "LWIP_STATS": false, + "LWIP_TCPIP_CORE_LOCKING": false, + "LWIP_TCPIP_RECVMBOX_SIZE": 32, + "LWIP_TCPIP_TASK_AFFINITY": 2147483647, + "LWIP_TCPIP_TASK_AFFINITY_CPU0": false, + "LWIP_TCPIP_TASK_AFFINITY_CPU1": false, + "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY": true, + "LWIP_TCPIP_TASK_PRIO": 18, + "LWIP_TCPIP_TASK_STACK_SIZE": 3072, + "LWIP_TCP_FIN_WAIT_TIMEOUT": 20000, + "LWIP_TCP_HIGH_SPEED_RETRANSMISSION": true, + "LWIP_TCP_MAXRTX": 12, + "LWIP_TCP_MSL": 60000, + "LWIP_TCP_MSS": 1440, + "LWIP_TCP_OOSEQ_MAX_PBUFS": 4, + "LWIP_TCP_OOSEQ_TIMEOUT": 6, + "LWIP_TCP_OVERSIZE_DISABLE": false, + "LWIP_TCP_OVERSIZE_MSS": true, + "LWIP_TCP_OVERSIZE_QUARTER_MSS": false, + "LWIP_TCP_QUEUE_OOSEQ": true, + "LWIP_TCP_RECVMBOX_SIZE": 6, + "LWIP_TCP_RTO_TIME": 1500, + "LWIP_TCP_SACK_OUT": false, + "LWIP_TCP_SND_BUF_DEFAULT": 5760, + "LWIP_TCP_SYNMAXRTX": 12, + "LWIP_TCP_TMR_INTERVAL": 250, + "LWIP_TCP_WND_DEFAULT": 5760, + "LWIP_TIMERS_ONDEMAND": true, + "LWIP_UDP_RECVMBOX_SIZE": 6, + "LWIP_USE_ONLY_LWIP_SELECT": false, + "MBEDTLS_AES_C": true, + "MBEDTLS_ASYMMETRIC_CONTENT_LEN": true, + "MBEDTLS_ATCA_HW_ECDSA_SIGN": false, + "MBEDTLS_ATCA_HW_ECDSA_VERIFY": false, + "MBEDTLS_BLOWFISH_C": false, + "MBEDTLS_CAMELLIA_C": false, + "MBEDTLS_CCM_C": true, + "MBEDTLS_CERTIFICATE_BUNDLE": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN": false, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL": true, + "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE": false, + "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS": 200, + "MBEDTLS_CHACHA20_C": false, + "MBEDTLS_CLIENT_SSL_SESSION_TICKETS": true, + "MBEDTLS_CMAC_C": true, + "MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE": false, + "MBEDTLS_CUSTOM_MEM_ALLOC": false, + "MBEDTLS_DEBUG": false, + "MBEDTLS_DEFAULT_MEM_ALLOC": false, + "MBEDTLS_DES_C": false, + "MBEDTLS_DHM_C": false, + "MBEDTLS_DYNAMIC_BUFFER": false, + "MBEDTLS_ECDH_C": true, + "MBEDTLS_ECDSA_C": true, + "MBEDTLS_ECDSA_DETERMINISTIC": true, + "MBEDTLS_ECJPAKE_C": false, + "MBEDTLS_ECP_C": true, + "MBEDTLS_ECP_DP_BP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_BP512R1_ENABLED": true, + "MBEDTLS_ECP_DP_CURVE25519_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP192R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP224R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256K1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP256R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP384R1_ENABLED": true, + "MBEDTLS_ECP_DP_SECP521R1_ENABLED": true, + "MBEDTLS_ECP_FIXED_POINT_OPTIM": false, + "MBEDTLS_ECP_NIST_OPTIM": true, + "MBEDTLS_ECP_RESTARTABLE": false, + "MBEDTLS_ERROR_STRINGS": true, + "MBEDTLS_GCM_C": true, + "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER": false, + "MBEDTLS_HARDWARE_AES": true, + "MBEDTLS_HARDWARE_MPI": true, + "MBEDTLS_HARDWARE_SHA": true, + "MBEDTLS_HAVE_TIME": true, + "MBEDTLS_HAVE_TIME_DATE": false, + "MBEDTLS_HKDF_C": false, + "MBEDTLS_INTERNAL_MEM_ALLOC": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA": true, + "MBEDTLS_KEY_EXCHANGE_ECDH_RSA": true, + "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE": true, + "MBEDTLS_KEY_EXCHANGE_RSA": true, + "MBEDTLS_LARGE_KEY_SOFTWARE_MPI": false, + "MBEDTLS_NIST_KW_C": false, + "MBEDTLS_PEM_PARSE_C": true, + "MBEDTLS_PEM_WRITE_C": true, + "MBEDTLS_PKCS7_C": true, + "MBEDTLS_PLATFORM_TIME_ALT": false, + "MBEDTLS_POLY1305_C": false, + "MBEDTLS_PSK_MODES": false, + "MBEDTLS_RIPEMD160_C": false, + "MBEDTLS_ROM_MD5": true, + "MBEDTLS_SERVER_SSL_SESSION_TICKETS": true, + "MBEDTLS_SHA3_C": false, + "MBEDTLS_SHA512_C": true, + "MBEDTLS_SSL_ALPN": true, + "MBEDTLS_SSL_CONTEXT_SERIALIZATION": false, + "MBEDTLS_SSL_IN_CONTENT_LEN": 16384, + "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE": true, + "MBEDTLS_SSL_OUT_CONTENT_LEN": 4096, + "MBEDTLS_SSL_PROTO_DTLS": false, + "MBEDTLS_SSL_PROTO_GMTSSL1_1": false, + "MBEDTLS_SSL_PROTO_TLS1_2": true, + "MBEDTLS_SSL_PROTO_TLS1_3": false, + "MBEDTLS_SSL_RENEGOTIATION": true, + "MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH": false, + "MBEDTLS_THREADING_C": false, + "MBEDTLS_TLS_CLIENT": true, + "MBEDTLS_TLS_CLIENT_ONLY": false, + "MBEDTLS_TLS_DISABLED": false, + "MBEDTLS_TLS_ENABLED": true, + "MBEDTLS_TLS_SERVER": true, + "MBEDTLS_TLS_SERVER_AND_CLIENT": true, + "MBEDTLS_TLS_SERVER_ONLY": false, + "MBEDTLS_X509_CRL_PARSE_C": true, + "MBEDTLS_X509_CSR_PARSE_C": true, + "MBEDTLS_X509_TRUSTED_CERT_CALLBACK": false, + "MBEDTLS_XTEA_C": false, + "MCPWM_CTRL_FUNC_IN_IRAM": false, + "MCPWM_ENABLE_DEBUG_LOG": false, + "MCPWM_ISR_IRAM_SAFE": false, + "MCPWM_SUPPRESS_DEPRECATE_WARN": false, + "MMU_PAGE_MODE": "64KB", + "MMU_PAGE_SIZE": 65536, + "MMU_PAGE_SIZE_64KB": true, + "MQTT_CUSTOM_OUTBOX": false, + "MQTT_MSG_ID_INCREMENTAL": false, + "MQTT_PROTOCOL_311": true, + "MQTT_PROTOCOL_5": false, + "MQTT_REPORT_DELETED_MESSAGES": false, + "MQTT_SKIP_PUBLISH_IF_DISCONNECTED": false, + "MQTT_TASK_CORE_SELECTION_ENABLED": false, + "MQTT_TRANSPORT_SSL": true, + "MQTT_TRANSPORT_WEBSOCKET": true, + "MQTT_TRANSPORT_WEBSOCKET_SECURE": true, + "MQTT_USE_CUSTOM_CONFIG": false, + "NEWLIB_NANO_FORMAT": false, + "NEWLIB_STDIN_LINE_ENDING_CR": true, + "NEWLIB_STDIN_LINE_ENDING_CRLF": false, + "NEWLIB_STDIN_LINE_ENDING_LF": false, + "NEWLIB_STDOUT_LINE_ENDING_CR": false, + "NEWLIB_STDOUT_LINE_ENDING_CRLF": true, + "NEWLIB_STDOUT_LINE_ENDING_LF": false, + "NEWLIB_TIME_SYSCALL_USE_HRT": false, + "NEWLIB_TIME_SYSCALL_USE_NONE": false, + "NEWLIB_TIME_SYSCALL_USE_RTC": false, + "NEWLIB_TIME_SYSCALL_USE_RTC_HRT": true, + "NVS_ASSERT_ERROR_CHECK": false, + "OPENTHREAD_ENABLED": false, + "OPENTHREAD_SPINEL_ONLY": false, + "PARTITION_TABLE_CUSTOM": true, + "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", + "PARTITION_TABLE_FILENAME": "partitions.csv", + "PARTITION_TABLE_MD5": true, + "PARTITION_TABLE_OFFSET": 32768, + "PARTITION_TABLE_SINGLE_APP": false, + "PARTITION_TABLE_SINGLE_APP_LARGE": false, + "PARTITION_TABLE_TWO_OTA": false, + "PCNT_CTRL_FUNC_IN_IRAM": false, + "PCNT_ENABLE_DEBUG_LOG": false, + "PCNT_ISR_IRAM_SAFE": false, + "PCNT_SUPPRESS_DEPRECATE_WARN": false, + "PERIPH_CTRL_FUNC_IN_IRAM": true, + "PM_ENABLE": false, + "PM_SLP_IRAM_OPT": false, + "PTHREAD_DEFAULT_CORE_0": false, + "PTHREAD_DEFAULT_CORE_1": false, + "PTHREAD_DEFAULT_CORE_NO_AFFINITY": true, + "PTHREAD_STACK_MIN": 768, + "PTHREAD_TASK_CORE_DEFAULT": -1, + "PTHREAD_TASK_NAME_DEFAULT": "pthread", + "PTHREAD_TASK_PRIO_DEFAULT": 5, + "PTHREAD_TASK_STACK_SIZE_DEFAULT": 3072, + "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH": false, + "RMT_ENABLE_DEBUG_LOG": false, + "RMT_ISR_IRAM_SAFE": false, + "RMT_RECV_FUNC_IN_IRAM": false, + "RMT_SUPPRESS_DEPRECATE_WARN": false, + "RTC_CLK_CAL_CYCLES": 1024, + "RTC_CLK_SRC_EXT_CRYS": false, + "RTC_CLK_SRC_EXT_OSC": false, + "RTC_CLK_SRC_INT_8MD256": false, + "RTC_CLK_SRC_INT_RC": true, + "SDM_CTRL_FUNC_IN_IRAM": false, + "SDM_ENABLE_DEBUG_LOG": false, + "SDM_SUPPRESS_DEPRECATE_WARN": false, + "SECURE_BOOT": false, + "SECURE_BOOT_V1_SUPPORTED": true, + "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ATTEN_NUM": 4, + "SOC_ADC_DIGI_CONTROLLER_NUM": 2, + "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_MAX_BITWIDTH": 12, + "SOC_ADC_DIGI_MIN_BITWIDTH": 9, + "SOC_ADC_DIGI_RESULT_BYTES": 2, + "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DMA_SUPPORTED": true, + "SOC_ADC_MAX_CHANNEL_NUM": 10, + "SOC_ADC_PATT_LEN_MAX": 16, + "SOC_ADC_PERIPH_NUM": 2, + "SOC_ADC_RTC_CTRL_SUPPORTED": true, + "SOC_ADC_RTC_MAX_BITWIDTH": 12, + "SOC_ADC_RTC_MIN_BITWIDTH": 9, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 2, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 20, + "SOC_ADC_SUPPORTED": true, + "SOC_AES_SUPPORTED": true, + "SOC_AES_SUPPORT_AES_128": true, + "SOC_AES_SUPPORT_AES_192": true, + "SOC_AES_SUPPORT_AES_256": true, + "SOC_APLL_MAX_HZ": 125000000, + "SOC_APLL_MIN_HZ": 5303031, + "SOC_APLL_MULTIPLIER_OUT_MAX_HZ": 500000000, + "SOC_APLL_MULTIPLIER_OUT_MIN_HZ": 350000000, + "SOC_BLE_MESH_SUPPORTED": true, + "SOC_BLE_SUPPORTED": true, + "SOC_BLUFI_SUPPORTED": true, + "SOC_BOD_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": "Not determined", + "SOC_BT_CLASSIC_SUPPORTED": true, + "SOC_BT_SUPPORTED": true, + "SOC_CAPS_ECO_VER_MAX": 301, + "SOC_CCOMP_TIMER_SUPPORTED": true, + "SOC_CLK_APLL_SUPPORTED": true, + "SOC_CLK_RC_FAST_D256_SUPPORTED": true, + "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_XTAL32K_SUPPORTED": true, + "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED": true, + "SOC_CPU_BREAKPOINTS_NUM": 2, + "SOC_CPU_CORES_NUM": 2, + "SOC_CPU_HAS_FPU": true, + "SOC_CPU_INTR_NUM": 32, + "SOC_CPU_WATCHPOINTS_NUM": 2, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 64, + "SOC_DAC_CHAN_NUM": 2, + "SOC_DAC_DMA_16BIT_ALIGN": true, + "SOC_DAC_RESOLUTION": 8, + "SOC_DAC_SUPPORTED": true, + "SOC_DPORT_WORKAROUND": "Not determined", + "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL": 5, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": true, + "SOC_EMAC_SUPPORTED": true, + "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, + "SOC_FLASH_ENC_SUPPORTED": true, + "SOC_GPIO_IN_RANGE_MAX": 39, + "SOC_GPIO_OUT_RANGE_MAX": 33, + "SOC_GPIO_PIN_COUNT": 40, + "SOC_GPIO_PORT": 1, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 15667178, + "SOC_GPIO_VALID_GPIO_MASK": 1099511627775, + "SOC_GPSPI_SUPPORTED": true, + "SOC_GPTIMER_SUPPORTED": true, + "SOC_I2C_CMD_REG_NUM": 16, + "SOC_I2C_FIFO_LEN": 32, + "SOC_I2C_NUM": 2, + "SOC_I2C_SUPPORTED": true, + "SOC_I2C_SUPPORT_APB": true, + "SOC_I2C_SUPPORT_SLAVE": true, + "SOC_I2S_HW_VERSION_1": true, + "SOC_I2S_LCD_I80_VARIANT": true, + "SOC_I2S_NUM": 2, + "SOC_I2S_PDM_MAX_RX_LINES": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 1, + "SOC_I2S_SUPPORTED": true, + "SOC_I2S_SUPPORTS_ADC": true, + "SOC_I2S_SUPPORTS_ADC_DAC": true, + "SOC_I2S_SUPPORTS_APLL": true, + "SOC_I2S_SUPPORTS_DAC": true, + "SOC_I2S_SUPPORTS_LCD_CAMERA": true, + "SOC_I2S_SUPPORTS_PDM": true, + "SOC_I2S_SUPPORTS_PDM_RX": true, + "SOC_I2S_SUPPORTS_PDM_TX": true, + "SOC_I2S_SUPPORTS_PLL_F160M": true, + "SOC_I2S_TRANS_SIZE_ALIGN_WORD": true, + "SOC_IDCACHE_PER_CORE": true, + "SOC_LCD_I80_BUSES": 2, + "SOC_LCD_I80_BUS_WIDTH": 24, + "SOC_LCD_I80_SUPPORTED": true, + "SOC_LEDC_CHANNEL_NUM": 8, + "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX": true, + "SOC_LEDC_SUPPORTED": true, + "SOC_LEDC_SUPPORT_APB_CLOCK": true, + "SOC_LEDC_SUPPORT_HS_MODE": true, + "SOC_LEDC_SUPPORT_REF_TICK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 20, + "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, + "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, + "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, + "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, + "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, + "SOC_MCPWM_GROUPS": 2, + "SOC_MCPWM_OPERATORS_PER_GROUP": 3, + "SOC_MCPWM_SUPPORTED": true, + "SOC_MCPWM_TIMERS_PER_GROUP": 3, + "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, + "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 3, + "SOC_MMU_PERIPH_NUM": 2, + "SOC_MPI_SUPPORTED": true, + "SOC_MPU_MIN_REGION_SIZE": 536870912, + "SOC_MPU_REGIONS_MAX_NUM": 8, + "SOC_PCNT_CHANNELS_PER_UNIT": 2, + "SOC_PCNT_GROUPS": 1, + "SOC_PCNT_SUPPORTED": true, + "SOC_PCNT_THRES_POINT_PER_UNIT": 2, + "SOC_PCNT_UNITS_PER_GROUP": 8, + "SOC_PHY_COMBO_MODULE": true, + "SOC_PHY_DIG_REGS_MEM_SIZE": 21, + "SOC_PM_SUPPORT_EXT0_WAKEUP": true, + "SOC_PM_SUPPORT_EXT1_WAKEUP": true, + "SOC_PM_SUPPORT_EXT_WAKEUP": true, + "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PM_SUPPORT_RC_FAST_PD": true, + "SOC_PM_SUPPORT_RTC_FAST_MEM_PD": true, + "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, + "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD": true, + "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP": true, + "SOC_PM_SUPPORT_VDDSDIO_PD": true, + "SOC_RMT_CHANNELS_PER_GROUP": 8, + "SOC_RMT_CHANNEL_CLK_INDEPENDENT": true, + "SOC_RMT_GROUPS": 1, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 64, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 8, + "SOC_RMT_SUPPORTED": true, + "SOC_RMT_SUPPORT_APB": true, + "SOC_RMT_SUPPORT_REF_TICK": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 8, + "SOC_RSA_MAX_BIT_LEN": 4096, + "SOC_RTCIO_HOLD_SUPPORTED": true, + "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, + "SOC_RTCIO_PIN_COUNT": 18, + "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RTC_FAST_MEM_SUPPORTED": true, + "SOC_RTC_MEM_SUPPORTED": true, + "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, + "SOC_RTC_SLOW_MEM_SUPPORTED": true, + "SOC_SDIO_SLAVE_SUPPORTED": true, + "SOC_SDMMC_HOST_SUPPORTED": true, + "SOC_SDMMC_NUM_SLOTS": 2, + "SOC_SDMMC_USE_IOMUX": true, + "SOC_SDM_CHANNELS_PER_GROUP": 8, + "SOC_SDM_CLK_SUPPORT_APB": true, + "SOC_SDM_GROUPS": 1, + "SOC_SDM_SUPPORTED": true, + "SOC_SECURE_BOOT_SUPPORTED": true, + "SOC_SECURE_BOOT_V1": true, + "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_SUPPORTED": true, + "SOC_SHA_SUPPORT_PARALLEL_ENG": true, + "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA256": true, + "SOC_SHA_SUPPORT_SHA384": true, + "SOC_SHA_SUPPORT_SHA512": true, + "SOC_SPIRAM_SUPPORTED": true, + "SOC_SPI_AS_CS_SUPPORTED": true, + "SOC_SPI_DMA_CHAN_NUM": 2, + "SOC_SPI_HD_BOTH_INOUT_SUPPORTED": true, + "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, + "SOC_SPI_MAX_CS_NUM": 3, + "SOC_SPI_MAX_PRE_DIVIDER": 8192, + "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, + "SOC_SPI_PERIPH_NUM": 3, + "SOC_SPI_SUPPORT_CLK_APB": true, + "SOC_SUPPORT_COEXISTENCE": true, + "SOC_TIMER_GROUPS": 2, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 64, + "SOC_TIMER_GROUP_SUPPORT_APB": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 2, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 4, + "SOC_TOUCH_PAD_MEASURE_WAIT_MAX": 255, + "SOC_TOUCH_SENSOR_NUM": 10, + "SOC_TOUCH_SENSOR_SUPPORTED": true, + "SOC_TOUCH_VERSION_1": true, + "SOC_TWAI_BRP_DIV_SUPPORTED": "Not determined", + "SOC_TWAI_BRP_MIN": 2, + "SOC_TWAI_CLK_SUPPORT_APB": true, + "SOC_TWAI_CONTROLLER_NUM": 1, + "SOC_TWAI_SUPPORTED": true, + "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT": true, + "SOC_UART_BITRATE_MAX": 5000000, + "SOC_UART_FIFO_LEN": 128, + "SOC_UART_NUM": 3, + "SOC_UART_SUPPORTED": true, + "SOC_UART_SUPPORT_APB_CLK": true, + "SOC_UART_SUPPORT_REF_TICK": true, + "SOC_ULP_FSM_SUPPORTED": true, + "SOC_ULP_HAS_ADC": true, + "SOC_ULP_SUPPORTED": true, + "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_MESH_SUPPORT": true, + "SOC_WIFI_NAN_SUPPORT": true, + "SOC_WIFI_SUPPORTED": true, + "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, + "SOC_WIFI_WAPI_SUPPORT": true, + "SOC_XTAL_SUPPORT_26M": true, + "SOC_XTAL_SUPPORT_40M": true, + "SOC_XTAL_SUPPORT_AUTO_DETECT": true, + "SPIFFS_API_DBG": false, + "SPIFFS_CACHE": true, + "SPIFFS_CACHE_DBG": false, + "SPIFFS_CACHE_STATS": false, + "SPIFFS_CACHE_WR": true, + "SPIFFS_CHECK_DBG": false, + "SPIFFS_DBG": false, + "SPIFFS_FOLLOW_SYMLINKS": false, + "SPIFFS_GC_DBG": false, + "SPIFFS_GC_MAX_RUNS": 10, + "SPIFFS_GC_STATS": false, + "SPIFFS_MAX_PARTITIONS": 3, + "SPIFFS_META_LENGTH": 4, + "SPIFFS_OBJ_NAME_LEN": 32, + "SPIFFS_PAGE_CHECK": true, + "SPIFFS_PAGE_SIZE": 256, + "SPIFFS_TEST_VISUALISATION": false, + "SPIFFS_USE_MAGIC": true, + "SPIFFS_USE_MAGIC_LENGTH": true, + "SPIFFS_USE_MTIME": true, + "SPIRAM": false, + "SPI_FLASH_BROWNOUT_RESET": true, + "SPI_FLASH_BROWNOUT_RESET_XMC": true, + "SPI_FLASH_BYPASS_BLOCK_ERASE": false, + "SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED": false, + "SPI_FLASH_DANGEROUS_WRITE_ABORTS": true, + "SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false, + "SPI_FLASH_DANGEROUS_WRITE_FAILS": false, + "SPI_FLASH_ENABLE_COUNTERS": false, + "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, + "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, + "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, + "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, + "SPI_FLASH_ROM_DRIVER_PATCH": true, + "SPI_FLASH_SHARE_SPI1_BUS": false, + "SPI_FLASH_SIZE_OVERRIDE": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_GD_CHIP": true, + "SPI_FLASH_SUPPORT_ISSI_CHIP": true, + "SPI_FLASH_SUPPORT_MXIC_CHIP": true, + "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, + "SPI_FLASH_VENDOR_GD_SUPPORTED": true, + "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, + "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, + "SPI_FLASH_VENDOR_WINBOND_SUPPORTED": true, + "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, + "SPI_FLASH_VERIFY_WRITE": false, + "SPI_FLASH_WRITE_CHUNK_SIZE": 8192, + "SPI_FLASH_YIELD_DURING_ERASE": true, + "SPI_MASTER_IN_IRAM": false, + "SPI_MASTER_ISR_IN_IRAM": true, + "SPI_SLAVE_IN_IRAM": false, + "SPI_SLAVE_ISR_IN_IRAM": true, + "TWAI_ERRATA_FIX_BUS_OFF_REC": true, + "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM": true, + "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT": true, + "TWAI_ERRATA_FIX_RX_FRAME_INVALID": true, + "TWAI_ERRATA_FIX_TX_INTR_LOST": true, + "TWAI_ISR_IN_IRAM": false, + "UART_ISR_IN_IRAM": false, + "ULP_COPROC_ENABLED": false, + "UNITY_ENABLE_64BIT": false, + "UNITY_ENABLE_BACKTRACE_ON_FAIL": false, + "UNITY_ENABLE_COLOR": false, + "UNITY_ENABLE_DOUBLE": true, + "UNITY_ENABLE_FIXTURE": false, + "UNITY_ENABLE_FLOAT": true, + "UNITY_ENABLE_IDF_TEST_RUNNER": true, + "VFS_MAX_COUNT": 8, + "VFS_SELECT_IN_RAM": false, + "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS": 1, + "VFS_SUPPORT_DIR": true, + "VFS_SUPPORT_IO": true, + "VFS_SUPPORT_SELECT": true, + "VFS_SUPPORT_TERMIOS": true, + "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT": true, + "WIFI_PROV_AUTOSTOP_TIMEOUT": 30, + "WIFI_PROV_BLE_FORCE_ENCRYPTION": false, + "WIFI_PROV_SCAN_MAX_ENTRIES": 16, + "WIFI_PROV_STA_ALL_CHANNEL_SCAN": true, + "WIFI_PROV_STA_FAST_SCAN": false, + "WL_SECTOR_SIZE": 4096, + "WL_SECTOR_SIZE_4096": true, + "WL_SECTOR_SIZE_512": false, + "WS_BUFFER_SIZE": 1024, + "WS_DYNAMIC_BUFFER": false, + "WS_TRANSPORT": true, + "XTAL_FREQ": 40, + "XTAL_FREQ_26": false, + "XTAL_FREQ_40": true, + "XTAL_FREQ_AUTO": false +} \ No newline at end of file diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj new file mode 100644 index 0000000..2d06e7d Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj new file mode 100644 index 0000000..8b4238f Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj new file mode 100644 index 0000000..b687062 Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj differ diff --git a/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj new file mode 100644 index 0000000..fda805b Binary files /dev/null and b/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj differ diff --git a/build/esp-idf/app_trace/cmake_install.cmake b/build/esp-idf/app_trace/cmake_install.cmake new file mode 100644 index 0000000..d95dc32 --- /dev/null +++ b/build/esp-idf/app_trace/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/app_trace/libapp_trace.a b/build/esp-idf/app_trace/libapp_trace.a new file mode 100644 index 0000000..451f80f Binary files /dev/null and b/build/esp-idf/app_trace/libapp_trace.a differ diff --git a/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj new file mode 100644 index 0000000..934dac1 Binary files /dev/null and b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj differ diff --git a/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj new file mode 100644 index 0000000..cb9183c Binary files /dev/null and b/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj differ diff --git a/build/esp-idf/app_update/cmake_install.cmake b/build/esp-idf/app_update/cmake_install.cmake new file mode 100644 index 0000000..b135187 --- /dev/null +++ b/build/esp-idf/app_update/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/app_update/libapp_update.a b/build/esp-idf/app_update/libapp_update.a new file mode 100644 index 0000000..cb0606a Binary files /dev/null and b/build/esp-idf/app_update/libapp_update.a differ diff --git a/build/esp-idf/bootloader/bootloader-flash_args.in b/build/esp-idf/bootloader/bootloader-flash_args.in new file mode 100644 index 0000000..2686aff --- /dev/null +++ b/build/esp-idf/bootloader/bootloader-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin \ No newline at end of file diff --git a/build/esp-idf/bootloader/cmake_install.cmake b/build/esp-idf/bootloader/cmake_install.cmake new file mode 100644 index 0000000..a9f7334 --- /dev/null +++ b/build/esp-idf/bootloader/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj new file mode 100644 index 0000000..d51ab81 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj new file mode 100644 index 0000000..2087998 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj new file mode 100644 index 0000000..9fee5fe Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj new file mode 100644 index 0000000..453b9ef Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj new file mode 100644 index 0000000..28e079b Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj new file mode 100644 index 0000000..dc63afd Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj new file mode 100644 index 0000000..0657564 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj new file mode 100644 index 0000000..ca3c3fb Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj new file mode 100644 index 0000000..ea55732 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj new file mode 100644 index 0000000..8006134 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj new file mode 100644 index 0000000..aab4f04 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj new file mode 100644 index 0000000..f6e076d Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj new file mode 100644 index 0000000..3ffaf4d Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj new file mode 100644 index 0000000..b05ebe9 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj new file mode 100644 index 0000000..a652a66 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj differ diff --git a/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj new file mode 100644 index 0000000..31b6cf5 Binary files /dev/null and b/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/build/esp-idf/bootloader_support/cmake_install.cmake b/build/esp-idf/bootloader_support/cmake_install.cmake new file mode 100644 index 0000000..28162a1 --- /dev/null +++ b/build/esp-idf/bootloader_support/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/bootloader_support/libbootloader_support.a b/build/esp-idf/bootloader_support/libbootloader_support.a new file mode 100644 index 0000000..5245b8f Binary files /dev/null and b/build/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/build/esp-idf/bt/cmake_install.cmake b/build/esp-idf/bt/cmake_install.cmake new file mode 100644 index 0000000..4103ecf --- /dev/null +++ b/build/esp-idf/bt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/bt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/cmake_install.cmake b/build/esp-idf/cmake_install.cmake new file mode 100644 index 0000000..d52676b --- /dev/null +++ b/build/esp-idf/cmake_install.cmake @@ -0,0 +1,409 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/xtensa/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_ringbuf/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/efuse/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/driver/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_pm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/mbedtls/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_app_format/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/bootloader_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/bootloader/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esptool_py/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/partition_table/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_partition/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/app_update/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_mm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/spi_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/pthread/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_system/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_rom/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/hal/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/log/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/heap/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/soc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_hw_support/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/freertos/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/newlib/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/cxx/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_common/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_timer/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/app_trace/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_event/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/nvs_flash/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_phy/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/vfs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/lwip/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_netif_stack/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_netif/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/wpa_supplicant/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_coex/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_wifi/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/bt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/unity/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/cmock/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/console/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/http_parser/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp-tls/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_adc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_eth/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_gdbstub/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_hid/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/tcp_transport/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_http_client/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_http_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_https_ota/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_https_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_psram/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_lcd/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/protobuf-c/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/protocomm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_local_ctrl/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/espcoredump/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/wear_levelling/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/sdmmc/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/fatfs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/idf_test/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/ieee802154/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/json/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/mqtt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/openthread/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/perfmon/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/spiffs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/ulp/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/usb/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/wifi_provisioning/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/main/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj b/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj new file mode 100644 index 0000000..74d2257 Binary files /dev/null and b/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj differ diff --git a/build/esp-idf/cmock/cmake_install.cmake b/build/esp-idf/cmock/cmake_install.cmake new file mode 100644 index 0000000..20faa43 --- /dev/null +++ b/build/esp-idf/cmock/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/cmock/libcmock.a b/build/esp-idf/cmock/libcmock.a new file mode 100644 index 0000000..e0597c6 Binary files /dev/null and b/build/esp-idf/cmock/libcmock.a differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj new file mode 100644 index 0000000..7c1b554 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj new file mode 100644 index 0000000..50a4106 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj new file mode 100644 index 0000000..2b131a3 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj new file mode 100644 index 0000000..67884bc Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj new file mode 100644 index 0000000..d6ea349 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj new file mode 100644 index 0000000..21ecc8f Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj new file mode 100644 index 0000000..67ad756 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj new file mode 100644 index 0000000..136e213 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj new file mode 100644 index 0000000..1d9f3d0 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj new file mode 100644 index 0000000..abda8c9 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj new file mode 100644 index 0000000..be72f57 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj new file mode 100644 index 0000000..ad2b9c6 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj new file mode 100644 index 0000000..ffe04a6 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj new file mode 100644 index 0000000..8ed2b87 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj new file mode 100644 index 0000000..e573c90 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj new file mode 100644 index 0000000..5bd281e Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj new file mode 100644 index 0000000..cc7ec7e Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj differ diff --git a/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj b/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj new file mode 100644 index 0000000..a57e037 Binary files /dev/null and b/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj differ diff --git a/build/esp-idf/console/cmake_install.cmake b/build/esp-idf/console/cmake_install.cmake new file mode 100644 index 0000000..f8bedaf --- /dev/null +++ b/build/esp-idf/console/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/console/libconsole.a b/build/esp-idf/console/libconsole.a new file mode 100644 index 0000000..5e7cfc7 Binary files /dev/null and b/build/esp-idf/console/libconsole.a differ diff --git a/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj new file mode 100644 index 0000000..2dacf34 Binary files /dev/null and b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj differ diff --git a/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj new file mode 100644 index 0000000..aa786db Binary files /dev/null and b/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj differ diff --git a/build/esp-idf/cxx/cmake_install.cmake b/build/esp-idf/cxx/cmake_install.cmake new file mode 100644 index 0000000..fbed6fe --- /dev/null +++ b/build/esp-idf/cxx/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/cxx/libcxx.a b/build/esp-idf/cxx/libcxx.a new file mode 100644 index 0000000..f24d0a6 Binary files /dev/null and b/build/esp-idf/cxx/libcxx.a differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj new file mode 100644 index 0000000..313a4e7 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj new file mode 100644 index 0000000..6a723a2 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj new file mode 100644 index 0000000..7dda001 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj new file mode 100644 index 0000000..59be5c3 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj new file mode 100644 index 0000000..6b9e36f Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj new file mode 100644 index 0000000..16e1898 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj new file mode 100644 index 0000000..50e2f51 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj new file mode 100644 index 0000000..f827874 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj new file mode 100644 index 0000000..588762e Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj new file mode 100644 index 0000000..d21914b Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj new file mode 100644 index 0000000..35ef74d Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj new file mode 100644 index 0000000..44df66e Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj new file mode 100644 index 0000000..63938b0 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj new file mode 100644 index 0000000..48f4b44 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj new file mode 100644 index 0000000..2208df5 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj new file mode 100644 index 0000000..e606e5d Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj new file mode 100644 index 0000000..d4a0e78 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj new file mode 100644 index 0000000..361ac42 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj new file mode 100644 index 0000000..606fe84 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj new file mode 100644 index 0000000..5790d7b Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj new file mode 100644 index 0000000..0446b79 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj new file mode 100644 index 0000000..edd61b6 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj new file mode 100644 index 0000000..8146bbb Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj new file mode 100644 index 0000000..40f76f0 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj new file mode 100644 index 0000000..922b00a Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj new file mode 100644 index 0000000..d8e18c6 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj new file mode 100644 index 0000000..5cd312e Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj new file mode 100644 index 0000000..1238c72 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj new file mode 100644 index 0000000..fa27c08 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj new file mode 100644 index 0000000..401365b Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj new file mode 100644 index 0000000..794ae38 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj new file mode 100644 index 0000000..24f35cd Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj new file mode 100644 index 0000000..2e2ba01 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj new file mode 100644 index 0000000..10cd96a Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj new file mode 100644 index 0000000..d24ffda Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj new file mode 100644 index 0000000..d7495b4 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj new file mode 100644 index 0000000..3b9dc65 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj new file mode 100644 index 0000000..289eedf Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj new file mode 100644 index 0000000..52d8ee9 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj new file mode 100644 index 0000000..dca0955 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj new file mode 100644 index 0000000..43e3d7f Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj new file mode 100644 index 0000000..1a79057 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj new file mode 100644 index 0000000..76ed073 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj new file mode 100644 index 0000000..e913c0c Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj new file mode 100644 index 0000000..46f1d42 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj new file mode 100644 index 0000000..80e0f25 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj new file mode 100644 index 0000000..aea3ad3 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj new file mode 100644 index 0000000..08e1026 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj new file mode 100644 index 0000000..7b548bc Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj new file mode 100644 index 0000000..15ac9b8 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj new file mode 100644 index 0000000..7b567dd Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj new file mode 100644 index 0000000..f1bd1a4 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj new file mode 100644 index 0000000..5a7fdd6 Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj differ diff --git a/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj new file mode 100644 index 0000000..2093bca Binary files /dev/null and b/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj differ diff --git a/build/esp-idf/driver/cmake_install.cmake b/build/esp-idf/driver/cmake_install.cmake new file mode 100644 index 0000000..9d3b9eb --- /dev/null +++ b/build/esp-idf/driver/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/driver + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/driver/libdriver.a b/build/esp-idf/driver/libdriver.a new file mode 100644 index 0000000..b15208c Binary files /dev/null and b/build/esp-idf/driver/libdriver.a differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj new file mode 100644 index 0000000..52df4a9 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj new file mode 100644 index 0000000..13b3564 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj new file mode 100644 index 0000000..0acd313 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj new file mode 100644 index 0000000..94e945f Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj new file mode 100644 index 0000000..180d608 Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj new file mode 100644 index 0000000..11d358e Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj new file mode 100644 index 0000000..bf997fe Binary files /dev/null and b/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/build/esp-idf/efuse/cmake_install.cmake b/build/esp-idf/efuse/cmake_install.cmake new file mode 100644 index 0000000..f99c3e7 --- /dev/null +++ b/build/esp-idf/efuse/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/efuse/libefuse.a b/build/esp-idf/efuse/libefuse.a new file mode 100644 index 0000000..642aa1f Binary files /dev/null and b/build/esp-idf/efuse/libefuse.a differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj new file mode 100644 index 0000000..6efb646 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj new file mode 100644 index 0000000..d2853af Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj new file mode 100644 index 0000000..45011c8 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj new file mode 100644 index 0000000..d75cc04 Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj differ diff --git a/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj new file mode 100644 index 0000000..6a0374d Binary files /dev/null and b/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj differ diff --git a/build/esp-idf/esp-tls/cmake_install.cmake b/build/esp-idf/esp-tls/cmake_install.cmake new file mode 100644 index 0000000..10ded44 --- /dev/null +++ b/build/esp-idf/esp-tls/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp-tls/libesp-tls.a b/build/esp-idf/esp-tls/libesp-tls.a new file mode 100644 index 0000000..e9493ce Binary files /dev/null and b/build/esp-idf/esp-tls/libesp-tls.a differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj new file mode 100644 index 0000000..8f1b187 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj new file mode 100644 index 0000000..840552e Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj new file mode 100644 index 0000000..0d0c943 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj new file mode 100644 index 0000000..99cc280 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj new file mode 100644 index 0000000..08aae8f Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj new file mode 100644 index 0000000..fa7695e Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj new file mode 100644 index 0000000..be86317 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj differ diff --git a/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj new file mode 100644 index 0000000..982e554 Binary files /dev/null and b/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj differ diff --git a/build/esp-idf/esp_adc/cmake_install.cmake b/build/esp-idf/esp_adc/cmake_install.cmake new file mode 100644 index 0000000..f2215ae --- /dev/null +++ b/build/esp-idf/esp_adc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_adc/libesp_adc.a b/build/esp-idf/esp_adc/libesp_adc.a new file mode 100644 index 0000000..bcbcafe Binary files /dev/null and b/build/esp-idf/esp_adc/libesp_adc.a differ diff --git a/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj new file mode 100644 index 0000000..729b4d2 Binary files /dev/null and b/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj differ diff --git a/build/esp-idf/esp_app_format/cmake_install.cmake b/build/esp-idf/esp_app_format/cmake_install.cmake new file mode 100644 index 0000000..1e0dffd --- /dev/null +++ b/build/esp-idf/esp_app_format/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_app_format/libesp_app_format.a b/build/esp-idf/esp_app_format/libesp_app_format.a new file mode 100644 index 0000000..43c0d2d Binary files /dev/null and b/build/esp-idf/esp_app_format/libesp_app_format.a differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj new file mode 100644 index 0000000..0aed597 Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj new file mode 100644 index 0000000..9d0919f Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj differ diff --git a/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj new file mode 100644 index 0000000..4cbf254 Binary files /dev/null and b/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj differ diff --git a/build/esp-idf/esp_coex/cmake_install.cmake b/build/esp-idf/esp_coex/cmake_install.cmake new file mode 100644 index 0000000..7c29ca4 --- /dev/null +++ b/build/esp-idf/esp_coex/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_coex/libesp_coex.a b/build/esp-idf/esp_coex/libesp_coex.a new file mode 100644 index 0000000..3e77e05 Binary files /dev/null and b/build/esp-idf/esp_coex/libesp_coex.a differ diff --git a/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj new file mode 100644 index 0000000..67e06e7 Binary files /dev/null and b/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/build/esp-idf/esp_common/cmake_install.cmake b/build/esp-idf/esp_common/cmake_install.cmake new file mode 100644 index 0000000..8c9270b --- /dev/null +++ b/build/esp-idf/esp_common/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_common/libesp_common.a b/build/esp-idf/esp_common/libesp_common.a new file mode 100644 index 0000000..7a8c74a Binary files /dev/null and b/build/esp-idf/esp_common/libesp_common.a differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj new file mode 100644 index 0000000..ef03cf3 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj new file mode 100644 index 0000000..a9a3f4f Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj new file mode 100644 index 0000000..81865a2 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj new file mode 100644 index 0000000..6eec652 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj new file mode 100644 index 0000000..3b4e3ca Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj new file mode 100644 index 0000000..121c940 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj new file mode 100644 index 0000000..1c27a0e Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj new file mode 100644 index 0000000..86619f4 Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj differ diff --git a/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj new file mode 100644 index 0000000..1f4c37b Binary files /dev/null and b/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj differ diff --git a/build/esp-idf/esp_eth/cmake_install.cmake b/build/esp-idf/esp_eth/cmake_install.cmake new file mode 100644 index 0000000..3c0f291 --- /dev/null +++ b/build/esp-idf/esp_eth/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_eth/libesp_eth.a b/build/esp-idf/esp_eth/libesp_eth.a new file mode 100644 index 0000000..7e2c37a Binary files /dev/null and b/build/esp-idf/esp_eth/libesp_eth.a differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj new file mode 100644 index 0000000..d81b8c9 Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj new file mode 100644 index 0000000..9c52af7 Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj differ diff --git a/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj new file mode 100644 index 0000000..6e3d759 Binary files /dev/null and b/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj differ diff --git a/build/esp-idf/esp_event/cmake_install.cmake b/build/esp-idf/esp_event/cmake_install.cmake new file mode 100644 index 0000000..158dd13 --- /dev/null +++ b/build/esp-idf/esp_event/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_event/libesp_event.a b/build/esp-idf/esp_event/libesp_event.a new file mode 100644 index 0000000..8271465 Binary files /dev/null and b/build/esp-idf/esp_event/libesp_event.a differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj new file mode 100644 index 0000000..16950b8 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj new file mode 100644 index 0000000..3827892 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj new file mode 100644 index 0000000..1d1a89f Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj new file mode 100644 index 0000000..98833dc Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj new file mode 100644 index 0000000..bb1f8fe Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj differ diff --git a/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj new file mode 100644 index 0000000..0694d33 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj differ diff --git a/build/esp-idf/esp_gdbstub/cmake_install.cmake b/build/esp-idf/esp_gdbstub/cmake_install.cmake new file mode 100644 index 0000000..2b2ffbd --- /dev/null +++ b/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_gdbstub/libesp_gdbstub.a b/build/esp-idf/esp_gdbstub/libesp_gdbstub.a new file mode 100644 index 0000000..a57c800 Binary files /dev/null and b/build/esp-idf/esp_gdbstub/libesp_gdbstub.a differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj new file mode 100644 index 0000000..3ab4978 Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj new file mode 100644 index 0000000..438472f Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj differ diff --git a/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj new file mode 100644 index 0000000..a342b8e Binary files /dev/null and b/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj differ diff --git a/build/esp-idf/esp_hid/cmake_install.cmake b/build/esp-idf/esp_hid/cmake_install.cmake new file mode 100644 index 0000000..8a045da --- /dev/null +++ b/build/esp-idf/esp_hid/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_hid/libesp_hid.a b/build/esp-idf/esp_hid/libesp_hid.a new file mode 100644 index 0000000..2a87b09 Binary files /dev/null and b/build/esp-idf/esp_hid/libesp_hid.a differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj new file mode 100644 index 0000000..4f0f579 Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj new file mode 100644 index 0000000..f3b31bf Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj new file mode 100644 index 0000000..3fbdef3 Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj differ diff --git a/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj new file mode 100644 index 0000000..f6ebc2e Binary files /dev/null and b/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj differ diff --git a/build/esp-idf/esp_http_client/cmake_install.cmake b/build/esp-idf/esp_http_client/cmake_install.cmake new file mode 100644 index 0000000..72411dc --- /dev/null +++ b/build/esp-idf/esp_http_client/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_http_client/libesp_http_client.a b/build/esp-idf/esp_http_client/libesp_http_client.a new file mode 100644 index 0000000..3887ba0 Binary files /dev/null and b/build/esp-idf/esp_http_client/libesp_http_client.a differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj new file mode 100644 index 0000000..1c9256c Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj new file mode 100644 index 0000000..136155b Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj new file mode 100644 index 0000000..0006f6b Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj new file mode 100644 index 0000000..fcacc5a Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj new file mode 100644 index 0000000..2a7f833 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj new file mode 100644 index 0000000..9705052 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj differ diff --git a/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj new file mode 100644 index 0000000..506ee49 Binary files /dev/null and b/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj differ diff --git a/build/esp-idf/esp_http_server/cmake_install.cmake b/build/esp-idf/esp_http_server/cmake_install.cmake new file mode 100644 index 0000000..7e5b9bf --- /dev/null +++ b/build/esp-idf/esp_http_server/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_http_server/libesp_http_server.a b/build/esp-idf/esp_http_server/libesp_http_server.a new file mode 100644 index 0000000..ad0b408 Binary files /dev/null and b/build/esp-idf/esp_http_server/libesp_http_server.a differ diff --git a/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj b/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj new file mode 100644 index 0000000..bd8183c Binary files /dev/null and b/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj differ diff --git a/build/esp-idf/esp_https_ota/cmake_install.cmake b/build/esp-idf/esp_https_ota/cmake_install.cmake new file mode 100644 index 0000000..20d3666 --- /dev/null +++ b/build/esp-idf/esp_https_ota/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_https_ota/libesp_https_ota.a b/build/esp-idf/esp_https_ota/libesp_https_ota.a new file mode 100644 index 0000000..4374e72 Binary files /dev/null and b/build/esp-idf/esp_https_ota/libesp_https_ota.a differ diff --git a/build/esp-idf/esp_https_server/cmake_install.cmake b/build/esp-idf/esp_https_server/cmake_install.cmake new file mode 100644 index 0000000..502cec7 --- /dev/null +++ b/build/esp-idf/esp_https_server/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj new file mode 100644 index 0000000..db3b190 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj new file mode 100644 index 0000000..fd6d8c2 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj new file mode 100644 index 0000000..2d76dff Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj new file mode 100644 index 0000000..2a992bd Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj new file mode 100644 index 0000000..9f27f11 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj new file mode 100644 index 0000000..73fc53a Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj new file mode 100644 index 0000000..7294798 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj new file mode 100644 index 0000000..607e178 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj new file mode 100644 index 0000000..a198e23 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj new file mode 100644 index 0000000..26d792c Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj new file mode 100644 index 0000000..099f0b8 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj new file mode 100644 index 0000000..a4d3ecf Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj new file mode 100644 index 0000000..d6a1aa7 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj new file mode 100644 index 0000000..ad6b1e5 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj new file mode 100644 index 0000000..d028fef Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_cpu_intr.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj new file mode 100644 index 0000000..09458e7 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj new file mode 100644 index 0000000..2da048a Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj new file mode 100644 index 0000000..af39aef Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj new file mode 100644 index 0000000..bb8f58d Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj new file mode 100644 index 0000000..13a0829 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj new file mode 100644 index 0000000..8786df3 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj new file mode 100644 index 0000000..08dd590 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj new file mode 100644 index 0000000..c0a8308 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj new file mode 100644 index 0000000..b220809 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj new file mode 100644 index 0000000..0f3f501 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj new file mode 100644 index 0000000..1c64aca Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj new file mode 100644 index 0000000..9f99671 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj new file mode 100644 index 0000000..2a210c3 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj new file mode 100644 index 0000000..4a5a79c Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj new file mode 100644 index 0000000..9a1cc75 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj new file mode 100644 index 0000000..f2f2aca Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj new file mode 100644 index 0000000..3c3575c Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj new file mode 100644 index 0000000..67ed75a Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj differ diff --git a/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj new file mode 100644 index 0000000..1018a27 Binary files /dev/null and b/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj differ diff --git a/build/esp-idf/esp_hw_support/cmake_install.cmake b/build/esp-idf/esp_hw_support/cmake_install.cmake new file mode 100644 index 0000000..5bb6252 --- /dev/null +++ b/build/esp-idf/esp_hw_support/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/esp_hw_support/libesp_hw_support.a b/build/esp-idf/esp_hw_support/libesp_hw_support.a new file mode 100644 index 0000000..ea6c04a Binary files /dev/null and b/build/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake new file mode 100644 index 0000000..8c47848 --- /dev/null +++ b/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj new file mode 100644 index 0000000..1f708e7 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj new file mode 100644 index 0000000..2e86fb9 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj new file mode 100644 index 0000000..5eed98d Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj new file mode 100644 index 0000000..a3c3732 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj new file mode 100644 index 0000000..a2b2746 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj new file mode 100644 index 0000000..2724e80 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj new file mode 100644 index 0000000..4775bee Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj new file mode 100644 index 0000000..1e15f5b Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj differ diff --git a/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj new file mode 100644 index 0000000..c340708 Binary files /dev/null and b/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj differ diff --git a/build/esp-idf/esp_lcd/cmake_install.cmake b/build/esp-idf/esp_lcd/cmake_install.cmake new file mode 100644 index 0000000..2fd2deb --- /dev/null +++ b/build/esp-idf/esp_lcd/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_lcd/libesp_lcd.a b/build/esp-idf/esp_lcd/libesp_lcd.a new file mode 100644 index 0000000..82c8c2c Binary files /dev/null and b/build/esp-idf/esp_lcd/libesp_lcd.a differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj new file mode 100644 index 0000000..583ab12 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj new file mode 100644 index 0000000..d0cc322 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj new file mode 100644 index 0000000..0f4ac2f Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj new file mode 100644 index 0000000..57a2cfa Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj differ diff --git a/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/build/esp-idf/esp_local_ctrl/cmake_install.cmake new file mode 100644 index 0000000..94193a6 --- /dev/null +++ b/build/esp-idf/esp_local_ctrl/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a b/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a new file mode 100644 index 0000000..6196de4 Binary files /dev/null and b/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj new file mode 100644 index 0000000..1f06038 Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj new file mode 100644 index 0000000..c204b33 Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj new file mode 100644 index 0000000..332ae4b Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj differ diff --git a/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj new file mode 100644 index 0000000..9fa8474 Binary files /dev/null and b/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj differ diff --git a/build/esp-idf/esp_mm/cmake_install.cmake b/build/esp-idf/esp_mm/cmake_install.cmake new file mode 100644 index 0000000..04f35a1 --- /dev/null +++ b/build/esp-idf/esp_mm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_mm/libesp_mm.a b/build/esp-idf/esp_mm/libesp_mm.a new file mode 100644 index 0000000..d901854 Binary files /dev/null and b/build/esp-idf/esp_mm/libesp_mm.a differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj new file mode 100644 index 0000000..6881912 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj new file mode 100644 index 0000000..5e2f870 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj new file mode 100644 index 0000000..e4e4501 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj new file mode 100644 index 0000000..b7aaafe Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj new file mode 100644 index 0000000..567b72b Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj new file mode 100644 index 0000000..04e202a Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj new file mode 100644 index 0000000..3b1bad6 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj new file mode 100644 index 0000000..e459ec2 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj differ diff --git a/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj new file mode 100644 index 0000000..7312a91 Binary files /dev/null and b/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj differ diff --git a/build/esp-idf/esp_netif/cmake_install.cmake b/build/esp-idf/esp_netif/cmake_install.cmake new file mode 100644 index 0000000..961e24f --- /dev/null +++ b/build/esp-idf/esp_netif/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_netif/libesp_netif.a b/build/esp-idf/esp_netif/libesp_netif.a new file mode 100644 index 0000000..e45ba3d Binary files /dev/null and b/build/esp-idf/esp_netif/libesp_netif.a differ diff --git a/build/esp-idf/esp_netif_stack/cmake_install.cmake b/build/esp-idf/esp_netif_stack/cmake_install.cmake new file mode 100644 index 0000000..7b1696a --- /dev/null +++ b/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj new file mode 100644 index 0000000..aa4b123 Binary files /dev/null and b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj differ diff --git a/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj new file mode 100644 index 0000000..7076972 Binary files /dev/null and b/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj differ diff --git a/build/esp-idf/esp_partition/cmake_install.cmake b/build/esp-idf/esp_partition/cmake_install.cmake new file mode 100644 index 0000000..6276968 --- /dev/null +++ b/build/esp-idf/esp_partition/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_partition/libesp_partition.a b/build/esp-idf/esp_partition/libesp_partition.a new file mode 100644 index 0000000..741ed4e Binary files /dev/null and b/build/esp-idf/esp_partition/libesp_partition.a differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj new file mode 100644 index 0000000..c65dfd0 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj new file mode 100644 index 0000000..a43e465 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj new file mode 100644 index 0000000..5ffb33a Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj new file mode 100644 index 0000000..83a8087 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj differ diff --git a/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj new file mode 100644 index 0000000..bfcb058 Binary files /dev/null and b/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj differ diff --git a/build/esp-idf/esp_phy/cmake_install.cmake b/build/esp-idf/esp_phy/cmake_install.cmake new file mode 100644 index 0000000..df69f48 --- /dev/null +++ b/build/esp-idf/esp_phy/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_phy/libesp_phy.a b/build/esp-idf/esp_phy/libesp_phy.a new file mode 100644 index 0000000..a90863c Binary files /dev/null and b/build/esp-idf/esp_phy/libesp_phy.a differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj new file mode 100644 index 0000000..47bae11 Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj new file mode 100644 index 0000000..a0ceff8 Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj differ diff --git a/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj new file mode 100644 index 0000000..fe348ab Binary files /dev/null and b/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj differ diff --git a/build/esp-idf/esp_pm/cmake_install.cmake b/build/esp-idf/esp_pm/cmake_install.cmake new file mode 100644 index 0000000..f916f70 --- /dev/null +++ b/build/esp-idf/esp_pm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_pm/libesp_pm.a b/build/esp-idf/esp_pm/libesp_pm.a new file mode 100644 index 0000000..51a02ac Binary files /dev/null and b/build/esp-idf/esp_pm/libesp_pm.a differ diff --git a/build/esp-idf/esp_psram/cmake_install.cmake b/build/esp-idf/esp_psram/cmake_install.cmake new file mode 100644 index 0000000..2d7c39d --- /dev/null +++ b/build/esp-idf/esp_psram/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj b/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj new file mode 100644 index 0000000..f919f53 Binary files /dev/null and b/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj differ diff --git a/build/esp-idf/esp_ringbuf/cmake_install.cmake b/build/esp-idf/esp_ringbuf/cmake_install.cmake new file mode 100644 index 0000000..aae838f --- /dev/null +++ b/build/esp-idf/esp_ringbuf/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_ringbuf/libesp_ringbuf.a b/build/esp-idf/esp_ringbuf/libesp_ringbuf.a new file mode 100644 index 0000000..e8eb64c Binary files /dev/null and b/build/esp-idf/esp_ringbuf/libesp_ringbuf.a differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj new file mode 100644 index 0000000..7a5491a Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj new file mode 100644 index 0000000..8046836 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 0000000..686354e Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj new file mode 100644 index 0000000..a84e494 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj new file mode 100644 index 0000000..4896ce8 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj new file mode 100644 index 0000000..8ee2411 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj new file mode 100644 index 0000000..ba5a4c5 Binary files /dev/null and b/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/build/esp-idf/esp_rom/cmake_install.cmake b/build/esp-idf/esp_rom/cmake_install.cmake new file mode 100644 index 0000000..d656da3 --- /dev/null +++ b/build/esp-idf/esp_rom/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_rom/libesp_rom.a b/build/esp-idf/esp_rom/libesp_rom.a new file mode 100644 index 0000000..44dbfa0 Binary files /dev/null and b/build/esp-idf/esp_rom/libesp_rom.a differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj new file mode 100644 index 0000000..27486ca Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj new file mode 100644 index 0000000..557a598 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj new file mode 100644 index 0000000..a07bc6c Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj new file mode 100644 index 0000000..0c546b2 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj new file mode 100644 index 0000000..63480f8 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj new file mode 100644 index 0000000..40ad895 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj new file mode 100644 index 0000000..3acb873 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj new file mode 100644 index 0000000..298550a Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj new file mode 100644 index 0000000..d7363ab Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj new file mode 100644 index 0000000..2e91930 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj new file mode 100644 index 0000000..12a0ff8 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj new file mode 100644 index 0000000..69e7371 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj new file mode 100644 index 0000000..e346015 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj new file mode 100644 index 0000000..13333a6 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj new file mode 100644 index 0000000..9ccab3e Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj new file mode 100644 index 0000000..18fa97a Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj new file mode 100644 index 0000000..5013b8f Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj new file mode 100644 index 0000000..e7ae003 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj new file mode 100644 index 0000000..32e7bf2 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj new file mode 100644 index 0000000..a37f156 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj new file mode 100644 index 0000000..efc30cc Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj new file mode 100644 index 0000000..5852b57 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj new file mode 100644 index 0000000..4766dd4 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj new file mode 100644 index 0000000..c59f319 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj new file mode 100644 index 0000000..d329950 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj new file mode 100644 index 0000000..a32fe25 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj new file mode 100644 index 0000000..712b4a7 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj new file mode 100644 index 0000000..2cb1790 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj new file mode 100644 index 0000000..33be04f Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj new file mode 100644 index 0000000..9f5ceda Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj new file mode 100644 index 0000000..949442a Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj new file mode 100644 index 0000000..1d73887 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj new file mode 100644 index 0000000..6f4ab65 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj new file mode 100644 index 0000000..8fc3d57 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj differ diff --git a/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj new file mode 100644 index 0000000..8a412b1 Binary files /dev/null and b/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj differ diff --git a/build/esp-idf/esp_system/cmake_install.cmake b/build/esp-idf/esp_system/cmake_install.cmake new file mode 100644 index 0000000..82a1fb3 --- /dev/null +++ b/build/esp-idf/esp_system/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_system/port/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/esp_system/ld/memory.ld b/build/esp-idf/esp_system/ld/memory.ld new file mode 100644 index 0000000..6a5aaa9 --- /dev/null +++ b/build/esp-idf/esp_system/ld/memory.ld @@ -0,0 +1,177 @@ +/* + + * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + + * + + * SPDX-License-Identifier: Apache-2.0 + + */ +/* ESP32 Linker Script Memory Layout + + + + This file describes the memory layout (memory blocks) as virtual + + memory addresses. + + + + esp32.project.ld contains output sections to link compiler output + + into these memory blocks. + + + + *** + + + + This linker script is passed through the C preprocessor to include + + configuration options. + + + + Please use preprocessor features sparingly! Restrict + + to simple macros with numeric values, and/or #if/#endif blocks. + +*/ +/* + + * Automatically generated file. DO NOT EDIT. + + * Espressif IoT Development Framework (ESP-IDF) 5.1.6 Configuration Header + + */ + +/* List of deprecated options */ +/* + + * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + + * + + * SPDX-License-Identifier: Apache-2.0 + + */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +_esp_flash_mmap_prefetch_pad_size = 16; +/* CPU instruction prefetch padding size for memory protection scenario */ +_esp_memprot_prefetch_pad_size = 0; +/* Memory alignment size for PMS */ +_esp_memprot_align_size = 0; +_esp_mmu_block_size = (0x10000); + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* If BT is not built at all */ +MEMORY +{ + /* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length + + of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but + + are connected to the data port of the CPU and eg allow bytewise access. */ + /* IRAM for PRO cpu. Not sure if happy with this, this is MMU area... */ + iram0_0_seg (RX) : org = 0x40080000, len = 0x20000 + 0x0 + /* Even though the segment name is iram, it is actually mapped to flash + + */ + iram0_2_seg (RX) : org = 0x400D0020, len = 0x330000-0x20 + /* + + (0x20 offset above is a convenience for the app binary image generation. + + Flash cache has 64KB pages. The .bin file which is flashed to the chip + + has a 0x18 byte file header, and each segment has a 0x08 byte segment + + header. Setting this offset makes it simple to meet the flash cache MMU's + + constraint that (paddr % 64KB == vaddr % 64KB).) + + */ + /* Shared data RAM, excluding memory reserved for ROM bss/data/stack. + + + + Enabling Bluetooth & Trace Memory features in menuconfig will decrease + + the amount of RAM available. + + + + Note: Length of this section *should* be 0x50000, and this extra DRAM is available + + in heap at runtime. However due to static ROM memory usage at this 176KB mark, the + + additional static memory temporarily cannot be used. + + */ + dram0_0_seg (RW) : org = 0x3FFB0000 + 0, + len = 0x2c200 - 0 + /* Flash mapped constant data */ + drom0_0_seg (R) : org = 0x3F400020, len = 0x400000-0x20 + /* (See iram0_2_seg for meaning of 0x20 offset in the above.) */ + /* RTC fast memory (executable). Persists over deep sleep. */ + rtc_iram_seg(RWX) : org = 0x400C0000, len = 0x2000 - 0 + /* RTC fast memory (same block as above, rtc_iram_seg), viewed from data bus */ + rtc_data_seg(RW) : org = 0x3ff80000, len = 0x2000 - 0 + /* We reduced the size of rtc_iram_seg and rtc_data_seg by ESP_BOOTLOADER_RESERVE_RTC value. + + It reserves the amount of RTC fast memory that we use for this memory segment. + + This segment is intended for keeping bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). + + The aim of this is to keep data that will not be moved around and have a fixed address. + + org = 0x3ff80000 + 0x2000 - ESP_BOOTLOADER_RESERVE_RTC == SOC_RTC_DRAM_HIGH - sizeof(rtc_retain_mem_t) + + */ + rtc_fast_reserved_seg(RW) : org = 0x3ff80000 + 0x2000 - 0, len = 0 + /* RTC slow memory (data accessible). Persists over deep sleep. + + + + Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled. + + */ + rtc_slow_seg(RW) : org = 0x50000000, len = 0x2000 - ((24)) + /* We reduced the size of rtc_slow_seg by RESERVE_RTC_MEM value. + + It reserves the amount of RTC slow memory that we use for this memory segment. + + This segment is intended for keeping rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). + + The aim of this is to keep data that will not be moved around and have a fixed address. + + org = 0x50000000 + 0x2000 - RESERVE_RTC_MEM + + */ + rtc_slow_reserved_seg(RW) : org = 0x50000000 + 0x2000 - ((24)), len = ((24)) + /* external memory */ + extern_ram_seg(RWX) : org = 0x3F800000, + len = 0x400000 +} +_heap_start = _heap_low_start; +_sram1_iram_start = 0x400A0000; +_sram1_iram_len = ( _iram_end > _sram1_iram_start) ? (_iram_end - _sram1_iram_start) : 0; +_heap_end = ALIGN(0x40000000 - _sram1_iram_len - 3, 4); +_data_seg_org = ORIGIN(rtc_data_seg); +/* The lines below define location alias for .rtc.data section based on Kconfig option. + + When the option is not defined then use slow memory segment + + else the data will be placed in fast memory segment */ +REGION_ALIAS("rtc_data_location", rtc_slow_seg ); + REGION_ALIAS("default_code_seg", iram0_2_seg); + REGION_ALIAS("default_rodata_seg", drom0_0_seg); +/** + + * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must + + * also be first in the segment. + + */ + ASSERT(_rodata_start == ORIGIN(default_rodata_seg), + ".flash.appdesc section must be placed at the beginning of the rodata segment.") diff --git a/build/esp-idf/esp_system/ld/sections.ld b/build/esp-idf/esp_system/ld/sections.ld new file mode 100644 index 0000000..94ac2ae --- /dev/null +++ b/build/esp-idf/esp_system/ld/sections.ld @@ -0,0 +1,661 @@ +/* Automatically generated file; DO NOT EDIT */ +/* Espressif IoT Development Framework Linker Script */ +/* Generated from: C:\Users\carec\esp\v5.1.6\esp-idf\components\esp_system\ld\esp32\sections.ld.in */ + +/* + * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* Default entry point: */ +ENTRY(call_start_cpu0); + +SECTIONS +{ + /* RTC fast memory holds RTC wake stub code, + including from any source file named rtc_wake_stub*.c + */ + .rtc.text : + { + . = ALIGN(4); + + *(.rtc.literal .rtc.text .rtc.text.*) + + *rtc_wake_stub*.*(.literal .text .literal.* .text.*) + _rtc_text_end = ABSOLUTE(.); + } > rtc_iram_seg + + /* + This section is required to skip rtc.text area because rtc_iram_seg and + rtc_data_seg are reflect the same address space on different buses. + */ + .rtc.dummy : + { + _rtc_dummy_start = ABSOLUTE(.); + _rtc_fast_start = ABSOLUTE(.); + . = SIZEOF(.rtc.text); + _rtc_dummy_end = ABSOLUTE(.); + } > rtc_data_seg + + /* This section located in RTC FAST Memory area. + It holds data marked with RTC_FAST_ATTR attribute. + See the file "esp_attr.h" for more information. + */ + .rtc.force_fast : + { + . = ALIGN(4); + _rtc_force_fast_start = ABSOLUTE(.); + + _coredump_rtc_fast_start = ABSOLUTE(.); + *(.rtc.fast.coredump .rtc.fast.coredump.*) + _coredump_rtc_fast_end = ABSOLUTE(.); + + *(.rtc.force_fast .rtc.force_fast.*) + . = ALIGN(4) ; + + _rtc_force_fast_end = ABSOLUTE(.); + } > rtc_data_seg + + /* RTC data section holds RTC wake stub + data/rodata, including from any source file + named rtc_wake_stub*.c and the data marked with + RTC_DATA_ATTR, RTC_RODATA_ATTR attributes. + The memory location of the data is dependent on + CONFIG_ESP32_RTCDATA_IN_FAST_MEM option. + */ + .rtc.data : + { + _rtc_data_start = ABSOLUTE(.); + + _coredump_rtc_start = ABSOLUTE(.); + *(.rtc.coredump .rtc.coredump.*) + _coredump_rtc_end = ABSOLUTE(.); + *(.rtc.data .rtc.data.*) + *(.rtc.rodata .rtc.rodata.*) + + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.*) + _rtc_data_end = ABSOLUTE(.); + + } > rtc_data_location + + /* RTC bss, from any source file named rtc_wake_stub*.c */ + .rtc.bss (NOLOAD) : + { + _rtc_bss_start = ABSOLUTE(.); + *rtc_wake_stub*.*(.bss .bss.*) + *rtc_wake_stub*.*(COMMON) + + *(.rtc.bss) + + _rtc_bss_end = ABSOLUTE(.); + } > rtc_data_location + + /* This section holds data that should not be initialized at power up + and will be retained during deep sleep. + User data marked with RTC_NOINIT_ATTR will be placed + into this section. See the file "esp_attr.h" for more information. + The memory location of the data is dependent on + CONFIG_ESP32_RTCDATA_IN_FAST_MEM option. + */ + .rtc_noinit (NOLOAD): + { + . = ALIGN(4); + _rtc_noinit_start = ABSOLUTE(.); + *(.rtc_noinit .rtc_noinit.*) + . = ALIGN(4) ; + _rtc_noinit_end = ABSOLUTE(.); + } > rtc_data_location + + /* This section located in RTC SLOW Memory area. + It holds data marked with RTC_SLOW_ATTR attribute. + See the file "esp_attr.h" for more information. + */ + .rtc.force_slow : + { + . = ALIGN(4); + _rtc_force_slow_start = ABSOLUTE(.); + *(.rtc.force_slow .rtc.force_slow.*) + . = ALIGN(4) ; + _rtc_force_slow_end = ABSOLUTE(.); + } > rtc_slow_seg + + /** + * This section holds RTC FAST data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep sleep. + */ + .rtc_fast_reserved (NOLOAD): + { + . = ALIGN(4); + _rtc_fast_reserved_start = ABSOLUTE(.); + /* New data can only be added here to ensure existing data are not moved. + Because data have adhered to the end of the segment and code is relied on it. + >> put new data here << */ + KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) + _rtc_fast_reserved_end = ABSOLUTE(.); + } > rtc_fast_reserved_seg + + _rtc_fast_reserved_length = _rtc_fast_reserved_end - _rtc_fast_reserved_start; + ASSERT((_rtc_fast_reserved_length <= LENGTH(rtc_fast_reserved_seg)), + "RTC FAST reserved segment data does not fit.") + + /** + * This section holds RTC SLOW data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep sleep. + */ + .rtc_slow_reserved (NOLOAD): + { + . = ALIGN(4); + _rtc_slow_reserved_start = ABSOLUTE(.); + /* New data can only be added here to ensure existing data are not moved. + Because data have adhered to the end of the segment and code is relied on it. + >> put new data here << */ + + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + _rtc_slow_reserved_end = ABSOLUTE(.); + } > rtc_slow_reserved_seg + + _rtc_slow_reserved_length = _rtc_slow_reserved_end - _rtc_slow_reserved_start; + _rtc_reserved_length = _rtc_slow_reserved_length; + ASSERT((_rtc_slow_reserved_length <= LENGTH(rtc_slow_reserved_seg)), + "RTC SLOW reserved segment data does not fit.") + + /* Get size of rtc slow data based on rtc_data_location alias */ + _rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_slow_end - _rtc_data_start) + : (_rtc_force_slow_end - _rtc_force_slow_start); + + _rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_fast_end - _rtc_fast_start) + : (_rtc_noinit_end - _rtc_fast_start); + + ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), + "RTC_SLOW segment data does not fit.") + + ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), + "RTC_FAST segment data does not fit.") + + /* Send .iram0 code to iram */ + .iram0.vectors : + { + _iram_start = ABSOLUTE(.); + /* Vectors go to IRAM */ + _vector_table = ABSOLUTE(.); + /* Vectors according to builds/RF-2015.2-win32/esp108_v1_2_s5_512int_2/config.html */ + . = 0x0; + KEEP(*(.WindowVectors.text)); + . = 0x180; + KEEP(*(.Level2InterruptVector.text)); + . = 0x1c0; + KEEP(*(.Level3InterruptVector.text)); + . = 0x200; + KEEP(*(.Level4InterruptVector.text)); + . = 0x240; + KEEP(*(.Level5InterruptVector.text)); + . = 0x280; + KEEP(*(.DebugExceptionVector.text)); + . = 0x2c0; + KEEP(*(.NMIExceptionVector.text)); + . = 0x300; + KEEP(*(.KernelExceptionVector.text)); + . = 0x340; + KEEP(*(.UserExceptionVector.text)); + . = 0x3C0; + KEEP(*(.DoubleExceptionVector.text)); + . = 0x400; + _invalid_pc_placeholder = ABSOLUTE(.); + *(.*Vector.literal) + + *(.UserEnter.literal); + *(.UserEnter.text); + . = ALIGN (16); + *(.entry.text) + *(.init.literal) + *(.init) + + _init_end = ABSOLUTE(.); + } > iram0_0_seg + + .iram0.text : + { + /* Code marked as runnning out of IRAM */ + _iram_text_start = ABSOLUTE(.); + + *(.iram1 .iram1.*) + *libapp_trace.a:app_trace.*(.literal .literal.* .text .text.*) + *libapp_trace.a:app_trace_util.*(.literal .literal.* .text .text.*) + *libapp_trace.a:port_uart.*(.literal .literal.* .text .text.*) + *libdriver.a:gptimer.*(.literal.gptimer_default_isr .text.gptimer_default_isr) + *libesp_event.a:default_event_loop.*(.literal.esp_event_isr_post .text.esp_event_isr_post) + *libesp_event.a:esp_event.*(.literal.esp_event_isr_post_to .text.esp_event_isr_post_to) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_compare_and_set .text.esp_cpu_compare_and_set) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_reset .text.esp_cpu_reset) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_stall .text.esp_cpu_stall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_unstall .text.esp_cpu_unstall) + *libesp_hw_support.a:cpu.*(.literal.esp_cpu_wait_for_intr .text.esp_cpu_wait_for_intr) + *libesp_hw_support.a:esp_gpio_reserve.*(.literal.esp_gpio_is_pin_reserved .text.esp_gpio_is_pin_reserved) + *libesp_hw_support.a:esp_gpio_reserve.*(.literal.esp_gpio_reserve_pins .text.esp_gpio_reserve_pins) + *libesp_hw_support.a:esp_memory_utils.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:periph_ctrl.*(.literal.periph_module_reset .text.periph_module_reset) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_disable .text.wifi_module_disable) + *libesp_hw_support.a:periph_ctrl.*(.literal.wifi_module_enable .text.wifi_module_enable) + *libesp_hw_support.a:rtc_clk.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_sleep.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_time.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:rtc_wdt.*(.literal .literal.* .text .text.*) + *libesp_hw_support.a:sar_periph_ctrl.*(.literal.sar_periph_ctrl_power_enable .text.sar_periph_ctrl_power_enable) + *libesp_mm.a:cache_esp32.*(.literal .literal.* .text .text.*) + *libesp_mm.a:esp_cache.*(.literal .literal.* .text .text.*) + *libesp_ringbuf.a:(.literal .literal.* .text .text.*) + *libesp_rom.a:esp_rom_spiflash.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_err.*(.literal .literal.* .text .text.*) + *libesp_system.a:esp_system_chip.*(.literal.esp_system_abort .text.esp_system_abort) + *libesp_system.a:ubsan.*(.literal .literal.* .text .text.*) + *libesp_wifi.a:esp_adapter.*(.literal.coex_pti_get_wrapper .text.coex_pti_get_wrapper) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_sta_receive .text.wifi_sta_receive) + *libesp_wifi.a:wifi_netif.*(.literal.wifi_transmit_wrap .text.wifi_transmit_wrap) + *libfreertos.a:(EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:idf_additions.*) .literal EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:idf_additions.*) .literal.* EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:idf_additions.*) .text EXCLUDE_FILE(*libfreertos.a:app_startup.* *libfreertos.a:idf_additions.*) .text.*) + *libgcc.a:lib2funcs.*(.literal .literal.* .text .text.*) + *libgcov.a:(.literal .literal.* .text .text.*) + *libhal.a:cache_hal_esp32.*(.literal .literal.* .text .text.*) + *libhal.a:i2c_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:ledc_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:mmu_hal.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_flash_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:spi_slave_hal_iram.*(.literal .literal.* .text .text.*) + *libhal.a:timer_hal.*(.literal.timer_hal_capture_and_get_counter_value .text.timer_hal_capture_and_get_counter_value) + *libhal.a:wdt_hal_iram.*(.literal .literal.* .text .text.*) + *libheap.a:multi_heap.*(.literal.assert_valid_block .text.assert_valid_block) + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl .text.multi_heap_aligned_alloc_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_aligned_alloc_impl_offs .text.multi_heap_aligned_alloc_impl_offs) + *libheap.a:multi_heap.*(.literal.multi_heap_free_impl .text.multi_heap_free_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_get_allocated_size_impl .text.multi_heap_get_allocated_size_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_get_block_address_impl .text.multi_heap_get_block_address_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_get_first_block .text.multi_heap_get_first_block) + *libheap.a:multi_heap.*(.literal.multi_heap_get_next_block .text.multi_heap_get_next_block) + *libheap.a:multi_heap.*(.literal.multi_heap_internal_lock .text.multi_heap_internal_lock) + *libheap.a:multi_heap.*(.literal.multi_heap_internal_unlock .text.multi_heap_internal_unlock) + *libheap.a:multi_heap.*(.literal.multi_heap_is_free .text.multi_heap_is_free) + *libheap.a:multi_heap.*(.literal.multi_heap_malloc_impl .text.multi_heap_malloc_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_realloc_impl .text.multi_heap_realloc_impl) + *libheap.a:multi_heap.*(.literal.multi_heap_set_lock .text.multi_heap_set_lock) + *libheap.a:tlsf.*(.literal.tlsf_align_size .text.tlsf_align_size) + *libheap.a:tlsf.*(.literal.tlsf_alloc_overhead .text.tlsf_alloc_overhead) + *libheap.a:tlsf.*(.literal.tlsf_block_size .text.tlsf_block_size) + *libheap.a:tlsf.*(.literal.tlsf_block_size_max .text.tlsf_block_size_max) + *libheap.a:tlsf.*(.literal.tlsf_block_size_min .text.tlsf_block_size_min) + *libheap.a:tlsf.*(.literal.tlsf_free .text.tlsf_free) + *libheap.a:tlsf.*(.literal.tlsf_get_pool .text.tlsf_get_pool) + *libheap.a:tlsf.*(.literal.tlsf_malloc .text.tlsf_malloc) + *libheap.a:tlsf.*(.literal.tlsf_memalign .text.tlsf_memalign) + *libheap.a:tlsf.*(.literal.tlsf_memalign_offs .text.tlsf_memalign_offs) + *libheap.a:tlsf.*(.literal.tlsf_realloc .text.tlsf_realloc) + *libheap.a:tlsf.*(.literal.tlsf_size .text.tlsf_size) + *liblog.a:log.*(.literal.esp_log_write .text.esp_log_write) + *liblog.a:log_freertos.*(.literal.esp_log_early_timestamp .text.esp_log_early_timestamp) + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock .text.esp_log_impl_lock) + *liblog.a:log_freertos.*(.literal.esp_log_impl_lock_timeout .text.esp_log_impl_lock_timeout) + *liblog.a:log_freertos.*(.literal.esp_log_impl_unlock .text.esp_log_impl_unlock) + *liblog.a:log_freertos.*(.literal.esp_log_timestamp .text.esp_log_timestamp) + *libnet80211.a:(.wifi0iram .wifi0iram.*) + *libnet80211.a:(.wifirxiram .wifirxiram.*) + *libnet80211.a:(.wifislprxiram .wifislprxiram.*) + *libnewlib.a:abort.*(.literal .literal.* .text .text.*) + *libnewlib.a:assert.*(.literal .literal.* .text .text.*) + *libnewlib.a:heap.*(.literal .literal.* .text .text.*) + *libnewlib.a:stdatomic.*(.literal .literal.* .text .text.*) + *libpp.a:(.wifi0iram .wifi0iram.*) + *libpp.a:(.wifiorslpiram .wifiorslpiram.*) + *libpp.a:(.wifirxiram .wifirxiram.*) + *libpp.a:(.wifislprxiram .wifislprxiram.*) + *librtc.a:(.literal .literal.* .text .text.*) + *libsoc.a:lldesc.*(.literal .literal.* .text .text.*) + *libspi_flash.a:flash_brownout_hook.*(.literal .literal.* .text .text.*) + *libspi_flash.a:memspi_host_driver.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_boya.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_gd.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_generic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_issi.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_th.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.literal .literal.* .text .text.*) + *libspi_flash.a:spi_flash_wrap.*(.literal .literal.* .text .text.*) + *libxt_hal.a:(.literal .literal.* .text .text.*) + *libxtensa.a:eri.*(.literal .literal.* .text .text.*) + *libxtensa.a:xtensa_intr_asm.*(.literal .literal.* .text .text.*) + + } > iram0_0_seg + + .dram0.data : + { + _data_start = ABSOLUTE(.); + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + + *(.data .data.*) + *(.dram1 .dram1.*) + _coredump_dram_start = ABSOLUTE(.); + *(.dram2.coredump .dram2.coredump.*) + _coredump_dram_end = ABSOLUTE(.); + *libapp_trace.a:app_trace.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:app_trace_util.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libapp_trace.a:port_uart.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:esp_memory_utils.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_hw_support.a:rtc_clk.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_mm.a:cache_esp32.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_mm.a:esp_cache.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_rom.a:esp_rom_spiflash.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:esp_err.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libesp_system.a:ubsan.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libfreertos.a:FreeRTOS-openocd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libgcov.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:cache_hal_esp32.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:i2c_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:ledc_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:mmu_hal.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_encrypt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_flash_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:spi_slave_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libhal.a:wdt_hal_iram.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:abort.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:assert.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:heap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libnewlib.a:stdatomic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libphy.a:(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libsoc.a:lldesc.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:flash_brownout_hook.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:memspi_host_driver.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_boya.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_gd.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_generic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_issi.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_mxic.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_th.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_chip_winbond.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + *libspi_flash.a:spi_flash_wrap.*(.rodata .rodata.* .sdata2 .sdata2.* .srodata .srodata.*) + + _data_end = ABSOLUTE(.); + . = ALIGN(4); + } > dram0_0_seg + + /** + * This section holds data that won't be initialised when startup. + * This section locates in External RAM region. + */ + .ext_ram_noinit (NOLOAD) : + { + _ext_ram_noinit_start = ABSOLUTE(.); + *(.ext_ram_noinit*) + . = ALIGN(4); + _ext_ram_noinit_end = ABSOLUTE(.); + } > extern_ram_seg + + /*This section holds data that should not be initialized at power up. + The section located in Internal SRAM memory region. The macro _NOINIT + can be used as attribute to place data into this section. + See the esp_attr.h file for more information. + */ + .noinit (NOLOAD): + { + . = ALIGN(4); + _noinit_start = ABSOLUTE(.); + *(.noinit .noinit.*) + . = ALIGN(4) ; + _noinit_end = ABSOLUTE(.); + } > dram0_0_seg + + /* external memory bss, from any global variable with EXT_RAM_BSS_ATTR attribute*/ + .ext_ram.bss (NOLOAD) : + { + _ext_ram_bss_start = ABSOLUTE(.); + + + . = ALIGN(4); + _ext_ram_bss_end = ABSOLUTE(.); + } > extern_ram_seg + + /* Shared RAM */ + .dram0.bss (NOLOAD) : + { + . = ALIGN (8); + _bss_start = ABSOLUTE(.); + + *(.bss .bss.*) + *(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.linkonce.sb2 .gnu.linkonce.sb2.* .sbss .sbss.* .sbss2 .sbss2.* .scommon .share.mem) + *(.ext_ram.bss .ext_ram.bss.*) + *(COMMON) + + . = ALIGN (8); + _bss_end = ABSOLUTE(.); + } > dram0_0_seg + + ASSERT(((_bss_end - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") + + .flash.appdesc : ALIGN(0x10) + { + _rodata_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.rodata start, this can be used for mmu driver to maintain virtual address */ + _rodata_start = ABSOLUTE(.); + + *(.rodata_desc .rodata_desc.*) /* Should be the first. App version info. DO NOT PUT ANYTHING BEFORE IT! */ + *(.rodata_custom_desc .rodata_custom_desc.*) /* Should be the second. Custom app version info. DO NOT PUT ANYTHING BEFORE IT! */ + + /* Create an empty gap within this section. Thanks to this, the end of this + * section will match .flah.rodata's begin address. Thus, both sections + * will be merged when creating the final bin image. */ + . = ALIGN(ALIGNOF(.flash.rodata)); + } >default_rodata_seg + + .flash.rodata : ALIGN(0x10) + { + _flash_rodata_start = ABSOLUTE(.); + + *(EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .rodata.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2 EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .sdata2.* EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata EXCLUDE_FILE(*libgcov.a *libphy.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:rtc_clk.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:ubsan.* *libfreertos.a:FreeRTOS-openocd.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:wdt_hal_iram.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.*) .srodata.*) + *(.rodata_wlog_error .rodata_wlog_error.*) + *(.rodata_wlog_info .rodata_wlog_info.*) + *(.rodata_wlog_warning .rodata_wlog_warning.*) + + + *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.gnu.linkonce.r.*) + *(.rodata1) + __XT_EXCEPTION_TABLE_ = ABSOLUTE(.); + *(.xt_except_table) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + . = (. + 3) & ~ 3; + __eh_frame = ABSOLUTE(.); + KEEP(*(.eh_frame)) + . = (. + 7) & ~ 3; + /* C++ constructor and destructor tables + + Make a point of not including anything from crtbegin.o or crtend.o, as IDF doesn't use toolchain crt + */ + __init_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .ctors SORT(.ctors.*))) + __init_array_end = ABSOLUTE(.); + + KEEP (*crtbegin.*(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.*) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*(.dtors)) + /* C++ exception handlers table: */ + __XT_EXCEPTION_DESCS_ = ABSOLUTE(.); + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + __XT_EXCEPTION_DESCS_END__ = ABSOLUTE(.); + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + /* Addresses of memory regions reserved via + SOC_RESERVE_MEMORY_REGION() */ + soc_reserved_memory_region_start = ABSOLUTE(.); + KEEP (*(.reserved_memory_address)) + soc_reserved_memory_region_end = ABSOLUTE(.); + /* System init functions registered via ESP_SYSTEM_INIT_FN */ + _esp_system_init_fn_array_start = ABSOLUTE(.); + KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*))) + _esp_system_init_fn_array_end = ABSOLUTE(.); + _rodata_end = ABSOLUTE(.); + /* Literals are also RO data. */ + _lit4_start = ABSOLUTE(.); + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + _lit4_end = ABSOLUTE(.); + . = ALIGN(4); + _thread_local_start = ABSOLUTE(.); + *(.tdata) + *(.tdata.*) + *(.tbss) + *(.tbss.*) + _thread_local_end = ABSOLUTE(.); + . = ALIGN(4); + } >default_rodata_seg + + _flash_rodata_align = ALIGNOF(.flash.rodata); + + /* + This section is a place where we dump all the rodata which aren't used at runtime, + so as to avoid binary size increase + */ + .flash.rodata_noload (NOLOAD) : + { + /* + This is a symbol marking the flash.rodata end, this can be used for mmu driver to maintain virtual address + We don't need to include the noload rodata in this section + */ + _rodata_reserved_end = ABSOLUTE(.); + . = ALIGN (4); + *(.rodata_wlog_debug .rodata_wlog_debug.*) + *(.rodata_wlog_verbose .rodata_wlog_verbose.*) + } > default_rodata_seg + + .flash.text : + { + _stext = .; + _instruction_reserved_start = ABSOLUTE(.); /* This is a symbol marking the flash.text start, this can be used for mmu driver to maintain virtual address */ + _text_start = ABSOLUTE(.); + + *(EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libxt_hal.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libdriver.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:lib2funcs.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log.* *liblog.a:log_freertos.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.* *libxtensa.a:eri.* *libxtensa.a:xtensa_intr_asm.*) .literal EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libxt_hal.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libdriver.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:lib2funcs.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log.* *liblog.a:log_freertos.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.* *libxtensa.a:eri.* *libxtensa.a:xtensa_intr_asm.*) .literal.* EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libxt_hal.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libdriver.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:lib2funcs.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log.* *liblog.a:log_freertos.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.* *libxtensa.a:eri.* *libxtensa.a:xtensa_intr_asm.*) .text EXCLUDE_FILE(*libesp_ringbuf.a *libfreertos.a *libgcov.a *librtc.a *libxt_hal.a *libapp_trace.a:app_trace.* *libapp_trace.a:app_trace_util.* *libapp_trace.a:port_uart.* *libdriver.a:gptimer.* *libesp_event.a:default_event_loop.* *libesp_event.a:esp_event.* *libesp_hw_support.a:cpu.* *libesp_hw_support.a:esp_gpio_reserve.* *libesp_hw_support.a:esp_memory_utils.* *libesp_hw_support.a:periph_ctrl.* *libesp_hw_support.a:rtc_clk.* *libesp_hw_support.a:rtc_sleep.* *libesp_hw_support.a:rtc_time.* *libesp_hw_support.a:rtc_wdt.* *libesp_hw_support.a:sar_periph_ctrl.* *libesp_mm.a:cache_esp32.* *libesp_mm.a:esp_cache.* *libesp_rom.a:esp_rom_spiflash.* *libesp_system.a:esp_err.* *libesp_system.a:esp_system_chip.* *libesp_system.a:ubsan.* *libesp_wifi.a:esp_adapter.* *libesp_wifi.a:wifi_netif.* *libgcc.a:lib2funcs.* *libhal.a:cache_hal_esp32.* *libhal.a:i2c_hal_iram.* *libhal.a:ledc_hal_iram.* *libhal.a:mmu_hal.* *libhal.a:spi_flash_encrypt_hal_iram.* *libhal.a:spi_flash_hal_iram.* *libhal.a:spi_hal_iram.* *libhal.a:spi_slave_hal_iram.* *libhal.a:timer_hal.* *libhal.a:wdt_hal_iram.* *libheap.a:multi_heap.* *libheap.a:tlsf.* *liblog.a:log.* *liblog.a:log_freertos.* *libnewlib.a:abort.* *libnewlib.a:assert.* *libnewlib.a:heap.* *libnewlib.a:stdatomic.* *libsoc.a:lldesc.* *libspi_flash.a:flash_brownout_hook.* *libspi_flash.a:memspi_host_driver.* *libspi_flash.a:spi_flash_chip_boya.* *libspi_flash.a:spi_flash_chip_gd.* *libspi_flash.a:spi_flash_chip_generic.* *libspi_flash.a:spi_flash_chip_issi.* *libspi_flash.a:spi_flash_chip_mxic.* *libspi_flash.a:spi_flash_chip_th.* *libspi_flash.a:spi_flash_chip_winbond.* *libspi_flash.a:spi_flash_wrap.* *libxtensa.a:eri.* *libxtensa.a:xtensa_intr_asm.*) .text.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifi0iram.*) + *(.wifiextrairam .wifiextrairam.*) + *(EXCLUDE_FILE(*libpp.a) .wifiorslpiram EXCLUDE_FILE(*libpp.a) .wifiorslpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifirxiram.*) + *(.wifislpiram .wifislpiram.*) + *(EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram EXCLUDE_FILE(*libnet80211.a *libpp.a) .wifislprxiram.*) + *libdriver.a:gptimer.*(.literal.gptimer_acquire_group_handle .literal.gptimer_del_timer .literal.gptimer_destroy .literal.gptimer_disable .literal.gptimer_enable .literal.gptimer_get_captured_count .literal.gptimer_get_raw_count .literal.gptimer_get_resolution .literal.gptimer_new_timer .literal.gptimer_register_event_callbacks .literal.gptimer_register_to_group .literal.gptimer_release_group_handle .literal.gptimer_select_periph_clock .literal.gptimer_set_alarm_action .literal.gptimer_set_raw_count .literal.gptimer_start .literal.gptimer_stop .literal.gptimer_unregister_from_group .literal.timer_ll_set_clock_prescale .text .text.gptimer_acquire_group_handle .text.gptimer_del_timer .text.gptimer_destroy .text.gptimer_disable .text.gptimer_enable .text.gptimer_get_captured_count .text.gptimer_get_raw_count .text.gptimer_get_resolution .text.gptimer_new_timer .text.gptimer_register_event_callbacks .text.gptimer_register_to_group .text.gptimer_release_group_handle .text.gptimer_select_periph_clock .text.gptimer_set_alarm_action .text.gptimer_set_raw_count .text.gptimer_start .text.gptimer_stop .text.gptimer_unregister_from_group .text.timer_ll_set_clock_prescale) + *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.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 .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.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) + *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) + *libesp_hw_support.a:esp_gpio_reserve.*(.text) + *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_rst_en_mask .literal.periph_ll_reset .literal.periph_ll_wifi_module_disable_clk_set_rst .literal.periph_ll_wifi_module_enable_clk_clear_rst .literal.periph_module_disable .literal.periph_module_enable .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_rst_en_mask .text.periph_ll_reset .text.periph_ll_wifi_module_disable_clk_set_rst .text.periph_ll_wifi_module_enable_clk_clear_rst .text.periph_module_disable .text.periph_module_enable) + *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) + *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_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.*) + *libfreertos.a:idf_additions.*(.literal .literal.* .text .text.*) + *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_block_owner .text.multi_heap_get_info_impl .text.multi_heap_get_info_tlsf .text.multi_heap_minimum_free_size_impl .text.multi_heap_register_impl) + *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) + *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.esp_log_writev .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.esp_log_writev .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) + *liblog.a:log_freertos.*(.literal.esp_log_system_timestamp .text .text.esp_log_system_timestamp) + + *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.fini.literal) + *(.fini) + *(.gnu.version) + + /** CPU will try to prefetch up to 16 bytes of + * of instructions. This means that any configuration (e.g. MMU, PMS) must allow + * safe access to up to 16 bytes after the last real instruction, add + * dummy bytes to ensure this + */ + . += _esp_flash_mmap_prefetch_pad_size; + + _text_end = ABSOLUTE(.); + _instruction_reserved_end = ABSOLUTE(.); /* This is a symbol marking the flash.text end, this can be used for mmu driver to maintain virtual address */ + _etext = .; + + /* Similar to _iram_start, this symbol goes here so it is + resolved by addr2line in preference to the first symbol in + the flash.text segment. + */ + _flash_cache_start = ABSOLUTE(0); + } >default_code_seg + + /* Marks the end of IRAM code segment */ + .iram0.text_end (NOLOAD) : + { + . = ALIGN (4); + _iram_text_end = ABSOLUTE(.); + } > iram0_0_seg + + .iram0.data : + { + . = ALIGN(4); + _iram_data_start = ABSOLUTE(.); + + *(.iram.data .iram.data.*) + _coredump_iram_start = ABSOLUTE(.); + *(.iram2.coredump .iram2.coredump.*) + _coredump_iram_end = ABSOLUTE(.); + + _iram_data_end = ABSOLUTE(.); + } > iram0_0_seg + + .iram0.bss (NOLOAD) : + { + . = ALIGN(4); + _iram_bss_start = ABSOLUTE(.); + + *(.iram.bss .iram.bss.*) + + _iram_bss_end = ABSOLUTE(.); + . = ALIGN(4); + _iram_end = ABSOLUTE(.); + } > iram0_0_seg + + /* Marks the end of data, bss and possibly rodata */ + .dram0.heap_start (NOLOAD) : + { + . = ALIGN (8); + /* Lowest possible start address for the heap */ + _heap_low_start = ABSOLUTE(.); + } > dram0_0_seg + + /** This section will be used by the debugger and disassembler to get more information + * about raw data present in the code. + * Indeed, it may be required to add some padding at some points in the code + * in order to align a branch/jump destination on a particular bound. + * Padding these instructions will generate null bytes that shall be + * interpreted as data, and not code by the debugger or disassembler. + * This section will only be present in the ELF file, not in the final binary + * For more details, check GCC-212 + */ + .xt.prop 0 : + { + KEEP (*(.xt.prop .gnu.linkonce.prop.*)) + } + + .xt.lit 0 : + { + KEEP (*(.xt.lit .gnu.linkonce.p.*)) + } +} + +ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)), + "IRAM0 segment data does not fit.") + +ASSERT(((_heap_low_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") diff --git a/build/esp-idf/esp_system/libesp_system.a b/build/esp-idf/esp_system/libesp_system.a new file mode 100644 index 0000000..627d078 Binary files /dev/null and b/build/esp-idf/esp_system/libesp_system.a differ diff --git a/build/esp-idf/esp_system/port/cmake_install.cmake b/build/esp-idf/esp_system/port/cmake_install.cmake new file mode 100644 index 0000000..608449f --- /dev/null +++ b/build/esp-idf/esp_system/port/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake b/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake new file mode 100644 index 0000000..12a92ae --- /dev/null +++ b/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj new file mode 100644 index 0000000..655ac65 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj new file mode 100644 index 0000000..33be585 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj new file mode 100644 index 0000000..7a87113 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj new file mode 100644 index 0000000..9c6dcd5 Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj differ diff --git a/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj new file mode 100644 index 0000000..9727dfd Binary files /dev/null and b/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj differ diff --git a/build/esp-idf/esp_timer/cmake_install.cmake b/build/esp-idf/esp_timer/cmake_install.cmake new file mode 100644 index 0000000..e2c030f --- /dev/null +++ b/build/esp-idf/esp_timer/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_timer/libesp_timer.a b/build/esp-idf/esp_timer/libesp_timer.a new file mode 100644 index 0000000..3b3f87a Binary files /dev/null and b/build/esp-idf/esp_timer/libesp_timer.a differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj new file mode 100644 index 0000000..35f3c60 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj new file mode 100644 index 0000000..552a807 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj new file mode 100644 index 0000000..a80fb01 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj new file mode 100644 index 0000000..e2ace7f Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj new file mode 100644 index 0000000..5be7a3c Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj new file mode 100644 index 0000000..7412d44 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj new file mode 100644 index 0000000..888cd1a Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj differ diff --git a/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj new file mode 100644 index 0000000..0892220 Binary files /dev/null and b/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj differ diff --git a/build/esp-idf/esp_wifi/cmake_install.cmake b/build/esp-idf/esp_wifi/cmake_install.cmake new file mode 100644 index 0000000..79dda11 --- /dev/null +++ b/build/esp-idf/esp_wifi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esp_wifi/libesp_wifi.a b/build/esp-idf/esp_wifi/libesp_wifi.a new file mode 100644 index 0000000..02dd2cb Binary files /dev/null and b/build/esp-idf/esp_wifi/libesp_wifi.a differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj new file mode 100644 index 0000000..040ec31 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj new file mode 100644 index 0000000..95bf849 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj new file mode 100644 index 0000000..dc27a66 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj new file mode 100644 index 0000000..89c7f99 Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj new file mode 100644 index 0000000..0c2a5fd Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj new file mode 100644 index 0000000..4059efc Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj new file mode 100644 index 0000000..bb8ddde Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj differ diff --git a/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj new file mode 100644 index 0000000..5eac5df Binary files /dev/null and b/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj differ diff --git a/build/esp-idf/espcoredump/cmake_install.cmake b/build/esp-idf/espcoredump/cmake_install.cmake new file mode 100644 index 0000000..da21e30 --- /dev/null +++ b/build/esp-idf/espcoredump/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/espcoredump/libespcoredump.a b/build/esp-idf/espcoredump/libespcoredump.a new file mode 100644 index 0000000..5830268 Binary files /dev/null and b/build/esp-idf/espcoredump/libespcoredump.a differ diff --git a/build/esp-idf/esptool_py/app-flash_args.in b/build/esp-idf/esptool_py/app-flash_args.in new file mode 100644 index 0000000..9450bb4 --- /dev/null +++ b/build/esp-idf/esptool_py/app-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x10000 $.bin \ No newline at end of file diff --git a/build/esp-idf/esptool_py/cmake_install.cmake b/build/esp-idf/esptool_py/cmake_install.cmake new file mode 100644 index 0000000..de0dc39 --- /dev/null +++ b/build/esp-idf/esptool_py/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/esptool_py/flasher_args.json.in b/build/esp-idf/esptool_py/flasher_args.json.in new file mode 100644 index 0000000..1f4ab3d --- /dev/null +++ b/build/esp-idf/esptool_py/flasher_args.json.in @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "4MB", + "--flash_freq", "40m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "4MB", + "flash_freq": "40m" + }, + "flash_files" : { + "0x1000" : "bootloader/bootloader.bin", + "0x10000" : "$.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "$.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32" + } +} diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj new file mode 100644 index 0000000..acbab36 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj new file mode 100644 index 0000000..5924b36 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj new file mode 100644 index 0000000..ad6770c Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj new file mode 100644 index 0000000..ee8b69a Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj new file mode 100644 index 0000000..79b6259 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj new file mode 100644 index 0000000..de9c889 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj new file mode 100644 index 0000000..0cce3ea Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj new file mode 100644 index 0000000..4a8c9dd Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj new file mode 100644 index 0000000..9f03510 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj differ diff --git a/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj new file mode 100644 index 0000000..5fbe067 Binary files /dev/null and b/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj differ diff --git a/build/esp-idf/fatfs/cmake_install.cmake b/build/esp-idf/fatfs/cmake_install.cmake new file mode 100644 index 0000000..9daf065 --- /dev/null +++ b/build/esp-idf/fatfs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/fatfs/libfatfs.a b/build/esp-idf/fatfs/libfatfs.a new file mode 100644 index 0000000..7e272dd Binary files /dev/null and b/build/esp-idf/fatfs/libfatfs.a differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj new file mode 100644 index 0000000..c2f5d50 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj new file mode 100644 index 0000000..589a731 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj new file mode 100644 index 0000000..5f00836 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj new file mode 100644 index 0000000..b2c3353 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj new file mode 100644 index 0000000..f7d5e15 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj new file mode 100644 index 0000000..5766f69 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj new file mode 100644 index 0000000..fe4b80f Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj new file mode 100644 index 0000000..e432569 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj new file mode 100644 index 0000000..d2e210c Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj new file mode 100644 index 0000000..03e86ab Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj new file mode 100644 index 0000000..dcb1ef7 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj new file mode 100644 index 0000000..8913d20 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj new file mode 100644 index 0000000..409b800 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj new file mode 100644 index 0000000..c7e0871 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj new file mode 100644 index 0000000..883b309 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj new file mode 100644 index 0000000..f78cf2e Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj new file mode 100644 index 0000000..aee3e28 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj new file mode 100644 index 0000000..05ef487 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj new file mode 100644 index 0000000..fc99e42 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj differ diff --git a/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj new file mode 100644 index 0000000..2da57e7 Binary files /dev/null and b/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj differ diff --git a/build/esp-idf/freertos/cmake_install.cmake b/build/esp-idf/freertos/cmake_install.cmake new file mode 100644 index 0000000..cce5464 --- /dev/null +++ b/build/esp-idf/freertos/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/freertos/libfreertos.a b/build/esp-idf/freertos/libfreertos.a new file mode 100644 index 0000000..5980c5c Binary files /dev/null and b/build/esp-idf/freertos/libfreertos.a differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj new file mode 100644 index 0000000..624932c Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj new file mode 100644 index 0000000..3e388bb Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj new file mode 100644 index 0000000..b8653bf Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj new file mode 100644 index 0000000..7900054 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj new file mode 100644 index 0000000..b7869b1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj new file mode 100644 index 0000000..78ce408 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj new file mode 100644 index 0000000..ed1660b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj new file mode 100644 index 0000000..f51e223 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj new file mode 100644 index 0000000..7480ab4 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj new file mode 100644 index 0000000..246560b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj new file mode 100644 index 0000000..ca6e763 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj new file mode 100644 index 0000000..d242775 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj new file mode 100644 index 0000000..c9999d8 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj new file mode 100644 index 0000000..4f60c1b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj new file mode 100644 index 0000000..5d8b71d Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj new file mode 100644 index 0000000..1aca0a1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj new file mode 100644 index 0000000..6fdcf91 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj new file mode 100644 index 0000000..091de60 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj new file mode 100644 index 0000000..12feb41 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj new file mode 100644 index 0000000..06c551b Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj new file mode 100644 index 0000000..e096caa Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj new file mode 100644 index 0000000..4d2ac2f Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj new file mode 100644 index 0000000..23a9e6f Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj new file mode 100644 index 0000000..5e9f1ee Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj new file mode 100644 index 0000000..06a912c Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj new file mode 100644 index 0000000..819dd4e Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj new file mode 100644 index 0000000..6e88a0d Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj new file mode 100644 index 0000000..9c309b9 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj new file mode 100644 index 0000000..a87b3fb Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj new file mode 100644 index 0000000..67398d1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj new file mode 100644 index 0000000..a252670 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj new file mode 100644 index 0000000..9108ec8 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj new file mode 100644 index 0000000..9ce9744 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj new file mode 100644 index 0000000..48480b1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj new file mode 100644 index 0000000..93e8218 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj new file mode 100644 index 0000000..d5a3f07 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj new file mode 100644 index 0000000..08178d3 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj new file mode 100644 index 0000000..8588aa1 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj new file mode 100644 index 0000000..019860c Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj new file mode 100644 index 0000000..ae11dff Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj new file mode 100644 index 0000000..6edb150 Binary files /dev/null and b/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj differ diff --git a/build/esp-idf/hal/cmake_install.cmake b/build/esp-idf/hal/cmake_install.cmake new file mode 100644 index 0000000..464858d --- /dev/null +++ b/build/esp-idf/hal/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/hal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/hal/libhal.a b/build/esp-idf/hal/libhal.a new file mode 100644 index 0000000..623388b Binary files /dev/null and b/build/esp-idf/hal/libhal.a differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj new file mode 100644 index 0000000..7e6c712 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj new file mode 100644 index 0000000..c28f82d Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj new file mode 100644 index 0000000..62bf532 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj new file mode 100644 index 0000000..30740f2 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj new file mode 100644 index 0000000..711cfe8 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj new file mode 100644 index 0000000..ed616b0 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj differ diff --git a/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj new file mode 100644 index 0000000..305eb05 Binary files /dev/null and b/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj differ diff --git a/build/esp-idf/heap/cmake_install.cmake b/build/esp-idf/heap/cmake_install.cmake new file mode 100644 index 0000000..ee6ae97 --- /dev/null +++ b/build/esp-idf/heap/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/heap + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/heap/libheap.a b/build/esp-idf/heap/libheap.a new file mode 100644 index 0000000..f2cfcd3 Binary files /dev/null and b/build/esp-idf/heap/libheap.a differ diff --git a/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj b/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj new file mode 100644 index 0000000..2173659 Binary files /dev/null and b/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj differ diff --git a/build/esp-idf/http_parser/cmake_install.cmake b/build/esp-idf/http_parser/cmake_install.cmake new file mode 100644 index 0000000..e0c225d --- /dev/null +++ b/build/esp-idf/http_parser/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/http_parser/libhttp_parser.a b/build/esp-idf/http_parser/libhttp_parser.a new file mode 100644 index 0000000..fe97df4 Binary files /dev/null and b/build/esp-idf/http_parser/libhttp_parser.a differ diff --git a/build/esp-idf/idf_test/cmake_install.cmake b/build/esp-idf/idf_test/cmake_install.cmake new file mode 100644 index 0000000..1226d7b --- /dev/null +++ b/build/esp-idf/idf_test/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/ieee802154/cmake_install.cmake b/build/esp-idf/ieee802154/cmake_install.cmake new file mode 100644 index 0000000..196a01b --- /dev/null +++ b/build/esp-idf/ieee802154/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj new file mode 100644 index 0000000..79e423c Binary files /dev/null and b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj differ diff --git a/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj new file mode 100644 index 0000000..884836f Binary files /dev/null and b/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj differ diff --git a/build/esp-idf/json/cmake_install.cmake b/build/esp-idf/json/cmake_install.cmake new file mode 100644 index 0000000..12ff529 --- /dev/null +++ b/build/esp-idf/json/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/json + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/json/libjson.a b/build/esp-idf/json/libjson.a new file mode 100644 index 0000000..c134357 Binary files /dev/null and b/build/esp-idf/json/libjson.a differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj new file mode 100644 index 0000000..7f22221 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj new file mode 100644 index 0000000..4fd9b87 Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj differ diff --git a/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj new file mode 100644 index 0000000..81ffbeb Binary files /dev/null and b/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj differ diff --git a/build/esp-idf/log/cmake_install.cmake b/build/esp-idf/log/cmake_install.cmake new file mode 100644 index 0000000..f4bc95c --- /dev/null +++ b/build/esp-idf/log/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/log + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/log/liblog.a b/build/esp-idf/log/liblog.a new file mode 100644 index 0000000..8f528cd Binary files /dev/null and b/build/esp-idf/log/liblog.a differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj new file mode 100644 index 0000000..c0f6d41 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj new file mode 100644 index 0000000..67e54be Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj new file mode 100644 index 0000000..15cc2ae Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj new file mode 100644 index 0000000..fa83a43 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj new file mode 100644 index 0000000..629e302 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj new file mode 100644 index 0000000..fe967d7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj new file mode 100644 index 0000000..34f9fe7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj new file mode 100644 index 0000000..ec288e0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj new file mode 100644 index 0000000..35dff26 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj new file mode 100644 index 0000000..09f8b25 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj new file mode 100644 index 0000000..adc9363 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj new file mode 100644 index 0000000..9357a1d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj new file mode 100644 index 0000000..5c41754 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj new file mode 100644 index 0000000..ae007e9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj new file mode 100644 index 0000000..ca35506 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj new file mode 100644 index 0000000..d98ff6a Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj new file mode 100644 index 0000000..1f299d0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj new file mode 100644 index 0000000..a3ae386 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj new file mode 100644 index 0000000..f7ee879 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj new file mode 100644 index 0000000..7a642e2 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj new file mode 100644 index 0000000..a07bc24 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj new file mode 100644 index 0000000..a9c52b7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj new file mode 100644 index 0000000..abcdc43 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj new file mode 100644 index 0000000..daa206d Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj new file mode 100644 index 0000000..686d7da Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj new file mode 100644 index 0000000..ca7be5f Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj new file mode 100644 index 0000000..3bda13f Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj new file mode 100644 index 0000000..6985e96 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj new file mode 100644 index 0000000..c95e9dd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj new file mode 100644 index 0000000..5908e87 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj new file mode 100644 index 0000000..8260d7e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj new file mode 100644 index 0000000..888ecb8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj new file mode 100644 index 0000000..362d928 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj new file mode 100644 index 0000000..ccd00ae Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj new file mode 100644 index 0000000..73e2c22 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj new file mode 100644 index 0000000..25733ae Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj new file mode 100644 index 0000000..b4e9c94 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj new file mode 100644 index 0000000..ae9f0d3 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj new file mode 100644 index 0000000..b91b9ac Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj new file mode 100644 index 0000000..ff589bf Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj new file mode 100644 index 0000000..38c23a4 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj new file mode 100644 index 0000000..ab8059f Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj new file mode 100644 index 0000000..518d3cf Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj new file mode 100644 index 0000000..8979f23 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj new file mode 100644 index 0000000..6b4ef5a Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj new file mode 100644 index 0000000..6ad35b0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj new file mode 100644 index 0000000..9bd9dd4 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj new file mode 100644 index 0000000..ce988ee Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj new file mode 100644 index 0000000..e2ecec6 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj new file mode 100644 index 0000000..646bc54 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj new file mode 100644 index 0000000..83c26b7 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj new file mode 100644 index 0000000..33135be Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj new file mode 100644 index 0000000..ef6bb71 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj new file mode 100644 index 0000000..975ebf8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj new file mode 100644 index 0000000..42422a9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj new file mode 100644 index 0000000..efffa1c Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj new file mode 100644 index 0000000..7964891 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj new file mode 100644 index 0000000..b4f1fc1 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj new file mode 100644 index 0000000..157d293 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj new file mode 100644 index 0000000..216d82b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj new file mode 100644 index 0000000..ae42fa0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj new file mode 100644 index 0000000..781baa9 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj new file mode 100644 index 0000000..13b75b5 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj new file mode 100644 index 0000000..0ee7f2c Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj new file mode 100644 index 0000000..5e98b41 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj new file mode 100644 index 0000000..fc7b5d0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj new file mode 100644 index 0000000..c0cfe37 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj new file mode 100644 index 0000000..e9badbb Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj new file mode 100644 index 0000000..b6b6c55 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj new file mode 100644 index 0000000..cfd8eb0 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj new file mode 100644 index 0000000..d1c2cdd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj new file mode 100644 index 0000000..f957c58 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj new file mode 100644 index 0000000..c5e31ca Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj new file mode 100644 index 0000000..d2bede6 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj new file mode 100644 index 0000000..758639f Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj new file mode 100644 index 0000000..a27bebd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj new file mode 100644 index 0000000..f490414 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj new file mode 100644 index 0000000..c7de714 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj new file mode 100644 index 0000000..599d16e Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj new file mode 100644 index 0000000..81a4ee3 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj new file mode 100644 index 0000000..4359c82 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj new file mode 100644 index 0000000..86e3acd Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj new file mode 100644 index 0000000..058cdb8 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj new file mode 100644 index 0000000..75cef5b Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj new file mode 100644 index 0000000..a8f7812 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj differ diff --git a/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj new file mode 100644 index 0000000..9dc4cb2 Binary files /dev/null and b/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj differ diff --git a/build/esp-idf/lwip/cmake_install.cmake b/build/esp-idf/lwip/cmake_install.cmake new file mode 100644 index 0000000..34ff35c --- /dev/null +++ b/build/esp-idf/lwip/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/lwip/liblwip.a b/build/esp-idf/lwip/liblwip.a new file mode 100644 index 0000000..0873f1b Binary files /dev/null and b/build/esp-idf/lwip/liblwip.a differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj new file mode 100644 index 0000000..a6d1c51 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/dns_server.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj new file mode 100644 index 0000000..87153c7 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_tls.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj new file mode 100644 index 0000000..2910b0b Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/eeprom_virtual.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj new file mode 100644 index 0000000..d405d43 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/fs_handler.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj new file mode 100644 index 0000000..b9517aa Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_driver.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj new file mode 100644 index 0000000..762241b Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj new file mode 100644 index 0000000..eeb85fc Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/led_strip/led_strip_encoder.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj new file mode 100644 index 0000000..3c5ae9d Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj new file mode 100644 index 0000000..7e3500d Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_comandos.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj new file mode 100644 index 0000000..ad08b55 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/mqtt_handler.c.obj differ diff --git a/build/esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj b/build/esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj new file mode 100644 index 0000000..1fc5c80 Binary files /dev/null and b/build/esp-idf/main/CMakeFiles/__idf_main.dir/wifi_config_portal.c.obj differ diff --git a/build/esp-idf/main/cmake_install.cmake b/build/esp-idf/main/cmake_install.cmake new file mode 100644 index 0000000..dd3d1fe --- /dev/null +++ b/build/esp-idf/main/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/LED_shit/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/main/libmain.a b/build/esp-idf/main/libmain.a new file mode 100644 index 0000000..548c17e Binary files /dev/null and b/build/esp-idf/main/libmain.a differ diff --git a/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj new file mode 100644 index 0000000..3bfd2a6 Binary files /dev/null and b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj differ diff --git a/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj new file mode 100644 index 0000000..ebd54ec Binary files /dev/null and b/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj differ diff --git a/build/esp-idf/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/cmake_install.cmake new file mode 100644 index 0000000..a71d33e --- /dev/null +++ b/build/esp-idf/mbedtls/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/mbedtls/libmbedtls.a b/build/esp-idf/mbedtls/libmbedtls.a new file mode 100644 index 0000000..c8ca4fa Binary files /dev/null and b/build/esp-idf/mbedtls/libmbedtls.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake new file mode 100644 index 0000000..bca8b4e --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake @@ -0,0 +1,46 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") + +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj new file mode 100644 index 0000000..3e036c8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj new file mode 100644 index 0000000..9bb3000 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj new file mode 100644 index 0000000..25b9ceb Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake new file mode 100644 index 0000000..76b9aab --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake @@ -0,0 +1,51 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a new file mode 100644 index 0000000..696d66a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj new file mode 100644 index 0000000..a5ae737 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj new file mode 100644 index 0000000..c2943c1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake new file mode 100644 index 0000000..6641021 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake @@ -0,0 +1,51 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a new file mode 100644 index 0000000..d671d58 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake new file mode 100644 index 0000000..d54cdfa --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("C:/LED_shit/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake") + +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake new file mode 100644 index 0000000..4b50cfa --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake @@ -0,0 +1,146 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mbedtls" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/block_cipher.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_csr.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/psa" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_dependencies.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" + "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" + ) +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj new file mode 100644 index 0000000..f2cb817 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj new file mode 100644 index 0000000..0b3e6d5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj new file mode 100644 index 0000000..da3d72e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj new file mode 100644 index 0000000..9a2613c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj new file mode 100644 index 0000000..1a321aa Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp32/bignum.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj new file mode 100644 index 0000000..98b7ce7 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_bignum.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj new file mode 100644 index 0000000..97306a1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_hardware.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj new file mode 100644 index 0000000..71795e1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_mem.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj new file mode 100644 index 0000000..0442a1f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_timing.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj new file mode 100644 index 0000000..f33c8d3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/md/esp_md.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj new file mode 100644 index 0000000..13fcefa Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj new file mode 100644 index 0000000..220a949 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj new file mode 100644 index 0000000..4b3e452 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj new file mode 100644 index 0000000..3398d89 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj new file mode 100644 index 0000000..d0af1d9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj new file mode 100644 index 0000000..b736280 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj new file mode 100644 index 0000000..a2837bc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj new file mode 100644 index 0000000..f8efd0e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj new file mode 100644 index 0000000..618b225 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj new file mode 100644 index 0000000..d3435ae Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj new file mode 100644 index 0000000..8343966 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj new file mode 100644 index 0000000..6f308d1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj new file mode 100644 index 0000000..c3ac7fa Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj new file mode 100644 index 0000000..8f9d37a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj new file mode 100644 index 0000000..9b63e17 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj new file mode 100644 index 0000000..2f6cd8d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj new file mode 100644 index 0000000..cad3431 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj new file mode 100644 index 0000000..b4675c9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj new file mode 100644 index 0000000..7aa0a4e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj new file mode 100644 index 0000000..02381b6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj new file mode 100644 index 0000000..b25b1f2 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj new file mode 100644 index 0000000..7de8cab Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj new file mode 100644 index 0000000..2e66912 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj new file mode 100644 index 0000000..02148fc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj new file mode 100644 index 0000000..1ea561b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj new file mode 100644 index 0000000..e222c0d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj new file mode 100644 index 0000000..7642d69 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj new file mode 100644 index 0000000..ef3cfdd Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj new file mode 100644 index 0000000..06b1405 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj new file mode 100644 index 0000000..003b621 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj new file mode 100644 index 0000000..a7f1cd1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj new file mode 100644 index 0000000..df952b6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj new file mode 100644 index 0000000..d370d21 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj new file mode 100644 index 0000000..aac8fdf Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj new file mode 100644 index 0000000..dc3e4b2 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj new file mode 100644 index 0000000..12d1ab6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj new file mode 100644 index 0000000..d592c5e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj new file mode 100644 index 0000000..caeb93c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj new file mode 100644 index 0000000..da2d4a5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj new file mode 100644 index 0000000..c4b7655 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj new file mode 100644 index 0000000..58b6235 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj new file mode 100644 index 0000000..44730bc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj new file mode 100644 index 0000000..2aba217 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj new file mode 100644 index 0000000..13d1ee3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj new file mode 100644 index 0000000..1b3fd5e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj new file mode 100644 index 0000000..d461454 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj new file mode 100644 index 0000000..af8e0bc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj new file mode 100644 index 0000000..3980a5e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj new file mode 100644 index 0000000..047c251 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj new file mode 100644 index 0000000..990bbc5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj new file mode 100644 index 0000000..5d207b9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj new file mode 100644 index 0000000..27e738f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj new file mode 100644 index 0000000..a54e2b0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj new file mode 100644 index 0000000..e9c4ae7 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj new file mode 100644 index 0000000..fdc6ee5 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj new file mode 100644 index 0000000..b0d40ad Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj new file mode 100644 index 0000000..f68d51f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj new file mode 100644 index 0000000..0a99e4c Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj new file mode 100644 index 0000000..d5a68bd Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj new file mode 100644 index 0000000..bccd98b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj new file mode 100644 index 0000000..e944e7f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj new file mode 100644 index 0000000..9a757a3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj new file mode 100644 index 0000000..92bdea3 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj new file mode 100644 index 0000000..cfbe17a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj new file mode 100644 index 0000000..1ea8d27 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj new file mode 100644 index 0000000..923a635 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj new file mode 100644 index 0000000..12f8c87 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj new file mode 100644 index 0000000..cae6d2e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj new file mode 100644 index 0000000..bbe5b93 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj new file mode 100644 index 0000000..f8ac6ea Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj new file mode 100644 index 0000000..af952d8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj new file mode 100644 index 0000000..14e8553 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj new file mode 100644 index 0000000..0805a57 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj new file mode 100644 index 0000000..d389320 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj new file mode 100644 index 0000000..c2893a9 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj new file mode 100644 index 0000000..1deeb54 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj new file mode 100644 index 0000000..36a0848 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj new file mode 100644 index 0000000..f9ca4ef Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj new file mode 100644 index 0000000..69ff447 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj new file mode 100644 index 0000000..a541f94 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj new file mode 100644 index 0000000..f24bd7f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj new file mode 100644 index 0000000..6b3ea4b Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj new file mode 100644 index 0000000..6e3b747 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj new file mode 100644 index 0000000..2b74c7a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj new file mode 100644 index 0000000..fdae79e Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj new file mode 100644 index 0000000..d9df4a1 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj new file mode 100644 index 0000000..37355db Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/esp_platform_time.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj new file mode 100644 index 0000000..a8ca192 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj new file mode 100644 index 0000000..ea99635 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/port/net_sockets.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj new file mode 100644 index 0000000..5b1b296 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj new file mode 100644 index 0000000..b19baf6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj new file mode 100644 index 0000000..c807380 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj new file mode 100644 index 0000000..366a852 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj new file mode 100644 index 0000000..a05eead Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj new file mode 100644 index 0000000..8163b97 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj new file mode 100644 index 0000000..76e3c65 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj new file mode 100644 index 0000000..81af054 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj new file mode 100644 index 0000000..31f53e0 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj new file mode 100644 index 0000000..e600bf6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj new file mode 100644 index 0000000..3fc6292 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj new file mode 100644 index 0000000..a1d8d85 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj new file mode 100644 index 0000000..49941a8 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj new file mode 100644 index 0000000..5c4c295 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj new file mode 100644 index 0000000..78bc117 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj new file mode 100644 index 0000000..da9b319 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj new file mode 100644 index 0000000..ba77b8f Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj new file mode 100644 index 0000000..15e02d7 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj new file mode 100644 index 0000000..87e55ee Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj new file mode 100644 index 0000000..4a4b0b6 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj new file mode 100644 index 0000000..be5b797 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj new file mode 100644 index 0000000..f886bdc Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj new file mode 100644 index 0000000..3662c85 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj new file mode 100644 index 0000000..b5ee87d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj new file mode 100644 index 0000000..adf0105 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj new file mode 100644 index 0000000..09fac3a Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake new file mode 100644 index 0000000..0a27faa --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -0,0 +1,51 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/library + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/LED_shit/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") +endif() + diff --git a/build/esp-idf/mbedtls/mbedtls/library/error.c b/build/esp-idf/mbedtls/mbedtls/library/error.c new file mode 100644 index 0000000..6ad7162 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/error.c @@ -0,0 +1,880 @@ +/* + * Error message information + * + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + +#include "common.h" + +#include "mbedtls/error.h" + +#if defined(MBEDTLS_ERROR_C) || defined(MBEDTLS_ERROR_STRERROR_DUMMY) + +#if defined(MBEDTLS_ERROR_C) + +#include "mbedtls/platform.h" + +#include +#include + +#if defined(MBEDTLS_AES_C) +#include "mbedtls/aes.h" +#endif + +#if defined(MBEDTLS_ARIA_C) +#include "mbedtls/aria.h" +#endif + +#if defined(MBEDTLS_ASN1_PARSE_C) +#include "mbedtls/asn1.h" +#endif + +#if defined(MBEDTLS_BASE64_C) +#include "mbedtls/base64.h" +#endif + +#if defined(MBEDTLS_BIGNUM_C) +#include "mbedtls/bignum.h" +#endif + +#if defined(MBEDTLS_CAMELLIA_C) +#include "mbedtls/camellia.h" +#endif + +#if defined(MBEDTLS_CCM_C) +#include "mbedtls/ccm.h" +#endif + +#if defined(MBEDTLS_CHACHA20_C) +#include "mbedtls/chacha20.h" +#endif + +#if defined(MBEDTLS_CHACHAPOLY_C) +#include "mbedtls/chachapoly.h" +#endif + +#if defined(MBEDTLS_CIPHER_C) +#include "mbedtls/cipher.h" +#endif + +#if defined(MBEDTLS_CTR_DRBG_C) +#include "mbedtls/ctr_drbg.h" +#endif + +#if defined(MBEDTLS_DES_C) +#include "mbedtls/des.h" +#endif + +#if defined(MBEDTLS_DHM_C) +#include "mbedtls/dhm.h" +#endif + +#if defined(MBEDTLS_ECP_C) +#include "mbedtls/ecp.h" +#endif + +#if defined(MBEDTLS_ENTROPY_C) +#include "mbedtls/entropy.h" +#endif + +#if defined(MBEDTLS_ERROR_C) +#include "mbedtls/error.h" +#endif + +#if defined(MBEDTLS_PLATFORM_C) +#include "mbedtls/platform.h" +#endif + +#if defined(MBEDTLS_GCM_C) +#include "mbedtls/gcm.h" +#endif + +#if defined(MBEDTLS_HKDF_C) +#include "mbedtls/hkdf.h" +#endif + +#if defined(MBEDTLS_HMAC_DRBG_C) +#include "mbedtls/hmac_drbg.h" +#endif + +#if defined(MBEDTLS_LMS_C) +#include "mbedtls/lms.h" +#endif + +#if defined(MBEDTLS_MD_C) +#include "mbedtls/md.h" +#endif + +#if defined(MBEDTLS_NET_C) +#include "mbedtls/net_sockets.h" +#endif + +#if defined(MBEDTLS_OID_C) +#include "mbedtls/oid.h" +#endif + +#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) +#include "mbedtls/pem.h" +#endif + +#if defined(MBEDTLS_PK_C) +#include "mbedtls/pk.h" +#endif + +#if defined(MBEDTLS_PKCS12_C) +#include "mbedtls/pkcs12.h" +#endif + +#if defined(MBEDTLS_PKCS5_C) +#include "mbedtls/pkcs5.h" +#endif + +#if defined(MBEDTLS_PKCS7_C) +#include "mbedtls/pkcs7.h" +#endif + +#if defined(MBEDTLS_POLY1305_C) +#include "mbedtls/poly1305.h" +#endif + +#if defined(MBEDTLS_RSA_C) +#include "mbedtls/rsa.h" +#endif + +#if defined(MBEDTLS_SHA1_C) +#include "mbedtls/sha1.h" +#endif + +#if defined(MBEDTLS_SHA256_C) +#include "mbedtls/sha256.h" +#endif + +#if defined(MBEDTLS_SHA3_C) +#include "mbedtls/sha3.h" +#endif + +#if defined(MBEDTLS_SHA512_C) +#include "mbedtls/sha512.h" +#endif + +#if defined(MBEDTLS_SSL_TLS_C) +#include "mbedtls/ssl.h" +#endif + +#if defined(MBEDTLS_THREADING_C) +#include "mbedtls/threading.h" +#endif + +#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) +#include "mbedtls/x509.h" +#endif + + +const char *mbedtls_high_level_strerr(int error_code) +{ + int high_level_error_code; + + if (error_code < 0) { + error_code = -error_code; + } + + /* Extract the high-level part from the error code. */ + high_level_error_code = error_code & 0xFF80; + + switch (high_level_error_code) { + /* Begin Auto-Generated Code. */ + #if defined(MBEDTLS_CIPHER_C) + case -(MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE): + return( "CIPHER - The selected feature is not available" ); + case -(MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA): + return( "CIPHER - Bad input parameters" ); + case -(MBEDTLS_ERR_CIPHER_ALLOC_FAILED): + return( "CIPHER - Failed to allocate memory" ); + case -(MBEDTLS_ERR_CIPHER_INVALID_PADDING): + return( "CIPHER - Input data contains invalid padding and is rejected" ); + case -(MBEDTLS_ERR_CIPHER_FULL_BLOCK_EXPECTED): + return( "CIPHER - Decryption of block requires a full block" ); + case -(MBEDTLS_ERR_CIPHER_AUTH_FAILED): + return( "CIPHER - Authentication failed (for AEAD modes)" ); + case -(MBEDTLS_ERR_CIPHER_INVALID_CONTEXT): + return( "CIPHER - The context is invalid. For example, because it was freed" ); +#endif /* MBEDTLS_CIPHER_C */ + +#if defined(MBEDTLS_DHM_C) + case -(MBEDTLS_ERR_DHM_BAD_INPUT_DATA): + return( "DHM - Bad input parameters" ); + case -(MBEDTLS_ERR_DHM_READ_PARAMS_FAILED): + return( "DHM - Reading of the DHM parameters failed" ); + case -(MBEDTLS_ERR_DHM_MAKE_PARAMS_FAILED): + return( "DHM - Making of the DHM parameters failed" ); + case -(MBEDTLS_ERR_DHM_READ_PUBLIC_FAILED): + return( "DHM - Reading of the public values failed" ); + case -(MBEDTLS_ERR_DHM_MAKE_PUBLIC_FAILED): + return( "DHM - Making of the public value failed" ); + case -(MBEDTLS_ERR_DHM_CALC_SECRET_FAILED): + return( "DHM - Calculation of the DHM secret failed" ); + case -(MBEDTLS_ERR_DHM_INVALID_FORMAT): + return( "DHM - The ASN.1 data is not formatted correctly" ); + case -(MBEDTLS_ERR_DHM_ALLOC_FAILED): + return( "DHM - Allocation of memory failed" ); + case -(MBEDTLS_ERR_DHM_FILE_IO_ERROR): + return( "DHM - Read or write of file failed" ); + case -(MBEDTLS_ERR_DHM_SET_GROUP_FAILED): + return( "DHM - Setting the modulus and generator failed" ); +#endif /* MBEDTLS_DHM_C */ + +#if defined(MBEDTLS_ECP_C) + case -(MBEDTLS_ERR_ECP_BAD_INPUT_DATA): + return( "ECP - Bad input parameters to function" ); + case -(MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL): + return( "ECP - The buffer is too small to write to" ); + case -(MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE): + return( "ECP - The requested feature is not available, for example, the requested curve is not supported" ); + case -(MBEDTLS_ERR_ECP_VERIFY_FAILED): + return( "ECP - The signature is not valid" ); + case -(MBEDTLS_ERR_ECP_ALLOC_FAILED): + return( "ECP - Memory allocation failed" ); + case -(MBEDTLS_ERR_ECP_RANDOM_FAILED): + return( "ECP - Generation of random value, such as ephemeral key, failed" ); + case -(MBEDTLS_ERR_ECP_INVALID_KEY): + return( "ECP - Invalid private or public key" ); + case -(MBEDTLS_ERR_ECP_SIG_LEN_MISMATCH): + return( "ECP - The buffer contains a valid signature followed by more data" ); + case -(MBEDTLS_ERR_ECP_IN_PROGRESS): + return( "ECP - Operation in progress, call again with the same parameters to continue" ); +#endif /* MBEDTLS_ECP_C */ + +#if defined(MBEDTLS_MD_C) + case -(MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE): + return( "MD - The selected feature is not available" ); + case -(MBEDTLS_ERR_MD_BAD_INPUT_DATA): + return( "MD - Bad input parameters to function" ); + case -(MBEDTLS_ERR_MD_ALLOC_FAILED): + return( "MD - Failed to allocate memory" ); + case -(MBEDTLS_ERR_MD_FILE_IO_ERROR): + return( "MD - Opening or reading of file failed" ); +#endif /* MBEDTLS_MD_C */ + +#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) + case -(MBEDTLS_ERR_PEM_NO_HEADER_FOOTER_PRESENT): + return( "PEM - No PEM header or footer found" ); + case -(MBEDTLS_ERR_PEM_INVALID_DATA): + return( "PEM - PEM string is not as expected" ); + case -(MBEDTLS_ERR_PEM_ALLOC_FAILED): + return( "PEM - Failed to allocate memory" ); + case -(MBEDTLS_ERR_PEM_INVALID_ENC_IV): + return( "PEM - RSA IV is not in hex-format" ); + case -(MBEDTLS_ERR_PEM_UNKNOWN_ENC_ALG): + return( "PEM - Unsupported key encryption algorithm" ); + case -(MBEDTLS_ERR_PEM_PASSWORD_REQUIRED): + return( "PEM - Private key password can't be empty" ); + case -(MBEDTLS_ERR_PEM_PASSWORD_MISMATCH): + return( "PEM - Given private key password does not allow for correct decryption" ); + case -(MBEDTLS_ERR_PEM_FEATURE_UNAVAILABLE): + return( "PEM - Unavailable feature, e.g. hashing/encryption combination" ); + case -(MBEDTLS_ERR_PEM_BAD_INPUT_DATA): + return( "PEM - Bad input parameters to function" ); +#endif /* MBEDTLS_PEM_PARSE_C || MBEDTLS_PEM_WRITE_C */ + +#if defined(MBEDTLS_PK_C) + case -(MBEDTLS_ERR_PK_ALLOC_FAILED): + return( "PK - Memory allocation failed" ); + case -(MBEDTLS_ERR_PK_TYPE_MISMATCH): + return( "PK - Type mismatch, eg attempt to encrypt with an ECDSA key" ); + case -(MBEDTLS_ERR_PK_BAD_INPUT_DATA): + return( "PK - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PK_FILE_IO_ERROR): + return( "PK - Read/write of file failed" ); + case -(MBEDTLS_ERR_PK_KEY_INVALID_VERSION): + return( "PK - Unsupported key version" ); + case -(MBEDTLS_ERR_PK_KEY_INVALID_FORMAT): + return( "PK - Invalid key tag or value" ); + case -(MBEDTLS_ERR_PK_UNKNOWN_PK_ALG): + return( "PK - Key algorithm is unsupported (only RSA and EC are supported)" ); + case -(MBEDTLS_ERR_PK_PASSWORD_REQUIRED): + return( "PK - Private key password can't be empty" ); + case -(MBEDTLS_ERR_PK_PASSWORD_MISMATCH): + return( "PK - Given private key password does not allow for correct decryption" ); + case -(MBEDTLS_ERR_PK_INVALID_PUBKEY): + return( "PK - The pubkey tag or value is invalid (only RSA and EC are supported)" ); + case -(MBEDTLS_ERR_PK_INVALID_ALG): + return( "PK - The algorithm tag or value is invalid" ); + case -(MBEDTLS_ERR_PK_UNKNOWN_NAMED_CURVE): + return( "PK - Elliptic curve is unsupported (only NIST curves are supported)" ); + case -(MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE): + return( "PK - Unavailable feature, e.g. RSA disabled for RSA key" ); + case -(MBEDTLS_ERR_PK_SIG_LEN_MISMATCH): + return( "PK - The buffer contains a valid signature followed by more data" ); + case -(MBEDTLS_ERR_PK_BUFFER_TOO_SMALL): + return( "PK - The output buffer is too small" ); +#endif /* MBEDTLS_PK_C */ + +#if defined(MBEDTLS_PKCS12_C) + case -(MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA): + return( "PKCS12 - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE): + return( "PKCS12 - Feature not available, e.g. unsupported encryption scheme" ); + case -(MBEDTLS_ERR_PKCS12_PBE_INVALID_FORMAT): + return( "PKCS12 - PBE ASN.1 data not as expected" ); + case -(MBEDTLS_ERR_PKCS12_PASSWORD_MISMATCH): + return( "PKCS12 - Given private key password does not allow for correct decryption" ); +#endif /* MBEDTLS_PKCS12_C */ + +#if defined(MBEDTLS_PKCS5_C) + case -(MBEDTLS_ERR_PKCS5_BAD_INPUT_DATA): + return( "PKCS5 - Bad input parameters to function" ); + case -(MBEDTLS_ERR_PKCS5_INVALID_FORMAT): + return( "PKCS5 - Unexpected ASN.1 data" ); + case -(MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE): + return( "PKCS5 - Requested encryption or digest alg not available" ); + case -(MBEDTLS_ERR_PKCS5_PASSWORD_MISMATCH): + return( "PKCS5 - Given private key password does not allow for correct decryption" ); +#endif /* MBEDTLS_PKCS5_C */ + +#if defined(MBEDTLS_PKCS7_C) + case -(MBEDTLS_ERR_PKCS7_INVALID_FORMAT): + return( "PKCS7 - The format is invalid, e.g. different type expected" ); + case -(MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE): + return( "PKCS7 - Unavailable feature, e.g. anything other than signed data" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_VERSION): + return( "PKCS7 - The PKCS #7 version element is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_CONTENT_INFO): + return( "PKCS7 - The PKCS #7 content info is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_ALG): + return( "PKCS7 - The algorithm tag or value is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_CERT): + return( "PKCS7 - The certificate tag or value is invalid or cannot be parsed" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNATURE): + return( "PKCS7 - Error parsing the signature" ); + case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNER_INFO): + return( "PKCS7 - Error parsing the signer's info" ); + case -(MBEDTLS_ERR_PKCS7_BAD_INPUT_DATA): + return( "PKCS7 - Input invalid" ); + case -(MBEDTLS_ERR_PKCS7_ALLOC_FAILED): + return( "PKCS7 - Allocation of memory failed" ); + case -(MBEDTLS_ERR_PKCS7_VERIFY_FAIL): + return( "PKCS7 - Verification Failed" ); + case -(MBEDTLS_ERR_PKCS7_CERT_DATE_INVALID): + return( "PKCS7 - The PKCS #7 date issued/expired dates are invalid" ); +#endif /* MBEDTLS_PKCS7_C */ + +#if defined(MBEDTLS_RSA_C) + case -(MBEDTLS_ERR_RSA_BAD_INPUT_DATA): + return( "RSA - Bad input parameters to function" ); + case -(MBEDTLS_ERR_RSA_INVALID_PADDING): + return( "RSA - Input data contains invalid padding and is rejected" ); + case -(MBEDTLS_ERR_RSA_KEY_GEN_FAILED): + return( "RSA - Something failed during generation of a key" ); + case -(MBEDTLS_ERR_RSA_KEY_CHECK_FAILED): + return( "RSA - Key failed to pass the validity check of the library" ); + case -(MBEDTLS_ERR_RSA_PUBLIC_FAILED): + return( "RSA - The public key operation failed" ); + case -(MBEDTLS_ERR_RSA_PRIVATE_FAILED): + return( "RSA - The private key operation failed" ); + case -(MBEDTLS_ERR_RSA_VERIFY_FAILED): + return( "RSA - The PKCS#1 verification failed" ); + case -(MBEDTLS_ERR_RSA_OUTPUT_TOO_LARGE): + return( "RSA - The output buffer for decryption is not large enough" ); + case -(MBEDTLS_ERR_RSA_RNG_FAILED): + return( "RSA - The random generator failed to generate non-zeros" ); +#endif /* MBEDTLS_RSA_C */ + +#if defined(MBEDTLS_SSL_TLS_C) + case -(MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS): + return( "SSL - A cryptographic operation is in progress. Try again later" ); + case -(MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE): + return( "SSL - The requested feature is not available" ); + case -(MBEDTLS_ERR_SSL_BAD_INPUT_DATA): + return( "SSL - Bad input parameters to function" ); + case -(MBEDTLS_ERR_SSL_INVALID_MAC): + return( "SSL - Verification of the message MAC failed" ); + case -(MBEDTLS_ERR_SSL_INVALID_RECORD): + return( "SSL - An invalid SSL record was received" ); + case -(MBEDTLS_ERR_SSL_CONN_EOF): + return( "SSL - The connection indicated an EOF" ); + case -(MBEDTLS_ERR_SSL_DECODE_ERROR): + return( "SSL - A message could not be parsed due to a syntactic error" ); + case -(MBEDTLS_ERR_SSL_NO_RNG): + return( "SSL - No RNG was provided to the SSL module" ); + case -(MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE): + return( "SSL - No client certification received from the client, but required by the authentication mode" ); + case -(MBEDTLS_ERR_SSL_UNSUPPORTED_EXTENSION): + return( "SSL - Client received an extended server hello containing an unsupported extension" ); + case -(MBEDTLS_ERR_SSL_NO_APPLICATION_PROTOCOL): + return( "SSL - No ALPN protocols supported that the client advertises" ); + case -(MBEDTLS_ERR_SSL_PRIVATE_KEY_REQUIRED): + return( "SSL - The own private key or pre-shared key is not set, but needed" ); + case -(MBEDTLS_ERR_SSL_CA_CHAIN_REQUIRED): + return( "SSL - No CA Chain is set, but required to operate" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_MESSAGE): + return( "SSL - An unexpected message was received from our peer" ); + case -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE): + return( "SSL - A fatal alert message was received from our peer" ); + case -(MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME): + return( "SSL - No server could be identified matching the client's SNI" ); + case -(MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY): + return( "SSL - The peer notified us that the connection is going to be closed" ); + case -(MBEDTLS_ERR_SSL_BAD_CERTIFICATE): + return( "SSL - Processing of the Certificate handshake message failed" ); + case -(MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET): + return( "SSL - A TLS 1.3 NewSessionTicket message has been received" ); + case -(MBEDTLS_ERR_SSL_CANNOT_READ_EARLY_DATA): + return( "SSL - Not possible to read early data" ); + case -(MBEDTLS_ERR_SSL_RECEIVED_EARLY_DATA): + return( "SSL - * Early data has been received as part of an on-going handshake. This error code can be returned only on server side if and only if early data has been enabled by means of the mbedtls_ssl_conf_early_data() API. This error code can then be returned by mbedtls_ssl_handshake(), mbedtls_ssl_handshake_step(), mbedtls_ssl_read() or mbedtls_ssl_write() if early data has been received as part of the handshake sequence they triggered. To read the early data, call mbedtls_ssl_read_early_data()" ); + case -(MBEDTLS_ERR_SSL_CANNOT_WRITE_EARLY_DATA): + return( "SSL - Not possible to write early data" ); + case -(MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND): + return( "SSL - Cache entry not found" ); + case -(MBEDTLS_ERR_SSL_ALLOC_FAILED): + return( "SSL - Memory allocation failed" ); + case -(MBEDTLS_ERR_SSL_HW_ACCEL_FAILED): + return( "SSL - Hardware acceleration function returned with error" ); + case -(MBEDTLS_ERR_SSL_HW_ACCEL_FALLTHROUGH): + return( "SSL - Hardware acceleration function skipped / left alone data" ); + case -(MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION): + return( "SSL - Handshake protocol not within min/max boundaries" ); + case -(MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE): + return( "SSL - The handshake negotiation failed" ); + case -(MBEDTLS_ERR_SSL_SESSION_TICKET_EXPIRED): + return( "SSL - Session ticket has expired" ); + case -(MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH): + return( "SSL - Public key type mismatch (eg, asked for RSA key exchange and presented EC key)" ); + case -(MBEDTLS_ERR_SSL_UNKNOWN_IDENTITY): + return( "SSL - Unknown identity received (eg, PSK identity)" ); + case -(MBEDTLS_ERR_SSL_INTERNAL_ERROR): + return( "SSL - Internal error (eg, unexpected failure in lower-level module)" ); + case -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING): + return( "SSL - A counter would wrap (eg, too many messages exchanged)" ); + case -(MBEDTLS_ERR_SSL_WAITING_SERVER_HELLO_RENEGO): + return( "SSL - Unexpected message at ServerHello in renegotiation" ); + case -(MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED): + return( "SSL - DTLS client must retry for hello verification" ); + case -(MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL): + return( "SSL - A buffer is too small to receive or write a message" ); + case -(MBEDTLS_ERR_SSL_WANT_READ): + return( "SSL - No data of requested type currently available on underlying transport" ); + case -(MBEDTLS_ERR_SSL_WANT_WRITE): + return( "SSL - Connection requires a write call" ); + case -(MBEDTLS_ERR_SSL_TIMEOUT): + return( "SSL - The operation timed out" ); + case -(MBEDTLS_ERR_SSL_CLIENT_RECONNECT): + return( "SSL - The client initiated a reconnect from the same port" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_RECORD): + return( "SSL - Record header looks valid but is not expected" ); + case -(MBEDTLS_ERR_SSL_NON_FATAL): + return( "SSL - The alert message received indicates a non-fatal error" ); + case -(MBEDTLS_ERR_SSL_ILLEGAL_PARAMETER): + return( "SSL - A field in a message was incorrect or inconsistent with other fields" ); + case -(MBEDTLS_ERR_SSL_CONTINUE_PROCESSING): + return( "SSL - Internal-only message signaling that further message-processing should be done" ); + case -(MBEDTLS_ERR_SSL_ASYNC_IN_PROGRESS): + return( "SSL - The asynchronous operation is not completed yet" ); + case -(MBEDTLS_ERR_SSL_EARLY_MESSAGE): + return( "SSL - Internal-only message signaling that a message arrived early" ); + case -(MBEDTLS_ERR_SSL_UNEXPECTED_CID): + return( "SSL - An encrypted DTLS-frame with an unexpected CID was received" ); + case -(MBEDTLS_ERR_SSL_VERSION_MISMATCH): + return( "SSL - An operation failed due to an unexpected version or configuration" ); + case -(MBEDTLS_ERR_SSL_BAD_CONFIG): + return( "SSL - Invalid value in SSL config" ); +#endif /* MBEDTLS_SSL_TLS_C */ + +#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) + case -(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE): + return( "X509 - Unavailable feature, e.g. RSA hashing/encryption combination" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_OID): + return( "X509 - Requested OID is unknown" ); + case -(MBEDTLS_ERR_X509_INVALID_FORMAT): + return( "X509 - The CRT/CRL/CSR format is invalid, e.g. different type expected" ); + case -(MBEDTLS_ERR_X509_INVALID_VERSION): + return( "X509 - The CRT/CRL/CSR version element is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_SERIAL): + return( "X509 - The serial tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_ALG): + return( "X509 - The algorithm tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_NAME): + return( "X509 - The name tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_DATE): + return( "X509 - The date tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_SIGNATURE): + return( "X509 - The signature tag or value invalid" ); + case -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS): + return( "X509 - The extension tag or value is invalid" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_VERSION): + return( "X509 - CRT/CRL/CSR has an unsupported version number" ); + case -(MBEDTLS_ERR_X509_UNKNOWN_SIG_ALG): + return( "X509 - Signature algorithm (oid) is unsupported" ); + case -(MBEDTLS_ERR_X509_SIG_MISMATCH): + return( "X509 - Signature algorithms do not match. (see \\c ::mbedtls_x509_crt sig_oid)" ); + case -(MBEDTLS_ERR_X509_CERT_VERIFY_FAILED): + return( "X509 - Certificate verification failed, e.g. CRL, CA or signature check failed" ); + case -(MBEDTLS_ERR_X509_CERT_UNKNOWN_FORMAT): + return( "X509 - Format not recognized as DER or PEM" ); + case -(MBEDTLS_ERR_X509_BAD_INPUT_DATA): + return( "X509 - Input invalid" ); + case -(MBEDTLS_ERR_X509_ALLOC_FAILED): + return( "X509 - Allocation of memory failed" ); + case -(MBEDTLS_ERR_X509_FILE_IO_ERROR): + return( "X509 - Read/write of file failed" ); + case -(MBEDTLS_ERR_X509_BUFFER_TOO_SMALL): + return( "X509 - Destination buffer is too small" ); + case -(MBEDTLS_ERR_X509_FATAL_ERROR): + return( "X509 - A fatal error occurred, eg the chain is too long or the vrfy callback failed" ); +#endif /* MBEDTLS_X509_USE_C || MBEDTLS_X509_CREATE_C */ + /* End Auto-Generated Code. */ + + default: + break; + } + + return NULL; +} + +const char *mbedtls_low_level_strerr(int error_code) +{ + int low_level_error_code; + + if (error_code < 0) { + error_code = -error_code; + } + + /* Extract the low-level part from the error code. */ + low_level_error_code = error_code & ~0xFF80; + + switch (low_level_error_code) { + /* Begin Auto-Generated Code. */ + #if defined(MBEDTLS_AES_C) + case -(MBEDTLS_ERR_AES_INVALID_KEY_LENGTH): + return( "AES - Invalid key length" ); + case -(MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH): + return( "AES - Invalid data input length" ); + case -(MBEDTLS_ERR_AES_BAD_INPUT_DATA): + return( "AES - Invalid input data" ); +#endif /* MBEDTLS_AES_C */ + +#if defined(MBEDTLS_ARIA_C) + case -(MBEDTLS_ERR_ARIA_BAD_INPUT_DATA): + return( "ARIA - Bad input data" ); + case -(MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH): + return( "ARIA - Invalid data input length" ); +#endif /* MBEDTLS_ARIA_C */ + +#if defined(MBEDTLS_ASN1_PARSE_C) + case -(MBEDTLS_ERR_ASN1_OUT_OF_DATA): + return( "ASN1 - Out of data when parsing an ASN1 data structure" ); + case -(MBEDTLS_ERR_ASN1_UNEXPECTED_TAG): + return( "ASN1 - ASN1 tag was of an unexpected value" ); + case -(MBEDTLS_ERR_ASN1_INVALID_LENGTH): + return( "ASN1 - Error when trying to determine the length or invalid length" ); + case -(MBEDTLS_ERR_ASN1_LENGTH_MISMATCH): + return( "ASN1 - Actual length differs from expected length" ); + case -(MBEDTLS_ERR_ASN1_INVALID_DATA): + return( "ASN1 - Data is invalid" ); + case -(MBEDTLS_ERR_ASN1_ALLOC_FAILED): + return( "ASN1 - Memory allocation failed" ); + case -(MBEDTLS_ERR_ASN1_BUF_TOO_SMALL): + return( "ASN1 - Buffer too small when writing ASN.1 data structure" ); +#endif /* MBEDTLS_ASN1_PARSE_C */ + +#if defined(MBEDTLS_BASE64_C) + case -(MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL): + return( "BASE64 - Output buffer too small" ); + case -(MBEDTLS_ERR_BASE64_INVALID_CHARACTER): + return( "BASE64 - Invalid character in input" ); +#endif /* MBEDTLS_BASE64_C */ + +#if defined(MBEDTLS_BIGNUM_C) + case -(MBEDTLS_ERR_MPI_FILE_IO_ERROR): + return( "BIGNUM - An error occurred while reading from or writing to a file" ); + case -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA): + return( "BIGNUM - Bad input parameters to function" ); + case -(MBEDTLS_ERR_MPI_INVALID_CHARACTER): + return( "BIGNUM - There is an invalid character in the digit string" ); + case -(MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL): + return( "BIGNUM - The buffer is too small to write to" ); + case -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE): + return( "BIGNUM - The input arguments are negative or result in illegal output" ); + case -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO): + return( "BIGNUM - The input argument for division is zero, which is not allowed" ); + case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): + return( "BIGNUM - The input arguments are not acceptable" ); + case -(MBEDTLS_ERR_MPI_ALLOC_FAILED): + return( "BIGNUM - Memory allocation failed" ); +#endif /* MBEDTLS_BIGNUM_C */ + +#if defined(MBEDTLS_CAMELLIA_C) + case -(MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA): + return( "CAMELLIA - Bad input data" ); + case -(MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH): + return( "CAMELLIA - Invalid data input length" ); +#endif /* MBEDTLS_CAMELLIA_C */ + +#if defined(MBEDTLS_CCM_C) + case -(MBEDTLS_ERR_CCM_BAD_INPUT): + return( "CCM - Bad input parameters to the function" ); + case -(MBEDTLS_ERR_CCM_AUTH_FAILED): + return( "CCM - Authenticated decryption failed" ); +#endif /* MBEDTLS_CCM_C */ + +#if defined(MBEDTLS_CHACHA20_C) + case -(MBEDTLS_ERR_CHACHA20_BAD_INPUT_DATA): + return( "CHACHA20 - Invalid input parameter(s)" ); +#endif /* MBEDTLS_CHACHA20_C */ + +#if defined(MBEDTLS_CHACHAPOLY_C) + case -(MBEDTLS_ERR_CHACHAPOLY_BAD_STATE): + return( "CHACHAPOLY - The requested operation is not permitted in the current state" ); + case -(MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED): + return( "CHACHAPOLY - Authenticated decryption failed: data was not authentic" ); +#endif /* MBEDTLS_CHACHAPOLY_C */ + +#if defined(MBEDTLS_CTR_DRBG_C) + case -(MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED): + return( "CTR_DRBG - The entropy source failed" ); + case -(MBEDTLS_ERR_CTR_DRBG_REQUEST_TOO_BIG): + return( "CTR_DRBG - The requested random buffer length is too big" ); + case -(MBEDTLS_ERR_CTR_DRBG_INPUT_TOO_BIG): + return( "CTR_DRBG - The input (entropy + additional data) is too large" ); + case -(MBEDTLS_ERR_CTR_DRBG_FILE_IO_ERROR): + return( "CTR_DRBG - Read or write error in file" ); +#endif /* MBEDTLS_CTR_DRBG_C */ + +#if defined(MBEDTLS_DES_C) + case -(MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH): + return( "DES - The data input has an invalid length" ); +#endif /* MBEDTLS_DES_C */ + +#if defined(MBEDTLS_ENTROPY_C) + case -(MBEDTLS_ERR_ENTROPY_SOURCE_FAILED): + return( "ENTROPY - Critical entropy source failure" ); + case -(MBEDTLS_ERR_ENTROPY_MAX_SOURCES): + return( "ENTROPY - No more sources can be added" ); + case -(MBEDTLS_ERR_ENTROPY_NO_SOURCES_DEFINED): + return( "ENTROPY - No sources have been added to poll" ); + case -(MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE): + return( "ENTROPY - No strong sources have been added to poll" ); + case -(MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR): + return( "ENTROPY - Read/write error in file" ); +#endif /* MBEDTLS_ENTROPY_C */ + +#if defined(MBEDTLS_ERROR_C) + case -(MBEDTLS_ERR_ERROR_GENERIC_ERROR): + return( "ERROR - Generic error" ); + case -(MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED): + return( "ERROR - This is a bug in the library" ); +#endif /* MBEDTLS_ERROR_C */ + +#if defined(MBEDTLS_PLATFORM_C) + case -(MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED): + return( "PLATFORM - Hardware accelerator failed" ); + case -(MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED): + return( "PLATFORM - The requested feature is not supported by the platform" ); +#endif /* MBEDTLS_PLATFORM_C */ + +#if defined(MBEDTLS_GCM_C) + case -(MBEDTLS_ERR_GCM_AUTH_FAILED): + return( "GCM - Authenticated decryption failed" ); + case -(MBEDTLS_ERR_GCM_BAD_INPUT): + return( "GCM - Bad input parameters to function" ); + case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): + return( "GCM - An output buffer is too small" ); +#endif /* MBEDTLS_GCM_C */ + +#if defined(MBEDTLS_HKDF_C) + case -(MBEDTLS_ERR_HKDF_BAD_INPUT_DATA): + return( "HKDF - Bad input parameters to function" ); +#endif /* MBEDTLS_HKDF_C */ + +#if defined(MBEDTLS_HMAC_DRBG_C) + case -(MBEDTLS_ERR_HMAC_DRBG_REQUEST_TOO_BIG): + return( "HMAC_DRBG - Too many random requested in single call" ); + case -(MBEDTLS_ERR_HMAC_DRBG_INPUT_TOO_BIG): + return( "HMAC_DRBG - Input too large (Entropy + additional)" ); + case -(MBEDTLS_ERR_HMAC_DRBG_FILE_IO_ERROR): + return( "HMAC_DRBG - Read/write error in file" ); + case -(MBEDTLS_ERR_HMAC_DRBG_ENTROPY_SOURCE_FAILED): + return( "HMAC_DRBG - The entropy source failed" ); +#endif /* MBEDTLS_HMAC_DRBG_C */ + +#if defined(MBEDTLS_LMS_C) + case -(MBEDTLS_ERR_LMS_BAD_INPUT_DATA): + return( "LMS - Bad data has been input to an LMS function" ); + case -(MBEDTLS_ERR_LMS_OUT_OF_PRIVATE_KEYS): + return( "LMS - Specified LMS key has utilised all of its private keys" ); + case -(MBEDTLS_ERR_LMS_VERIFY_FAILED): + return( "LMS - LMS signature verification failed" ); + case -(MBEDTLS_ERR_LMS_ALLOC_FAILED): + return( "LMS - LMS failed to allocate space for a private key" ); + case -(MBEDTLS_ERR_LMS_BUFFER_TOO_SMALL): + return( "LMS - Input/output buffer is too small to contain requited data" ); +#endif /* MBEDTLS_LMS_C */ + +#if defined(MBEDTLS_NET_C) + case -(MBEDTLS_ERR_NET_SOCKET_FAILED): + return( "NET - Failed to open a socket" ); + case -(MBEDTLS_ERR_NET_CONNECT_FAILED): + return( "NET - The connection to the given server / port failed" ); + case -(MBEDTLS_ERR_NET_BIND_FAILED): + return( "NET - Binding of the socket failed" ); + case -(MBEDTLS_ERR_NET_LISTEN_FAILED): + return( "NET - Could not listen on the socket" ); + case -(MBEDTLS_ERR_NET_ACCEPT_FAILED): + return( "NET - Could not accept the incoming connection" ); + case -(MBEDTLS_ERR_NET_RECV_FAILED): + return( "NET - Reading information from the socket failed" ); + case -(MBEDTLS_ERR_NET_SEND_FAILED): + return( "NET - Sending information through the socket failed" ); + case -(MBEDTLS_ERR_NET_CONN_RESET): + return( "NET - Connection was reset by peer" ); + case -(MBEDTLS_ERR_NET_UNKNOWN_HOST): + return( "NET - Failed to get an IP address for the given hostname" ); + case -(MBEDTLS_ERR_NET_BUFFER_TOO_SMALL): + return( "NET - Buffer is too small to hold the data" ); + case -(MBEDTLS_ERR_NET_INVALID_CONTEXT): + return( "NET - The context is invalid, eg because it was free()ed" ); + case -(MBEDTLS_ERR_NET_POLL_FAILED): + return( "NET - Polling the net context failed" ); + case -(MBEDTLS_ERR_NET_BAD_INPUT_DATA): + return( "NET - Input invalid" ); +#endif /* MBEDTLS_NET_C */ + +#if defined(MBEDTLS_OID_C) + case -(MBEDTLS_ERR_OID_NOT_FOUND): + return( "OID - OID is not found" ); + case -(MBEDTLS_ERR_OID_BUF_TOO_SMALL): + return( "OID - output buffer is too small" ); +#endif /* MBEDTLS_OID_C */ + +#if defined(MBEDTLS_POLY1305_C) + case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA): + return( "POLY1305 - Invalid input parameter(s)" ); +#endif /* MBEDTLS_POLY1305_C */ + +#if defined(MBEDTLS_SHA1_C) + case -(MBEDTLS_ERR_SHA1_BAD_INPUT_DATA): + return( "SHA1 - SHA-1 input data was malformed" ); +#endif /* MBEDTLS_SHA1_C */ + +#if defined(MBEDTLS_SHA256_C) + case -(MBEDTLS_ERR_SHA256_BAD_INPUT_DATA): + return( "SHA256 - SHA-256 input data was malformed" ); +#endif /* MBEDTLS_SHA256_C */ + +#if defined(MBEDTLS_SHA3_C) + case -(MBEDTLS_ERR_SHA3_BAD_INPUT_DATA): + return( "SHA3 - SHA-3 input data was malformed" ); +#endif /* MBEDTLS_SHA3_C */ + +#if defined(MBEDTLS_SHA512_C) + case -(MBEDTLS_ERR_SHA512_BAD_INPUT_DATA): + return( "SHA512 - SHA-512 input data was malformed" ); +#endif /* MBEDTLS_SHA512_C */ + +#if defined(MBEDTLS_THREADING_C) + case -(MBEDTLS_ERR_THREADING_BAD_INPUT_DATA): + return( "THREADING - Bad input parameters to function" ); + case -(MBEDTLS_ERR_THREADING_MUTEX_ERROR): + return( "THREADING - Locking / unlocking / free failed with error code" ); +#endif /* MBEDTLS_THREADING_C */ + /* End Auto-Generated Code. */ + + default: + break; + } + + return NULL; +} + +void mbedtls_strerror(int ret, char *buf, size_t buflen) +{ + size_t len; + int use_ret; + const char *high_level_error_description = NULL; + const char *low_level_error_description = NULL; + + if (buflen == 0) { + return; + } + + memset(buf, 0x00, buflen); + + if (ret < 0) { + ret = -ret; + } + + if (ret & 0xFF80) { + use_ret = ret & 0xFF80; + + // Translate high level error code. + high_level_error_description = mbedtls_high_level_strerr(ret); + + if (high_level_error_description == NULL) { + mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); + } else { + mbedtls_snprintf(buf, buflen, "%s", high_level_error_description); + } + +#if defined(MBEDTLS_SSL_TLS_C) + // Early return in case of a fatal error - do not try to translate low + // level code. + if (use_ret == -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE)) { + return; + } +#endif /* MBEDTLS_SSL_TLS_C */ + } + + use_ret = ret & ~0xFF80; + + if (use_ret == 0) { + return; + } + + // If high level code is present, make a concatenation between both + // error strings. + // + len = strlen(buf); + + if (len > 0) { + if (buflen - len < 5) { + return; + } + + mbedtls_snprintf(buf + len, buflen - len, " : "); + + buf += len + 3; + buflen -= len + 3; + } + + // Translate low level error code. + low_level_error_description = mbedtls_low_level_strerr(ret); + + if (low_level_error_description == NULL) { + mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); + } else { + mbedtls_snprintf(buf, buflen, "%s", low_level_error_description); + } +} + +#else /* MBEDTLS_ERROR_C */ + +/* + * Provide a dummy implementation when MBEDTLS_ERROR_C is not defined + */ +void mbedtls_strerror(int ret, char *buf, size_t buflen) +{ + ((void) ret); + + if (buflen > 0) { + buf[0] = '\0'; + } +} + +#endif /* MBEDTLS_ERROR_C */ + +#if defined(MBEDTLS_TEST_HOOKS) +void (*mbedtls_test_hook_error_add)(int, int, const char *, int); +#endif + +#endif /* MBEDTLS_ERROR_C || MBEDTLS_ERROR_STRERROR_DUMMY */ diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a new file mode 100644 index 0000000..81e2f5d Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a new file mode 100644 index 0000000..8519a19 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a b/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a new file mode 100644 index 0000000..724b589 Binary files /dev/null and b/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a differ diff --git a/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c new file mode 100644 index 0000000..de8a526 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c @@ -0,0 +1,256 @@ +/* + * Functions to delegate cryptographic operations to an available + * and appropriate accelerator. + * Warning: This file is now auto-generated. + */ +/* Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + + +/* BEGIN-common headers */ +#include "common.h" +#include "psa_crypto_aead.h" +#include "psa_crypto_cipher.h" +#include "psa_crypto_core.h" +#include "psa_crypto_driver_wrappers_no_static.h" +#include "psa_crypto_hash.h" +#include "psa_crypto_mac.h" +#include "psa_crypto_pake.h" +#include "psa_crypto_rsa.h" + +#include "mbedtls/platform.h" +/* END-common headers */ + +#if defined(MBEDTLS_PSA_CRYPTO_C) + +/* BEGIN-driver headers */ +/* Headers for mbedtls_test opaque driver */ +#if defined(PSA_CRYPTO_DRIVER_TEST) +#include "test/drivers/test_driver.h" + +#endif +/* Headers for mbedtls_test transparent driver */ +#if defined(PSA_CRYPTO_DRIVER_TEST) +#include "test/drivers/test_driver.h" + +#endif +/* Headers for p256 transparent driver */ +#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) +#include "../3rdparty/p256-m/p256-m_driver_entrypoints.h" + +#endif + +/* END-driver headers */ + +/* Auto-generated values depending on which drivers are registered. + * ID 0 is reserved for unallocated operations. + * ID 1 is reserved for the Mbed TLS software driver. */ +/* BEGIN-driver id definition */ +#define PSA_CRYPTO_MBED_TLS_DRIVER_ID (1) +#define MBEDTLS_TEST_OPAQUE_DRIVER_ID (2) +#define MBEDTLS_TEST_TRANSPARENT_DRIVER_ID (3) +#define P256_TRANSPARENT_DRIVER_ID (4) + +/* END-driver id */ + +/* BEGIN-Common Macro definitions */ + +/* END-Common Macro definitions */ + +/* Support the 'old' SE interface when asked to */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) +/* PSA_CRYPTO_DRIVER_PRESENT is defined when either a new-style or old-style + * SE driver is present, to avoid unused argument errors at compile time. */ +#ifndef PSA_CRYPTO_DRIVER_PRESENT +#define PSA_CRYPTO_DRIVER_PRESENT +#endif +#include "psa_crypto_se.h" +#endif + +/** Get the key buffer size required to store the key material of a key + * associated with an opaque driver. + * + * \param[in] attributes The key attributes. + * \param[out] key_buffer_size Minimum buffer size to contain the key material + * + * \retval #PSA_SUCCESS + * The minimum size for a buffer to contain the key material has been + * returned successfully. + * \retval #PSA_ERROR_NOT_SUPPORTED + * The type and/or the size in bits of the key or the combination of + * the two is not supported. + * \retval #PSA_ERROR_INVALID_ARGUMENT + * The key is declared with a lifetime not known to us. + */ +psa_status_t psa_driver_wrapper_get_key_buffer_size( + const psa_key_attributes_t *attributes, + size_t *key_buffer_size ) +{ + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); + psa_key_type_t key_type = psa_get_key_type(attributes); + size_t key_bits = psa_get_key_bits(attributes); + + *key_buffer_size = 0; + switch( location ) + { +#if defined(PSA_CRYPTO_DRIVER_TEST) + case PSA_CRYPTO_TEST_DRIVER_LOCATION: +#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) + /* Emulate property 'builtin_key_size' */ + if( psa_key_id_is_builtin( + MBEDTLS_SVC_KEY_ID_GET_KEY_ID( + psa_get_key_id( attributes ) ) ) ) + { + *key_buffer_size = sizeof( psa_drv_slot_number_t ); + return( PSA_SUCCESS ); + } +#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ + *key_buffer_size = mbedtls_test_opaque_size_function( key_type, + key_bits ); + return( ( *key_buffer_size != 0 ) ? + PSA_SUCCESS : PSA_ERROR_NOT_SUPPORTED ); +#endif /* PSA_CRYPTO_DRIVER_TEST */ + + default: + (void)key_type; + (void)key_bits; + return( PSA_ERROR_INVALID_ARGUMENT ); + } +} + +psa_status_t psa_driver_wrapper_export_public_key( + const psa_key_attributes_t *attributes, + const uint8_t *key_buffer, size_t key_buffer_size, + uint8_t *data, size_t data_size, size_t *data_length ) + +{ + + psa_status_t status = PSA_ERROR_INVALID_ARGUMENT; + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( + psa_get_key_lifetime( attributes ) ); + + /* Try dynamically-registered SE interface first */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) + const psa_drv_se_t *drv; + psa_drv_se_context_t *drv_context; + + if( psa_get_se_driver( psa_get_key_lifetime(attributes), &drv, &drv_context ) ) + { + if( ( drv->key_management == NULL ) || + ( drv->key_management->p_export_public == NULL ) ) + { + return( PSA_ERROR_NOT_SUPPORTED ); + } + + return( drv->key_management->p_export_public( + drv_context, + *( (psa_key_slot_number_t *)key_buffer ), + data, data_size, data_length ) ); + } +#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ + + switch( location ) + { + case PSA_KEY_LOCATION_LOCAL_STORAGE: + /* Key is stored in the slot in export representation, so + * cycle through all known transparent accelerators */ +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + status = mbedtls_test_transparent_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + ); + + if( status != PSA_ERROR_NOT_SUPPORTED ) + return( status ); +#endif + +#if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) + status = p256_transparent_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + ); + + if( status != PSA_ERROR_NOT_SUPPORTED ) + return( status ); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + /* Fell through, meaning no accelerator supports this operation */ + return( psa_export_public_key_internal( attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length ) ); + + /* Add cases for opaque driver here */ +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + case 0x7fffff: + return( mbedtls_test_opaque_export_public_key + (attributes, + key_buffer, + key_buffer_size, + data, + data_size, + data_length + )); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + default: + /* Key is declared with a lifetime not known to us */ + return( status ); + } + +} + +psa_status_t psa_driver_wrapper_get_builtin_key( + psa_drv_slot_number_t slot_number, + psa_key_attributes_t *attributes, + uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length ) +{ + + psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( psa_get_key_lifetime(attributes) ); + switch( location ) + { +#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) + +#if (defined(PSA_CRYPTO_DRIVER_TEST) ) + case 0x7fffff: + return( mbedtls_test_opaque_get_builtin_key + (slot_number, + attributes, + key_buffer, + key_buffer_size, + key_buffer_length + )); +#endif + + +#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ + default: + (void) slot_number; + (void) key_buffer; + (void) key_buffer_size; + (void) key_buffer_length; + return( PSA_ERROR_DOES_NOT_EXIST ); + } + +} + +#endif /* MBEDTLS_PSA_CRYPTO_C */ diff --git a/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c new file mode 100644 index 0000000..734c417 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c @@ -0,0 +1,251 @@ +/* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */ + +/** + * \file ssl_debug_helpers_generated.c + * + * \brief Automatically generated helper functions for debugging + */ +/* + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + * + */ + +#include "common.h" + +#if defined(MBEDTLS_DEBUG_C) + +#include "ssl_debug_helpers.h" + + +const char *mbedtls_ssl_named_group_to_str( uint16_t in ) +{ + switch( in ) + { + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192K1: + return "secp192k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192R1: + return "secp192r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224K1: + return "secp224k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224R1: + return "secp224r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1: + return "secp256k1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256R1: + return "secp256r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP384R1: + return "secp384r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_SECP521R1: + return "secp521r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP256R1: + return "bp256r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP384R1: + return "bp384r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_BP512R1: + return "bp512r1"; + case MBEDTLS_SSL_IANA_TLS_GROUP_X25519: + return "x25519"; + case MBEDTLS_SSL_IANA_TLS_GROUP_X448: + return "x448"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE2048: + return "ffdhe2048"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE3072: + return "ffdhe3072"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE4096: + return "ffdhe4096"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE6144: + return "ffdhe6144"; + case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE8192: + return "ffdhe8192"; + }; + + return "UNKNOWN"; +} +const char *mbedtls_ssl_sig_alg_to_str( uint16_t in ) +{ + switch( in ) + { + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA256: + return "rsa_pkcs1_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA384: + return "rsa_pkcs1_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA512: + return "rsa_pkcs1_sha512"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP256R1_SHA256: + return "ecdsa_secp256r1_sha256"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP384R1_SHA384: + return "ecdsa_secp384r1_sha384"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SECP521R1_SHA512: + return "ecdsa_secp521r1_sha512"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA256: + return "rsa_pss_rsae_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA384: + return "rsa_pss_rsae_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA512: + return "rsa_pss_rsae_sha512"; + case MBEDTLS_TLS1_3_SIG_ED25519: + return "ed25519"; + case MBEDTLS_TLS1_3_SIG_ED448: + return "ed448"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA256: + return "rsa_pss_pss_sha256"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA384: + return "rsa_pss_pss_sha384"; + case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA512: + return "rsa_pss_pss_sha512"; + case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA1: + return "rsa_pkcs1_sha1"; + case MBEDTLS_TLS1_3_SIG_ECDSA_SHA1: + return "ecdsa_sha1"; + case MBEDTLS_TLS1_3_SIG_NONE: + return "none"; + }; + + return "UNKNOWN"; +} +const char *mbedtls_ssl_states_str( mbedtls_ssl_states in ) +{ + switch (in) { + case MBEDTLS_SSL_HELLO_REQUEST: + return "MBEDTLS_SSL_HELLO_REQUEST"; + case MBEDTLS_SSL_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_HELLO: + return "MBEDTLS_SSL_SERVER_HELLO"; + case MBEDTLS_SSL_SERVER_CERTIFICATE: + return "MBEDTLS_SSL_SERVER_CERTIFICATE"; + case MBEDTLS_SSL_SERVER_KEY_EXCHANGE: + return "MBEDTLS_SSL_SERVER_KEY_EXCHANGE"; + case MBEDTLS_SSL_CERTIFICATE_REQUEST: + return "MBEDTLS_SSL_CERTIFICATE_REQUEST"; + case MBEDTLS_SSL_SERVER_HELLO_DONE: + return "MBEDTLS_SSL_SERVER_HELLO_DONE"; + case MBEDTLS_SSL_CLIENT_CERTIFICATE: + return "MBEDTLS_SSL_CLIENT_CERTIFICATE"; + case MBEDTLS_SSL_CLIENT_KEY_EXCHANGE: + return "MBEDTLS_SSL_CLIENT_KEY_EXCHANGE"; + case MBEDTLS_SSL_CERTIFICATE_VERIFY: + return "MBEDTLS_SSL_CERTIFICATE_VERIFY"; + case MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC: + return "MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC"; + case MBEDTLS_SSL_CLIENT_FINISHED: + return "MBEDTLS_SSL_CLIENT_FINISHED"; + case MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC: + return "MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC"; + case MBEDTLS_SSL_SERVER_FINISHED: + return "MBEDTLS_SSL_SERVER_FINISHED"; + case MBEDTLS_SSL_FLUSH_BUFFERS: + return "MBEDTLS_SSL_FLUSH_BUFFERS"; + case MBEDTLS_SSL_HANDSHAKE_WRAPUP: + return "MBEDTLS_SSL_HANDSHAKE_WRAPUP"; + case MBEDTLS_SSL_NEW_SESSION_TICKET: + return "MBEDTLS_SSL_NEW_SESSION_TICKET"; + case MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT: + return "MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT"; + case MBEDTLS_SSL_HELLO_RETRY_REQUEST: + return "MBEDTLS_SSL_HELLO_RETRY_REQUEST"; + case MBEDTLS_SSL_ENCRYPTED_EXTENSIONS: + return "MBEDTLS_SSL_ENCRYPTED_EXTENSIONS"; + case MBEDTLS_SSL_END_OF_EARLY_DATA: + return "MBEDTLS_SSL_END_OF_EARLY_DATA"; + case MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY: + return "MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY"; + case MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED: + return "MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED"; + case MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO: + return "MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO"; + case MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO: + return "MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO"; + case MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST: + return "MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST"; + case MBEDTLS_SSL_HANDSHAKE_OVER: + return "MBEDTLS_SSL_HANDSHAKE_OVER"; + case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET: + return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET"; + case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH: + return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH"; + default: + return "UNKNOWN_VALUE"; + } +} + +#if defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C) +const char *mbedtls_ssl_early_data_status_str( mbedtls_ssl_early_data_status in ) +{ + switch (in) { + case MBEDTLS_SSL_EARLY_DATA_STATUS_NOT_INDICATED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_NOT_INDICATED"; + case MBEDTLS_SSL_EARLY_DATA_STATUS_ACCEPTED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_ACCEPTED"; + case MBEDTLS_SSL_EARLY_DATA_STATUS_REJECTED: + return "MBEDTLS_SSL_EARLY_DATA_STATUS_REJECTED"; + default: + return "UNKNOWN_VALUE"; + } +} + +#endif /* defined(MBEDTLS_SSL_EARLY_DATA) && defined(MBEDTLS_SSL_CLI_C) */ +const char *mbedtls_ssl_protocol_version_str( mbedtls_ssl_protocol_version in ) +{ + switch (in) { + case MBEDTLS_SSL_VERSION_UNKNOWN: + return "MBEDTLS_SSL_VERSION_UNKNOWN"; + case MBEDTLS_SSL_VERSION_TLS1_2: + return "MBEDTLS_SSL_VERSION_TLS1_2"; + case MBEDTLS_SSL_VERSION_TLS1_3: + return "MBEDTLS_SSL_VERSION_TLS1_3"; + default: + return "UNKNOWN_VALUE"; + } +} + +const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in ) +{ + switch (in) { + case MBEDTLS_SSL_TLS_PRF_NONE: + return "MBEDTLS_SSL_TLS_PRF_NONE"; + case MBEDTLS_SSL_TLS_PRF_SHA384: + return "MBEDTLS_SSL_TLS_PRF_SHA384"; + case MBEDTLS_SSL_TLS_PRF_SHA256: + return "MBEDTLS_SSL_TLS_PRF_SHA256"; + case MBEDTLS_SSL_HKDF_EXPAND_SHA384: + return "MBEDTLS_SSL_HKDF_EXPAND_SHA384"; + case MBEDTLS_SSL_HKDF_EXPAND_SHA256: + return "MBEDTLS_SSL_HKDF_EXPAND_SHA256"; + default: + return "UNKNOWN_VALUE"; + } +} + +const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in ) +{ + switch (in) { + case MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET"; +#if defined(MBEDTLS_SSL_PROTO_TLS1_3) + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET"; + case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET: + return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET"; +#endif + default: + return "UNKNOWN_VALUE"; + } +} + + + +#endif /* MBEDTLS_DEBUG_C */ +/* End of automatically generated file. */ + diff --git a/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/build/esp-idf/mbedtls/mbedtls/library/version_features.c new file mode 100644 index 0000000..f542d98 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/library/version_features.c @@ -0,0 +1,844 @@ +/* + * Version feature information + * + * Copyright The Mbed TLS Contributors + * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later + */ + +#include "common.h" + +#if defined(MBEDTLS_VERSION_C) + +#include "mbedtls/version.h" + +#include + +static const char * const features[] = { +#if defined(MBEDTLS_VERSION_FEATURES) + #if defined(MBEDTLS_HAVE_ASM) + "HAVE_ASM", //no-check-names +#endif /* MBEDTLS_HAVE_ASM */ +#if defined(MBEDTLS_NO_UDBL_DIVISION) + "NO_UDBL_DIVISION", //no-check-names +#endif /* MBEDTLS_NO_UDBL_DIVISION */ +#if defined(MBEDTLS_NO_64BIT_MULTIPLICATION) + "NO_64BIT_MULTIPLICATION", //no-check-names +#endif /* MBEDTLS_NO_64BIT_MULTIPLICATION */ +#if defined(MBEDTLS_HAVE_SSE2) + "HAVE_SSE2", //no-check-names +#endif /* MBEDTLS_HAVE_SSE2 */ +#if defined(MBEDTLS_HAVE_TIME) + "HAVE_TIME", //no-check-names +#endif /* MBEDTLS_HAVE_TIME */ +#if defined(MBEDTLS_HAVE_TIME_DATE) + "HAVE_TIME_DATE", //no-check-names +#endif /* MBEDTLS_HAVE_TIME_DATE */ +#if defined(MBEDTLS_PLATFORM_MEMORY) + "PLATFORM_MEMORY", //no-check-names +#endif /* MBEDTLS_PLATFORM_MEMORY */ +#if defined(MBEDTLS_PLATFORM_NO_STD_FUNCTIONS) + "PLATFORM_NO_STD_FUNCTIONS", //no-check-names +#endif /* MBEDTLS_PLATFORM_NO_STD_FUNCTIONS */ +#if defined(MBEDTLS_PLATFORM_SETBUF_ALT) + "PLATFORM_SETBUF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SETBUF_ALT */ +#if defined(MBEDTLS_PLATFORM_EXIT_ALT) + "PLATFORM_EXIT_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_EXIT_ALT */ +#if defined(MBEDTLS_PLATFORM_TIME_ALT) + "PLATFORM_TIME_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_TIME_ALT */ +#if defined(MBEDTLS_PLATFORM_FPRINTF_ALT) + "PLATFORM_FPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_FPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_PRINTF_ALT) + "PLATFORM_PRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_PRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_SNPRINTF_ALT) + "PLATFORM_SNPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SNPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_VSNPRINTF_ALT) + "PLATFORM_VSNPRINTF_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_VSNPRINTF_ALT */ +#if defined(MBEDTLS_PLATFORM_NV_SEED_ALT) + "PLATFORM_NV_SEED_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_NV_SEED_ALT */ +#if defined(MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT) + "PLATFORM_SETUP_TEARDOWN_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT */ +#if defined(MBEDTLS_PLATFORM_MS_TIME_ALT) + "PLATFORM_MS_TIME_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_MS_TIME_ALT */ +#if defined(MBEDTLS_PLATFORM_GMTIME_R_ALT) + "PLATFORM_GMTIME_R_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_GMTIME_R_ALT */ +#if defined(MBEDTLS_PLATFORM_ZEROIZE_ALT) + "PLATFORM_ZEROIZE_ALT", //no-check-names +#endif /* MBEDTLS_PLATFORM_ZEROIZE_ALT */ +#if defined(MBEDTLS_DEPRECATED_WARNING) + "DEPRECATED_WARNING", //no-check-names +#endif /* MBEDTLS_DEPRECATED_WARNING */ +#if defined(MBEDTLS_DEPRECATED_REMOVED) + "DEPRECATED_REMOVED", //no-check-names +#endif /* MBEDTLS_DEPRECATED_REMOVED */ +#if defined(MBEDTLS_TIMING_ALT) + "TIMING_ALT", //no-check-names +#endif /* MBEDTLS_TIMING_ALT */ +#if defined(MBEDTLS_AES_ALT) + "AES_ALT", //no-check-names +#endif /* MBEDTLS_AES_ALT */ +#if defined(MBEDTLS_ARIA_ALT) + "ARIA_ALT", //no-check-names +#endif /* MBEDTLS_ARIA_ALT */ +#if defined(MBEDTLS_CAMELLIA_ALT) + "CAMELLIA_ALT", //no-check-names +#endif /* MBEDTLS_CAMELLIA_ALT */ +#if defined(MBEDTLS_CCM_ALT) + "CCM_ALT", //no-check-names +#endif /* MBEDTLS_CCM_ALT */ +#if defined(MBEDTLS_CHACHA20_ALT) + "CHACHA20_ALT", //no-check-names +#endif /* MBEDTLS_CHACHA20_ALT */ +#if defined(MBEDTLS_CHACHAPOLY_ALT) + "CHACHAPOLY_ALT", //no-check-names +#endif /* MBEDTLS_CHACHAPOLY_ALT */ +#if defined(MBEDTLS_CMAC_ALT) + "CMAC_ALT", //no-check-names +#endif /* MBEDTLS_CMAC_ALT */ +#if defined(MBEDTLS_DES_ALT) + "DES_ALT", //no-check-names +#endif /* MBEDTLS_DES_ALT */ +#if defined(MBEDTLS_DHM_ALT) + "DHM_ALT", //no-check-names +#endif /* MBEDTLS_DHM_ALT */ +#if defined(MBEDTLS_ECJPAKE_ALT) + "ECJPAKE_ALT", //no-check-names +#endif /* MBEDTLS_ECJPAKE_ALT */ +#if defined(MBEDTLS_GCM_ALT) + "GCM_ALT", //no-check-names +#endif /* MBEDTLS_GCM_ALT */ +#if defined(MBEDTLS_NIST_KW_ALT) + "NIST_KW_ALT", //no-check-names +#endif /* MBEDTLS_NIST_KW_ALT */ +#if defined(MBEDTLS_MD5_ALT) + "MD5_ALT", //no-check-names +#endif /* MBEDTLS_MD5_ALT */ +#if defined(MBEDTLS_POLY1305_ALT) + "POLY1305_ALT", //no-check-names +#endif /* MBEDTLS_POLY1305_ALT */ +#if defined(MBEDTLS_RIPEMD160_ALT) + "RIPEMD160_ALT", //no-check-names +#endif /* MBEDTLS_RIPEMD160_ALT */ +#if defined(MBEDTLS_RSA_ALT) + "RSA_ALT", //no-check-names +#endif /* MBEDTLS_RSA_ALT */ +#if defined(MBEDTLS_SHA1_ALT) + "SHA1_ALT", //no-check-names +#endif /* MBEDTLS_SHA1_ALT */ +#if defined(MBEDTLS_SHA256_ALT) + "SHA256_ALT", //no-check-names +#endif /* MBEDTLS_SHA256_ALT */ +#if defined(MBEDTLS_SHA512_ALT) + "SHA512_ALT", //no-check-names +#endif /* MBEDTLS_SHA512_ALT */ +#if defined(MBEDTLS_ECP_ALT) + "ECP_ALT", //no-check-names +#endif /* MBEDTLS_ECP_ALT */ +#if defined(MBEDTLS_MD5_PROCESS_ALT) + "MD5_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_MD5_PROCESS_ALT */ +#if defined(MBEDTLS_RIPEMD160_PROCESS_ALT) + "RIPEMD160_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_RIPEMD160_PROCESS_ALT */ +#if defined(MBEDTLS_SHA1_PROCESS_ALT) + "SHA1_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA1_PROCESS_ALT */ +#if defined(MBEDTLS_SHA256_PROCESS_ALT) + "SHA256_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA256_PROCESS_ALT */ +#if defined(MBEDTLS_SHA512_PROCESS_ALT) + "SHA512_PROCESS_ALT", //no-check-names +#endif /* MBEDTLS_SHA512_PROCESS_ALT */ +#if defined(MBEDTLS_DES_SETKEY_ALT) + "DES_SETKEY_ALT", //no-check-names +#endif /* MBEDTLS_DES_SETKEY_ALT */ +#if defined(MBEDTLS_DES_CRYPT_ECB_ALT) + "DES_CRYPT_ECB_ALT", //no-check-names +#endif /* MBEDTLS_DES_CRYPT_ECB_ALT */ +#if defined(MBEDTLS_DES3_CRYPT_ECB_ALT) + "DES3_CRYPT_ECB_ALT", //no-check-names +#endif /* MBEDTLS_DES3_CRYPT_ECB_ALT */ +#if defined(MBEDTLS_AES_SETKEY_ENC_ALT) + "AES_SETKEY_ENC_ALT", //no-check-names +#endif /* MBEDTLS_AES_SETKEY_ENC_ALT */ +#if defined(MBEDTLS_AES_SETKEY_DEC_ALT) + "AES_SETKEY_DEC_ALT", //no-check-names +#endif /* MBEDTLS_AES_SETKEY_DEC_ALT */ +#if defined(MBEDTLS_AES_ENCRYPT_ALT) + "AES_ENCRYPT_ALT", //no-check-names +#endif /* MBEDTLS_AES_ENCRYPT_ALT */ +#if defined(MBEDTLS_AES_DECRYPT_ALT) + "AES_DECRYPT_ALT", //no-check-names +#endif /* MBEDTLS_AES_DECRYPT_ALT */ +#if defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT) + "ECDH_GEN_PUBLIC_ALT", //no-check-names +#endif /* MBEDTLS_ECDH_GEN_PUBLIC_ALT */ +#if defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT) + "ECDH_COMPUTE_SHARED_ALT", //no-check-names +#endif /* MBEDTLS_ECDH_COMPUTE_SHARED_ALT */ +#if defined(MBEDTLS_ECDSA_VERIFY_ALT) + "ECDSA_VERIFY_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_VERIFY_ALT */ +#if defined(MBEDTLS_ECDSA_SIGN_ALT) + "ECDSA_SIGN_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_SIGN_ALT */ +#if defined(MBEDTLS_ECDSA_GENKEY_ALT) + "ECDSA_GENKEY_ALT", //no-check-names +#endif /* MBEDTLS_ECDSA_GENKEY_ALT */ +#if defined(MBEDTLS_ECP_INTERNAL_ALT) + "ECP_INTERNAL_ALT", //no-check-names +#endif /* MBEDTLS_ECP_INTERNAL_ALT */ +#if defined(MBEDTLS_ECP_NO_FALLBACK) + "ECP_NO_FALLBACK", //no-check-names +#endif /* MBEDTLS_ECP_NO_FALLBACK */ +#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) + "ECP_RANDOMIZE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_RANDOMIZE_JAC_ALT */ +#if defined(MBEDTLS_ECP_ADD_MIXED_ALT) + "ECP_ADD_MIXED_ALT", //no-check-names +#endif /* MBEDTLS_ECP_ADD_MIXED_ALT */ +#if defined(MBEDTLS_ECP_DOUBLE_JAC_ALT) + "ECP_DOUBLE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_DOUBLE_JAC_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT) + "ECP_NORMALIZE_JAC_MANY_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_JAC_ALT) + "ECP_NORMALIZE_JAC_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_JAC_ALT */ +#if defined(MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT) + "ECP_DOUBLE_ADD_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT */ +#if defined(MBEDTLS_ECP_RANDOMIZE_MXZ_ALT) + "ECP_RANDOMIZE_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_RANDOMIZE_MXZ_ALT */ +#if defined(MBEDTLS_ECP_NORMALIZE_MXZ_ALT) + "ECP_NORMALIZE_MXZ_ALT", //no-check-names +#endif /* MBEDTLS_ECP_NORMALIZE_MXZ_ALT */ +#if defined(MBEDTLS_ENTROPY_HARDWARE_ALT) + "ENTROPY_HARDWARE_ALT", //no-check-names +#endif /* MBEDTLS_ENTROPY_HARDWARE_ALT */ +#if defined(MBEDTLS_AES_ROM_TABLES) + "AES_ROM_TABLES", //no-check-names +#endif /* MBEDTLS_AES_ROM_TABLES */ +#if defined(MBEDTLS_AES_FEWER_TABLES) + "AES_FEWER_TABLES", //no-check-names +#endif /* MBEDTLS_AES_FEWER_TABLES */ +#if defined(MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH) + "AES_ONLY_128_BIT_KEY_LENGTH", //no-check-names +#endif /* MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH */ +#if defined(MBEDTLS_AES_USE_HARDWARE_ONLY) + "AES_USE_HARDWARE_ONLY", //no-check-names +#endif /* MBEDTLS_AES_USE_HARDWARE_ONLY */ +#if defined(MBEDTLS_CAMELLIA_SMALL_MEMORY) + "CAMELLIA_SMALL_MEMORY", //no-check-names +#endif /* MBEDTLS_CAMELLIA_SMALL_MEMORY */ +#if defined(MBEDTLS_CHECK_RETURN_WARNING) + "CHECK_RETURN_WARNING", //no-check-names +#endif /* MBEDTLS_CHECK_RETURN_WARNING */ +#if defined(MBEDTLS_CIPHER_MODE_CBC) + "CIPHER_MODE_CBC", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CBC */ +#if defined(MBEDTLS_CIPHER_MODE_CFB) + "CIPHER_MODE_CFB", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CFB */ +#if defined(MBEDTLS_CIPHER_MODE_CTR) + "CIPHER_MODE_CTR", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_CTR */ +#if defined(MBEDTLS_CIPHER_MODE_OFB) + "CIPHER_MODE_OFB", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_OFB */ +#if defined(MBEDTLS_CIPHER_MODE_XTS) + "CIPHER_MODE_XTS", //no-check-names +#endif /* MBEDTLS_CIPHER_MODE_XTS */ +#if defined(MBEDTLS_CIPHER_NULL_CIPHER) + "CIPHER_NULL_CIPHER", //no-check-names +#endif /* MBEDTLS_CIPHER_NULL_CIPHER */ +#if defined(MBEDTLS_CIPHER_PADDING_PKCS7) + "CIPHER_PADDING_PKCS7", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_PKCS7 */ +#if defined(MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS) + "CIPHER_PADDING_ONE_AND_ZEROS", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS */ +#if defined(MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN) + "CIPHER_PADDING_ZEROS_AND_LEN", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN */ +#if defined(MBEDTLS_CIPHER_PADDING_ZEROS) + "CIPHER_PADDING_ZEROS", //no-check-names +#endif /* MBEDTLS_CIPHER_PADDING_ZEROS */ +#if defined(MBEDTLS_CTR_DRBG_USE_128_BIT_KEY) + "CTR_DRBG_USE_128_BIT_KEY", //no-check-names +#endif /* MBEDTLS_CTR_DRBG_USE_128_BIT_KEY */ +#if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED) + "ECDH_VARIANT_EVEREST_ENABLED", //no-check-names +#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) + "ECP_DP_SECP192R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP192R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) + "ECP_DP_SECP224R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP224R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) + "ECP_DP_SECP256R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP256R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP384R1_ENABLED) + "ECP_DP_SECP384R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP384R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED) + "ECP_DP_SECP521R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP521R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP192K1_ENABLED) + "ECP_DP_SECP192K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP192K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED) + "ECP_DP_SECP224K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP224K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_SECP256K1_ENABLED) + "ECP_DP_SECP256K1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_SECP256K1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) + "ECP_DP_BP256R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP256R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) + "ECP_DP_BP384R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP384R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) + "ECP_DP_BP512R1_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_BP512R1_ENABLED */ +#if defined(MBEDTLS_ECP_DP_CURVE25519_ENABLED) + "ECP_DP_CURVE25519_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_CURVE25519_ENABLED */ +#if defined(MBEDTLS_ECP_DP_CURVE448_ENABLED) + "ECP_DP_CURVE448_ENABLED", //no-check-names +#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */ +#if defined(MBEDTLS_ECP_NIST_OPTIM) + "ECP_NIST_OPTIM", //no-check-names +#endif /* MBEDTLS_ECP_NIST_OPTIM */ +#if defined(MBEDTLS_ECP_RESTARTABLE) + "ECP_RESTARTABLE", //no-check-names +#endif /* MBEDTLS_ECP_RESTARTABLE */ +#if defined(MBEDTLS_ECP_WITH_MPI_UINT) + "ECP_WITH_MPI_UINT", //no-check-names +#endif /* MBEDTLS_ECP_WITH_MPI_UINT */ +#if defined(MBEDTLS_ECDSA_DETERMINISTIC) + "ECDSA_DETERMINISTIC", //no-check-names +#endif /* MBEDTLS_ECDSA_DETERMINISTIC */ +#if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED) + "KEY_EXCHANGE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED) + "KEY_EXCHANGE_DHE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED) + "KEY_EXCHANGE_ECDHE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED) + "KEY_EXCHANGE_RSA_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_RSA_ENABLED) + "KEY_EXCHANGE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED) + "KEY_EXCHANGE_DHE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) + "KEY_EXCHANGE_ECDHE_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED) + "KEY_EXCHANGE_ECDHE_ECDSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED) + "KEY_EXCHANGE_ECDH_ECDSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED) + "KEY_EXCHANGE_ECDH_RSA_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED */ +#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) + "KEY_EXCHANGE_ECJPAKE_ENABLED", //no-check-names +#endif /* MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED */ +#if defined(MBEDTLS_PK_PARSE_EC_EXTENDED) + "PK_PARSE_EC_EXTENDED", //no-check-names +#endif /* MBEDTLS_PK_PARSE_EC_EXTENDED */ +#if defined(MBEDTLS_PK_PARSE_EC_COMPRESSED) + "PK_PARSE_EC_COMPRESSED", //no-check-names +#endif /* MBEDTLS_PK_PARSE_EC_COMPRESSED */ +#if defined(MBEDTLS_ERROR_STRERROR_DUMMY) + "ERROR_STRERROR_DUMMY", //no-check-names +#endif /* MBEDTLS_ERROR_STRERROR_DUMMY */ +#if defined(MBEDTLS_GENPRIME) + "GENPRIME", //no-check-names +#endif /* MBEDTLS_GENPRIME */ +#if defined(MBEDTLS_FS_IO) + "FS_IO", //no-check-names +#endif /* MBEDTLS_FS_IO */ +#if defined(MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES) + "NO_DEFAULT_ENTROPY_SOURCES", //no-check-names +#endif /* MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES */ +#if defined(MBEDTLS_NO_PLATFORM_ENTROPY) + "NO_PLATFORM_ENTROPY", //no-check-names +#endif /* MBEDTLS_NO_PLATFORM_ENTROPY */ +#if defined(MBEDTLS_ENTROPY_FORCE_SHA256) + "ENTROPY_FORCE_SHA256", //no-check-names +#endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */ +#if defined(MBEDTLS_ENTROPY_NV_SEED) + "ENTROPY_NV_SEED", //no-check-names +#endif /* MBEDTLS_ENTROPY_NV_SEED */ +#if defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER) + "PSA_CRYPTO_KEY_ID_ENCODES_OWNER", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER */ +#if defined(MBEDTLS_MEMORY_DEBUG) + "MEMORY_DEBUG", //no-check-names +#endif /* MBEDTLS_MEMORY_DEBUG */ +#if defined(MBEDTLS_MEMORY_BACKTRACE) + "MEMORY_BACKTRACE", //no-check-names +#endif /* MBEDTLS_MEMORY_BACKTRACE */ +#if defined(MBEDTLS_PK_RSA_ALT_SUPPORT) + "PK_RSA_ALT_SUPPORT", //no-check-names +#endif /* MBEDTLS_PK_RSA_ALT_SUPPORT */ +#if defined(MBEDTLS_PKCS1_V15) + "PKCS1_V15", //no-check-names +#endif /* MBEDTLS_PKCS1_V15 */ +#if defined(MBEDTLS_PKCS1_V21) + "PKCS1_V21", //no-check-names +#endif /* MBEDTLS_PKCS1_V21 */ +#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) + "PSA_CRYPTO_BUILTIN_KEYS", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ +#if defined(MBEDTLS_PSA_CRYPTO_CLIENT) + "PSA_CRYPTO_CLIENT", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_CLIENT */ +#if defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG) + "PSA_CRYPTO_EXTERNAL_RNG", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG */ +#if defined(MBEDTLS_PSA_CRYPTO_SPM) + "PSA_CRYPTO_SPM", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_SPM */ +#if defined(MBEDTLS_PSA_KEY_STORE_DYNAMIC) + "PSA_KEY_STORE_DYNAMIC", //no-check-names +#endif /* MBEDTLS_PSA_KEY_STORE_DYNAMIC */ +#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) + "PSA_P256M_DRIVER_ENABLED", //no-check-names +#endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */ +#if defined(MBEDTLS_PSA_INJECT_ENTROPY) + "PSA_INJECT_ENTROPY", //no-check-names +#endif /* MBEDTLS_PSA_INJECT_ENTROPY */ +#if defined(MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS) + "PSA_ASSUME_EXCLUSIVE_BUFFERS", //no-check-names +#endif /* MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS */ +#if defined(MBEDTLS_RSA_NO_CRT) + "RSA_NO_CRT", //no-check-names +#endif /* MBEDTLS_RSA_NO_CRT */ +#if defined(MBEDTLS_SELF_TEST) + "SELF_TEST", //no-check-names +#endif /* MBEDTLS_SELF_TEST */ +#if defined(MBEDTLS_SHA256_SMALLER) + "SHA256_SMALLER", //no-check-names +#endif /* MBEDTLS_SHA256_SMALLER */ +#if defined(MBEDTLS_SHA512_SMALLER) + "SHA512_SMALLER", //no-check-names +#endif /* MBEDTLS_SHA512_SMALLER */ +#if defined(MBEDTLS_SSL_ALL_ALERT_MESSAGES) + "SSL_ALL_ALERT_MESSAGES", //no-check-names +#endif /* MBEDTLS_SSL_ALL_ALERT_MESSAGES */ +#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID) + "SSL_DTLS_CONNECTION_ID", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */ +#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT) + "SSL_DTLS_CONNECTION_ID_COMPAT", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT */ +#if defined(MBEDTLS_SSL_ASYNC_PRIVATE) + "SSL_ASYNC_PRIVATE", //no-check-names +#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */ +#if defined(MBEDTLS_SSL_CONTEXT_SERIALIZATION) + "SSL_CONTEXT_SERIALIZATION", //no-check-names +#endif /* MBEDTLS_SSL_CONTEXT_SERIALIZATION */ +#if defined(MBEDTLS_SSL_DEBUG_ALL) + "SSL_DEBUG_ALL", //no-check-names +#endif /* MBEDTLS_SSL_DEBUG_ALL */ +#if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC) + "SSL_ENCRYPT_THEN_MAC", //no-check-names +#endif /* MBEDTLS_SSL_ENCRYPT_THEN_MAC */ +#if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET) + "SSL_EXTENDED_MASTER_SECRET", //no-check-names +#endif /* MBEDTLS_SSL_EXTENDED_MASTER_SECRET */ +#if defined(MBEDTLS_SSL_KEEP_PEER_CERTIFICATE) + "SSL_KEEP_PEER_CERTIFICATE", //no-check-names +#endif /* MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */ +#if defined(MBEDTLS_SSL_RENEGOTIATION) + "SSL_RENEGOTIATION", //no-check-names +#endif /* MBEDTLS_SSL_RENEGOTIATION */ +#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH) + "SSL_MAX_FRAGMENT_LENGTH", //no-check-names +#endif /* MBEDTLS_SSL_MAX_FRAGMENT_LENGTH */ +#if defined(MBEDTLS_SSL_RECORD_SIZE_LIMIT) + "SSL_RECORD_SIZE_LIMIT", //no-check-names +#endif /* MBEDTLS_SSL_RECORD_SIZE_LIMIT */ +#if defined(MBEDTLS_SSL_PROTO_TLS1_2) + "SSL_PROTO_TLS1_2", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_TLS1_2 */ +#if defined(MBEDTLS_SSL_PROTO_TLS1_3) + "SSL_PROTO_TLS1_3", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */ +#if defined(MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE) + "SSL_TLS1_3_COMPATIBILITY_MODE", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED */ +#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED) + "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED", //no-check-names +#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED */ +#if defined(MBEDTLS_SSL_EARLY_DATA) + "SSL_EARLY_DATA", //no-check-names +#endif /* MBEDTLS_SSL_EARLY_DATA */ +#if defined(MBEDTLS_SSL_PROTO_DTLS) + "SSL_PROTO_DTLS", //no-check-names +#endif /* MBEDTLS_SSL_PROTO_DTLS */ +#if defined(MBEDTLS_SSL_ALPN) + "SSL_ALPN", //no-check-names +#endif /* MBEDTLS_SSL_ALPN */ +#if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY) + "SSL_DTLS_ANTI_REPLAY", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_ANTI_REPLAY */ +#if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) + "SSL_DTLS_HELLO_VERIFY", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_HELLO_VERIFY */ +#if defined(MBEDTLS_SSL_DTLS_SRTP) + "SSL_DTLS_SRTP", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_SRTP */ +#if defined(MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE) + "SSL_DTLS_CLIENT_PORT_REUSE", //no-check-names +#endif /* MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE */ +#if defined(MBEDTLS_SSL_SESSION_TICKETS) + "SSL_SESSION_TICKETS", //no-check-names +#endif /* MBEDTLS_SSL_SESSION_TICKETS */ +#if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) + "SSL_SERVER_NAME_INDICATION", //no-check-names +#endif /* MBEDTLS_SSL_SERVER_NAME_INDICATION */ +#if defined(MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH) + "SSL_VARIABLE_BUFFER_LENGTH", //no-check-names +#endif /* MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH */ +#if defined(MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN) + "TEST_CONSTANT_FLOW_MEMSAN", //no-check-names +#endif /* MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN */ +#if defined(MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND) + "TEST_CONSTANT_FLOW_VALGRIND", //no-check-names +#endif /* MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND */ +#if defined(MBEDTLS_TEST_HOOKS) + "TEST_HOOKS", //no-check-names +#endif /* MBEDTLS_TEST_HOOKS */ +#if defined(MBEDTLS_THREADING_ALT) + "THREADING_ALT", //no-check-names +#endif /* MBEDTLS_THREADING_ALT */ +#if defined(MBEDTLS_THREADING_PTHREAD) + "THREADING_PTHREAD", //no-check-names +#endif /* MBEDTLS_THREADING_PTHREAD */ +#if defined(MBEDTLS_USE_PSA_CRYPTO) + "USE_PSA_CRYPTO", //no-check-names +#endif /* MBEDTLS_USE_PSA_CRYPTO */ +#if defined(MBEDTLS_PSA_CRYPTO_CONFIG) + "PSA_CRYPTO_CONFIG", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */ +#if defined(MBEDTLS_VERSION_FEATURES) + "VERSION_FEATURES", //no-check-names +#endif /* MBEDTLS_VERSION_FEATURES */ +#if defined(MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK) + "X509_TRUSTED_CERTIFICATE_CALLBACK", //no-check-names +#endif /* MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK */ +#if defined(MBEDTLS_X509_REMOVE_INFO) + "X509_REMOVE_INFO", //no-check-names +#endif /* MBEDTLS_X509_REMOVE_INFO */ +#if defined(MBEDTLS_X509_RSASSA_PSS_SUPPORT) + "X509_RSASSA_PSS_SUPPORT", //no-check-names +#endif /* MBEDTLS_X509_RSASSA_PSS_SUPPORT */ +#if defined(MBEDTLS_AESNI_C) + "AESNI_C", //no-check-names +#endif /* MBEDTLS_AESNI_C */ +#if defined(MBEDTLS_AESCE_C) + "AESCE_C", //no-check-names +#endif /* MBEDTLS_AESCE_C */ +#if defined(MBEDTLS_AES_C) + "AES_C", //no-check-names +#endif /* MBEDTLS_AES_C */ +#if defined(MBEDTLS_ASN1_PARSE_C) + "ASN1_PARSE_C", //no-check-names +#endif /* MBEDTLS_ASN1_PARSE_C */ +#if defined(MBEDTLS_ASN1_WRITE_C) + "ASN1_WRITE_C", //no-check-names +#endif /* MBEDTLS_ASN1_WRITE_C */ +#if defined(MBEDTLS_BASE64_C) + "BASE64_C", //no-check-names +#endif /* MBEDTLS_BASE64_C */ +#if defined(MBEDTLS_BLOCK_CIPHER_NO_DECRYPT) + "BLOCK_CIPHER_NO_DECRYPT", //no-check-names +#endif /* MBEDTLS_BLOCK_CIPHER_NO_DECRYPT */ +#if defined(MBEDTLS_BIGNUM_C) + "BIGNUM_C", //no-check-names +#endif /* MBEDTLS_BIGNUM_C */ +#if defined(MBEDTLS_CAMELLIA_C) + "CAMELLIA_C", //no-check-names +#endif /* MBEDTLS_CAMELLIA_C */ +#if defined(MBEDTLS_ARIA_C) + "ARIA_C", //no-check-names +#endif /* MBEDTLS_ARIA_C */ +#if defined(MBEDTLS_CCM_C) + "CCM_C", //no-check-names +#endif /* MBEDTLS_CCM_C */ +#if defined(MBEDTLS_CHACHA20_C) + "CHACHA20_C", //no-check-names +#endif /* MBEDTLS_CHACHA20_C */ +#if defined(MBEDTLS_CHACHAPOLY_C) + "CHACHAPOLY_C", //no-check-names +#endif /* MBEDTLS_CHACHAPOLY_C */ +#if defined(MBEDTLS_CIPHER_C) + "CIPHER_C", //no-check-names +#endif /* MBEDTLS_CIPHER_C */ +#if defined(MBEDTLS_CMAC_C) + "CMAC_C", //no-check-names +#endif /* MBEDTLS_CMAC_C */ +#if defined(MBEDTLS_CTR_DRBG_C) + "CTR_DRBG_C", //no-check-names +#endif /* MBEDTLS_CTR_DRBG_C */ +#if defined(MBEDTLS_DEBUG_C) + "DEBUG_C", //no-check-names +#endif /* MBEDTLS_DEBUG_C */ +#if defined(MBEDTLS_DES_C) + "DES_C", //no-check-names +#endif /* MBEDTLS_DES_C */ +#if defined(MBEDTLS_DHM_C) + "DHM_C", //no-check-names +#endif /* MBEDTLS_DHM_C */ +#if defined(MBEDTLS_ECDH_C) + "ECDH_C", //no-check-names +#endif /* MBEDTLS_ECDH_C */ +#if defined(MBEDTLS_ECDSA_C) + "ECDSA_C", //no-check-names +#endif /* MBEDTLS_ECDSA_C */ +#if defined(MBEDTLS_ECJPAKE_C) + "ECJPAKE_C", //no-check-names +#endif /* MBEDTLS_ECJPAKE_C */ +#if defined(MBEDTLS_ECP_C) + "ECP_C", //no-check-names +#endif /* MBEDTLS_ECP_C */ +#if defined(MBEDTLS_ENTROPY_C) + "ENTROPY_C", //no-check-names +#endif /* MBEDTLS_ENTROPY_C */ +#if defined(MBEDTLS_ERROR_C) + "ERROR_C", //no-check-names +#endif /* MBEDTLS_ERROR_C */ +#if defined(MBEDTLS_GCM_C) + "GCM_C", //no-check-names +#endif /* MBEDTLS_GCM_C */ +#if defined(MBEDTLS_GCM_LARGE_TABLE) + "GCM_LARGE_TABLE", //no-check-names +#endif /* MBEDTLS_GCM_LARGE_TABLE */ +#if defined(MBEDTLS_HKDF_C) + "HKDF_C", //no-check-names +#endif /* MBEDTLS_HKDF_C */ +#if defined(MBEDTLS_HMAC_DRBG_C) + "HMAC_DRBG_C", //no-check-names +#endif /* MBEDTLS_HMAC_DRBG_C */ +#if defined(MBEDTLS_LMS_C) + "LMS_C", //no-check-names +#endif /* MBEDTLS_LMS_C */ +#if defined(MBEDTLS_LMS_PRIVATE) + "LMS_PRIVATE", //no-check-names +#endif /* MBEDTLS_LMS_PRIVATE */ +#if defined(MBEDTLS_NIST_KW_C) + "NIST_KW_C", //no-check-names +#endif /* MBEDTLS_NIST_KW_C */ +#if defined(MBEDTLS_MD_C) + "MD_C", //no-check-names +#endif /* MBEDTLS_MD_C */ +#if defined(MBEDTLS_MD5_C) + "MD5_C", //no-check-names +#endif /* MBEDTLS_MD5_C */ +#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) + "MEMORY_BUFFER_ALLOC_C", //no-check-names +#endif /* MBEDTLS_MEMORY_BUFFER_ALLOC_C */ +#if defined(MBEDTLS_NET_C) + "NET_C", //no-check-names +#endif /* MBEDTLS_NET_C */ +#if defined(MBEDTLS_OID_C) + "OID_C", //no-check-names +#endif /* MBEDTLS_OID_C */ +#if defined(MBEDTLS_PADLOCK_C) + "PADLOCK_C", //no-check-names +#endif /* MBEDTLS_PADLOCK_C */ +#if defined(MBEDTLS_PEM_PARSE_C) + "PEM_PARSE_C", //no-check-names +#endif /* MBEDTLS_PEM_PARSE_C */ +#if defined(MBEDTLS_PEM_WRITE_C) + "PEM_WRITE_C", //no-check-names +#endif /* MBEDTLS_PEM_WRITE_C */ +#if defined(MBEDTLS_PK_C) + "PK_C", //no-check-names +#endif /* MBEDTLS_PK_C */ +#if defined(MBEDTLS_PK_PARSE_C) + "PK_PARSE_C", //no-check-names +#endif /* MBEDTLS_PK_PARSE_C */ +#if defined(MBEDTLS_PK_WRITE_C) + "PK_WRITE_C", //no-check-names +#endif /* MBEDTLS_PK_WRITE_C */ +#if defined(MBEDTLS_PKCS5_C) + "PKCS5_C", //no-check-names +#endif /* MBEDTLS_PKCS5_C */ +#if defined(MBEDTLS_PKCS7_C) + "PKCS7_C", //no-check-names +#endif /* MBEDTLS_PKCS7_C */ +#if defined(MBEDTLS_PKCS12_C) + "PKCS12_C", //no-check-names +#endif /* MBEDTLS_PKCS12_C */ +#if defined(MBEDTLS_PLATFORM_C) + "PLATFORM_C", //no-check-names +#endif /* MBEDTLS_PLATFORM_C */ +#if defined(MBEDTLS_POLY1305_C) + "POLY1305_C", //no-check-names +#endif /* MBEDTLS_POLY1305_C */ +#if defined(MBEDTLS_PSA_CRYPTO_C) + "PSA_CRYPTO_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_C */ +#if defined(MBEDTLS_PSA_CRYPTO_SE_C) + "PSA_CRYPTO_SE_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ +#if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) + "PSA_CRYPTO_STORAGE_C", //no-check-names +#endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ +#if defined(MBEDTLS_PSA_ITS_FILE_C) + "PSA_ITS_FILE_C", //no-check-names +#endif /* MBEDTLS_PSA_ITS_FILE_C */ +#if defined(MBEDTLS_RIPEMD160_C) + "RIPEMD160_C", //no-check-names +#endif /* MBEDTLS_RIPEMD160_C */ +#if defined(MBEDTLS_RSA_C) + "RSA_C", //no-check-names +#endif /* MBEDTLS_RSA_C */ +#if defined(MBEDTLS_SHA1_C) + "SHA1_C", //no-check-names +#endif /* MBEDTLS_SHA1_C */ +#if defined(MBEDTLS_SHA224_C) + "SHA224_C", //no-check-names +#endif /* MBEDTLS_SHA224_C */ +#if defined(MBEDTLS_SHA256_C) + "SHA256_C", //no-check-names +#endif /* MBEDTLS_SHA256_C */ +#if defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT) + "SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT) + "SHA256_USE_A64_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY) + "SHA256_USE_ARMV8_A_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY */ +#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY) + "SHA256_USE_A64_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY */ +#if defined(MBEDTLS_SHA384_C) + "SHA384_C", //no-check-names +#endif /* MBEDTLS_SHA384_C */ +#if defined(MBEDTLS_SHA512_C) + "SHA512_C", //no-check-names +#endif /* MBEDTLS_SHA512_C */ +#if defined(MBEDTLS_SHA3_C) + "SHA3_C", //no-check-names +#endif /* MBEDTLS_SHA3_C */ +#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT) + "SHA512_USE_A64_CRYPTO_IF_PRESENT", //no-check-names +#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT */ +#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY) + "SHA512_USE_A64_CRYPTO_ONLY", //no-check-names +#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY */ +#if defined(MBEDTLS_SSL_CACHE_C) + "SSL_CACHE_C", //no-check-names +#endif /* MBEDTLS_SSL_CACHE_C */ +#if defined(MBEDTLS_SSL_COOKIE_C) + "SSL_COOKIE_C", //no-check-names +#endif /* MBEDTLS_SSL_COOKIE_C */ +#if defined(MBEDTLS_SSL_TICKET_C) + "SSL_TICKET_C", //no-check-names +#endif /* MBEDTLS_SSL_TICKET_C */ +#if defined(MBEDTLS_SSL_CLI_C) + "SSL_CLI_C", //no-check-names +#endif /* MBEDTLS_SSL_CLI_C */ +#if defined(MBEDTLS_SSL_SRV_C) + "SSL_SRV_C", //no-check-names +#endif /* MBEDTLS_SSL_SRV_C */ +#if defined(MBEDTLS_SSL_TLS_C) + "SSL_TLS_C", //no-check-names +#endif /* MBEDTLS_SSL_TLS_C */ +#if defined(MBEDTLS_THREADING_C) + "THREADING_C", //no-check-names +#endif /* MBEDTLS_THREADING_C */ +#if defined(MBEDTLS_TIMING_C) + "TIMING_C", //no-check-names +#endif /* MBEDTLS_TIMING_C */ +#if defined(MBEDTLS_VERSION_C) + "VERSION_C", //no-check-names +#endif /* MBEDTLS_VERSION_C */ +#if defined(MBEDTLS_X509_USE_C) + "X509_USE_C", //no-check-names +#endif /* MBEDTLS_X509_USE_C */ +#if defined(MBEDTLS_X509_CRT_PARSE_C) + "X509_CRT_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CRT_PARSE_C */ +#if defined(MBEDTLS_X509_CRL_PARSE_C) + "X509_CRL_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CRL_PARSE_C */ +#if defined(MBEDTLS_X509_CSR_PARSE_C) + "X509_CSR_PARSE_C", //no-check-names +#endif /* MBEDTLS_X509_CSR_PARSE_C */ +#if defined(MBEDTLS_X509_CREATE_C) + "X509_CREATE_C", //no-check-names +#endif /* MBEDTLS_X509_CREATE_C */ +#if defined(MBEDTLS_X509_CRT_WRITE_C) + "X509_CRT_WRITE_C", //no-check-names +#endif /* MBEDTLS_X509_CRT_WRITE_C */ +#if defined(MBEDTLS_X509_CSR_WRITE_C) + "X509_CSR_WRITE_C", //no-check-names +#endif /* MBEDTLS_X509_CSR_WRITE_C */ +#endif /* MBEDTLS_VERSION_FEATURES */ + NULL +}; + +int mbedtls_version_check_feature(const char *feature) +{ + const char * const *idx = features; + + if (*idx == NULL) { + return -2; + } + + if (feature == NULL) { + return -1; + } + + if (strncmp(feature, "MBEDTLS_", 8)) { + return -1; + } + + feature += 8; + + while (*idx != NULL) { + if (!strcmp(*idx, feature)) { + return 0; + } + idx++; + } + return -1; +} + +#endif /* MBEDTLS_VERSION_C */ diff --git a/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake b/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake new file mode 100644 index 0000000..3e65d66 --- /dev/null +++ b/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/mbedtls/pkgconfig + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/mbedtls/x509_crt_bundle b/build/esp-idf/mbedtls/x509_crt_bundle new file mode 100644 index 0000000..1220522 Binary files /dev/null and b/build/esp-idf/mbedtls/x509_crt_bundle differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj new file mode 100644 index 0000000..0f405a8 Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj new file mode 100644 index 0000000..a61bcbf Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj new file mode 100644 index 0000000..3d091ce Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj differ diff --git a/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj new file mode 100644 index 0000000..2950302 Binary files /dev/null and b/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj differ diff --git a/build/esp-idf/mqtt/cmake_install.cmake b/build/esp-idf/mqtt/cmake_install.cmake new file mode 100644 index 0000000..91d67f4 --- /dev/null +++ b/build/esp-idf/mqtt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/mqtt/libmqtt.a b/build/esp-idf/mqtt/libmqtt.a new file mode 100644 index 0000000..baa3fe9 Binary files /dev/null and b/build/esp-idf/mqtt/libmqtt.a differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj new file mode 100644 index 0000000..27d34ee Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj new file mode 100644 index 0000000..3a6bffe Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj new file mode 100644 index 0000000..57ada21 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj new file mode 100644 index 0000000..27790d7 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj new file mode 100644 index 0000000..a02aafd Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj new file mode 100644 index 0000000..439f0f0 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj new file mode 100644 index 0000000..08ec655 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj new file mode 100644 index 0000000..d989ec1 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj new file mode 100644 index 0000000..7dc1fb0 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj new file mode 100644 index 0000000..bcd0f8f Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj new file mode 100644 index 0000000..6a4bb23 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj new file mode 100644 index 0000000..ed0d889 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj new file mode 100644 index 0000000..14df590 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj new file mode 100644 index 0000000..2a76abd Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj new file mode 100644 index 0000000..7bddfde Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj differ diff --git a/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj new file mode 100644 index 0000000..d10c848 Binary files /dev/null and b/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj differ diff --git a/build/esp-idf/newlib/cmake_install.cmake b/build/esp-idf/newlib/cmake_install.cmake new file mode 100644 index 0000000..63ef450 --- /dev/null +++ b/build/esp-idf/newlib/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("C:/LED_shit/build/esp-idf/newlib/port/cmake_install.cmake") +endif() + diff --git a/build/esp-idf/newlib/libnewlib.a b/build/esp-idf/newlib/libnewlib.a new file mode 100644 index 0000000..80c1e6d Binary files /dev/null and b/build/esp-idf/newlib/libnewlib.a differ diff --git a/build/esp-idf/newlib/port/cmake_install.cmake b/build/esp-idf/newlib/port/cmake_install.cmake new file mode 100644 index 0000000..13bb28b --- /dev/null +++ b/build/esp-idf/newlib/port/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/port + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj new file mode 100644 index 0000000..ba8185f Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj new file mode 100644 index 0000000..b1d7245 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj new file mode 100644 index 0000000..c16a846 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj new file mode 100644 index 0000000..53e43e6 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj new file mode 100644 index 0000000..1d3cd7a Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj new file mode 100644 index 0000000..8b74635 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj new file mode 100644 index 0000000..28b1fe3 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj new file mode 100644 index 0000000..32de481 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj new file mode 100644 index 0000000..bc07954 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj new file mode 100644 index 0000000..db65a9e Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj new file mode 100644 index 0000000..3e2c6d1 Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj new file mode 100644 index 0000000..2b0b1ac Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj new file mode 100644 index 0000000..597202d Binary files /dev/null and b/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj differ diff --git a/build/esp-idf/nvs_flash/cmake_install.cmake b/build/esp-idf/nvs_flash/cmake_install.cmake new file mode 100644 index 0000000..2558d4a --- /dev/null +++ b/build/esp-idf/nvs_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/nvs_flash/libnvs_flash.a b/build/esp-idf/nvs_flash/libnvs_flash.a new file mode 100644 index 0000000..c61a583 Binary files /dev/null and b/build/esp-idf/nvs_flash/libnvs_flash.a differ diff --git a/build/esp-idf/openthread/cmake_install.cmake b/build/esp-idf/openthread/cmake_install.cmake new file mode 100644 index 0000000..cf5e1a8 --- /dev/null +++ b/build/esp-idf/openthread/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/partition_table/cmake_install.cmake b/build/esp-idf/partition_table/cmake_install.cmake new file mode 100644 index 0000000..d7ab153 --- /dev/null +++ b/build/esp-idf/partition_table/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/partition_table/partition-table-flash_args.in b/build/esp-idf/partition_table/partition-table-flash_args.in new file mode 100644 index 0000000..f63197a --- /dev/null +++ b/build/esp-idf/partition_table/partition-table-flash_args.in @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj new file mode 100644 index 0000000..40b532b Binary files /dev/null and b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj differ diff --git a/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj new file mode 100644 index 0000000..e89bfa3 Binary files /dev/null and b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj differ diff --git a/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj new file mode 100644 index 0000000..ef47e26 Binary files /dev/null and b/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj differ diff --git a/build/esp-idf/perfmon/cmake_install.cmake b/build/esp-idf/perfmon/cmake_install.cmake new file mode 100644 index 0000000..bf3967e --- /dev/null +++ b/build/esp-idf/perfmon/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/perfmon/libperfmon.a b/build/esp-idf/perfmon/libperfmon.a new file mode 100644 index 0000000..ff1d69c Binary files /dev/null and b/build/esp-idf/perfmon/libperfmon.a differ diff --git a/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj new file mode 100644 index 0000000..a190917 Binary files /dev/null and b/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj differ diff --git a/build/esp-idf/protobuf-c/cmake_install.cmake b/build/esp-idf/protobuf-c/cmake_install.cmake new file mode 100644 index 0000000..4cc0e35 --- /dev/null +++ b/build/esp-idf/protobuf-c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/protobuf-c/libprotobuf-c.a b/build/esp-idf/protobuf-c/libprotobuf-c.a new file mode 100644 index 0000000..7589cf1 Binary files /dev/null and b/build/esp-idf/protobuf-c/libprotobuf-c.a differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj new file mode 100644 index 0000000..59a0ff1 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj new file mode 100644 index 0000000..709c6c7 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj new file mode 100644 index 0000000..684db18 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj new file mode 100644 index 0000000..74d0c43 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj new file mode 100644 index 0000000..7fbd36a Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj new file mode 100644 index 0000000..6f0469c Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj new file mode 100644 index 0000000..ceae67d Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj new file mode 100644 index 0000000..9c46b3c Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj new file mode 100644 index 0000000..e707c7a Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj new file mode 100644 index 0000000..b5d5c5e Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj new file mode 100644 index 0000000..c02dc15 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj new file mode 100644 index 0000000..02100fd Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj differ diff --git a/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj new file mode 100644 index 0000000..8f40008 Binary files /dev/null and b/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj differ diff --git a/build/esp-idf/protocomm/cmake_install.cmake b/build/esp-idf/protocomm/cmake_install.cmake new file mode 100644 index 0000000..756b8f1 --- /dev/null +++ b/build/esp-idf/protocomm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/protocomm/libprotocomm.a b/build/esp-idf/protocomm/libprotocomm.a new file mode 100644 index 0000000..29a76b0 Binary files /dev/null and b/build/esp-idf/protocomm/libprotocomm.a differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj new file mode 100644 index 0000000..ed6ee72 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj new file mode 100644 index 0000000..7ca2eae Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj new file mode 100644 index 0000000..0c03bd6 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj new file mode 100644 index 0000000..76fdf47 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj differ diff --git a/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj new file mode 100644 index 0000000..3cfdcd4 Binary files /dev/null and b/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj differ diff --git a/build/esp-idf/pthread/cmake_install.cmake b/build/esp-idf/pthread/cmake_install.cmake new file mode 100644 index 0000000..59da137 --- /dev/null +++ b/build/esp-idf/pthread/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/pthread/libpthread.a b/build/esp-idf/pthread/libpthread.a new file mode 100644 index 0000000..fa855e3 Binary files /dev/null and b/build/esp-idf/pthread/libpthread.a differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj new file mode 100644 index 0000000..33e7232 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj new file mode 100644 index 0000000..170d253 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj new file mode 100644 index 0000000..f71f2b5 Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj new file mode 100644 index 0000000..a5849cf Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj new file mode 100644 index 0000000..6a3da0f Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj differ diff --git a/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj new file mode 100644 index 0000000..03897be Binary files /dev/null and b/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj differ diff --git a/build/esp-idf/sdmmc/cmake_install.cmake b/build/esp-idf/sdmmc/cmake_install.cmake new file mode 100644 index 0000000..cee455b --- /dev/null +++ b/build/esp-idf/sdmmc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/sdmmc/libsdmmc.a b/build/esp-idf/sdmmc/libsdmmc.a new file mode 100644 index 0000000..39fc7e0 Binary files /dev/null and b/build/esp-idf/sdmmc/libsdmmc.a differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj new file mode 100644 index 0000000..97d8dbd Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj new file mode 100644 index 0000000..02baaba Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj new file mode 100644 index 0000000..26f7117 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj new file mode 100644 index 0000000..f107ba7 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj new file mode 100644 index 0000000..24f87c9 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj new file mode 100644 index 0000000..89816d4 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj new file mode 100644 index 0000000..b7b38c5 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj new file mode 100644 index 0000000..dbba66e Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj new file mode 100644 index 0000000..56a6558 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj new file mode 100644 index 0000000..59d5969 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj new file mode 100644 index 0000000..da32656 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj new file mode 100644 index 0000000..0bac264 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj new file mode 100644 index 0000000..c0c5df0 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj new file mode 100644 index 0000000..0a608dc Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj new file mode 100644 index 0000000..50cc1fb Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj new file mode 100644 index 0000000..565c4d5 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj new file mode 100644 index 0000000..fd6f535 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj new file mode 100644 index 0000000..f7a66ac Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj new file mode 100644 index 0000000..9956b16 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj new file mode 100644 index 0000000..51564a7 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj new file mode 100644 index 0000000..7c302ca Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj new file mode 100644 index 0000000..ee65f1b Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj differ diff --git a/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj new file mode 100644 index 0000000..c118e64 Binary files /dev/null and b/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/build/esp-idf/soc/cmake_install.cmake b/build/esp-idf/soc/cmake_install.cmake new file mode 100644 index 0000000..27c3dc6 --- /dev/null +++ b/build/esp-idf/soc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/soc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/soc/libsoc.a b/build/esp-idf/soc/libsoc.a new file mode 100644 index 0000000..dacb5e2 Binary files /dev/null and b/build/esp-idf/soc/libsoc.a differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj new file mode 100644 index 0000000..8755f12 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj new file mode 100644 index 0000000..68c5949 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj new file mode 100644 index 0000000..7464706 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj new file mode 100644 index 0000000..c1be038 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj new file mode 100644 index 0000000..2e458d2 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj new file mode 100644 index 0000000..bf7453c Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj new file mode 100644 index 0000000..2881514 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj new file mode 100644 index 0000000..85a9854 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj new file mode 100644 index 0000000..61a36e8 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj new file mode 100644 index 0000000..3194c05 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj new file mode 100644 index 0000000..8d9f31d Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj new file mode 100644 index 0000000..e213db2 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj new file mode 100644 index 0000000..16295ff Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj new file mode 100644 index 0000000..f2554bb Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj new file mode 100644 index 0000000..c51d387 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj new file mode 100644 index 0000000..673d741 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj new file mode 100644 index 0000000..2a3cc73 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj new file mode 100644 index 0000000..04caa01 Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj differ diff --git a/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj new file mode 100644 index 0000000..5892c3e Binary files /dev/null and b/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/build/esp-idf/spi_flash/cmake_install.cmake b/build/esp-idf/spi_flash/cmake_install.cmake new file mode 100644 index 0000000..c75e1bc --- /dev/null +++ b/build/esp-idf/spi_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/spi_flash/libspi_flash.a b/build/esp-idf/spi_flash/libspi_flash.a new file mode 100644 index 0000000..9b98e89 Binary files /dev/null and b/build/esp-idf/spi_flash/libspi_flash.a differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj new file mode 100644 index 0000000..8a228f0 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj new file mode 100644 index 0000000..55c9a32 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj new file mode 100644 index 0000000..e7e7bce Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj new file mode 100644 index 0000000..658470b Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj new file mode 100644 index 0000000..2ccb5d6 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj new file mode 100644 index 0000000..02c5779 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj differ diff --git a/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj new file mode 100644 index 0000000..01f5e41 Binary files /dev/null and b/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj differ diff --git a/build/esp-idf/spiffs/cmake_install.cmake b/build/esp-idf/spiffs/cmake_install.cmake new file mode 100644 index 0000000..b4a8d60 --- /dev/null +++ b/build/esp-idf/spiffs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/spiffs/libspiffs.a b/build/esp-idf/spiffs/libspiffs.a new file mode 100644 index 0000000..38d0666 Binary files /dev/null and b/build/esp-idf/spiffs/libspiffs.a differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj new file mode 100644 index 0000000..15288dd Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj new file mode 100644 index 0000000..09c64cc Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj new file mode 100644 index 0000000..571dea5 Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj new file mode 100644 index 0000000..a184a87 Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj differ diff --git a/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj new file mode 100644 index 0000000..26779dd Binary files /dev/null and b/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj differ diff --git a/build/esp-idf/tcp_transport/cmake_install.cmake b/build/esp-idf/tcp_transport/cmake_install.cmake new file mode 100644 index 0000000..605d4c2 --- /dev/null +++ b/build/esp-idf/tcp_transport/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/tcp_transport/libtcp_transport.a b/build/esp-idf/tcp_transport/libtcp_transport.a new file mode 100644 index 0000000..0663132 Binary files /dev/null and b/build/esp-idf/tcp_transport/libtcp_transport.a differ diff --git a/build/esp-idf/ulp/cmake_install.cmake b/build/esp-idf/ulp/cmake_install.cmake new file mode 100644 index 0000000..c3f6aa3 --- /dev/null +++ b/build/esp-idf/ulp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj new file mode 100644 index 0000000..f72d3df Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj new file mode 100644 index 0000000..249ad1a Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj new file mode 100644 index 0000000..bd99274 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj new file mode 100644 index 0000000..44d7932 Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj new file mode 100644 index 0000000..15e5e5b Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj new file mode 100644 index 0000000..b421d9d Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj differ diff --git a/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj new file mode 100644 index 0000000..067b38e Binary files /dev/null and b/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj differ diff --git a/build/esp-idf/unity/cmake_install.cmake b/build/esp-idf/unity/cmake_install.cmake new file mode 100644 index 0000000..aa53731 --- /dev/null +++ b/build/esp-idf/unity/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/unity + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/unity/libunity.a b/build/esp-idf/unity/libunity.a new file mode 100644 index 0000000..e58a19b Binary files /dev/null and b/build/esp-idf/unity/libunity.a differ diff --git a/build/esp-idf/usb/cmake_install.cmake b/build/esp-idf/usb/cmake_install.cmake new file mode 100644 index 0000000..68b154d --- /dev/null +++ b/build/esp-idf/usb/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/usb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj new file mode 100644 index 0000000..3cfd535 Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj new file mode 100644 index 0000000..16e839e Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj new file mode 100644 index 0000000..368c2b5 Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj new file mode 100644 index 0000000..77c5f81 Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj differ diff --git a/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj new file mode 100644 index 0000000..1f3664c Binary files /dev/null and b/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj differ diff --git a/build/esp-idf/vfs/cmake_install.cmake b/build/esp-idf/vfs/cmake_install.cmake new file mode 100644 index 0000000..5cc6d15 --- /dev/null +++ b/build/esp-idf/vfs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/vfs/libvfs.a b/build/esp-idf/vfs/libvfs.a new file mode 100644 index 0000000..7e2dd06 Binary files /dev/null and b/build/esp-idf/vfs/libvfs.a differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj new file mode 100644 index 0000000..e9efa9b Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj new file mode 100644 index 0000000..36c223b Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj new file mode 100644 index 0000000..8a4542e Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj new file mode 100644 index 0000000..68277f6 Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj new file mode 100644 index 0000000..e9b0662 Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj new file mode 100644 index 0000000..b879ccd Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj new file mode 100644 index 0000000..8684665 Binary files /dev/null and b/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj differ diff --git a/build/esp-idf/wear_levelling/cmake_install.cmake b/build/esp-idf/wear_levelling/cmake_install.cmake new file mode 100644 index 0000000..4840103 --- /dev/null +++ b/build/esp-idf/wear_levelling/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/wear_levelling/libwear_levelling.a b/build/esp-idf/wear_levelling/libwear_levelling.a new file mode 100644 index 0000000..a95e180 Binary files /dev/null and b/build/esp-idf/wear_levelling/libwear_levelling.a differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj new file mode 100644 index 0000000..ad3f20e Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj new file mode 100644 index 0000000..2053a09 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj new file mode 100644 index 0000000..f7eee4f Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj new file mode 100644 index 0000000..4ce7fda Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj new file mode 100644 index 0000000..f7a4d50 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj new file mode 100644 index 0000000..b8f76b8 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj new file mode 100644 index 0000000..b966d1a Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj new file mode 100644 index 0000000..8e96dc1 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj new file mode 100644 index 0000000..c399185 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj new file mode 100644 index 0000000..59dd8b9 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj new file mode 100644 index 0000000..04c84da Binary files /dev/null and b/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj differ diff --git a/build/esp-idf/wifi_provisioning/cmake_install.cmake b/build/esp-idf/wifi_provisioning/cmake_install.cmake new file mode 100644 index 0000000..a5a6359 --- /dev/null +++ b/build/esp-idf/wifi_provisioning/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/wifi_provisioning/libwifi_provisioning.a b/build/esp-idf/wifi_provisioning/libwifi_provisioning.a new file mode 100644 index 0000000..469ee69 Binary files /dev/null and b/build/esp-idf/wifi_provisioning/libwifi_provisioning.a differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj new file mode 100644 index 0000000..aa17a86 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj new file mode 100644 index 0000000..ec47de8 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj new file mode 100644 index 0000000..6c35c6f Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj new file mode 100644 index 0000000..74671b7 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj new file mode 100644 index 0000000..c4fbb69 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj new file mode 100644 index 0000000..e69da1d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj new file mode 100644 index 0000000..8c2eea7 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj new file mode 100644 index 0000000..4294b56 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj new file mode 100644 index 0000000..3a92591 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj new file mode 100644 index 0000000..b27d414 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj new file mode 100644 index 0000000..eb91e3c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj new file mode 100644 index 0000000..c92ad87 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj new file mode 100644 index 0000000..6d8384b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj new file mode 100644 index 0000000..d8012cd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj new file mode 100644 index 0000000..b2db724 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj new file mode 100644 index 0000000..42b54ce Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj new file mode 100644 index 0000000..691a191 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj new file mode 100644 index 0000000..087bdd1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj new file mode 100644 index 0000000..b2400c0 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj new file mode 100644 index 0000000..8ac7647 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj new file mode 100644 index 0000000..0e8cdf0 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj new file mode 100644 index 0000000..5e45d67 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj new file mode 100644 index 0000000..69c049c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj new file mode 100644 index 0000000..ece4ceb Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj new file mode 100644 index 0000000..6b0a8a7 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj new file mode 100644 index 0000000..7fb3e68 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj new file mode 100644 index 0000000..d965523 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj new file mode 100644 index 0000000..849f4da Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj new file mode 100644 index 0000000..65f585c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj new file mode 100644 index 0000000..8e7b850 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj new file mode 100644 index 0000000..f065856 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj new file mode 100644 index 0000000..8dd40f9 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj new file mode 100644 index 0000000..c7dbc33 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj new file mode 100644 index 0000000..1edc9cf Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj new file mode 100644 index 0000000..78e1c2b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj new file mode 100644 index 0000000..94c9aa1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj new file mode 100644 index 0000000..cc1f0bd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj new file mode 100644 index 0000000..2b1a719 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj new file mode 100644 index 0000000..b68ce10 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj new file mode 100644 index 0000000..b277179 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj new file mode 100644 index 0000000..31479d8 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj new file mode 100644 index 0000000..379969c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj new file mode 100644 index 0000000..7f559fb Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj new file mode 100644 index 0000000..d4dea0b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj new file mode 100644 index 0000000..0d6ba46 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj new file mode 100644 index 0000000..7c6b2ea Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj new file mode 100644 index 0000000..5fda020 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj new file mode 100644 index 0000000..bf20485 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj new file mode 100644 index 0000000..844ea24 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj new file mode 100644 index 0000000..b1d091b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj new file mode 100644 index 0000000..8d4606c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj new file mode 100644 index 0000000..9d3caa8 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj new file mode 100644 index 0000000..b45c245 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj new file mode 100644 index 0000000..9b68ddd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj new file mode 100644 index 0000000..f17b30e Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj new file mode 100644 index 0000000..5946548 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj new file mode 100644 index 0000000..9e0f1e3 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj new file mode 100644 index 0000000..5f0e85c Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj new file mode 100644 index 0000000..8d50a6f Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj new file mode 100644 index 0000000..03de92a Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj new file mode 100644 index 0000000..13523de Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj new file mode 100644 index 0000000..fe7a90b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj new file mode 100644 index 0000000..2a55ae2 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj new file mode 100644 index 0000000..7110bf3 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj new file mode 100644 index 0000000..5932528 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj new file mode 100644 index 0000000..d254e0b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj new file mode 100644 index 0000000..54ae5dd Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj new file mode 100644 index 0000000..22fcfd1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj new file mode 100644 index 0000000..d2dfc71 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj new file mode 100644 index 0000000..148418a Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj new file mode 100644 index 0000000..b76b9e0 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj new file mode 100644 index 0000000..b15aeca Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj new file mode 100644 index 0000000..776a21d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj new file mode 100644 index 0000000..6cb71aa Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj new file mode 100644 index 0000000..8369c7b Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj new file mode 100644 index 0000000..ce2728d Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj new file mode 100644 index 0000000..1ac9d05 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj new file mode 100644 index 0000000..2ca1ba1 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj new file mode 100644 index 0000000..690a476 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj new file mode 100644 index 0000000..c4c98fe Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj new file mode 100644 index 0000000..f258c21 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj new file mode 100644 index 0000000..f53dc37 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj new file mode 100644 index 0000000..f183795 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj differ diff --git a/build/esp-idf/wpa_supplicant/cmake_install.cmake b/build/esp-idf/wpa_supplicant/cmake_install.cmake new file mode 100644 index 0000000..95e1fdc --- /dev/null +++ b/build/esp-idf/wpa_supplicant/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/wpa_supplicant/libwpa_supplicant.a b/build/esp-idf/wpa_supplicant/libwpa_supplicant.a new file mode 100644 index 0000000..eedac48 Binary files /dev/null and b/build/esp-idf/wpa_supplicant/libwpa_supplicant.a differ diff --git a/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj new file mode 100644 index 0000000..203f301 Binary files /dev/null and b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj differ diff --git a/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj new file mode 100644 index 0000000..6bdfb40 Binary files /dev/null and b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj differ diff --git a/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj new file mode 100644 index 0000000..67f14a2 Binary files /dev/null and b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj differ diff --git a/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj new file mode 100644 index 0000000..58bcce9 Binary files /dev/null and b/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj differ diff --git a/build/esp-idf/xtensa/cmake_install.cmake b/build/esp-idf/xtensa/cmake_install.cmake new file mode 100644 index 0000000..f51e979 --- /dev/null +++ b/build/esp-idf/xtensa/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/LED_shit") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") +endif() + diff --git a/build/esp-idf/xtensa/libxtensa.a b/build/esp-idf/xtensa/libxtensa.a new file mode 100644 index 0000000..a660d1c Binary files /dev/null and b/build/esp-idf/xtensa/libxtensa.a differ diff --git a/build/flash_app_args b/build/flash_app_args new file mode 100644 index 0000000..67d7f03 --- /dev/null +++ b/build/flash_app_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x10000 LED_shit.bin diff --git a/build/flash_args b/build/flash_args new file mode 100644 index 0000000..8b35308 --- /dev/null +++ b/build/flash_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin +0x10000 LED_shit.bin +0x8000 partition_table/partition-table.bin diff --git a/build/flash_args.in b/build/flash_args.in new file mode 100644 index 0000000..dd4a9b2 --- /dev/null +++ b/build/flash_args.in @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin +0x10000 $.bin +0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/build/flash_bootloader_args b/build/flash_bootloader_args new file mode 100644 index 0000000..31ab2e9 --- /dev/null +++ b/build/flash_bootloader_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin diff --git a/build/flash_project_args b/build/flash_project_args new file mode 100644 index 0000000..8b35308 --- /dev/null +++ b/build/flash_project_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x1000 bootloader/bootloader.bin +0x10000 LED_shit.bin +0x8000 partition_table/partition-table.bin diff --git a/build/flasher_args.json b/build/flasher_args.json new file mode 100644 index 0000000..eef1f9f --- /dev/null +++ b/build/flasher_args.json @@ -0,0 +1,24 @@ +{ + "write_flash_args" : [ "--flash_mode", "dio", + "--flash_size", "4MB", + "--flash_freq", "40m" ], + "flash_settings" : { + "flash_mode": "dio", + "flash_size": "4MB", + "flash_freq": "40m" + }, + "flash_files" : { + "0x1000" : "bootloader/bootloader.bin", + "0x10000" : "LED_shit.bin", + "0x8000" : "partition_table/partition-table.bin" + }, + "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "app" : { "offset" : "0x10000", "file" : "LED_shit.bin", "encrypted" : "false" }, + "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, + "extra_esptool_args" : { + "after" : "hard_reset", + "before" : "default_reset", + "stub" : true, + "chip" : "esp32" + } +} diff --git a/build/kconfigs.in b/build/kconfigs.in new file mode 100644 index 0000000..91f63f7 --- /dev/null +++ b/build/kconfigs.in @@ -0,0 +1,51 @@ +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/bt/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/usb/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/Kconfig" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/Kconfig" \ No newline at end of file diff --git a/build/kconfigs_projbuild.in b/build/kconfigs_projbuild.in new file mode 100644 index 0000000..676bc9d --- /dev/null +++ b/build/kconfigs_projbuild.in @@ -0,0 +1,5 @@ +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild" +source "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/build/ldgen_libraries b/build/ldgen_libraries new file mode 100644 index 0000000..58b4af9 --- /dev/null +++ b/build/ldgen_libraries @@ -0,0 +1,62 @@ +C:/LED_shit/build/esp-idf/xtensa/libxtensa.a +C:/LED_shit/build/esp-idf/esp_ringbuf/libesp_ringbuf.a +C:/LED_shit/build/esp-idf/efuse/libefuse.a +C:/LED_shit/build/esp-idf/driver/libdriver.a +C:/LED_shit/build/esp-idf/esp_pm/libesp_pm.a +C:/LED_shit/build/esp-idf/mbedtls/libmbedtls.a +C:/LED_shit/build/esp-idf/esp_app_format/libesp_app_format.a +C:/LED_shit/build/esp-idf/bootloader_support/libbootloader_support.a +C:/LED_shit/build/esp-idf/esp_partition/libesp_partition.a +C:/LED_shit/build/esp-idf/app_update/libapp_update.a +C:/LED_shit/build/esp-idf/esp_mm/libesp_mm.a +C:/LED_shit/build/esp-idf/spi_flash/libspi_flash.a +C:/LED_shit/build/esp-idf/pthread/libpthread.a +C:/LED_shit/build/esp-idf/esp_system/libesp_system.a +C:/LED_shit/build/esp-idf/esp_rom/libesp_rom.a +C:/LED_shit/build/esp-idf/hal/libhal.a +C:/LED_shit/build/esp-idf/log/liblog.a +C:/LED_shit/build/esp-idf/heap/libheap.a +C:/LED_shit/build/esp-idf/soc/libsoc.a +C:/LED_shit/build/esp-idf/esp_hw_support/libesp_hw_support.a +C:/LED_shit/build/esp-idf/freertos/libfreertos.a +C:/LED_shit/build/esp-idf/newlib/libnewlib.a +C:/LED_shit/build/esp-idf/cxx/libcxx.a +C:/LED_shit/build/esp-idf/esp_common/libesp_common.a +C:/LED_shit/build/esp-idf/esp_timer/libesp_timer.a +C:/LED_shit/build/esp-idf/app_trace/libapp_trace.a +C:/LED_shit/build/esp-idf/esp_event/libesp_event.a +C:/LED_shit/build/esp-idf/nvs_flash/libnvs_flash.a +C:/LED_shit/build/esp-idf/esp_phy/libesp_phy.a +C:/LED_shit/build/esp-idf/vfs/libvfs.a +C:/LED_shit/build/esp-idf/lwip/liblwip.a +C:/LED_shit/build/esp-idf/esp_netif/libesp_netif.a +C:/LED_shit/build/esp-idf/wpa_supplicant/libwpa_supplicant.a +C:/LED_shit/build/esp-idf/esp_coex/libesp_coex.a +C:/LED_shit/build/esp-idf/esp_wifi/libesp_wifi.a +C:/LED_shit/build/esp-idf/unity/libunity.a +C:/LED_shit/build/esp-idf/cmock/libcmock.a +C:/LED_shit/build/esp-idf/console/libconsole.a +C:/LED_shit/build/esp-idf/http_parser/libhttp_parser.a +C:/LED_shit/build/esp-idf/esp-tls/libesp-tls.a +C:/LED_shit/build/esp-idf/esp_adc/libesp_adc.a +C:/LED_shit/build/esp-idf/esp_eth/libesp_eth.a +C:/LED_shit/build/esp-idf/esp_gdbstub/libesp_gdbstub.a +C:/LED_shit/build/esp-idf/esp_hid/libesp_hid.a +C:/LED_shit/build/esp-idf/tcp_transport/libtcp_transport.a +C:/LED_shit/build/esp-idf/esp_http_client/libesp_http_client.a +C:/LED_shit/build/esp-idf/esp_http_server/libesp_http_server.a +C:/LED_shit/build/esp-idf/esp_https_ota/libesp_https_ota.a +C:/LED_shit/build/esp-idf/esp_lcd/libesp_lcd.a +C:/LED_shit/build/esp-idf/protobuf-c/libprotobuf-c.a +C:/LED_shit/build/esp-idf/protocomm/libprotocomm.a +C:/LED_shit/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a +C:/LED_shit/build/esp-idf/espcoredump/libespcoredump.a +C:/LED_shit/build/esp-idf/wear_levelling/libwear_levelling.a +C:/LED_shit/build/esp-idf/sdmmc/libsdmmc.a +C:/LED_shit/build/esp-idf/fatfs/libfatfs.a +C:/LED_shit/build/esp-idf/json/libjson.a +C:/LED_shit/build/esp-idf/mqtt/libmqtt.a +C:/LED_shit/build/esp-idf/perfmon/libperfmon.a +C:/LED_shit/build/esp-idf/spiffs/libspiffs.a +C:/LED_shit/build/esp-idf/wifi_provisioning/libwifi_provisioning.a +C:/LED_shit/build/esp-idf/main/libmain.a diff --git a/build/ldgen_libraries.in b/build/ldgen_libraries.in new file mode 100644 index 0000000..445a1b1 --- /dev/null +++ b/build/ldgen_libraries.in @@ -0,0 +1,62 @@ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ \ No newline at end of file diff --git a/build/log/idf_py_stderr_output_5736 b/build/log/idf_py_stderr_output_5736 new file mode 100644 index 0000000..aabeab4 --- /dev/null +++ b/build/log/idf_py_stderr_output_5736 @@ -0,0 +1,2 @@ +Compiler supported targets: xtensa-esp32-elf + diff --git a/build/log/idf_py_stdout_output_5736 b/build/log/idf_py_stdout_output_5736 new file mode 100644 index 0000000..b8b7be7 --- /dev/null +++ b/build/log/idf_py_stdout_output_5736 @@ -0,0 +1,21 @@ +-- ccache will be used for faster recompilation +-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git' +-- Could not use 'git describe' to determine PROJECT_VER. +-- Building ESP-IDF components for target esp32 +-- Project sdkconfig file C:/LED_shit/sdkconfig +-- Could NOT find Threads (missing: Threads_FOUND) +-- App "LED_shit" version: 1 +-- Adding linker script C:/LED_shit/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ld/esp32/sections.ld.in +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld +-- Adding linker script C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_coex esp_common esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash openthread partition_table perfmon protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant xtensa +-- Component paths: C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support C:/Users/carec/esp/v5.1.6/esp-idf/components/bt C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock C:/Users/carec/esp/v5.1.6/esp-idf/components/console C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx C:/Users/carec/esp/v5.1.6/esp-idf/components/driver C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos C:/Users/carec/esp/v5.1.6/esp-idf/components/hal C:/Users/carec/esp/v5.1.6/esp-idf/components/heap C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154 C:/Users/carec/esp/v5.1.6/esp-idf/components/json C:/Users/carec/esp/v5.1.6/esp-idf/components/log C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip C:/LED_shit/main C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc C:/Users/carec/esp/v5.1.6/esp-idf/components/soc C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp C:/Users/carec/esp/v5.1.6/esp-idf/components/unity C:/Users/carec/esp/v5.1.6/esp-idf/components/usb C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa +-- Configuring done (9.6s) +-- Generating done (1.9s) +-- Build files have been written to: C:/LED_shit/build diff --git a/build/partition-table-flash_args b/build/partition-table-flash_args new file mode 100644 index 0000000..a6fee24 --- /dev/null +++ b/build/partition-table-flash_args @@ -0,0 +1,2 @@ +--flash_mode dio --flash_freq 40m --flash_size 4MB +0x8000 partition_table/partition-table.bin diff --git a/build/partition_table/partition-table.bin b/build/partition_table/partition-table.bin new file mode 100644 index 0000000..e7c9c1a Binary files /dev/null and b/build/partition_table/partition-table.bin differ diff --git a/build/project_description.json b/build/project_description.json new file mode 100644 index 0000000..0d9ada3 --- /dev/null +++ b/build/project_description.json @@ -0,0 +1,2069 @@ +{ + "version": "1.1", + "project_name": "LED_shit", + "project_version": "1", + "project_path": "C:/LED_shit", + "idf_path": "C:/Users/carec/esp/v5.1.6/esp-idf", + "build_dir": "C:/LED_shit/build", + "config_file": "C:/LED_shit/sdkconfig", + "config_defaults": "", + "bootloader_elf": "C:/LED_shit/build/bootloader/bootloader.elf", + "app_elf": "LED_shit.elf", + "app_bin": "LED_shit.bin", + "build_type": "flash_app", + "git_revision": "v5.1.6", + "target": "esp32", + "rev": "0", + "min_rev": "0", + "max_rev": "399", + "phy_data_partition": "", + "monitor_baud" : "115200", + "monitor_toolprefix": "xtensa-esp32-elf-", + "c_compiler": "C:/Users/carec/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe", + "config_environment" : { + "COMPONENT_KCONFIGS" : "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/bt/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/log/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/usb/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/Kconfig;C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table/Kconfig.projbuild" + }, + "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "xtensa" ], + "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_coex", "esp_common", "esp_eth", "esp_event", "esp_gdbstub", "esp_hid", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_hw_support", "esp_lcd", "esp_local_ctrl", "esp_mm", "esp_netif", "esp_netif_stack", "esp_partition", "esp_phy", "esp_pm", "esp_psram", "esp_ringbuf", "esp_rom", "esp_system", "esp_timer", "esp_wifi", "espcoredump", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "openthread", "partition_table", "perfmon", "protobuf-c", "protocomm", "pthread", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "xtensa", "" ], + "build_component_paths" : [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace", "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bt", "C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console", "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap", "C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser", "C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test", "C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154", "C:/Users/carec/esp/v5.1.6/esp-idf/components/json", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip", "C:/LED_shit/main", "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls", "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash", "C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread", "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm", "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs", "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport", "C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity", "C:/Users/carec/esp/v5.1.6/esp-idf/components/usb", "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", "" ], + "build_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace", + "type": "LIBRARY", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/app_trace/libapp_trace.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/app_trace.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/app_trace_util.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/host_file_io.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace/port/port_uart.c" ], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update", + "type": "LIBRARY", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/app_update/libapp_update.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/esp_ota_ops.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update/esp_ota_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", + "type": "CONFIG_ONLY", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", + "type": "LIBRARY", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c" ], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bt", + "type": "CONFIG_ONLY", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock", + "type": "LIBRARY", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/cmock/libcmock.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock/CMock/src/cmock.c" ], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/console", + "type": "LIBRARY", + "lib": "__idf_console", + "reqs": [ "vfs" ], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/console/libconsole.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/commands.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/esp_console_repl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/split_argv.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/linenoise/linenoise.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_cmd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_date.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_dbl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_dstr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_end.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_file.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_hashtable.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_int.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_lit.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_rem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_rex.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_str.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/arg_utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/console/argtable3/argtable3.c" ], + "include_dirs": [ "." ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx", + "type": "LIBRARY", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/cxx/libcxx.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/cxx_exception_stubs.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx/cxx_guards.cpp" ], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver", + "type": "LIBRARY", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support" ], + "priv_reqs": [ "efuse", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/driver/libdriver.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/gpio.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gpio/rtc_io.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/spi_bus_lock.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_oneshot.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_cosine.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_continuous.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/dac_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/dac/esp32/dac_dma.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/dac_common_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/gptimer.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/gptimer/gptimer_priv.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/timer_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2c/i2c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_std.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/i2s_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/i2s/i2s_pdm.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/ledc/ledc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_cap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_cmpr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_com.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_fault.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_gen.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_oper.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_sync.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/mcpwm/mcpwm_timer.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/mcpwm_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/pcnt/pulse_cnt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/pcnt_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_encoder.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_rx.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/rmt/rmt_tx.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/rmt_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdio_slave/sdio_slave.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/sdmmc_transaction.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sdmmc/sdmmc_host.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/sigma_delta/sdm.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_master.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/gpspi/spi_slave.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_crc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_host.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/twai/twai.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/uart/uart.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c" ], + "include_dirs": [ "include", "deprecated", "analog_comparator/include", "dac/include", "gpio/include", "gptimer/include", "i2c/include", "i2s/include", "ledc/include", "mcpwm/include", "parlio/include", "pcnt/include", "rmt/include", "sdio_slave/include", "sdmmc/include", "sigma_delta/include", "spi/include", "temperature_sensor/include", "touch_sensor/include", "twai/include", "uart/include", "usb_serial_jtag/include", "touch_sensor/esp32/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", + "type": "LIBRARY", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/efuse/libefuse.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_table.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c" ], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls", + "type": "LIBRARY", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp-tls/libesp-tls.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_error_capture.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_platform_port.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], + "include_dirs": [ ".", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc", + "type": "LIBRARY", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_adc/libesp_adc.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_cali.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_oneshot.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/adc_continuous.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c" ], + "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", + "type": "LIBRARY", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_app_format/libesp_app_format.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex", + "type": "LIBRARY", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_coex/libesp_coex.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex/src/coexist_debug.c" ], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", + "type": "LIBRARY", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_common/libesp_common.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth", + "type": "LIBRARY", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "driver", "log", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_eth/libesp_eth.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_802_3.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_mac_esp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_ksz80xx.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_lan87xx.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c" ], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event", + "type": "LIBRARY", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_event/libesp_event.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/default_event_loop.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/esp_event.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event/esp_event_private.c" ], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub", + "type": "LIBRARY", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/gdbstub.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/packet.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S" ], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid", + "type": "LIBRARY", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_hid/libesp_hid.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hidd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hidh.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid/src/esp_hid_common.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client", + "type": "LIBRARY", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_http_client/libesp_http_client.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/esp_http_client.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_auth.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_header.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client/lib/http_utils.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server", + "type": "LIBRARY", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_http_server/libesp_http_server.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_main.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_parse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_sess.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_txrx.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_uri.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/httpd_ws.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota", + "type": "LIBRARY", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_https_ota/libesp_https_ota.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota/src/esp_https_ota.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", + "type": "LIBRARY", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_cpu_intr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_clk.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/hw_random.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/intr_alloc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/mac_addr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/periph_ctrl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/revision.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/rtc_module.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_modes.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_console.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_gpio.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_event.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_modem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/rtc_wdt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd", + "type": "LIBRARY", + "lib": "__idf_esp_lcd", + "reqs": [], + "priv_reqs": [ "driver", "esp_mm", "esp_psram" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_lcd/libesp_lcd.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_spi.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2s.c" ], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl", + "type": "LIBRARY", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" ], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm", + "type": "LIBRARY", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_mm/libesp_mm.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/esp_mmu_map.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/esp_cache.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm/cache_esp32.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif", + "type": "LIBRARY", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_netif/libesp_netif.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_handlers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_objects.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/esp_netif_defaults.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c" ], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition", + "type": "LIBRARY", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_partition/libesp_partition.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/partition.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition/partition_target.c" ], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy", + "type": "LIBRARY", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_phy/libesp_phy.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_override.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/lib_printf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/phy_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy/src/btbb_init.c" ], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm", + "type": "LIBRARY", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_pm/libesp_pm.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_locks.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_trace.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm/pm_impl.c" ], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf", + "type": "LIBRARY", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf/ringbuf.c" ], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", + "type": "LIBRARY", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", + "type": "LIBRARY", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "pthread", "bootloader_support", "efuse", "driver", "esp_partition" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_system/libesp_system.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_err.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/int_wdt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/panic.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/esp_system.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/startup.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/system_time.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/stack_check.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/ubsan.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/debug_stubs.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/brownout.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/clk.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/trax.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S" ], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer", + "type": "LIBRARY", + "lib": "__idf_esp_timer", + "reqs": [ "esp_common" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_timer/libesp_timer.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/system_time.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c" ], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi", + "type": "LIBRARY", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/esp_wifi/libesp_wifi.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/mesh_event.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/smartconfig.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_default.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_netif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/esp32/esp_adapter.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], + "include_dirs": [ "include", "wifi_apps/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump", + "type": "LIBRARY", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/espcoredump/libespcoredump.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_flash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_uart.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_elf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_binary.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_sha.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/core_dump_crc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c" ], + "include_dirs": [ "include", "include/port/xtensa" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", + "type": "CONFIG_ONLY", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs", + "type": "LIBRARY", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc" ], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/fatfs/libfatfs.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/diskio/diskio_wl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src/ff.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/port/freertos/ffsystem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/src/ffunicode.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], + "include_dirs": [ "diskio", "vfs", "src" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", + "type": "LIBRARY", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [ "soc", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/freertos/libfreertos.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/heap_idf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/idf_additions.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/croutine.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/app_startup.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-openocd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/port_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/port_systick.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/esp_additions/freertos_v8_compat.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S" ], + "include_dirs": [ "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/xtensa/include", "esp_additions/include/freertos", "esp_additions/include", "esp_additions/arch/xtensa/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", + "type": "LIBRARY", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/hal/libhal.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mpu_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/efuse_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/efuse_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mmu_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/cache_hal_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/rtc_io_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/gpio_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/uart_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/uart_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_hal_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_oneshot_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/clk_tree_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/timer_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/ledc_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/ledc_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2c_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2c_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/rmt_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/pcnt_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/mcpwm_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/twai_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/twai_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/i2s_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdm_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/emac_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/adc_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sha_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/aes_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/brownout_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_slave_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/spi_slave_hal_iram.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/sdio_slave_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/touch_sensor_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/touch_sensor_hal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal/esp32/gpio_hal_workaround.c" ], + "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap", + "type": "LIBRARY", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/heap/libheap.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps_base.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/heap_caps_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/multi_heap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/tlsf/tlsf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/port/memory_layout_utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap/port/esp32/memory_layout.c" ], + "include_dirs": [ "include" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser", + "type": "LIBRARY", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/http_parser/libhttp_parser.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser/http_parser.c" ], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test", + "type": "CONFIG_ONLY", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include", "include/esp32" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154", + "type": "CONFIG_ONLY", + "lib": "__idf_ieee802154", + "reqs": [ "esp_coex" ], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/json", + "type": "LIBRARY", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/json/libjson.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/cJSON.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/json/cJSON/cJSON_Utils.c" ], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", + "type": "LIBRARY", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/log/liblog.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_buffers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/log/log_freertos.c" ], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip", + "type": "LIBRARY", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/lwip/liblwip.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/sntp/sntp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/api_lib.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/api_msg.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/err.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/if_api.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netbuf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netdb.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/netifapi.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/sockets.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/api/tcpip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/def.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/dns.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/mem.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/memp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/netif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/pbuf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/raw.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/stats.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/sys.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/timeouts.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/udp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/slipif.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/debug/lwip_debug.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/sockets_ext.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/freertos/sys_arch.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/esp_ping.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/ping.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/ping/ping_sock.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" ], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/LED_shit/main", + "type": "LIBRARY", + "lib": "__idf_main", + "reqs": [ "esp_wifi", "esp_netif", "esp_event", "nvs_flash", "mqtt", "json", "spiffs", "driver", "esp_http_server" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/main/libmain.a", + "sources": [ "C:/LED_shit/main/main.c", "C:/LED_shit/main/wifi_config_portal.c", "C:/LED_shit/main/mqtt_handler.c", "C:/LED_shit/main/mqtt_comandos.c", "C:/LED_shit/main/fs_handler.c", "C:/LED_shit/main/eeprom_tls.c", "C:/LED_shit/main/eeprom_virtual.c", "C:/LED_shit/main/dns_server.c", "C:/LED_shit/main/led_driver.c", "C:/LED_shit/main/led_strip/led_strip.c", "C:/LED_shit/main/led_strip/led_strip_encoder.c" ], + "include_dirs": [ ".", "include", "C:/LED_shit/main/led_strip" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls", + "type": "LIBRARY", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/mbedtls/libmbedtls.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "C:/LED_shit/build/x509_crt_bundle.S" ], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt", + "type": "LIBRARY", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/mqtt/libmqtt.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], + "include_dirs": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", + "type": "LIBRARY", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/newlib/libnewlib.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/abort.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/assert.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/heap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/locks.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/poll.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/pthread.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/random.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/reent_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/newlib_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/syscalls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/termios.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/stdatomic.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/time.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/sysconf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/realpath.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib/port/esp_time_impl.c" ], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash", + "type": "LIBRARY", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition", "spi_flash" ], + "priv_reqs": [ "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/nvs_flash/libnvs_flash.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_api.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_page.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_types.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash/src/nvs_platform.cpp" ], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread", + "type": "CONFIG_ONLY", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "driver" ], + "priv_reqs": [ "console", "esp_coex", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", + "type": "CONFIG_ONLY", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon", + "type": "LIBRARY", + "lib": "__idf_perfmon", + "reqs": [ "xtensa" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/perfmon/libperfmon.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_access.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_apis.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon/xtensa_perfmon_masks.c" ], + "include_dirs": [ "include" ] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c", + "type": "LIBRARY", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/protobuf-c/libprotobuf-c.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm", + "type": "LIBRARY", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/protocomm/libprotocomm.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/common/protocomm.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/proto-c/session.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/transports/protocomm_console.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security0.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security1.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/security/security2.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c" ], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread", + "type": "LIBRARY", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/pthread/libpthread.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_cond_var.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_local_storage.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_rwlock.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread/pthread_semaphore.c" ], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc", + "type": "LIBRARY", + "lib": "__idf_sdmmc", + "reqs": [ "driver" ], + "priv_reqs": [ "soc", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/sdmmc/libsdmmc.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_cmd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_io.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_mmc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc/sdmmc_sd.c" ], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", + "type": "LIBRARY", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/soc/libsoc.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/lldesc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/dport_access_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/interrupts.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/gpio_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/uart_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dport_access.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/adc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/spi_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/ledc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/pcnt_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rmt_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdm_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2s_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/i2c_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/timer_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/lcd_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/mcpwm_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdmmc_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/touch_sensor_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/twai_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/dac_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/rtc_io_periph.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc/esp32/sdio_slave_periph.c" ], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", + "type": "LIBRARY", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "driver", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_brownout_hook.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_chip_th.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/memspi_host_driver.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/cache_utils.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_mmap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/flash_ops.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_wrap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/esp_flash_api.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/esp_flash_spi_init.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" ], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs", + "type": "LIBRARY", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/spiffs/libspiffs.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs_api.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs/esp_spiffs.c" ], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport", + "type": "LIBRARY", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/tcp_transport/libtcp_transport.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_ssl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_internal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_socks_proxy.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport/transport_ws.c" ], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp", + "type": "CONFIG_ONLY", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity", + "type": "LIBRARY", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/unity/libunity.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity/src/unity.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_runner.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_freertos.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_cache.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_utils_memory.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/unity_port_esp32.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c" ], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/usb", + "type": "CONFIG_ONLY", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs", + "type": "LIBRARY", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/vfs/libvfs.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_uart.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs/vfs_console.c" ], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling", + "type": "LIBRARY", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/wear_levelling/libwear_levelling.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/Partition.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/SPI_Flash.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/WL_Flash.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/crc32.cpp", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling/wear_levelling.cpp" ], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning", + "type": "LIBRARY", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_config.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/manager.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/handlers.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/scheme_console.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning/src/scheme_softap.c" ], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant", + "type": "LIBRARY", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/port/eloop.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/sae.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/base64.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/utils/json.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", + "type": "LIBRARY", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "C:/LED_shit/build/esp-idf/xtensa/libxtensa.a", + "sources": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/eri.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xt_trax.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xtensa_intr.c", "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa/xtensa_intr_asm.S" ], + "include_dirs": [ "include", "esp32/include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs" ], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support" ], + "priv_reqs": [ "efuse", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "deprecated", "analog_comparator/include", "dac/include", "gpio/include", "gptimer/include", "i2c/include", "i2s/include", "ledc/include", "mcpwm/include", "parlio/include", "pcnt/include", "rmt/include", "sdio_slave/include", "sdmmc/include", "sigma_delta/include", "spi/include", "temperature_sensor/include", "touch_sensor/include", "twai/include", "uart/include", "usb_serial_jtag/include", "touch_sensor/esp32/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "driver", "log", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [], + "priv_reqs": [ "driver", "esp_mm", "esp_psram" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32", "esp32" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "pthread", "bootloader_support", "efuse", "driver", "esp_partition" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [ "esp_common" ], + "priv_reqs": [ "soc", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "wifi_apps/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/port/xtensa" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc" ], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "vfs", "src" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [ "soc", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/xtensa/include", "esp_additions/include/freertos", "esp_additions/include", "esp_additions/arch/xtensa/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [ "esp_coex" ], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "C:/Users/carec/esp/v5.1.6/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition", "spi_flash" ], + "priv_reqs": [ "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "driver" ], + "priv_reqs": [ "console", "esp_coex", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [ "xtensa" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [ "driver" ], + "priv_reqs": [ "soc", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32", "esp32/include" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "driver", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "driver", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "xtensa": { + "alias": "idf::xtensa", + "target": "___idf_xtensa", + "prefix": "idf", + "dir": "C:/Users/carec/esp/v5.1.6/esp-idf/components/xtensa", + "lib": "__idf_xtensa", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "C:/LED_shit/main", + "lib": "__idf_main", + "reqs": [ "esp_wifi", "esp_netif", "esp_event", "nvs_flash", "mqtt", "json", "spiffs", "driver", "esp_http_server" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "include", "C:/LED_shit/main/led_strip" ] + } + }, + "debug_prefix_map_gdbinit": "" +} diff --git a/build/project_elf_src_esp32.c b/build/project_elf_src_esp32.c new file mode 100644 index 0000000..e69de29 diff --git a/build/x509_crt_bundle.S b/build/x509_crt_bundle.S new file mode 100644 index 0000000..20669f2 --- /dev/null +++ b/build/x509_crt_bundle.S @@ -0,0 +1,4022 @@ +/* * Data converted from C:/LED_shit/build/esp-idf/mbedtls/x509_crt_bundle + */ +.data +.section .rodata.embedded + +.global x509_crt_bundle +x509_crt_bundle: + +.global _binary_x509_crt_bundle_start +_binary_x509_crt_bundle_start: /* for objcopy compatibility */ +.byte 0x00, 0x8a, 0x00, 0x36, 0x01, 0x26, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09 +.byte 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc8, 0x68, 0xf1 +.byte 0xc9, 0xd6, 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26 +.byte 0xed, 0x11, 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8 +.byte 0x63, 0xe1, 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd +.byte 0xe2, 0x36, 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b +.byte 0x70, 0x08, 0x25, 0xa3, 0x3c, 0x87, 0x1b, 0x19, 0xf2, 0x81, 0x07, 0x0f, 0x38, 0x90, 0x19, 0xd3 +.byte 0x11, 0xfe, 0x86, 0xb4, 0xf2, 0xd1, 0x5e, 0x1e, 0x1e, 0x96, 0xcd, 0x80, 0x6c, 0xce, 0x3b, 0x31 +.byte 0x93, 0xb6, 0xf2, 0xa0, 0xd0, 0xa9, 0x95, 0x12, 0x7d, 0xa5, 0x9a, 0xcc, 0x6b, 0xc8, 0x84, 0x56 +.byte 0x8a, 0x33, 0xa9, 0xe7, 0x22, 0x15, 0x53, 0x16, 0xf0, 0xcc, 0x17, 0xec, 0x57, 0x5f, 0xe9, 0xa2 +.byte 0x0a, 0x98, 0x09, 0xde, 0xe3, 0x5f, 0x9c, 0x6f, 0xdc, 0x48, 0xe3, 0x85, 0x0b, 0x15, 0x5a, 0xa6 +.byte 0xba, 0x9f, 0xac, 0x48, 0xe3, 0x09, 0xb2, 0xf7, 0xf4, 0x32, 0xde, 0x5e, 0x34, 0xbe, 0x1c, 0x78 +.byte 0x5d, 0x42, 0x5b, 0xce, 0x0e, 0x22, 0x8f, 0x4d, 0x90, 0xd7, 0x7d, 0x32, 0x18, 0xb3, 0x0b, 0x2c +.byte 0x6a, 0xbf, 0x8e, 0x3f, 0x14, 0x11, 0x89, 0x20, 0x0e, 0x77, 0x14, 0xb5, 0x3d, 0x94, 0x08, 0x87 +.byte 0xf7, 0x25, 0x1e, 0xd5, 0xb2, 0x60, 0x00, 0xec, 0x6f, 0x2a, 0x28, 0x25, 0x6e, 0x2a, 0x3e, 0x18 +.byte 0x63, 0x17, 0x25, 0x3f, 0x3e, 0x44, 0x20, 0x16, 0xf6, 0x26, 0xc8, 0x25, 0xae, 0x05, 0x4a, 0xb4 +.byte 0xe7, 0x63, 0x2c, 0xf3, 0x8c, 0x16, 0x53, 0x7e, 0x5c, 0xfb, 0x11, 0x1a, 0x08, 0xc1, 0x46, 0x62 +.byte 0x9f, 0x22, 0xb8, 0xf1, 0xc2, 0x8d, 0x69, 0xdc, 0xfa, 0x3a, 0x58, 0x06, 0xdf, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x39, 0x02, 0x26, 0x30, 0x37, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x0b, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65, 0x72, 0x61, 0x31, 0x1f +.byte 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f +.byte 0x6e, 0x65, 0x72, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xc2, 0xbe, 0xeb, 0x27, 0xf0, 0x21, 0xa3, 0xf3, 0x69, 0x26, 0x55, 0x7e, 0x9d, 0xc5, 0x55, 0x16 +.byte 0x91, 0x5c, 0xfd, 0xef, 0x21, 0xbf, 0x53, 0x80, 0x7a, 0x2d, 0xd2, 0x91, 0x8c, 0x63, 0x31, 0xf0 +.byte 0xec, 0x24, 0xf0, 0xc3, 0xa5, 0xd2, 0x72, 0x7c, 0x10, 0x6d, 0xf4, 0x37, 0xb7, 0xe5, 0xe6, 0x7c +.byte 0x79, 0xea, 0x8c, 0xb5, 0x82, 0x8b, 0xae, 0x48, 0xb6, 0xac, 0x00, 0xdc, 0x65, 0x75, 0xec, 0x2a +.byte 0x4d, 0x5f, 0xc1, 0x87, 0xf5, 0x20, 0x65, 0x2b, 0x81, 0xa8, 0x47, 0x3e, 0x89, 0x23, 0x95, 0x30 +.byte 0x16, 0x90, 0x7f, 0xe8, 0x57, 0x07, 0x48, 0xe7, 0x19, 0xae, 0xbf, 0x45, 0x67, 0xb1, 0x37, 0x1b +.byte 0x06, 0x2a, 0xfe, 0xde, 0xf9, 0xac, 0x7d, 0x83, 0xfb, 0x5e, 0xba, 0xe4, 0x8f, 0x97, 0x67, 0xbe +.byte 0x4b, 0x8e, 0x8d, 0x64, 0x07, 0x57, 0x38, 0x55, 0x69, 0x34, 0x36, 0x3d, 0x13, 0x48, 0xef, 0x4f +.byte 0xe2, 0xd3, 0x66, 0x1e, 0xa4, 0xcf, 0x1a, 0xb7, 0x5e, 0x36, 0x33, 0xd4, 0xb4, 0x06, 0xbd, 0x18 +.byte 0x01, 0xfd, 0x77, 0x84, 0x50, 0x00, 0x45, 0xf5, 0x8c, 0x5d, 0xe8, 0x23, 0xbc, 0x7e, 0xfe, 0x35 +.byte 0xe1, 0xed, 0x50, 0x7b, 0xa9, 0x30, 0x8d, 0x19, 0xd3, 0x09, 0x8e, 0x68, 0x67, 0x5d, 0xbf, 0x3c +.byte 0x97, 0x18, 0x53, 0xbb, 0x29, 0x62, 0xc5, 0xca, 0x5e, 0x72, 0xc1, 0xc7, 0x96, 0xd4, 0xdb, 0x2d +.byte 0xa0, 0xb4, 0x1f, 0x69, 0x03, 0xec, 0xea, 0xe2, 0x50, 0xf1, 0x0c, 0x3c, 0xf0, 0xac, 0xf3, 0x53 +.byte 0x2d, 0xf0, 0x1c, 0xf5, 0xed, 0x6c, 0x39, 0x39, 0x73, 0x80, 0x16, 0xc8, 0x52, 0xb0, 0x23, 0xcd +.byte 0xe0, 0x3e, 0xdc, 0xdd, 0x3c, 0x47, 0xa0, 0xbb, 0x35, 0x8a, 0xe2, 0x98, 0x68, 0x8b, 0xbe, 0xe5 +.byte 0xbf, 0x72, 0xee, 0xd2, 0xfa, 0xa5, 0xed, 0x12, 0xed, 0xfc, 0x98, 0x18, 0xa9, 0x26, 0x76, 0xdc +.byte 0x28, 0x4b, 0x10, 0x20, 0x1c, 0xd3, 0x7f, 0x16, 0x77, 0x2d, 0xed, 0x6f, 0x80, 0xf7, 0x49, 0xbb +.byte 0x53, 0x05, 0xbb, 0x5d, 0x68, 0xc7, 0xd4, 0xc8, 0x75, 0x16, 0x3f, 0x89, 0x5a, 0x8b, 0xf7, 0x17 +.byte 0x47, 0xd4, 0x4c, 0xf1, 0xd2, 0x89, 0x79, 0x3e, 0x4d, 0x3d, 0x98, 0xa8, 0x61, 0xde, 0x3a, 0x1e +.byte 0xd2, 0xf8, 0x5e, 0x03, 0xe0, 0xc1, 0xc9, 0x1c, 0x8c, 0xd3, 0x8d, 0x4d, 0xd3, 0x95, 0x36, 0xb3 +.byte 0x37, 0x5f, 0x63, 0x63, 0x9b, 0x33, 0x14, 0xf0, 0x2d, 0x26, 0x6b, 0x53, 0x7c, 0x89, 0x8c, 0x32 +.byte 0xc2, 0x6e, 0xec, 0x3d, 0x21, 0x00, 0x39, 0xc9, 0xa1, 0x68, 0xe2, 0x50, 0x83, 0x2e, 0xb0, 0x3a +.byte 0x2b, 0xf3, 0x36, 0xa0, 0xac, 0x2f, 0xe4, 0x6f, 0x61, 0xc2, 0x51, 0x09, 0x39, 0x3e, 0x8b, 0x53 +.byte 0xb9, 0xbb, 0x67, 0xda, 0xdc, 0x53, 0xb9, 0x76, 0x59, 0x36, 0x9d, 0x43, 0xe5, 0x20, 0xe0, 0x3d +.byte 0x32, 0x60, 0x85, 0x22, 0x51, 0xb7, 0xc7, 0x33, 0xbb, 0xdd, 0x15, 0x2f, 0xa4, 0x78, 0xa6, 0x07 +.byte 0x7b, 0x81, 0x46, 0x36, 0x04, 0x86, 0xdd, 0x79, 0x35, 0xc7, 0x95, 0x2c, 0x3b, 0xb0, 0xa3, 0x17 +.byte 0x35, 0xe5, 0x73, 0x1f, 0xb4, 0x5c, 0x59, 0xef, 0xda, 0xea, 0x10, 0x65, 0x7b, 0x7a, 0xd0, 0x7f +.byte 0x9f, 0xb3, 0xb4, 0x2a, 0x37, 0x3b, 0x70, 0x8b, 0x9b, 0x5b, 0xb9, 0x2b, 0xb7, 0xec, 0xb2, 0x51 +.byte 0x12, 0x97, 0x53, 0x29, 0x5a, 0xd4, 0xf0, 0x12, 0x10, 0xdc, 0x4f, 0x02, 0xbb, 0x12, 0x92, 0x2f +.byte 0x62, 0xd4, 0x3f, 0x69, 0x43, 0x7c, 0x0d, 0xd6, 0xfc, 0x58, 0x75, 0x01, 0x88, 0x9d, 0x58, 0x16 +.byte 0x4b, 0xde, 0xba, 0x90, 0xff, 0x47, 0x01, 0x89, 0x06, 0x6a, 0xf6, 0x5f, 0xb2, 0x90, 0x6a, 0xb3 +.byte 0x02, 0xa6, 0x02, 0x88, 0xbf, 0xb3, 0x47, 0x7e, 0x2a, 0xd9, 0xd5, 0xfa, 0x68, 0x78, 0x35, 0x4d +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3a, 0x02, 0x26, 0x30, 0x38, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x0b, 0x49, 0x5a, 0x45, 0x4e, 0x50, 0x45, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x13 +.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0a, 0x49, 0x7a, 0x65, 0x6e, 0x70, 0x65, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xc9, 0xd3, 0x7a, 0xca, 0x0f, 0x1e, 0xac, 0xa7, 0x86, 0xe8, 0x16, 0x65 +.byte 0x6a, 0xb1, 0xc2, 0x1b, 0x45, 0x32, 0x71, 0x95, 0xd9, 0xfe, 0x10, 0x5b, 0xcc, 0xaf, 0xe7, 0xa5 +.byte 0x79, 0x01, 0x8f, 0x89, 0xc3, 0xca, 0xf2, 0x55, 0x71, 0xf7, 0x77, 0xbe, 0x77, 0x94, 0xf3, 0x72 +.byte 0xa4, 0x2c, 0x44, 0xd8, 0x9e, 0x92, 0x9b, 0x14, 0x3a, 0xa1, 0xe7, 0x24, 0x90, 0x0a, 0x0a, 0x56 +.byte 0x8e, 0xc5, 0xd8, 0x26, 0x94, 0xe1, 0xd9, 0x48, 0xe1, 0x2d, 0x3e, 0xda, 0x0a, 0x72, 0xdd, 0xa3 +.byte 0x99, 0x15, 0xda, 0x81, 0xa2, 0x87, 0xf4, 0x7b, 0x6e, 0x26, 0x77, 0x89, 0x58, 0xad, 0xd6, 0xeb +.byte 0x0c, 0xb2, 0x41, 0x7a, 0x73, 0x6e, 0x6d, 0xdb, 0x7a, 0x78, 0x41, 0xe9, 0x08, 0x88, 0x12, 0x7e +.byte 0x87, 0x2e, 0x66, 0x11, 0x63, 0x6c, 0x54, 0xfb, 0x3c, 0x9d, 0x72, 0xc0, 0xbc, 0x2e, 0xff, 0xc2 +.byte 0xb7, 0xdd, 0x0d, 0x76, 0xe3, 0x3a, 0xd7, 0xf7, 0xb4, 0x68, 0xbe, 0xa2, 0xf5, 0xe3, 0x81, 0x6e +.byte 0xc1, 0x46, 0x6f, 0x5d, 0x8d, 0xe0, 0x4d, 0xc6, 0x54, 0x55, 0x89, 0x1a, 0x33, 0x31, 0x0a, 0xb1 +.byte 0x57, 0xb9, 0xa3, 0x8a, 0x98, 0xc3, 0xec, 0x3b, 0x34, 0xc5, 0x95, 0x41, 0x69, 0x7e, 0x75, 0xc2 +.byte 0x3c, 0x20, 0xc5, 0x61, 0xba, 0x51, 0x47, 0xa0, 0x20, 0x90, 0x93, 0xa1, 0x90, 0x4b, 0xf3, 0x4e +.byte 0x7c, 0x85, 0x45, 0x54, 0x9a, 0xd1, 0x05, 0x26, 0x41, 0xb0, 0xb5, 0x4d, 0x1d, 0x33, 0xbe, 0xc4 +.byte 0x03, 0xc8, 0x25, 0x7c, 0xc1, 0x70, 0xdb, 0x3b, 0xf4, 0x09, 0x2d, 0x54, 0x27, 0x48, 0xac, 0x2f +.byte 0xe1, 0xc4, 0xac, 0x3e, 0xc8, 0xcb, 0x92, 0x4c, 0x53, 0x39, 0x37, 0x23, 0xec, 0xd3, 0x01, 0xf9 +.byte 0xe0, 0x09, 0x44, 0x4d, 0x4d, 0x64, 0xc0, 0xe1, 0x0d, 0x5a, 0x87, 0x22, 0xbc, 0xad, 0x1b, 0xa3 +.byte 0xfe, 0x26, 0xb5, 0x15, 0xf3, 0xa7, 0xfc, 0x84, 0x19, 0xe9, 0xec, 0xa1, 0x88, 0xb4, 0x44, 0x69 +.byte 0x84, 0x83, 0xf3, 0x89, 0xd1, 0x74, 0x06, 0xa9, 0xcc, 0x0b, 0xd6, 0xc2, 0xde, 0x27, 0x85, 0x50 +.byte 0x26, 0xca, 0x17, 0xb8, 0xc9, 0x7a, 0x87, 0x56, 0x2c, 0x1a, 0x01, 0x1e, 0x6c, 0xbe, 0x13, 0xad +.byte 0x10, 0xac, 0xb5, 0x24, 0xf5, 0x38, 0x91, 0xa1, 0xd6, 0x4b, 0xda, 0xf1, 0xbb, 0xd2, 0xde, 0x47 +.byte 0xb5, 0xf1, 0xbc, 0x81, 0xf6, 0x59, 0x6b, 0xcf, 0x19, 0x53, 0xe9, 0x8d, 0x15, 0xcb, 0x4a, 0xcb +.byte 0xa9, 0x6f, 0x44, 0xe5, 0x1b, 0x41, 0xcf, 0xe1, 0x86, 0xa7, 0xca, 0xd0, 0x6a, 0x9f, 0xbc, 0x4c +.byte 0x8d, 0x06, 0x33, 0x5a, 0xa2, 0x85, 0xe5, 0x90, 0x35, 0xa0, 0x62, 0x5c, 0x16, 0x4e, 0xf0, 0xe3 +.byte 0xa2, 0xfa, 0x03, 0x1a, 0xb4, 0x2c, 0x71, 0xb3, 0x58, 0x2c, 0xde, 0x7b, 0x0b, 0xdb, 0x1a, 0x0f +.byte 0xeb, 0xde, 0x21, 0x1f, 0x06, 0x77, 0x06, 0x03, 0xb0, 0xc9, 0xef, 0x99, 0xfc, 0xc0, 0xb9, 0x4f +.byte 0x0b, 0x86, 0x28, 0xfe, 0xd2, 0xb9, 0xea, 0xe3, 0xda, 0xa5, 0xc3, 0x47, 0x69, 0x12, 0xe0, 0xdb +.byte 0xf0, 0xf6, 0x19, 0x8b, 0xed, 0x7b, 0x70, 0xd7, 0x02, 0xd6, 0xed, 0x87, 0x18, 0x28, 0x2c, 0x04 +.byte 0x24, 0x4c, 0x77, 0xe4, 0x48, 0x8a, 0x1a, 0xc6, 0x3b, 0x9a, 0xd4, 0x0f, 0xca, 0xfa, 0x75, 0xd2 +.byte 0x01, 0x40, 0x5a, 0x8d, 0x79, 0xbf, 0x8b, 0xcf, 0x4b, 0xcf, 0xaa, 0x16, 0xc1, 0x95, 0xe4, 0xad +.byte 0x4c, 0x8a, 0x3e, 0x17, 0x91, 0xd4, 0xb1, 0x62, 0xe5, 0x82, 0xe5, 0x80, 0x04, 0xa4, 0x03, 0x7e +.byte 0x8d, 0xbf, 0xda, 0x7f, 0xa2, 0x0f, 0x97, 0x4f, 0x0c, 0xd3, 0x0d, 0xfb, 0xd7, 0xd1, 0xe5, 0x72 +.byte 0x7e, 0x1c, 0xc8, 0x77, 0xff, 0x5b, 0x9a, 0x0f, 0xb7, 0xae, 0x05, 0x46, 0xe5, 0xf1, 0xa8, 0x16 +.byte 0xec, 0x47, 0xa4, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3b, 0x01, 0x26, 0x30, 0x39, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30 +.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb2, 0x78, 0x80, 0x71, 0xca, 0x78, 0xd5 +.byte 0xe3, 0x71, 0xaf, 0x47, 0x80, 0x50, 0x74, 0x7d, 0x6e, 0xd8, 0xd7, 0x88, 0x76, 0xf4, 0x99, 0x68 +.byte 0xf7, 0x58, 0x21, 0x60, 0xf9, 0x74, 0x84, 0x01, 0x2f, 0xac, 0x02, 0x2d, 0x86, 0xd3, 0xa0, 0x43 +.byte 0x7a, 0x4e, 0xb2, 0xa4, 0xd0, 0x36, 0xba, 0x01, 0xbe, 0x8d, 0xdb, 0x48, 0xc8, 0x07, 0x17, 0x36 +.byte 0x4c, 0xf4, 0xee, 0x88, 0x23, 0xc7, 0x3e, 0xeb, 0x37, 0xf5, 0xb5, 0x19, 0xf8, 0x49, 0x68, 0xb0 +.byte 0xde, 0xd7, 0xb9, 0x76, 0x38, 0x1d, 0x61, 0x9e, 0xa4, 0xfe, 0x82, 0x36, 0xa5, 0xe5, 0x4a, 0x56 +.byte 0xe4, 0x45, 0xe1, 0xf9, 0xfd, 0xb4, 0x16, 0xfa, 0x74, 0xda, 0x9c, 0x9b, 0x35, 0x39, 0x2f, 0xfa +.byte 0xb0, 0x20, 0x50, 0x06, 0x6c, 0x7a, 0xd0, 0x80, 0xb2, 0xa6, 0xf9, 0xaf, 0xec, 0x47, 0x19, 0x8f +.byte 0x50, 0x38, 0x07, 0xdc, 0xa2, 0x87, 0x39, 0x58, 0xf8, 0xba, 0xd5, 0xa9, 0xf9, 0x48, 0x67, 0x30 +.byte 0x96, 0xee, 0x94, 0x78, 0x5e, 0x6f, 0x89, 0xa3, 0x51, 0xc0, 0x30, 0x86, 0x66, 0xa1, 0x45, 0x66 +.byte 0xba, 0x54, 0xeb, 0xa3, 0xc3, 0x91, 0xf9, 0x48, 0xdc, 0xff, 0xd1, 0xe8, 0x30, 0x2d, 0x7d, 0x2d +.byte 0x74, 0x70, 0x35, 0xd7, 0x88, 0x24, 0xf7, 0x9e, 0xc4, 0x59, 0x6e, 0xbb, 0x73, 0x87, 0x17, 0xf2 +.byte 0x32, 0x46, 0x28, 0xb8, 0x43, 0xfa, 0xb7, 0x1d, 0xaa, 0xca, 0xb4, 0xf2, 0x9f, 0x24, 0x0e, 0x2d +.byte 0x4b, 0xf7, 0x71, 0x5c, 0x5e, 0x69, 0xff, 0xea, 0x95, 0x02, 0xcb, 0x38, 0x8a, 0xae, 0x50, 0x38 +.byte 0x6f, 0xdb, 0xfb, 0x2d, 0x62, 0x1b, 0xc5, 0xc7, 0x1e, 0x54, 0xe1, 0x77, 0xe0, 0x67, 0xc8, 0x0f +.byte 0x9c, 0x87, 0x23, 0xd6, 0x3f, 0x40, 0x20, 0x7f, 0x20, 0x80, 0xc4, 0x80, 0x4c, 0x3e, 0x3b, 0x24 +.byte 0x26, 0x8e, 0x04, 0xae, 0x6c, 0x9a, 0xc8, 0xaa, 0x0d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3b +.byte 0x02, 0x26, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a +.byte 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61 +.byte 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0x96 +.byte 0x9f, 0x2d, 0x9c, 0x4a, 0x4c, 0x4a, 0x81, 0x79, 0x51, 0x99, 0xec, 0x8a, 0xcb, 0x6b, 0x60, 0x51 +.byte 0x13, 0xbc, 0x4d, 0x6d, 0x06, 0xfc, 0xb0, 0x08, 0x8d, 0xdd, 0x19, 0x10, 0x6a, 0xc7, 0x26, 0x0c +.byte 0x35, 0xd8, 0xc0, 0x6f, 0x20, 0x84, 0xe9, 0x94, 0xb1, 0x9b, 0x85, 0x03, 0xc3, 0x5b, 0xdb, 0x4a +.byte 0xe8, 0xc8, 0xf8, 0x90, 0x76, 0xd9, 0x5b, 0x4f, 0xe3, 0x4c, 0xe8, 0x06, 0x36, 0x4d, 0xcc, 0x9a +.byte 0xac, 0x3d, 0x0c, 0x90, 0x2b, 0x92, 0xd4, 0x06, 0x19, 0x60, 0xac, 0x37, 0x44, 0x79, 0x85, 0x81 +.byte 0x82, 0xad, 0x5a, 0x37, 0xe0, 0x0d, 0xcc, 0x9d, 0xa6, 0x4c, 0x52, 0x76, 0xea, 0x43, 0x9d, 0xb7 +.byte 0x04, 0xd1, 0x50, 0xf6, 0x55, 0xe0, 0xd5, 0xd2, 0xa6, 0x49, 0x85, 0xe9, 0x37, 0xe9, 0xca, 0x7e +.byte 0xae, 0x5c, 0x95, 0x4d, 0x48, 0x9a, 0x3f, 0xae, 0x20, 0x5a, 0x6d, 0x88, 0x95, 0xd9, 0x34, 0xb8 +.byte 0x52, 0x1a, 0x43, 0x90, 0xb0, 0xbf, 0x6c, 0x05, 0xb9, 0xb6, 0x78, 0xb7, 0xea, 0xd0, 0xe4, 0x3a +.byte 0x3c, 0x12, 0x53, 0x62, 0xff, 0x4a, 0xf2, 0x7b, 0xbe, 0x35, 0x05, 0xa9, 0x12, 0x34, 0xe3, 0xf3 +.byte 0x64, 0x74, 0x62, 0x2c, 0x3d, 0x00, 0x49, 0x5a, 0x28, 0xfe, 0x32, 0x44, 0xbb, 0x87, 0xdd, 0x65 +.byte 0x27, 0x02, 0x71, 0x3b, 0xda, 0x4a, 0xf7, 0x1f, 0xda, 0xcd, 0xf7, 0x21, 0x55, 0x90, 0x4f, 0x0f +.byte 0xec, 0xae, 0x82, 0xe1, 0x9f, 0x6b, 0xd9, 0x45, 0xd3, 0xbb, 0xf0, 0x5f, 0x87, 0xed, 0x3c, 0x2c +.byte 0x39, 0x86, 0xda, 0x3f, 0xde, 0xec, 0x72, 0x55, 0xeb, 0x79, 0xa3, 0xad, 0xdb, 0xdd, 0x7c, 0xb0 +.byte 0xba, 0x1c, 0xce, 0xfc, 0xde, 0x4f, 0x35, 0x76, 0xcf, 0x0f, 0xf8, 0x78, 0x1f, 0x6a, 0x36, 0x51 +.byte 0x46, 0x27, 0x61, 0x5b, 0xe9, 0x9e, 0xcf, 0xf0, 0xa2, 0x55, 0x7d, 0x7c, 0x25, 0x8a, 0x6f, 0x2f +.byte 0xb4, 0xc5, 0xcf, 0x84, 0x2e, 0x2b, 0xfd, 0x0d, 0x51, 0x10, 0x6c, 0xfb, 0x5f, 0x1b, 0xbc, 0x1b +.byte 0x7e, 0xc5, 0xae, 0x3b, 0x98, 0x01, 0x31, 0x92, 0xff, 0x0b, 0x57, 0xf4, 0x9a, 0xb2, 0xb9, 0x57 +.byte 0xe9, 0xab, 0xef, 0x0d, 0x76, 0xd1, 0xf0, 0xee, 0xf4, 0xce, 0x86, 0xa7, 0xe0, 0x6e, 0xe9, 0xb4 +.byte 0x69, 0xa1, 0xdf, 0x69, 0xf6, 0x33, 0xc6, 0x69, 0x2e, 0x97, 0x13, 0x9e, 0xa5, 0x87, 0xb0, 0x57 +.byte 0x10, 0x81, 0x37, 0xc9, 0x53, 0xb3, 0xbb, 0x7f, 0xf6, 0x92, 0xd1, 0x9c, 0xd0, 0x18, 0xf4, 0x92 +.byte 0x6e, 0xda, 0x83, 0x4f, 0xa6, 0x63, 0x99, 0x4c, 0xa5, 0xfb, 0x5e, 0xef, 0x21, 0x64, 0x7a, 0x20 +.byte 0x5f, 0x6c, 0x64, 0x85, 0x15, 0xcb, 0x37, 0xe9, 0x62, 0x0c, 0x0b, 0x2a, 0x16, 0xdc, 0x01, 0x2e +.byte 0x32, 0xda, 0x3e, 0x4b, 0xf5, 0x9e, 0x3a, 0xf6, 0x17, 0x40, 0x94, 0xef, 0x9e, 0x91, 0x08, 0x86 +.byte 0xfa, 0xbe, 0x63, 0xa8, 0x5a, 0x33, 0xec, 0xcb, 0x74, 0x43, 0x95, 0xf9, 0x6c, 0x69, 0x52, 0x36 +.byte 0xc7, 0x29, 0x6f, 0xfc, 0x55, 0x03, 0x5c, 0x1f, 0xfb, 0x9f, 0xbd, 0x47, 0xeb, 0xe7, 0x49, 0x47 +.byte 0x95, 0x0b, 0x4e, 0x89, 0x22, 0x09, 0x49, 0xe0, 0xf5, 0x61, 0x1e, 0xf1, 0xbf, 0x2e, 0x8a, 0x72 +.byte 0x6e, 0x80, 0x59, 0xff, 0x57, 0x3a, 0xf9, 0x75, 0x32, 0xa3, 0x4e, 0x5f, 0xec, 0xed, 0x28, 0x62 +.byte 0xd9, 0x4d, 0x73, 0xf2, 0xcc, 0x81, 0x17, 0x60, 0xed, 0xcd, 0xeb, 0xdc, 0xdb, 0xa7, 0xca, 0xc5 +.byte 0x7e, 0x02, 0xbd, 0xf2, 0x54, 0x08, 0x54, 0xfd, 0xb4, 0x2d, 0x09, 0x2c, 0x17, 0x54, 0x4a, 0x98 +.byte 0xd1, 0x54, 0xe1, 0x51, 0x67, 0x08, 0xd2, 0xed, 0x6e, 0x7e, 0x6f, 0x3f, 0xd2, 0x2d, 0x81, 0x59 +.byte 0x29, 0x66, 0xcb, 0x90, 0x39, 0x95, 0x11, 0x1e, 0x74, 0x27, 0xfe, 0xdd, 0xeb, 0xaf, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x3b, 0x00, 0x5b, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x33, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x29, 0x97, 0xa7 +.byte 0xc6, 0x41, 0x7f, 0xc0, 0x0d, 0x9b, 0xe8, 0x01, 0x1b, 0x56, 0xc6, 0xf2, 0x52, 0xa5, 0xba, 0x2d +.byte 0xb2, 0x12, 0xe8, 0xd2, 0x2e, 0xd7, 0xfa, 0xc9, 0xc5, 0xd8, 0xaa, 0x6d, 0x1f, 0x73, 0x81, 0x3b +.byte 0x3b, 0x98, 0x6b, 0x39, 0x7c, 0x33, 0xa5, 0xc5, 0x4e, 0x86, 0x8e, 0x80, 0x17, 0x68, 0x62, 0x45 +.byte 0x57, 0x7d, 0x44, 0x58, 0x1d, 0xb3, 0x37, 0xe5, 0x67, 0x08, 0xeb, 0x66, 0xde, 0x00, 0x3b, 0x00 +.byte 0x78, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f +.byte 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a +.byte 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x34, 0x30, 0x76, 0x30, 0x10 +.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 +.byte 0x03, 0x62, 0x00, 0x04, 0xd2, 0xab, 0x8a, 0x37, 0x4f, 0xa3, 0x53, 0x0d, 0xfe, 0xc1, 0x8a, 0x7b +.byte 0x4b, 0xa8, 0x7b, 0x46, 0x4b, 0x63, 0xb0, 0x62, 0xf6, 0x2d, 0x1b, 0xdb, 0x08, 0x71, 0x21, 0xd2 +.byte 0x00, 0xe8, 0x63, 0xbd, 0x9a, 0x27, 0xfb, 0xf0, 0x39, 0x6e, 0x5d, 0xea, 0x3d, 0xa5, 0xc9, 0x81 +.byte 0xaa, 0xa3, 0x5b, 0x20, 0x98, 0x45, 0x5d, 0x16, 0xdb, 0xfd, 0xe8, 0x10, 0x6d, 0xe3, 0x9c, 0xe0 +.byte 0xe3, 0xbd, 0x5f, 0x84, 0x62, 0xf3, 0x70, 0x64, 0x33, 0xa0, 0xcb, 0x24, 0x2f, 0x70, 0xba, 0x88 +.byte 0xa1, 0x2a, 0xa0, 0x75, 0xf8, 0x81, 0xae, 0x62, 0x06, 0xc4, 0x81, 0xdb, 0x39, 0x6e, 0x29, 0xb0 +.byte 0x1e, 0xfa, 0x2e, 0x5c, 0x00, 0x3d, 0x02, 0x26, 0x30, 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x08, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x0c, 0x10, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d +.byte 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xba, 0x71, 0x80, 0x7a, 0x4c, 0x86, 0x6e, 0x7f, 0xc8, 0x13 +.byte 0x6d, 0xc0, 0xc6, 0x7d, 0x1c, 0x00, 0x97, 0x8f, 0x2c, 0x0c, 0x23, 0xbb, 0x10, 0x9a, 0x40, 0xa9 +.byte 0x1a, 0xb7, 0x87, 0x88, 0xf8, 0x9b, 0x56, 0x6a, 0xfb, 0xe6, 0x7b, 0x8e, 0x8b, 0x92, 0x8e, 0xa7 +.byte 0x25, 0x5d, 0x59, 0x11, 0xdb, 0x36, 0x2e, 0xb7, 0x51, 0x17, 0x1f, 0xa9, 0x08, 0x1f, 0x04, 0x17 +.byte 0x24, 0x58, 0xaa, 0x37, 0x4a, 0x18, 0xdf, 0xe5, 0x39, 0xd4, 0x57, 0xfd, 0xd7, 0xc1, 0x2c, 0x91 +.byte 0x01, 0x91, 0xe2, 0x22, 0xd4, 0x03, 0xc0, 0x58, 0xfc, 0x77, 0x47, 0xec, 0x8f, 0x3e, 0x74, 0x43 +.byte 0xba, 0xac, 0x34, 0x8d, 0x4d, 0x38, 0x76, 0x67, 0x8e, 0xb0, 0xc8, 0x6f, 0x30, 0x33, 0x58, 0x71 +.byte 0x5c, 0xb4, 0xf5, 0x6b, 0x6e, 0xd4, 0x01, 0x50, 0xb8, 0x13, 0x7e, 0x6c, 0x4a, 0xa3, 0x49, 0xd1 +.byte 0x20, 0x19, 0xee, 0xbc, 0xc0, 0x29, 0x18, 0x65, 0xa7, 0xde, 0xfe, 0xef, 0xdd, 0x0a, 0x90, 0x21 +.byte 0xe7, 0x1a, 0x67, 0x92, 0x42, 0x10, 0x98, 0x5f, 0x4f, 0x30, 0xbc, 0x3e, 0x1c, 0x45, 0xb4, 0x10 +.byte 0xd7, 0x68, 0x40, 0x14, 0xc0, 0x40, 0xfa, 0xe7, 0x77, 0x17, 0x7a, 0xe6, 0x0b, 0x8f, 0x65, 0x5b +.byte 0x3c, 0xd9, 0x9a, 0x52, 0xdb, 0xb5, 0xbd, 0x9e, 0x46, 0xcf, 0x3d, 0xeb, 0x91, 0x05, 0x02, 0xc0 +.byte 0x96, 0xb2, 0x76, 0x4c, 0x4d, 0x10, 0x96, 0x3b, 0x92, 0xfa, 0x9c, 0x7f, 0x0f, 0x99, 0xdf, 0xbe +.byte 0x23, 0x35, 0x45, 0x1e, 0x02, 0x5c, 0xfe, 0xb5, 0xa8, 0x9b, 0x99, 0x25, 0xda, 0x5e, 0xf3, 0x22 +.byte 0xc3, 0x39, 0xf5, 0xe4, 0x2a, 0x2e, 0xd3, 0xc6, 0x1f, 0xc4, 0x6c, 0xaa, 0xc5, 0x1c, 0x6a, 0x01 +.byte 0x05, 0x4a, 0x2f, 0xd2, 0xc5, 0xc1, 0xa8, 0x34, 0x26, 0x5d, 0x66, 0xa5, 0xd2, 0x02, 0x21, 0xf9 +.byte 0x18, 0xb7, 0x06, 0xf5, 0x4e, 0x99, 0x6f, 0xa8, 0xab, 0x4c, 0x51, 0xe8, 0xcf, 0x50, 0x18, 0xc5 +.byte 0x77, 0xc8, 0x39, 0x09, 0x2c, 0x49, 0x92, 0x32, 0x99, 0xa8, 0xbb, 0x17, 0x17, 0x79, 0xb0, 0x5a +.byte 0xc5, 0xe6, 0xa3, 0xc4, 0x59, 0x65, 0x47, 0x35, 0x83, 0x5e, 0xa9, 0xe8, 0x35, 0x0b, 0x99, 0xbb +.byte 0xe4, 0xcd, 0x20, 0xc6, 0x9b, 0x4a, 0x06, 0x39, 0xb5, 0x68, 0xfc, 0x22, 0xba, 0xee, 0x55, 0x8c +.byte 0x2b, 0x4e, 0xea, 0xf3, 0xb1, 0xe3, 0xfc, 0xb6, 0x99, 0x9a, 0xd5, 0x42, 0xfa, 0x71, 0x4d, 0x08 +.byte 0xcf, 0x87, 0x1e, 0x6a, 0x71, 0x7d, 0xf9, 0xd3, 0xb4, 0xe9, 0xa5, 0x71, 0x81, 0x7b, 0xc2, 0x4e +.byte 0x47, 0x96, 0xa5, 0xf6, 0x76, 0x85, 0xa3, 0x28, 0x8f, 0xe9, 0x80, 0x6e, 0x81, 0x53, 0xa5, 0x6d +.byte 0x5f, 0xb8, 0x48, 0xf9, 0xc2, 0xf9, 0x36, 0xa6, 0x2e, 0x49, 0xff, 0xb8, 0x96, 0xc2, 0x8c, 0x07 +.byte 0xb3, 0x9b, 0x88, 0x58, 0xfc, 0xeb, 0x1b, 0x1c, 0xde, 0x2d, 0x70, 0xe2, 0x97, 0x92, 0x30, 0xa1 +.byte 0x89, 0xe3, 0xbc, 0x55, 0xa8, 0x27, 0xd6, 0x4b, 0xed, 0x90, 0xad, 0x8b, 0xfa, 0x63, 0x25, 0x59 +.byte 0x2d, 0xa8, 0x35, 0xdd, 0xca, 0x97, 0x33, 0xbc, 0xe5, 0xcd, 0xc7, 0x9d, 0xd1, 0xec, 0xef, 0x5e +.byte 0x0e, 0x4a, 0x90, 0x06, 0x26, 0x63, 0xad, 0xb9, 0xd9, 0x35, 0x2d, 0x07, 0xba, 0x76, 0x65, 0x2c +.byte 0xac, 0x57, 0x8f, 0x7d, 0xf4, 0x07, 0x94, 0xd7, 0x81, 0x02, 0x96, 0x5d, 0xa3, 0x07, 0x49, 0xd5 +.byte 0x7a, 0xd0, 0x57, 0xf9, 0x1b, 0xe7, 0x53, 0x46, 0x75, 0xaa, 0xb0, 0x79, 0x42, 0xcb, 0x68, 0x71 +.byte 0x08, 0xe9, 0x60, 0xbd, 0x39, 0x69, 0xce, 0xf4, 0xaf, 0xc3, 0x56, 0x40, 0xc7, 0xad, 0x52, 0xa2 +.byte 0x09, 0xe4, 0x6f, 0x86, 0x47, 0x8a, 0x1f, 0xeb, 0x28, 0x27, 0x5d, 0x83, 0x20, 0xaf, 0x04, 0xc9 +.byte 0x6c, 0x56, 0x9a, 0x8b, 0x46, 0xf5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3d, 0x01, 0x26, 0x30 +.byte 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x11 +.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x08, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47 +.byte 0x4e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x63, 0x65, 0x72, 0x74 +.byte 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x33, 0xb9 +.byte 0x7e, 0xc8, 0x25, 0x4a, 0x8e, 0xb5, 0xdb, 0xb4, 0x28, 0x1b, 0xaa, 0x57, 0x90, 0xe8, 0xd1, 0x22 +.byte 0xd3, 0x64, 0xba, 0xd3, 0x93, 0xe8, 0xd4, 0xac, 0x86, 0x61, 0x40, 0x6a, 0x60, 0x57, 0x68, 0x54 +.byte 0x84, 0x4d, 0xbc, 0x6a, 0x54, 0x02, 0x05, 0xff, 0xdf, 0x9b, 0x9a, 0x2a, 0xae, 0x5d, 0x07, 0x8f +.byte 0x4a, 0xc3, 0x28, 0x7f, 0xef, 0xfb, 0x2b, 0xfa, 0x79, 0xf1, 0xc7, 0xad, 0xf0, 0x10, 0x53, 0x24 +.byte 0x90, 0x8b, 0x66, 0xc9, 0xa8, 0x88, 0xab, 0xaf, 0x5a, 0xa3, 0x00, 0xe9, 0xbe, 0xba, 0x46, 0xee +.byte 0x5b, 0x73, 0x7b, 0x2c, 0x17, 0x82, 0x81, 0x5e, 0x62, 0x2c, 0xa1, 0x02, 0x65, 0xb3, 0xbd, 0xc5 +.byte 0x2b, 0x00, 0x7e, 0xc4, 0xfc, 0x03, 0x33, 0x57, 0x0d, 0xed, 0xe2, 0xfa, 0xce, 0x5d, 0x45, 0xd6 +.byte 0x38, 0xcd, 0x35, 0xb6, 0xb2, 0xc1, 0xd0, 0x9c, 0x81, 0x4a, 0xaa, 0xe4, 0xb2, 0x01, 0x5c, 0x1d +.byte 0x8f, 0x5f, 0x99, 0xc4, 0xb1, 0xad, 0xdb, 0x88, 0x21, 0xeb, 0x90, 0x08, 0x82, 0x80, 0xf3, 0x30 +.byte 0xa3, 0x43, 0xe6, 0x90, 0x82, 0xae, 0x55, 0x28, 0x49, 0xed, 0x5b, 0xd7, 0xa9, 0x10, 0x38, 0x0e +.byte 0xfe, 0x8f, 0x4c, 0x5b, 0x9b, 0x46, 0xea, 0x41, 0xf5, 0xb0, 0x08, 0x74, 0xc3, 0xd0, 0x88, 0x33 +.byte 0xb6, 0x7c, 0xd7, 0x74, 0xdf, 0xdc, 0x84, 0xd1, 0x43, 0x0e, 0x75, 0x39, 0xa1, 0x25, 0x40, 0x28 +.byte 0xea, 0x78, 0xcb, 0x0e, 0x2c, 0x2e, 0x39, 0x9d, 0x8c, 0x8b, 0x6e, 0x16, 0x1c, 0x2f, 0x26, 0x82 +.byte 0x10, 0xe2, 0xe3, 0x65, 0x94, 0x0a, 0x04, 0xc0, 0x5e, 0xf7, 0x5d, 0x5b, 0xf8, 0x10, 0xe2, 0xd0 +.byte 0xba, 0x7a, 0x4b, 0xfb, 0xde, 0x37, 0x00, 0x00, 0x1a, 0x5b, 0x28, 0xe3, 0xd2, 0x9c, 0x73, 0x3e +.byte 0x32, 0x87, 0x98, 0xa1, 0xc9, 0x51, 0x2f, 0xd7, 0xde, 0xac, 0x33, 0xb3, 0x4f, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x3e, 0x01, 0x26, 0x30, 0x3c, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x15, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x32, 0x30, 0x31, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x44, 0x45, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0x95, 0x85, 0x3b, 0x97, 0x6f, 0x2a, 0x3b, 0x2e, 0x3b, 0xcf, 0xa6 +.byte 0xf3, 0x29, 0x35, 0xbe, 0xcf, 0x18, 0xac, 0x3e, 0xaa, 0xd9, 0xf8, 0x4d, 0xa0, 0x3e, 0x1a, 0x47 +.byte 0xb9, 0xbc, 0x9a, 0xdf, 0xf2, 0xfe, 0xcc, 0x3e, 0x47, 0xe8, 0x7a, 0x96, 0xc2, 0x24, 0x8e, 0x35 +.byte 0xf4, 0xa9, 0x0c, 0xfc, 0x82, 0xfd, 0x6d, 0xc1, 0x72, 0x62, 0x27, 0xbd, 0xea, 0x6b, 0xeb, 0xe7 +.byte 0x8a, 0xcc, 0x54, 0x3e, 0x90, 0x50, 0xcf, 0x80, 0xd4, 0x95, 0xfb, 0xe8, 0xb5, 0x82, 0xd4, 0x14 +.byte 0xc5, 0xb6, 0xa9, 0x55, 0x25, 0x57, 0xdb, 0xb1, 0x50, 0xf6, 0xb0, 0x60, 0x64, 0x59, 0x7a, 0x69 +.byte 0xcf, 0x03, 0xb7, 0x6f, 0x0d, 0xbe, 0xca, 0x3e, 0x6f, 0x74, 0x72, 0xea, 0xaa, 0x30, 0x2a, 0x73 +.byte 0x62, 0xbe, 0x49, 0x91, 0x61, 0xc8, 0x11, 0xfe, 0x0e, 0x03, 0x2a, 0xf7, 0x6a, 0x20, 0xdc, 0x02 +.byte 0x15, 0x0d, 0x5e, 0x15, 0x6a, 0xfc, 0xe3, 0x82, 0xc1, 0xb5, 0xc5, 0x9d, 0x64, 0x09, 0x6c, 0xa3 +.byte 0x59, 0x98, 0x07, 0x27, 0xc7, 0x1b, 0x96, 0x2b, 0x61, 0x74, 0x71, 0x6c, 0x43, 0xf1, 0xf7, 0x35 +.byte 0x89, 0x10, 0xe0, 0x9e, 0xec, 0x55, 0xa1, 0x37, 0x22, 0xa2, 0x87, 0x04, 0x05, 0x2c, 0x47, 0x7d +.byte 0xb4, 0x1c, 0xb9, 0x62, 0x29, 0x66, 0x28, 0xca, 0xb7, 0xe1, 0x93, 0xf5, 0xa4, 0x94, 0x03, 0x99 +.byte 0xb9, 0x70, 0x85, 0xb5, 0xe6, 0x48, 0xea, 0x8d, 0x50, 0xfc, 0xd9, 0xde, 0xcc, 0x6f, 0x07, 0x0e +.byte 0xdd, 0x0b, 0x72, 0x9d, 0x80, 0x30, 0x16, 0x07, 0x95, 0x3f, 0x28, 0x0e, 0xfd, 0xc5, 0x75, 0x4f +.byte 0x53, 0xd6, 0x74, 0x9a, 0xb4, 0x24, 0x2e, 0x8e, 0x02, 0x91, 0xcf, 0x76, 0xc5, 0x9b, 0x1e, 0x55 +.byte 0x74, 0x9c, 0x78, 0x21, 0xb1, 0xf0, 0x2d, 0xf1, 0x0b, 0x9f, 0xc2, 0xd5, 0x96, 0x18, 0x1f, 0xf0 +.byte 0x54, 0x22, 0x7a, 0x8c, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3f, 0x02, 0x26, 0x30, 0x3d +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30 +.byte 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x55, 0x43, 0x41, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x47, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc5, 0xe6 +.byte 0x2b, 0x6f, 0x7c, 0xef, 0x26, 0x05, 0x27, 0xa3, 0x81, 0x24, 0xda, 0x6f, 0xcb, 0x01, 0xf9, 0x99 +.byte 0x9a, 0xa9, 0x32, 0xc2, 0x22, 0x87, 0x61, 0x41, 0x91, 0x3b, 0xcb, 0xc3, 0x68, 0x1b, 0x06, 0xc5 +.byte 0x4c, 0xa9, 0x2b, 0xc1, 0x67, 0x17, 0x22, 0x1d, 0x2b, 0xed, 0xf9, 0x29, 0x89, 0x93, 0xa2, 0x78 +.byte 0xbd, 0x92, 0x6b, 0xa0, 0xa3, 0x0d, 0xa2, 0x7e, 0xca, 0x93, 0xb3, 0xa6, 0xd1, 0x8c, 0x35, 0xd5 +.byte 0x75, 0xf9, 0x17, 0xf6, 0xcf, 0x45, 0xc5, 0xe5, 0x7a, 0xec, 0x77, 0x93, 0xa0, 0x8f, 0x23, 0xae +.byte 0x0e, 0x1a, 0x03, 0x7f, 0xbe, 0xd4, 0xd0, 0xed, 0x2e, 0x7b, 0xab, 0x46, 0x23, 0x5b, 0xff, 0x2c +.byte 0xe6, 0x54, 0x7a, 0x94, 0xc0, 0x2a, 0x15, 0xf0, 0xc9, 0x8d, 0xb0, 0x7a, 0x3b, 0x24, 0xe1, 0xd7 +.byte 0x68, 0xe2, 0x31, 0x3c, 0x06, 0x33, 0x46, 0xb6, 0x54, 0x11, 0xa6, 0xa5, 0x2f, 0x22, 0x54, 0x2a +.byte 0x58, 0x0d, 0x01, 0x02, 0xf1, 0xfa, 0x15, 0x51, 0x67, 0x6c, 0xc0, 0xfa, 0xd7, 0xb6, 0x1b, 0x7f +.byte 0xd1, 0x56, 0x88, 0x2f, 0x1a, 0x3a, 0x8d, 0x3b, 0xbb, 0x82, 0x11, 0xe0, 0x47, 0x00, 0xd0, 0x52 +.byte 0x87, 0xab, 0xfb, 0x86, 0x7e, 0x0f, 0x24, 0x6b, 0x40, 0x9d, 0x34, 0x67, 0xbc, 0x8d, 0xc7, 0x2d +.byte 0x86, 0x6f, 0x79, 0x3e, 0x8e, 0xa9, 0x3c, 0x17, 0x4b, 0x7f, 0xb0, 0x99, 0xe3, 0xb0, 0x71, 0x60 +.byte 0xdc, 0x0b, 0xf5, 0x64, 0xc3, 0xce, 0x43, 0xbc, 0x6d, 0x71, 0xb9, 0xd2, 0xde, 0x27, 0x5b, 0x8a +.byte 0xe8, 0xd8, 0xc6, 0xae, 0xe1, 0x59, 0x7d, 0xcf, 0x28, 0x2d, 0x35, 0xb8, 0x95, 0x56, 0x1a, 0xf1 +.byte 0xb2, 0x58, 0x4b, 0xb7, 0x12, 0x37, 0xc8, 0x7c, 0xb3, 0xed, 0x4b, 0x80, 0xe1, 0x8d, 0xfa, 0x32 +.byte 0x23, 0xb6, 0x6f, 0xb7, 0x48, 0x95, 0x08, 0xb1, 0x44, 0x4e, 0x85, 0x8c, 0x3a, 0x02, 0x54, 0x20 +.byte 0x2f, 0xdf, 0xbf, 0x57, 0x4f, 0x3b, 0x3a, 0x90, 0x21, 0xd7, 0xc1, 0x26, 0x35, 0x54, 0x20, 0xec +.byte 0xc7, 0x3f, 0x47, 0xec, 0xef, 0x5a, 0xbf, 0x4b, 0x7a, 0xc1, 0xad, 0x3b, 0x17, 0x50, 0x5c, 0x62 +.byte 0xd8, 0x0f, 0x4b, 0x4a, 0xdc, 0x2b, 0xfa, 0x6e, 0xbc, 0x73, 0x92, 0xcd, 0xec, 0xc7, 0x50, 0xe8 +.byte 0x41, 0x96, 0xd7, 0xa9, 0x7e, 0x6d, 0xd8, 0xe9, 0x1d, 0x8f, 0x8a, 0xb5, 0xb9, 0x58, 0x92, 0xba +.byte 0x4a, 0x92, 0x2b, 0x0c, 0x56, 0xfd, 0x80, 0xeb, 0x08, 0xf0, 0x5e, 0x29, 0x6e, 0x1b, 0x1c, 0x0c +.byte 0xaf, 0x8f, 0x93, 0x89, 0xad, 0xdb, 0xbd, 0xa3, 0x9e, 0x21, 0xca, 0x89, 0x19, 0xec, 0xdf, 0xb5 +.byte 0xc3, 0x1a, 0xeb, 0x16, 0xfe, 0x78, 0x36, 0x4c, 0xd6, 0x6e, 0xd0, 0x3e, 0x17, 0x1c, 0x90, 0x17 +.byte 0x6b, 0x26, 0xba, 0xfb, 0x7a, 0x2f, 0xbf, 0x11, 0x1c, 0x18, 0x0e, 0x2d, 0x73, 0x03, 0x8f, 0xa0 +.byte 0xe5, 0x35, 0xa0, 0x5a, 0xe2, 0x4c, 0x75, 0x1d, 0x71, 0xe1, 0x39, 0x38, 0x53, 0x78, 0x40, 0xcc +.byte 0x83, 0x93, 0xd7, 0x0a, 0x9e, 0x9d, 0x5b, 0x8f, 0x8a, 0xe4, 0xe5, 0xe0, 0x48, 0xe4, 0x48, 0xb2 +.byte 0x47, 0xcd, 0x4e, 0x2a, 0x75, 0x2a, 0x7b, 0xf2, 0x22, 0xf6, 0xc9, 0xbe, 0x09, 0x91, 0x96, 0x57 +.byte 0x7a, 0x88, 0x88, 0xac, 0xee, 0x70, 0xac, 0xf9, 0xdc, 0x29, 0xe3, 0x0c, 0x1c, 0x3b, 0x12, 0x4e +.byte 0x44, 0xd6, 0xa7, 0x4e, 0xb0, 0x26, 0xc8, 0xf3, 0xd9, 0x1a, 0x97, 0x91, 0x68, 0xea, 0xef, 0x8d +.byte 0x46, 0x06, 0xd2, 0x56, 0x45, 0x58, 0x9a, 0x3c, 0x0c, 0x0f, 0x83, 0xb8, 0x05, 0x25, 0xc3, 0x39 +.byte 0xcf, 0x3b, 0xa4, 0x34, 0x89, 0xb7, 0x79, 0x12, 0x2f, 0x47, 0xc5, 0xe7, 0xa9, 0x97, 0x69, 0xfc +.byte 0xa6, 0x77, 0x67, 0xb5, 0xdf, 0x7b, 0xf1, 0x7a, 0x65, 0x15, 0xe4, 0x61, 0x56, 0x65, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x3f, 0x00, 0x78, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x09, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x11, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xde, 0x6f +.byte 0xf8, 0x7f, 0x1c, 0xdf, 0xed, 0xf9, 0x47, 0x87, 0x86, 0xb1, 0xa4, 0xc0, 0x8a, 0xf8, 0x82, 0x97 +.byte 0x80, 0xea, 0x8f, 0xc8, 0x4a, 0x5e, 0x2a, 0x7d, 0x88, 0x68, 0xa7, 0x01, 0x62, 0x14, 0x91, 0x24 +.byte 0x7a, 0x5c, 0x9e, 0xa3, 0x17, 0x7d, 0x8a, 0x86, 0x21, 0x34, 0x18, 0x50, 0x1b, 0x10, 0xde, 0xd0 +.byte 0x37, 0x4b, 0x26, 0xc7, 0x19, 0x60, 0x80, 0xe9, 0x34, 0xbd, 0x60, 0x19, 0x36, 0x40, 0xd6, 0x29 +.byte 0x87, 0x09, 0x3c, 0x91, 0x7a, 0xf6, 0xbc, 0x13, 0x23, 0xdd, 0x59, 0x4e, 0x04, 0x5e, 0xcf, 0xc8 +.byte 0x02, 0x1c, 0x18, 0x53, 0xc1, 0x31, 0xd8, 0xda, 0x20, 0xe9, 0x44, 0x8d, 0xe4, 0x76, 0x00, 0x3f +.byte 0x02, 0x26, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43, 0x65, 0x72, 0x74 +.byte 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11 +.byte 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52 +.byte 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xd0, 0x36, 0xd4, 0x1f, 0xea, 0xdd, 0xab, 0xe4, 0xd1, 0xb6, 0xe6, 0xfb, 0x22, 0xc0 +.byte 0xdd, 0x13, 0x0d, 0x6a, 0x7b, 0x22, 0x13, 0x1c, 0x97, 0x3c, 0x68, 0x63, 0x66, 0x32, 0x9c, 0x03 +.byte 0xb5, 0x8d, 0xa4, 0x81, 0x83, 0xda, 0x78, 0x30, 0x11, 0xcf, 0xdc, 0xb2, 0x2b, 0xbe, 0x92, 0xbf +.byte 0x8e, 0xe4, 0xc4, 0x13, 0xbe, 0xa4, 0x68, 0x4c, 0xda, 0x02, 0x68, 0x16, 0x74, 0xbe, 0xb2, 0xdd +.byte 0x04, 0xe4, 0x6b, 0x2a, 0xdd, 0x37, 0x1f, 0x60, 0x2c, 0xdb, 0xf5, 0xf7, 0xa1, 0x7c, 0x95, 0xb7 +.byte 0x0c, 0x70, 0x86, 0x2e, 0xf1, 0x3a, 0xef, 0x52, 0xf7, 0xcc, 0xd3, 0x9b, 0xf9, 0x8b, 0xbe, 0x0e +.byte 0xdf, 0x31, 0xb7, 0x9d, 0x68, 0x5c, 0x92, 0xa6, 0xf5, 0xe5, 0xf3, 0x0a, 0x34, 0xb5, 0xff, 0x7b +.byte 0xa2, 0xe4, 0x87, 0xa1, 0xc6, 0xaf, 0x17, 0x00, 0xef, 0x03, 0x91, 0xed, 0xa9, 0x1c, 0x4e, 0x71 +.byte 0x3d, 0xd2, 0x8b, 0x6c, 0x89, 0xf4, 0x78, 0x86, 0xe6, 0x6a, 0x49, 0xa0, 0xce, 0xb5, 0xd2, 0xb0 +.byte 0xab, 0x9b, 0xf6, 0xf4, 0xd4, 0x2e, 0xe3, 0x72, 0xf9, 0x36, 0xc6, 0xeb, 0x15, 0xb7, 0x25, 0x8c +.byte 0x3a, 0xfc, 0x25, 0x0d, 0xb3, 0x22, 0x73, 0x21, 0x74, 0xc8, 0x4a, 0x96, 0x61, 0x92, 0xf5, 0x2f +.byte 0x0b, 0x18, 0xa5, 0xf4, 0xad, 0xe2, 0xee, 0x41, 0xbd, 0x01, 0x79, 0xfa, 0x96, 0x8c, 0x8d, 0x17 +.byte 0x02, 0x30, 0xb4, 0xf9, 0xaf, 0x78, 0x1a, 0x8c, 0xb4, 0x36, 0x10, 0x10, 0x07, 0x05, 0x70, 0xd0 +.byte 0xf4, 0x31, 0x90, 0x8a, 0x51, 0xc5, 0x86, 0x26, 0x79, 0xb2, 0x11, 0x88, 0x5e, 0xc5, 0xf0, 0x0a +.byte 0x54, 0xcd, 0x49, 0xa6, 0xbf, 0x02, 0x9c, 0xd2, 0x44, 0xa7, 0xed, 0xe3, 0x78, 0xef, 0x46, 0x5e +.byte 0x6d, 0x71, 0xd1, 0x79, 0x70, 0x1c, 0x46, 0x5f, 0x51, 0xe9, 0xc9, 0x37, 0xdc, 0x5f, 0x7e, 0x69 +.byte 0x7b, 0x41, 0xdf, 0x34, 0x45, 0xe0, 0x3b, 0x84, 0xf4, 0xa1, 0x8a, 0x0a, 0x36, 0x9e, 0x37, 0xcc +.byte 0x62, 0x52, 0xe1, 0x89, 0x0d, 0x28, 0xf9, 0x7a, 0x23, 0xb1, 0x0d, 0x3d, 0x3d, 0x9a, 0xfd, 0x9d +.byte 0x81, 0xef, 0x2c, 0x90, 0xc0, 0x7b, 0x44, 0x4e, 0xbb, 0x49, 0xe0, 0x0e, 0x4a, 0x56, 0x92, 0xbc +.byte 0xcb, 0xb5, 0xdd, 0x79, 0x17, 0x89, 0x91, 0xde, 0x61, 0x89, 0x74, 0x92, 0xa8, 0xe3, 0x32, 0x85 +.byte 0xbe, 0x4e, 0x85, 0xa4, 0x4b, 0x59, 0xcb, 0x2b, 0xc5, 0x78, 0x8e, 0x71, 0x54, 0xd0, 0x02, 0x37 +.byte 0x99, 0x8c, 0xe5, 0x49, 0xea, 0xe0, 0x54, 0x72, 0xa4, 0x11, 0x06, 0x2f, 0x0b, 0x8c, 0xc1, 0x5b +.byte 0xbe, 0xb5, 0xa1, 0xb0, 0x53, 0x6e, 0x9c, 0xb8, 0x60, 0x91, 0x1f, 0x59, 0x6b, 0xf9, 0x2d, 0xf4 +.byte 0x94, 0x0a, 0x97, 0xb5, 0xec, 0xc5, 0x76, 0x03, 0x54, 0x1b, 0x65, 0x52, 0xba, 0x4c, 0x92, 0x56 +.byte 0x51, 0x35, 0xa0, 0x40, 0xd8, 0x29, 0xdb, 0xae, 0x52, 0x76, 0x3b, 0x2d, 0x30, 0x40, 0x9b, 0x8a +.byte 0xd0, 0x42, 0x56, 0xb4, 0xb7, 0x88, 0x01, 0xa4, 0x87, 0x3b, 0x53, 0x96, 0xcd, 0xa3, 0x16, 0x8f +.byte 0xf3, 0x66, 0xaa, 0x17, 0xb1, 0xc7, 0x60, 0xe0, 0xc1, 0x43, 0x05, 0x0c, 0xee, 0x9b, 0x5b, 0x60 +.byte 0x6f, 0x06, 0x5c, 0x87, 0x5b, 0x27, 0xf9, 0x40, 0x11, 0x9e, 0x9c, 0x33, 0xc1, 0xb7, 0xe5, 0x35 +.byte 0x57, 0x05, 0x7f, 0x27, 0xce, 0x17, 0x20, 0x8c, 0x1c, 0xfc, 0xf1, 0xfb, 0xda, 0x31, 0x29, 0x49 +.byte 0xed, 0xf5, 0x0b, 0x84, 0xa7, 0x4f, 0xc1, 0xf6, 0x4e, 0xc2, 0x28, 0x9c, 0xfa, 0xee, 0xe0, 0xaf +.byte 0x07, 0xfb, 0x33, 0x11, 0x7a, 0x21, 0x4f, 0x0b, 0x21, 0x10, 0xb6, 0x40, 0x3a, 0xab, 0x22, 0x3a +.byte 0x04, 0x9c, 0x8b, 0x9b, 0x84, 0x86, 0x72, 0x9a, 0xd2, 0xa7, 0xa5, 0xc4, 0xb4, 0x75, 0x91, 0xa9 +.byte 0x2b, 0x23, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x41, 0x01, 0x26, 0x30, 0x3f, 0x31, 0x24, 0x30 +.byte 0x22, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20 +.byte 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x43, 0x6f, 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x44, 0x53 +.byte 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x58, 0x33, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xdf, 0xaf, 0xe9 +.byte 0x97, 0x50, 0x08, 0x83, 0x57, 0xb4, 0xcc, 0x62, 0x65, 0xf6, 0x90, 0x82, 0xec, 0xc7, 0xd3, 0x2c +.byte 0x6b, 0x30, 0xca, 0x5b, 0xec, 0xd9, 0xc3, 0x7d, 0xc7, 0x40, 0xc1, 0x18, 0x14, 0x8b, 0xe0, 0xe8 +.byte 0x33, 0x76, 0x49, 0x2a, 0xe3, 0x3f, 0x21, 0x49, 0x93, 0xac, 0x4e, 0x0e, 0xaf, 0x3e, 0x48, 0xcb +.byte 0x65, 0xee, 0xfc, 0xd3, 0x21, 0x0f, 0x65, 0xd2, 0x2a, 0xd9, 0x32, 0x8f, 0x8c, 0xe5, 0xf7, 0x77 +.byte 0xb0, 0x12, 0x7b, 0xb5, 0x95, 0xc0, 0x89, 0xa3, 0xa9, 0xba, 0xed, 0x73, 0x2e, 0x7a, 0x0c, 0x06 +.byte 0x32, 0x83, 0xa2, 0x7e, 0x8a, 0x14, 0x30, 0xcd, 0x11, 0xa0, 0xe1, 0x2a, 0x38, 0xb9, 0x79, 0x0a +.byte 0x31, 0xfd, 0x50, 0xbd, 0x80, 0x65, 0xdf, 0xb7, 0x51, 0x63, 0x83, 0xc8, 0xe2, 0x88, 0x61, 0xea +.byte 0x4b, 0x61, 0x81, 0xec, 0x52, 0x6b, 0xb9, 0xa2, 0xe2, 0x4b, 0x1a, 0x28, 0x9f, 0x48, 0xa3, 0x9e +.byte 0x0c, 0xda, 0x09, 0x8e, 0x3e, 0x17, 0x2e, 0x1e, 0xdd, 0x20, 0xdf, 0x5b, 0xc6, 0x2a, 0x8a, 0xab +.byte 0x2e, 0xbd, 0x70, 0xad, 0xc5, 0x0b, 0x1a, 0x25, 0x90, 0x74, 0x72, 0xc5, 0x7b, 0x6a, 0xab, 0x34 +.byte 0xd6, 0x30, 0x89, 0xff, 0xe5, 0x68, 0x13, 0x7b, 0x54, 0x0b, 0xc8, 0xd6, 0xae, 0xec, 0x5a, 0x9c +.byte 0x92, 0x1e, 0x3d, 0x64, 0xb3, 0x8c, 0xc6, 0xdf, 0xbf, 0xc9, 0x41, 0x70, 0xec, 0x16, 0x72, 0xd5 +.byte 0x26, 0xec, 0x38, 0x55, 0x39, 0x43, 0xd0, 0xfc, 0xfd, 0x18, 0x5c, 0x40, 0xf1, 0x97, 0xeb, 0xd5 +.byte 0x9a, 0x9b, 0x8d, 0x1d, 0xba, 0xda, 0x25, 0xb9, 0xc6, 0xd8, 0xdf, 0xc1, 0x15, 0x02, 0x3a, 0xab +.byte 0xda, 0x6e, 0xf1, 0x3e, 0x2e, 0xf5, 0x5c, 0x08, 0x9c, 0x3c, 0xd6, 0x83, 0x69, 0xe4, 0x10, 0x9b +.byte 0x19, 0x2a, 0xb6, 0x29, 0x57, 0xe3, 0xe5, 0x3d, 0x9b, 0x9f, 0xf0, 0x02, 0x5d, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x43, 0x02, 0x26, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b +.byte 0x43, 0x45, 0x52, 0x54, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x53, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x13, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52 +.byte 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0xc5, 0x75, 0x19, 0x91, 0x7d +.byte 0x44, 0x74, 0x74, 0x87, 0xfe, 0x0e, 0x3b, 0x96, 0xdc, 0xd8, 0x01, 0x16, 0xcc, 0xee, 0x63, 0x91 +.byte 0xe7, 0x0b, 0x6f, 0xce, 0x3b, 0x0a, 0x69, 0x1a, 0x7c, 0xc2, 0xe3, 0xaf, 0x82, 0x8e, 0x86, 0xd7 +.byte 0x5e, 0x8f, 0x57, 0xeb, 0xd3, 0x21, 0x59, 0xfd, 0x39, 0x37, 0x42, 0x30, 0xbe, 0x50, 0xea, 0xb6 +.byte 0x0f, 0xa9, 0x88, 0xd8, 0x2e, 0x2d, 0x69, 0x21, 0xe7, 0xd1, 0x37, 0x18, 0x4e, 0x7d, 0x91, 0xd5 +.byte 0x16, 0x5f, 0x6b, 0x5b, 0x00, 0xc2, 0x39, 0x43, 0x0d, 0x36, 0x85, 0x52, 0xb9, 0x53, 0x65, 0x0f +.byte 0x1d, 0x42, 0xe5, 0x8f, 0xcf, 0x05, 0xd3, 0xee, 0xdc, 0x0c, 0x1a, 0xd9, 0xb8, 0x8b, 0x78, 0x22 +.byte 0x67, 0xe4, 0x69, 0xb0, 0x68, 0xc5, 0x3c, 0xe4, 0x6c, 0x5a, 0x46, 0xe7, 0xcd, 0xc7, 0xfa, 0xef +.byte 0xc4, 0xec, 0x4b, 0xbd, 0x6a, 0xa4, 0xac, 0xfd, 0xcc, 0x28, 0x51, 0xef, 0x92, 0xb4, 0x29, 0xab +.byte 0xab, 0x35, 0x9a, 0x4c, 0xe4, 0xc4, 0x08, 0xc6, 0x26, 0xcc, 0xf8, 0x69, 0x9f, 0xe4, 0x9c, 0xf0 +.byte 0x29, 0xd3, 0x5c, 0xf9, 0xc6, 0x16, 0x25, 0x9e, 0x23, 0xc3, 0x20, 0xc1, 0x3d, 0x0f, 0x3f, 0x38 +.byte 0x40, 0xb0, 0xfe, 0x82, 0x44, 0x38, 0xaa, 0x5a, 0x1a, 0x8a, 0x6b, 0x63, 0x58, 0x38, 0xb4, 0x15 +.byte 0xd3, 0xb6, 0x11, 0x69, 0x7b, 0x1e, 0x54, 0xee, 0x8c, 0x1a, 0x22, 0xac, 0x72, 0x97, 0x3f, 0x23 +.byte 0x59, 0x9b, 0xc9, 0x22, 0x84, 0xc1, 0x07, 0x4f, 0xcc, 0x7f, 0xe2, 0x57, 0xca, 0x12, 0x70, 0xbb +.byte 0xa6, 0x65, 0xf3, 0x69, 0x75, 0x63, 0xbd, 0x95, 0xfb, 0x1b, 0x97, 0xcd, 0xe4, 0xa8, 0xaf, 0xf6 +.byte 0xd1, 0x4e, 0xa8, 0xd9, 0x8a, 0x71, 0x24, 0xcd, 0x36, 0x3d, 0xbc, 0x96, 0xc4, 0xf1, 0x6c, 0xa9 +.byte 0xae, 0xe5, 0xcf, 0x0d, 0x6e, 0x28, 0x0d, 0xb0, 0x0e, 0xb5, 0xca, 0x51, 0x7b, 0x78, 0x14, 0xc3 +.byte 0x20, 0x2f, 0x7f, 0xfb, 0x14, 0x55, 0xe1, 0x11, 0x99, 0xfd, 0xd5, 0x0a, 0xa1, 0x9e, 0x02, 0xe3 +.byte 0x62, 0x5f, 0xeb, 0x35, 0x4b, 0x2c, 0xb8, 0x72, 0xe8, 0x3e, 0x3d, 0x4f, 0xac, 0x2c, 0xbb, 0x2e +.byte 0x86, 0xe2, 0xa3, 0x76, 0x8f, 0xe5, 0x93, 0x2a, 0xcf, 0xa5, 0xab, 0xc8, 0x5c, 0x8d, 0x4b, 0x06 +.byte 0xff, 0x12, 0x46, 0xac, 0x78, 0xcb, 0x14, 0x07, 0x35, 0xe0, 0xa9, 0xdf, 0x8b, 0xe9, 0xaf, 0x15 +.byte 0x4f, 0x16, 0x89, 0x5b, 0xbd, 0xf6, 0x8d, 0xc6, 0x59, 0xae, 0x88, 0x85, 0x0e, 0xc1, 0x89, 0xeb +.byte 0x1f, 0x67, 0xc5, 0x45, 0x8e, 0xff, 0x6d, 0x37, 0x36, 0x2b, 0x78, 0x66, 0x83, 0x91, 0x51, 0x2b +.byte 0x3d, 0xff, 0x51, 0x77, 0x76, 0x62, 0xa1, 0xec, 0x67, 0x3e, 0x3e, 0x81, 0x83, 0xe0, 0x56, 0xa9 +.byte 0x50, 0x1f, 0x1f, 0x7a, 0x99, 0xab, 0x63, 0xbf, 0x84, 0x17, 0x77, 0xf1, 0x0d, 0x3b, 0xdf, 0xf7 +.byte 0x9c, 0x61, 0xb3, 0x35, 0x98, 0x8a, 0x3a, 0xb2, 0xec, 0x3c, 0x1a, 0x37, 0x3f, 0x7e, 0x8f, 0x92 +.byte 0xcf, 0xd9, 0x12, 0x14, 0x64, 0xda, 0x10, 0x02, 0x15, 0x41, 0xff, 0x4f, 0xc4, 0xeb, 0x1c, 0xa3 +.byte 0xc9, 0xfa, 0x99, 0xf7, 0x46, 0xe9, 0xe1, 0x18, 0xd9, 0xb1, 0xb8, 0x32, 0x2d, 0xcb, 0x14, 0x0c +.byte 0x50, 0xd8, 0x83, 0x65, 0x83, 0xee, 0xb9, 0x5c, 0xcf, 0xcb, 0x05, 0x5a, 0x4c, 0xfa, 0x19, 0x97 +.byte 0x6b, 0xd6, 0x5d, 0x13, 0xd3, 0xc2, 0x5c, 0x54, 0xbc, 0x32, 0x73, 0xa0, 0x78, 0xf5, 0xf1, 0x6d +.byte 0x1e, 0xcb, 0x9f, 0xa5, 0xa6, 0x9f, 0x22, 0xdc, 0xd1, 0x51, 0x9e, 0x82, 0x79, 0x64, 0x60, 0x29 +.byte 0x13, 0x3e, 0xa3, 0xfd, 0x4f, 0x72, 0x6a, 0xab, 0xe2, 0xd4, 0xe5, 0xb8, 0x24, 0x55, 0x2c, 0x44 +.byte 0x4b, 0x8a, 0x88, 0x44, 0x9c, 0xca, 0x84, 0xd3, 0x2a, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x43, 0x02, 0x26, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66 +.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x13, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50 +.byte 0x72, 0x65, 0x6d, 0x69, 0x75, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc4, 0x12, 0xdf, 0xa9, 0x5f, 0xfe, 0x41, 0xdd, 0xdd +.byte 0xf5, 0x9f, 0x8a, 0xe3, 0xf6, 0xac, 0xe1, 0x3c, 0x78, 0x9a, 0xbc, 0xd8, 0xf0, 0x7f, 0x7a, 0xa0 +.byte 0x33, 0x2a, 0xdc, 0x8d, 0x20, 0x5b, 0xae, 0x2d, 0x6f, 0xe7, 0x93, 0xd9, 0x36, 0x70, 0x6a, 0x68 +.byte 0xcf, 0x8e, 0x51, 0xa3, 0x85, 0x5b, 0x67, 0x04, 0xa0, 0x10, 0x24, 0x6f, 0x5d, 0x28, 0x82, 0xc1 +.byte 0x97, 0x57, 0xd8, 0x48, 0x29, 0x13, 0xb6, 0xe1, 0xbe, 0x91, 0x4d, 0xdf, 0x85, 0x0c, 0x53, 0x18 +.byte 0x9a, 0x1e, 0x24, 0xa2, 0x4f, 0x8f, 0xf0, 0xa2, 0x85, 0x0b, 0xcb, 0xf4, 0x29, 0x7f, 0xd2, 0xa4 +.byte 0x58, 0xee, 0x26, 0x4d, 0xc9, 0xaa, 0xa8, 0x7b, 0x9a, 0xd9, 0xfa, 0x38, 0xde, 0x44, 0x57, 0x15 +.byte 0xe5, 0xf8, 0x8c, 0xc8, 0xd9, 0x48, 0xe2, 0x0d, 0x16, 0x27, 0x1d, 0x1e, 0xc8, 0x83, 0x85, 0x25 +.byte 0xb7, 0xba, 0xaa, 0x55, 0x41, 0xcc, 0x03, 0x22, 0x4b, 0x2d, 0x91, 0x8d, 0x8b, 0xe6, 0x89, 0xaf +.byte 0x66, 0xc7, 0xe9, 0xff, 0x2b, 0xe9, 0x3c, 0xac, 0xda, 0xd2, 0xb3, 0xc3, 0xe1, 0x68, 0x9c, 0x89 +.byte 0xf8, 0x7a, 0x00, 0x56, 0xde, 0xf4, 0x55, 0x95, 0x6c, 0xfb, 0xba, 0x64, 0xdd, 0x62, 0x8b, 0xdf +.byte 0x0b, 0x77, 0x32, 0xeb, 0x62, 0xcc, 0x26, 0x9a, 0x9b, 0xbb, 0xaa, 0x62, 0x83, 0x4c, 0xb4, 0x06 +.byte 0x7a, 0x30, 0xc8, 0x29, 0xbf, 0xed, 0x06, 0x4d, 0x97, 0xb9, 0x1c, 0xc4, 0x31, 0x2b, 0xd5, 0x5f +.byte 0xbc, 0x53, 0x12, 0x17, 0x9c, 0x99, 0x57, 0x29, 0x66, 0x77, 0x61, 0x21, 0x31, 0x07, 0x2e, 0x25 +.byte 0x49, 0x9d, 0x18, 0xf2, 0xee, 0xf3, 0x2b, 0x71, 0x8c, 0xb5, 0xba, 0x39, 0x07, 0x49, 0x77, 0xfc +.byte 0xef, 0x2e, 0x92, 0x90, 0x05, 0x8d, 0x2d, 0x2f, 0x77, 0x7b, 0xef, 0x43, 0xbf, 0x35, 0xbb, 0x9a +.byte 0xd8, 0xf9, 0x73, 0xa7, 0x2c, 0xf2, 0xd0, 0x57, 0xee, 0x28, 0x4e, 0x26, 0x5f, 0x8f, 0x90, 0x68 +.byte 0x09, 0x2f, 0xb8, 0xf8, 0xdc, 0x06, 0xe9, 0x2e, 0x9a, 0x3e, 0x51, 0xa7, 0xd1, 0x22, 0xc4, 0x0a +.byte 0xa7, 0x38, 0x48, 0x6c, 0xb3, 0xf9, 0xff, 0x7d, 0xab, 0x86, 0x57, 0xe3, 0xba, 0xd6, 0x85, 0x78 +.byte 0x77, 0xba, 0x43, 0xea, 0x48, 0x7f, 0xf6, 0xd8, 0xbe, 0x23, 0x6d, 0x1e, 0xbf, 0xd1, 0x36, 0x6c +.byte 0x58, 0x5c, 0xf1, 0xee, 0xa4, 0x19, 0x54, 0x1a, 0xf5, 0x03, 0xd2, 0x76, 0xe6, 0xe1, 0x8c, 0xbd +.byte 0x3c, 0xb3, 0xd3, 0x48, 0x4b, 0xe2, 0xc8, 0xf8, 0x7f, 0x92, 0xa8, 0x76, 0x46, 0x9c, 0x42, 0x65 +.byte 0x3e, 0xa4, 0x1e, 0xc1, 0x07, 0x03, 0x5a, 0x46, 0x2d, 0xb8, 0x97, 0xf3, 0xb7, 0xd5, 0xb2, 0x55 +.byte 0x21, 0xef, 0xba, 0xdc, 0x4c, 0x00, 0x97, 0xfb, 0x14, 0x95, 0x27, 0x33, 0xbf, 0xe8, 0x43, 0x47 +.byte 0x46, 0xd2, 0x08, 0x99, 0x16, 0x60, 0x3b, 0x9a, 0x7e, 0xd2, 0xe6, 0xed, 0x38, 0xea, 0xec, 0x01 +.byte 0x1e, 0x3c, 0x48, 0x56, 0x49, 0x09, 0xc7, 0x4c, 0x37, 0x00, 0x9e, 0x88, 0x0e, 0xc0, 0x73, 0xe1 +.byte 0x6f, 0x66, 0xe9, 0x72, 0x47, 0x30, 0x3e, 0x10, 0xe5, 0x0b, 0x03, 0xc9, 0x9a, 0x42, 0x00, 0x6c +.byte 0xc5, 0x94, 0x7e, 0x61, 0xc4, 0x8a, 0xdf, 0x7f, 0x82, 0x1a, 0x0b, 0x59, 0xc4, 0x59, 0x32, 0x77 +.byte 0xb3, 0xbc, 0x60, 0x69, 0x56, 0x39, 0xfd, 0xb4, 0x06, 0x7b, 0x2c, 0xd6, 0x64, 0x36, 0xd9, 0xbd +.byte 0x48, 0xed, 0x84, 0x1f, 0x7e, 0xa5, 0x22, 0x8f, 0x2a, 0xb8, 0x42, 0xf4, 0x82, 0xb7, 0xd4, 0x53 +.byte 0x90, 0x78, 0x4e, 0x2d, 0x1a, 0xfd, 0x81, 0x6f, 0x44, 0xd7, 0x3b, 0x01, 0x74, 0x96, 0x42, 0xe0 +.byte 0x00, 0xe2, 0x2e, 0x6b, 0xea, 0xc5, 0xee, 0x72, 0xac, 0xbb, 0xbf, 0xfe, 0xea, 0xaa, 0xa8, 0xf8 +.byte 0xdc, 0xf6, 0xb2, 0x79, 0x8a, 0xb6, 0x67, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x44, 0x02, 0x26 +.byte 0x30, 0x42, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x41, 0x43, 0x43 +.byte 0x56, 0x52, 0x41, 0x49, 0x5a, 0x31, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c +.byte 0x07, 0x50, 0x4b, 0x49, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x04, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x45, 0x53, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0x9b, 0xa9, 0xab, 0xbf, 0x61, 0x4a, 0x97, 0xaf, 0x2f, 0x97, 0x66 +.byte 0x9a, 0x74, 0x5f, 0xd0, 0xd9, 0x96, 0xfd, 0xcf, 0xe2, 0xe4, 0x66, 0xef, 0x1f, 0x1f, 0x47, 0x33 +.byte 0xc2, 0x44, 0xa3, 0xdf, 0x9a, 0xde, 0x1f, 0xb5, 0x54, 0xdd, 0x15, 0x7c, 0x69, 0x35, 0x11, 0x6f +.byte 0xbb, 0xc8, 0x0c, 0x8e, 0x6a, 0x18, 0x1e, 0xd8, 0x8f, 0xd9, 0x16, 0xbc, 0x10, 0x48, 0x36, 0x5c +.byte 0xf0, 0x63, 0xb3, 0x90, 0x5a, 0x5c, 0x24, 0x37, 0xd7, 0xa3, 0xd6, 0xcb, 0x09, 0x71, 0xb9, 0xf1 +.byte 0x01, 0x72, 0x84, 0xb0, 0x7d, 0xdb, 0x4d, 0x80, 0xcd, 0xfc, 0xd3, 0x6f, 0xc9, 0xf8, 0xda, 0xb6 +.byte 0x0e, 0x82, 0xd2, 0x45, 0x85, 0xa8, 0x1b, 0x68, 0xa8, 0x3d, 0xe8, 0xf4, 0x44, 0x6c, 0xbd, 0xa1 +.byte 0xc2, 0xcb, 0x03, 0xbe, 0x8c, 0x3e, 0x13, 0x00, 0x84, 0xdf, 0x4a, 0x48, 0xc0, 0xe3, 0x22, 0x0a +.byte 0xe8, 0xe9, 0x37, 0xa7, 0x18, 0x4c, 0xb1, 0x09, 0x0d, 0x23, 0x56, 0x7f, 0x04, 0x4d, 0xd9, 0x17 +.byte 0x84, 0x18, 0xa5, 0xc8, 0xda, 0x40, 0x94, 0x73, 0xeb, 0xce, 0x0e, 0x57, 0x3c, 0x03, 0x81, 0x3a +.byte 0x9d, 0x0a, 0xa1, 0x57, 0x43, 0x69, 0xac, 0x57, 0x6d, 0x79, 0x90, 0x78, 0xe5, 0xb5, 0xb4, 0x3b +.byte 0xd8, 0xbc, 0x4c, 0x8d, 0x28, 0xa1, 0xa7, 0xa3, 0xa7, 0xba, 0x02, 0x4e, 0x25, 0xd1, 0x2a, 0xae +.byte 0xed, 0xae, 0x03, 0x22, 0xb8, 0x6b, 0x20, 0x0f, 0x30, 0x28, 0x54, 0x95, 0x7f, 0xe0, 0xee, 0xce +.byte 0x0a, 0x66, 0x9d, 0xd1, 0x40, 0x2d, 0x6e, 0x22, 0xaf, 0x9d, 0x1a, 0xc1, 0x05, 0x19, 0xd2, 0x6f +.byte 0xc0, 0xf2, 0x9f, 0xf8, 0x7b, 0xb3, 0x02, 0x42, 0xfb, 0x50, 0xa9, 0x1d, 0x2d, 0x93, 0x0f, 0x23 +.byte 0xab, 0xc6, 0xc1, 0x0f, 0x92, 0xff, 0xd0, 0xa2, 0x15, 0xf5, 0x53, 0x09, 0x71, 0x1c, 0xff, 0x45 +.byte 0x13, 0x84, 0xe6, 0x26, 0x5e, 0xf8, 0xe0, 0x88, 0x1c, 0x0a, 0xfc, 0x16, 0xb6, 0xa8, 0x73, 0x06 +.byte 0xb8, 0xf0, 0x63, 0x84, 0x02, 0xa0, 0xc6, 0x5a, 0xec, 0xe7, 0x74, 0xdf, 0x70, 0xae, 0xa3, 0x83 +.byte 0x25, 0xea, 0xd6, 0xc7, 0x97, 0x87, 0x93, 0xa7, 0xc6, 0x8a, 0x8a, 0x33, 0x97, 0x60, 0x37, 0x10 +.byte 0x3e, 0x97, 0x3e, 0x6e, 0x29, 0x15, 0xd6, 0xa1, 0x0f, 0xd1, 0x88, 0x2c, 0x12, 0x9f, 0x6f, 0xaa +.byte 0xa4, 0xc6, 0x42, 0xeb, 0x41, 0xa2, 0xe3, 0x95, 0x43, 0xd3, 0x01, 0x85, 0x6d, 0x8e, 0xbb, 0x3b +.byte 0xf3, 0x23, 0x36, 0xc7, 0xfe, 0x3b, 0xe0, 0xa1, 0x25, 0x07, 0x48, 0xab, 0xc9, 0x89, 0x74, 0xff +.byte 0x08, 0x8f, 0x80, 0xbf, 0xc0, 0x96, 0x65, 0xf3, 0xee, 0xec, 0x4b, 0x68, 0xbd, 0x9d, 0x88, 0xc3 +.byte 0x31, 0xb3, 0x40, 0xf1, 0xe8, 0xcf, 0xf6, 0x38, 0xbb, 0x9c, 0xe4, 0xd1, 0x7f, 0xd4, 0xe5, 0x58 +.byte 0x9b, 0x7c, 0xfa, 0xd4, 0xf3, 0x0e, 0x9b, 0x75, 0x91, 0xe4, 0xba, 0x52, 0x2e, 0x19, 0x7e, 0xd1 +.byte 0xf5, 0xcd, 0x5a, 0x19, 0xfc, 0xba, 0x06, 0xf6, 0xfb, 0x52, 0xa8, 0x4b, 0x99, 0x04, 0xdd, 0xf8 +.byte 0xf9, 0xb4, 0x8b, 0x50, 0xa3, 0x4e, 0x62, 0x89, 0xf0, 0x87, 0x24, 0xfa, 0x83, 0x42, 0xc1, 0x87 +.byte 0xfa, 0xd5, 0x2d, 0x29, 0x2a, 0x5a, 0x71, 0x7a, 0x64, 0x6a, 0xd7, 0x27, 0x60, 0x63, 0x0d, 0xdb +.byte 0xce, 0x49, 0xf5, 0x8d, 0x1f, 0x90, 0x89, 0x32, 0x17, 0xf8, 0x73, 0x43, 0xb8, 0xd2, 0x5a, 0x93 +.byte 0x86, 0x61, 0xd6, 0xe1, 0x75, 0x0a, 0xea, 0x79, 0x66, 0x76, 0x88, 0x4f, 0x71, 0xeb, 0x04, 0x25 +.byte 0xd6, 0x0a, 0x5a, 0x7a, 0x93, 0xe5, 0xb9, 0x4b, 0x17, 0x40, 0x0f, 0xb1, 0xb6, 0xb9, 0xf5, 0xde +.byte 0x4f, 0xdc, 0xe0, 0xb3, 0xac, 0x3b, 0x11, 0x70, 0x60, 0x84, 0x4a, 0x43, 0x6e, 0x99, 0x20, 0xc0 +.byte 0x29, 0x71, 0x0a, 0xc0, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x45, 0x02, 0x26, 0x30, 0x43 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30 +.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69 +.byte 0x6e, 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0d, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xbd, 0x55, 0x7c, 0x61, 0xd3, 0xb8, 0x1d, 0x04, 0x62, 0x05, 0xa0, 0xae +.byte 0x6c, 0xb7, 0x70, 0xb4, 0x41, 0xea, 0x4b, 0x03, 0x5e, 0x10, 0x3f, 0x90, 0x5a, 0x1c, 0x8b, 0x3b +.byte 0xb0, 0x66, 0x8b, 0x6c, 0x48, 0xa6, 0x1c, 0x22, 0xba, 0xd5, 0x40, 0x92, 0xee, 0x33, 0xb2, 0x23 +.byte 0x59, 0xc9, 0x8e, 0xbc, 0x58, 0xda, 0x8b, 0x9e, 0xd0, 0x19, 0xf2, 0x2f, 0x59, 0xc6, 0x8c, 0x63 +.byte 0x5a, 0xba, 0x9f, 0xa3, 0x0b, 0xb0, 0xb3, 0x9a, 0x5c, 0xba, 0x11, 0xb8, 0x12, 0xe9, 0x0c, 0xbb +.byte 0xcf, 0x6e, 0x6c, 0x80, 0x87, 0x29, 0x14, 0x03, 0x2c, 0x8d, 0x24, 0x9a, 0xc8, 0x64, 0x83, 0xb5 +.byte 0x6a, 0xac, 0x13, 0x2c, 0x33, 0xf1, 0x9f, 0xdc, 0x2c, 0x61, 0x3c, 0x1a, 0x3f, 0x70, 0x55, 0x9b +.byte 0xad, 0x00, 0x52, 0x7f, 0xcf, 0x04, 0xb9, 0xfe, 0x36, 0xfa, 0x9c, 0xc0, 0x16, 0xae, 0x62, 0xfe +.byte 0x96, 0x4c, 0x43, 0x7e, 0x55, 0x14, 0xbe, 0x1a, 0xb3, 0xd2, 0x6d, 0xc2, 0xaf, 0x76, 0x66, 0x95 +.byte 0x6b, 0x2a, 0xb0, 0x94, 0x77, 0x85, 0x5e, 0x04, 0x0f, 0x62, 0x1d, 0x63, 0x75, 0xf7, 0x6b, 0xe7 +.byte 0xcb, 0x5b, 0x9a, 0x70, 0xec, 0x3e, 0x67, 0x05, 0xf0, 0xfe, 0x07, 0x08, 0x80, 0xcf, 0x28, 0xdb +.byte 0x05, 0xc6, 0x14, 0x27, 0x2f, 0x86, 0x7d, 0xf0, 0x27, 0xde, 0xff, 0xe6, 0x7e, 0x33, 0x48, 0xe7 +.byte 0x0b, 0x1e, 0x58, 0xd1, 0x27, 0x2b, 0x53, 0x0e, 0x57, 0x4a, 0x65, 0xd7, 0xfb, 0xa2, 0x80, 0x60 +.byte 0xfc, 0x4c, 0xbc, 0x35, 0x53, 0x01, 0x6a, 0x97, 0x72, 0x82, 0xaf, 0xf1, 0x1d, 0x70, 0xe8, 0x9c +.byte 0xf5, 0xef, 0x5e, 0xc2, 0x6c, 0xc7, 0x47, 0x7e, 0x5a, 0x94, 0x85, 0x26, 0x4d, 0x3b, 0xba, 0xeb +.byte 0x4c, 0xe8, 0xb0, 0x09, 0xc2, 0x65, 0xc2, 0x9d, 0x9d, 0x09, 0x9b, 0x4e, 0xb5, 0x97, 0x05, 0xac +.byte 0xf5, 0x06, 0xa0, 0xf7, 0x36, 0x05, 0x7e, 0xf4, 0x90, 0xb2, 0x6b, 0xc4, 0xb4, 0xf9, 0x64, 0xea +.byte 0xe9, 0x1a, 0x0a, 0xc8, 0x0d, 0xa8, 0xed, 0x27, 0xc9, 0xd4, 0xe7, 0xb3, 0xb9, 0xab, 0x82, 0x22 +.byte 0x90, 0x27, 0x3d, 0x2a, 0xe8, 0x7c, 0x90, 0xef, 0xbc, 0x4f, 0xfd, 0xe2, 0x0a, 0x24, 0xa7, 0xde +.byte 0x65, 0x24, 0xa4, 0x5d, 0xea, 0xc0, 0x76, 0x30, 0xd3, 0x77, 0x50, 0xf8, 0x0d, 0x04, 0x9b, 0x94 +.byte 0x36, 0x01, 0x73, 0xca, 0x06, 0x58, 0xa6, 0xd3, 0x3b, 0xdc, 0xfa, 0x04, 0x46, 0x13, 0x55, 0x8a +.byte 0xc9, 0x44, 0x47, 0xb8, 0x51, 0x39, 0x1a, 0x2e, 0xe8, 0x34, 0xe2, 0x79, 0xcb, 0x59, 0x4a, 0x0a +.byte 0x7f, 0xbc, 0xa6, 0xef, 0x1f, 0x03, 0x67, 0x6a, 0x59, 0x2b, 0x25, 0x62, 0x93, 0xd9, 0x53, 0x19 +.byte 0x66, 0x3c, 0x27, 0x62, 0x29, 0x86, 0x4d, 0xa4, 0x6b, 0xee, 0xff, 0xd4, 0x4e, 0xba, 0xd5, 0xb4 +.byte 0xe2, 0x8e, 0x48, 0x5a, 0x00, 0x19, 0x09, 0xf1, 0x05, 0xd9, 0xce, 0x91, 0xb1, 0xf7, 0xeb, 0xe9 +.byte 0x39, 0x4f, 0xf6, 0x6f, 0x04, 0x43, 0x9a, 0x55, 0xf5, 0x3e, 0x05, 0x14, 0xbd, 0xbf, 0xb3, 0x59 +.byte 0xb4, 0xd8, 0x8e, 0x33, 0x84, 0xa3, 0x90, 0x52, 0xaa, 0xb3, 0x02, 0x95, 0x60, 0xf9, 0x0c, 0x4c +.byte 0x68, 0xf9, 0xee, 0xd5, 0x17, 0x0d, 0xf8, 0x71, 0x57, 0xb5, 0x25, 0xe4, 0x29, 0xee, 0x65, 0x5d +.byte 0xaf, 0xd1, 0xee, 0x3c, 0x17, 0x0b, 0x5a, 0x43, 0xc5, 0xa5, 0x86, 0xea, 0x24, 0x9e, 0xe2, 0x05 +.byte 0x07, 0xdc, 0x34, 0x42, 0x12, 0x91, 0xd6, 0x39, 0x74, 0xae, 0x4c, 0x41, 0x82, 0xdb, 0xf2, 0xa6 +.byte 0x48, 0xd1, 0xb3, 0x9b, 0xf3, 0x33, 0xaa, 0xf3, 0xa6, 0xc0, 0xc5, 0x4e, 0xf5, 0xf4, 0x9d, 0x76 +.byte 0x63, 0xe6, 0x02, 0xc6, 0x22, 0x4b, 0xc1, 0x95, 0x3f, 0x50, 0x64, 0x2c, 0x54, 0xe5, 0xb6, 0xf0 +.byte 0x3c, 0x29, 0xcf, 0x57, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x02, 0x26, 0x30, 0x44, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x49, 0x31, 0x1a, 0x30, 0x18 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x46, 0x69, 0x6e +.byte 0x6c, 0x61, 0x6e, 0x64, 0x20, 0x4f, 0x79, 0x6a, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x10, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x76, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xb2, 0xd0, 0x3f, 0x07, 0xbc, 0xe2, 0x7b, 0xd0, 0x6b, 0x99, 0xf8, 0xe2 +.byte 0x77, 0x69, 0xe7, 0xce, 0x9d, 0xa4, 0x03, 0xbc, 0x82, 0x6d, 0xa1, 0xfe, 0x81, 0x65, 0x1f, 0x4c +.byte 0x27, 0xac, 0x8e, 0x00, 0xba, 0x16, 0x7b, 0xeb, 0x30, 0x6a, 0x00, 0xc0, 0xb3, 0x74, 0x68, 0x7e +.byte 0xb2, 0xaf, 0xc7, 0xd5, 0x62, 0xb3, 0x7a, 0x3f, 0x50, 0xca, 0x8c, 0x36, 0x44, 0x24, 0x63, 0xd2 +.byte 0x36, 0xe9, 0x0c, 0x85, 0xf6, 0x43, 0x76, 0xd5, 0x4c, 0xa1, 0x60, 0x72, 0x67, 0xe2, 0x28, 0x33 +.byte 0xa5, 0xcb, 0x31, 0xb8, 0x3a, 0x22, 0x23, 0x34, 0xb8, 0x7d, 0xbd, 0x56, 0x22, 0x40, 0x9d, 0xea +.byte 0xf4, 0x7b, 0x03, 0xad, 0x68, 0xfc, 0xb2, 0x81, 0x4f, 0x98, 0xd0, 0x74, 0xea, 0x8d, 0xe5, 0x7d +.byte 0xcd, 0x63, 0xc3, 0xa3, 0xf6, 0xde, 0x92, 0xc2, 0x58, 0x19, 0xe0, 0x96, 0xbb, 0xc5, 0xc4, 0xa9 +.byte 0x3d, 0xa5, 0x74, 0x96, 0xfe, 0xaf, 0xf9, 0x89, 0xaa, 0xbd, 0x95, 0x17, 0x54, 0xd8, 0x78, 0x44 +.byte 0xf1, 0x0c, 0x77, 0x15, 0x92, 0xe0, 0x98, 0x42, 0xa7, 0xa4, 0xd6, 0xaa, 0x20, 0x92, 0xcd, 0xc1 +.byte 0xa0, 0xb3, 0x96, 0xb2, 0x3a, 0x84, 0x42, 0x8d, 0x7d, 0xd5, 0x95, 0xe4, 0xd6, 0xdb, 0xe9, 0x62 +.byte 0xc4, 0x58, 0xb3, 0x79, 0xc5, 0x8c, 0xd3, 0x35, 0x33, 0x83, 0x9f, 0x75, 0xa1, 0x52, 0x27, 0x61 +.byte 0x38, 0xf1, 0x59, 0x3d, 0x8e, 0x50, 0xe0, 0xbd, 0x79, 0x3c, 0xe7, 0x6c, 0x96, 0xfe, 0x5e, 0xd9 +.byte 0x02, 0x65, 0xb4, 0x8e, 0x5c, 0xd0, 0x11, 0x34, 0xdf, 0x5d, 0xbf, 0x52, 0xa7, 0x81, 0x00, 0xc3 +.byte 0x7f, 0x99, 0x45, 0x99, 0x15, 0xd5, 0x17, 0xc8, 0x0a, 0x53, 0xec, 0x63, 0xf3, 0x99, 0x7d, 0xcc +.byte 0x69, 0x12, 0x86, 0xc2, 0x17, 0xf0, 0x01, 0x9e, 0xbf, 0x84, 0xbc, 0xd1, 0x52, 0xcb, 0x1b, 0x92 +.byte 0x66, 0xce, 0xa4, 0x53, 0xe5, 0xa1, 0xbf, 0xc4, 0xdb, 0x09, 0xd6, 0xe6, 0x89, 0x56, 0x2b, 0xc8 +.byte 0xe3, 0x7c, 0xde, 0xe3, 0xff, 0x89, 0xe5, 0x35, 0x6e, 0x28, 0xe8, 0x6c, 0x0b, 0x23, 0x51, 0xa9 +.byte 0x25, 0x05, 0xeb, 0x48, 0xf8, 0xdd, 0xb1, 0xca, 0xfa, 0x6c, 0x08, 0x51, 0xef, 0xb7, 0x18, 0x6c +.byte 0x44, 0xca, 0x26, 0xe1, 0x73, 0xc6, 0x89, 0x06, 0x81, 0xe5, 0x8a, 0xac, 0xb0, 0xe2, 0x29, 0xc6 +.byte 0xb9, 0x24, 0xb3, 0x6b, 0x44, 0x11, 0xf4, 0xa5, 0x43, 0xc2, 0x4c, 0x43, 0xe5, 0x70, 0x36, 0x8c +.byte 0xb6, 0x33, 0x57, 0x7a, 0x95, 0x2e, 0x82, 0xa0, 0xf4, 0x5c, 0x10, 0xb3, 0x61, 0x83, 0xf6, 0x02 +.byte 0x05, 0x86, 0x2e, 0x7c, 0x2d, 0x6c, 0xdc, 0x03, 0x46, 0x6e, 0x35, 0x93, 0xd5, 0x7a, 0x95, 0x2f +.byte 0xde, 0x20, 0xd8, 0x5b, 0x7e, 0x94, 0x90, 0x04, 0x6a, 0xba, 0x59, 0x3d, 0x04, 0x05, 0x75, 0x9d +.byte 0x37, 0xa2, 0x0e, 0x2e, 0x3d, 0xeb, 0xc1, 0xa4, 0x52, 0x83, 0xfe, 0xd0, 0x6b, 0xd4, 0x66, 0x8e +.byte 0xdc, 0xc6, 0xe9, 0x12, 0x4e, 0x1d, 0x2a, 0x57, 0xaa, 0x10, 0xbc, 0x7c, 0x5e, 0x82, 0x7d, 0xa6 +.byte 0xa6, 0xc9, 0xf2, 0x2d, 0xb9, 0xf5, 0x17, 0x27, 0xad, 0xd1, 0x0e, 0x89, 0x54, 0x2b, 0x95, 0xfa +.byte 0xc0, 0xad, 0x1d, 0x98, 0x14, 0x78, 0x33, 0x42, 0x86, 0x0a, 0xa9, 0x73, 0xb5, 0xfb, 0x74, 0x0d +.byte 0xb7, 0x1b, 0x30, 0x19, 0xc4, 0x5a, 0x0e, 0x1c, 0x27, 0xb7, 0xda, 0x18, 0xd0, 0xff, 0x8a, 0xc8 +.byte 0x05, 0xba, 0xf1, 0xaa, 0x1c, 0xa2, 0x37, 0xb7, 0xe6, 0x48, 0xa4, 0x46, 0x2c, 0x94, 0xea, 0xa8 +.byte 0x76, 0x62, 0x47, 0x8b, 0x10, 0x53, 0x07, 0x48, 0x57, 0x6c, 0xe2, 0x92, 0x4d, 0xb6, 0xae, 0x05 +.byte 0xcb, 0xdc, 0xc1, 0x4a, 0x5e, 0x8f, 0xac, 0x3d, 0x19, 0x4e, 0xc2, 0xed, 0x60, 0x75, 0x2b, 0xdb +.byte 0xc1, 0xca, 0x42, 0xd5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x01, 0x26, 0x30, 0x44, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75 +.byte 0x73, 0x74, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66 +.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63 +.byte 0x69, 0x61, 0x6c, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xf6, 0x1b, 0x4f, 0x67, 0x07, 0x2b, 0xa1, 0x15, 0xf5, 0x06, 0x22, 0xcb +.byte 0x1f, 0x01, 0xb2, 0xe3, 0x73, 0x45, 0x06, 0x44, 0x49, 0x2c, 0xbb, 0x49, 0x25, 0x14, 0xd6, 0xce +.byte 0xc3, 0xb7, 0xab, 0x2c, 0x4f, 0xc6, 0x41, 0x32, 0x94, 0x57, 0xfa, 0x12, 0xa7, 0x5b, 0x0e, 0xe2 +.byte 0x8f, 0x1f, 0x1e, 0x86, 0x19, 0xa7, 0xaa, 0xb5, 0x2d, 0xb9, 0x5f, 0x0d, 0x8a, 0xc2, 0xaf, 0x85 +.byte 0x35, 0x79, 0x32, 0x2d, 0xbb, 0x1c, 0x62, 0x37, 0xf2, 0xb1, 0x5b, 0x4a, 0x3d, 0xca, 0xcd, 0x71 +.byte 0x5f, 0xe9, 0x42, 0xbe, 0x94, 0xe8, 0xc8, 0xde, 0xf9, 0x22, 0x48, 0x64, 0xc6, 0xe5, 0xab, 0xc6 +.byte 0x2b, 0x6d, 0xad, 0x05, 0xf0, 0xfa, 0xd5, 0x0b, 0xcf, 0x9a, 0xe5, 0xf0, 0x50, 0xa4, 0x8b, 0x3b +.byte 0x47, 0xa5, 0x23, 0x5b, 0x7a, 0x7a, 0xf8, 0x33, 0x3f, 0xb8, 0xef, 0x99, 0x97, 0xe3, 0x20, 0xc1 +.byte 0xd6, 0x28, 0x89, 0xcf, 0x94, 0xfb, 0xb9, 0x45, 0xed, 0xe3, 0x40, 0x17, 0x11, 0xd4, 0x74, 0xf0 +.byte 0x0b, 0x31, 0xe2, 0x2b, 0x26, 0x6a, 0x9b, 0x4c, 0x57, 0xae, 0xac, 0x20, 0x3e, 0xba, 0x45, 0x7a +.byte 0x05, 0xf3, 0xbd, 0x9b, 0x69, 0x15, 0xae, 0x7d, 0x4e, 0x20, 0x63, 0xc4, 0x35, 0x76, 0x3a, 0x07 +.byte 0x02, 0xc9, 0x37, 0xfd, 0xc7, 0x47, 0xee, 0xe8, 0xf1, 0x76, 0x1d, 0x73, 0x15, 0xf2, 0x97, 0xa4 +.byte 0xb5, 0xc8, 0x7a, 0x79, 0xd9, 0x42, 0xaa, 0x2b, 0x7f, 0x5c, 0xfe, 0xce, 0x26, 0x4f, 0xa3, 0x66 +.byte 0x81, 0x35, 0xaf, 0x44, 0xba, 0x54, 0x1e, 0x1c, 0x30, 0x32, 0x65, 0x9d, 0xe6, 0x3c, 0x93, 0x5e +.byte 0x50, 0x4e, 0x7a, 0xe3, 0x3a, 0xd4, 0x6e, 0xcc, 0x1a, 0xfb, 0xf9, 0xd2, 0x37, 0xae, 0x24, 0x2a +.byte 0xab, 0x57, 0x03, 0x22, 0x28, 0x0d, 0x49, 0x75, 0x7f, 0xb7, 0x28, 0xda, 0x75, 0xbf, 0x8e, 0xe3 +.byte 0xdc, 0x0e, 0x79, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x01, 0x26, 0x30, 0x44, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75 +.byte 0x73, 0x74, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66 +.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b +.byte 0x69, 0x6e, 0x67, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xb4, 0x84, 0xcc, 0x33, 0x17, 0x2e, 0x6b, 0x94, 0x6c, 0x6b, 0x61, 0x52 +.byte 0xa0, 0xeb, 0xa3, 0xcf, 0x79, 0x94, 0x4c, 0xe5, 0x94, 0x80, 0x99, 0xcb, 0x55, 0x64, 0x44, 0x65 +.byte 0x8f, 0x67, 0x64, 0xe2, 0x06, 0xe3, 0x5c, 0x37, 0x49, 0xf6, 0x2f, 0x9b, 0x84, 0x84, 0x1e, 0x2d +.byte 0xf2, 0x60, 0x9d, 0x30, 0x4e, 0xcc, 0x84, 0x85, 0xe2, 0x2c, 0xcf, 0x1e, 0x9e, 0xfe, 0x36, 0xab +.byte 0x33, 0x77, 0x35, 0x44, 0xd8, 0x35, 0x96, 0x1a, 0x3d, 0x36, 0xe8, 0x7a, 0x0e, 0xd8, 0xd5, 0x47 +.byte 0xa1, 0x6a, 0x69, 0x8b, 0xd9, 0xfc, 0xbb, 0x3a, 0xae, 0x79, 0x5a, 0xd5, 0xf4, 0xd6, 0x71, 0xbb +.byte 0x9a, 0x90, 0x23, 0x6b, 0x9a, 0xb7, 0x88, 0x74, 0x87, 0x0c, 0x1e, 0x5f, 0xb9, 0x9e, 0x2d, 0xfa +.byte 0xab, 0x53, 0x2b, 0xdc, 0xbb, 0x76, 0x3e, 0x93, 0x4c, 0x08, 0x08, 0x8c, 0x1e, 0xa2, 0x23, 0x1c +.byte 0xd4, 0x6a, 0xad, 0x22, 0xba, 0x99, 0x01, 0x2e, 0x6d, 0x65, 0xcb, 0xbe, 0x24, 0x66, 0x55, 0x24 +.byte 0x4b, 0x40, 0x44, 0xb1, 0x1b, 0xd7, 0xe1, 0xc2, 0x85, 0xc0, 0xde, 0x10, 0x3f, 0x3d, 0xed, 0xb8 +.byte 0xfc, 0xf1, 0xf1, 0x23, 0x53, 0xdc, 0xbf, 0x65, 0x97, 0x6f, 0xd9, 0xf9, 0x40, 0x71, 0x8d, 0x7d +.byte 0xbd, 0x95, 0xd4, 0xce, 0xbe, 0xa0, 0x5e, 0x27, 0x23, 0xde, 0xfd, 0xa6, 0xd0, 0x26, 0x0e, 0x00 +.byte 0x29, 0xeb, 0x3c, 0x46, 0xf0, 0x3d, 0x60, 0xbf, 0x3f, 0x50, 0xd2, 0xdc, 0x26, 0x41, 0x51, 0x9e +.byte 0x14, 0x37, 0x42, 0x04, 0xa3, 0x70, 0x57, 0xa8, 0x1b, 0x87, 0xed, 0x2d, 0xfa, 0x7b, 0xee, 0x8c +.byte 0x0a, 0xe3, 0xa9, 0x66, 0x89, 0x19, 0xcb, 0x41, 0xf9, 0xdd, 0x44, 0x36, 0x61, 0xcf, 0xe2, 0x77 +.byte 0x46, 0xc8, 0x7d, 0xf6, 0xf4, 0x92, 0x81, 0x36, 0xfd, 0xdb, 0x34, 0xf1, 0x72, 0x7e, 0xf3, 0x0c +.byte 0x16, 0xbd, 0xb4, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30, 0x45, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20 +.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0x9a, 0x18, 0xca, 0x4b, 0x94, 0x0d, 0x00, 0x2d, 0xaf, 0x03, 0x29 +.byte 0x8a, 0xf0, 0x0f, 0x81, 0xc8, 0xae, 0x4c, 0x19, 0x85, 0x1d, 0x08, 0x9f, 0xab, 0x29, 0x44, 0x85 +.byte 0xf3, 0x2f, 0x81, 0xad, 0x32, 0x1e, 0x90, 0x46, 0xbf, 0xa3, 0x86, 0x26, 0x1a, 0x1e, 0xfe, 0x7e +.byte 0x1c, 0x18, 0x3a, 0x5c, 0x9c, 0x60, 0x17, 0x2a, 0x3a, 0x74, 0x83, 0x33, 0x30, 0x7d, 0x61, 0x54 +.byte 0x11, 0xcb, 0xed, 0xab, 0xe0, 0xe6, 0xd2, 0xa2, 0x7e, 0xf5, 0x6b, 0x6f, 0x18, 0xb7, 0x0a, 0x0b +.byte 0x2d, 0xfd, 0xe9, 0x3e, 0xef, 0x0a, 0xc6, 0xb3, 0x10, 0xe9, 0xdc, 0xc2, 0x46, 0x17, 0xf8, 0x5d +.byte 0xfd, 0xa4, 0xda, 0xff, 0x9e, 0x49, 0x5a, 0x9c, 0xe6, 0x33, 0xe6, 0x24, 0x96, 0xf7, 0x3f, 0xba +.byte 0x5b, 0x2b, 0x1c, 0x7a, 0x35, 0xc2, 0xd6, 0x67, 0xfe, 0xab, 0x66, 0x50, 0x8b, 0x6d, 0x28, 0x60 +.byte 0x2b, 0xef, 0xd7, 0x60, 0xc3, 0xc7, 0x93, 0xbc, 0x8d, 0x36, 0x91, 0xf3, 0x7f, 0xf8, 0xdb, 0x11 +.byte 0x13, 0xc4, 0x9c, 0x77, 0x76, 0xc1, 0xae, 0xb7, 0x02, 0x6a, 0x81, 0x7a, 0xa9, 0x45, 0x83, 0xe2 +.byte 0x05, 0xe6, 0xb9, 0x56, 0xc1, 0x94, 0x37, 0x8f, 0x48, 0x71, 0x63, 0x22, 0xec, 0x17, 0x65, 0x07 +.byte 0x95, 0x8a, 0x4b, 0xdf, 0x8f, 0xc6, 0x5a, 0x0a, 0xe5, 0xb0, 0xe3, 0x5f, 0x5e, 0x6b, 0x11, 0xab +.byte 0x0c, 0xf9, 0x85, 0xeb, 0x44, 0xe9, 0xf8, 0x04, 0x73, 0xf2, 0xe9, 0xfe, 0x5c, 0x98, 0x8c, 0xf5 +.byte 0x73, 0xaf, 0x6b, 0xb4, 0x7e, 0xcd, 0xd4, 0x5c, 0x02, 0x2b, 0x4c, 0x39, 0xe1, 0xb2, 0x95, 0x95 +.byte 0x2d, 0x42, 0x87, 0xd7, 0xd5, 0xb3, 0x90, 0x43, 0xb7, 0x6c, 0x13, 0xf1, 0xde, 0xdd, 0xf6, 0xc4 +.byte 0xf8, 0x89, 0x3f, 0xd1, 0x75, 0xf5, 0x92, 0xc3, 0x91, 0xd5, 0x8a, 0x88, 0xd0, 0x90, 0xec, 0xdc +.byte 0x6d, 0xde, 0x89, 0xc2, 0x65, 0x71, 0x96, 0x8b, 0x0d, 0x03, 0xfd, 0x9c, 0xbf, 0x5b, 0x16, 0xac +.byte 0x92, 0xdb, 0xea, 0xfe, 0x79, 0x7c, 0xad, 0xeb, 0xaf, 0xf7, 0x16, 0xcb, 0xdb, 0xcd, 0x25, 0x2b +.byte 0xe5, 0x1f, 0xfb, 0x9a, 0x9f, 0xe2, 0x51, 0xcc, 0x3a, 0x53, 0x0c, 0x48, 0xe6, 0x0e, 0xbd, 0xc9 +.byte 0xb4, 0x76, 0x06, 0x52, 0xe6, 0x11, 0x13, 0x85, 0x72, 0x63, 0x03, 0x04, 0xe0, 0x04, 0x36, 0x2b +.byte 0x20, 0x19, 0x02, 0xe8, 0x74, 0xa7, 0x1f, 0xb6, 0xc9, 0x56, 0x66, 0xf0, 0x75, 0x25, 0xdc, 0x67 +.byte 0xc1, 0x0e, 0x61, 0x60, 0x88, 0xb3, 0x3e, 0xd1, 0xa8, 0xfc, 0xa3, 0xda, 0x1d, 0xb0, 0xd1, 0xb1 +.byte 0x23, 0x54, 0xdf, 0x44, 0x76, 0x6d, 0xed, 0x41, 0xd8, 0xc1, 0xb2, 0x22, 0xb6, 0x53, 0x1c, 0xdf +.byte 0x35, 0x1d, 0xdc, 0xa1, 0x77, 0x2a, 0x31, 0xe4, 0x2d, 0xf5, 0xe5, 0xe5, 0xdb, 0xc8, 0xe0, 0xff +.byte 0xe5, 0x80, 0xd7, 0x0b, 0x63, 0xa0, 0xff, 0x33, 0xa1, 0x0f, 0xba, 0x2c, 0x15, 0x15, 0xea, 0x97 +.byte 0xb3, 0xd2, 0xa2, 0xb5, 0xbe, 0xf2, 0x8c, 0x96, 0x1e, 0x1a, 0x8f, 0x1d, 0x6c, 0xa4, 0x61, 0x37 +.byte 0xb9, 0x86, 0x73, 0x33, 0xd7, 0x97, 0x96, 0x9e, 0x23, 0x7d, 0x82, 0xa4, 0x4c, 0x81, 0xe2, 0xa1 +.byte 0xd1, 0xba, 0x67, 0x5f, 0x95, 0x07, 0xa3, 0x27, 0x11, 0xee, 0x16, 0x10, 0x7b, 0xbc, 0x45, 0x4a +.byte 0x4c, 0xb2, 0x04, 0xd2, 0xab, 0xef, 0xd5, 0xfd, 0x0c, 0x51, 0xce, 0x50, 0x6a, 0x08, 0x31, 0xf9 +.byte 0x91, 0xda, 0x0c, 0x8f, 0x64, 0x5c, 0x03, 0xc3, 0x3a, 0x8b, 0x20, 0x3f, 0x6e, 0x8d, 0x67, 0x3d +.byte 0x3a, 0xd6, 0xfe, 0x7d, 0x5b, 0x88, 0xc9, 0x5e, 0xfb, 0xcc, 0x61, 0xdc, 0x8b, 0x33, 0x77, 0xd3 +.byte 0x44, 0x32, 0x35, 0x09, 0x62, 0x04, 0x92, 0x16, 0x10, 0xd8, 0x9e, 0x27, 0x47, 0xfb, 0x3b, 0x21 +.byte 0xe3, 0xf8, 0xeb, 0x1d, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30, 0x45 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30 +.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73 +.byte 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcc, 0x57, 0x42, 0x16, 0x54, 0x9c, 0xe6, 0x98, 0xd3, 0xd3 +.byte 0x4d, 0xee, 0xfe, 0xed, 0xc7, 0x9f, 0x43, 0x39, 0x4a, 0x65, 0xb3, 0xe8, 0x16, 0x88, 0x34, 0xdb +.byte 0x0d, 0x59, 0x91, 0x74, 0xcf, 0x92, 0xb8, 0x04, 0x40, 0xad, 0x02, 0x4b, 0x31, 0xab, 0xbc, 0x8d +.byte 0x91, 0x68, 0xd8, 0x20, 0x0e, 0x1a, 0x01, 0xe2, 0x1a, 0x7b, 0x4e, 0x17, 0x5d, 0xe2, 0x8a, 0xb7 +.byte 0x3f, 0x99, 0x1a, 0xcd, 0xeb, 0x61, 0xab, 0xc2, 0x65, 0xa6, 0x1f, 0xb7, 0xb7, 0xbd, 0xb7, 0x8f +.byte 0xfc, 0xfd, 0x70, 0x8f, 0x0b, 0xa0, 0x67, 0xbe, 0x01, 0xa2, 0x59, 0xcf, 0x71, 0xe6, 0x0f, 0x29 +.byte 0x76, 0xff, 0xb1, 0x56, 0x79, 0x45, 0x2b, 0x1f, 0x9e, 0x7a, 0x54, 0xe8, 0xa3, 0x29, 0x35, 0x68 +.byte 0xa4, 0x01, 0x4f, 0x0f, 0xa4, 0x2e, 0x37, 0xef, 0x1b, 0xbf, 0xe3, 0x8f, 0x10, 0xa8, 0x72, 0xab +.byte 0x58, 0x57, 0xe7, 0x54, 0x86, 0xc8, 0xc9, 0xf3, 0x5b, 0xda, 0x2c, 0xda, 0x5d, 0x8e, 0x6e, 0x3c +.byte 0xa3, 0x3e, 0xda, 0xfb, 0x82, 0xe5, 0xdd, 0xf2, 0x5c, 0xb2, 0x05, 0x33, 0x6f, 0x8a, 0x36, 0xce +.byte 0xd0, 0x13, 0x4e, 0xff, 0xbf, 0x4a, 0x0c, 0x34, 0x4c, 0xa6, 0xc3, 0x21, 0xbd, 0x50, 0x04, 0x55 +.byte 0xeb, 0xb1, 0xbb, 0x9d, 0xfb, 0x45, 0x1e, 0x64, 0x15, 0xde, 0x55, 0x01, 0x8c, 0x02, 0x76, 0xb5 +.byte 0xcb, 0xa1, 0x3f, 0x42, 0x69, 0xbc, 0x2f, 0xbd, 0x68, 0x43, 0x16, 0x56, 0x89, 0x2a, 0x37, 0x61 +.byte 0x91, 0xfd, 0xa6, 0xae, 0x4e, 0xc0, 0xcb, 0x14, 0x65, 0x94, 0x37, 0x4b, 0x92, 0x06, 0xef, 0x04 +.byte 0xd0, 0xc8, 0x9c, 0x88, 0xdb, 0x0b, 0x7b, 0x81, 0xaf, 0xb1, 0x3d, 0x2a, 0xc4, 0x65, 0x3a, 0x78 +.byte 0xb6, 0xee, 0xdc, 0x80, 0xb1, 0xd2, 0xd3, 0x99, 0x9c, 0x3a, 0xee, 0x6b, 0x5a, 0x6b, 0xb3, 0x8d +.byte 0xb7, 0xd5, 0xce, 0x9c, 0xc2, 0xbe, 0xa5, 0x4b, 0x2f, 0x16, 0xb1, 0x9e, 0x68, 0x3b, 0x06, 0x6f +.byte 0xae, 0x7d, 0x9f, 0xf8, 0xde, 0xec, 0xcc, 0x29, 0xa7, 0x98, 0xa3, 0x25, 0x43, 0x2f, 0xef, 0xf1 +.byte 0x5f, 0x26, 0xe1, 0x88, 0x4d, 0xf8, 0x5e, 0x6e, 0xd7, 0xd9, 0x14, 0x6e, 0x19, 0x33, 0x69, 0xa7 +.byte 0x3b, 0x84, 0x89, 0x93, 0xc4, 0x53, 0x55, 0x13, 0xa1, 0x51, 0x78, 0x40, 0xf8, 0xb8, 0xc9, 0xa2 +.byte 0xee, 0x7b, 0xba, 0x52, 0x42, 0x83, 0x9e, 0x14, 0xed, 0x05, 0x52, 0x5a, 0x59, 0x56, 0xa7, 0x97 +.byte 0xfc, 0x9d, 0x3f, 0x0a, 0x29, 0xd8, 0xdc, 0x4f, 0x91, 0x0e, 0x13, 0xbc, 0xde, 0x95, 0xa4, 0xdf +.byte 0x8b, 0x99, 0xbe, 0xac, 0x9b, 0x33, 0x88, 0xef, 0xb5, 0x81, 0xaf, 0x1b, 0xc6, 0x22, 0x53, 0xc8 +.byte 0xf6, 0xc7, 0xee, 0x97, 0x14, 0xb0, 0xc5, 0x7c, 0x78, 0x52, 0xc8, 0xf0, 0xce, 0x6e, 0x77, 0x60 +.byte 0x84, 0xa6, 0xe9, 0x2a, 0x76, 0x20, 0xed, 0x58, 0x01, 0x17, 0x30, 0x93, 0xe9, 0x1a, 0x8b, 0xe0 +.byte 0x73, 0x63, 0xd9, 0x6a, 0x92, 0x94, 0x49, 0x4e, 0xb4, 0xad, 0x4a, 0x85, 0xc4, 0xa3, 0x22, 0x30 +.byte 0xfc, 0x09, 0xed, 0x68, 0x22, 0x73, 0xa6, 0x88, 0x0c, 0x55, 0x21, 0x58, 0xc5, 0xe1, 0x3a, 0x9f +.byte 0x2a, 0xdd, 0xca, 0xe1, 0x90, 0xe0, 0xd9, 0x73, 0xab, 0x6c, 0x80, 0xb8, 0xe8, 0x0b, 0x64, 0x93 +.byte 0xa0, 0x9c, 0x8c, 0x19, 0xff, 0xb3, 0xd2, 0x0c, 0xec, 0x91, 0x26, 0x87, 0x8a, 0xb3, 0xa2, 0xe1 +.byte 0x70, 0x8f, 0x2c, 0x0a, 0xe5, 0xcd, 0x6d, 0x68, 0x51, 0xeb, 0xda, 0x3f, 0x05, 0x7f, 0x8b, 0x32 +.byte 0xe6, 0x13, 0x5c, 0x6b, 0xfe, 0x5f, 0x40, 0xe2, 0x22, 0xc8, 0xb4, 0xb4, 0x64, 0x4f, 0xd6, 0xba +.byte 0x7d, 0x48, 0x3e, 0xa8, 0x69, 0x0c, 0xd7, 0xbb, 0x86, 0x71, 0xc9, 0x73, 0xb8, 0x3f, 0x3b, 0x9d +.byte 0x25, 0x4b, 0xda, 0xff, 0x40, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30 +.byte 0x45, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15 +.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69 +.byte 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16 +.byte 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x43 +.byte 0x41, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xaf, 0xe4, 0xee, 0x7e, 0x8b, 0x24, 0x0e, 0x12, 0x6e +.byte 0xa9, 0x50, 0x2d, 0x16, 0x44, 0x3b, 0x92, 0x92, 0x5c, 0xca, 0xb8, 0x5d, 0x84, 0x92, 0x42, 0x13 +.byte 0x2a, 0xbc, 0x65, 0x57, 0x82, 0x40, 0x3e, 0x57, 0x24, 0xcd, 0x50, 0x8b, 0x25, 0x2a, 0xb7, 0x6f +.byte 0xfc, 0xef, 0xa2, 0xd0, 0xc0, 0x1f, 0x02, 0x24, 0x4a, 0x13, 0x96, 0x8f, 0x23, 0x13, 0xe6, 0x28 +.byte 0x58, 0x00, 0xa3, 0x47, 0xc7, 0x06, 0xa7, 0x84, 0x23, 0x2b, 0xbb, 0xbd, 0x96, 0x2b, 0x7f, 0x55 +.byte 0xcc, 0x8b, 0xc1, 0x57, 0x1f, 0x0e, 0x62, 0x65, 0x0f, 0xdd, 0x3d, 0x56, 0x8a, 0x73, 0xda, 0xae +.byte 0x7e, 0x6d, 0xba, 0x81, 0x1c, 0x7e, 0x42, 0x8c, 0x20, 0x35, 0xd9, 0x43, 0x4d, 0x84, 0xfa, 0x84 +.byte 0xdb, 0x52, 0x2c, 0xf3, 0x0e, 0x27, 0x77, 0x0b, 0x6b, 0xbf, 0x11, 0x2f, 0x72, 0x78, 0x9f, 0x2e +.byte 0xd8, 0x3e, 0xe6, 0x18, 0x37, 0x5a, 0x2a, 0x72, 0xf9, 0xda, 0x62, 0x90, 0x92, 0x95, 0xca, 0x1f +.byte 0x9c, 0xe9, 0xb3, 0x3c, 0x2b, 0xcb, 0xf3, 0x01, 0x13, 0xbf, 0x5a, 0xcf, 0xc1, 0xb5, 0x0a, 0x60 +.byte 0xbd, 0xdd, 0xb5, 0x99, 0x64, 0x53, 0xb8, 0xa0, 0x96, 0xb3, 0x6f, 0xe2, 0x26, 0x77, 0x91, 0x8c +.byte 0xe0, 0x62, 0x10, 0x02, 0x9f, 0x34, 0x0f, 0xa4, 0xd5, 0x92, 0x33, 0x51, 0xde, 0xbe, 0x8d, 0xba +.byte 0x84, 0x7a, 0x60, 0x3c, 0x6a, 0xdb, 0x9f, 0x2b, 0xec, 0xde, 0xde, 0x01, 0x3f, 0x6e, 0x4d, 0xe5 +.byte 0x50, 0x86, 0xcb, 0xb4, 0xaf, 0xed, 0x44, 0x40, 0xc5, 0xca, 0x5a, 0x8c, 0xda, 0xd2, 0x2b, 0x7c +.byte 0xa8, 0xee, 0xbe, 0xa6, 0xe5, 0x0a, 0xaa, 0x0e, 0xa5, 0xdf, 0x05, 0x52, 0xb7, 0x55, 0xc7, 0x22 +.byte 0x5d, 0x32, 0x6a, 0x97, 0x97, 0x63, 0x13, 0xdb, 0xc9, 0xdb, 0x79, 0x36, 0x7b, 0x85, 0x3a, 0x4a +.byte 0xc5, 0x52, 0x89, 0xf9, 0x24, 0xe7, 0x9d, 0x77, 0xa9, 0x82, 0xff, 0x55, 0x1c, 0xa5, 0x71, 0x69 +.byte 0x2b, 0xd1, 0x02, 0x24, 0xf2, 0xb3, 0x26, 0xd4, 0x6b, 0xda, 0x04, 0x55, 0xe5, 0xc1, 0x0a, 0xc7 +.byte 0x6d, 0x30, 0x37, 0x90, 0x2a, 0xe4, 0x9e, 0x14, 0x33, 0x5e, 0x16, 0x17, 0x55, 0xc5, 0x5b, 0xb5 +.byte 0xcb, 0x34, 0x89, 0x92, 0xf1, 0x9d, 0x26, 0x8f, 0xa1, 0x07, 0xd4, 0xc6, 0xb2, 0x78, 0x50, 0xdb +.byte 0x0c, 0x0c, 0x0b, 0x7c, 0x0b, 0x8c, 0x41, 0xd7, 0xb9, 0xe9, 0xdd, 0x8c, 0x88, 0xf7, 0xa3, 0x4d +.byte 0xb2, 0x32, 0xcc, 0xd8, 0x17, 0xda, 0xcd, 0xb7, 0xce, 0x66, 0x9d, 0xd4, 0xfd, 0x5e, 0xff, 0xbd +.byte 0x97, 0x3e, 0x29, 0x75, 0xe7, 0x7e, 0xa7, 0x62, 0x58, 0xaf, 0x25, 0x34, 0xa5, 0x41, 0xc7, 0x3d +.byte 0xbc, 0x0d, 0x50, 0xca, 0x03, 0x03, 0x0f, 0x08, 0x5a, 0x1f, 0x95, 0x73, 0x78, 0x62, 0xbf, 0xaf +.byte 0x72, 0x14, 0x69, 0x0e, 0xa5, 0xe5, 0x03, 0x0e, 0x78, 0x8e, 0x26, 0x28, 0x42, 0xf0, 0x07, 0x0b +.byte 0x62, 0x20, 0x10, 0x67, 0x39, 0x46, 0xfa, 0xa9, 0x03, 0xcc, 0x04, 0x38, 0x7a, 0x66, 0xef, 0x20 +.byte 0x83, 0xb5, 0x8c, 0x4a, 0x56, 0x8e, 0x91, 0x00, 0xfc, 0x8e, 0x5c, 0x82, 0xde, 0x88, 0xa0, 0xc3 +.byte 0xe2, 0x68, 0x6e, 0x7d, 0x8d, 0xef, 0x3c, 0xdd, 0x65, 0xf4, 0x5d, 0xac, 0x51, 0xef, 0x24, 0x80 +.byte 0xae, 0xaa, 0x56, 0x97, 0x6f, 0xf9, 0xad, 0x7d, 0xda, 0x61, 0x3f, 0x98, 0x77, 0x3c, 0xa5, 0x91 +.byte 0xb6, 0x1c, 0x8c, 0x26, 0xda, 0x65, 0xa2, 0x09, 0x6d, 0xc1, 0xe2, 0x54, 0xe3, 0xb9, 0xca, 0x4c +.byte 0x4c, 0x80, 0x8f, 0x77, 0x7b, 0x60, 0x9a, 0x1e, 0xdf, 0xb6, 0xf2, 0x48, 0x1e, 0x0e, 0xba, 0x4e +.byte 0x54, 0x6d, 0x98, 0xe0, 0xe1, 0xa2, 0x1a, 0xa2, 0x77, 0x50, 0xcf, 0xc4, 0x63, 0x92, 0xec, 0x47 +.byte 0x19, 0x9d, 0xeb, 0xe6, 0x6b, 0xce, 0xc1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x00, 0x78 +.byte 0x30, 0x45, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17 +.byte 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65, 0x6d +.byte 0x69, 0x75, 0x6d, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x0d +.byte 0x30, 0x5e, 0x1b, 0x15, 0x9d, 0x03, 0xd0, 0xa1, 0x79, 0x35, 0xb7, 0x3a, 0x3c, 0x92, 0x7a, 0xca +.byte 0x15, 0x1c, 0xcd, 0x62, 0xf3, 0x9c, 0x26, 0x5c, 0x07, 0x3d, 0xe5, 0x54, 0xfa, 0xa3, 0xd6, 0xcc +.byte 0x12, 0xea, 0xf4, 0x14, 0x5f, 0xe8, 0x8e, 0x19, 0xab, 0x2f, 0x2e, 0x48, 0xe6, 0xac, 0x18, 0x43 +.byte 0x78, 0xac, 0xd0, 0x37, 0xc3, 0xbd, 0xb2, 0xcd, 0x2c, 0xe6, 0x47, 0xe2, 0x1a, 0xe6, 0x63, 0xb8 +.byte 0x3d, 0x2e, 0x2f, 0x78, 0xc4, 0x4f, 0xdb, 0xf4, 0x0f, 0xa4, 0x68, 0x4c, 0x55, 0x72, 0x6b, 0x95 +.byte 0x1d, 0x4e, 0x18, 0x42, 0x95, 0x78, 0xcc, 0x37, 0x3c, 0x91, 0xe2, 0x9b, 0x65, 0x2b, 0x29, 0x00 +.byte 0x48, 0x00, 0x78, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x1c, 0x30 +.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69 +.byte 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0x9c, 0x0e, 0xb1, 0xcf, 0xb7, 0xe8, 0x9e, 0x52, 0x77, 0x75, 0x34, 0xfa, 0xa5 +.byte 0x46, 0xa7, 0xad, 0x32, 0x19, 0x32, 0xb4, 0x07, 0xa9, 0x27, 0xca, 0x94, 0xbb, 0x0c, 0xd2, 0x0a +.byte 0x10, 0xc7, 0xda, 0x89, 0xb0, 0x97, 0x0c, 0x70, 0x13, 0x09, 0x01, 0x8e, 0xd8, 0xea, 0x47, 0xea +.byte 0xbe, 0xb2, 0x80, 0x2b, 0xcd, 0xfc, 0x28, 0x0d, 0xdb, 0xac, 0xbc, 0xa4, 0x86, 0x37, 0xed, 0x70 +.byte 0x08, 0x00, 0x75, 0xea, 0x93, 0x0b, 0x7b, 0x2e, 0x52, 0x9c, 0x23, 0x68, 0x23, 0x06, 0x43, 0xec +.byte 0x92, 0x2f, 0x53, 0x84, 0xdb, 0xfb, 0x47, 0x14, 0x07, 0xe8, 0x5f, 0x94, 0x67, 0x5d, 0xc9, 0x7a +.byte 0x81, 0x3c, 0x20, 0x00, 0x48, 0x02, 0x26, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73 +.byte 0x61, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xac, 0xac, 0x74, 0x32, 0xe8, 0xb3, 0x65, 0xe5, 0xba, 0xed, 0x43, 0x26, 0x1d, 0xa6, 0x89, 0x0d +.byte 0x45, 0xba, 0x29, 0x88, 0xb2, 0xa4, 0x1d, 0x63, 0xdd, 0xd3, 0xc1, 0x2c, 0x09, 0x57, 0x89, 0x39 +.byte 0xa1, 0x55, 0xe9, 0x67, 0x34, 0x77, 0x0c, 0x6e, 0xe4, 0x55, 0x1d, 0x52, 0x25, 0xd2, 0x13, 0x6b +.byte 0x5e, 0xe1, 0x1d, 0xa9, 0xb7, 0x7d, 0x89, 0x32, 0x5f, 0x0d, 0x9e, 0x9f, 0x2c, 0x7a, 0x63, 0x60 +.byte 0x40, 0x1f, 0xa6, 0xb0, 0xb6, 0x78, 0x8f, 0x99, 0x54, 0x96, 0x08, 0x58, 0xae, 0xe4, 0x06, 0xbc +.byte 0x62, 0x05, 0x02, 0x16, 0xbf, 0xaf, 0xa8, 0x23, 0x03, 0xb6, 0x94, 0x0f, 0xbc, 0x6e, 0x6c, 0xc2 +.byte 0xcb, 0xd5, 0xa6, 0xbb, 0x0c, 0xe9, 0xf6, 0xc1, 0x02, 0xfb, 0x21, 0xde, 0x66, 0xdd, 0x17, 0xab +.byte 0x74, 0x42, 0xef, 0xf0, 0x74, 0x2f, 0x25, 0xf4, 0xea, 0x6b, 0x55, 0x5b, 0x90, 0xdb, 0x9d, 0xdf +.byte 0x5e, 0x87, 0x0a, 0x40, 0xfb, 0xad, 0x19, 0x6b, 0xfb, 0xf7, 0xca, 0x60, 0x88, 0xde, 0xda, 0xc1 +.byte 0x8f, 0xd6, 0xae, 0xd5, 0x7f, 0xd4, 0x3c, 0x83, 0xee, 0xd7, 0x16, 0x4c, 0x83, 0x45, 0x33, 0x6b +.byte 0x27, 0xd0, 0x86, 0xd0, 0x1c, 0x2d, 0x6b, 0xf3, 0xab, 0x7d, 0xf1, 0x85, 0xa9, 0xf5, 0x28, 0xd2 +.byte 0xad, 0xef, 0xf3, 0x84, 0x4b, 0x1c, 0x87, 0xfc, 0x13, 0xa3, 0x3a, 0x72, 0xa2, 0x5a, 0x11, 0x2b +.byte 0xd6, 0x27, 0x71, 0x27, 0xed, 0x81, 0x2d, 0x6d, 0x66, 0x81, 0x92, 0x87, 0xb4, 0x1b, 0x58, 0x7a +.byte 0xcc, 0x3f, 0x0a, 0xfa, 0x46, 0x4f, 0x4d, 0x78, 0x5c, 0xf8, 0x2b, 0x48, 0xe3, 0x04, 0x84, 0xcb +.byte 0x5d, 0xf6, 0xb4, 0x6a, 0xb3, 0x65, 0xfc, 0x42, 0x9e, 0x51, 0x26, 0x23, 0x20, 0xcb, 0x3d, 0x14 +.byte 0xf9, 0x81, 0xed, 0x65, 0x16, 0x00, 0x4f, 0x1a, 0x64, 0x97, 0x66, 0x08, 0xcf, 0x8c, 0x7b, 0xe3 +.byte 0x2b, 0xc0, 0x9d, 0xf9, 0x14, 0xf2, 0x1b, 0xf1, 0x56, 0x6a, 0x16, 0xbf, 0x2c, 0x85, 0x85, 0xcd +.byte 0x78, 0x38, 0x9a, 0xeb, 0x42, 0x6a, 0x02, 0x34, 0x18, 0x83, 0x17, 0x4e, 0x94, 0x56, 0xf8, 0xb6 +.byte 0x82, 0xb5, 0xf3, 0x96, 0xdd, 0x3d, 0xf3, 0xbe, 0x7f, 0x20, 0x77, 0x3e, 0x7b, 0x19, 0x23, 0x6b +.byte 0x2c, 0xd4, 0x72, 0x73, 0x43, 0x57, 0x7d, 0xe0, 0xf8, 0xd7, 0x69, 0x4f, 0x17, 0x36, 0x04, 0xf9 +.byte 0xc0, 0x90, 0x60, 0x37, 0x45, 0xde, 0xe6, 0x0c, 0xd8, 0x74, 0x8d, 0xae, 0x9c, 0xa2, 0x6d, 0x74 +.byte 0x5d, 0x42, 0xbe, 0x06, 0xf5, 0xd9, 0x64, 0x6e, 0x02, 0x10, 0xac, 0x89, 0xb0, 0x4c, 0x3b, 0x07 +.byte 0x4d, 0x40, 0x7e, 0x24, 0xc5, 0x8a, 0x98, 0x82, 0x79, 0x8e, 0xa4, 0xa7, 0x82, 0x20, 0x8d, 0x23 +.byte 0xfa, 0x27, 0x71, 0xc9, 0xdf, 0xc6, 0x41, 0x74, 0xa0, 0x4d, 0xf6, 0x91, 0x16, 0xdc, 0x46, 0x8c +.byte 0x5f, 0x29, 0x63, 0x31, 0x59, 0x71, 0x0c, 0xd8, 0x6f, 0xc2, 0xb6, 0x32, 0x7d, 0xfb, 0xe6, 0x5d +.byte 0x53, 0xa6, 0x7e, 0x15, 0xfc, 0xbb, 0x75, 0x7c, 0x5d, 0xec, 0xf8, 0xf6, 0x17, 0x1c, 0xec, 0xc7 +.byte 0x6b, 0x19, 0xcb, 0xf3, 0x7b, 0xf0, 0x2b, 0x07, 0xa5, 0xd9, 0x6c, 0x79, 0x54, 0x76, 0x6c, 0x9d +.byte 0x1c, 0xa6, 0x6e, 0x0e, 0xe9, 0x79, 0x0c, 0xa8, 0x23, 0x6a, 0xa3, 0xdf, 0x1b, 0x30, 0x31, 0x9f +.byte 0xb1, 0x54, 0x7b, 0xfe, 0x6a, 0xcb, 0x66, 0xaa, 0xdc, 0x65, 0xd0, 0xa2, 0x9e, 0x4a, 0x9a, 0x07 +.byte 0x21, 0x6b, 0x81, 0x8f, 0xdb, 0xc4, 0x59, 0xfa, 0xde, 0x22, 0xc0, 0x04, 0x9c, 0xe3, 0xaa, 0x5b +.byte 0x36, 0x93, 0xe8, 0x3d, 0xbd, 0x7a, 0xa1, 0x9d, 0x0b, 0x76, 0xb1, 0x0b, 0xc7, 0x9d, 0xfd, 0xcf +.byte 0x98, 0xa8, 0x06, 0xc2, 0xf8, 0x2a, 0xa3, 0xa1, 0x83, 0xa0, 0xb7, 0x25, 0x72, 0xa5, 0x02, 0xe3 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31 +.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53 +.byte 0x69, 0x67, 0x6e, 0x20, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20 +.byte 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xc4, 0xf1, 0x87, 0x7f, 0xd3, 0x78, 0x31, 0xf7, 0x38, 0xc9, 0xf8, 0xc3, 0x99 +.byte 0x43, 0xbc, 0xc7, 0xf7, 0xbc, 0x37, 0xe7, 0x4e, 0x71, 0xba, 0x4b, 0x8f, 0xa5, 0x73, 0x1d, 0x5c +.byte 0x6e, 0x98, 0xae, 0x03, 0x57, 0xae, 0x38, 0x37, 0x43, 0x2f, 0x17, 0x3d, 0x1f, 0xc8, 0xce, 0x68 +.byte 0x10, 0xc1, 0x78, 0xae, 0x19, 0x03, 0x2b, 0x10, 0xfa, 0x2c, 0x79, 0x83, 0xf6, 0xe8, 0xb9, 0x68 +.byte 0xb9, 0x55, 0xf2, 0x04, 0x44, 0xa7, 0x39, 0xf9, 0xfc, 0x04, 0x8b, 0x1e, 0xf1, 0xa2, 0x4d, 0x27 +.byte 0xf9, 0x61, 0x7b, 0xba, 0xb7, 0xe5, 0xa2, 0x13, 0xb6, 0xeb, 0x61, 0x3e, 0xd0, 0x6c, 0xd1, 0xe6 +.byte 0xfb, 0xfa, 0x5e, 0xed, 0x1d, 0xb4, 0x9e, 0xa0, 0x35, 0x5b, 0xa1, 0x92, 0xcb, 0xf0, 0x49, 0x92 +.byte 0xfe, 0x85, 0x0a, 0x05, 0x3e, 0xe6, 0xd9, 0x0b, 0xe2, 0x4f, 0xbb, 0xdc, 0x95, 0x37, 0xfc, 0x91 +.byte 0xe9, 0x32, 0x35, 0x22, 0xd1, 0x1f, 0x3a, 0x4e, 0x27, 0x85, 0x9d, 0xb0, 0x15, 0x94, 0x32, 0xda +.byte 0x61, 0x0d, 0x47, 0x4d, 0x60, 0x42, 0xae, 0x92, 0x47, 0xe8, 0x83, 0x5a, 0x50, 0x58, 0xe9, 0x8a +.byte 0x8b, 0xb9, 0x5d, 0xa1, 0xdc, 0xdd, 0x99, 0x4a, 0x1f, 0x36, 0x67, 0xbb, 0x48, 0xe4, 0x83, 0xb6 +.byte 0x37, 0xeb, 0x48, 0x3a, 0xaf, 0x0f, 0x67, 0x8f, 0x17, 0x07, 0xe8, 0x04, 0xca, 0xef, 0x6a, 0x31 +.byte 0x87, 0xd4, 0xc0, 0xb6, 0xf9, 0x94, 0x71, 0x7b, 0x67, 0x64, 0xb8, 0xb6, 0x91, 0x4a, 0x42, 0x7b +.byte 0x65, 0x2e, 0x30, 0x6a, 0x0c, 0xf5, 0x90, 0xee, 0x95, 0xe6, 0xf2, 0xcd, 0x82, 0xec, 0xd9, 0xa1 +.byte 0x4a, 0xec, 0xf6, 0xb2, 0x4b, 0xe5, 0x45, 0x85, 0xe6, 0x6d, 0x78, 0x93, 0x04, 0x2e, 0x9c, 0x82 +.byte 0x6d, 0x36, 0xa9, 0xc4, 0x31, 0x64, 0x1f, 0x86, 0x83, 0x0b, 0x2a, 0xf4, 0x35, 0x0a, 0x78, 0xc9 +.byte 0x55, 0xcf, 0x41, 0xb0, 0x47, 0xe9, 0x30, 0x9f, 0x99, 0xbe, 0x61, 0xa8, 0x06, 0x84, 0xb9, 0x28 +.byte 0x7a, 0x5f, 0x38, 0xd9, 0x1b, 0xa9, 0x38, 0xb0, 0x83, 0x7f, 0x73, 0xc1, 0xc3, 0x3b, 0x48, 0x2a +.byte 0x82, 0x0f, 0x21, 0x9b, 0xb8, 0xcc, 0xa8, 0x35, 0xc3, 0x84, 0x1b, 0x83, 0xb3, 0x3e, 0xbe, 0xa4 +.byte 0x95, 0x69, 0x01, 0x3a, 0x89, 0x00, 0x78, 0x04, 0xd9, 0xc9, 0xf4, 0x99, 0x19, 0xab, 0x56, 0x7e +.byte 0x5b, 0x8b, 0x86, 0x39, 0x15, 0x91, 0xa4, 0x10, 0x2c, 0x09, 0x32, 0x80, 0x60, 0xb3, 0x93, 0xc0 +.byte 0x2a, 0xb6, 0x18, 0x0b, 0x9d, 0x7e, 0x8d, 0x49, 0xf2, 0x10, 0x4a, 0x7f, 0xf9, 0xd5, 0x46, 0x2f +.byte 0x19, 0x92, 0xa3, 0x99, 0xa7, 0x26, 0xac, 0xbb, 0x8c, 0x3c, 0xe6, 0x0e, 0xbc, 0x47, 0x07, 0xdc +.byte 0x73, 0x51, 0xf1, 0x70, 0x64, 0x2f, 0x08, 0xf9, 0xb4, 0x47, 0x1d, 0x30, 0x6c, 0x44, 0xea, 0x29 +.byte 0x37, 0x85, 0x92, 0x68, 0x66, 0xbc, 0x83, 0x38, 0xfe, 0x7b, 0x39, 0x2e, 0xd3, 0x50, 0xf0, 0x1f +.byte 0xfb, 0x5e, 0x60, 0xb6, 0xa9, 0xa6, 0xfa, 0x27, 0x41, 0xf1, 0x9b, 0x18, 0x72, 0xf2, 0xf5, 0x84 +.byte 0x74, 0x4a, 0xc9, 0x67, 0xc4, 0x54, 0xae, 0x48, 0x64, 0xdf, 0x8c, 0xd1, 0x6e, 0xb0, 0x1d, 0xe1 +.byte 0x07, 0x8f, 0x08, 0x1e, 0x99, 0x9c, 0x71, 0xe9, 0x4c, 0xd8, 0xa5, 0xf7, 0x47, 0x12, 0x1f, 0x74 +.byte 0xd1, 0x51, 0x9e, 0x86, 0xf3, 0xc2, 0xa2, 0x23, 0x40, 0x0b, 0x73, 0xdb, 0x4b, 0xa6, 0xe7, 0x73 +.byte 0x06, 0x8c, 0xc1, 0xa0, 0xe9, 0xc1, 0x59, 0xac, 0x46, 0xfa, 0xe6, 0x2f, 0xf8, 0xcf, 0x71, 0x9c +.byte 0x46, 0x6d, 0xb9, 0xc4, 0x15, 0x8d, 0x38, 0x79, 0x03, 0x45, 0x48, 0xef, 0xc4, 0x5d, 0xd7, 0x08 +.byte 0xee, 0x87, 0x39, 0x22, 0x86, 0xb2, 0x0d, 0x0f, 0x58, 0x43, 0xf7, 0x71, 0xa9, 0x48, 0x2e, 0xfd +.byte 0xea, 0xd6, 0x1f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x55, 0x43, 0x41, 0x20, 0x45, 0x78, 0x74 +.byte 0x65, 0x6e, 0x64, 0x65, 0x64, 0x20, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa9, 0x09, 0x07, 0x28, 0x13, 0x02, 0xb0, 0x99, 0xe0, 0x64 +.byte 0xaa, 0x1e, 0x43, 0x16, 0x7a, 0x73, 0xb1, 0x91, 0xa0, 0x75, 0x3e, 0xa8, 0xfa, 0xe3, 0x38, 0x00 +.byte 0x7a, 0xec, 0x89, 0x6a, 0x20, 0x0f, 0x8b, 0xc5, 0xb0, 0x9b, 0x33, 0x03, 0x5a, 0x86, 0xc6, 0x58 +.byte 0x86, 0xd5, 0xc1, 0x85, 0xbb, 0x4f, 0xc6, 0x9c, 0x40, 0x4d, 0xca, 0xbe, 0xee, 0x69, 0x96, 0xb8 +.byte 0xad, 0x81, 0x30, 0x9a, 0x7c, 0x92, 0x05, 0xeb, 0x05, 0x2b, 0x9a, 0x48, 0xd0, 0xb8, 0x76, 0x3e +.byte 0x96, 0xc8, 0x20, 0xbb, 0xd2, 0xb0, 0xf1, 0x8f, 0xd8, 0xac, 0x45, 0x46, 0xff, 0xaa, 0x67, 0x60 +.byte 0xb4, 0x77, 0x7e, 0x6a, 0x1f, 0x3c, 0x1a, 0x52, 0x7a, 0x04, 0x3d, 0x07, 0x3c, 0x85, 0x0d, 0x84 +.byte 0xd0, 0x1f, 0x76, 0x0a, 0xf7, 0x6a, 0x14, 0xdf, 0x72, 0xe3, 0x34, 0x7c, 0x57, 0x4e, 0x56, 0x01 +.byte 0x3e, 0x79, 0xf1, 0xaa, 0x29, 0x3b, 0x6c, 0xfa, 0xf8, 0x8f, 0x6d, 0x4d, 0xc8, 0x35, 0xdf, 0xae +.byte 0xeb, 0xdc, 0x24, 0xee, 0x79, 0x45, 0xa7, 0x85, 0xb6, 0x05, 0x88, 0xde, 0x88, 0x5d, 0x25, 0x7c +.byte 0x97, 0x64, 0x67, 0x09, 0xd9, 0xbf, 0x5a, 0x15, 0x05, 0x86, 0xf3, 0x09, 0x1e, 0xec, 0x58, 0x32 +.byte 0x33, 0x11, 0xf3, 0x77, 0x64, 0xb0, 0x76, 0x1f, 0xe4, 0x10, 0x35, 0x17, 0x1b, 0xf2, 0x0e, 0xb1 +.byte 0x6c, 0xa4, 0x2a, 0xa3, 0x73, 0xfc, 0x09, 0x1f, 0x1e, 0x32, 0x19, 0x53, 0x11, 0xe7, 0xd9, 0xb3 +.byte 0x2c, 0x2e, 0x76, 0x2e, 0xa1, 0xa3, 0xde, 0x7e, 0x6a, 0x88, 0x09, 0xe8, 0xf2, 0x07, 0x8a, 0xf8 +.byte 0xb2, 0xcd, 0x10, 0xe7, 0xe2, 0x73, 0x40, 0x93, 0xbb, 0x08, 0xd1, 0x3f, 0xe1, 0xfc, 0x0b, 0x94 +.byte 0xb3, 0x25, 0xef, 0x7c, 0xa6, 0xd7, 0xd1, 0xaf, 0x9f, 0xff, 0x96, 0x9a, 0xf5, 0x91, 0x7b, 0x98 +.byte 0x0b, 0x77, 0xd4, 0x7e, 0xe8, 0x07, 0xd2, 0x62, 0xb5, 0x95, 0x39, 0xe3, 0xf3, 0xf1, 0x6d, 0x0f +.byte 0x0e, 0x65, 0x84, 0x8a, 0x63, 0x54, 0xc5, 0x80, 0xb6, 0xe0, 0x9e, 0x4b, 0x7d, 0x47, 0x26, 0xa7 +.byte 0x01, 0x08, 0x5d, 0xd1, 0x88, 0x9e, 0xd7, 0xc3, 0x32, 0x44, 0xfa, 0x82, 0x4a, 0x0a, 0x68, 0x54 +.byte 0x7f, 0x38, 0x53, 0x03, 0xcc, 0xa4, 0x00, 0x33, 0x64, 0x51, 0x59, 0x0b, 0xa3, 0x82, 0x91, 0x7a +.byte 0x5e, 0xec, 0x16, 0xc2, 0xf3, 0x2a, 0xe6, 0x62, 0xda, 0x2a, 0xdb, 0x59, 0x62, 0x10, 0x25, 0x4a +.byte 0x2a, 0x81, 0x0b, 0x47, 0x07, 0x43, 0x06, 0x70, 0x87, 0xd2, 0xfa, 0x93, 0x11, 0x29, 0x7a, 0x48 +.byte 0x4d, 0xeb, 0x94, 0xc7, 0x70, 0x4d, 0xaf, 0x67, 0xd5, 0x51, 0xb1, 0x80, 0x20, 0x01, 0x01, 0xb4 +.byte 0x7a, 0x08, 0xa6, 0x90, 0x7f, 0x4e, 0xe0, 0xef, 0x07, 0x41, 0x87, 0xaf, 0x6a, 0xa5, 0x5e, 0x8b +.byte 0xfb, 0xcf, 0x50, 0xb2, 0x9a, 0x54, 0xaf, 0xc3, 0x89, 0xba, 0x58, 0x2d, 0xf5, 0x30, 0x98, 0xb1 +.byte 0x36, 0x72, 0x39, 0x7e, 0x49, 0x04, 0xfd, 0x29, 0xa7, 0x4c, 0x79, 0xe4, 0x05, 0x57, 0xdb, 0x94 +.byte 0xb9, 0x16, 0x53, 0x8d, 0x46, 0xb3, 0x1d, 0x95, 0x61, 0x57, 0x56, 0x7f, 0xaf, 0xf0, 0x16, 0x5b +.byte 0x61, 0x58, 0x6f, 0x36, 0x50, 0x11, 0x0b, 0xd8, 0xac, 0x2b, 0x95, 0x16, 0x1a, 0x0e, 0x1f, 0x08 +.byte 0xcd, 0x36, 0x34, 0x65, 0x10, 0x62, 0x66, 0xd5, 0x80, 0x5f, 0x14, 0x20, 0x5f, 0x2d, 0x0c, 0xa0 +.byte 0x78, 0x0a, 0x68, 0xd6, 0x2c, 0xd7, 0xe9, 0x6f, 0x2b, 0xd2, 0x4a, 0x05, 0x93, 0xfc, 0x9e, 0x6f +.byte 0x6b, 0x67, 0xff, 0x88, 0xf1, 0x4e, 0xa5, 0x69, 0x4a, 0x52, 0x37, 0x05, 0xea, 0xc6, 0x16, 0x8d +.byte 0xd2, 0xc4, 0x99, 0xd1, 0x82, 0x2b, 0x3b, 0xba, 0x35, 0x75, 0xf7, 0x51, 0x51, 0x58, 0xf3, 0xc8 +.byte 0x07, 0xdd, 0xe4, 0xb4, 0x03, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x00, 0x78, 0x30 +.byte 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c +.byte 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68 +.byte 0x69, 0x6e, 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1a, 0x30, 0x18 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0x65, 0x50, 0x4a, 0xae, 0x8c, 0x79, 0x96, 0x4a, 0xaa, 0x1c, 0x08, 0xc3, 0xa3, 0xa2, 0xcd, 0xfe +.byte 0x59, 0x56, 0x41, 0x77, 0xfd, 0x26, 0x94, 0x42, 0xbb, 0x1d, 0xcd, 0x08, 0xdb, 0x73, 0xb2, 0x5b +.byte 0x75, 0xf3, 0xcf, 0x9c, 0x4e, 0x82, 0xf4, 0xbf, 0xf8, 0x61, 0x26, 0x85, 0x6c, 0xd6, 0x85, 0x5b +.byte 0x72, 0x70, 0xd2, 0xfd, 0xdb, 0x62, 0xb4, 0xdf, 0x53, 0x8b, 0xbd, 0xb1, 0x44, 0x58, 0x62, 0x42 +.byte 0x09, 0xc7, 0xfa, 0x7f, 0x5b, 0x10, 0xe7, 0xfe, 0x40, 0xfd, 0xc0, 0xd8, 0xc3, 0x2b, 0x32, 0xe7 +.byte 0x70, 0xa6, 0xb7, 0xa6, 0x20, 0x55, 0x1d, 0x7b, 0x80, 0x5d, 0x4b, 0x8f, 0x67, 0x4c, 0xf1, 0x10 +.byte 0x00, 0x49, 0x01, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x48, 0x4b, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f +.byte 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50 +.byte 0x6f, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xac, 0xff +.byte 0x38, 0xb6, 0xe9, 0x66, 0x02, 0x49, 0xe3, 0xa2, 0xb4, 0xe1, 0x90, 0xf9, 0x40, 0x8f, 0x79, 0xf9 +.byte 0xe2, 0xbd, 0x79, 0xfe, 0x02, 0xbd, 0xee, 0x24, 0x92, 0x1d, 0x22, 0xf6, 0xda, 0x85, 0x72, 0x69 +.byte 0xfe, 0xd7, 0x3f, 0x09, 0xd4, 0xdd, 0x91, 0xb5, 0x02, 0x9c, 0xd0, 0x8d, 0x5a, 0xe1, 0x55, 0xc3 +.byte 0x50, 0x86, 0xb9, 0x29, 0x26, 0xc2, 0xe3, 0xd9, 0xa0, 0xf1, 0x69, 0x03, 0x28, 0x20, 0x80, 0x45 +.byte 0x22, 0x2d, 0x56, 0xa7, 0x3b, 0x54, 0x95, 0x56, 0x22, 0x59, 0x1f, 0x28, 0xdf, 0x1f, 0x20, 0x3d +.byte 0x6d, 0xa2, 0x36, 0xbe, 0x23, 0xa0, 0xb1, 0x6e, 0xb5, 0xb1, 0x27, 0x3f, 0x39, 0x53, 0x09, 0xea +.byte 0xab, 0x6a, 0xe8, 0x74, 0xb2, 0xc2, 0x65, 0x5c, 0x8e, 0xbf, 0x7c, 0xc3, 0x78, 0x84, 0xcd, 0x9e +.byte 0x16, 0xfc, 0xf5, 0x2e, 0x4f, 0x20, 0x2a, 0x08, 0x9f, 0x77, 0xf3, 0xc5, 0x1e, 0xc4, 0x9a, 0x52 +.byte 0x66, 0x1e, 0x48, 0x5e, 0xe3, 0x10, 0x06, 0x8f, 0x22, 0x98, 0xe1, 0x65, 0x8e, 0x1b, 0x5d, 0x23 +.byte 0x66, 0x3b, 0xb8, 0xa5, 0x32, 0x51, 0xc8, 0x86, 0xaa, 0xa1, 0xa9, 0x9e, 0x7f, 0x76, 0x94, 0xc2 +.byte 0xa6, 0x6c, 0xb7, 0x41, 0xf0, 0xd5, 0xc8, 0x06, 0x38, 0xe6, 0xd4, 0x0c, 0xe2, 0xf3, 0x3b, 0x4c +.byte 0x6d, 0x50, 0x8c, 0xc4, 0x83, 0x27, 0xc1, 0x13, 0x84, 0x59, 0x3d, 0x9e, 0x75, 0x74, 0xb6, 0xd8 +.byte 0x02, 0x5e, 0x3a, 0x90, 0x7a, 0xc0, 0x42, 0x36, 0x72, 0xec, 0x6a, 0x4d, 0xdc, 0xef, 0xc4, 0x00 +.byte 0xdf, 0x13, 0x18, 0x57, 0x5f, 0x26, 0x78, 0xc8, 0xd6, 0x0a, 0x79, 0x77, 0xbf, 0xf7, 0xaf, 0xb7 +.byte 0x76, 0xb9, 0xa5, 0x0b, 0x84, 0x17, 0x5d, 0x10, 0xea, 0x6f, 0xe1, 0xab, 0x95, 0x11, 0x5f, 0x6d +.byte 0x3c, 0xa3, 0x5c, 0x4d, 0x83, 0x5b, 0xf2, 0xb3, 0x19, 0x8a, 0x80, 0x8b, 0x0b, 0x87, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65 +.byte 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xb6, 0x11, 0x02, 0x8b, 0x1e, 0xe3, 0xa1, 0x77, 0x9b, 0x3b, 0xdc, 0xbf, 0x94, 0x3e, 0xb7 +.byte 0x95, 0xa7, 0x40, 0x3c, 0xa1, 0xfd, 0x82, 0xf9, 0x7d, 0x32, 0x06, 0x82, 0x71, 0xf6, 0xf6, 0x8c +.byte 0x7f, 0xfb, 0xe8, 0xdb, 0xbc, 0x6a, 0x2e, 0x97, 0x97, 0xa3, 0x8c, 0x4b, 0xf9, 0x2b, 0xf6, 0xb1 +.byte 0xf9, 0xce, 0x84, 0x1d, 0xb1, 0xf9, 0xc5, 0x97, 0xde, 0xef, 0xb9, 0xf2, 0xa3, 0xe9, 0xbc, 0x12 +.byte 0x89, 0x5e, 0xa7, 0xaa, 0x52, 0xab, 0xf8, 0x23, 0x27, 0xcb, 0xa4, 0xb1, 0x9c, 0x63, 0xdb, 0xd7 +.byte 0x99, 0x7e, 0xf0, 0x0a, 0x5e, 0xeb, 0x68, 0xa6, 0xf4, 0xc6, 0x5a, 0x47, 0x0d, 0x4d, 0x10, 0x33 +.byte 0xe3, 0x4e, 0xb1, 0x13, 0xa3, 0xc8, 0x18, 0x6c, 0x4b, 0xec, 0xfc, 0x09, 0x90, 0xdf, 0x9d, 0x64 +.byte 0x29, 0x25, 0x23, 0x07, 0xa1, 0xb4, 0xd2, 0x3d, 0x2e, 0x60, 0xe0, 0xcf, 0xd2, 0x09, 0x87, 0xbb +.byte 0xcd, 0x48, 0xf0, 0x4d, 0xc2, 0xc2, 0x7a, 0x88, 0x8a, 0xbb, 0xba, 0xcf, 0x59, 0x19, 0xd6, 0xaf +.byte 0x8f, 0xb0, 0x07, 0xb0, 0x9e, 0x31, 0xf1, 0x82, 0xc1, 0xc0, 0xdf, 0x2e, 0xa6, 0x6d, 0x6c, 0x19 +.byte 0x0e, 0xb5, 0xd8, 0x7e, 0x26, 0x1a, 0x45, 0x03, 0x3d, 0xb0, 0x79, 0xa4, 0x94, 0x28, 0xad, 0x0f +.byte 0x7f, 0x26, 0xe5, 0xa8, 0x08, 0xfe, 0x96, 0xe8, 0x3c, 0x68, 0x94, 0x53, 0xee, 0x83, 0x3a, 0x88 +.byte 0x2b, 0x15, 0x96, 0x09, 0xb2, 0xe0, 0x7a, 0x8c, 0x2e, 0x75, 0xd6, 0x9c, 0xeb, 0xa7, 0x56, 0x64 +.byte 0x8f, 0x96, 0x4f, 0x68, 0xae, 0x3d, 0x97, 0xc2, 0x84, 0x8f, 0xc0, 0xbc, 0x40, 0xc0, 0x0b, 0x5c +.byte 0xbd, 0xf6, 0x87, 0xb3, 0x35, 0x6c, 0xac, 0x18, 0x50, 0x7f, 0x84, 0xe0, 0x4c, 0xcd, 0x92, 0xd3 +.byte 0x20, 0xe9, 0x33, 0xbc, 0x52, 0x99, 0xaf, 0x32, 0xb5, 0x29, 0xb3, 0x25, 0x2a, 0xb4, 0x48, 0xf9 +.byte 0x72, 0xe1, 0xca, 0x64, 0xf7, 0xe6, 0x82, 0x10, 0x8d, 0xe8, 0x9d, 0xc2, 0x8a, 0x88, 0xfa, 0x38 +.byte 0x66, 0x8a, 0xfc, 0x63, 0xf9, 0x01, 0xf9, 0x78, 0xfd, 0x7b, 0x5c, 0x77, 0xfa, 0x76, 0x87, 0xfa +.byte 0xec, 0xdf, 0xb1, 0x0e, 0x79, 0x95, 0x57, 0xb4, 0xbd, 0x26, 0xef, 0xd6, 0x01, 0xd1, 0xeb, 0x16 +.byte 0x0a, 0xbb, 0x8e, 0x0b, 0xb5, 0xc5, 0xc5, 0x8a, 0x55, 0xab, 0xd3, 0xac, 0xea, 0x91, 0x4b, 0x29 +.byte 0xcc, 0x19, 0xa4, 0x32, 0x25, 0x4e, 0x2a, 0xf1, 0x65, 0x44, 0xd0, 0x02, 0xce, 0xaa, 0xce, 0x49 +.byte 0xb4, 0xea, 0x9f, 0x7c, 0x83, 0xb0, 0x40, 0x7b, 0xe7, 0x43, 0xab, 0xa7, 0x6c, 0xa3, 0x8f, 0x7d +.byte 0x89, 0x81, 0xfa, 0x4c, 0xa5, 0xff, 0xd5, 0x8e, 0xc3, 0xce, 0x4b, 0xe0, 0xb5, 0xd8, 0xb3, 0x8e +.byte 0x45, 0xcf, 0x76, 0xc0, 0xed, 0x40, 0x2b, 0xfd, 0x53, 0x0f, 0xb0, 0xa7, 0xd5, 0x3b, 0x0d, 0xb1 +.byte 0x8a, 0xa2, 0x03, 0xde, 0x31, 0xad, 0xcc, 0x77, 0xea, 0x6f, 0x7b, 0x3e, 0xd6, 0xdf, 0x91, 0x22 +.byte 0x12, 0xe6, 0xbe, 0xfa, 0xd8, 0x32, 0xfc, 0x10, 0x63, 0x14, 0x51, 0x72, 0xde, 0x5d, 0xd6, 0x16 +.byte 0x93, 0xbd, 0x29, 0x68, 0x33, 0xef, 0x3a, 0x66, 0xec, 0x07, 0x8a, 0x26, 0xdf, 0x13, 0xd7, 0x57 +.byte 0x65, 0x78, 0x27, 0xde, 0x5e, 0x49, 0x14, 0x00, 0xa2, 0x00, 0x7f, 0x9a, 0xa8, 0x21, 0xb6, 0xa9 +.byte 0xb1, 0x95, 0xb0, 0xa5, 0xb9, 0x0d, 0x16, 0x11, 0xda, 0xc7, 0x6c, 0x48, 0x3c, 0x40, 0xe0, 0x7e +.byte 0x0d, 0x5a, 0xcd, 0x56, 0x3c, 0xd1, 0x97, 0x05, 0xb9, 0xcb, 0x4b, 0xed, 0x39, 0x4b, 0x9c, 0xc4 +.byte 0x3f, 0xd2, 0x55, 0x13, 0x6e, 0x24, 0xb0, 0xd6, 0x71, 0xfa, 0xf4, 0xc1, 0xba, 0xcc, 0xed, 0x1b +.byte 0xf5, 0xfe, 0x81, 0x41, 0xd8, 0x00, 0x98, 0x3d, 0x3a, 0xc8, 0xae, 0x7a, 0x98, 0x37, 0x18, 0x05 +.byte 0x95, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30 +.byte 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xce, 0xde, 0xfd, 0xa6, 0xfb, 0xec, 0xec, 0x14, 0x34, 0x3c, 0x07, 0x06 +.byte 0x5a, 0x6c, 0x59, 0xf7, 0x19, 0x35, 0xdd, 0xf7, 0xc1, 0x9d, 0x55, 0xaa, 0xd3, 0xcd, 0x3b, 0xa4 +.byte 0x93, 0x72, 0xef, 0x0a, 0xfa, 0x6d, 0x9d, 0xf6, 0xf0, 0x85, 0x80, 0x5b, 0xa1, 0x48, 0x52, 0x9f +.byte 0x39, 0xc5, 0xb7, 0xee, 0x28, 0xac, 0xef, 0xcb, 0x76, 0x68, 0x14, 0xb9, 0xdf, 0xad, 0x01, 0x6c +.byte 0x99, 0x1f, 0xc4, 0x22, 0x1d, 0x9f, 0xfe, 0x72, 0x77, 0xe0, 0x2c, 0x5b, 0xaf, 0xe4, 0x04, 0xbf +.byte 0x4f, 0x72, 0xa0, 0x1a, 0x34, 0x98, 0xe8, 0x39, 0x68, 0xec, 0x95, 0x25, 0x7b, 0x76, 0xa1, 0xe6 +.byte 0x69, 0xb9, 0x85, 0x19, 0xbd, 0x89, 0x8c, 0xfe, 0xad, 0xed, 0x36, 0xea, 0x73, 0xbc, 0xff, 0x83 +.byte 0xe2, 0xcb, 0x7d, 0xc1, 0xd2, 0xce, 0x4a, 0xb3, 0x8d, 0x05, 0x9e, 0x8b, 0x49, 0x93, 0xdf, 0xc1 +.byte 0x5b, 0xd0, 0x6e, 0x5e, 0xf0, 0x2e, 0x30, 0x2e, 0x82, 0xfc, 0xfa, 0xbc, 0xb4, 0x17, 0x0a, 0x48 +.byte 0xe5, 0x88, 0x9b, 0xc5, 0x9b, 0x6b, 0xde, 0xb0, 0xca, 0xb4, 0x03, 0xf0, 0xda, 0xf4, 0x90, 0xb8 +.byte 0x65, 0x64, 0xf7, 0x5c, 0x4c, 0xad, 0xe8, 0x7e, 0x66, 0x5e, 0x99, 0xd7, 0xb8, 0xc2, 0x3e, 0xc8 +.byte 0xd0, 0x13, 0x9d, 0xad, 0xee, 0xe4, 0x45, 0x7b, 0x89, 0x55, 0xf7, 0x8a, 0x1f, 0x62, 0x52, 0x84 +.byte 0x12, 0xb3, 0xc2, 0x40, 0x97, 0xe3, 0x8a, 0x1f, 0x47, 0x91, 0xa6, 0x74, 0x5a, 0xd2, 0xf8, 0xb1 +.byte 0x63, 0x28, 0x10, 0xb8, 0xb3, 0x09, 0xb8, 0x56, 0x77, 0x40, 0xa2, 0x26, 0x98, 0x79, 0xc6, 0xfe +.byte 0xdf, 0x25, 0xee, 0x3e, 0xe5, 0xa0, 0x7f, 0xd4, 0x61, 0x0f, 0x51, 0x4b, 0x3c, 0x3f, 0x8c, 0xda +.byte 0xe1, 0x70, 0x74, 0xd8, 0xc2, 0x68, 0xa1, 0xf9, 0xc1, 0x0c, 0xe9, 0xa1, 0xe2, 0x7f, 0xbb, 0x55 +.byte 0x3c, 0x76, 0x06, 0xee, 0x6a, 0x4e, 0xcc, 0x92, 0x88, 0x30, 0x4d, 0x9a, 0xbd, 0x4f, 0x0b, 0x48 +.byte 0x9a, 0x84, 0xb5, 0x98, 0xa3, 0xd5, 0xfb, 0x73, 0xc1, 0x57, 0x61, 0xdd, 0x28, 0x56, 0x75, 0x13 +.byte 0xae, 0x87, 0x8e, 0xe7, 0x0c, 0x51, 0x09, 0x10, 0x75, 0x88, 0x4c, 0xbc, 0x8d, 0xf9, 0x7b, 0x3c +.byte 0xd4, 0x22, 0x48, 0x1f, 0x2a, 0xdc, 0xeb, 0x6b, 0xbb, 0x44, 0xb1, 0xcb, 0x33, 0x71, 0x32, 0x46 +.byte 0xaf, 0xad, 0x4a, 0xf1, 0x8c, 0xe8, 0x74, 0x3a, 0xac, 0xe7, 0x1a, 0x22, 0x73, 0x80, 0xd2, 0x30 +.byte 0xf7, 0x25, 0x42, 0xc7, 0x22, 0x3b, 0x3b, 0x12, 0xad, 0x96, 0x2e, 0xc6, 0xc3, 0x76, 0x07, 0xaa +.byte 0x20, 0xb7, 0x35, 0x49, 0x57, 0xe9, 0x92, 0x49, 0xe8, 0x76, 0x16, 0x72, 0x31, 0x67, 0x2b, 0x96 +.byte 0x7e, 0x8a, 0xa3, 0xc7, 0x94, 0x56, 0x22, 0xbf, 0x6a, 0x4b, 0x7e, 0x01, 0x21, 0xb2, 0x23, 0x32 +.byte 0xdf, 0xe4, 0x9a, 0x44, 0x6d, 0x59, 0x5b, 0x5d, 0xf5, 0x00, 0xa0, 0x1c, 0x9b, 0xc6, 0x78, 0x97 +.byte 0x8d, 0x90, 0xff, 0x9b, 0xc8, 0xaa, 0xb4, 0xaf, 0x11, 0x51, 0x39, 0x5e, 0xd9, 0xfb, 0x67, 0xad +.byte 0xd5, 0x5b, 0x11, 0x9d, 0x32, 0x9a, 0x1b, 0xbd, 0xd5, 0xba, 0x5b, 0xa5, 0xc9, 0xcb, 0x25, 0x69 +.byte 0x53, 0x55, 0x27, 0x5c, 0xe0, 0xca, 0x36, 0xcb, 0x88, 0x61, 0xfb, 0x1e, 0xb7, 0xd0, 0xcb, 0xee +.byte 0x16, 0xfb, 0xd3, 0xa6, 0x4c, 0xde, 0x92, 0xa5, 0xd4, 0xe2, 0xdf, 0xf5, 0x06, 0x54, 0xde, 0x2e +.byte 0x9d, 0x4b, 0xb4, 0x93, 0x30, 0xaa, 0x81, 0xce, 0xdd, 0x1a, 0xdc, 0x51, 0x73, 0x0d, 0x4f, 0x70 +.byte 0xe9, 0xe5, 0xb6, 0x16, 0x21, 0x19, 0x79, 0xb2, 0xe6, 0x89, 0x0b, 0x75, 0x64, 0xca, 0xd5, 0xab +.byte 0xbc, 0x09, 0xc1, 0x18, 0xa1, 0xff, 0xd4, 0x54, 0xa1, 0x85, 0x3c, 0xfd, 0x14, 0x24, 0x03, 0xb2 +.byte 0x87, 0xd3, 0xa4, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x00, 0x78, 0x30, 0x47, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43 +.byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1f, 0x4f +.byte 0x33, 0x87, 0x33, 0x29, 0x8a, 0xa1, 0x84, 0xde, 0xcb, 0xc7, 0x21, 0x58, 0x41, 0x89, 0xea, 0x56 +.byte 0x9d, 0x2b, 0x4b, 0x85, 0xc6, 0x1d, 0x4c, 0x27, 0xbc, 0x7f, 0x26, 0x51, 0x72, 0x6f, 0xe2, 0x9f +.byte 0xd6, 0xa3, 0xca, 0xcc, 0x45, 0x14, 0x46, 0x8b, 0xad, 0xef, 0x7e, 0x86, 0x8c, 0xec, 0xb1, 0x7e +.byte 0x2f, 0xff, 0xa9, 0x71, 0x9d, 0x18, 0x84, 0x45, 0x04, 0x41, 0x55, 0x6e, 0x2b, 0xea, 0x26, 0x7f +.byte 0xbb, 0x90, 0x01, 0xe3, 0x4b, 0x19, 0xba, 0xe4, 0x54, 0x96, 0x45, 0x09, 0xb1, 0xd5, 0x6c, 0x91 +.byte 0x44, 0xad, 0x84, 0x13, 0x8e, 0x9a, 0x8c, 0x0d, 0x80, 0x0c, 0x32, 0xf6, 0xe0, 0x27, 0x00, 0x49 +.byte 0x00, 0x78, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67 +.byte 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65 +.byte 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b +.byte 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0xf3, 0x74, 0x73, 0xa7, 0x68, 0x8b, 0x60, 0xae, 0x43, 0xb8, 0x35, 0xc5, 0x81 +.byte 0x30, 0x7b, 0x4b, 0x49, 0x9d, 0xfb, 0xc1, 0x61, 0xce, 0xe6, 0xde, 0x46, 0xbd, 0x6b, 0xd5, 0x61 +.byte 0x18, 0x35, 0xae, 0x40, 0xdd, 0x73, 0xf7, 0x89, 0x91, 0x30, 0x5a, 0xeb, 0x3c, 0xee, 0x85, 0x7c +.byte 0xa2, 0x40, 0x76, 0x3b, 0xa9, 0xc6, 0xb8, 0x47, 0xd8, 0x2a, 0xe7, 0x92, 0x91, 0x6a, 0x73, 0xe9 +.byte 0xb1, 0x72, 0x39, 0x9f, 0x29, 0x9f, 0xa2, 0x98, 0xd3, 0x5f, 0x5e, 0x58, 0x86, 0x65, 0x0f, 0xa1 +.byte 0x84, 0x65, 0x06, 0xd1, 0xdc, 0x8b, 0xc9, 0xc7, 0x73, 0xc8, 0x8c, 0x6a, 0x2f, 0xe5, 0xc4, 0xab +.byte 0xd1, 0x1d, 0x8a, 0x00, 0x4a, 0x02, 0x26, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 +.byte 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56 +.byte 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x47 +.byte 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xa0, 0xbe, 0x50, 0x10, 0x8e, 0xe9, 0xf2, 0x6c, 0x40, 0xb4, 0x04, 0x9c, 0x85, 0xb9 +.byte 0x31, 0xca, 0xdc, 0x2d, 0xe4, 0x11, 0xa9, 0x04, 0x3c, 0x1b, 0x55, 0xc1, 0xe7, 0x58, 0x30, 0x1d +.byte 0x24, 0xb4, 0xc3, 0xef, 0x85, 0xde, 0x8c, 0x2c, 0xe1, 0xc1, 0x3d, 0xdf, 0x82, 0xe6, 0x4f, 0xad +.byte 0x47, 0x87, 0x6c, 0xec, 0x5b, 0x49, 0xc1, 0x4a, 0xd5, 0xbb, 0x8f, 0xec, 0x87, 0xac, 0x7f, 0x82 +.byte 0x9a, 0x86, 0xec, 0x3d, 0x03, 0x99, 0x52, 0x01, 0xd2, 0x35, 0x9e, 0xac, 0xda, 0xf0, 0x53, 0xc9 +.byte 0x66, 0x3c, 0xd4, 0xac, 0x02, 0x01, 0xda, 0x24, 0xd3, 0x3b, 0xa8, 0x02, 0x46, 0xaf, 0xa4, 0x1c +.byte 0xe3, 0xf8, 0x73, 0x58, 0x76, 0xb7, 0xf6, 0x0e, 0x90, 0x0d, 0xb5, 0xf0, 0xcf, 0xcc, 0xfa, 0xf9 +.byte 0xc6, 0x4c, 0xe5, 0xc3, 0x86, 0x30, 0x0a, 0x8d, 0x17, 0x7e, 0x35, 0xeb, 0xc5, 0xdf, 0xbb, 0x0e +.byte 0x9c, 0xc0, 0x8d, 0x87, 0xe3, 0x88, 0x38, 0x85, 0x67, 0xfa, 0x3e, 0xc7, 0xab, 0xe0, 0x13, 0x9c +.byte 0x05, 0x18, 0x98, 0xcf, 0x93, 0xf5, 0xb1, 0x92, 0xb4, 0xfc, 0x23, 0xd3, 0xcf, 0xd5, 0xc4, 0x27 +.byte 0x49, 0xe0, 0x9e, 0x3c, 0x9b, 0x08, 0xa3, 0x8b, 0x5d, 0x2a, 0x21, 0xe0, 0xfc, 0x39, 0xaa, 0x53 +.byte 0xda, 0x7d, 0x7e, 0xcf, 0x1a, 0x09, 0x53, 0xbc, 0x5d, 0x05, 0x04, 0xcf, 0xa1, 0x4a, 0x8f, 0x8b +.byte 0x76, 0x82, 0x0d, 0xa1, 0xf8, 0xd2, 0xc7, 0x14, 0x77, 0x5b, 0x90, 0x36, 0x07, 0x81, 0x9b, 0x3e +.byte 0x06, 0xfa, 0x52, 0x5e, 0x63, 0xc5, 0xa6, 0x00, 0xfe, 0xa5, 0xe9, 0x52, 0x1b, 0x52, 0xb5, 0x92 +.byte 0x39, 0x72, 0x03, 0x09, 0x62, 0xbd, 0xb0, 0x60, 0x16, 0x6e, 0xa6, 0xdd, 0x25, 0xc2, 0x03, 0x66 +.byte 0xdd, 0xf3, 0x04, 0xd1, 0x40, 0xe2, 0x4e, 0x8b, 0x86, 0xf4, 0x6f, 0xe5, 0x83, 0xa0, 0x27, 0x84 +.byte 0x5e, 0x04, 0xc1, 0xf5, 0x90, 0xbd, 0x30, 0x3d, 0xc4, 0xef, 0xa8, 0x69, 0xbc, 0x38, 0x9b, 0xa4 +.byte 0xa4, 0x96, 0xd1, 0x62, 0xda, 0x69, 0xc0, 0x01, 0x96, 0xae, 0xcb, 0xc4, 0x51, 0x34, 0xea, 0x0c +.byte 0xaa, 0xff, 0x21, 0x8e, 0x59, 0x8f, 0x4a, 0x5c, 0xe4, 0x61, 0x9a, 0xa7, 0xd2, 0xe9, 0x2a, 0x78 +.byte 0x8d, 0x51, 0x3d, 0x3a, 0x15, 0xee, 0xa2, 0x59, 0x8e, 0xa9, 0x5c, 0xde, 0xc5, 0xf9, 0x90, 0x22 +.byte 0xe5, 0x88, 0x45, 0x71, 0xdd, 0x91, 0x99, 0x6c, 0x7a, 0x9f, 0x3d, 0x3d, 0x98, 0x7c, 0x5e, 0xf6 +.byte 0xbe, 0x16, 0x68, 0xa0, 0x5e, 0xae, 0x0b, 0x23, 0xfc, 0x5a, 0x0f, 0xaa, 0x22, 0x76, 0x2d, 0xc9 +.byte 0xa1, 0x10, 0x1d, 0xe4, 0xd3, 0x44, 0x23, 0x90, 0x88, 0x9f, 0xc6, 0x2a, 0xe6, 0xd7, 0xf5, 0x9a +.byte 0xb3, 0x58, 0x1e, 0x2f, 0x30, 0x89, 0x08, 0x1b, 0x54, 0xa2, 0xb5, 0x98, 0x23, 0xec, 0x08, 0x77 +.byte 0x1c, 0x95, 0x5d, 0x61, 0xd1, 0xcb, 0x89, 0x9c, 0x5f, 0xa2, 0x4a, 0x91, 0x9a, 0xef, 0x21, 0xaa +.byte 0x49, 0x16, 0x08, 0xa8, 0xbd, 0x61, 0x28, 0x31, 0xc9, 0x74, 0xad, 0x85, 0xf6, 0xd9, 0xc5, 0xb1 +.byte 0x8b, 0xd1, 0xe5, 0x10, 0x32, 0x4d, 0x5f, 0x8b, 0x20, 0x3a, 0x3c, 0x49, 0x1f, 0x33, 0x85, 0x59 +.byte 0x0d, 0xdb, 0xcb, 0x09, 0x75, 0x43, 0x69, 0x73, 0xfb, 0x6b, 0x71, 0x7d, 0xf0, 0xdf, 0xc4, 0x4c +.byte 0x7d, 0xc6, 0xa3, 0x2e, 0xc8, 0x95, 0x79, 0xcb, 0x73, 0xa2, 0x8e, 0x4e, 0x4d, 0x24, 0xfb, 0x5e +.byte 0xe4, 0x04, 0xbe, 0x72, 0x1b, 0xa6, 0x27, 0x2d, 0x49, 0x5a, 0x99, 0x7a, 0xd7, 0x5c, 0x09, 0x20 +.byte 0xb7, 0x7f, 0x94, 0xb9, 0x4f, 0xf1, 0x0d, 0x1c, 0x5e, 0x88, 0x42, 0x1b, 0x11, 0xb7, 0xe7, 0x91 +.byte 0xdb, 0x9e, 0x6c, 0xf4, 0x6a, 0xdf, 0x8c, 0x06, 0x98, 0x03, 0xad, 0xcc, 0x28, 0xef, 0xa5, 0x47 +.byte 0xf3, 0x53, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4a, 0x02, 0x26, 0x30, 0x48, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69 +.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15 +.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x32, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa1, 0xae, 0x25, 0xb2, 0x01, 0x18, 0xdc, 0x57, 0x88, 0x3f +.byte 0x46, 0xeb, 0xf9, 0xaf, 0xe2, 0xeb, 0x23, 0x71, 0xe2, 0x9a, 0xd1, 0x61, 0x66, 0x21, 0x5f, 0xaa +.byte 0xaf, 0x27, 0x51, 0xe5, 0x6e, 0x1b, 0x16, 0xd4, 0x2d, 0x7d, 0x50, 0xb0, 0x53, 0x77, 0xbd, 0x78 +.byte 0x3a, 0x60, 0xe2, 0x64, 0x02, 0x9b, 0x7c, 0x86, 0x9b, 0xd6, 0x1a, 0x8e, 0xad, 0xff, 0x1f, 0x15 +.byte 0x7f, 0xd5, 0x95, 0x1e, 0x12, 0xcb, 0xe6, 0x14, 0x84, 0x04, 0xc1, 0xdf, 0x36, 0xb3, 0x16, 0x9f +.byte 0x8a, 0xe3, 0xc9, 0xdb, 0x98, 0x34, 0xce, 0xd8, 0x33, 0x17, 0x28, 0x46, 0xfc, 0xa7, 0xc9, 0xf0 +.byte 0xd2, 0xb4, 0xd5, 0x4d, 0x09, 0x72, 0x49, 0xf9, 0xf2, 0x87, 0xe3, 0xa9, 0xda, 0x7d, 0xa1, 0x7d +.byte 0x6b, 0xb2, 0x3a, 0x25, 0xa9, 0x6d, 0x52, 0x44, 0xac, 0xf8, 0xbe, 0x6e, 0xfb, 0xdc, 0xa6, 0x73 +.byte 0x91, 0x90, 0x61, 0xa6, 0x03, 0x14, 0x20, 0xf2, 0xe7, 0x87, 0xa3, 0x88, 0xad, 0xad, 0xa0, 0x8c +.byte 0xff, 0xa6, 0x0b, 0x25, 0x52, 0x25, 0xe7, 0x16, 0x01, 0xd5, 0xcb, 0xb8, 0x35, 0x81, 0x0c, 0xa3 +.byte 0x3b, 0xf0, 0xe1, 0xe1, 0xfc, 0x5a, 0x5d, 0xce, 0x80, 0x71, 0x6d, 0xf8, 0x49, 0xab, 0x3e, 0x3b +.byte 0xba, 0xb8, 0xd7, 0x80, 0x01, 0xfb, 0xa5, 0xeb, 0x5b, 0xb3, 0xc5, 0x5e, 0x60, 0x2a, 0x31, 0xa0 +.byte 0xaf, 0x37, 0xe8, 0x20, 0x3a, 0x9f, 0xa8, 0x32, 0x2c, 0x0c, 0xcc, 0x09, 0x1d, 0xd3, 0x9e, 0x8e +.byte 0x5d, 0xbc, 0x4c, 0x98, 0xee, 0xc5, 0x1a, 0x68, 0x7b, 0xec, 0x53, 0xa6, 0xe9, 0x14, 0x35, 0xa3 +.byte 0xdf, 0xcd, 0x80, 0x9f, 0x0c, 0x48, 0xfb, 0x1c, 0xf4, 0xf1, 0xbf, 0x4a, 0xb8, 0xfa, 0xd5, 0x8c +.byte 0x71, 0x4a, 0xc7, 0x1f, 0xad, 0xfe, 0x41, 0x9a, 0xb3, 0x83, 0x5d, 0xf2, 0x84, 0x56, 0xef, 0xa5 +.byte 0x57, 0x43, 0xce, 0x29, 0xad, 0x8c, 0xab, 0x55, 0xbf, 0xc4, 0xfb, 0x5b, 0x01, 0xdd, 0x23, 0x21 +.byte 0xa1, 0x58, 0x00, 0x8e, 0xc3, 0xd0, 0x6a, 0x13, 0xed, 0x13, 0xe3, 0x12, 0x2b, 0x80, 0xdc, 0x67 +.byte 0xe6, 0x95, 0xb2, 0xcd, 0x1e, 0x22, 0x6e, 0x2a, 0xf8, 0x41, 0xd4, 0xf2, 0xca, 0x14, 0x07, 0x8d +.byte 0x8a, 0x55, 0x12, 0xc6, 0x69, 0xf5, 0xb8, 0x86, 0x68, 0x2f, 0x53, 0x5e, 0xb0, 0xd2, 0xaa, 0x21 +.byte 0xc1, 0x98, 0xe6, 0x30, 0xe3, 0x67, 0x55, 0xc7, 0x9b, 0x6e, 0xac, 0x19, 0xa8, 0x55, 0xa6, 0x45 +.byte 0x06, 0xd0, 0x23, 0x3a, 0xdb, 0xeb, 0x65, 0x5d, 0x2a, 0x11, 0x11, 0xf0, 0x3b, 0x4f, 0xca, 0x6d +.byte 0xf4, 0x34, 0xc4, 0x71, 0xe4, 0xff, 0x00, 0x5a, 0xf6, 0x5c, 0xae, 0x23, 0x60, 0x85, 0x73, 0xf1 +.byte 0xe4, 0x10, 0xb1, 0x25, 0xae, 0xd5, 0x92, 0xbb, 0x13, 0xc1, 0x0c, 0xe0, 0x39, 0xda, 0xb4, 0x39 +.byte 0x57, 0xb5, 0xab, 0x35, 0xaa, 0x72, 0x21, 0x3b, 0x83, 0x35, 0xe7, 0x31, 0xdf, 0x7a, 0x21, 0x6e +.byte 0xb8, 0x32, 0x08, 0x7d, 0x1d, 0x32, 0x91, 0x15, 0x4a, 0x62, 0x72, 0xcf, 0xe3, 0x77, 0xa1, 0xbc +.byte 0xd5, 0x11, 0x1b, 0x76, 0x01, 0x67, 0x08, 0xe0, 0x41, 0x0b, 0xc3, 0xeb, 0x15, 0x6e, 0xf8, 0xa4 +.byte 0x19, 0xd9, 0xa2, 0xab, 0xaf, 0xe2, 0x27, 0x52, 0x56, 0x2b, 0x02, 0x8a, 0x2c, 0x14, 0x24, 0xf9 +.byte 0xbf, 0x42, 0x02, 0xbf, 0x26, 0xc8, 0xc6, 0x8f, 0xe0, 0x6e, 0x38, 0x7d, 0x53, 0x2d, 0xe5, 0xed +.byte 0x98, 0xb3, 0x95, 0x63, 0x68, 0x7f, 0xf9, 0x35, 0xf4, 0xdf, 0x88, 0xc5, 0x60, 0x35, 0x92, 0xc0 +.byte 0x7c, 0x69, 0x1c, 0x61, 0x95, 0x16, 0xd0, 0xeb, 0xde, 0x0b, 0xaf, 0x3e, 0x04, 0x10, 0x45, 0x65 +.byte 0x58, 0x50, 0x38, 0xaf, 0x48, 0xf2, 0x59, 0xb6, 0x16, 0xf2, 0x3c, 0x0d, 0x90, 0x02, 0xc6, 0x70 +.byte 0x2e, 0x01, 0xad, 0x3c, 0x15, 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4a, 0x02, 0x26, 0x30 +.byte 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19 +.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69 +.byte 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x33, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xcb, 0x0e, 0x10, 0x67, 0x8e +.byte 0xea, 0x14, 0x97, 0xa7, 0x32, 0x2a, 0x0a, 0x56, 0x36, 0x7f, 0x68, 0x4c, 0xc7, 0xb3, 0x6f, 0x3a +.byte 0x23, 0x14, 0x91, 0xff, 0x19, 0x7f, 0xa5, 0xca, 0xac, 0xee, 0xb3, 0x76, 0x9d, 0x7a, 0xe9, 0x8b +.byte 0x1b, 0xab, 0x6b, 0x31, 0xdb, 0xfa, 0x0b, 0x53, 0x4c, 0xaf, 0xc5, 0xa5, 0x1a, 0x79, 0x3c, 0x8a +.byte 0x4c, 0xff, 0xac, 0xdf, 0x25, 0xde, 0x4e, 0xd9, 0x82, 0x32, 0x0b, 0x44, 0xde, 0xca, 0xdb, 0x8c +.byte 0xac, 0xa3, 0x6e, 0x16, 0x83, 0x3b, 0xa6, 0x64, 0x4b, 0x32, 0x89, 0xfb, 0x16, 0x16, 0x38, 0x7e +.byte 0xeb, 0x43, 0xe2, 0xd3, 0x74, 0x4a, 0xc2, 0x62, 0x0a, 0x73, 0x0a, 0xdd, 0x49, 0xb3, 0x57, 0xd2 +.byte 0xb0, 0x0a, 0x85, 0x9d, 0x71, 0x3c, 0xde, 0xa3, 0xcb, 0xc0, 0x32, 0xf3, 0x01, 0x39, 0x20, 0x43 +.byte 0x1b, 0x35, 0xd1, 0x53, 0xb3, 0xb1, 0xee, 0xc5, 0x93, 0x69, 0x82, 0x3e, 0x16, 0xb5, 0x28, 0x46 +.byte 0xa1, 0xde, 0xea, 0x89, 0x09, 0xed, 0x43, 0xb8, 0x05, 0x46, 0x8a, 0x86, 0xf5, 0x59, 0x47, 0xbe +.byte 0x1b, 0x6f, 0x01, 0x21, 0x10, 0xb9, 0xfd, 0xa9, 0xd2, 0x28, 0xca, 0x10, 0x39, 0x09, 0xca, 0x13 +.byte 0x36, 0xcf, 0x9c, 0xad, 0xad, 0x40, 0x74, 0x79, 0x2b, 0x02, 0x3f, 0x34, 0xff, 0xfa, 0x20, 0x69 +.byte 0x7d, 0xd3, 0xee, 0x61, 0xf5, 0xba, 0xb3, 0xe7, 0x30, 0xd0, 0x37, 0x23, 0x86, 0x72, 0x61, 0x45 +.byte 0x29, 0x48, 0x59, 0x68, 0x6f, 0x77, 0xa6, 0x2e, 0x81, 0xbe, 0x07, 0x4d, 0x6f, 0xaf, 0xce, 0xc4 +.byte 0x45, 0x13, 0x91, 0x14, 0x70, 0x06, 0x8f, 0x1f, 0x9f, 0xf8, 0x87, 0x69, 0xb1, 0x0e, 0xef, 0xc3 +.byte 0x89, 0x19, 0xeb, 0xea, 0x1c, 0x61, 0xfc, 0x7a, 0x6c, 0x8a, 0xdc, 0xd6, 0x03, 0x0b, 0x9e, 0x26 +.byte 0xba, 0x12, 0xdd, 0xd4, 0x54, 0x39, 0xab, 0x26, 0xa3, 0x33, 0xea, 0x75, 0x81, 0xda, 0x2d, 0xcd +.byte 0x0f, 0x4f, 0xe4, 0x03, 0xd1, 0xef, 0x15, 0x97, 0x1b, 0x6b, 0x90, 0xc5, 0x02, 0x90, 0x93, 0x66 +.byte 0x02, 0x21, 0xb1, 0x47, 0xde, 0x8b, 0x9a, 0x4a, 0x80, 0xb9, 0x55, 0x8f, 0xb5, 0xa2, 0x2f, 0xc0 +.byte 0xd6, 0x33, 0x67, 0xda, 0x7e, 0xc4, 0xa7, 0xb4, 0x04, 0x44, 0xeb, 0x47, 0xfb, 0xe6, 0x58, 0xb9 +.byte 0xf7, 0x0c, 0xf0, 0x7b, 0x2b, 0xb1, 0xc0, 0x70, 0x29, 0xc3, 0x40, 0x62, 0x2d, 0x3b, 0x48, 0x69 +.byte 0xdc, 0x23, 0x3c, 0x48, 0xeb, 0x7b, 0x09, 0x79, 0xa9, 0x6d, 0xda, 0xa8, 0x30, 0x98, 0xcf, 0x80 +.byte 0x72, 0x03, 0x88, 0xa6, 0x5b, 0x46, 0xae, 0x72, 0x79, 0x7c, 0x08, 0x03, 0x21, 0x65, 0xae, 0xb7 +.byte 0xe1, 0x1c, 0xa5, 0xb1, 0x2a, 0xa2, 0x31, 0xde, 0x66, 0x04, 0xf7, 0xc0, 0x74, 0xe8, 0x71, 0xde +.byte 0xff, 0x3d, 0x59, 0xcc, 0x96, 0x26, 0x12, 0x8b, 0x85, 0x95, 0x57, 0x1a, 0xab, 0x6b, 0x75, 0x0b +.byte 0x44, 0x3d, 0x11, 0x28, 0x3c, 0x7b, 0x61, 0xb7, 0xe2, 0x8f, 0x67, 0x4f, 0xe5, 0xec, 0x3c, 0x4c +.byte 0x60, 0x80, 0x69, 0x57, 0x38, 0x1e, 0x01, 0x5b, 0x8d, 0x55, 0xe8, 0xc7, 0xdf, 0xc0, 0xcc, 0x77 +.byte 0x23, 0x34, 0x49, 0x75, 0x7c, 0xf6, 0x98, 0x11, 0xeb, 0x2d, 0xde, 0xed, 0x41, 0x2e, 0x14, 0x05 +.byte 0x02, 0x7f, 0xe0, 0xfe, 0x20, 0xeb, 0x35, 0xe7, 0x11, 0xac, 0x22, 0xce, 0x57, 0x3d, 0xde, 0xc9 +.byte 0x30, 0x6d, 0x10, 0x03, 0x85, 0xcd, 0xf1, 0xff, 0x8c, 0x16, 0xb5, 0xc1, 0xb2, 0x3e, 0x88, 0x6c +.byte 0x60, 0x7f, 0x90, 0x4f, 0x95, 0xf7, 0xf6, 0x2d, 0xad, 0x01, 0x39, 0x07, 0x04, 0xfa, 0x75, 0x80 +.byte 0x7d, 0xbf, 0x49, 0x50, 0xed, 0xef, 0xc9, 0xc4, 0x7c, 0x1c, 0xeb, 0x80, 0x7e, 0xdb, 0xb6, 0xd0 +.byte 0xdd, 0x13, 0xfe, 0xc9, 0xd3, 0x9c, 0xd7, 0xb2, 0x97, 0xa9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x4a, 0x00, 0x78, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x42, 0x52, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xc6, 0xcb, 0xc7, 0x28, 0xd1, 0xfb, 0x84, 0xf5, 0x9a, 0xef, 0x42 +.byte 0x14, 0x20, 0xe1, 0x43, 0x6b, 0x6e, 0x75, 0xad, 0xfc, 0x2b, 0x03, 0x84, 0xd4, 0x76, 0x93, 0x25 +.byte 0xd7, 0x59, 0x3b, 0x41, 0x65, 0x6b, 0x1e, 0xe6, 0x34, 0x2a, 0xbb, 0x74, 0xf6, 0x12, 0xce, 0xe8 +.byte 0x6d, 0xe7, 0xab, 0xe4, 0x3c, 0x4e, 0x3f, 0x44, 0x08, 0x8b, 0xcd, 0x16, 0x71, 0xcb, 0xbf, 0x92 +.byte 0x99, 0xf4, 0xa4, 0xd7, 0x3c, 0x50, 0x54, 0x52, 0x90, 0x85, 0x83, 0x78, 0x94, 0x67, 0x67, 0xa3 +.byte 0x1c, 0x09, 0x19, 0x3d, 0x75, 0x34, 0x85, 0xde, 0xed, 0x60, 0x7d, 0xc7, 0x0c, 0xb4, 0x41, 0x52 +.byte 0xb9, 0x6e, 0xe5, 0xee, 0x42, 0x00, 0x4a, 0x00, 0x78, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31 +.byte 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53 +.byte 0x54, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32 +.byte 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0x0b, 0xdd, 0x86, 0x43 +.byte 0x20, 0x19, 0xdf, 0x97, 0x85, 0xe8, 0x22, 0x4a, 0x9b, 0xcf, 0x9d, 0x98, 0xbf, 0xb4, 0x05, 0x26 +.byte 0xc9, 0xcb, 0xe3, 0xa6, 0xd2, 0x8f, 0xc5, 0x9e, 0x78, 0x7b, 0x31, 0x89, 0xa9, 0x89, 0xad, 0x27 +.byte 0x3c, 0x65, 0x10, 0x82, 0xfc, 0xdf, 0xc3, 0x9d, 0x4e, 0xf0, 0x33, 0x23, 0xc4, 0xd2, 0x32, 0xf5 +.byte 0x1c, 0xb0, 0xdf, 0x33, 0x17, 0x5d, 0xc5, 0xf0, 0xb1, 0x8a, 0xf9, 0xef, 0xb9, 0xb7, 0x14, 0xca +.byte 0x29, 0x4a, 0xc2, 0x0f, 0xa9, 0x7f, 0x75, 0x65, 0x49, 0x2a, 0x30, 0x67, 0xf4, 0x64, 0xf7, 0xd6 +.byte 0x1a, 0x77, 0xda, 0xc3, 0xc2, 0x97, 0x61, 0x42, 0x7b, 0x49, 0xad, 0x00, 0x4a, 0x01, 0x26, 0x30 +.byte 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20 +.byte 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x53, 0x65, 0x63, 0x75, 0x72 +.byte 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f +.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xab, 0xa4, 0x81, 0xe5, 0x95, 0xcd +.byte 0xf5, 0xf6, 0x14, 0x8e, 0xc2, 0x4f, 0xca, 0xd4, 0xe2, 0x78, 0x95, 0x58, 0x9c, 0x41, 0xe1, 0x0d +.byte 0x99, 0x40, 0x24, 0x17, 0x39, 0x91, 0x33, 0x66, 0xe9, 0xbe, 0xe1, 0x83, 0xaf, 0x62, 0x5c, 0x89 +.byte 0xd1, 0xfc, 0x24, 0x5b, 0x61, 0xb3, 0xe0, 0x11, 0x11, 0x41, 0x1c, 0x1d, 0x6e, 0xf0, 0xb8, 0xbb +.byte 0xf8, 0xde, 0xa7, 0x81, 0xba, 0xa6, 0x48, 0xc6, 0x9f, 0x1d, 0xbd, 0xbe, 0x8e, 0xa9, 0x41, 0x3e +.byte 0xb8, 0x94, 0xed, 0x29, 0x1a, 0xd4, 0x8e, 0xd2, 0x03, 0x1d, 0x03, 0xef, 0x6d, 0x0d, 0x67, 0x1c +.byte 0x57, 0xd7, 0x06, 0xad, 0xca, 0xc8, 0xf5, 0xfe, 0x0e, 0xaf, 0x66, 0x25, 0x48, 0x04, 0x96, 0x0b +.byte 0x5d, 0xa3, 0xba, 0x16, 0xc3, 0x08, 0x4f, 0xd1, 0x46, 0xf8, 0x14, 0x5c, 0xf2, 0xc8, 0x5e, 0x01 +.byte 0x99, 0x6d, 0xfd, 0x88, 0xcc, 0x86, 0xa8, 0xc1, 0x6f, 0x31, 0x42, 0x6c, 0x52, 0x3e, 0x68, 0xcb +.byte 0xf3, 0x19, 0x34, 0xdf, 0xbb, 0x87, 0x18, 0x56, 0x80, 0x26, 0xc4, 0xd0, 0xdc, 0xc0, 0x6f, 0xdf +.byte 0xde, 0xa0, 0xc2, 0x91, 0x16, 0xa0, 0x64, 0x11, 0x4b, 0x44, 0xbc, 0x1e, 0xf6, 0xe7, 0xfa, 0x63 +.byte 0xde, 0x66, 0xac, 0x76, 0xa4, 0x71, 0xa3, 0xec, 0x36, 0x94, 0x68, 0x7a, 0x77, 0xa4, 0xb1, 0xe7 +.byte 0x0e, 0x2f, 0x81, 0x7a, 0xe2, 0xb5, 0x72, 0x86, 0xef, 0xa2, 0x6b, 0x8b, 0xf0, 0x0f, 0xdb, 0xd3 +.byte 0x59, 0x3f, 0xba, 0x72, 0xbc, 0x44, 0x24, 0x9c, 0xe3, 0x73, 0xb3, 0xf7, 0xaf, 0x57, 0x2f, 0x42 +.byte 0x26, 0x9d, 0xa9, 0x74, 0xba, 0x00, 0x52, 0xf2, 0x4b, 0xcd, 0x53, 0x7c, 0x47, 0x0b, 0x36, 0x85 +.byte 0x0e, 0x66, 0xa9, 0x08, 0x97, 0x16, 0x34, 0x57, 0xc1, 0x66, 0xf7, 0x80, 0xe3, 0xed, 0x70, 0x54 +.byte 0xc7, 0x93, 0xe0, 0x2e, 0x28, 0x15, 0x59, 0x87, 0xba, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x4c, 0x02, 0x26, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65 +.byte 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1e, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65 +.byte 0x72, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xa7, 0x50, 0x19, 0xde, 0x3f, 0x99, 0x3d, 0xd4, 0x33, 0x46, 0xf1, 0x6f, 0x51, 0x61, 0x82, 0xb2 +.byte 0xa9, 0x4f, 0x8f, 0x67, 0x89, 0x5d, 0x84, 0xd9, 0x53, 0xdd, 0x0c, 0x28, 0xd9, 0xd7, 0xf0, 0xff +.byte 0xae, 0x95, 0x43, 0x72, 0x99, 0xf9, 0xb5, 0x5d, 0x7c, 0x8a, 0xc1, 0x42, 0xe1, 0x31, 0x50, 0x74 +.byte 0xd1, 0x81, 0x0d, 0x7c, 0xcd, 0x9b, 0x21, 0xab, 0x43, 0xe2, 0xac, 0xad, 0x5e, 0x86, 0x6e, 0xf3 +.byte 0x09, 0x8a, 0x1f, 0x5a, 0x32, 0xbd, 0xa2, 0xeb, 0x94, 0xf9, 0xe8, 0x5c, 0x0a, 0xec, 0xff, 0x98 +.byte 0xd2, 0xaf, 0x71, 0xb3, 0xb4, 0x53, 0x9f, 0x4e, 0x87, 0xef, 0x92, 0xbc, 0xbd, 0xec, 0x4f, 0x32 +.byte 0x30, 0x88, 0x4b, 0x17, 0x5e, 0x57, 0xc4, 0x53, 0xc2, 0xf6, 0x02, 0x97, 0x8d, 0xd9, 0x62, 0x2b +.byte 0xbf, 0x24, 0x1f, 0x62, 0x8d, 0xdf, 0xc3, 0xb8, 0x29, 0x4b, 0x49, 0x78, 0x3c, 0x93, 0x60, 0x88 +.byte 0x22, 0xfc, 0x99, 0xda, 0x36, 0xc8, 0xc2, 0xa2, 0xd4, 0x2c, 0x54, 0x00, 0x67, 0x35, 0x6e, 0x73 +.byte 0xbf, 0x02, 0x58, 0xf0, 0xa4, 0xdd, 0xe5, 0xb0, 0xa2, 0x26, 0x7a, 0xca, 0xe0, 0x36, 0xa5, 0x19 +.byte 0x16, 0xf5, 0xfd, 0xb7, 0xef, 0xae, 0x3f, 0x40, 0xf5, 0x6d, 0x5a, 0x04, 0xfd, 0xce, 0x34, 0xca +.byte 0x24, 0xdc, 0x74, 0x23, 0x1b, 0x5d, 0x33, 0x13, 0x12, 0x5d, 0xc4, 0x01, 0x25, 0xf6, 0x30, 0xdd +.byte 0x02, 0x5d, 0x9f, 0xe0, 0xd5, 0x47, 0xbd, 0xb4, 0xeb, 0x1b, 0xa1, 0xbb, 0x49, 0x49, 0xd8, 0x9f +.byte 0x5b, 0x02, 0xf3, 0x8a, 0xe4, 0x24, 0x90, 0xe4, 0x62, 0x4f, 0x4f, 0xc1, 0xaf, 0x8b, 0x0e, 0x74 +.byte 0x17, 0xa8, 0xd1, 0x72, 0x88, 0x6a, 0x7a, 0x01, 0x49, 0xcc, 0xb4, 0x46, 0x79, 0xc6, 0x17, 0xb1 +.byte 0xda, 0x98, 0x1e, 0x07, 0x59, 0xfa, 0x75, 0x21, 0x85, 0x65, 0xdd, 0x90, 0x56, 0xce, 0xfb, 0xab +.byte 0xa5, 0x60, 0x9d, 0xc4, 0x9d, 0xf9, 0x52, 0xb0, 0x8b, 0xbd, 0x87, 0xf9, 0x8f, 0x2b, 0x23, 0x0a +.byte 0x23, 0x76, 0x3b, 0xf7, 0x33, 0xe1, 0xc9, 0x00, 0xf3, 0x69, 0xf9, 0x4b, 0xa2, 0xe0, 0x4e, 0xbc +.byte 0x7e, 0x93, 0x39, 0x84, 0x07, 0xf7, 0x44, 0x70, 0x7e, 0xfe, 0x07, 0x5a, 0xe5, 0xb1, 0xac, 0xd1 +.byte 0x18, 0xcc, 0xf2, 0x35, 0xe5, 0x49, 0x49, 0x08, 0xca, 0x56, 0xc9, 0x3d, 0xfb, 0x0f, 0x18, 0x7d +.byte 0x8b, 0x3b, 0xc1, 0x13, 0xc2, 0x4d, 0x8f, 0xc9, 0x4f, 0x0e, 0x37, 0xe9, 0x1f, 0xa1, 0x0e, 0x6a +.byte 0xdf, 0x62, 0x2e, 0xcb, 0x35, 0x06, 0x51, 0x79, 0x2c, 0xc8, 0x25, 0x38, 0xf4, 0xfa, 0x4b, 0xa7 +.byte 0x89, 0x5c, 0x9c, 0xd2, 0xe3, 0x0d, 0x39, 0x86, 0x4a, 0x74, 0x7c, 0xd5, 0x59, 0x87, 0xc2, 0x3f +.byte 0x4e, 0x0c, 0x5c, 0x52, 0xf4, 0x3d, 0xf7, 0x52, 0x82, 0xf1, 0xea, 0xa3, 0xac, 0xfd, 0x49, 0x34 +.byte 0x1a, 0x28, 0xf3, 0x41, 0x88, 0x3a, 0x13, 0xee, 0xe8, 0xde, 0xff, 0x99, 0x1d, 0x5f, 0xba, 0xcb +.byte 0xe8, 0x1e, 0xf2, 0xb9, 0x50, 0x60, 0xc0, 0x31, 0xd3, 0x73, 0xe5, 0xef, 0xbe, 0xa0, 0xed, 0x33 +.byte 0x0b, 0x74, 0xbe, 0x20, 0x20, 0xc4, 0x67, 0x6c, 0xf0, 0x08, 0x03, 0x7a, 0x55, 0x80, 0x7f, 0x46 +.byte 0x4e, 0x96, 0xa7, 0xf4, 0x1e, 0x3e, 0xe1, 0xf6, 0xd8, 0x09, 0xe1, 0x33, 0x64, 0x2b, 0x63, 0xd7 +.byte 0x32, 0x5e, 0x9f, 0xf9, 0xc0, 0x7b, 0x0f, 0x78, 0x6f, 0x97, 0xbc, 0x93, 0x9a, 0xf9, 0x9c, 0x12 +.byte 0x90, 0x78, 0x7a, 0x80, 0x87, 0x15, 0xd7, 0x72, 0x74, 0x9c, 0x55, 0x74, 0x78, 0xb1, 0xba, 0xe1 +.byte 0x6e, 0x70, 0x04, 0xba, 0x4f, 0xa0, 0xba, 0x68, 0xc3, 0x7b, 0xff, 0x31, 0xf0, 0x73, 0x3d, 0x3d +.byte 0x94, 0x2a, 0xb1, 0x0b, 0x41, 0x0e, 0xa0, 0xfe, 0x4d, 0x88, 0x65, 0x6b, 0x79, 0x33, 0xb4, 0xd7 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4c, 0x01, 0x26, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43 +.byte 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x10, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaf, 0x35, 0x2e, 0xd8, 0xac, 0x6c, 0x55, 0x69, 0x06, 0x71 +.byte 0xe5, 0x13, 0x68, 0x24, 0xb3, 0x4f, 0xd8, 0xcc, 0x21, 0x47, 0xf8, 0xf1, 0x60, 0x38, 0x89, 0x89 +.byte 0x03, 0xe9, 0xbd, 0xea, 0x5e, 0x46, 0x53, 0x09, 0xdc, 0x5c, 0xf5, 0x5a, 0xe8, 0xf7, 0x45, 0x2a +.byte 0x02, 0xeb, 0x31, 0x61, 0xd7, 0x29, 0x33, 0x4c, 0xce, 0xc7, 0x7c, 0x0a, 0x37, 0x7e, 0x0f, 0xba +.byte 0x32, 0x98, 0xe1, 0x1d, 0x97, 0xaf, 0x8f, 0xc7, 0xdc, 0xc9, 0x38, 0x96, 0xf3, 0xdb, 0x1a, 0xfc +.byte 0x51, 0xed, 0x68, 0xc6, 0xd0, 0x6e, 0xa4, 0x7c, 0x24, 0xd1, 0xae, 0x42, 0xc8, 0x96, 0x50, 0x63 +.byte 0x2e, 0xe0, 0xfe, 0x75, 0xfe, 0x98, 0xa7, 0x5f, 0x49, 0x2e, 0x95, 0xe3, 0x39, 0x33, 0x64, 0x8e +.byte 0x1e, 0xa4, 0x5f, 0x90, 0xd2, 0x67, 0x3c, 0xb2, 0xd9, 0xfe, 0x41, 0xb9, 0x55, 0xa7, 0x09, 0x8e +.byte 0x72, 0x05, 0x1e, 0x8b, 0xdd, 0x44, 0x85, 0x82, 0x42, 0xd0, 0x49, 0xc0, 0x1d, 0x60, 0xf0, 0xd1 +.byte 0x17, 0x2c, 0x95, 0xeb, 0xf6, 0xa5, 0xc1, 0x92, 0xa3, 0xc5, 0xc2, 0xa7, 0x08, 0x60, 0x0d, 0x60 +.byte 0x04, 0x10, 0x96, 0x79, 0x9e, 0x16, 0x34, 0xe6, 0xa9, 0xb6, 0xfa, 0x25, 0x45, 0x39, 0xc8, 0x1e +.byte 0x65, 0xf9, 0x93, 0xf5, 0xaa, 0xf1, 0x52, 0xdc, 0x99, 0x98, 0x3d, 0xa5, 0x86, 0x1a, 0x0c, 0x35 +.byte 0x33, 0xfa, 0x4b, 0xa5, 0x04, 0x06, 0x15, 0x1c, 0x31, 0x80, 0xef, 0xaa, 0x18, 0x6b, 0xc2, 0x7b +.byte 0xd7, 0xda, 0xce, 0xf9, 0x33, 0x20, 0xd5, 0xf5, 0xbd, 0x6a, 0x33, 0x2d, 0x81, 0x04, 0xfb, 0xb0 +.byte 0x5c, 0xd4, 0x9c, 0xa3, 0xe2, 0x5c, 0x1d, 0xe3, 0xa9, 0x42, 0x75, 0x5e, 0x7b, 0xd4, 0x77, 0xef +.byte 0x39, 0x54, 0xba, 0xc9, 0x0a, 0x18, 0x1b, 0x12, 0x99, 0x49, 0x2f, 0x88, 0x4b, 0xfd, 0x50, 0x62 +.byte 0xd1, 0x73, 0xe7, 0x8f, 0x7a, 0x43, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4e, 0x01, 0x26, 0x30 +.byte 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d +.byte 0x20, 0x52, 0x33, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcc, 0x25 +.byte 0x76, 0x90, 0x79, 0x06, 0x78, 0x22, 0x16, 0xf5, 0xc0, 0x83, 0xb6, 0x84, 0xca, 0x28, 0x9e, 0xfd +.byte 0x05, 0x76, 0x11, 0xc5, 0xad, 0x88, 0x72, 0xfc, 0x46, 0x02, 0x43, 0xc7, 0xb2, 0x8a, 0x9d, 0x04 +.byte 0x5f, 0x24, 0xcb, 0x2e, 0x4b, 0xe1, 0x60, 0x82, 0x46, 0xe1, 0x52, 0xab, 0x0c, 0x81, 0x47, 0x70 +.byte 0x6c, 0xdd, 0x64, 0xd1, 0xeb, 0xf5, 0x2c, 0xa3, 0x0f, 0x82, 0x3d, 0x0c, 0x2b, 0xae, 0x97, 0xd7 +.byte 0xb6, 0x14, 0x86, 0x10, 0x79, 0xbb, 0x3b, 0x13, 0x80, 0x77, 0x8c, 0x08, 0xe1, 0x49, 0xd2, 0x6a +.byte 0x62, 0x2f, 0x1f, 0x5e, 0xfa, 0x96, 0x68, 0xdf, 0x89, 0x27, 0x95, 0x38, 0x9f, 0x06, 0xd7, 0x3e +.byte 0xc9, 0xcb, 0x26, 0x59, 0x0d, 0x73, 0xde, 0xb0, 0xc8, 0xe9, 0x26, 0x0e, 0x83, 0x15, 0xc6, 0xef +.byte 0x5b, 0x8b, 0xd2, 0x04, 0x60, 0xca, 0x49, 0xa6, 0x28, 0xf6, 0x69, 0x3b, 0xf6, 0xcb, 0xc8, 0x28 +.byte 0x91, 0xe5, 0x9d, 0x8a, 0x61, 0x57, 0x37, 0xac, 0x74, 0x14, 0xdc, 0x74, 0xe0, 0x3a, 0xee, 0x72 +.byte 0x2f, 0x2e, 0x9c, 0xfb, 0xd0, 0xbb, 0xbf, 0xf5, 0x3d, 0x00, 0xe1, 0x06, 0x33, 0xe8, 0x82, 0x2b +.byte 0xae, 0x53, 0xa6, 0x3a, 0x16, 0x73, 0x8c, 0xdd, 0x41, 0x0e, 0x20, 0x3a, 0xc0, 0xb4, 0xa7, 0xa1 +.byte 0xe9, 0xb2, 0x4f, 0x90, 0x2e, 0x32, 0x60, 0xe9, 0x57, 0xcb, 0xb9, 0x04, 0x92, 0x68, 0x68, 0xe5 +.byte 0x38, 0x26, 0x60, 0x75, 0xb2, 0x9f, 0x77, 0xff, 0x91, 0x14, 0xef, 0xae, 0x20, 0x49, 0xfc, 0xad +.byte 0x40, 0x15, 0x48, 0xd1, 0x02, 0x31, 0x61, 0x19, 0x5e, 0xb8, 0x97, 0xef, 0xad, 0x77, 0xb7, 0x64 +.byte 0x9a, 0x7a, 0xbf, 0x5f, 0xc1, 0x13, 0xef, 0x9b, 0x62, 0xfb, 0x0d, 0x6c, 0xe0, 0x54, 0x69, 0x16 +.byte 0xa9, 0x03, 0xda, 0x6e, 0xe9, 0x83, 0x93, 0x71, 0x76, 0xc6, 0x69, 0x85, 0x82, 0x17, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x4e, 0x02, 0x26, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x36, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x95, 0x07, 0xe8, 0x73, 0xca, 0x66, 0xf9, 0xec, 0x14, 0xca +.byte 0x7b, 0x3c, 0xf7, 0x0d, 0x08, 0xf1, 0xb4, 0x45, 0x0b, 0x2c, 0x82, 0xb4, 0x48, 0xc6, 0xeb, 0x5b +.byte 0x3c, 0xae, 0x83, 0xb8, 0x41, 0x92, 0x33, 0x14, 0xa4, 0x6f, 0x7f, 0xe9, 0x2a, 0xcc, 0xc6, 0xb0 +.byte 0x88, 0x6b, 0xc5, 0xb6, 0x89, 0xd1, 0xc6, 0xb2, 0xff, 0x14, 0xce, 0x51, 0x14, 0x21, 0xec, 0x4a +.byte 0xdd, 0x1b, 0x5a, 0xc6, 0xd6, 0x87, 0xee, 0x4d, 0x3a, 0x15, 0x06, 0xed, 0x64, 0x66, 0x0b, 0x92 +.byte 0x80, 0xca, 0x44, 0xde, 0x73, 0x94, 0x4e, 0xf3, 0xa7, 0x89, 0x7f, 0x4f, 0x78, 0x63, 0x08, 0xc8 +.byte 0x12, 0x50, 0x6d, 0x42, 0x66, 0x2f, 0x4d, 0xb9, 0x79, 0x28, 0x4d, 0x52, 0x1a, 0x8a, 0x1a, 0x80 +.byte 0xb7, 0x19, 0x81, 0x0e, 0x7e, 0xc4, 0x8a, 0xbc, 0x64, 0x4c, 0x21, 0x1c, 0x43, 0x68, 0xd7, 0x3d +.byte 0x3c, 0x8a, 0xc5, 0xb2, 0x66, 0xd5, 0x90, 0x9a, 0xb7, 0x31, 0x06, 0xc5, 0xbe, 0xe2, 0x6d, 0x32 +.byte 0x06, 0xa6, 0x1e, 0xf9, 0xb9, 0xeb, 0xaa, 0xa3, 0xb8, 0xbf, 0xbe, 0x82, 0x63, 0x50, 0xd0, 0xf0 +.byte 0x18, 0x89, 0xdf, 0xe4, 0x0f, 0x79, 0xf5, 0xea, 0xa2, 0x1f, 0x2a, 0xd2, 0x70, 0x2e, 0x7b, 0xe7 +.byte 0xbc, 0x93, 0xbb, 0x6d, 0x53, 0xe2, 0x48, 0x7c, 0x8c, 0x10, 0x07, 0x38, 0xff, 0x66, 0xb2, 0x77 +.byte 0x61, 0x7e, 0xe0, 0xea, 0x8c, 0x3c, 0xaa, 0xb4, 0xa4, 0xf6, 0xf3, 0x95, 0x4a, 0x12, 0x07, 0x6d +.byte 0xfd, 0x8c, 0xb2, 0x89, 0xcf, 0xd0, 0xa0, 0x61, 0x77, 0xc8, 0x58, 0x74, 0xb0, 0xd4, 0x23, 0x3a +.byte 0xf7, 0x5d, 0x3a, 0xca, 0xa2, 0xdb, 0x9d, 0x09, 0xde, 0x5d, 0x44, 0x2d, 0x90, 0xf1, 0x81, 0xcd +.byte 0x57, 0x92, 0xfa, 0x7e, 0xbc, 0x50, 0x04, 0x63, 0x34, 0xdf, 0x6b, 0x93, 0x18, 0xbe, 0x6b, 0x36 +.byte 0xb2, 0x39, 0xe4, 0xac, 0x24, 0x36, 0xb7, 0xf0, 0xef, 0xb6, 0x1c, 0x13, 0x57, 0x93, 0xb6, 0xde +.byte 0xb2, 0xf8, 0xe2, 0x85, 0xb7, 0x73, 0xa2, 0xb8, 0x35, 0xaa, 0x45, 0xf2, 0xe0, 0x9d, 0x36, 0xa1 +.byte 0x6f, 0x54, 0x8a, 0xf1, 0x72, 0x56, 0x6e, 0x2e, 0x88, 0xc5, 0x51, 0x42, 0x44, 0x15, 0x94, 0xee +.byte 0xa3, 0xc5, 0x38, 0x96, 0x9b, 0x4e, 0x4e, 0x5a, 0x0b, 0x47, 0xf3, 0x06, 0x36, 0x49, 0x77, 0x30 +.byte 0xbc, 0x71, 0x37, 0xe5, 0xa6, 0xec, 0x21, 0x08, 0x75, 0xfc, 0xe6, 0x61, 0x16, 0x3f, 0x77, 0xd5 +.byte 0xd9, 0x91, 0x97, 0x84, 0x0a, 0x6c, 0xd4, 0x02, 0x4d, 0x74, 0xc0, 0x14, 0xed, 0xfd, 0x39, 0xfb +.byte 0x83, 0xf2, 0x5e, 0x14, 0xa1, 0x04, 0xb0, 0x0b, 0xe9, 0xfe, 0xee, 0x8f, 0xe1, 0x6e, 0x0b, 0xb2 +.byte 0x08, 0xb3, 0x61, 0x66, 0x09, 0x6a, 0xb1, 0x06, 0x3a, 0x65, 0x96, 0x59, 0xc0, 0xf0, 0x35, 0xfd +.byte 0xc9, 0xda, 0x28, 0x8d, 0x1a, 0x11, 0x87, 0x70, 0x81, 0x0a, 0xa8, 0x9a, 0x75, 0x1d, 0x9e, 0x3a +.byte 0x86, 0x05, 0x00, 0x9e, 0xdb, 0x80, 0xd6, 0x25, 0xf9, 0xdc, 0x05, 0x9e, 0x27, 0x59, 0x4c, 0x76 +.byte 0x39, 0x5b, 0xea, 0xf9, 0xa5, 0xa1, 0xd8, 0x83, 0x0f, 0xd1, 0xff, 0xdf, 0x30, 0x11, 0xf9, 0x85 +.byte 0xcf, 0x33, 0x48, 0xf5, 0xca, 0x6d, 0x64, 0x14, 0x2c, 0x7a, 0x58, 0x4f, 0xd3, 0x4b, 0x08, 0x49 +.byte 0xc5, 0x95, 0x64, 0x1a, 0x63, 0x0e, 0x79, 0x3d, 0xf5, 0xb3, 0x8c, 0xca, 0x58, 0xad, 0x9c, 0x42 +.byte 0x45, 0x79, 0x6e, 0x0e, 0x87, 0x19, 0x5c, 0x54, 0xb1, 0x65, 0xb6, 0xbf, 0x8c, 0x9b, 0xdc, 0x13 +.byte 0xe9, 0x0d, 0x6f, 0xb8, 0x2e, 0xdc, 0x67, 0x6e, 0xc9, 0x8b, 0x11, 0xb5, 0x84, 0x14, 0x8a, 0x00 +.byte 0x19, 0x70, 0x83, 0x79, 0x91, 0x97, 0x91, 0xd4, 0x1a, 0x27, 0xbf, 0x37, 0x1e, 0x32, 0x07, 0xd8 +.byte 0x14, 0x63, 0x3c, 0x28, 0x4c, 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02, 0x26, 0x30 +.byte 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x41, 0x54, 0x31, 0x23 +.byte 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x65, 0x2d, 0x63, 0x6f, 0x6d, 0x6d, 0x65 +.byte 0x72, 0x63, 0x65, 0x20, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x47 +.byte 0x6d, 0x62, 0x48, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x47, 0x4c +.byte 0x4f, 0x42, 0x41, 0x4c, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xae +.byte 0x2e, 0x56, 0xad, 0x1b, 0x1c, 0xef, 0xf6, 0x95, 0x8f, 0xa0, 0x77, 0x1b, 0x2b, 0xd3, 0x63, 0x8f +.byte 0x84, 0x4d, 0x45, 0xa2, 0x0f, 0x9f, 0x5b, 0x45, 0xab, 0x59, 0x7b, 0x51, 0x34, 0xf9, 0xec, 0x8b +.byte 0x8a, 0x78, 0xc5, 0xdd, 0x6b, 0xaf, 0xbd, 0xc4, 0xdf, 0x93, 0x45, 0x1e, 0xbf, 0x91, 0x38, 0x0b +.byte 0xae, 0x0e, 0x16, 0xe7, 0x41, 0x73, 0xf8, 0xdb, 0xbb, 0xd1, 0xb8, 0x51, 0xe0, 0xcb, 0x83, 0x3b +.byte 0x73, 0x38, 0x6e, 0x77, 0x8a, 0x0f, 0x59, 0x63, 0x26, 0xcd, 0xa7, 0x2a, 0xce, 0x54, 0xfb, 0xb8 +.byte 0xe2, 0xc0, 0x7c, 0x47, 0xce, 0x60, 0x7c, 0x3f, 0xb2, 0x73, 0xf2, 0xc0, 0x19, 0xb6, 0x8a, 0x92 +.byte 0x87, 0x35, 0x0d, 0x90, 0x28, 0xa2, 0xe4, 0x15, 0x04, 0x63, 0x3e, 0xba, 0xaf, 0xee, 0x7c, 0x5e +.byte 0xcc, 0xa6, 0x8b, 0x50, 0xb2, 0x38, 0xf7, 0x41, 0x63, 0xca, 0xce, 0xff, 0x69, 0x8f, 0x68, 0x0e +.byte 0x95, 0x36, 0xe5, 0xcc, 0xb9, 0x8c, 0x09, 0xca, 0x4b, 0xdd, 0x31, 0x90, 0x96, 0xc8, 0xcc, 0x1f +.byte 0xfd, 0x56, 0x96, 0x34, 0xdb, 0x8e, 0x1c, 0xea, 0x2c, 0xbe, 0x85, 0x2e, 0x63, 0xdd, 0xaa, 0xa9 +.byte 0x95, 0xd3, 0xfd, 0x29, 0x95, 0x13, 0xf0, 0xc8, 0x98, 0x93, 0xd9, 0x2d, 0x16, 0x47, 0x90, 0x11 +.byte 0x83, 0xa2, 0x3a, 0x22, 0xa2, 0x28, 0x57, 0xa2, 0xeb, 0xfe, 0xc0, 0x8c, 0x28, 0xa0, 0xa6, 0x7d +.byte 0xe7, 0x2a, 0x42, 0x3b, 0x82, 0x80, 0x63, 0xa5, 0x63, 0x1f, 0x19, 0xcc, 0x7c, 0xb2, 0x66, 0xa8 +.byte 0xc2, 0xd3, 0x6d, 0x37, 0x6f, 0xe2, 0x7e, 0x06, 0x51, 0xd9, 0x45, 0x84, 0x1f, 0x12, 0xce, 0x24 +.byte 0x52, 0x64, 0x85, 0x0b, 0x48, 0x80, 0x4e, 0x87, 0xb1, 0x22, 0x22, 0x30, 0xaa, 0xeb, 0xae, 0xbe +.byte 0xe0, 0x02, 0xe0, 0x40, 0xe8, 0xb0, 0x42, 0x80, 0x03, 0x51, 0xaa, 0xb4, 0x7e, 0xaa, 0x44, 0xd7 +.byte 0x43, 0x61, 0xf3, 0xa2, 0x6b, 0x16, 0x89, 0x49, 0xa4, 0xa3, 0xa4, 0x2b, 0x8a, 0x02, 0xc4, 0x78 +.byte 0xf4, 0x68, 0x8a, 0xc1, 0xe4, 0x7a, 0x36, 0xb1, 0x6f, 0x1b, 0x96, 0x1b, 0x77, 0x49, 0x8d, 0xd4 +.byte 0xc9, 0x06, 0x72, 0x8f, 0xcf, 0x53, 0xe3, 0xdc, 0x17, 0x85, 0x20, 0x4a, 0xdc, 0x98, 0x27, 0xd3 +.byte 0x91, 0x26, 0x2b, 0x47, 0x1e, 0x69, 0x07, 0xaf, 0xde, 0xa2, 0xe4, 0xe4, 0xd4, 0x6b, 0x0b, 0xb3 +.byte 0x5e, 0x7c, 0xd4, 0x24, 0x80, 0x47, 0x29, 0x69, 0x3b, 0x6e, 0xe8, 0xac, 0xfd, 0x40, 0xeb, 0xd8 +.byte 0xed, 0x71, 0x71, 0x2b, 0xf2, 0xe8, 0x58, 0x1d, 0xeb, 0x41, 0x97, 0x22, 0xc5, 0x1f, 0xd4, 0x39 +.byte 0xd0, 0x27, 0x8f, 0x87, 0xe3, 0x18, 0xf4, 0xe0, 0xa9, 0x46, 0x0d, 0xf5, 0x74, 0x3a, 0x82, 0x2e +.byte 0xd0, 0x6e, 0x2c, 0x91, 0xa3, 0x31, 0x5c, 0x3b, 0x46, 0xea, 0x7b, 0x04, 0x10, 0x56, 0x5e, 0x80 +.byte 0x1d, 0xf5, 0xa5, 0x65, 0xe8, 0x82, 0xfc, 0xe2, 0x07, 0x8c, 0x62, 0x45, 0xf5, 0x20, 0xde, 0x46 +.byte 0x70, 0x86, 0xa1, 0xbc, 0x93, 0xd3, 0x1e, 0x74, 0xa6, 0x6c, 0xb0, 0x2c, 0xf7, 0x03, 0x0c, 0x88 +.byte 0x0c, 0xcb, 0xd4, 0x72, 0x53, 0x86, 0xbc, 0x60, 0x46, 0xf3, 0x98, 0x6a, 0xc2, 0xf1, 0xbf, 0x43 +.byte 0xf9, 0x70, 0x20, 0x77, 0xca, 0x37, 0x41, 0x79, 0x55, 0x52, 0x63, 0x8d, 0x5b, 0x12, 0x9f, 0xc5 +.byte 0x68, 0xc4, 0x88, 0x9d, 0xac, 0xf2, 0x30, 0xab, 0xb7, 0xa3, 0x31, 0x97, 0x67, 0xad, 0x8f, 0x17 +.byte 0x0f, 0x6c, 0xc7, 0x73, 0xed, 0x24, 0x94, 0x6b, 0xc8, 0x83, 0x9a, 0xd0, 0x9a, 0x37, 0x49, 0x04 +.byte 0xab, 0xb1, 0x16, 0xc8, 0x6c, 0x49, 0x49, 0x2d, 0xab, 0xa1, 0xd0, 0x8c, 0x92, 0xf2, 0x41, 0x4a +.byte 0x79, 0x21, 0x25, 0xdb, 0x63, 0xd7, 0xb6, 0x9c, 0xa7, 0x7e, 0x42, 0x69, 0xfb, 0x3a, 0x63, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x01, 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x27 +.byte 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x41 +.byte 0x20, 0x32, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 +.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd3, 0xb2, 0x4a, 0xcf, 0x7a, 0x47, 0xef, 0x75 +.byte 0x9b, 0x23, 0xfa, 0x3a, 0x2f, 0xd6, 0x50, 0x45, 0x89, 0x35, 0x3a, 0xc6, 0x6b, 0xdb, 0xfe, 0xdb +.byte 0x00, 0x68, 0xa8, 0xe0, 0x03, 0x11, 0x1d, 0x37, 0x50, 0x08, 0x9f, 0x4d, 0x4a, 0x68, 0x94, 0x35 +.byte 0xb3, 0x53, 0xd1, 0x94, 0x63, 0xa7, 0x20, 0x56, 0xaf, 0xde, 0x51, 0x78, 0xec, 0x2a, 0x3d, 0xf3 +.byte 0x48, 0x48, 0x50, 0x3e, 0x0a, 0xdf, 0x46, 0x55, 0x8b, 0x27, 0x6d, 0xc3, 0x10, 0x4d, 0x0d, 0x91 +.byte 0x52, 0x43, 0xd8, 0x87, 0xe0, 0x5d, 0x4e, 0x36, 0xb5, 0x21, 0xca, 0x5f, 0x39, 0x40, 0x04, 0x5f +.byte 0x5b, 0x7e, 0xcc, 0xa3, 0xc6, 0x2b, 0xa9, 0x40, 0x1e, 0xd9, 0x36, 0x84, 0xd6, 0x48, 0xf3, 0x92 +.byte 0x1e, 0x34, 0x46, 0x20, 0x24, 0xc1, 0xa4, 0x51, 0x8e, 0x4a, 0x1a, 0xef, 0x50, 0x3f, 0x69, 0x5d +.byte 0x19, 0x7f, 0x45, 0xc3, 0xc7, 0x01, 0x8f, 0x51, 0xc9, 0x23, 0xe8, 0x72, 0xae, 0xb4, 0xbc, 0x56 +.byte 0x09, 0x7f, 0x12, 0xcb, 0x1c, 0xb1, 0xaf, 0x29, 0x90, 0x0a, 0xc9, 0x55, 0xcc, 0x0f, 0xd3, 0xb4 +.byte 0x1a, 0xed, 0x47, 0x35, 0x5a, 0x4a, 0xed, 0x9c, 0x73, 0x04, 0x21, 0xd0, 0xaa, 0xbd, 0x0c, 0x13 +.byte 0xb5, 0x00, 0xca, 0x26, 0x6c, 0xc4, 0x6b, 0x0c, 0x94, 0x5a, 0x95, 0x94, 0xda, 0x50, 0x9a, 0xf1 +.byte 0xff, 0xa5, 0x2b, 0x66, 0x31, 0xa4, 0xc9, 0x38, 0xa0, 0xdf, 0x1d, 0x1f, 0xb8, 0x09, 0x2e, 0xf3 +.byte 0xa7, 0xe8, 0x67, 0x52, 0xab, 0x95, 0x1f, 0xe0, 0x46, 0x3e, 0xd8, 0xa4, 0xc3, 0xca, 0x5a, 0xc5 +.byte 0x31, 0x80, 0xe8, 0x48, 0x9a, 0x9f, 0x94, 0x69, 0xfe, 0x19, 0xdd, 0xd8, 0x73, 0x7c, 0x81, 0xca +.byte 0x96, 0xde, 0x8e, 0xed, 0xb3, 0x32, 0x05, 0x65, 0x84, 0x34, 0xe6, 0xe6, 0xfd, 0x57, 0x10, 0xb5 +.byte 0x5f, 0x76, 0xbf, 0x2f, 0xb0, 0x10, 0x0d, 0xc5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02 +.byte 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65, 0x6e, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x49 +.byte 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20 +.byte 0x53, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xb6, 0x22, 0x94, 0xfc, 0xa4, 0x48, 0xaf, 0xe8, 0x47, 0x6b, 0x0a, 0xfb, 0x27, 0x76, 0xe4 +.byte 0xf2, 0x3f, 0x8a, 0x3b, 0x7a, 0x4a, 0x2c, 0x31, 0x2a, 0x8c, 0x8d, 0xb0, 0xa9, 0xc3, 0x31, 0x6b +.byte 0xa8, 0x77, 0x76, 0x84, 0x26, 0xb6, 0xac, 0x81, 0x42, 0x0d, 0x08, 0xeb, 0x55, 0x58, 0xbb, 0x7a +.byte 0xf8, 0xbc, 0x65, 0x7d, 0xf2, 0xa0, 0x6d, 0x8b, 0xa8, 0x47, 0xe9, 0x62, 0x76, 0x1e, 0x11, 0xee +.byte 0x08, 0x14, 0xd1, 0xb2, 0x44, 0x16, 0xf4, 0xea, 0xd0, 0xfa, 0x1e, 0x2f, 0x5e, 0xdb, 0xcb, 0x73 +.byte 0x41, 0xae, 0xbc, 0x00, 0xb0, 0x4a, 0x2b, 0x40, 0xb2, 0xac, 0xe1, 0x3b, 0x4b, 0xc2, 0x2d, 0x9d +.byte 0xe4, 0xa1, 0x9b, 0xec, 0x1a, 0x3a, 0x1e, 0xf0, 0x08, 0xb3, 0xd0, 0xe4, 0x24, 0x35, 0x07, 0x9f +.byte 0x9c, 0xb4, 0xc9, 0x52, 0x6d, 0xdb, 0x07, 0xca, 0x8f, 0xb5, 0x5b, 0xf0, 0x83, 0xf3, 0x4f, 0xc7 +.byte 0x2d, 0xa5, 0xc8, 0xad, 0xcb, 0x95, 0x20, 0xa4, 0x31, 0x28, 0x57, 0x58, 0x5a, 0xe4, 0x8d, 0x1b +.byte 0x9a, 0xab, 0x9e, 0x0d, 0x0c, 0xf2, 0x0a, 0x33, 0x39, 0x22, 0x39, 0x0a, 0x97, 0x2e, 0xf3, 0x53 +.byte 0x77, 0xb9, 0x44, 0x45, 0xfd, 0x84, 0xcb, 0x36, 0x20, 0x81, 0x59, 0x2d, 0x9a, 0x6f, 0x6d, 0x48 +.byte 0x48, 0x61, 0xca, 0x4c, 0xdf, 0x53, 0xd1, 0xaf, 0x52, 0xbc, 0x44, 0x9f, 0xab, 0x2f, 0x6b, 0x83 +.byte 0x72, 0xef, 0x75, 0x80, 0xda, 0x06, 0x33, 0x1b, 0x5d, 0xc8, 0xda, 0x63, 0xc6, 0x4d, 0xcd, 0xac +.byte 0x66, 0x31, 0xcd, 0xd1, 0xde, 0x3e, 0x87, 0x10, 0x36, 0xe1, 0xb9, 0xa4, 0x7a, 0xef, 0x60, 0x50 +.byte 0xb2, 0xcb, 0xca, 0xa6, 0x56, 0xe0, 0x37, 0xaf, 0xab, 0x34, 0x13, 0x39, 0x25, 0xe8, 0x39, 0x66 +.byte 0xe4, 0x98, 0x7a, 0xaa, 0x12, 0x98, 0x9c, 0x59, 0x66, 0x86, 0x3e, 0xad, 0xf1, 0xb0, 0xca, 0x3e +.byte 0x06, 0x0f, 0x7b, 0xf0, 0x11, 0x4b, 0x37, 0xa0, 0x44, 0x6d, 0x7b, 0xcb, 0xa8, 0x8c, 0x71, 0xf4 +.byte 0xd5, 0xb5, 0x91, 0x36, 0xcc, 0xf0, 0x15, 0xc6, 0x2b, 0xde, 0x51, 0x17, 0xb1, 0x97, 0x4c, 0x50 +.byte 0x3d, 0xb1, 0x95, 0x59, 0x7c, 0x05, 0x7d, 0x2d, 0x21, 0xd5, 0x00, 0xbf, 0x01, 0x67, 0xa2, 0x5e +.byte 0x7b, 0xa6, 0x5c, 0xf2, 0xf7, 0x22, 0xf1, 0x90, 0x0d, 0x93, 0xdb, 0xaa, 0x44, 0x51, 0x66, 0xcc +.byte 0x7d, 0x76, 0x03, 0xeb, 0x6a, 0xa8, 0x2a, 0x38, 0x19, 0x97, 0x76, 0x0d, 0x6b, 0x8a, 0x61, 0xf9 +.byte 0xbc, 0xf6, 0xee, 0x76, 0xfd, 0x70, 0x2b, 0xdd, 0x29, 0x3c, 0xf8, 0x0a, 0x1e, 0x5b, 0x42, 0x1c +.byte 0x8b, 0x56, 0x2f, 0x55, 0x1b, 0x1c, 0xa1, 0x2e, 0xb5, 0xc7, 0x16, 0xe6, 0xf8, 0xaa, 0x3c, 0x92 +.byte 0x8e, 0x69, 0xb6, 0x01, 0xc1, 0xb5, 0x86, 0x9d, 0x89, 0x0f, 0x0b, 0x38, 0x94, 0x54, 0xe8, 0xea +.byte 0xdc, 0x9e, 0x3d, 0x25, 0xbc, 0x53, 0x26, 0xed, 0xd5, 0xab, 0x39, 0xaa, 0xc5, 0x40, 0x4c, 0x54 +.byte 0xab, 0xb2, 0xb4, 0xd9, 0xd9, 0xf8, 0xd7, 0x72, 0xdb, 0x1c, 0xbc, 0x6d, 0xbd, 0x65, 0x5f, 0xef +.byte 0x88, 0x35, 0x2a, 0x66, 0x2f, 0xee, 0xf6, 0xb3, 0x65, 0xf0, 0x33, 0x8d, 0x7c, 0x98, 0x41, 0x69 +.byte 0x46, 0x0f, 0x43, 0x1c, 0x69, 0xfa, 0x9b, 0xb5, 0xd0, 0x61, 0x6a, 0xcd, 0xca, 0x4b, 0xd9, 0x4c +.byte 0x90, 0x46, 0xab, 0x15, 0x59, 0xa1, 0x47, 0x54, 0x29, 0x2e, 0x83, 0x28, 0x5f, 0x1c, 0xc2, 0xa2 +.byte 0xab, 0x72, 0x17, 0x00, 0x06, 0x8e, 0x45, 0xec, 0x8b, 0xe2, 0x33, 0x3d, 0x7f, 0xda, 0x19, 0x44 +.byte 0xe4, 0x62, 0x72, 0xc3, 0xdf, 0x22, 0xc6, 0xf2, 0x56, 0xd4, 0xdd, 0x5f, 0x95, 0x72, 0xed, 0x6d +.byte 0x5f, 0xf7, 0x48, 0x03, 0x5b, 0xfd, 0xc5, 0x2a, 0xa0, 0xf6, 0x73, 0x23, 0x84, 0x10, 0x1b, 0x01 +.byte 0xe7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02, 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x2c, 0x20, 0x49, 0x6e +.byte 0x63, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1c, 0x44, 0x69, 0x67 +.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x34, 0x30, 0x39 +.byte 0x36, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xd0, 0xf4, 0xc9, 0x79, 0x11 +.byte 0x9d, 0xfd, 0xfc, 0x66, 0x81, 0xe7, 0xcc, 0xd5, 0xe4, 0xbc, 0xec, 0x81, 0x3e, 0x6a, 0x35, 0x8e +.byte 0x2e, 0xb7, 0xe7, 0xde, 0xaf, 0xf9, 0x07, 0x4d, 0xcf, 0x30, 0x9d, 0xea, 0x09, 0x0b, 0x99, 0xbd +.byte 0x6c, 0x57, 0xda, 0x18, 0x4a, 0xb8, 0x78, 0xac, 0x3a, 0x39, 0xa8, 0xa6, 0x48, 0xac, 0x2e, 0x72 +.byte 0xe5, 0xbd, 0xeb, 0xf1, 0x1a, 0xcd, 0xe7, 0xa4, 0x03, 0xa9, 0x3f, 0x11, 0xb4, 0xd8, 0x2f, 0x89 +.byte 0x16, 0xfb, 0x94, 0x01, 0x3d, 0xbb, 0x2f, 0xf8, 0x13, 0x05, 0xa1, 0x78, 0x1c, 0x8e, 0x28, 0xe0 +.byte 0x45, 0xe0, 0x83, 0xf4, 0x59, 0x1b, 0x95, 0xb3, 0xae, 0x7e, 0x03, 0x45, 0xe5, 0xbe, 0xc2, 0x42 +.byte 0xfe, 0xee, 0xf2, 0x3c, 0xb6, 0x85, 0x13, 0x98, 0x32, 0x9d, 0x16, 0xa8, 0x29, 0xc2, 0x0b, 0x1c +.byte 0x38, 0xdc, 0x9f, 0x31, 0x77, 0x5c, 0xbf, 0x27, 0xa3, 0xfc, 0x27, 0xac, 0xb7, 0x2b, 0xbd, 0x74 +.byte 0x9b, 0x17, 0x2d, 0xf2, 0x81, 0xda, 0x5d, 0xb0, 0xe1, 0x23, 0x17, 0x3e, 0x88, 0x4a, 0x12, 0x23 +.byte 0xd0, 0xea, 0xcf, 0x9d, 0xde, 0x03, 0x17, 0xb1, 0x42, 0x4a, 0xa0, 0x16, 0x4c, 0xa4, 0x6d, 0x93 +.byte 0xe9, 0x3f, 0x3a, 0xee, 0x3a, 0x7c, 0x9d, 0x58, 0x9d, 0xf4, 0x4e, 0x8f, 0xfc, 0x3b, 0x23, 0xc8 +.byte 0x6d, 0xb8, 0xe2, 0x05, 0xda, 0xcc, 0xeb, 0xec, 0xc3, 0x31, 0xf4, 0xd7, 0xa7, 0x29, 0x54, 0x80 +.byte 0xcf, 0x44, 0x5b, 0x4c, 0x6f, 0x30, 0x9e, 0xf3, 0xcc, 0xdd, 0x1f, 0x94, 0x43, 0x9d, 0x4d, 0x7f +.byte 0x70, 0x70, 0x0d, 0xd4, 0x3a, 0xd1, 0x37, 0xf0, 0x6c, 0x9d, 0x9b, 0xc0, 0x14, 0x93, 0x58, 0xef +.byte 0xcd, 0x41, 0x38, 0x75, 0xbc, 0x13, 0x03, 0x95, 0x7c, 0x7f, 0xe3, 0x5c, 0xe9, 0xd5, 0x0d, 0xd5 +.byte 0xe2, 0x7c, 0x10, 0x62, 0xaa, 0x6b, 0xf0, 0x3d, 0x76, 0xf3, 0x3f, 0xa3, 0xe8, 0xb0, 0xc1, 0xfd +.byte 0xef, 0xaa, 0x57, 0x4d, 0xac, 0x86, 0xa7, 0x18, 0xb4, 0x29, 0xc1, 0x2c, 0x0e, 0xbf, 0x64, 0xbe +.byte 0x29, 0x8c, 0xd8, 0x02, 0x2d, 0xcd, 0x5c, 0x2f, 0xf2, 0x7f, 0xef, 0x15, 0xf4, 0x0c, 0x15, 0xac +.byte 0x0a, 0xb0, 0xf1, 0xd3, 0x0d, 0x4f, 0x6a, 0x4d, 0x77, 0x97, 0x01, 0xa0, 0xf1, 0x66, 0xb7, 0xb7 +.byte 0xce, 0xef, 0xce, 0xec, 0xec, 0xa5, 0x75, 0xca, 0xac, 0xe3, 0xe1, 0x63, 0xf7, 0xb8, 0xa1, 0x04 +.byte 0xc8, 0xbc, 0x7b, 0x3f, 0x5d, 0x2d, 0x16, 0x22, 0x56, 0xed, 0x48, 0x49, 0xfe, 0xa7, 0x2f, 0x79 +.byte 0x30, 0x25, 0x9b, 0xba, 0x6b, 0x2d, 0x3f, 0x9d, 0x3b, 0xc4, 0x17, 0xe7, 0x1d, 0x2e, 0xfb, 0xf2 +.byte 0xcf, 0xa6, 0xfc, 0xe3, 0x14, 0x2c, 0x96, 0x98, 0x21, 0x8c, 0xb4, 0x91, 0xe9, 0x19, 0x60, 0x83 +.byte 0xf2, 0x30, 0x2b, 0x06, 0x73, 0x50, 0xd5, 0x98, 0x3b, 0x06, 0xe9, 0xc7, 0x8a, 0x0c, 0x60, 0x8c +.byte 0x28, 0xf8, 0x52, 0x9b, 0x6e, 0xe1, 0xf6, 0x4d, 0xbb, 0x06, 0x24, 0x9b, 0xd7, 0x2b, 0x26, 0x3f +.byte 0xfd, 0x2a, 0x2f, 0x71, 0xf5, 0xd6, 0x24, 0xbe, 0x7f, 0x31, 0x9e, 0x0f, 0x6d, 0xe8, 0x8f, 0x4f +.byte 0x4d, 0xa3, 0x3f, 0xff, 0x35, 0xea, 0xdf, 0x49, 0x5e, 0x41, 0x8f, 0x86, 0xf9, 0xf1, 0x77, 0x79 +.byte 0x4b, 0x1b, 0xb4, 0xa3, 0x5e, 0x2f, 0xfb, 0x46, 0x02, 0xd0, 0x66, 0x13, 0x5e, 0x5e, 0x85, 0x4f +.byte 0xce, 0xd8, 0x70, 0x88, 0x7b, 0xce, 0x01, 0xb5, 0x96, 0x97, 0xd7, 0xcd, 0x7d, 0xfd, 0x82, 0xf8 +.byte 0xc2, 0x24, 0xc1, 0xca, 0x01, 0x39, 0x4f, 0x8d, 0xa2, 0xc1, 0x14, 0x40, 0x1f, 0x9c, 0x66, 0xd5 +.byte 0x0c, 0x09, 0x46, 0xd6, 0xf2, 0xd0, 0xd1, 0x48, 0x76, 0x56, 0x3a, 0x43, 0xcb, 0xb6, 0x0a, 0x11 +.byte 0x39, 0xba, 0x8c, 0x13, 0x6c, 0x06, 0xb5, 0x9e, 0xcf, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x50, 0x02, 0x26, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79 +.byte 0x70, 0x61, 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32 +.byte 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70 +.byte 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xd7, 0xc7, 0x5e, 0xf7, 0xc1, 0x07, 0xd4, 0x77, 0xfb, 0x43, 0x21, 0xf4 +.byte 0xf4, 0xf5, 0x69, 0xe4, 0xee, 0x32, 0x01, 0xdb, 0xa3, 0x86, 0x1f, 0xe4, 0x59, 0x0d, 0xba, 0xe7 +.byte 0x75, 0x83, 0x52, 0xeb, 0xea, 0x1c, 0x61, 0x15, 0x48, 0xbb, 0x1d, 0x07, 0xca, 0x8c, 0xae, 0xb0 +.byte 0xdc, 0x96, 0x9d, 0xea, 0xc3, 0x60, 0x92, 0x86, 0x82, 0x28, 0x73, 0x9c, 0x56, 0x06, 0xff, 0x4b +.byte 0x64, 0xf0, 0x0c, 0x2a, 0x37, 0x49, 0xb5, 0xe5, 0xcf, 0x0c, 0x7c, 0xee, 0xf1, 0x4a, 0xbb, 0x73 +.byte 0x30, 0x65, 0xf3, 0xd5, 0x2f, 0x83, 0xb6, 0x7e, 0xe3, 0xe7, 0xf5, 0x9e, 0xab, 0x60, 0xf9, 0xd3 +.byte 0xf1, 0x9d, 0x92, 0x74, 0x8a, 0xe4, 0x1c, 0x96, 0xac, 0x5b, 0x80, 0xe9, 0xb5, 0xf4, 0x31, 0x87 +.byte 0xa3, 0x51, 0xfc, 0xc7, 0x7e, 0xa1, 0x6f, 0x8e, 0x53, 0x77, 0xd4, 0x97, 0xc1, 0x55, 0x33, 0x92 +.byte 0x3e, 0x18, 0x2f, 0x75, 0xd4, 0xad, 0x86, 0x49, 0xcb, 0x95, 0xaf, 0x54, 0x06, 0x6c, 0xd8, 0x06 +.byte 0x13, 0x8d, 0x5b, 0xff, 0xe1, 0x26, 0x19, 0x59, 0xc0, 0x24, 0xba, 0x81, 0x71, 0x79, 0x90, 0x44 +.byte 0x50, 0x68, 0x24, 0x94, 0x5f, 0xb8, 0xb3, 0x11, 0xf1, 0x29, 0x41, 0x61, 0xa3, 0x41, 0xcb, 0x23 +.byte 0x36, 0xd5, 0xc1, 0xf1, 0x32, 0x50, 0x10, 0x4e, 0x7f, 0xf4, 0x86, 0x93, 0xec, 0x84, 0xd3, 0x8e +.byte 0xbc, 0x4b, 0xbf, 0x5c, 0x01, 0x4e, 0x07, 0x3d, 0xdc, 0x14, 0x8a, 0x94, 0x0a, 0xa4, 0xea, 0x73 +.byte 0xfb, 0x0b, 0x51, 0xe8, 0x13, 0x07, 0x18, 0xfa, 0x0e, 0xf1, 0x2b, 0xd1, 0x54, 0x15, 0x7d, 0x3c +.byte 0xe1, 0xf7, 0xb4, 0x19, 0x42, 0x67, 0x62, 0x5e, 0x77, 0xe0, 0xa2, 0x55, 0xec, 0xb6, 0xd9, 0x69 +.byte 0x17, 0xd5, 0x3a, 0xaf, 0x44, 0xed, 0x4a, 0xc5, 0x9e, 0xe4, 0x7a, 0x27, 0x7c, 0xe5, 0x75, 0xd7 +.byte 0xaa, 0xcb, 0x25, 0xe7, 0xdf, 0x6b, 0x0a, 0xdb, 0x0f, 0x4d, 0x93, 0x4e, 0xa8, 0xa0, 0xcd, 0x7b +.byte 0x2e, 0xf2, 0x59, 0x01, 0x6a, 0xb7, 0x0d, 0xb8, 0x07, 0x81, 0x7e, 0x8b, 0x38, 0x1b, 0x38, 0xe6 +.byte 0x0a, 0x57, 0x99, 0x3d, 0xee, 0x21, 0xe8, 0xa3, 0xf5, 0x0c, 0x16, 0xdd, 0x8b, 0xec, 0x34, 0x8e +.byte 0x9c, 0x2a, 0x1c, 0x00, 0x15, 0x17, 0x8d, 0x68, 0x83, 0xd2, 0x70, 0x9f, 0x18, 0x08, 0xcd, 0x11 +.byte 0x68, 0xd5, 0xc9, 0x6b, 0x52, 0xcd, 0xc4, 0x46, 0x8f, 0xdc, 0xb5, 0xf3, 0xd8, 0x57, 0x73, 0x1e +.byte 0xe9, 0x94, 0x39, 0x04, 0xbf, 0xd3, 0xde, 0x38, 0xde, 0xb4, 0x53, 0xec, 0x69, 0x1c, 0xa2, 0x7e +.byte 0xc4, 0x8f, 0xe4, 0x1b, 0x70, 0xad, 0xf2, 0xa2, 0xf9, 0xfb, 0xf7, 0x16, 0x64, 0x66, 0x69, 0x9f +.byte 0x49, 0x51, 0xa2, 0xe2, 0x15, 0x18, 0x67, 0x06, 0x4a, 0x7f, 0xd5, 0x6c, 0xb5, 0x4d, 0xb3, 0x33 +.byte 0xe0, 0x61, 0xeb, 0x5d, 0xbe, 0xe9, 0x98, 0x0f, 0x32, 0xd7, 0x1d, 0x4b, 0x3c, 0x2e, 0x5a, 0x01 +.byte 0x52, 0x91, 0x09, 0xf2, 0xdf, 0xea, 0x8d, 0xd8, 0x06, 0x40, 0x63, 0xaa, 0x11, 0xe4, 0xfe, 0xc3 +.byte 0x37, 0x9e, 0x14, 0x52, 0x3f, 0xf4, 0xe2, 0xcc, 0xf2, 0x61, 0x93, 0xd1, 0xfd, 0x67, 0x6b, 0xd7 +.byte 0x52, 0xae, 0xbf, 0x68, 0xab, 0x40, 0x43, 0xa0, 0x57, 0x35, 0x53, 0x78, 0xf0, 0x53, 0xf8, 0x61 +.byte 0x42, 0x07, 0x64, 0xc6, 0xd7, 0x6f, 0x9b, 0x4c, 0x38, 0x0d, 0x63, 0xac, 0x62, 0xaf, 0x36, 0x8b +.byte 0xa2, 0x73, 0x0a, 0x0d, 0xf5, 0x21, 0xbd, 0x74, 0xaa, 0x4d, 0xea, 0x72, 0x03, 0x49, 0xdb, 0xc7 +.byte 0x5f, 0x1d, 0x62, 0x63, 0xc7, 0xfd, 0xdd, 0x91, 0xec, 0x33, 0xee, 0xf5, 0x6d, 0xb4, 0x6e, 0x30 +.byte 0x68, 0xde, 0xc8, 0xd6, 0x26, 0xb0, 0x75, 0x5e, 0x7b, 0xb4, 0x07, 0x20, 0x98, 0xa1, 0x76, 0x32 +.byte 0xb8, 0x4d, 0x6c, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x50, 0x02, 0x26, 0x30, 0x4e, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x41 +.byte 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32, 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c +.byte 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa5, 0xda +.byte 0x0a, 0x95, 0x16, 0x50, 0xe3, 0x95, 0xf2, 0x5e, 0x9d, 0x76, 0x31, 0x06, 0x32, 0x7a, 0x9b, 0xf1 +.byte 0x10, 0x76, 0xb8, 0x00, 0x9a, 0xb5, 0x52, 0x36, 0xcd, 0x24, 0x47, 0xb0, 0x9f, 0x18, 0x64, 0xbc +.byte 0x9a, 0xf6, 0xfa, 0xd5, 0x79, 0xd8, 0x90, 0x62, 0x4c, 0x22, 0x2f, 0xde, 0x38, 0x3d, 0xd6, 0xe0 +.byte 0xa8, 0xe9, 0x1c, 0x2c, 0xdb, 0x78, 0x11, 0xe9, 0x8e, 0x68, 0x51, 0x15, 0x72, 0xc7, 0xf3, 0x33 +.byte 0x87, 0xe4, 0xa0, 0x5d, 0x0b, 0x5c, 0xe0, 0x57, 0x07, 0x2a, 0x30, 0xf5, 0xcd, 0xc4, 0x37, 0x77 +.byte 0x28, 0x4d, 0x18, 0x91, 0xe6, 0xbf, 0xd5, 0x52, 0xfd, 0x71, 0x2d, 0x70, 0x3e, 0xe7, 0xc6, 0xc4 +.byte 0x8a, 0xe3, 0xf0, 0x28, 0x0b, 0xf4, 0x76, 0x98, 0xa1, 0x8b, 0x87, 0x55, 0xb2, 0x3a, 0x13, 0xfc +.byte 0xb7, 0x3e, 0x27, 0x37, 0x8e, 0x22, 0xe3, 0xa8, 0x4f, 0x2a, 0xef, 0x60, 0xbb, 0x3d, 0xb7, 0x39 +.byte 0xc3, 0x0e, 0x01, 0x47, 0x99, 0x5d, 0x12, 0x4f, 0xdb, 0x43, 0xfa, 0x57, 0xa1, 0xed, 0xf9, 0x9d +.byte 0xbe, 0x11, 0x47, 0x26, 0x5b, 0x13, 0x98, 0xab, 0x5d, 0x16, 0x8a, 0xb0, 0x37, 0x1c, 0x57, 0x9d +.byte 0x45, 0xff, 0x88, 0x96, 0x36, 0xbf, 0xbb, 0xca, 0x07, 0x7b, 0x6f, 0x87, 0x63, 0xd7, 0xd0, 0x32 +.byte 0x6a, 0xd6, 0x5d, 0x6c, 0x0c, 0xf1, 0xb3, 0x6e, 0x39, 0xe2, 0x6b, 0x31, 0x2e, 0x39, 0x00, 0x27 +.byte 0x14, 0xde, 0x38, 0xc0, 0xec, 0x19, 0x66, 0x86, 0x12, 0xe8, 0x9d, 0x72, 0x16, 0x13, 0x64, 0x52 +.byte 0xc7, 0xa9, 0x37, 0x1c, 0xfd, 0x82, 0x30, 0xed, 0x84, 0x18, 0x1d, 0xf4, 0xae, 0x5c, 0xff, 0x70 +.byte 0x13, 0x00, 0xeb, 0xb1, 0xf5, 0x33, 0x7a, 0x4b, 0xd6, 0x55, 0xf8, 0x05, 0x8d, 0x4b, 0x69, 0xb0 +.byte 0xf5, 0xb3, 0x28, 0x36, 0x5c, 0x14, 0xc4, 0x51, 0x73, 0x4d, 0x6b, 0x0b, 0xf1, 0x34, 0x07, 0xdb +.byte 0x17, 0x39, 0xd7, 0xdc, 0x28, 0x7b, 0x6b, 0xf5, 0x9f, 0xf3, 0x2e, 0xc1, 0x4f, 0x17, 0x2a, 0x10 +.byte 0xf3, 0xcc, 0xca, 0xe8, 0xeb, 0xfd, 0x6b, 0xab, 0x2e, 0x9a, 0x9f, 0x2d, 0x82, 0x6e, 0x04, 0xd4 +.byte 0x52, 0x01, 0x93, 0x2d, 0x3d, 0x86, 0xfc, 0x7e, 0xfc, 0xdf, 0xef, 0x42, 0x1d, 0xa6, 0x6b, 0xef +.byte 0xb9, 0x20, 0xc6, 0xf7, 0xbd, 0xa0, 0xa7, 0x95, 0xfd, 0xa7, 0xe6, 0x89, 0x24, 0xd8, 0xcc, 0x8c +.byte 0x34, 0x6c, 0xe2, 0x23, 0x2f, 0xd9, 0x12, 0x1a, 0x21, 0xb9, 0x55, 0x91, 0x6f, 0x0b, 0x91, 0x79 +.byte 0x19, 0x0c, 0xad, 0x40, 0x88, 0x0b, 0x70, 0xe2, 0x7a, 0xd2, 0x0e, 0xd8, 0x68, 0x48, 0xbb, 0x82 +.byte 0x13, 0x39, 0x10, 0x58, 0xe9, 0xd8, 0x2a, 0x07, 0xc6, 0x12, 0xdb, 0x58, 0xdb, 0xd2, 0x3b, 0x55 +.byte 0x10, 0x47, 0x05, 0x15, 0x67, 0x62, 0x7e, 0x18, 0x63, 0xa6, 0x46, 0x3f, 0x09, 0x0e, 0x54, 0x32 +.byte 0x5e, 0xbf, 0x0d, 0x62, 0x7a, 0x27, 0xef, 0x80, 0xe8, 0xdb, 0xd9, 0x4b, 0x06, 0x5a, 0x37, 0x5a +.byte 0x25, 0xd0, 0x08, 0x12, 0x77, 0xd4, 0x6f, 0x09, 0x50, 0x97, 0x3d, 0xc8, 0x1d, 0xc3, 0xdf, 0x8c +.byte 0x45, 0x30, 0x56, 0xc6, 0xd3, 0x64, 0xab, 0x66, 0xf3, 0xc0, 0x5e, 0x96, 0x9c, 0xc3, 0xc4, 0xef +.byte 0xc3, 0x7c, 0x6b, 0x8b, 0x3a, 0x79, 0x7f, 0xb3, 0x49, 0xcf, 0x3d, 0xe2, 0x89, 0x9f, 0xa0, 0x30 +.byte 0x4b, 0x85, 0xb9, 0x9c, 0x94, 0x24, 0x79, 0x8f, 0x7d, 0x6b, 0xa9, 0x45, 0x68, 0x0f, 0x2b, 0xd0 +.byte 0xf1, 0xda, 0x1c, 0xcb, 0x69, 0xb8, 0xca, 0x49, 0x62, 0x6d, 0xc8, 0xd0, 0x63, 0x62, 0xdd, 0x60 +.byte 0x0f, 0x58, 0xaa, 0x8f, 0xa1, 0xbc, 0x05, 0xa5, 0x66, 0xa2, 0xcf, 0x1b, 0x76, 0xb2, 0x84, 0x64 +.byte 0xb1, 0x4c, 0x39, 0x52, 0xc0, 0x30, 0xba, 0xf0, 0x8c, 0x4b, 0x02, 0xb0, 0xb6, 0xb7, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x50, 0x00, 0x78, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1d, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 +.byte 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x33, 0x38, 0x34, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xc1 +.byte 0x44, 0xa1, 0xcf, 0x11, 0x97, 0x50, 0x9a, 0xde, 0x23, 0x82, 0x35, 0x07, 0xcd, 0xd0, 0xcb, 0x18 +.byte 0x9d, 0xd2, 0xf1, 0x7f, 0x77, 0x35, 0x4f, 0x3b, 0xdd, 0x94, 0x72, 0x52, 0xed, 0xc2, 0x3b, 0xf8 +.byte 0xec, 0xfa, 0x7b, 0x6b, 0x58, 0x20, 0xec, 0x99, 0xae, 0xc9, 0xfc, 0x68, 0xb3, 0x75, 0xb9, 0xdb +.byte 0x09, 0xec, 0xc8, 0x13, 0xf5, 0x4e, 0xc6, 0x0a, 0x1d, 0x66, 0x30, 0x4c, 0xbb, 0x1f, 0x47, 0x0a +.byte 0x3c, 0x61, 0x10, 0x42, 0x29, 0x7c, 0xa5, 0x08, 0x0e, 0xe0, 0x22, 0xe9, 0xd3, 0x35, 0x68, 0xce +.byte 0x9b, 0x63, 0x9f, 0x84, 0xb5, 0x99, 0x4d, 0x58, 0xa0, 0x8e, 0xf5, 0x54, 0xe7, 0x95, 0xc9, 0x00 +.byte 0x51, 0x02, 0x26, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x54, 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75 +.byte 0x6e, 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f +.byte 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x12, 0x48, 0x69, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xf4, 0x1e, 0x7f, 0x52, 0x73, 0x32, 0x0c, 0x73, 0xe4, 0xbd, 0x13 +.byte 0x74, 0xa3, 0xd4, 0x30, 0xa8, 0xd0, 0xae, 0x4b, 0xd8, 0xb6, 0xdf, 0x75, 0x47, 0x66, 0xf4, 0x7c +.byte 0xe7, 0x39, 0x04, 0x1e, 0x6a, 0x70, 0x20, 0xd2, 0x5a, 0x47, 0x72, 0x67, 0x55, 0xf4, 0xa5, 0xe8 +.byte 0x9d, 0xd5, 0x1e, 0x21, 0xa1, 0xf0, 0x67, 0xba, 0xcc, 0x21, 0x68, 0xbe, 0x44, 0x53, 0xbf, 0x8d +.byte 0xf9, 0xe2, 0xdc, 0x2f, 0x55, 0xc8, 0x37, 0x3f, 0x1f, 0xa4, 0xc0, 0x9c, 0xb3, 0xe4, 0x77, 0x5c +.byte 0xa0, 0x46, 0xfe, 0x77, 0xfa, 0x1a, 0xa0, 0x38, 0xea, 0xed, 0x9a, 0x72, 0xde, 0x2b, 0xbd, 0x94 +.byte 0x57, 0x3a, 0xba, 0xec, 0x79, 0xe7, 0x5f, 0x7d, 0x42, 0x64, 0x39, 0x7a, 0x26, 0x36, 0xf7, 0x24 +.byte 0xf0, 0xd5, 0x2f, 0xba, 0x95, 0x98, 0x11, 0x66, 0xad, 0x97, 0x35, 0xd6, 0x75, 0x01, 0x80, 0xe0 +.byte 0xaf, 0xf4, 0x84, 0x61, 0x8c, 0x0d, 0x1e, 0x5f, 0x7c, 0x87, 0x96, 0x5e, 0x41, 0xaf, 0xeb, 0x87 +.byte 0xea, 0xf8, 0x5d, 0xf1, 0x2e, 0x88, 0x05, 0x3e, 0x4c, 0x22, 0xbb, 0xda, 0x1f, 0x2a, 0xdd, 0x52 +.byte 0x46, 0x64, 0x39, 0xf3, 0x42, 0xce, 0xd9, 0x9e, 0x0c, 0xb3, 0xb0, 0x77, 0x97, 0x64, 0x9c, 0xc0 +.byte 0xf4, 0xa3, 0x2e, 0x1f, 0x95, 0x07, 0xb0, 0x17, 0xdf, 0x30, 0xdb, 0x00, 0x18, 0x96, 0x4c, 0xa1 +.byte 0x81, 0x4b, 0xdd, 0x04, 0x6d, 0x53, 0xa3, 0x3d, 0xfc, 0x07, 0xac, 0xd4, 0xc5, 0x37, 0x82, 0xeb +.byte 0xe4, 0x95, 0x08, 0x19, 0x28, 0x82, 0xd2, 0x42, 0x3a, 0xa3, 0xd8, 0x53, 0xec, 0x79, 0x89, 0x60 +.byte 0x48, 0x60, 0xc8, 0x72, 0x92, 0x50, 0xdc, 0x03, 0x8f, 0x83, 0x3f, 0xb2, 0x42, 0x57, 0x5a, 0xdb +.byte 0x6a, 0xe9, 0x11, 0x97, 0xdd, 0x85, 0x28, 0xbc, 0x30, 0x4c, 0xab, 0xe3, 0xc2, 0xb1, 0x45, 0x44 +.byte 0x47, 0x1f, 0xe0, 0x8a, 0x16, 0x07, 0x96, 0xd2, 0x21, 0x0f, 0x53, 0xc0, 0xed, 0xa9, 0x7e, 0xd4 +.byte 0x4e, 0xec, 0x9b, 0x09, 0xec, 0xaf, 0x42, 0xac, 0x30, 0xd6, 0xbf, 0xd1, 0x10, 0x45, 0xe0, 0xa6 +.byte 0x16, 0xb2, 0xa5, 0xc5, 0xd3, 0x4f, 0x73, 0x94, 0x33, 0x71, 0x02, 0xa1, 0x6a, 0xa3, 0xd6, 0x33 +.byte 0x97, 0x4f, 0x21, 0x63, 0x1e, 0x5b, 0x8f, 0xd9, 0xc1, 0x5e, 0x45, 0x71, 0x77, 0x0f, 0x81, 0x5d +.byte 0x5f, 0x21, 0x9a, 0xad, 0x83, 0xcc, 0xfa, 0x5e, 0xd6, 0x8d, 0x23, 0x5f, 0x1b, 0x3d, 0x41, 0xaf +.byte 0x20, 0x75, 0x66, 0x5a, 0x4a, 0xf6, 0x9f, 0xfb, 0xab, 0x18, 0xf7, 0x71, 0xc0, 0xb6, 0x1d, 0x31 +.byte 0xec, 0x3b, 0x20, 0xeb, 0xcb, 0xe2, 0xb8, 0xf5, 0xae, 0x92, 0xb2, 0xf7, 0xe1, 0x84, 0x4b, 0xf2 +.byte 0xa2, 0xf2, 0x93, 0x9a, 0x22, 0x9e, 0xd3, 0x14, 0x6f, 0x36, 0x54, 0xbd, 0x1f, 0x5e, 0x59, 0x15 +.byte 0xb9, 0x73, 0xa8, 0xc1, 0x7c, 0x6f, 0x7b, 0x62, 0xe9, 0x16, 0x6c, 0x47, 0x5a, 0x65, 0xf3, 0x0e +.byte 0x11, 0x9b, 0x46, 0xd9, 0xfd, 0x6d, 0xdc, 0xd6, 0x9c, 0xc0, 0xb4, 0x7d, 0xa5, 0xb0, 0xdd, 0x3f +.byte 0x56, 0x6f, 0xa1, 0xf9, 0xf6, 0xe4, 0x12, 0x48, 0xfd, 0x06, 0x7f, 0x12, 0x57, 0xb6, 0xa9, 0x23 +.byte 0x4f, 0x5b, 0x03, 0xc3, 0xe0, 0x71, 0x2a, 0x23, 0xb7, 0xf7, 0xb0, 0xb1, 0x3b, 0xbc, 0x98, 0xbd +.byte 0xd6, 0x98, 0xa8, 0x0c, 0x6b, 0xf6, 0x8e, 0x12, 0x67, 0xa6, 0xf2, 0xb2, 0x58, 0xe4, 0x02, 0x09 +.byte 0x13, 0x3c, 0xa9, 0xbb, 0x10, 0xb4, 0xd2, 0x30, 0x45, 0xf1, 0xec, 0xf7, 0x00, 0x11, 0xdf, 0x65 +.byte 0xf8, 0xdc, 0x2b, 0x43, 0x55, 0xbf, 0x16, 0x97, 0xc4, 0x0f, 0xd5, 0x2c, 0x61, 0x84, 0xaa, 0x72 +.byte 0x86, 0xfe, 0xe6, 0x3a, 0x7e, 0xc2, 0x3f, 0x7d, 0xee, 0xfc, 0x2f, 0x14, 0x3e, 0xe6, 0x85, 0xdd +.byte 0x50, 0x6f, 0xb7, 0x49, 0xed, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x51, 0x02, 0x26, 0x30, 0x4f +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29, 0x30 +.byte 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74 +.byte 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72 +.byte 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x31, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xad, 0xe8, 0x24, 0x73, 0xf4, 0x14, 0x37, 0xf3, 0x9b, 0x9e, 0x2b, 0x57, 0x28, 0x1c, 0x87, 0xbe +.byte 0xdc, 0xb7, 0xdf, 0x38, 0x90, 0x8c, 0x6e, 0x3c, 0xe6, 0x57, 0xa0, 0x78, 0xf7, 0x75, 0xc2, 0xa2 +.byte 0xfe, 0xf5, 0x6a, 0x6e, 0xf6, 0x00, 0x4f, 0x28, 0xdb, 0xde, 0x68, 0x86, 0x6c, 0x44, 0x93, 0xb6 +.byte 0xb1, 0x63, 0xfd, 0x14, 0x12, 0x6b, 0xbf, 0x1f, 0xd2, 0xea, 0x31, 0x9b, 0x21, 0x7e, 0xd1, 0x33 +.byte 0x3c, 0xba, 0x48, 0xf5, 0xdd, 0x79, 0xdf, 0xb3, 0xb8, 0xff, 0x12, 0xf1, 0x21, 0x9a, 0x4b, 0xc1 +.byte 0x8a, 0x86, 0x71, 0x69, 0x4a, 0x66, 0x66, 0x6c, 0x8f, 0x7e, 0x3c, 0x70, 0xbf, 0xad, 0x29, 0x22 +.byte 0x06, 0xf3, 0xe4, 0xc0, 0xe6, 0x80, 0xae, 0xe2, 0x4b, 0x8f, 0xb7, 0x99, 0x7e, 0x94, 0x03, 0x9f +.byte 0xd3, 0x47, 0x97, 0x7c, 0x99, 0x48, 0x23, 0x53, 0xe8, 0x38, 0xae, 0x4f, 0x0a, 0x6f, 0x83, 0x2e +.byte 0xd1, 0x49, 0x57, 0x8c, 0x80, 0x74, 0xb6, 0xda, 0x2f, 0xd0, 0x38, 0x8d, 0x7b, 0x03, 0x70, 0x21 +.byte 0x1b, 0x75, 0xf2, 0x30, 0x3c, 0xfa, 0x8f, 0xae, 0xdd, 0xda, 0x63, 0xab, 0xeb, 0x16, 0x4f, 0xc2 +.byte 0x8e, 0x11, 0x4b, 0x7e, 0xcf, 0x0b, 0xe8, 0xff, 0xb5, 0x77, 0x2e, 0xf4, 0xb2, 0x7b, 0x4a, 0xe0 +.byte 0x4c, 0x12, 0x25, 0x0c, 0x70, 0x8d, 0x03, 0x29, 0xa0, 0xe1, 0x53, 0x24, 0xec, 0x13, 0xd9, 0xee +.byte 0x19, 0xbf, 0x10, 0xb3, 0x4a, 0x8c, 0x3f, 0x89, 0xa3, 0x61, 0x51, 0xde, 0xac, 0x87, 0x07, 0x94 +.byte 0xf4, 0x63, 0x71, 0xec, 0x2e, 0xe2, 0x6f, 0x5b, 0x98, 0x81, 0xe1, 0x89, 0x5c, 0x34, 0x79, 0x6c +.byte 0x76, 0xef, 0x3b, 0x90, 0x62, 0x79, 0xe6, 0xdb, 0xa4, 0x9a, 0x2f, 0x26, 0xc5, 0xd0, 0x10, 0xe1 +.byte 0x0e, 0xde, 0xd9, 0x10, 0x8e, 0x16, 0xfb, 0xb7, 0xf7, 0xa8, 0xf7, 0xc7, 0xe5, 0x02, 0x07, 0x98 +.byte 0x8f, 0x36, 0x08, 0x95, 0xe7, 0xe2, 0x37, 0x96, 0x0d, 0x36, 0x75, 0x9e, 0xfb, 0x0e, 0x72, 0xb1 +.byte 0x1d, 0x9b, 0xbc, 0x03, 0xf9, 0x49, 0x05, 0xd8, 0x81, 0xdd, 0x05, 0xb4, 0x2a, 0xd6, 0x41, 0xe9 +.byte 0xac, 0x01, 0x76, 0x95, 0x0a, 0x0f, 0xd8, 0xdf, 0xd5, 0xbd, 0x12, 0x1f, 0x35, 0x2f, 0x28, 0x17 +.byte 0x6c, 0xd2, 0x98, 0xc1, 0xa8, 0x09, 0x64, 0x77, 0x6e, 0x47, 0x37, 0xba, 0xce, 0xac, 0x59, 0x5e +.byte 0x68, 0x9d, 0x7f, 0x72, 0xd6, 0x89, 0xc5, 0x06, 0x41, 0x29, 0x3e, 0x59, 0x3e, 0xdd, 0x26, 0xf5 +.byte 0x24, 0xc9, 0x11, 0xa7, 0x5a, 0xa3, 0x4c, 0x40, 0x1f, 0x46, 0xa1, 0x99, 0xb5, 0xa7, 0x3a, 0x51 +.byte 0x6e, 0x86, 0x3b, 0x9e, 0x7d, 0x72, 0xa7, 0x12, 0x05, 0x78, 0x59, 0xed, 0x3e, 0x51, 0x78, 0x15 +.byte 0x0b, 0x03, 0x8f, 0x8d, 0xd0, 0x2f, 0x05, 0xb2, 0x3e, 0x7b, 0x4a, 0x1c, 0x4b, 0x73, 0x05, 0x12 +.byte 0xfc, 0xc6, 0xea, 0xe0, 0x50, 0x13, 0x7c, 0x43, 0x93, 0x74, 0xb3, 0xca, 0x74, 0xe7, 0x8e, 0x1f +.byte 0x01, 0x08, 0xd0, 0x30, 0xd4, 0x5b, 0x71, 0x36, 0xb4, 0x07, 0xba, 0xc1, 0x30, 0x30, 0x5c, 0x48 +.byte 0xb7, 0x82, 0x3b, 0x98, 0xa6, 0x7d, 0x60, 0x8a, 0xa2, 0xa3, 0x29, 0x82, 0xcc, 0xba, 0xbd, 0x83 +.byte 0x04, 0x1b, 0xa2, 0x83, 0x03, 0x41, 0xa1, 0xd6, 0x05, 0xf1, 0x1b, 0xc2, 0xb6, 0xf0, 0xa8, 0x7c +.byte 0x86, 0x3b, 0x46, 0xa8, 0x48, 0x2a, 0x88, 0xdc, 0x76, 0x9a, 0x76, 0xbf, 0x1f, 0x6a, 0xa5, 0x3d +.byte 0x19, 0x8f, 0xeb, 0x38, 0xf3, 0x64, 0xde, 0xc8, 0x2b, 0x0d, 0x0a, 0x28, 0xff, 0xf7, 0xdb, 0xe2 +.byte 0x15, 0x42, 0xd4, 0x22, 0xd0, 0x27, 0x5d, 0xe1, 0x79, 0xfe, 0x18, 0xe7, 0x70, 0x88, 0xad, 0x4e +.byte 0xe6, 0xd9, 0x8b, 0x3a, 0xc6, 0xdd, 0x27, 0x51, 0x6e, 0xff, 0xbc, 0x64, 0xf5, 0x33, 0x43, 0x4f +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x51, 0x00, 0x78, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x20, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72 +.byte 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53 +.byte 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0xcd, 0x9b, 0xd5, 0x9f, 0x80, 0x83, 0x0a, 0xec, 0x09, 0x4a, 0xf3, 0x16, 0x4a, 0x3e +.byte 0x5c, 0xcf, 0x77, 0xac, 0xde, 0x67, 0x05, 0x0d, 0x1d, 0x07, 0xb6, 0xdc, 0x16, 0xfb, 0x5a, 0x8b +.byte 0x14, 0xdb, 0xe2, 0x71, 0x60, 0xc4, 0xba, 0x45, 0x95, 0x11, 0x89, 0x8e, 0xea, 0x06, 0xdf, 0xf7 +.byte 0x2a, 0x16, 0x1c, 0xa4, 0xb9, 0xc5, 0xc5, 0x32, 0xe0, 0x03, 0xe0, 0x1e, 0x82, 0x18, 0x38, 0x8b +.byte 0xd7, 0x45, 0xd8, 0x0a, 0x6a, 0x6e, 0xe6, 0x00, 0x77, 0xfb, 0x02, 0x51, 0x7d, 0x22, 0xd8, 0x0a +.byte 0x6e, 0x9a, 0x5b, 0x77, 0xdf, 0xf0, 0xfa, 0x41, 0xec, 0x39, 0xdc, 0x75, 0xca, 0x68, 0x07, 0x0c +.byte 0x1f, 0xea, 0x00, 0x52, 0x01, 0x26, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c +.byte 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2a, 0x30, 0x28 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x41, 0x20, 0x32 +.byte 0x20, 0x45, 0x56, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x99, 0xf1, 0x84, 0x34, 0x70, 0xba, 0x2f +.byte 0xb7, 0x30, 0xa0, 0x8e, 0xbd, 0x7c, 0x04, 0xcf, 0xbe, 0x62, 0xbc, 0x99, 0xfd, 0x82, 0x97, 0xd2 +.byte 0x7a, 0x0a, 0x67, 0x96, 0x38, 0x09, 0xf6, 0x10, 0x4e, 0x95, 0x22, 0x73, 0x99, 0x8d, 0xda, 0x15 +.byte 0x2d, 0xe7, 0x05, 0xfc, 0x19, 0x73, 0x22, 0xb7, 0x8e, 0x98, 0x00, 0xbc, 0x3c, 0x3d, 0xac, 0xa1 +.byte 0x6c, 0xfb, 0xd6, 0x79, 0x25, 0x4b, 0xad, 0xf0, 0xcc, 0x64, 0xda, 0x88, 0x3e, 0x29, 0xb8, 0x0f +.byte 0x09, 0xd3, 0x34, 0xdd, 0x33, 0xf5, 0x62, 0xd1, 0xe1, 0xcd, 0x19, 0xe9, 0xee, 0x18, 0x4f, 0x4c +.byte 0x58, 0xae, 0xe2, 0x1e, 0xd6, 0x0c, 0x5b, 0x15, 0x5a, 0xd8, 0x3a, 0xb8, 0xc4, 0x18, 0x64, 0x1e +.byte 0xe3, 0x33, 0xb2, 0xb5, 0x89, 0x77, 0x4e, 0x0c, 0xbf, 0xd9, 0x94, 0x6b, 0x13, 0x97, 0x6f, 0x12 +.byte 0xa3, 0xfe, 0x99, 0xa9, 0x04, 0xcc, 0x15, 0xec, 0x60, 0x68, 0x36, 0xed, 0x08, 0x7b, 0xb7, 0xf5 +.byte 0xbf, 0x93, 0xed, 0x66, 0x31, 0x83, 0x8c, 0xc6, 0x71, 0x34, 0x87, 0x4e, 0x17, 0xea, 0xaf, 0x8b +.byte 0x91, 0x8d, 0x1c, 0x56, 0x41, 0xae, 0x22, 0x37, 0x5e, 0x37, 0xf2, 0x1d, 0xd9, 0xd1, 0x2d, 0x0d +.byte 0x2f, 0x69, 0x51, 0xa7, 0xbe, 0x66, 0xa6, 0x8a, 0x3a, 0x2a, 0xbd, 0xc7, 0x1a, 0xb1, 0xe1, 0x14 +.byte 0xf0, 0xbe, 0x3a, 0x1d, 0xb9, 0xcf, 0x5b, 0xb1, 0x6a, 0xfe, 0xb4, 0xb1, 0x46, 0x20, 0xa2, 0xfb +.byte 0x1e, 0x3b, 0x70, 0xef, 0x93, 0x98, 0x7d, 0x8c, 0x73, 0x96, 0xf2, 0xc5, 0xef, 0x85, 0x70, 0xad +.byte 0x29, 0x26, 0xfc, 0x1e, 0x04, 0x3e, 0x1c, 0xa0, 0xd8, 0x0f, 0xcb, 0x52, 0x83, 0x62, 0x7c, 0xee +.byte 0x8b, 0x53, 0x95, 0x90, 0xa9, 0x57, 0xa2, 0xea, 0x61, 0x05, 0xd8, 0xf9, 0x4d, 0xc4, 0x27, 0xfa +.byte 0x6e, 0xad, 0xed, 0xf9, 0xd7, 0x51, 0xf7, 0x6b, 0xa5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x52 +.byte 0x01, 0x26, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a +.byte 0x50, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0f, 0x53, 0x45, 0x43, 0x4f +.byte 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x31, 0x27, 0x30, 0x25, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43 +.byte 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x43, 0x41, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xb3, 0xb3, 0xfe, 0x7f, 0xd3, 0x6d, 0xb1, 0xef, 0x16, 0x7c, 0x57 +.byte 0xa5, 0x0c, 0x6d, 0x76, 0x8a, 0x2f, 0x4b, 0xbf, 0x64, 0xfb, 0x4c, 0xee, 0x8a, 0xf0, 0xf3, 0x29 +.byte 0x7c, 0xf5, 0xff, 0xee, 0x2a, 0xe0, 0xe9, 0xe9, 0xba, 0x5b, 0x64, 0x22, 0x9a, 0x9a, 0x6f, 0x2c +.byte 0x3a, 0x26, 0x69, 0x51, 0x05, 0x99, 0x26, 0xdc, 0xd5, 0x1c, 0x6a, 0x71, 0xc6, 0x9a, 0x7d, 0x1e +.byte 0x9d, 0xdd, 0x7c, 0x6c, 0xc6, 0x8c, 0x67, 0x67, 0x4a, 0x3e, 0xf8, 0x71, 0xb0, 0x19, 0x27, 0xa9 +.byte 0x09, 0x0c, 0xa6, 0x95, 0xbf, 0x4b, 0x8c, 0x0c, 0xfa, 0x55, 0x98, 0x3b, 0xd8, 0xe8, 0x22, 0xa1 +.byte 0x4b, 0x71, 0x38, 0x79, 0xac, 0x97, 0x92, 0x69, 0xb3, 0x89, 0x7e, 0xea, 0x21, 0x68, 0x06, 0x98 +.byte 0x14, 0x96, 0x87, 0xd2, 0x61, 0x36, 0xbc, 0x6d, 0x27, 0x56, 0x9e, 0x57, 0xee, 0xc0, 0xc0, 0x56 +.byte 0xfd, 0x32, 0xcf, 0xa4, 0xd9, 0x8e, 0xc2, 0x23, 0xd7, 0x8d, 0xa8, 0xf3, 0xd8, 0x25, 0xac, 0x97 +.byte 0xe4, 0x70, 0x38, 0xf4, 0xb6, 0x3a, 0xb4, 0x9d, 0x3b, 0x97, 0x26, 0x43, 0xa3, 0xa1, 0xbc, 0x49 +.byte 0x59, 0x72, 0x4c, 0x23, 0x30, 0x87, 0x01, 0x58, 0xf6, 0x4e, 0xbe, 0x1c, 0x68, 0x56, 0x66, 0xaf +.byte 0xcd, 0x41, 0x5d, 0xc8, 0xb3, 0x4d, 0x2a, 0x55, 0x46, 0xab, 0x1f, 0xda, 0x1e, 0xe2, 0x40, 0x3d +.byte 0xdb, 0xcd, 0x7d, 0xb9, 0x92, 0x80, 0x9c, 0x37, 0xdd, 0x0c, 0x96, 0x64, 0x9d, 0xdc, 0x22, 0xf7 +.byte 0x64, 0x8b, 0xdf, 0x61, 0xde, 0x15, 0x94, 0x52, 0x15, 0xa0, 0x7d, 0x52, 0xc9, 0x4b, 0xa8, 0x21 +.byte 0xc9, 0xc6, 0xb1, 0xed, 0xcb, 0xc3, 0x95, 0x60, 0xd1, 0x0f, 0xf0, 0xab, 0x70, 0xf8, 0xdf, 0xcb +.byte 0x4d, 0x7e, 0xec, 0xd6, 0xfa, 0xab, 0xd9, 0xbd, 0x7f, 0x54, 0xf2, 0xa5, 0xe9, 0x79, 0xfa, 0xd9 +.byte 0xd6, 0x76, 0x24, 0x28, 0x73, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x52, 0x00, 0x5b, 0x30, 0x50 +.byte 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x2d, 0x20, 0x52, 0x34, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xb8, 0xc6, 0x79, 0xd3, 0x8f +.byte 0x6c, 0x25, 0x0e, 0x9f, 0x2e, 0x39, 0x19, 0x1c, 0x03, 0xa4, 0xae, 0x9a, 0xe5, 0x39, 0x07, 0x09 +.byte 0x16, 0xca, 0x63, 0xb1, 0xb9, 0x86, 0xf8, 0x8a, 0x57, 0xc1, 0x57, 0xce, 0x42, 0xfa, 0x73, 0xa1 +.byte 0xf7, 0x65, 0x42, 0xff, 0x1e, 0xc1, 0x00, 0xb2, 0x6e, 0x73, 0x0e, 0xff, 0xc7, 0x21, 0xe5, 0x18 +.byte 0xa4, 0xaa, 0xd9, 0x71, 0x3f, 0xa8, 0xd4, 0xb9, 0xce, 0x8c, 0x1d, 0x00, 0x52, 0x00, 0x78, 0x30 +.byte 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x35, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 +.byte 0x6e, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 +.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47, 0x45, 0x0e, 0x96, 0xfb, 0x7d, 0x5d +.byte 0xbf, 0xe9, 0x39, 0xd1, 0x21, 0xf8, 0x9f, 0x0b, 0xb6, 0xd5, 0x7b, 0x1e, 0x92, 0x3a, 0x48, 0x59 +.byte 0x1c, 0xf0, 0x62, 0x31, 0x2d, 0xc0, 0x7a, 0x28, 0xfe, 0x1a, 0xa7, 0x5c, 0xb3, 0xb6, 0xcc, 0x97 +.byte 0xe7, 0x45, 0xd4, 0x58, 0xfa, 0xd1, 0x77, 0x6d, 0x43, 0xa2, 0xc0, 0x87, 0x65, 0x34, 0x0a, 0x1f +.byte 0x7a, 0xdd, 0xeb, 0x3c, 0x33, 0xa1, 0xc5, 0x9d, 0x4d, 0xa4, 0x6f, 0x41, 0x95, 0x38, 0x7f, 0xc9 +.byte 0x1e, 0x84, 0xeb, 0xd1, 0x9e, 0x49, 0x92, 0x87, 0x94, 0x87, 0x0c, 0x3a, 0x85, 0x4a, 0x66, 0x9f +.byte 0x9d, 0x59, 0x93, 0x4d, 0x97, 0x61, 0x06, 0x86, 0x4a, 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x42, 0x30, 0x40 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64 +.byte 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f +.byte 0x6e, 0x20, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e +.byte 0x61, 0x6c, 0x20, 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32, 0x36, 0x33, 0x34, 0x30, 0x36, 0x38 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xca, 0x96, 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2, 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0 +.byte 0xc3, 0x52, 0xd7, 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3, 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2 +.byte 0xca, 0x1c, 0x5d, 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59, 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4 +.byte 0x8b, 0x0f, 0xe6, 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5, 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71 +.byte 0x38, 0xd9, 0x04, 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f, 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9 +.byte 0xbf, 0x94, 0x6f, 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51, 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37 +.byte 0x4a, 0x5c, 0xca, 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf, 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50 +.byte 0xf4, 0xb1, 0xe7, 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a, 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02 +.byte 0xaa, 0x36, 0x98, 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37, 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7 +.byte 0x81, 0x2d, 0xe5, 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67, 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4 +.byte 0x40, 0xcf, 0x5e, 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20, 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b +.byte 0x25, 0x6c, 0x93, 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e, 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f +.byte 0x20, 0x05, 0x19, 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca, 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92 +.byte 0x3c, 0x20, 0xcf, 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76, 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86 +.byte 0x61, 0x33, 0x3e, 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e, 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87 +.byte 0x26, 0x6f, 0x41, 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63, 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19 +.byte 0x8f, 0xb2, 0xed, 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c, 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38 +.byte 0x23, 0xc9, 0x2f, 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55, 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf +.byte 0x4f, 0xa4, 0xf3, 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79, 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4 +.byte 0x9c, 0xc8, 0x90, 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a, 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96 +.byte 0x31, 0x1f, 0xba, 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63, 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8 +.byte 0xdf, 0xfd, 0xab, 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6, 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3 +.byte 0xe7, 0x8a, 0xb8, 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d, 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2 +.byte 0xd8, 0x9f, 0x8e, 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2, 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24 +.byte 0x10, 0xad, 0x2f, 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71, 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01 +.byte 0xdb, 0xf4, 0x7f, 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3, 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca +.byte 0x6e, 0x97, 0xfb, 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4, 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d +.byte 0xd5, 0x45, 0xf3, 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f, 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64 +.byte 0xae, 0x7b, 0x0b, 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a, 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b +.byte 0x87, 0x0c, 0x6e, 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf, 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6 +.byte 0x8f, 0x96, 0x1d, 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78, 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b +.byte 0x80, 0x89, 0x45, 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3, 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30 +.byte 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x20, 0x46 +.byte 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20 +.byte 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32, 0x36, 0x33, 0x34, 0x30, 0x36, 0x38, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x96 +.byte 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2, 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0, 0xc3, 0x52, 0xd7 +.byte 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3, 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2, 0xca, 0x1c, 0x5d +.byte 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59, 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4, 0x8b, 0x0f, 0xe6 +.byte 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5, 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71, 0x38, 0xd9, 0x04 +.byte 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f, 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9, 0xbf, 0x94, 0x6f +.byte 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51, 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37, 0x4a, 0x5c, 0xca +.byte 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf, 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50, 0xf4, 0xb1, 0xe7 +.byte 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a, 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02, 0xaa, 0x36, 0x98 +.byte 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37, 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7, 0x81, 0x2d, 0xe5 +.byte 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67, 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4, 0x40, 0xcf, 0x5e +.byte 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20, 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b, 0x25, 0x6c, 0x93 +.byte 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e, 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f, 0x20, 0x05, 0x19 +.byte 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca, 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92, 0x3c, 0x20, 0xcf +.byte 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76, 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86, 0x61, 0x33, 0x3e +.byte 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e, 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87, 0x26, 0x6f, 0x41 +.byte 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63, 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19, 0x8f, 0xb2, 0xed +.byte 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c, 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38, 0x23, 0xc9, 0x2f +.byte 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55, 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf, 0x4f, 0xa4, 0xf3 +.byte 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79, 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4, 0x9c, 0xc8, 0x90 +.byte 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a, 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96, 0x31, 0x1f, 0xba +.byte 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63, 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8, 0xdf, 0xfd, 0xab +.byte 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6, 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3, 0xe7, 0x8a, 0xb8 +.byte 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d, 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2, 0xd8, 0x9f, 0x8e +.byte 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2, 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24, 0x10, 0xad, 0x2f +.byte 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71, 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01, 0xdb, 0xf4, 0x7f +.byte 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3, 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca, 0x6e, 0x97, 0xfb +.byte 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4, 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d, 0xd5, 0x45, 0xf3 +.byte 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f, 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64, 0xae, 0x7b, 0x0b +.byte 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a, 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b, 0x87, 0x0c, 0x6e +.byte 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf, 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6, 0x8f, 0x96, 0x1d +.byte 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78, 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b, 0x80, 0x89, 0x45 +.byte 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3, 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30, 0xbb, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x53, 0x01, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x1f, 0x4b, 0x72, 0x61, 0x6a, 0x6f, 0x77, 0x61, 0x20, 0x49, 0x7a, 0x62, 0x61, 0x20, 0x52, 0x6f +.byte 0x7a, 0x6c, 0x69, 0x63, 0x7a, 0x65, 0x6e, 0x69, 0x6f, 0x77, 0x61, 0x20, 0x53, 0x2e, 0x41, 0x2e +.byte 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x53, 0x5a, 0x41, 0x46, 0x49 +.byte 0x52, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0xbc, 0x3e, 0x50, 0xa8 +.byte 0x4b, 0xcd, 0x40, 0xb5, 0xce, 0x61, 0xe7, 0x96, 0xca, 0xb4, 0xa1, 0xda, 0x0c, 0x22, 0xb0, 0xfa +.byte 0xb5, 0x7b, 0x76, 0x00, 0x77, 0x8c, 0x0b, 0xcf, 0x7d, 0xa8, 0x86, 0xcc, 0x26, 0x51, 0xe4, 0x20 +.byte 0x3d, 0x85, 0x0c, 0xd6, 0x58, 0xe3, 0xe7, 0xf4, 0x2a, 0x18, 0x9d, 0xda, 0xd1, 0xae, 0x26, 0xee +.byte 0xeb, 0x53, 0xdc, 0xf4, 0x90, 0xd6, 0x13, 0x4a, 0x0c, 0x90, 0x3c, 0xc3, 0xf4, 0xda, 0xd2, 0x8e +.byte 0x0d, 0x92, 0x3a, 0xdc, 0xb1, 0xb1, 0xff, 0x38, 0xde, 0xc3, 0xba, 0x2d, 0x5f, 0x80, 0xb9, 0x02 +.byte 0xbd, 0x4a, 0x9d, 0x1b, 0x0f, 0xb4, 0xc3, 0xc2, 0xc1, 0x67, 0x03, 0xdd, 0xdc, 0x1b, 0x9c, 0x3d +.byte 0xb3, 0xb0, 0xde, 0x00, 0x1e, 0xa8, 0x34, 0x47, 0xbb, 0x9a, 0xeb, 0xfe, 0x0b, 0x14, 0xbd, 0x36 +.byte 0x84, 0xda, 0x0d, 0x20, 0xbf, 0xfa, 0x5b, 0xcb, 0xa9, 0x16, 0x20, 0xad, 0x39, 0x60, 0xee, 0x2f +.byte 0x75, 0xb6, 0xe7, 0x97, 0x9c, 0xf9, 0x3e, 0xfd, 0x7e, 0x4d, 0x6f, 0x4d, 0x2f, 0xef, 0x88, 0x0d +.byte 0x6a, 0xfa, 0xdd, 0xf1, 0x3d, 0x6e, 0x20, 0xa5, 0xa0, 0x12, 0xb4, 0x4d, 0x70, 0xb9, 0xce, 0xd7 +.byte 0x72, 0x3b, 0x89, 0x93, 0xa7, 0x80, 0x84, 0x1c, 0x27, 0x49, 0x72, 0x49, 0xb5, 0xff, 0x3b, 0x95 +.byte 0x9e, 0xc1, 0xcc, 0xc8, 0x01, 0xec, 0xe8, 0x0e, 0x8a, 0x0a, 0x96, 0xe7, 0xb3, 0xa6, 0x87, 0xe5 +.byte 0xd6, 0xf9, 0x05, 0x2b, 0x0d, 0x97, 0x40, 0x70, 0x3c, 0xba, 0xac, 0x75, 0x5a, 0x9c, 0xd5, 0x4d +.byte 0x9d, 0x02, 0x0a, 0xd2, 0x4b, 0x9b, 0x66, 0x4b, 0x46, 0x07, 0x17, 0x65, 0xad, 0x9f, 0x6c, 0x88 +.byte 0x00, 0xdc, 0x22, 0x89, 0xe0, 0xe1, 0x64, 0xd4, 0x67, 0xbc, 0x31, 0x79, 0x61, 0x3c, 0xbb, 0xca +.byte 0x41, 0xcd, 0x5c, 0x6a, 0x00, 0xc8, 0x3c, 0x38, 0x8e, 0x58, 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x54, 0x41 +.byte 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x13, 0x54, 0x57, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb0, 0x05, 0xdb, 0xc8, 0xeb, 0x8c, 0xc4, 0x6e +.byte 0x8a, 0x21, 0xef, 0x8e, 0x4d, 0x9c, 0x71, 0x0a, 0x1f, 0x52, 0x70, 0xed, 0x6d, 0x82, 0x9c, 0x97 +.byte 0xc5, 0xd7, 0x4c, 0x4e, 0x45, 0x49, 0xcb, 0x40, 0x42, 0xb5, 0x12, 0x34, 0x6c, 0x19, 0xc2, 0x74 +.byte 0xa4, 0x31, 0x5f, 0x85, 0x02, 0x97, 0xec, 0x43, 0x33, 0x0a, 0x53, 0xd2, 0x9c, 0x8c, 0x8e, 0xb7 +.byte 0xb8, 0x79, 0xdb, 0x2b, 0xd5, 0x6a, 0xf2, 0x8e, 0x66, 0xc4, 0xee, 0x2b, 0x01, 0x07, 0x92, 0xd4 +.byte 0xb3, 0xd0, 0x02, 0xdf, 0x50, 0xf6, 0x55, 0xaf, 0x66, 0x0e, 0xcb, 0xe0, 0x47, 0x60, 0x2f, 0x2b +.byte 0x32, 0x39, 0x35, 0x52, 0x3a, 0x28, 0x83, 0xf8, 0x7b, 0x16, 0xc6, 0x18, 0xb8, 0x62, 0xd6, 0x47 +.byte 0x25, 0x91, 0xce, 0xf0, 0x19, 0x12, 0x4d, 0xad, 0x63, 0xf5, 0xd3, 0x3f, 0x75, 0x5f, 0x29, 0xf0 +.byte 0xa1, 0x30, 0x1c, 0x2a, 0xa0, 0x98, 0xa6, 0x15, 0xbd, 0xee, 0xfd, 0x19, 0x36, 0xf0, 0xe2, 0x91 +.byte 0x43, 0x8f, 0xfa, 0xca, 0xd6, 0x10, 0x27, 0x49, 0x4c, 0xef, 0xdd, 0xc1, 0xf1, 0x85, 0x70, 0x9b +.byte 0xca, 0xea, 0xa8, 0x5a, 0x43, 0xfc, 0x6d, 0x86, 0x6f, 0x73, 0xe9, 0x37, 0x45, 0xa9, 0xf0, 0x36 +.byte 0xc7, 0xcc, 0x88, 0x75, 0x1e, 0xbb, 0x6c, 0x06, 0xff, 0x9b, 0x6b, 0x3e, 0x17, 0xec, 0x61, 0xaa +.byte 0x71, 0x7c, 0xc6, 0x1d, 0xa2, 0xf7, 0x49, 0xe9, 0x15, 0xb5, 0x3c, 0xd6, 0xa1, 0x61, 0xf5, 0x11 +.byte 0xf7, 0x05, 0x6f, 0x1d, 0xfd, 0x11, 0xbe, 0xd0, 0x30, 0x07, 0xc2, 0x29, 0xb0, 0x09, 0x4e, 0x26 +.byte 0xdc, 0xe3, 0xa2, 0xa8, 0x91, 0x6a, 0x1f, 0xc2, 0x91, 0x45, 0x88, 0x5c, 0xe5, 0x98, 0xb8, 0x71 +.byte 0xa5, 0x15, 0x19, 0xc9, 0x7c, 0x75, 0x11, 0xcc, 0x70, 0x74, 0x4f, 0x2d, 0x9b, 0x1d, 0x91, 0x44 +.byte 0xfd, 0x56, 0x28, 0xa0, 0xfe, 0xbb, 0x86, 0x6a, 0xc8, 0xfa, 0x5c, 0x0b, 0x58, 0xdc, 0xc6, 0x4b +.byte 0x76, 0xc8, 0xab, 0x22, 0xd9, 0x73, 0x0f, 0xa5, 0xf4, 0x5a, 0x02, 0x89, 0x3f, 0x4f, 0x9e, 0x22 +.byte 0x82, 0xee, 0xa2, 0x74, 0x53, 0x2a, 0x3d, 0x53, 0x27, 0x69, 0x1d, 0x6c, 0x8e, 0x32, 0x2c, 0x64 +.byte 0x00, 0x26, 0x63, 0x61, 0x36, 0x4e, 0xa3, 0x46, 0xb7, 0x3f, 0x7d, 0xb3, 0x2d, 0xac, 0x6d, 0x90 +.byte 0xa2, 0x95, 0xa2, 0xce, 0xcf, 0xda, 0x82, 0xe7, 0x07, 0x34, 0x19, 0x96, 0xe9, 0xb8, 0x21, 0xaa +.byte 0x29, 0x7e, 0xa6, 0x38, 0xbe, 0x8e, 0x29, 0x4a, 0x21, 0x66, 0x79, 0x1f, 0xb3, 0xc3, 0xb5, 0x09 +.byte 0x67, 0xde, 0xd6, 0xd4, 0x07, 0x46, 0xf3, 0x2a, 0xda, 0xe6, 0x22, 0x37, 0x60, 0xcb, 0x81, 0xb6 +.byte 0x0f, 0xa0, 0x0f, 0xe9, 0xc8, 0x95, 0x7f, 0xbf, 0x55, 0x91, 0x05, 0x7a, 0xcf, 0x3d, 0x15, 0xc0 +.byte 0x6f, 0xde, 0x09, 0x94, 0x01, 0x83, 0xd7, 0x34, 0x1b, 0xcc, 0x40, 0xa5, 0xf0, 0xb8, 0x9b, 0x67 +.byte 0xd5, 0x98, 0x91, 0x3b, 0xa7, 0x84, 0x78, 0x95, 0x26, 0xa4, 0x5a, 0x08, 0xf8, 0x2b, 0x74, 0xb4 +.byte 0x00, 0x04, 0x3c, 0xdf, 0xb8, 0x14, 0x8e, 0xe8, 0xdf, 0xa9, 0x8d, 0x6c, 0x67, 0x92, 0x33, 0x1d +.byte 0xc0, 0xb7, 0xd2, 0xec, 0x92, 0xc8, 0xbe, 0x09, 0xbf, 0x2c, 0x29, 0x05, 0x6f, 0x02, 0x6b, 0x9e +.byte 0xef, 0xbc, 0xbf, 0x2a, 0xbc, 0x5b, 0xc0, 0x50, 0x8f, 0x41, 0x70, 0x71, 0x87, 0xb2, 0x4d, 0xb7 +.byte 0x04, 0xa9, 0x84, 0xa3, 0x32, 0xaf, 0xae, 0xee, 0x6b, 0x17, 0x8b, 0xb2, 0xb1, 0xfe, 0x6c, 0xe1 +.byte 0x90, 0x8c, 0x88, 0xa8, 0x97, 0x48, 0xce, 0xc8, 0x4d, 0xcb, 0xf3, 0x06, 0xcf, 0x5f, 0x6a, 0x0a +.byte 0x42, 0xb1, 0x1e, 0x1e, 0x77, 0x2f, 0x8e, 0xa0, 0xe6, 0x92, 0x0e, 0x06, 0xfc, 0x05, 0x22, 0xd2 +.byte 0x26, 0xe1, 0x31, 0x51, 0x7d, 0x32, 0xdc, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x54, 0x02 +.byte 0x26, 0x30, 0x52, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x53, 0x4b +.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x42, 0x72, 0x61, 0x74, 0x69 +.byte 0x73, 0x6c, 0x61, 0x76, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a +.byte 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x61, 0x2e, 0x73, 0x2e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x41, 0x20, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2, 0xa3, 0xc4, 0x00, 0x09, 0xd6, 0x85, 0x5d, 0x2d, 0x6d +.byte 0x14, 0xf6, 0xc2, 0xc3, 0x73, 0x9e, 0x35, 0xc2, 0x71, 0x55, 0x7e, 0x81, 0xfb, 0xab, 0x46, 0x50 +.byte 0xe0, 0xc1, 0x7c, 0x49, 0x78, 0xe6, 0xab, 0x79, 0x58, 0x3c, 0xda, 0xff, 0x7c, 0x1c, 0x9f, 0xd8 +.byte 0x97, 0x02, 0x78, 0x3e, 0x6b, 0x41, 0x04, 0xe9, 0x41, 0xbd, 0xbe, 0x03, 0x2c, 0x45, 0xf6, 0x2f +.byte 0x64, 0xd4, 0xab, 0x5d, 0xa3, 0x47, 0x3d, 0x64, 0x9b, 0xe9, 0x68, 0x9a, 0xc6, 0xcc, 0x1b, 0x3f +.byte 0xba, 0xbe, 0xb2, 0x8b, 0x34, 0x02, 0x2e, 0x98, 0x55, 0x19, 0xfc, 0x8c, 0x6f, 0xaa, 0x5f, 0xda +.byte 0x4c, 0xce, 0x4d, 0x03, 0x21, 0xa3, 0xd8, 0xd2, 0x34, 0x93, 0x56, 0x96, 0xcb, 0x4c, 0x0c, 0x00 +.byte 0x16, 0x3c, 0x5f, 0x1a, 0xcd, 0xc8, 0xc7, 0x6c, 0xa6, 0xad, 0xd3, 0x31, 0xa7, 0xbc, 0xe8, 0xe5 +.byte 0xe1, 0x66, 0xd6, 0xd2, 0xfb, 0x03, 0xb4, 0x41, 0x65, 0xc9, 0x10, 0xae, 0x0e, 0x05, 0x63, 0xc6 +.byte 0x80, 0x6a, 0x69, 0x30, 0xfd, 0xd2, 0xee, 0x90, 0xef, 0x0d, 0x27, 0xdf, 0x9f, 0x95, 0x73, 0xf4 +.byte 0xe1, 0x25, 0xda, 0x6c, 0x16, 0xde, 0x41, 0x38, 0x34, 0xea, 0x8b, 0xfc, 0xd1, 0xe8, 0x04, 0x14 +.byte 0x61, 0x2d, 0x41, 0x7e, 0xac, 0xc7, 0x77, 0x4e, 0xcb, 0x51, 0x54, 0xfb, 0x5e, 0x92, 0x18, 0x1b +.byte 0x04, 0x5a, 0x68, 0xc6, 0xc9, 0xc4, 0xfa, 0xb7, 0x13, 0xa0, 0x98, 0xb7, 0x11, 0x2b, 0xb7, 0xd6 +.byte 0x57, 0xcc, 0x7c, 0x9e, 0x17, 0xd1, 0xcb, 0x25, 0xfe, 0x86, 0x4e, 0x24, 0x2e, 0x56, 0x0c, 0x78 +.byte 0x4d, 0x9e, 0x01, 0x12, 0xa6, 0x2b, 0xa7, 0x01, 0x65, 0x6e, 0x7c, 0x62, 0x1d, 0x84, 0x84, 0xdf +.byte 0xea, 0xc0, 0x6b, 0xb5, 0xa5, 0x2a, 0x95, 0x83, 0xc3, 0x53, 0x11, 0x0c, 0x73, 0x1d, 0x0b, 0xb2 +.byte 0x46, 0x90, 0xd1, 0x42, 0x3a, 0xce, 0x40, 0x6e, 0x95, 0xad, 0xff, 0xc6, 0x94, 0xad, 0x6e, 0x97 +.byte 0x84, 0x8e, 0x7d, 0x6f, 0x9e, 0x8a, 0x80, 0x0d, 0x49, 0x6d, 0x73, 0xe2, 0x7b, 0x92, 0x1e, 0xc3 +.byte 0xf3, 0xc1, 0xf3, 0xeb, 0x2e, 0x05, 0x6f, 0xd9, 0x1b, 0xcf, 0x37, 0x76, 0x04, 0xc8, 0xb4, 0x5a +.byte 0xe4, 0x17, 0xa7, 0xcb, 0xdd, 0x76, 0x1f, 0xd0, 0x19, 0x76, 0xe8, 0x2c, 0x05, 0xb3, 0xd6, 0x9c +.byte 0x34, 0xd8, 0x96, 0xdc, 0x61, 0x87, 0x91, 0x05, 0xe4, 0x44, 0x08, 0x33, 0xc1, 0xda, 0xb9, 0x08 +.byte 0x65, 0xd4, 0xae, 0xb2, 0x36, 0x0d, 0xeb, 0xba, 0x38, 0xba, 0x0c, 0xe5, 0x9b, 0x9e, 0xeb, 0x8d +.byte 0x66, 0xdd, 0x99, 0xcf, 0xd6, 0x89, 0x41, 0xf6, 0x04, 0x92, 0x8a, 0x29, 0x29, 0x6d, 0x6b, 0x3a +.byte 0x1c, 0xe7, 0x75, 0x7d, 0x02, 0x71, 0x0e, 0xf3, 0xc0, 0xe7, 0xbd, 0xcb, 0x19, 0xdd, 0x9d, 0x60 +.byte 0xb2, 0xc2, 0x66, 0x60, 0xb6, 0xb1, 0x04, 0xee, 0xc9, 0xe6, 0x86, 0xb9, 0x9a, 0x66, 0x40, 0xa8 +.byte 0xe7, 0x11, 0xed, 0x81, 0x45, 0x03, 0x8b, 0xf6, 0x67, 0x59, 0xe8, 0xc1, 0x06, 0x11, 0xbd, 0xdd +.byte 0xcf, 0x80, 0x02, 0x4f, 0x65, 0x40, 0x78, 0x5c, 0x47, 0x50, 0xc8, 0x9b, 0xe6, 0x1f, 0x81, 0x7b +.byte 0xe4, 0x44, 0xa8, 0x5b, 0x85, 0x9a, 0xe2, 0xde, 0x5a, 0xd5, 0xc7, 0xf9, 0x3a, 0x44, 0x66, 0x4b +.byte 0xe4, 0x32, 0x54, 0x7c, 0xe4, 0x6c, 0x9c, 0xb3, 0x0e, 0x3d, 0x17, 0xa2, 0xb2, 0x34, 0x12, 0xd6 +.byte 0x7e, 0xb2, 0xa8, 0x49, 0xbb, 0xd1, 0x7a, 0x28, 0x40, 0xbe, 0xa2, 0x16, 0x1f, 0xdf, 0xe4, 0x37 +.byte 0x1f, 0x11, 0x73, 0xfb, 0x90, 0x0a, 0x65, 0x43, 0xa2, 0x0d, 0x7c, 0xf8, 0x06, 0x01, 0x55, 0x33 +.byte 0x7d, 0xb0, 0x0d, 0xb8, 0xf4, 0xf5, 0xae, 0xa5, 0x42, 0x57, 0x7c, 0x36, 0x11, 0x8c, 0x7b, 0x5e +.byte 0xc4, 0x03, 0x9d, 0x8c, 0x79, 0x9d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x58, 0x02, 0x26, 0x30 +.byte 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x30 +.byte 0x30, 0x2e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x27, 0x43, 0x68, 0x69, 0x6e, 0x61, 0x20, 0x46 +.byte 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0c, 0x43, 0x46, 0x43, 0x41, 0x20 +.byte 0x45, 0x56, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0x5d, 0x6b, 0xcd, 0x10, 0x3f, 0x1f, 0x05 +.byte 0x59, 0xd5, 0x05, 0x4d, 0x37, 0xb1, 0x0e, 0xec, 0x98, 0x2b, 0x8e, 0x15, 0x1d, 0xfa, 0x93, 0x4b +.byte 0x17, 0x82, 0x21, 0x71, 0x10, 0x52, 0xd7, 0x51, 0x64, 0x70, 0x16, 0xc2, 0x55, 0x69, 0x4d, 0x8e +.byte 0x15, 0x6d, 0x9f, 0xbf, 0x0c, 0x1b, 0xc2, 0xe0, 0xa3, 0x67, 0xd6, 0x0c, 0xac, 0xcf, 0x22, 0xae +.byte 0xaf, 0x77, 0x54, 0x2a, 0x4b, 0x4c, 0x8a, 0x53, 0x52, 0x7a, 0xc3, 0xee, 0x2e, 0xde, 0xb3, 0x71 +.byte 0x25, 0xc1, 0xe9, 0x5d, 0x3d, 0xee, 0xa1, 0x2f, 0xa3, 0xf7, 0x2a, 0x3c, 0xc9, 0x23, 0x1d, 0x6a +.byte 0xab, 0x1d, 0xa1, 0xa7, 0xf1, 0xf3, 0xec, 0xa0, 0xd5, 0x44, 0xcf, 0x15, 0xcf, 0x72, 0x2f, 0x1d +.byte 0x63, 0x97, 0xe8, 0x99, 0xf9, 0xfd, 0x93, 0xa4, 0x54, 0x80, 0x4c, 0x52, 0xd4, 0x52, 0xab, 0x2e +.byte 0x49, 0xdf, 0x90, 0xcd, 0xb8, 0x5f, 0xbe, 0x3f, 0xde, 0xa1, 0xca, 0x4d, 0x20, 0xd4, 0x25, 0xe8 +.byte 0x84, 0x29, 0x53, 0xb7, 0xb1, 0x88, 0x1f, 0xff, 0xfa, 0xda, 0x90, 0x9f, 0x0a, 0xa9, 0x2d, 0x41 +.byte 0x3f, 0xb1, 0xf1, 0x18, 0x29, 0xee, 0x16, 0x59, 0x2c, 0x34, 0x49, 0x1a, 0xa8, 0x06, 0xd7, 0xa8 +.byte 0x88, 0xd2, 0x03, 0x72, 0x7a, 0x32, 0xe2, 0xea, 0x68, 0x4d, 0x6e, 0x2c, 0x96, 0x65, 0x7b, 0xca +.byte 0x59, 0xfa, 0xf2, 0xe2, 0xdd, 0xee, 0x30, 0x2c, 0xfb, 0xcc, 0x46, 0xac, 0xc4, 0x63, 0xeb, 0x6f +.byte 0x7f, 0x36, 0x2b, 0x34, 0x73, 0x12, 0x94, 0x7f, 0xdf, 0xcc, 0x26, 0x9e, 0xf1, 0x72, 0x5d, 0x50 +.byte 0x65, 0x59, 0x8f, 0x69, 0xb3, 0x87, 0x5e, 0x32, 0x6f, 0xc3, 0x18, 0x8a, 0xb5, 0x95, 0x8f, 0xb0 +.byte 0x7a, 0x37, 0xde, 0x5a, 0x45, 0x3b, 0xc7, 0x36, 0xe1, 0xef, 0x67, 0xd1, 0x39, 0xd3, 0x97, 0x5b +.byte 0x73, 0x62, 0x19, 0x48, 0x2d, 0x87, 0x1c, 0x06, 0xfb, 0x74, 0x98, 0x20, 0x49, 0x73, 0xf0, 0x05 +.byte 0xd2, 0x1b, 0xb1, 0xa0, 0xa3, 0xb7, 0x1b, 0x70, 0xd3, 0x88, 0x69, 0xb9, 0x5a, 0xd6, 0x38, 0xf4 +.byte 0x62, 0xdc, 0x25, 0x8b, 0x78, 0xbf, 0xf8, 0xe8, 0x7e, 0xb8, 0x5c, 0xc9, 0x95, 0x4f, 0x5f, 0xa7 +.byte 0x2d, 0xb9, 0x20, 0x6b, 0xcf, 0x6b, 0xdd, 0xf5, 0x0d, 0xf4, 0x82, 0xb7, 0xf4, 0xb2, 0x66, 0x2e +.byte 0x10, 0x28, 0xf6, 0x97, 0x5a, 0x7b, 0x96, 0x16, 0x8f, 0x01, 0x19, 0x2d, 0x6c, 0x6e, 0x7f, 0x39 +.byte 0x58, 0x06, 0x64, 0x83, 0x01, 0x83, 0x83, 0xc3, 0x4d, 0x92, 0xdd, 0x32, 0xc6, 0x87, 0xa4, 0x37 +.byte 0xe9, 0x16, 0xce, 0xaa, 0x2d, 0x68, 0xaf, 0x0a, 0x81, 0x65, 0x3a, 0x70, 0xc1, 0x9b, 0xad, 0x4d +.byte 0x6d, 0x54, 0xca, 0x2a, 0x2d, 0x4b, 0x85, 0x1b, 0xb3, 0x80, 0xe6, 0x70, 0x45, 0x0d, 0x6b, 0x5e +.byte 0x35, 0xf0, 0x7f, 0x3b, 0xb8, 0x9c, 0xe4, 0x04, 0x70, 0x89, 0x12, 0x25, 0x93, 0xda, 0x0a, 0x99 +.byte 0x22, 0x60, 0x6a, 0x63, 0x60, 0x4e, 0x76, 0x06, 0x98, 0x4e, 0xbd, 0x83, 0xad, 0x1d, 0x58, 0x8a +.byte 0x25, 0x85, 0xd2, 0xc7, 0x65, 0x1e, 0x2d, 0x8e, 0xc6, 0xdf, 0xb6, 0xc6, 0xe1, 0x7f, 0x8a, 0x04 +.byte 0x21, 0x15, 0x29, 0x74, 0xf0, 0x3e, 0x9c, 0x90, 0x9d, 0x0c, 0x2e, 0xf1, 0x8a, 0x3e, 0x5a, 0xaa +.byte 0x0c, 0x09, 0x1e, 0xc7, 0xd5, 0x3c, 0xa3, 0xed, 0x97, 0xc3, 0x1e, 0x34, 0xfa, 0x38, 0xf9, 0x08 +.byte 0x0e, 0xe3, 0xc0, 0x5d, 0x2b, 0x83, 0xd1, 0x56, 0x6a, 0xc9, 0xb6, 0xa8, 0x54, 0x53, 0x2e, 0x78 +.byte 0x32, 0x67, 0x3d, 0x82, 0x7f, 0x74, 0xd0, 0xfb, 0xe1, 0xb6, 0x05, 0x60, 0xb9, 0x70, 0xdb, 0x8e +.byte 0x0b, 0xf9, 0x13, 0x58, 0x6f, 0x71, 0x60, 0x10, 0x52, 0x10, 0xb9, 0xc1, 0x41, 0x09, 0xef, 0x72 +.byte 0x1f, 0x67, 0x31, 0x78, 0xff, 0x96, 0x05, 0x8d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x58, 0x01 +.byte 0x26, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b +.byte 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x43, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f +.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcf, 0xeb, 0xa9, 0xb9, 0xf1, 0x99 +.byte 0x05, 0xcc, 0xd8, 0x28, 0x21, 0x4a, 0xf3, 0x73, 0x34, 0x51, 0x84, 0x56, 0x10, 0xf5, 0xa0, 0x4f +.byte 0x2c, 0x12, 0xe3, 0xfa, 0x13, 0x9a, 0x27, 0xd0, 0xcf, 0xf9, 0x79, 0x1a, 0x74, 0x5f, 0x1d, 0x79 +.byte 0x39, 0xfc, 0x5b, 0xf8, 0x70, 0x8e, 0xe0, 0x92, 0x52, 0xf7, 0xe4, 0x25, 0xf9, 0x54, 0x83, 0xd9 +.byte 0x1d, 0xd3, 0xc8, 0x5a, 0x85, 0x3f, 0x5e, 0xc7, 0xb6, 0x07, 0xee, 0x3e, 0xc0, 0xce, 0x9a, 0xaf +.byte 0xac, 0x56, 0x42, 0x2a, 0x39, 0x25, 0x70, 0xd6, 0xbf, 0xb5, 0x7b, 0x36, 0xad, 0xac, 0xf6, 0x73 +.byte 0xdc, 0xcd, 0xd7, 0x1d, 0x8a, 0x83, 0xa5, 0xfb, 0x2b, 0x90, 0x15, 0x37, 0x6b, 0x1c, 0x26, 0x47 +.byte 0xdc, 0x3b, 0x29, 0x56, 0x93, 0x6a, 0xb3, 0xc1, 0x6a, 0x3a, 0x9d, 0x3d, 0xf5, 0xc1, 0x97, 0x38 +.byte 0x58, 0x05, 0x8b, 0x1c, 0x11, 0xe3, 0xe4, 0xb4, 0xb8, 0x5d, 0x85, 0x1d, 0x83, 0xfe, 0x78, 0x5f +.byte 0x0b, 0x45, 0x68, 0x18, 0x48, 0xa5, 0x46, 0x73, 0x34, 0x3b, 0xfe, 0x0f, 0xc8, 0x76, 0xbb, 0xc7 +.byte 0x18, 0xf3, 0x05, 0xd1, 0x86, 0xf3, 0x85, 0xed, 0xe7, 0xb9, 0xd9, 0x32, 0xad, 0x55, 0x88, 0xce +.byte 0xa6, 0xb6, 0x91, 0xb0, 0x4f, 0xac, 0x7e, 0x15, 0x23, 0x96, 0xf6, 0x3f, 0xf0, 0x20, 0x34, 0x16 +.byte 0xde, 0x0a, 0xc6, 0xc4, 0x04, 0x45, 0x79, 0x7f, 0xa7, 0xfd, 0xbe, 0xd2, 0xa9, 0xa5, 0xaf, 0x9c +.byte 0xc5, 0x23, 0x2a, 0xf7, 0x3c, 0x21, 0x6c, 0xbd, 0xaf, 0x8f, 0x4e, 0xc5, 0x3a, 0xb2, 0xf3, 0x34 +.byte 0x12, 0xfc, 0xdf, 0x80, 0x1a, 0x49, 0xa4, 0xd4, 0xa9, 0x95, 0xf7, 0x9e, 0x89, 0x5e, 0xa2, 0x89 +.byte 0xac, 0x94, 0xcb, 0xa8, 0x68, 0x9b, 0xaf, 0x8a, 0x65, 0x27, 0xcd, 0x89, 0xee, 0xdd, 0x8c, 0xb5 +.byte 0x6b, 0x29, 0x70, 0x43, 0xa0, 0x69, 0x0b, 0xe4, 0xb9, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x59, 0x01, 0x26, 0x30, 0x57, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31 +.byte 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xda, 0x0e, 0xe6 +.byte 0x99, 0x8d, 0xce, 0xa3, 0xe3, 0x4f, 0x8a, 0x7e, 0xfb, 0xf1, 0x8b, 0x83, 0x25, 0x6b, 0xea, 0x48 +.byte 0x1f, 0xf1, 0x2a, 0xb0, 0xb9, 0x95, 0x11, 0x04, 0xbd, 0xf0, 0x63, 0xd1, 0xe2, 0x67, 0x66, 0xcf +.byte 0x1c, 0xdd, 0xcf, 0x1b, 0x48, 0x2b, 0xee, 0x8d, 0x89, 0x8e, 0x9a, 0xaf, 0x29, 0x80, 0x65, 0xab +.byte 0xe9, 0xc7, 0x2d, 0x12, 0xcb, 0xab, 0x1c, 0x4c, 0x70, 0x07, 0xa1, 0x3d, 0x0a, 0x30, 0xcd, 0x15 +.byte 0x8d, 0x4f, 0xf8, 0xdd, 0xd4, 0x8c, 0x50, 0x15, 0x1c, 0xef, 0x50, 0xee, 0xc4, 0x2e, 0xf7, 0xfc +.byte 0xe9, 0x52, 0xf2, 0x91, 0x7d, 0xe0, 0x6d, 0xd5, 0x35, 0x30, 0x8e, 0x5e, 0x43, 0x73, 0xf2, 0x41 +.byte 0xe9, 0xd5, 0x6a, 0xe3, 0xb2, 0x89, 0x3a, 0x56, 0x39, 0x38, 0x6f, 0x06, 0x3c, 0x88, 0x69, 0x5b +.byte 0x2a, 0x4d, 0xc5, 0xa7, 0x54, 0xb8, 0x6c, 0x89, 0xcc, 0x9b, 0xf9, 0x3c, 0xca, 0xe5, 0xfd, 0x89 +.byte 0xf5, 0x12, 0x3c, 0x92, 0x78, 0x96, 0xd6, 0xdc, 0x74, 0x6e, 0x93, 0x44, 0x61, 0xd1, 0x8d, 0xc7 +.byte 0x46, 0xb2, 0x75, 0x0e, 0x86, 0xe8, 0x19, 0x8a, 0xd5, 0x6d, 0x6c, 0xd5, 0x78, 0x16, 0x95, 0xa2 +.byte 0xe9, 0xc8, 0x0a, 0x38, 0xeb, 0xf2, 0x24, 0x13, 0x4f, 0x73, 0x54, 0x93, 0x13, 0x85, 0x3a, 0x1b +.byte 0xbc, 0x1e, 0x34, 0xb5, 0x8b, 0x05, 0x8c, 0xb9, 0x77, 0x8b, 0xb1, 0xdb, 0x1f, 0x20, 0x91, 0xab +.byte 0x09, 0x53, 0x6e, 0x90, 0xce, 0x7b, 0x37, 0x74, 0xb9, 0x70, 0x47, 0x91, 0x22, 0x51, 0x63, 0x16 +.byte 0x79, 0xae, 0xb1, 0xae, 0x41, 0x26, 0x08, 0xc8, 0x19, 0x2b, 0xd1, 0x46, 0xaa, 0x48, 0xd6, 0x64 +.byte 0x2a, 0xd7, 0x83, 0x34, 0xff, 0x2c, 0x2a, 0xc1, 0x6c, 0x19, 0x43, 0x4a, 0x07, 0x85, 0xe7, 0xd3 +.byte 0x7c, 0xf6, 0x21, 0x68, 0xef, 0xea, 0xf2, 0x52, 0x9f, 0x7f, 0x93, 0x90, 0xcf, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x5a, 0x01, 0x26, 0x30, 0x58, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x22 +.byte 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e +.byte 0x63, 0x2e, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x53, 0x65, 0x63 +.byte 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x31 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xfd, 0x77, 0xaa, 0xa5, 0x1c, 0x90, 0x05, 0x3b, 0xcb, 0x4c, 0x9b, 0x33, 0x8b, 0x5a, 0x14 +.byte 0x45, 0xa4, 0xe7, 0x90, 0x16, 0xd1, 0xdf, 0x57, 0xd2, 0x21, 0x10, 0xa4, 0x17, 0xfd, 0xdf, 0xac +.byte 0xd6, 0x1f, 0xa7, 0xe4, 0xdb, 0x7c, 0xf7, 0xec, 0xdf, 0xb8, 0x03, 0xda, 0x94, 0x58, 0xfd, 0x5d +.byte 0x72, 0x7c, 0x8c, 0x3f, 0x5f, 0x01, 0x67, 0x74, 0x15, 0x96, 0xe3, 0x02, 0x3c, 0x87, 0xdb, 0xae +.byte 0xcb, 0x01, 0x8e, 0xc2, 0xf3, 0x66, 0xc6, 0x85, 0x45, 0xf4, 0x02, 0xc6, 0x3a, 0xb5, 0x62, 0xb2 +.byte 0xaf, 0xfa, 0x9c, 0xbf, 0xa4, 0xe6, 0xd4, 0x80, 0x30, 0x98, 0xf3, 0x0d, 0xb6, 0x93, 0x8f, 0xa9 +.byte 0xd4, 0xd8, 0x36, 0xf2, 0xb0, 0xfc, 0x8a, 0xca, 0x2c, 0xa1, 0x15, 0x33, 0x95, 0x31, 0xda, 0xc0 +.byte 0x1b, 0xf2, 0xee, 0x62, 0x99, 0x86, 0x63, 0x3f, 0xbf, 0xdd, 0x93, 0x2a, 0x83, 0xa8, 0x76, 0xb9 +.byte 0x13, 0x1f, 0xb7, 0xce, 0x4e, 0x42, 0x85, 0x8f, 0x22, 0xe7, 0x2e, 0x1a, 0xf2, 0x95, 0x09, 0xb2 +.byte 0x05, 0xb5, 0x44, 0x4e, 0x77, 0xa1, 0x20, 0xbd, 0xa9, 0xf2, 0x4e, 0x0a, 0x7d, 0x50, 0xad, 0xf5 +.byte 0x05, 0x0d, 0x45, 0x4f, 0x46, 0x71, 0xfd, 0x28, 0x3e, 0x53, 0xfb, 0x04, 0xd8, 0x2d, 0xd7, 0x65 +.byte 0x1d, 0x4a, 0x1b, 0xfa, 0xcf, 0x3b, 0xb0, 0x31, 0x9a, 0x35, 0x6e, 0xc8, 0x8b, 0x06, 0xd3, 0x00 +.byte 0x91, 0xf2, 0x94, 0x08, 0x65, 0x4c, 0xb1, 0x34, 0x06, 0x00, 0x7a, 0x89, 0xe2, 0xf0, 0xc7, 0x03 +.byte 0x59, 0xcf, 0xd5, 0xd6, 0xe8, 0xa7, 0x32, 0xb3, 0xe6, 0x98, 0x40, 0x86, 0xc5, 0xcd, 0x27, 0x12 +.byte 0x8b, 0xcc, 0x7b, 0xce, 0xb7, 0x11, 0x3c, 0x62, 0x60, 0x07, 0x23, 0x3e, 0x2b, 0x40, 0x6e, 0x94 +.byte 0x80, 0x09, 0x6d, 0xb6, 0xb3, 0x6f, 0x77, 0x6f, 0x35, 0x08, 0x50, 0xfb, 0x02, 0x87, 0xc5, 0x3e +.byte 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x5c, 0x02, 0x26, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x1c, 0x30 +.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x13, 0x30, 0x30, 0x30, 0x32, 0x20, 0x34, 0x38, 0x31 +.byte 0x34, 0x36, 0x33, 0x30, 0x38, 0x31, 0x30, 0x30, 0x30, 0x33, 0x36, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcd, 0x18, 0x39, 0x65, 0x1a, 0x59, 0xb1, 0xea, 0x64 +.byte 0x16, 0x0e, 0x8c, 0x94, 0x24, 0x95, 0x7c, 0x83, 0xd3, 0xc5, 0x39, 0x26, 0xdc, 0x0c, 0xef, 0x16 +.byte 0x57, 0x8d, 0xd7, 0xd8, 0xac, 0xa3, 0x42, 0x7f, 0x82, 0xca, 0xed, 0xcd, 0x5b, 0xdb, 0x0e, 0xb7 +.byte 0x2d, 0xed, 0x45, 0x08, 0x17, 0xb2, 0xd9, 0xb3, 0xcb, 0xd6, 0x17, 0x52, 0x72, 0x28, 0xdb, 0x8e +.byte 0x4e, 0x9e, 0x8a, 0xb6, 0x0b, 0xf9, 0x9e, 0x84, 0x9a, 0x4d, 0x76, 0xde, 0x22, 0x29, 0x5c, 0xd2 +.byte 0xb3, 0xd2, 0x06, 0x3e, 0x30, 0x39, 0xa9, 0x74, 0xa3, 0x92, 0x56, 0x1c, 0xa1, 0x6f, 0x4c, 0x0a +.byte 0x20, 0x6d, 0x9f, 0x23, 0x7a, 0xb4, 0xc6, 0xda, 0x2c, 0xe4, 0x1d, 0x2c, 0xdc, 0xb3, 0x28, 0xd0 +.byte 0x13, 0xf2, 0x4c, 0x4e, 0x02, 0x49, 0xa1, 0x54, 0x40, 0x9e, 0xe6, 0xe5, 0x05, 0xa0, 0x2d, 0x84 +.byte 0xc8, 0xff, 0x98, 0x6c, 0xd0, 0xeb, 0x8a, 0x1a, 0x84, 0x08, 0x1e, 0xb7, 0x68, 0x23, 0xee, 0x23 +.byte 0xd5, 0x70, 0xce, 0x6d, 0x51, 0x69, 0x10, 0xee, 0xa1, 0x7a, 0xc2, 0xd1, 0x22, 0x31, 0xc2, 0x82 +.byte 0x85, 0xd2, 0xf2, 0x55, 0x76, 0x50, 0x7c, 0x25, 0x7a, 0xc9, 0x84, 0x5c, 0x0b, 0xac, 0xdd, 0x42 +.byte 0x4e, 0x2b, 0xe7, 0x82, 0xa2, 0x24, 0x89, 0xcb, 0x90, 0xb2, 0xd0, 0xee, 0x23, 0xba, 0x66, 0x4c +.byte 0xbb, 0x62, 0xa4, 0xf9, 0x53, 0x5a, 0x64, 0x7b, 0x7c, 0x98, 0xfa, 0xa3, 0x48, 0x9e, 0x0f, 0x95 +.byte 0xae, 0xa7, 0x18, 0xf4, 0x6a, 0xec, 0x2e, 0x03, 0x45, 0xaf, 0xf0, 0x74, 0xf8, 0x2a, 0xcd, 0x7a +.byte 0x5d, 0xd1, 0xbe, 0x44, 0x26, 0x32, 0x29, 0xf1, 0xf1, 0xf5, 0x6c, 0xcc, 0x7e, 0x02, 0x21, 0x0b +.byte 0x9f, 0x6f, 0xa4, 0x3f, 0xbe, 0x9d, 0x53, 0xe2, 0xcf, 0x7d, 0xa9, 0x2c, 0x7c, 0x58, 0x1a, 0x97 +.byte 0xe1, 0x3d, 0x37, 0x37, 0x18, 0x66, 0x28, 0xd2, 0x40, 0xc5, 0x51, 0x8a, 0x8c, 0xc3, 0x2d, 0xce +.byte 0x53, 0x88, 0x24, 0x58, 0x64, 0x30, 0x16, 0xc5, 0xaa, 0xe0, 0xd6, 0x0a, 0xa6, 0x40, 0xdf, 0x78 +.byte 0xf6, 0xf5, 0x04, 0x7c, 0x69, 0x13, 0x84, 0xbc, 0xd1, 0xd1, 0xa7, 0x06, 0xcf, 0x01, 0xf7, 0x68 +.byte 0xc0, 0xa8, 0x57, 0xbb, 0x3a, 0x61, 0xad, 0x04, 0x8c, 0x93, 0xe3, 0xad, 0xfc, 0xf0, 0xdb, 0x44 +.byte 0x6d, 0x59, 0xdc, 0x49, 0x59, 0xae, 0xac, 0x9a, 0x99, 0x36, 0x30, 0x41, 0x7b, 0x76, 0x33, 0x22 +.byte 0x87, 0xa3, 0xc2, 0x92, 0x86, 0x6e, 0xf9, 0x70, 0xee, 0xae, 0x87, 0x87, 0x95, 0x1b, 0xc4, 0x7a +.byte 0xbd, 0x31, 0xf3, 0xd4, 0xd2, 0xe5, 0x99, 0xff, 0xbe, 0x48, 0xec, 0x75, 0xf5, 0x78, 0x16, 0x1d +.byte 0xa6, 0x70, 0xc1, 0x7f, 0x3c, 0x1b, 0xa1, 0x92, 0xfb, 0xcf, 0xc8, 0x3c, 0xd6, 0xc5, 0x93, 0x0a +.byte 0x8f, 0xf5, 0x55, 0x3a, 0x76, 0x95, 0xce, 0x59, 0x98, 0x8a, 0x09, 0x95, 0x77, 0x32, 0x9a, 0x83 +.byte 0xba, 0x2c, 0x04, 0x3a, 0x97, 0xbd, 0xd4, 0x2f, 0xbe, 0xd7, 0x6c, 0x9b, 0xa2, 0xca, 0x7d, 0x6d +.byte 0x26, 0xc9, 0x55, 0xd5, 0xcf, 0xc3, 0x79, 0x52, 0x08, 0x09, 0x99, 0x07, 0x24, 0x2d, 0x64, 0x25 +.byte 0x6b, 0xa6, 0x21, 0x69, 0x9b, 0x6a, 0xdd, 0x74, 0x4d, 0x6b, 0x97, 0x7a, 0x41, 0xbd, 0xab, 0x17 +.byte 0xf9, 0x90, 0x17, 0x48, 0x8f, 0x36, 0xf9, 0x2d, 0xd5, 0xc5, 0xdb, 0xee, 0xaa, 0x85, 0x45, 0x41 +.byte 0xfa, 0xcd, 0x3a, 0x45, 0xb1, 0x68, 0xe6, 0x36, 0x4c, 0x9b, 0x90, 0x57, 0xec, 0x23, 0xb9, 0x87 +.byte 0x08, 0xc2, 0xc4, 0x09, 0xf1, 0x97, 0x86, 0x2a, 0x28, 0x4d, 0xe2, 0x74, 0xc0, 0xda, 0xc4, 0x8c +.byte 0xdb, 0xdf, 0xe2, 0xa1, 0x17, 0x59, 0xce, 0x24, 0x59, 0x74, 0x31, 0xda, 0x7f, 0xfd, 0x30, 0x6d +.byte 0xd9, 0xdc, 0xe1, 0x6a, 0xe1, 0xfc, 0x5f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x5c, 0x01, 0x26 +.byte 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x45, 0x31 +.byte 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d +.byte 0x6f, 0x72, 0x65, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x43, 0x79 +.byte 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x19, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x20, 0x43, 0x79, 0x62 +.byte 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xa3, 0x04, 0xbb +.byte 0x22, 0xab, 0x98, 0x3d, 0x57, 0xe8, 0x26, 0x72, 0x9a, 0xb5, 0x79, 0xd4, 0x29, 0xe2, 0xe1, 0xe8 +.byte 0x95, 0x80, 0xb1, 0xb0, 0xe3, 0x5b, 0x8e, 0x2b, 0x29, 0x9a, 0x64, 0xdf, 0xa1, 0x5d, 0xed, 0xb0 +.byte 0x09, 0x05, 0x6d, 0xdb, 0x28, 0x2e, 0xce, 0x62, 0xa2, 0x62, 0xfe, 0xb4, 0x88, 0xda, 0x12, 0xeb +.byte 0x38, 0xeb, 0x21, 0x9d, 0xc0, 0x41, 0x2b, 0x01, 0x52, 0x7b, 0x88, 0x77, 0xd3, 0x1c, 0x8f, 0xc7 +.byte 0xba, 0xb9, 0x88, 0xb5, 0x6a, 0x09, 0xe7, 0x73, 0xe8, 0x11, 0x40, 0xa7, 0xd1, 0xcc, 0xca, 0x62 +.byte 0x8d, 0x2d, 0xe5, 0x8f, 0x0b, 0xa6, 0x50, 0xd2, 0xa8, 0x50, 0xc3, 0x28, 0xea, 0xf5, 0xab, 0x25 +.byte 0x87, 0x8a, 0x9a, 0x96, 0x1c, 0xa9, 0x67, 0xb8, 0x3f, 0x0c, 0xd5, 0xf7, 0xf9, 0x52, 0x13, 0x2f +.byte 0xc2, 0x1b, 0xd5, 0x70, 0x70, 0xf0, 0x8f, 0xc0, 0x12, 0xca, 0x06, 0xcb, 0x9a, 0xe1, 0xd9, 0xca +.byte 0x33, 0x7a, 0x77, 0xd6, 0xf8, 0xec, 0xb9, 0xf1, 0x68, 0x44, 0x42, 0x48, 0x13, 0xd2, 0xc0, 0xc2 +.byte 0xa4, 0xae, 0x5e, 0x60, 0xfe, 0xb6, 0xa6, 0x05, 0xfc, 0xb4, 0xdd, 0x07, 0x59, 0x02, 0xd4, 0x59 +.byte 0x18, 0x98, 0x63, 0xf5, 0xa5, 0x63, 0xe0, 0x90, 0x0c, 0x7d, 0x5d, 0xb2, 0x06, 0x7a, 0xf3, 0x85 +.byte 0xea, 0xeb, 0xd4, 0x03, 0xae, 0x5e, 0x84, 0x3e, 0x5f, 0xff, 0x15, 0xed, 0x69, 0xbc, 0xf9, 0x39 +.byte 0x36, 0x72, 0x75, 0xcf, 0x77, 0x52, 0x4d, 0xf3, 0xc9, 0x90, 0x2c, 0xb9, 0x3d, 0xe5, 0xc9, 0x23 +.byte 0x53, 0x3f, 0x1f, 0x24, 0x98, 0x21, 0x5c, 0x07, 0x99, 0x29, 0xbd, 0xc6, 0x3a, 0xec, 0xe7, 0x6e +.byte 0x86, 0x3a, 0x6b, 0x97, 0x74, 0x63, 0x33, 0xbd, 0x68, 0x18, 0x31, 0xf0, 0x78, 0x8d, 0x76, 0xbf +.byte 0xfc, 0x9e, 0x8e, 0x5d, 0x2a, 0x86, 0xa7, 0x4d, 0x90, 0xdc, 0x27, 0x1a, 0x39, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x5c, 0x00, 0x78, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a +.byte 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63 +.byte 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20 +.byte 0x43, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xfd, 0xa5, 0x61, 0xae, 0x7b, 0x26 +.byte 0x10, 0x1d, 0xe9, 0xb7, 0x22, 0x30, 0xae, 0x06, 0xf4, 0x81, 0xb3, 0xb1, 0x42, 0x71, 0x95, 0x39 +.byte 0xbc, 0xd3, 0x52, 0xe3, 0xaf, 0xaf, 0xf9, 0xf2, 0x97, 0x35, 0x92, 0x36, 0x46, 0x0e, 0x87, 0x95 +.byte 0x8d, 0xb9, 0x39, 0x5a, 0xe9, 0xbb, 0xdf, 0xd0, 0xfe, 0xc8, 0x07, 0x41, 0x3c, 0xbb, 0x55, 0x6f +.byte 0x83, 0xa3, 0x6a, 0xfb, 0x62, 0xb0, 0x81, 0x89, 0x02, 0x70, 0x7d, 0x48, 0xc5, 0x4a, 0xe3, 0xe9 +.byte 0x22, 0x54, 0x22, 0x4d, 0x93, 0xbb, 0x42, 0x0c, 0xaf, 0x77, 0x9c, 0x23, 0xa6, 0x7d, 0xd7, 0x61 +.byte 0x11, 0xce, 0x65, 0xc7, 0xf8, 0x7f, 0xfe, 0xf5, 0xf2, 0xa9, 0x00, 0x5f, 0x02, 0x26, 0x30, 0x5d +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30 +.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c +.byte 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x53 +.byte 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x33, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xe3, 0xc9 +.byte 0x72, 0x49, 0xf7, 0x30, 0xde, 0x09, 0x7c, 0xa9, 0x40, 0x81, 0x58, 0xd3, 0xb4, 0x3a, 0xdd, 0xba +.byte 0x61, 0x0f, 0x93, 0x50, 0x6e, 0x69, 0x3c, 0x35, 0xc2, 0xee, 0x5b, 0x73, 0x90, 0x1b, 0x67, 0x4c +.byte 0x21, 0xec, 0x5f, 0x35, 0xbb, 0x39, 0x3e, 0x2b, 0x0a, 0x60, 0xef, 0xbb, 0x6d, 0x2b, 0x86, 0xfb +.byte 0x71, 0xa2, 0xc8, 0xac, 0xe4, 0x56, 0x94, 0xf9, 0xc9, 0xaf, 0xb1, 0x72, 0xd4, 0x20, 0xac, 0x74 +.byte 0xd2, 0xb8, 0x15, 0xad, 0x51, 0xfe, 0x85, 0x74, 0xa1, 0xb9, 0x10, 0xfe, 0x05, 0x80, 0xf9, 0x52 +.byte 0x93, 0xb3, 0x40, 0x3d, 0x75, 0x10, 0xac, 0xc0, 0x96, 0xb7, 0xa7, 0x7e, 0x76, 0xbc, 0xe3, 0x1b +.byte 0x52, 0x19, 0xce, 0x11, 0x1f, 0x0b, 0x04, 0x34, 0xf5, 0xd8, 0xf5, 0x69, 0x3c, 0x77, 0xf3, 0x64 +.byte 0xf4, 0x0d, 0xaa, 0x85, 0xde, 0xe0, 0x09, 0x50, 0x04, 0x17, 0x96, 0x84, 0xb7, 0xc8, 0x8a, 0xbc +.byte 0x4d, 0x72, 0xfc, 0x1c, 0xbb, 0xcf, 0xf3, 0x06, 0x4d, 0xf9, 0x9f, 0x64, 0xf7, 0x7e, 0xa6, 0x66 +.byte 0x86, 0x35, 0x71, 0xc8, 0x11, 0x80, 0x4c, 0xc1, 0x71, 0x40, 0x58, 0x1e, 0xbe, 0xa0, 0x73, 0xf6 +.byte 0xfc, 0x3e, 0x50, 0xe1, 0xe0, 0x2f, 0x26, 0x3d, 0x7e, 0x5c, 0x23, 0xb5, 0x79, 0x70, 0xde, 0xfa +.byte 0xe0, 0xd1, 0xa5, 0xd6, 0x0c, 0x41, 0x71, 0x7b, 0xf7, 0xea, 0x8c, 0x1c, 0x88, 0xc7, 0xec, 0x8b +.byte 0xf5, 0xd1, 0x2f, 0x55, 0x96, 0x46, 0x7c, 0x5a, 0x3b, 0x58, 0x3b, 0xfb, 0xba, 0xd8, 0x2d, 0xb5 +.byte 0x25, 0xda, 0x7a, 0x4e, 0xcf, 0x44, 0xae, 0x21, 0xa6, 0x9e, 0x98, 0xca, 0x20, 0x6e, 0x7c, 0xbb +.byte 0x88, 0x85, 0x5b, 0xfb, 0xc0, 0x10, 0x62, 0xbb, 0xf2, 0xf9, 0x27, 0x47, 0xef, 0xd1, 0x89, 0x39 +.byte 0x43, 0xc4, 0xdf, 0xde, 0xe1, 0x41, 0xbf, 0x54, 0x73, 0x20, 0x97, 0x2d, 0x6c, 0xda, 0xf3, 0xd4 +.byte 0x07, 0xa3, 0xe6, 0xb9, 0xd8, 0x6f, 0xae, 0xfc, 0x8c, 0x19, 0x2e, 0xd3, 0x67, 0x67, 0x2b, 0x95 +.byte 0xdb, 0x58, 0x5c, 0xb5, 0x6a, 0x02, 0xf3, 0xb8, 0x83, 0x5e, 0xb4, 0x6b, 0xbe, 0x41, 0x7e, 0x57 +.byte 0x09, 0x75, 0x44, 0x50, 0x55, 0xcd, 0x5a, 0x11, 0x61, 0x21, 0x0a, 0x61, 0xc2, 0xa9, 0x88, 0xfd +.byte 0x13, 0xbc, 0x2d, 0x89, 0x2f, 0xcd, 0x61, 0xe0, 0x95, 0xbe, 0xca, 0xb5, 0x7b, 0xe1, 0x7b, 0x34 +.byte 0x67, 0x0b, 0x1f, 0xb6, 0x0c, 0xc7, 0x7c, 0x1e, 0x19, 0x53, 0xca, 0xa7, 0xb1, 0x4a, 0x15, 0x20 +.byte 0x56, 0x14, 0x70, 0x3d, 0x2b, 0x82, 0x2c, 0x0f, 0x9d, 0x15, 0x1d, 0x47, 0x80, 0x47, 0xff, 0x78 +.byte 0x99, 0x0e, 0x31, 0xaf, 0x6f, 0x3e, 0x8f, 0xed, 0x86, 0x69, 0x1e, 0x7b, 0x18, 0x88, 0x14, 0xb2 +.byte 0xc2, 0xfc, 0x82, 0x33, 0x2e, 0x9c, 0x4b, 0x2d, 0xfb, 0x70, 0x3b, 0x71, 0xaa, 0x2b, 0x7b, 0x26 +.byte 0x27, 0xf3, 0x1a, 0xc2, 0xdc, 0xfb, 0x17, 0xb8, 0xa1, 0xea, 0xcb, 0xa0, 0xb4, 0xae, 0xd3, 0x94 +.byte 0x7e, 0x7a, 0xd0, 0xab, 0xc3, 0xec, 0x38, 0x2d, 0x11, 0x2e, 0x88, 0xbf, 0xd4, 0x3f, 0xad, 0x12 +.byte 0x3b, 0x42, 0xac, 0x8f, 0x02, 0x6e, 0x7d, 0xcc, 0xd1, 0x5f, 0x61, 0xbe, 0xa1, 0xbc, 0x3a, 0x6a +.byte 0x48, 0xea, 0x26, 0x55, 0x22, 0x16, 0x5d, 0x5f, 0x0d, 0xff, 0x27, 0x33, 0x9f, 0x18, 0x03, 0x74 +.byte 0x8a, 0x5b, 0x52, 0x20, 0x47, 0x6b, 0x45, 0x4d, 0x22, 0x77, 0x8c, 0x55, 0x27, 0xf0, 0xaf, 0x1e +.byte 0x8c, 0xc9, 0x83, 0x22, 0x54, 0xb7, 0x9a, 0xd0, 0x4f, 0xd9, 0xce, 0xfc, 0xd9, 0x2e, 0x1c, 0x96 +.byte 0x28, 0xb1, 0x02, 0xd3, 0x03, 0xbd, 0x25, 0x52, 0x1c, 0x34, 0x66, 0x4f, 0x23, 0xab, 0xf4, 0x77 +.byte 0x82, 0x96, 0x1d, 0xd1, 0x57, 0x30, 0x08, 0x11, 0x05, 0xfd, 0x57, 0xd1, 0xd9, 0xc7, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x00, 0x5f, 0x01, 0x26, 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73 +.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30 +.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79 +.byte 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x15, 0x39, 0x52, 0xb1, 0x52, 0xb3, 0xba, 0xc5 +.byte 0x59, 0x82, 0xc4, 0x5d, 0x52, 0xae, 0x3a, 0x43, 0x65, 0x80, 0x4b, 0xc7, 0xf2, 0x96, 0xbc, 0xdb +.byte 0x36, 0x97, 0xd6, 0xa6, 0x64, 0x8c, 0xa8, 0x5e, 0xf0, 0xe3, 0x0a, 0x1c, 0xf7, 0xdf, 0x97, 0x3d +.byte 0x4b, 0xae, 0xf6, 0x5d, 0xec, 0x21, 0xb5, 0x41, 0xab, 0xcd, 0xb9, 0x7e, 0x76, 0x9f, 0xbe, 0xf9 +.byte 0x3e, 0x36, 0x34, 0xa0, 0x3b, 0xc1, 0xf6, 0x31, 0x11, 0x45, 0x74, 0x93, 0x3d, 0x57, 0x80, 0xc5 +.byte 0xf9, 0x89, 0x99, 0xca, 0xe5, 0xab, 0x6a, 0xd4, 0xb5, 0xda, 0x41, 0x90, 0x10, 0xc1, 0xd6, 0xd6 +.byte 0x42, 0x89, 0xc2, 0xbf, 0xf4, 0x38, 0x12, 0x95, 0x4c, 0x54, 0x05, 0xf7, 0x36, 0xe4, 0x45, 0x83 +.byte 0x7b, 0x14, 0x65, 0xd6, 0xdc, 0x0c, 0x4d, 0xd1, 0xde, 0x7e, 0x0c, 0xab, 0x3b, 0xc4, 0x15, 0xbe +.byte 0x3a, 0x56, 0xa6, 0x5a, 0x6f, 0x76, 0x69, 0x52, 0xa9, 0x7a, 0xb9, 0xc8, 0xeb, 0x6a, 0x9a, 0x5d +.byte 0x52, 0xd0, 0x2d, 0x0a, 0x6b, 0x35, 0x16, 0x09, 0x10, 0x84, 0xd0, 0x6a, 0xca, 0x3a, 0x06, 0x00 +.byte 0x37, 0x47, 0xe4, 0x7e, 0x57, 0x4f, 0x3f, 0x8b, 0xeb, 0x67, 0xb8, 0x88, 0xaa, 0xc5, 0xbe, 0x53 +.byte 0x55, 0xb2, 0x91, 0xc4, 0x7d, 0xb9, 0xb0, 0x85, 0x19, 0x06, 0x78, 0x2e, 0xdb, 0x61, 0x1a, 0xfa +.byte 0x85, 0xf5, 0x4a, 0x91, 0xa1, 0xe7, 0x16, 0xd5, 0x8e, 0xa2, 0x39, 0xdf, 0x94, 0xb8, 0x70, 0x1f +.byte 0x28, 0x3f, 0x8b, 0xfc, 0x40, 0x5e, 0x63, 0x83, 0x3c, 0x83, 0x2a, 0x1a, 0x99, 0x6b, 0xcf, 0xde +.byte 0x59, 0x6a, 0x3b, 0xfc, 0x6f, 0x16, 0xd7, 0x1f, 0xfd, 0x4a, 0x10, 0xeb, 0x4e, 0x82, 0x16, 0x3a +.byte 0xac, 0x27, 0x0c, 0x53, 0xf1, 0xad, 0xd5, 0x24, 0xb0, 0x6b, 0x03, 0x50, 0xc1, 0x2d, 0x3c, 0x16 +.byte 0xdd, 0x44, 0x34, 0x27, 0x1a, 0x75, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x60, 0x02, 0x26 +.byte 0x30, 0x5e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31 +.byte 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e, 0x67, 0x68 +.byte 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20 +.byte 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x21, 0x65 +.byte 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xe1, 0x25, 0x0f, 0xee, 0x8d, 0xdb, 0x88, 0x33, 0x75, 0x67, 0xcd, 0xad, 0x1f, 0x7d, 0x3a +.byte 0x4e, 0x6d, 0x9d, 0xd3, 0x2f, 0x14, 0xf3, 0x63, 0x74, 0xcb, 0x01, 0x21, 0x6a, 0x37, 0xea, 0x84 +.byte 0x50, 0x07, 0x4b, 0x26, 0x5b, 0x09, 0x43, 0x6c, 0x21, 0x9e, 0x6a, 0xc8, 0xd5, 0x03, 0xf5, 0x60 +.byte 0x69, 0x8f, 0xcc, 0xf0, 0x22, 0xe4, 0x1f, 0xe7, 0xf7, 0x6a, 0x22, 0x31, 0xb7, 0x2c, 0x15, 0xf2 +.byte 0xe0, 0xfe, 0x00, 0x6a, 0x43, 0xff, 0x87, 0x65, 0xc6, 0xb5, 0x1a, 0xc1, 0xa7, 0x4c, 0x6d, 0x22 +.byte 0x70, 0x21, 0x8a, 0x31, 0xf2, 0x97, 0x74, 0x89, 0x09, 0x12, 0x26, 0x1c, 0x9e, 0xca, 0xd9, 0x12 +.byte 0xa2, 0x95, 0x3c, 0xda, 0xe9, 0x67, 0xbf, 0x08, 0xa0, 0x64, 0xe3, 0xd6, 0x42, 0xb7, 0x45, 0xef +.byte 0x97, 0xf4, 0xf6, 0xf5, 0xd7, 0xb5, 0x4a, 0x15, 0x02, 0x58, 0x7d, 0x98, 0x58, 0x4b, 0x60, 0xbc +.byte 0xcd, 0xd7, 0x0d, 0x9a, 0x13, 0x33, 0x53, 0xd1, 0x61, 0xf9, 0x7a, 0xd5, 0xd7, 0x78, 0xb3, 0x9a +.byte 0x33, 0xf7, 0x00, 0x86, 0xce, 0x1d, 0x4d, 0x94, 0x38, 0xaf, 0xa8, 0xec, 0x78, 0x51, 0x70, 0x8a +.byte 0x5c, 0x10, 0x83, 0x51, 0x21, 0xf7, 0x11, 0x3d, 0x34, 0x86, 0x5e, 0xe5, 0x48, 0xcd, 0x97, 0x81 +.byte 0x82, 0x35, 0x4c, 0x19, 0xec, 0x65, 0xf6, 0x6b, 0xc5, 0x05, 0xa1, 0xee, 0x47, 0x13, 0xd6, 0xb3 +.byte 0x21, 0x27, 0x94, 0x10, 0x0a, 0xd9, 0x24, 0x3b, 0xba, 0xbe, 0x44, 0x13, 0x46, 0x30, 0x3f, 0x97 +.byte 0x3c, 0xd8, 0xd7, 0xd7, 0x6a, 0xee, 0x3b, 0x38, 0xe3, 0x2b, 0xd4, 0x97, 0x0e, 0xb9, 0x1b, 0xe7 +.byte 0x07, 0x49, 0x7f, 0x37, 0x2a, 0xf9, 0x77, 0x78, 0xcf, 0x54, 0xed, 0x5b, 0x46, 0x9d, 0xa3, 0x80 +.byte 0x0e, 0x91, 0x43, 0xc1, 0xd6, 0x5b, 0x5f, 0x14, 0xba, 0x9f, 0xa6, 0x8d, 0x24, 0x47, 0x40, 0x59 +.byte 0xbf, 0x72, 0x38, 0xb2, 0x36, 0x6c, 0x37, 0xff, 0x99, 0xd1, 0x5d, 0x0e, 0x59, 0x0a, 0xab, 0x69 +.byte 0xf7, 0xc0, 0xb2, 0x04, 0x45, 0x7a, 0x54, 0x00, 0xae, 0xbe, 0x53, 0xf6, 0xb5, 0xe7, 0xe1, 0xf8 +.byte 0x3c, 0xa3, 0x31, 0xd2, 0xa9, 0xfe, 0x21, 0x52, 0x64, 0xc5, 0xa6, 0x67, 0xf0, 0x75, 0x07, 0x06 +.byte 0x94, 0x14, 0x81, 0x55, 0xc6, 0x27, 0xe4, 0x01, 0x8f, 0x17, 0xc1, 0x6a, 0x71, 0xd7, 0xbe, 0x4b +.byte 0xfb, 0x94, 0x58, 0x7d, 0x7e, 0x11, 0x33, 0xb1, 0x42, 0xf7, 0x62, 0x6c, 0x18, 0xd6, 0xcf, 0x09 +.byte 0x68, 0x3e, 0x7f, 0x6c, 0xf6, 0x1e, 0x8f, 0x62, 0xad, 0xa5, 0x63, 0xdb, 0x09, 0xa7, 0x1f, 0x22 +.byte 0x42, 0x41, 0x1e, 0x6f, 0x99, 0x8a, 0x3e, 0xd7, 0xf9, 0x3f, 0x40, 0x7a, 0x79, 0xb0, 0xa5, 0x01 +.byte 0x92, 0xd2, 0x9d, 0x3d, 0x08, 0x15, 0xa5, 0x10, 0x01, 0x2d, 0xb3, 0x32, 0x76, 0xa8, 0x95, 0x0d +.byte 0xb3, 0x7a, 0x9a, 0xfb, 0x07, 0x10, 0x78, 0x11, 0x6f, 0xe1, 0x8f, 0xc7, 0xba, 0x0f, 0x25, 0x1a +.byte 0x74, 0x2a, 0xe5, 0x1c, 0x98, 0x41, 0x99, 0xdf, 0x21, 0x87, 0xe8, 0x95, 0x06, 0x6a, 0x0a, 0xb3 +.byte 0x6a, 0x47, 0x76, 0x65, 0xf6, 0x3a, 0xcf, 0x8f, 0x62, 0x17, 0x19, 0x7b, 0x0a, 0x28, 0xcd, 0x1a +.byte 0xd2, 0x83, 0x1e, 0x21, 0xc7, 0x2c, 0xbf, 0xbe, 0xff, 0x61, 0x68, 0xb7, 0x67, 0x1b, 0xbb, 0x78 +.byte 0x4d, 0x8d, 0xce, 0x67, 0xe5, 0xe4, 0xc1, 0x8e, 0xb7, 0x23, 0x66, 0xe2, 0x9d, 0x90, 0x75, 0x34 +.byte 0x98, 0xa9, 0x36, 0x2b, 0x8a, 0x9a, 0x94, 0xb9, 0x9d, 0xec, 0xcc, 0x8a, 0xb1, 0xf8, 0x25, 0x89 +.byte 0x5c, 0x5a, 0xb6, 0x2f, 0x8c, 0x1f, 0x6d, 0x79, 0x24, 0xa7, 0x52, 0x68, 0xc3, 0x84, 0x35, 0xe2 +.byte 0x66, 0x8d, 0x63, 0x0e, 0x25, 0x4d, 0xd5, 0x19, 0xb2, 0xe6, 0x79, 0x37, 0xa7, 0x22, 0x9d, 0x54 +.byte 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x61, 0x01, 0x26, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x09, 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31 +.byte 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x54, 0x57, 0x43, 0x41, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb0, 0x7e, 0x72, 0xb8 +.byte 0xa4, 0x03, 0x94, 0xe6, 0xa7, 0xde, 0x09, 0x38, 0x91, 0x4a, 0x11, 0x40, 0x87, 0xa7, 0x7c, 0x59 +.byte 0x64, 0x14, 0x7b, 0xb5, 0x11, 0x10, 0xdd, 0xfe, 0xbf, 0xd5, 0xc0, 0xbb, 0x56, 0xe2, 0x85, 0x25 +.byte 0xf4, 0x35, 0x72, 0x0f, 0xf8, 0x53, 0xd0, 0x41, 0xe1, 0x44, 0x01, 0xc2, 0xb4, 0x1c, 0xc3, 0x31 +.byte 0x42, 0x16, 0x47, 0x85, 0x33, 0x22, 0x76, 0xb2, 0x0a, 0x6f, 0x0f, 0xe5, 0x25, 0x50, 0x4f, 0x85 +.byte 0x86, 0xbe, 0xbf, 0x98, 0x2e, 0x10, 0x67, 0x1e, 0xbe, 0x11, 0x05, 0x86, 0x05, 0x90, 0xc4, 0x59 +.byte 0xd0, 0x7c, 0x78, 0x10, 0xb0, 0x80, 0x5c, 0xb7, 0xe1, 0xc7, 0x2b, 0x75, 0xcb, 0x7c, 0x9f, 0xae +.byte 0xb5, 0xd1, 0x9d, 0x23, 0x37, 0x63, 0xa7, 0xdc, 0x42, 0xa2, 0x2d, 0x92, 0x04, 0x1b, 0x50, 0xc1 +.byte 0x7b, 0xb8, 0x3e, 0x1b, 0xc9, 0x56, 0x04, 0x8b, 0x2f, 0x52, 0x9b, 0xad, 0xa9, 0x56, 0xe9, 0xc1 +.byte 0xff, 0xad, 0xa9, 0x58, 0x87, 0x30, 0xb6, 0x81, 0xf7, 0x97, 0x45, 0xfc, 0x19, 0x57, 0x3b, 0x2b +.byte 0x6f, 0xe4, 0x47, 0xf4, 0x99, 0x45, 0xfe, 0x1d, 0xf1, 0xf8, 0x97, 0xa3, 0x88, 0x1d, 0x37, 0x1c +.byte 0x5c, 0x8f, 0xe0, 0x76, 0x25, 0x9a, 0x50, 0xf8, 0xa0, 0x54, 0xff, 0x44, 0x90, 0x76, 0x23, 0xd2 +.byte 0x32, 0xc6, 0xc3, 0xab, 0x06, 0xbf, 0xfc, 0xfb, 0xbf, 0xf3, 0xad, 0x7d, 0x92, 0x62, 0x02, 0x5b +.byte 0x29, 0xd3, 0x35, 0xa3, 0x93, 0x9a, 0x43, 0x64, 0x60, 0x5d, 0xb2, 0xfa, 0x32, 0xff, 0x3b, 0x04 +.byte 0xaf, 0x4d, 0x40, 0x6a, 0xf9, 0xc7, 0xe3, 0xef, 0x23, 0xfd, 0x6b, 0xcb, 0xe5, 0x0f, 0x8b, 0x38 +.byte 0x0d, 0xee, 0x0a, 0xfc, 0xfe, 0x0f, 0x98, 0x9f, 0x30, 0x31, 0xdd, 0x6c, 0x52, 0x65, 0xf9, 0x8b +.byte 0x81, 0xbe, 0x22, 0xe1, 0x1c, 0x58, 0x03, 0xba, 0x91, 0x1b, 0x89, 0x07, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x00, 0x63, 0x00, 0x78, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53 +.byte 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65 +.byte 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43 +.byte 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0xa4, 0xa5, 0x6f, 0x60, 0x03, 0x03, 0xc3, 0xbd, 0x31, 0xf4, 0xd3, 0x17, 0x9c, 0x2b, 0x84, 0x75 +.byte 0xac, 0xe5, 0xfd, 0x3d, 0x57, 0x6e, 0xd7, 0x63, 0xbf, 0xe6, 0x04, 0x89, 0x92, 0x8e, 0x81, 0x9c +.byte 0xe3, 0xe9, 0x47, 0x6e, 0xca, 0x90, 0x12, 0xc8, 0x13, 0xe0, 0xa7, 0x9d, 0xf7, 0x65, 0x74, 0x1f +.byte 0x6c, 0x10, 0xb2, 0xe8, 0xe4, 0xe9, 0xef, 0x6d, 0x85, 0x32, 0x99, 0x44, 0xb1, 0x5e, 0xfd, 0xcc +.byte 0x76, 0x10, 0xd8, 0x5b, 0xbd, 0xa2, 0xc6, 0xf9, 0xd6, 0x42, 0xe4, 0x57, 0x76, 0xdc, 0x90, 0xc2 +.byte 0x35, 0xa9, 0x4b, 0x88, 0x3c, 0x12, 0x47, 0x6d, 0x5c, 0xff, 0x49, 0x4f, 0x1a, 0x4a, 0x50, 0xb1 +.byte 0x00, 0x63, 0x02, 0x26, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x54, 0x4e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x41, 0x67 +.byte 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65, 0x20, 0x64 +.byte 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x6f, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x54, 0x75, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc3, 0xcd, 0xd3, 0xfc, 0xbd, 0x04, 0x53, 0xdd +.byte 0x0c, 0x20, 0x3a, 0xd5, 0x88, 0x2e, 0x05, 0x4b, 0x41, 0xf5, 0x83, 0x82, 0x7e, 0xf7, 0x59, 0x9f +.byte 0x9e, 0x9e, 0x63, 0xe8, 0x73, 0xda, 0xf6, 0x06, 0xa9, 0x4f, 0x1f, 0xb4, 0xf9, 0x0b, 0x1f, 0x39 +.byte 0x8c, 0x9a, 0x20, 0xd0, 0x7e, 0x06, 0xd4, 0xec, 0x34, 0xd9, 0x86, 0xbc, 0x75, 0x5b, 0x87, 0x88 +.byte 0xf0, 0xd2, 0xd9, 0xd4, 0xa3, 0x0a, 0xb2, 0x6c, 0x1b, 0xeb, 0x49, 0x2c, 0x3e, 0xac, 0x5d, 0xd8 +.byte 0x94, 0x03, 0xa0, 0xec, 0x34, 0xe5, 0x30, 0xc4, 0x35, 0x7d, 0xfb, 0x26, 0x4d, 0x1b, 0x6e, 0x30 +.byte 0x54, 0xd8, 0xf5, 0x80, 0x45, 0x9c, 0x39, 0xad, 0x9c, 0xc9, 0x25, 0x04, 0x4d, 0x9a, 0x90, 0x3e +.byte 0x4e, 0x40, 0x6e, 0x8a, 0x6b, 0xcd, 0x29, 0x67, 0xc6, 0xcc, 0x2d, 0xe0, 0x74, 0xe8, 0x05, 0x57 +.byte 0x0a, 0x48, 0x50, 0xfa, 0x7a, 0x43, 0xda, 0x7e, 0xec, 0x5b, 0x9a, 0x0e, 0x62, 0x76, 0xfe, 0xea +.byte 0x9d, 0x1d, 0x85, 0x72, 0xec, 0x11, 0xbb, 0x35, 0xe8, 0x1f, 0x27, 0xbf, 0xc1, 0xa1, 0xc7, 0xbb +.byte 0x48, 0x16, 0xdd, 0x56, 0xd7, 0xcc, 0x4e, 0xa0, 0xe1, 0xb9, 0xac, 0xdb, 0xd5, 0x83, 0x19, 0x1a +.byte 0x85, 0xd1, 0x94, 0x97, 0xd7, 0xca, 0xa3, 0x65, 0x0b, 0xf3, 0x38, 0xf9, 0x02, 0xae, 0xdd, 0xf6 +.byte 0x67, 0xcf, 0xc9, 0x3f, 0xf5, 0x8a, 0x2c, 0x47, 0x1a, 0x99, 0x6f, 0x05, 0x0d, 0xfd, 0xd0, 0x1d +.byte 0x82, 0x31, 0xfc, 0x29, 0xcc, 0x00, 0x58, 0x97, 0x91, 0x4c, 0x80, 0x00, 0x1c, 0x33, 0x85, 0x96 +.byte 0x2f, 0xcb, 0x41, 0xc2, 0x8b, 0x10, 0x84, 0xc3, 0x09, 0x24, 0x89, 0x1f, 0xb5, 0x0f, 0xd9, 0xd9 +.byte 0x77, 0x47, 0x18, 0x92, 0x94, 0x60, 0x5c, 0xc7, 0x99, 0x03, 0x3c, 0xfe, 0xf7, 0x95, 0xa7, 0x7d +.byte 0x50, 0xa1, 0x80, 0xc2, 0xa9, 0x83, 0xad, 0x58, 0x96, 0x55, 0x21, 0xdb, 0x86, 0x59, 0xd4, 0xaf +.byte 0xc6, 0xbc, 0xdd, 0x81, 0x6e, 0x07, 0xdb, 0x60, 0x62, 0xfe, 0xec, 0x10, 0x6e, 0xda, 0x68, 0x01 +.byte 0xf4, 0x83, 0x1b, 0xa9, 0x3e, 0xa2, 0x5b, 0x23, 0xd7, 0x64, 0xc6, 0xdf, 0xdc, 0xa2, 0x7d, 0xd8 +.byte 0x4b, 0xba, 0x82, 0xd2, 0x51, 0xf8, 0x66, 0xbf, 0x06, 0x46, 0xe4, 0x79, 0x2a, 0x26, 0x36, 0x79 +.byte 0x8f, 0x1f, 0x4e, 0x99, 0x1d, 0xb2, 0x8f, 0x0c, 0x0e, 0x1c, 0xff, 0xc9, 0x5d, 0xc0, 0xfd, 0x90 +.byte 0x10, 0xa6, 0xb1, 0x37, 0xf3, 0xcd, 0x3a, 0x24, 0x6e, 0xb4, 0x85, 0x90, 0xbf, 0x80, 0xb9, 0x0c +.byte 0x8c, 0xd5, 0x9b, 0xd6, 0xc8, 0xf1, 0x56, 0x3f, 0x1a, 0x80, 0x89, 0x7a, 0xa9, 0xe2, 0x1b, 0x32 +.byte 0x51, 0x2c, 0x3e, 0xf2, 0xdf, 0x7b, 0xf6, 0x5d, 0x7a, 0x29, 0x19, 0x8e, 0xe5, 0xc8, 0xbd, 0x36 +.byte 0x71, 0x8b, 0x5d, 0x4c, 0xc2, 0x1d, 0x3f, 0xad, 0x58, 0xa2, 0xcf, 0x3d, 0x70, 0x4d, 0xa6, 0x50 +.byte 0x98, 0x25, 0xdc, 0x23, 0xf9, 0xb8, 0x58, 0x41, 0x08, 0x71, 0xbf, 0x4f, 0xb8, 0x84, 0xa0, 0x8f +.byte 0x00, 0x54, 0x15, 0xfc, 0x91, 0x6d, 0x58, 0xa7, 0x96, 0x3b, 0xeb, 0x4b, 0x96, 0x27, 0xcd, 0x6b +.byte 0xa2, 0xa1, 0x86, 0xac, 0x0d, 0x7c, 0x54, 0xe6, 0x66, 0x4c, 0x66, 0x5f, 0x90, 0xbe, 0x21, 0x9a +.byte 0x02, 0x46, 0x2d, 0xe4, 0x83, 0xc2, 0x80, 0xb9, 0xcf, 0x4b, 0x3e, 0xe8, 0x7f, 0x3c, 0x01, 0xec +.byte 0x8f, 0x5e, 0xcd, 0x7f, 0xd2, 0x28, 0x42, 0x01, 0x95, 0x8a, 0xe2, 0x97, 0x3d, 0x10, 0x21, 0x7d +.byte 0xf6, 0x9d, 0x1c, 0xc5, 0x34, 0xa1, 0xec, 0x2c, 0x0e, 0x0a, 0x52, 0x2c, 0x12, 0x55, 0x70, 0x24 +.byte 0x3d, 0xcb, 0xc2, 0x14, 0x35, 0x43, 0x5d, 0x27, 0x4e, 0xbe, 0xc0, 0xbd, 0xaa, 0x7c, 0x96, 0xe7 +.byte 0xfc, 0x9e, 0x61, 0xad, 0x44, 0xd3, 0x00, 0x97, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x01 +.byte 0x26, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43 +.byte 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63 +.byte 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67 +.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xe2, 0x3b, 0xe1, 0x11, 0x72, 0xde, 0xa8, 0xa4, 0xd3, 0xa3, 0x57 +.byte 0xaa, 0x50, 0xa2, 0x8f, 0x0b, 0x77, 0x90, 0xc9, 0xa2, 0xa5, 0xee, 0x12, 0xce, 0x96, 0x5b, 0x01 +.byte 0x09, 0x20, 0xcc, 0x01, 0x93, 0xa7, 0x4e, 0x30, 0xb7, 0x53, 0xf7, 0x43, 0xc4, 0x69, 0x00, 0x57 +.byte 0x9d, 0xe2, 0x8d, 0x22, 0xdd, 0x87, 0x06, 0x40, 0x00, 0x81, 0x09, 0xce, 0xce, 0x1b, 0x83, 0xbf +.byte 0xdf, 0xcd, 0x3b, 0x71, 0x46, 0xe2, 0xd6, 0x66, 0xc7, 0x05, 0xb3, 0x76, 0x27, 0x16, 0x8f, 0x7b +.byte 0x9e, 0x1e, 0x95, 0x7d, 0xee, 0xb7, 0x48, 0xa3, 0x08, 0xda, 0xd6, 0xaf, 0x7a, 0x0c, 0x39, 0x06 +.byte 0x65, 0x7f, 0x4a, 0x5d, 0x1f, 0xbc, 0x17, 0xf8, 0xab, 0xbe, 0xee, 0x28, 0xd7, 0x74, 0x7f, 0x7a +.byte 0x78, 0x99, 0x59, 0x85, 0x68, 0x6e, 0x5c, 0x23, 0x32, 0x4b, 0xbf, 0x4e, 0xc0, 0xe8, 0x5a, 0x6d +.byte 0xe3, 0x70, 0xbf, 0x77, 0x10, 0xbf, 0xfc, 0x01, 0xf6, 0x85, 0xd9, 0xa8, 0x44, 0x10, 0x58, 0x32 +.byte 0xa9, 0x75, 0x18, 0xd5, 0xd1, 0xa2, 0xbe, 0x47, 0xe2, 0x27, 0x6a, 0xf4, 0x9a, 0x33, 0xf8, 0x49 +.byte 0x08, 0x60, 0x8b, 0xd4, 0x5f, 0xb4, 0x3a, 0x84, 0xbf, 0xa1, 0xaa, 0x4a, 0x4c, 0x7d, 0x3e, 0xcf +.byte 0x4f, 0x5f, 0x6c, 0x76, 0x5e, 0xa0, 0x4b, 0x37, 0x91, 0x9e, 0xdc, 0x22, 0xe6, 0x6d, 0xce, 0x14 +.byte 0x1a, 0x8e, 0x6a, 0xcb, 0xfe, 0xcd, 0xb3, 0x14, 0x64, 0x17, 0xc7, 0x5b, 0x29, 0x9e, 0x32, 0xbf +.byte 0xf2, 0xee, 0xfa, 0xd3, 0x0b, 0x42, 0xd4, 0xab, 0xb7, 0x41, 0x32, 0xda, 0x0c, 0xd4, 0xef, 0xf8 +.byte 0x81, 0xd5, 0xbb, 0x8d, 0x58, 0x3f, 0xb5, 0x1b, 0xe8, 0x49, 0x28, 0xa2, 0x70, 0xda, 0x31, 0x04 +.byte 0xdd, 0xf7, 0xb2, 0x16, 0xf2, 0x4c, 0x0a, 0x4e, 0x07, 0xa8, 0xed, 0x4a, 0x3d, 0x5e, 0xb5, 0x7f +.byte 0xa3, 0x90, 0xc3, 0xaf, 0x27, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x01, 0x26, 0x30, 0x61 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 +.byte 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77 +.byte 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31 +.byte 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 +.byte 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47 +.byte 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xbb, 0x37, 0xcd, 0x34, 0xdc, 0x7b, 0x6b, 0xc9, 0xb2, 0x68, 0x90, 0xad, 0x4a, 0x75 +.byte 0xff, 0x46, 0xba, 0x21, 0x0a, 0x08, 0x8d, 0xf5, 0x19, 0x54, 0xc9, 0xfb, 0x88, 0xdb, 0xf3, 0xae +.byte 0xf2, 0x3a, 0x89, 0x91, 0x3c, 0x7a, 0xe6, 0xab, 0x06, 0x1a, 0x6b, 0xcf, 0xac, 0x2d, 0xe8, 0x5e +.byte 0x09, 0x24, 0x44, 0xba, 0x62, 0x9a, 0x7e, 0xd6, 0xa3, 0xa8, 0x7e, 0xe0, 0x54, 0x75, 0x20, 0x05 +.byte 0xac, 0x50, 0xb7, 0x9c, 0x63, 0x1a, 0x6c, 0x30, 0xdc, 0xda, 0x1f, 0x19, 0xb1, 0xd7, 0x1e, 0xde +.byte 0xfd, 0xd7, 0xe0, 0xcb, 0x94, 0x83, 0x37, 0xae, 0xec, 0x1f, 0x43, 0x4e, 0xdd, 0x7b, 0x2c, 0xd2 +.byte 0xbd, 0x2e, 0xa5, 0x2f, 0xe4, 0xa9, 0xb8, 0xad, 0x3a, 0xd4, 0x99, 0xa4, 0xb6, 0x25, 0xe9, 0x9b +.byte 0x6b, 0x00, 0x60, 0x92, 0x60, 0xff, 0x4f, 0x21, 0x49, 0x18, 0xf7, 0x67, 0x90, 0xab, 0x61, 0x06 +.byte 0x9c, 0x8f, 0xf2, 0xba, 0xe9, 0xb4, 0xe9, 0x92, 0x32, 0x6b, 0xb5, 0xf3, 0x57, 0xe8, 0x5d, 0x1b +.byte 0xcd, 0x8c, 0x1d, 0xab, 0x95, 0x04, 0x95, 0x49, 0xf3, 0x35, 0x2d, 0x96, 0xe3, 0x49, 0x6d, 0xdd +.byte 0x77, 0xe3, 0xfb, 0x49, 0x4b, 0xb4, 0xac, 0x55, 0x07, 0xa9, 0x8f, 0x95, 0xb3, 0xb4, 0x23, 0xbb +.byte 0x4c, 0x6d, 0x45, 0xf0, 0xf6, 0xa9, 0xb2, 0x95, 0x30, 0xb4, 0xfd, 0x4c, 0x55, 0x8c, 0x27, 0x4a +.byte 0x57, 0x14, 0x7c, 0x82, 0x9d, 0xcd, 0x73, 0x92, 0xd3, 0x16, 0x4a, 0x06, 0x0c, 0x8c, 0x50, 0xd1 +.byte 0x8f, 0x1e, 0x09, 0xbe, 0x17, 0xa1, 0xe6, 0x21, 0xca, 0xfd, 0x83, 0xe5, 0x10, 0xbc, 0x83, 0xa5 +.byte 0x0a, 0xc4, 0x67, 0x28, 0xf6, 0x73, 0x14, 0x14, 0x3d, 0x46, 0x76, 0xc3, 0x87, 0x14, 0x89, 0x21 +.byte 0x34, 0x4d, 0xaf, 0x0f, 0x45, 0x0c, 0xa6, 0x49, 0xa1, 0xba, 0xbb, 0x9c, 0xc5, 0xb1, 0x33, 0x83 +.byte 0x29, 0x85, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x00, 0x78, 0x30, 0x61, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e +.byte 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e +.byte 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 +.byte 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xdd, 0xa7, 0xd9, 0xbb, 0x8a, 0xb8, 0x0b, 0xfb, 0x0b, 0x7f +.byte 0x21, 0xd2, 0xf0, 0xbe, 0xbe, 0x73, 0xf3, 0x33, 0x5d, 0x1a, 0xbc, 0x34, 0xea, 0xde, 0xc6, 0x9b +.byte 0xbc, 0xd0, 0x95, 0xf6, 0xf0, 0xcc, 0xd0, 0x0b, 0xba, 0x61, 0x5b, 0x51, 0x46, 0x7e, 0x9e, 0x2d +.byte 0x9f, 0xee, 0x8e, 0x63, 0x0c, 0x17, 0xec, 0x07, 0x70, 0xf5, 0xcf, 0x84, 0x2e, 0x40, 0x83, 0x9c +.byte 0xe8, 0x3f, 0x41, 0x6d, 0x3b, 0xad, 0xd3, 0xa4, 0x14, 0x59, 0x36, 0x78, 0x9d, 0x03, 0x43, 0xee +.byte 0x10, 0x13, 0x6c, 0x72, 0xde, 0xae, 0x88, 0xa7, 0xa1, 0x6b, 0xb5, 0x43, 0xce, 0x67, 0xdc, 0x23 +.byte 0xff, 0x03, 0x1c, 0xa3, 0xe2, 0x3e, 0x00, 0x64, 0x02, 0x26, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x29, 0x47, 0x55, 0x41, 0x4e, 0x47, 0x20, 0x44, 0x4f, 0x4e, 0x47, 0x20, 0x43 +.byte 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41, 0x55, 0x54, 0x48, 0x4f +.byte 0x52, 0x49, 0x54, 0x59, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x1f, 0x30 +.byte 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x47, 0x44, 0x43, 0x41, 0x20, 0x54, 0x72, 0x75 +.byte 0x73, 0x74, 0x41, 0x55, 0x54, 0x48, 0x20, 0x52, 0x35, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd9 +.byte 0xa3, 0x16, 0xf0, 0xc8, 0x74, 0x74, 0x77, 0x9b, 0xef, 0x33, 0x0d, 0x3b, 0x06, 0x7e, 0x55, 0xfc +.byte 0xb5, 0x60, 0x8f, 0x76, 0x86, 0x12, 0x42, 0x7d, 0x56, 0x66, 0x3e, 0x88, 0x82, 0xed, 0x72, 0x63 +.byte 0x0e, 0x9e, 0x8b, 0xdd, 0x34, 0x2c, 0x02, 0x51, 0x51, 0xc3, 0x19, 0xfd, 0x59, 0x54, 0x84, 0xc9 +.byte 0xf1, 0x6b, 0xb3, 0x4c, 0xb0, 0xe9, 0xe8, 0x46, 0x5d, 0x38, 0xc6, 0xa2, 0xa7, 0x2e, 0x11, 0x57 +.byte 0xba, 0x82, 0x15, 0xa2, 0x9c, 0x8f, 0x6d, 0xb0, 0x99, 0x4a, 0x0a, 0xf2, 0xeb, 0x89, 0x70, 0x63 +.byte 0x4e, 0x79, 0xc4, 0xb7, 0x5b, 0xbd, 0xa2, 0x5d, 0xb1, 0xf2, 0x41, 0x02, 0x2b, 0xad, 0xa9, 0x3a +.byte 0xa3, 0xec, 0x79, 0x0a, 0xec, 0x5f, 0x3a, 0xe3, 0xfd, 0xef, 0x80, 0x3c, 0xad, 0x34, 0x9b, 0x1a +.byte 0xab, 0x88, 0x26, 0x7b, 0x56, 0xa2, 0x82, 0x86, 0x1f, 0xeb, 0x35, 0x89, 0x83, 0x7f, 0x5f, 0xae +.byte 0x29, 0x4e, 0x3d, 0xb6, 0x6e, 0xec, 0xae, 0xc1, 0xf0, 0x27, 0x9b, 0xae, 0xe3, 0xf4, 0xec, 0xef +.byte 0xae, 0x7f, 0xf7, 0x86, 0x3d, 0x72, 0x7a, 0xeb, 0xa5, 0xfb, 0x59, 0x4e, 0xa7, 0xeb, 0x95, 0x8c +.byte 0x22, 0x39, 0x79, 0xe1, 0x2d, 0x08, 0x8f, 0xcc, 0xbc, 0x91, 0xb8, 0x41, 0xf7, 0x14, 0xc1, 0x23 +.byte 0xa9, 0xc3, 0xad, 0x9a, 0x45, 0x44, 0xb3, 0xb2, 0xd7, 0x2c, 0xcd, 0xc6, 0x29, 0xe2, 0x50, 0x10 +.byte 0xae, 0x5c, 0xcb, 0x82, 0x8e, 0x17, 0x18, 0x36, 0x7d, 0x97, 0xe6, 0x88, 0x9a, 0xb0, 0x4d, 0x34 +.byte 0x09, 0xf4, 0x2c, 0xb9, 0x5a, 0x66, 0x2a, 0xb0, 0x17, 0x9b, 0x9e, 0x1e, 0x76, 0x9d, 0x4a, 0x66 +.byte 0x31, 0x41, 0xdf, 0x3f, 0xfb, 0xc5, 0x06, 0xef, 0x1b, 0xb6, 0x7e, 0x1a, 0x46, 0x36, 0xf7, 0x64 +.byte 0x63, 0x3b, 0xe3, 0x39, 0x18, 0x23, 0xe7, 0x67, 0x75, 0x14, 0xd5, 0x75, 0x57, 0x92, 0x37, 0xbd +.byte 0xbe, 0x6a, 0x1b, 0x26, 0x50, 0xf2, 0x36, 0x26, 0x06, 0x90, 0xc5, 0x70, 0x01, 0x64, 0x6d, 0x76 +.byte 0x66, 0xe1, 0x91, 0xdb, 0x6e, 0x07, 0xc0, 0x61, 0x80, 0x2e, 0xb2, 0x2e, 0x2f, 0x8c, 0x70, 0xa7 +.byte 0xd1, 0x3b, 0x3c, 0xb3, 0x91, 0xe4, 0x6e, 0xb6, 0xc4, 0x3b, 0x70, 0xf2, 0x6c, 0x92, 0x97, 0x09 +.byte 0xcd, 0x47, 0x7d, 0x18, 0xc0, 0xf3, 0xbb, 0x9e, 0x0f, 0xd6, 0x8b, 0xae, 0x07, 0xb6, 0x5a, 0x0f +.byte 0xce, 0x0b, 0x0c, 0x47, 0xa7, 0xe5, 0x3e, 0xb8, 0xbd, 0x7d, 0xc7, 0x9b, 0x35, 0xa0, 0x61, 0x97 +.byte 0x3a, 0x41, 0x75, 0x17, 0xcc, 0x2b, 0x96, 0x77, 0x2a, 0x92, 0x21, 0x1e, 0xd9, 0x95, 0x76, 0x20 +.byte 0x67, 0x68, 0xcf, 0x0d, 0xbd, 0xdf, 0xd6, 0x1f, 0x09, 0x6a, 0x9a, 0xe2, 0xcc, 0x73, 0x71, 0xa4 +.byte 0x2f, 0x7d, 0x12, 0x80, 0xb7, 0x53, 0x30, 0x46, 0x5e, 0x4b, 0x54, 0x99, 0x0f, 0x67, 0xc9, 0xa5 +.byte 0xc8, 0xf2, 0x20, 0xc1, 0x82, 0xec, 0x9d, 0x11, 0xdf, 0xc2, 0x02, 0xfb, 0x1a, 0x3b, 0xd1, 0xed +.byte 0x20, 0x9a, 0xef, 0x65, 0x64, 0x92, 0x10, 0x0d, 0x2a, 0xe2, 0xde, 0x70, 0xf1, 0x18, 0x67, 0x82 +.byte 0x8c, 0x61, 0xde, 0xb8, 0xbc, 0xd1, 0x2f, 0x9c, 0xfb, 0x0f, 0xd0, 0x2b, 0xed, 0x1b, 0x76, 0xb9 +.byte 0xe4, 0x39, 0x55, 0xf8, 0xf8, 0xa1, 0x1d, 0xb8, 0xaa, 0x80, 0x00, 0x4c, 0x82, 0xe7, 0xb2, 0x7f +.byte 0x09, 0xb8, 0xbc, 0x30, 0xa0, 0x2f, 0x0d, 0xf5, 0x52, 0x9e, 0x8e, 0xf7, 0x92, 0xb3, 0x0a, 0x00 +.byte 0x1d, 0x00, 0x54, 0x97, 0x06, 0xe0, 0xb1, 0x07, 0xd9, 0xc7, 0x0f, 0x5c, 0x65, 0x7d, 0x3c, 0x6d +.byte 0x59, 0x57, 0xe4, 0xed, 0xa5, 0x8d, 0xe9, 0x40, 0x53, 0x9f, 0x15, 0x4b, 0xa0, 0x71, 0xf6, 0x1a +.byte 0x21, 0xe3, 0xda, 0x70, 0x06, 0x21, 0x58, 0x14, 0x87, 0x85, 0x77, 0x79, 0xaa, 0x82, 0x79, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x64, 0x02, 0x26, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19 +.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67 +.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x18, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x72, 0x75 +.byte 0x73, 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbf, 0xe6, 0x90 +.byte 0x73, 0x68, 0xde, 0xbb, 0xe4, 0x5d, 0x4a, 0x3c, 0x30, 0x22, 0x30, 0x69, 0x33, 0xec, 0xc2, 0xa7 +.byte 0x25, 0x2e, 0xc9, 0x21, 0x3d, 0xf2, 0x8a, 0xd8, 0x59, 0xc2, 0xe1, 0x29, 0xa7, 0x3d, 0x58, 0xab +.byte 0x76, 0x9a, 0xcd, 0xae, 0x7b, 0x1b, 0x84, 0x0d, 0xc4, 0x30, 0x1f, 0xf3, 0x1b, 0xa4, 0x38, 0x16 +.byte 0xeb, 0x56, 0xc6, 0x97, 0x6d, 0x1d, 0xab, 0xb2, 0x79, 0xf2, 0xca, 0x11, 0xd2, 0xe4, 0x5f, 0xd6 +.byte 0x05, 0x3c, 0x52, 0x0f, 0x52, 0x1f, 0xc6, 0x9e, 0x15, 0xa5, 0x7e, 0xbe, 0x9f, 0xa9, 0x57, 0x16 +.byte 0x59, 0x55, 0x72, 0xaf, 0x68, 0x93, 0x70, 0xc2, 0xb2, 0xba, 0x75, 0x99, 0x6a, 0x73, 0x32, 0x94 +.byte 0xd1, 0x10, 0x44, 0x10, 0x2e, 0xdf, 0x82, 0xf3, 0x07, 0x84, 0xe6, 0x74, 0x3b, 0x6d, 0x71, 0xe2 +.byte 0x2d, 0x0c, 0x1b, 0xee, 0x20, 0xd5, 0xc9, 0x20, 0x1d, 0x63, 0x29, 0x2d, 0xce, 0xec, 0x5e, 0x4e +.byte 0xc8, 0x93, 0xf8, 0x21, 0x61, 0x9b, 0x34, 0xeb, 0x05, 0xc6, 0x5e, 0xec, 0x5b, 0x1a, 0xbc, 0xeb +.byte 0xc9, 0xcf, 0xcd, 0xac, 0x34, 0x40, 0x5f, 0xb1, 0x7a, 0x66, 0xee, 0x77, 0xc8, 0x48, 0xa8, 0x66 +.byte 0x57, 0x57, 0x9f, 0x54, 0x58, 0x8e, 0x0c, 0x2b, 0xb7, 0x4f, 0xa7, 0x30, 0xd9, 0x56, 0xee, 0xca +.byte 0x7b, 0x5d, 0xe3, 0xad, 0xc9, 0x4f, 0x5e, 0xe5, 0x35, 0xe7, 0x31, 0xcb, 0xda, 0x93, 0x5e, 0xdc +.byte 0x8e, 0x8f, 0x80, 0xda, 0xb6, 0x91, 0x98, 0x40, 0x90, 0x79, 0xc3, 0x78, 0xc7, 0xb6, 0xb1, 0xc4 +.byte 0xb5, 0x6a, 0x18, 0x38, 0x03, 0x10, 0x8d, 0xd8, 0xd4, 0x37, 0xa4, 0x2e, 0x05, 0x7d, 0x88, 0xf5 +.byte 0x82, 0x3e, 0x10, 0x91, 0x70, 0xab, 0x55, 0x82, 0x41, 0x32, 0xd7, 0xdb, 0x04, 0x73, 0x2a, 0x6e +.byte 0x91, 0x01, 0x7c, 0x21, 0x4c, 0xd4, 0xbc, 0xae, 0x1b, 0x03, 0x75, 0x5d, 0x78, 0x66, 0xd9, 0x3a +.byte 0x31, 0x44, 0x9a, 0x33, 0x40, 0xbf, 0x08, 0xd7, 0x5a, 0x49, 0xa4, 0xc2, 0xe6, 0xa9, 0xa0, 0x67 +.byte 0xdd, 0xa4, 0x27, 0xbc, 0xa1, 0x4f, 0x39, 0xb5, 0x11, 0x58, 0x17, 0xf7, 0x24, 0x5c, 0x46, 0x8f +.byte 0x64, 0xf7, 0xc1, 0x69, 0x88, 0x76, 0x98, 0x76, 0x3d, 0x59, 0x5d, 0x42, 0x76, 0x87, 0x89, 0x97 +.byte 0x69, 0x7a, 0x48, 0xf0, 0xe0, 0xa2, 0x12, 0x1b, 0x66, 0x9a, 0x74, 0xca, 0xde, 0x4b, 0x1e, 0xe7 +.byte 0x0e, 0x63, 0xae, 0xe6, 0xd4, 0xef, 0x92, 0x92, 0x3a, 0x9e, 0x3d, 0xdc, 0x00, 0xe4, 0x45, 0x25 +.byte 0x89, 0xb6, 0x9a, 0x44, 0x19, 0x2b, 0x7e, 0xc0, 0x94, 0xb4, 0xd2, 0x61, 0x6d, 0xeb, 0x33, 0xd9 +.byte 0xc5, 0xdf, 0x4b, 0x04, 0x00, 0xcc, 0x7d, 0x1c, 0x95, 0xc3, 0x8f, 0xf7, 0x21, 0xb2, 0xb2, 0x11 +.byte 0xb7, 0xbb, 0x7f, 0xf2, 0xd5, 0x8c, 0x70, 0x2c, 0x41, 0x60, 0xaa, 0xb1, 0x63, 0x18, 0x44, 0x95 +.byte 0x1a, 0x76, 0x62, 0x7e, 0xf6, 0x80, 0xb0, 0xfb, 0xe8, 0x64, 0xa6, 0x33, 0xd1, 0x89, 0x07, 0xe1 +.byte 0xbd, 0xb7, 0xe6, 0x43, 0xa4, 0x18, 0xb8, 0xa6, 0x77, 0x01, 0xe1, 0x0f, 0x94, 0x0c, 0x21, 0x1d +.byte 0xb2, 0x54, 0x29, 0x25, 0x89, 0x6c, 0xe5, 0x0e, 0x52, 0x51, 0x47, 0x74, 0xbe, 0x26, 0xac, 0xb6 +.byte 0x41, 0x75, 0xde, 0x7a, 0xac, 0x5f, 0x8d, 0x3f, 0xc9, 0xbc, 0xd3, 0x41, 0x11, 0x12, 0x5b, 0xe5 +.byte 0x10, 0x50, 0xeb, 0x31, 0xc5, 0xca, 0x72, 0x16, 0x22, 0x09, 0xdf, 0x7c, 0x4c, 0x75, 0x3f, 0x63 +.byte 0xec, 0x21, 0x5f, 0xc4, 0x20, 0x51, 0x6b, 0x6f, 0xb1, 0xab, 0x86, 0x8b, 0x4f, 0xc2, 0xd6, 0x45 +.byte 0x5f, 0x9d, 0x20, 0xfc, 0xa1, 0x1e, 0xc5, 0xc0, 0x8f, 0xa2, 0xb1, 0x7e, 0x0a, 0x26, 0x99, 0xf5 +.byte 0xe4, 0x69, 0x2f, 0x98, 0x1d, 0x2d, 0xf5, 0xd9, 0xa9, 0xb2, 0x1d, 0xe5, 0x1b, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x65, 0x01, 0x24, 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18 +.byte 0x54, 0x68, 0x65, 0x20, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x47, 0x72, 0x6f +.byte 0x75, 0x70, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x28, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x43, 0x6c, 0x61, 0x73 +.byte 0x73, 0x20, 0x32, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01, 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xde, 0x9d, 0xd7, 0xea +.byte 0x57, 0x18, 0x49, 0xa1, 0x5b, 0xeb, 0xd7, 0x5f, 0x48, 0x86, 0xea, 0xbe, 0xdd, 0xff, 0xe4, 0xef +.byte 0x67, 0x1c, 0xf4, 0x65, 0x68, 0xb3, 0x57, 0x71, 0xa0, 0x5e, 0x77, 0xbb, 0xed, 0x9b, 0x49, 0xe9 +.byte 0x70, 0x80, 0x3d, 0x56, 0x18, 0x63, 0x08, 0x6f, 0xda, 0xf2, 0xcc, 0xd0, 0x3f, 0x7f, 0x02, 0x54 +.byte 0x22, 0x54, 0x10, 0xd8, 0xb2, 0x81, 0xd4, 0xc0, 0x75, 0x3d, 0x4b, 0x7f, 0xc7, 0x77, 0xc3, 0x3e +.byte 0x78, 0xab, 0x1a, 0x03, 0xb5, 0x20, 0x6b, 0x2f, 0x6a, 0x2b, 0xb1, 0xc5, 0x88, 0x7e, 0xc4, 0xbb +.byte 0x1e, 0xb0, 0xc1, 0xd8, 0x45, 0x27, 0x6f, 0xaa, 0x37, 0x58, 0xf7, 0x87, 0x26, 0xd7, 0xd8, 0x2d +.byte 0xf6, 0xa9, 0x17, 0xb7, 0x1f, 0x72, 0x36, 0x4e, 0xa6, 0x17, 0x3f, 0x65, 0x98, 0x92, 0xdb, 0x2a +.byte 0x6e, 0x5d, 0xa2, 0xfe, 0x88, 0xe0, 0x0b, 0xde, 0x7f, 0xe5, 0x8d, 0x15, 0xe1, 0xeb, 0xcb, 0x3a +.byte 0xd5, 0xe2, 0x12, 0xa2, 0x13, 0x2d, 0xd8, 0x8e, 0xaf, 0x5f, 0x12, 0x3d, 0xa0, 0x08, 0x05, 0x08 +.byte 0xb6, 0x5c, 0xa5, 0x65, 0x38, 0x04, 0x45, 0x99, 0x1e, 0xa3, 0x60, 0x60, 0x74, 0xc5, 0x41, 0xa5 +.byte 0x72, 0x62, 0x1b, 0x62, 0xc5, 0x1f, 0x6f, 0x5f, 0x1a, 0x42, 0xbe, 0x02, 0x51, 0x65, 0xa8, 0xae +.byte 0x23, 0x18, 0x6a, 0xfc, 0x78, 0x03, 0xa9, 0x4d, 0x7f, 0x80, 0xc3, 0xfa, 0xab, 0x5a, 0xfc, 0xa1 +.byte 0x40, 0xa4, 0xca, 0x19, 0x16, 0xfe, 0xb2, 0xc8, 0xef, 0x5e, 0x73, 0x0d, 0xee, 0x77, 0xbd, 0x9a +.byte 0xf6, 0x79, 0x98, 0xbc, 0xb1, 0x07, 0x67, 0xa2, 0x15, 0x0d, 0xdd, 0xa0, 0x58, 0xc6, 0x44, 0x7b +.byte 0x0a, 0x3e, 0x62, 0x28, 0x5f, 0xba, 0x41, 0x07, 0x53, 0x58, 0xcf, 0x11, 0x7e, 0x38, 0x74, 0xc5 +.byte 0xf8, 0xff, 0xb5, 0x69, 0x90, 0x8f, 0x84, 0x74, 0xea, 0x97, 0x1b, 0xaf, 0x02, 0x01, 0x03, 0x00 +.byte 0x67, 0x01, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67 +.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74 +.byte 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44 +.byte 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20 +.byte 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x0e, 0x15, 0xce, 0xe4 +.byte 0x43, 0x80, 0x5c, 0xb1, 0x87, 0xf3, 0xb7, 0x60, 0xf9, 0x71, 0x12, 0xa5, 0xae, 0xdc, 0x26, 0x94 +.byte 0x88, 0xaa, 0xf4, 0xce, 0xf5, 0x20, 0x39, 0x28, 0x58, 0x60, 0x0c, 0xf8, 0x80, 0xda, 0xa9, 0x15 +.byte 0x95, 0x32, 0x61, 0x3c, 0xb5, 0xb1, 0x28, 0x84, 0x8a, 0x8a, 0xdc, 0x9f, 0x0a, 0x0c, 0x83, 0x17 +.byte 0x7a, 0x8f, 0x90, 0xac, 0x8a, 0xe7, 0x79, 0x53, 0x5c, 0x31, 0x84, 0x2a, 0xf6, 0x0f, 0x98, 0x32 +.byte 0x36, 0x76, 0xcc, 0xde, 0xdd, 0x3c, 0xa8, 0xa2, 0xef, 0x6a, 0xfb, 0x21, 0xf2, 0x52, 0x61, 0xdf +.byte 0x9f, 0x20, 0xd7, 0x1f, 0xe2, 0xb1, 0xd9, 0xfe, 0x18, 0x64, 0xd2, 0x12, 0x5b, 0x5f, 0xf9, 0x58 +.byte 0x18, 0x35, 0xbc, 0x47, 0xcd, 0xa1, 0x36, 0xf9, 0x6b, 0x7f, 0xd4, 0xb0, 0x38, 0x3e, 0xc1, 0x1b +.byte 0xc3, 0x8c, 0x33, 0xd9, 0xd8, 0x2f, 0x18, 0xfe, 0x28, 0x0f, 0xb3, 0xa7, 0x83, 0xd6, 0xc3, 0x6e +.byte 0x44, 0xc0, 0x61, 0x35, 0x96, 0x16, 0xfe, 0x59, 0x9c, 0x8b, 0x76, 0x6d, 0xd7, 0xf1, 0xa2, 0x4b +.byte 0x0d, 0x2b, 0xff, 0x0b, 0x72, 0xda, 0x9e, 0x60, 0xd0, 0x8e, 0x90, 0x35, 0xc6, 0x78, 0x55, 0x87 +.byte 0x20, 0xa1, 0xcf, 0xe5, 0x6d, 0x0a, 0xc8, 0x49, 0x7c, 0x31, 0x98, 0x33, 0x6c, 0x22, 0xe9, 0x87 +.byte 0xd0, 0x32, 0x5a, 0xa2, 0xba, 0x13, 0x82, 0x11, 0xed, 0x39, 0x17, 0x9d, 0x99, 0x3a, 0x72, 0xa1 +.byte 0xe6, 0xfa, 0xa4, 0xd9, 0xd5, 0x17, 0x31, 0x75, 0xae, 0x85, 0x7d, 0x22, 0xae, 0x3f, 0x01, 0x46 +.byte 0x86, 0xf6, 0x28, 0x79, 0xc8, 0xb1, 0xda, 0xe4, 0x57, 0x17, 0xc4, 0x7e, 0x1c, 0x0e, 0xb0, 0xb4 +.byte 0x92, 0xa6, 0x56, 0xb3, 0xbd, 0xb2, 0x97, 0xed, 0xaa, 0xa7, 0xf0, 0xb7, 0xc5, 0xa8, 0x3f, 0x95 +.byte 0x16, 0xd0, 0xff, 0xa1, 0x96, 0xeb, 0x08, 0x5f, 0x18, 0x77, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x00, 0x67, 0x01, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69 +.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72 +.byte 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b +.byte 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64 +.byte 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd9, 0xe7, 0x28, 0x2f +.byte 0x52, 0x3f, 0x36, 0x72, 0x49, 0x88, 0x93, 0x34, 0xf3, 0xf8, 0x6a, 0x1e, 0x31, 0x54, 0x80, 0x9f +.byte 0xad, 0x54, 0x41, 0xb5, 0x47, 0xdf, 0x96, 0xa8, 0xd4, 0xaf, 0x80, 0x2d, 0xb9, 0x0a, 0xcf, 0x75 +.byte 0xfd, 0x89, 0xa5, 0x7d, 0x24, 0xfa, 0xe3, 0x22, 0x0c, 0x2b, 0xbc, 0x95, 0x17, 0x0b, 0x33, 0xbf +.byte 0x19, 0x4d, 0x41, 0x06, 0x90, 0x00, 0xbd, 0x0c, 0x4d, 0x10, 0xfe, 0x07, 0xb5, 0xe7, 0x1c, 0x6e +.byte 0x22, 0x55, 0x31, 0x65, 0x97, 0xbd, 0xd3, 0x17, 0xd2, 0x1e, 0x62, 0xf3, 0xdb, 0xea, 0x6c, 0x50 +.byte 0x8c, 0x3f, 0x84, 0x0c, 0x96, 0xcf, 0xb7, 0xcb, 0x03, 0xe0, 0xca, 0x6d, 0xa1, 0x14, 0x4c, 0x1b +.byte 0x89, 0xdd, 0xed, 0x00, 0xb0, 0x52, 0x7c, 0xaf, 0x91, 0x6c, 0xb1, 0x38, 0x13, 0xd1, 0xe9, 0x12 +.byte 0x08, 0xc0, 0x00, 0xb0, 0x1c, 0x2b, 0x11, 0xda, 0x77, 0x70, 0x36, 0x9b, 0xae, 0xce, 0x79, 0x87 +.byte 0xdc, 0x82, 0x70, 0xe6, 0x09, 0x74, 0x70, 0x55, 0x69, 0xaf, 0xa3, 0x68, 0x9f, 0xbf, 0xdd, 0xb6 +.byte 0x79, 0xb3, 0xf2, 0x9d, 0x70, 0x29, 0x55, 0xf4, 0xab, 0xff, 0x95, 0x61, 0xf3, 0xc9, 0x40, 0x6f +.byte 0x1d, 0xd1, 0xbe, 0x93, 0xbb, 0xd3, 0x88, 0x2a, 0xbb, 0x9d, 0xbf, 0x72, 0x5a, 0x56, 0x71, 0x3b +.byte 0x3f, 0xd4, 0xf3, 0xd1, 0x0a, 0xfe, 0x28, 0xef, 0xa3, 0xee, 0xd9, 0x99, 0xaf, 0x03, 0xd3, 0x8f +.byte 0x60, 0xb7, 0xf2, 0x92, 0xa1, 0xb1, 0xbd, 0x89, 0x89, 0x1f, 0x30, 0xcd, 0xc3, 0xa6, 0x2e, 0x62 +.byte 0x33, 0xae, 0x16, 0x02, 0x77, 0x44, 0x5a, 0xe7, 0x81, 0x0a, 0x3c, 0xa7, 0x44, 0x2e, 0x79, 0xb8 +.byte 0x3f, 0x04, 0xbc, 0x5c, 0xa0, 0x87, 0xe1, 0x1b, 0xaf, 0x51, 0x8e, 0xcd, 0xec, 0x2c, 0xfa, 0xf8 +.byte 0xfe, 0x6d, 0xf0, 0x3a, 0x7c, 0xaa, 0x8b, 0xe4, 0x67, 0x95, 0x31, 0x8d, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x00, 0x67, 0x00, 0x78, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44 +.byte 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65 +.byte 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65 +.byte 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10 +.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 +.byte 0x03, 0x62, 0x00, 0x04, 0x19, 0xe7, 0xbc, 0xac, 0x44, 0x65, 0xed, 0xcd, 0xb8, 0x3f, 0x58, 0xfb +.byte 0x8d, 0xb1, 0x57, 0xa9, 0x44, 0x2d, 0x05, 0x15, 0xf2, 0xef, 0x0b, 0xff, 0x10, 0x74, 0x9f, 0xb5 +.byte 0x62, 0x52, 0x5f, 0x66, 0x7e, 0x1f, 0xe5, 0xdc, 0x1b, 0x45, 0x79, 0x0b, 0xcc, 0xc6, 0x53, 0x0a +.byte 0x9d, 0x8d, 0x5d, 0x02, 0xd9, 0xa9, 0x59, 0xde, 0x02, 0x5a, 0xf6, 0x95, 0x2a, 0x0e, 0x8d, 0x38 +.byte 0x4a, 0x8a, 0x49, 0xc6, 0xbc, 0xc6, 0x03, 0x38, 0x07, 0x5f, 0x55, 0xda, 0x7e, 0x09, 0x6e, 0xe2 +.byte 0x7f, 0x5e, 0xd0, 0x45, 0x20, 0x0f, 0x59, 0x76, 0x10, 0xd6, 0xa0, 0x24, 0xf0, 0x2d, 0xde, 0x36 +.byte 0xf2, 0x6c, 0x29, 0x39, 0x00, 0x67, 0x00, 0x78, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70 +.byte 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65 +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30 +.byte 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81 +.byte 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xd4, 0xbc, 0x3d, 0x02, 0x42, 0x75, 0x41, 0x13, 0x23 +.byte 0xcd, 0x80, 0x04, 0x86, 0x02, 0x51, 0x2f, 0x6a, 0xa8, 0x81, 0x62, 0x0b, 0x65, 0xcc, 0xf6, 0xca +.byte 0x9d, 0x1e, 0x6f, 0x4a, 0x66, 0x51, 0xa2, 0x03, 0xd9, 0x9d, 0x91, 0xfa, 0xb6, 0x16, 0xb1, 0x8c +.byte 0x6e, 0xde, 0x7c, 0xcd, 0xdb, 0x79, 0xa6, 0x2f, 0xce, 0xbb, 0xce, 0x71, 0x2f, 0xe5, 0xa5, 0xab +.byte 0x28, 0xec, 0x63, 0x04, 0x66, 0x99, 0xf8, 0xfa, 0xf2, 0x93, 0x10, 0x05, 0xe1, 0x81, 0x28, 0x42 +.byte 0xe3, 0xc6, 0x68, 0xf4, 0xe6, 0x1b, 0x84, 0x60, 0x4a, 0x89, 0xaf, 0xed, 0x79, 0x0f, 0x3b, 0xce +.byte 0xf1, 0xf6, 0x44, 0xf5, 0x01, 0x78, 0xc0, 0x00, 0x67, 0x02, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43 +.byte 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x52 +.byte 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 +.byte 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30 +.byte 0x31, 0x37, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xca, 0x5b, 0xbe, 0x94, 0x33, 0x8c, 0x29, 0x95, 0x91, 0x16, 0x0a, 0x95, 0xbd +.byte 0x47, 0x62, 0xc1, 0x89, 0xf3, 0x99, 0x36, 0xdf, 0x46, 0x90, 0xc9, 0xa5, 0xed, 0x78, 0x6a, 0x6f +.byte 0x47, 0x91, 0x68, 0xf8, 0x27, 0x67, 0x50, 0x33, 0x1d, 0xa1, 0xa6, 0xfb, 0xe0, 0xe5, 0x43, 0xa3 +.byte 0x84, 0x02, 0x57, 0x01, 0x5d, 0x9c, 0x48, 0x40, 0x82, 0x53, 0x10, 0xbc, 0xbf, 0xc7, 0x3b, 0x68 +.byte 0x90, 0xb6, 0x82, 0x2d, 0xe5, 0xf4, 0x65, 0xd0, 0xcc, 0x6d, 0x19, 0xcc, 0x95, 0xf9, 0x7b, 0xac +.byte 0x4a, 0x94, 0xad, 0x0e, 0xde, 0x4b, 0x43, 0x1d, 0x87, 0x07, 0x92, 0x13, 0x90, 0x80, 0x83, 0x64 +.byte 0x35, 0x39, 0x04, 0xfc, 0xe5, 0xe9, 0x6c, 0xb3, 0xb6, 0x1f, 0x50, 0x94, 0x38, 0x65, 0x50, 0x5c +.byte 0x17, 0x46, 0xb9, 0xb6, 0x85, 0xb5, 0x1c, 0xb5, 0x17, 0xe8, 0xd6, 0x45, 0x9d, 0xd8, 0xb2, 0x26 +.byte 0xb0, 0xca, 0xc4, 0x70, 0x4a, 0xae, 0x60, 0xa4, 0xdd, 0xb3, 0xd9, 0xec, 0xfc, 0x3b, 0xd5, 0x57 +.byte 0x72, 0xbc, 0x3f, 0xc8, 0xc9, 0xb2, 0xde, 0x4b, 0x6b, 0xf8, 0x23, 0x6c, 0x03, 0xc0, 0x05, 0xbd +.byte 0x95, 0xc7, 0xcd, 0x73, 0x3b, 0x66, 0x80, 0x64, 0xe3, 0x1a, 0xac, 0x2e, 0xf9, 0x47, 0x05, 0xf2 +.byte 0x06, 0xb6, 0x9b, 0x73, 0xf5, 0x78, 0x33, 0x5b, 0xc7, 0xa1, 0xfb, 0x27, 0x2a, 0xa1, 0xb4, 0x9a +.byte 0x91, 0x8c, 0x91, 0xd3, 0x3a, 0x82, 0x3e, 0x76, 0x40, 0xb4, 0xcd, 0x52, 0x61, 0x51, 0x70, 0x28 +.byte 0x3f, 0xc5, 0xc5, 0x5a, 0xf2, 0xc9, 0x8c, 0x49, 0xbb, 0x14, 0x5b, 0x4d, 0xc8, 0xff, 0x67, 0x4d +.byte 0x4c, 0x12, 0x96, 0xad, 0xf5, 0xfe, 0x78, 0xa8, 0x97, 0x87, 0xd7, 0xfd, 0x5e, 0x20, 0x80, 0xdc +.byte 0xa1, 0x4b, 0x22, 0xfb, 0xd4, 0x89, 0xad, 0xba, 0xce, 0x47, 0x97, 0x47, 0x55, 0x7b, 0x8f, 0x45 +.byte 0xc8, 0x67, 0x28, 0x84, 0x95, 0x1c, 0x68, 0x30, 0xef, 0xef, 0x49, 0xe0, 0x35, 0x7b, 0x64, 0xe7 +.byte 0x98, 0xb0, 0x94, 0xda, 0x4d, 0x85, 0x3b, 0x3e, 0x55, 0xc4, 0x28, 0xaf, 0x57, 0xf3, 0x9e, 0x13 +.byte 0xdb, 0x46, 0x27, 0x9f, 0x1e, 0xa2, 0x5e, 0x44, 0x83, 0xa4, 0xa5, 0xca, 0xd5, 0x13, 0xb3, 0x4b +.byte 0x3f, 0xc4, 0xe3, 0xc2, 0xe6, 0x86, 0x61, 0xa4, 0x52, 0x30, 0xb9, 0x7a, 0x20, 0x4f, 0x6f, 0x0f +.byte 0x38, 0x53, 0xcb, 0x33, 0x0c, 0x13, 0x2b, 0x8f, 0xd6, 0x9a, 0xbd, 0x2a, 0xc8, 0x2d, 0xb1, 0x1c +.byte 0x7d, 0x4b, 0x51, 0xca, 0x47, 0xd1, 0x48, 0x27, 0x72, 0x5d, 0x87, 0xeb, 0xd5, 0x45, 0xe6, 0x48 +.byte 0x65, 0x9d, 0xaf, 0x52, 0x90, 0xba, 0x5b, 0xa2, 0x18, 0x65, 0x57, 0x12, 0x9f, 0x68, 0xb9, 0xd4 +.byte 0x15, 0x6b, 0x94, 0xc4, 0x69, 0x22, 0x98, 0xf4, 0x33, 0xe0, 0xed, 0xf9, 0x51, 0x8e, 0x41, 0x50 +.byte 0xc9, 0x34, 0x4f, 0x76, 0x90, 0xac, 0xfc, 0x38, 0xc1, 0xd8, 0xe1, 0x7b, 0xb9, 0xe3, 0xe3, 0x94 +.byte 0xe1, 0x46, 0x69, 0xcb, 0x0e, 0x0a, 0x50, 0x6b, 0x13, 0xba, 0xac, 0x0f, 0x37, 0x5a, 0xb7, 0x12 +.byte 0xb5, 0x90, 0x81, 0x1e, 0x56, 0xae, 0x57, 0x22, 0x86, 0xd9, 0xc9, 0xd2, 0xd1, 0xd7, 0x51, 0xe3 +.byte 0xab, 0x3b, 0xc6, 0x55, 0xfd, 0x1e, 0x0e, 0xd3, 0x74, 0x0a, 0xd1, 0xda, 0xaa, 0xea, 0x69, 0xb8 +.byte 0x97, 0x28, 0x8f, 0x48, 0xc4, 0x07, 0xf8, 0x52, 0x43, 0x3a, 0xf4, 0xca, 0x55, 0x35, 0x2c, 0xb0 +.byte 0xa6, 0x6a, 0xc0, 0x9c, 0xf9, 0xf2, 0x81, 0xe1, 0x12, 0x6a, 0xc0, 0x45, 0xd9, 0x67, 0xb3, 0xce +.byte 0xff, 0x23, 0xa2, 0x89, 0x0a, 0x54, 0xd4, 0x14, 0xb9, 0x2a, 0xa8, 0xd7, 0xec, 0xf9, 0xab, 0xcd +.byte 0x25, 0x58, 0x32, 0x79, 0x8f, 0x90, 0x5b, 0x98, 0x39, 0xc4, 0x08, 0x06, 0xc1, 0xac, 0x7f, 0x0e +.byte 0x3d, 0x00, 0xa5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x69, 0x01, 0x26, 0x30, 0x67, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49 +.byte 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65, 0x4d, 0x75, 0x64, 0x68 +.byte 0x72, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20 +.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x93, 0x4b, 0xbb, 0xe9, 0x66, 0x8a, 0xee, 0x9d, 0x5b, 0xd5 +.byte 0x34, 0x93, 0xd0, 0x1b, 0x1e, 0xc3, 0xe7, 0x9e, 0xb8, 0x64, 0x33, 0x7f, 0x63, 0x78, 0x68, 0xb4 +.byte 0xcd, 0x2e, 0x71, 0x75, 0xd7, 0x9b, 0x20, 0xc6, 0x4d, 0x29, 0xbc, 0xb6, 0x68, 0x60, 0x8a, 0xf7 +.byte 0x21, 0x9a, 0x56, 0x35, 0x5a, 0xf3, 0x76, 0xbd, 0xd8, 0xcd, 0x9a, 0xff, 0x93, 0x56, 0x4b, 0xa5 +.byte 0x59, 0x06, 0xa1, 0x93, 0x34, 0x29, 0xdd, 0x16, 0x34, 0x75, 0x4e, 0xf2, 0x81, 0xb4, 0xc7, 0x96 +.byte 0x4e, 0xad, 0x19, 0x15, 0x52, 0x4a, 0xfe, 0x3c, 0x70, 0x75, 0x70, 0xcd, 0xaf, 0x2b, 0xab, 0x15 +.byte 0x9a, 0x33, 0x3c, 0xaa, 0xb3, 0x8b, 0xaa, 0xcd, 0x43, 0xfd, 0xf5, 0xea, 0x70, 0xff, 0xed, 0xcf +.byte 0x11, 0x3b, 0x94, 0xce, 0x4e, 0x32, 0x16, 0xd3, 0x23, 0x40, 0x2a, 0x77, 0xb3, 0xaf, 0x3c, 0x01 +.byte 0x2c, 0x6c, 0xed, 0x99, 0x2c, 0x8b, 0xd9, 0x4e, 0x69, 0x98, 0xb2, 0xf7, 0x8f, 0x41, 0xb0, 0x32 +.byte 0x78, 0x61, 0xd6, 0x0d, 0x5f, 0xc3, 0xfa, 0xa2, 0x40, 0x92, 0x1d, 0x5c, 0x17, 0xe6, 0x70, 0x3e +.byte 0x35, 0xe7, 0xa2, 0xb7, 0xc2, 0x62, 0xe2, 0xab, 0xa4, 0x38, 0x4c, 0xb5, 0x39, 0x35, 0x6f, 0xea +.byte 0x03, 0x69, 0xfa, 0x3a, 0x54, 0x68, 0x85, 0x6d, 0xd6, 0xf2, 0x2f, 0x43, 0x55, 0x1e, 0x91, 0x0d +.byte 0x0e, 0xd8, 0xd5, 0x6a, 0xa4, 0x96, 0xd1, 0x13, 0x3c, 0x2c, 0x78, 0x50, 0xe8, 0x3a, 0x92, 0xd2 +.byte 0x17, 0x56, 0xe5, 0x35, 0x1a, 0x40, 0x1c, 0x3e, 0x8d, 0x2c, 0xed, 0x39, 0xdf, 0x42, 0xe0, 0x83 +.byte 0x41, 0x74, 0xdf, 0xa3, 0xcd, 0xc2, 0x86, 0x60, 0x48, 0x68, 0xe3, 0x69, 0x0b, 0x54, 0x00, 0x8b +.byte 0xe4, 0x76, 0x69, 0x21, 0x0d, 0x79, 0x4e, 0x34, 0x08, 0x5e, 0x14, 0xc2, 0xcc, 0xb1, 0xb7, 0xad +.byte 0xd7, 0x7c, 0x70, 0x8a, 0xc7, 0x85, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6a, 0x01, 0x24, 0x30 +.byte 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65 +.byte 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c +.byte 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x29 +.byte 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 +.byte 0x32, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d +.byte 0x00, 0x30, 0x82, 0x01, 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x32, 0xc8, 0xfe, 0xe9, 0x71 +.byte 0xa6, 0x04, 0x85, 0xad, 0x0c, 0x11, 0x64, 0xdf, 0xce, 0x4d, 0xef, 0xc8, 0x03, 0x18, 0x87, 0x3f +.byte 0xa1, 0xab, 0xfb, 0x3c, 0xa6, 0x9f, 0xf0, 0xc3, 0xa1, 0xda, 0xd4, 0xd8, 0x6e, 0x2b, 0x53, 0x90 +.byte 0xfb, 0x24, 0xa4, 0x3e, 0x84, 0xf0, 0x9e, 0xe8, 0x5f, 0xec, 0xe5, 0x27, 0x44, 0xf5, 0x28, 0xa6 +.byte 0x3f, 0x7b, 0xde, 0xe0, 0x2a, 0xf0, 0xc8, 0xaf, 0x53, 0x2f, 0x9e, 0xca, 0x05, 0x01, 0x93, 0x1e +.byte 0x8f, 0x66, 0x1c, 0x39, 0xa7, 0x4d, 0xfa, 0x5a, 0xb6, 0x73, 0x04, 0x25, 0x66, 0xeb, 0x77, 0x7f +.byte 0xe7, 0x59, 0xc6, 0x4a, 0x99, 0x25, 0x14, 0x54, 0xeb, 0x26, 0xc7, 0xf3, 0x7f, 0x19, 0xd5, 0x30 +.byte 0x70, 0x8f, 0xaf, 0xb0, 0x46, 0x2a, 0xff, 0xad, 0xeb, 0x29, 0xed, 0xd7, 0x9f, 0xaa, 0x04, 0x87 +.byte 0xa3, 0xd4, 0xf9, 0x89, 0xa5, 0x34, 0x5f, 0xdb, 0x43, 0x91, 0x82, 0x36, 0xd9, 0x66, 0x3c, 0xb1 +.byte 0xb8, 0xb9, 0x82, 0xfd, 0x9c, 0x3a, 0x3e, 0x10, 0xc8, 0x3b, 0xef, 0x06, 0x65, 0x66, 0x7a, 0x9b +.byte 0x19, 0x18, 0x3d, 0xff, 0x71, 0x51, 0x3c, 0x30, 0x2e, 0x5f, 0xbe, 0x3d, 0x77, 0x73, 0xb2, 0x5d +.byte 0x06, 0x6c, 0xc3, 0x23, 0x56, 0x9a, 0x2b, 0x85, 0x26, 0x92, 0x1c, 0xa7, 0x02, 0xb3, 0xe4, 0x3f +.byte 0x0d, 0xaf, 0x08, 0x79, 0x82, 0xb8, 0x36, 0x3d, 0xea, 0x9c, 0xd3, 0x35, 0xb3, 0xbc, 0x69, 0xca +.byte 0xf5, 0xcc, 0x9d, 0xe8, 0xfd, 0x64, 0x8d, 0x17, 0x80, 0x33, 0x6e, 0x5e, 0x4a, 0x5d, 0x99, 0xc9 +.byte 0x1e, 0x87, 0xb4, 0x9d, 0x1a, 0xc0, 0xd5, 0x6e, 0x13, 0x35, 0x23, 0x5e, 0xdf, 0x9b, 0x5f, 0x3d +.byte 0xef, 0xd6, 0xf7, 0x76, 0xc2, 0xea, 0x3e, 0xbb, 0x78, 0x0d, 0x1c, 0x42, 0x67, 0x6b, 0x04, 0xd8 +.byte 0xf8, 0xd6, 0xda, 0x6f, 0x8b, 0xf2, 0x44, 0xa0, 0x01, 0xab, 0x02, 0x01, 0x03, 0x00, 0x6b, 0x02 +.byte 0x26, 0x30, 0x69, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4b, 0x52 +.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x4e, 0x41, 0x56, 0x45, 0x52 +.byte 0x20, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45, 0x53, 0x53, 0x20, 0x50, 0x4c, 0x41, 0x54, 0x46, 0x4f +.byte 0x52, 0x4d, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x29, 0x4e, 0x41, 0x56, 0x45, 0x52, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0xd4, 0xf1 +.byte 0x93, 0x5c, 0xb5, 0x40, 0x89, 0x0a, 0xab, 0x0d, 0x90, 0x5b, 0x50, 0x63, 0xae, 0x90, 0x94, 0x74 +.byte 0x17, 0x45, 0x72, 0xd6, 0x7b, 0x65, 0x5a, 0x29, 0x4b, 0xa7, 0x56, 0xa0, 0x4b, 0xb8, 0x2f, 0x42 +.byte 0x75, 0xe9, 0xd9, 0x7b, 0x24, 0x5a, 0x31, 0x65, 0xab, 0x17, 0x17, 0xd1, 0x33, 0x3a, 0xd9, 0x11 +.byte 0xdc, 0x40, 0x36, 0x87, 0xdf, 0xc7, 0x6a, 0xe9, 0x26, 0x5e, 0x59, 0x8a, 0x77, 0xe3, 0xe8, 0x48 +.byte 0x9c, 0x31, 0x16, 0xfa, 0x3e, 0x91, 0xb1, 0xca, 0xc9, 0xa3, 0xe2, 0x9f, 0xce, 0x21, 0x53, 0xa3 +.byte 0x02, 0x36, 0x30, 0xcb, 0x52, 0x02, 0xe5, 0xda, 0x32, 0x5d, 0xc3, 0xc5, 0xe6, 0xf9, 0xee, 0x11 +.byte 0xc7, 0x8b, 0xc9, 0x44, 0x1e, 0x84, 0x93, 0x18, 0x4a, 0xb4, 0x9f, 0xe5, 0x12, 0x64, 0x69, 0xd0 +.byte 0x26, 0x85, 0x62, 0x01, 0xb6, 0xc9, 0x02, 0x1d, 0xbe, 0x83, 0x51, 0xbb, 0x5c, 0xda, 0xf8, 0xad +.byte 0x15, 0x6a, 0x99, 0xf7, 0x92, 0x54, 0xf7, 0x34, 0x5b, 0xe9, 0xbf, 0xea, 0x29, 0x81, 0x12, 0xd4 +.byte 0x53, 0x91, 0x96, 0xb3, 0x91, 0x5a, 0xdd, 0xfe, 0x90, 0x73, 0x28, 0xfb, 0x30, 0x46, 0xb5, 0xca +.byte 0x08, 0x07, 0xc7, 0x71, 0x72, 0xc9, 0x66, 0xd3, 0x34, 0x97, 0xf6, 0x8c, 0xf4, 0x18, 0x4a, 0xe1 +.byte 0xd0, 0x3d, 0x5a, 0x45, 0xb6, 0x69, 0xa7, 0x29, 0xfb, 0x23, 0xce, 0x88, 0xd8, 0x12, 0x9c, 0x00 +.byte 0x48, 0xa8, 0xa6, 0x0f, 0xb3, 0x3b, 0x92, 0x8d, 0x71, 0x0e, 0x74, 0xc5, 0x8b, 0xc8, 0x4c, 0xf9 +.byte 0xf4, 0x9b, 0x8e, 0xb8, 0x3c, 0x69, 0xed, 0x6f, 0x3b, 0x50, 0x2f, 0x58, 0xed, 0xc4, 0xb0, 0xd0 +.byte 0x1c, 0x1b, 0x6a, 0x0c, 0xe2, 0xbc, 0x44, 0xaa, 0xd8, 0xcd, 0x14, 0x5d, 0x94, 0x78, 0x61, 0xbf +.byte 0x0e, 0x6e, 0xda, 0x2a, 0xbc, 0x2f, 0x0c, 0x0b, 0x71, 0xa6, 0xb3, 0x16, 0x3f, 0x9c, 0xe6, 0xf9 +.byte 0xcc, 0x9f, 0x53, 0x35, 0xe2, 0x03, 0xa0, 0xa0, 0x18, 0xbf, 0xbb, 0xf1, 0xbe, 0xf4, 0xd6, 0x8c +.byte 0x87, 0x0d, 0x42, 0xf7, 0x06, 0xb9, 0xf1, 0x6d, 0xed, 0x04, 0x94, 0xa8, 0xfe, 0xb6, 0xd3, 0x06 +.byte 0xc6, 0x40, 0x61, 0xdf, 0x9d, 0x9d, 0xf3, 0x54, 0x76, 0xce, 0x53, 0x3a, 0x01, 0xa6, 0x92, 0x41 +.byte 0xec, 0x04, 0xa3, 0x8f, 0x0d, 0xa2, 0xd5, 0x09, 0xca, 0xd6, 0xcb, 0x9a, 0xf1, 0xef, 0x43, 0x5d +.byte 0xc0, 0xab, 0xa5, 0x41, 0xcf, 0x5c, 0x53, 0x70, 0x70, 0xc9, 0x88, 0xa6, 0x2d, 0xd4, 0x6b, 0x61 +.byte 0x73, 0x50, 0x26, 0x86, 0x61, 0x0e, 0x5f, 0x1b, 0xc2, 0x2b, 0xe2, 0x8c, 0xd5, 0xbb, 0x9d, 0xc1 +.byte 0x03, 0x42, 0xba, 0x94, 0xda, 0x5f, 0xa9, 0xb0, 0xca, 0xcc, 0x4d, 0x0a, 0xef, 0x47, 0x69, 0x03 +.byte 0x2f, 0x22, 0xfb, 0xf1, 0x28, 0xce, 0xbf, 0x5d, 0x50, 0x65, 0xa8, 0x90, 0x6d, 0xb3, 0x74, 0xb0 +.byte 0x08, 0xc7, 0xac, 0xa8, 0xd1, 0xeb, 0x3e, 0x9c, 0xfc, 0x5d, 0x1a, 0x83, 0x2e, 0x2b, 0xcb, 0xb5 +.byte 0xf3, 0x44, 0x9d, 0x3a, 0xa7, 0x17, 0x61, 0x96, 0xa2, 0x71, 0xd3, 0x70, 0x96, 0x15, 0x4d, 0xb7 +.byte 0x4c, 0x73, 0xee, 0x19, 0x5c, 0xc5, 0x5b, 0x3e, 0x41, 0xfe, 0xac, 0x75, 0x60, 0x3b, 0x1b, 0x63 +.byte 0xce, 0x00, 0xdd, 0xda, 0x08, 0x90, 0x62, 0xb4, 0xe5, 0x2d, 0xee, 0x48, 0xa7, 0x6b, 0x17, 0x99 +.byte 0x54, 0xbe, 0x87, 0x4a, 0xe3, 0xa9, 0x5e, 0x04, 0x4c, 0xeb, 0x10, 0x6d, 0x54, 0xd6, 0xef, 0xf1 +.byte 0xe8, 0xf2, 0x62, 0x16, 0xcb, 0x80, 0x6b, 0xed, 0x3d, 0xed, 0xf5, 0x1f, 0x30, 0xa5, 0xae, 0x4b +.byte 0xc9, 0x13, 0xed, 0x8a, 0x01, 0x01, 0xc9, 0xb8, 0x51, 0x58, 0xc0, 0x66, 0x3a, 0xb1, 0x66, 0x4b +.byte 0xc4, 0xd5, 0x31, 0x02, 0x62, 0xe9, 0x74, 0x84, 0x0c, 0xdb, 0x4d, 0x46, 0x2d, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x6d, 0x00, 0x78, 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a +.byte 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63 +.byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 +.byte 0x64, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69 +.byte 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d +.byte 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x23, 0xa5, 0x0c, 0xb8, 0x2d +.byte 0x12, 0xf5, 0x28, 0xf3, 0xb1, 0xb2, 0xdd, 0xe2, 0x02, 0x12, 0x80, 0x9e, 0x39, 0x5f, 0x49, 0x4d +.byte 0x9f, 0xc9, 0x25, 0x34, 0x59, 0x74, 0xec, 0xbb, 0x06, 0x1c, 0xe7, 0xc0, 0x72, 0xaf, 0xe8, 0xae +.byte 0x2f, 0xe1, 0x41, 0x54, 0x87, 0x14, 0xa8, 0x4a, 0xb2, 0xe8, 0x7c, 0x82, 0xe6, 0x5b, 0x6a, 0xb5 +.byte 0xdc, 0xb3, 0x75, 0xce, 0x8b, 0x06, 0xd0, 0x86, 0x23, 0xbf, 0x46, 0xd5, 0x8e, 0x0f, 0x3f, 0x04 +.byte 0xf4, 0xd7, 0x1c, 0x92, 0x7e, 0xf6, 0xa5, 0x63, 0xc2, 0xf5, 0x5f, 0x8e, 0x2e, 0x4f, 0xa1, 0x18 +.byte 0x19, 0x02, 0x2b, 0x32, 0x0a, 0x82, 0x64, 0x7d, 0x16, 0x93, 0xd1, 0x00, 0x6d, 0x02, 0x26, 0x30 +.byte 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x54, 0x31, 0x0e +.byte 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x05, 0x4d, 0x69, 0x6c, 0x61, 0x6e, 0x31, 0x23 +.byte 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73 +.byte 0x20, 0x53, 0x2e, 0x70, 0x2e, 0x41, 0x2e, 0x2f, 0x30, 0x33, 0x33, 0x35, 0x38, 0x35, 0x32, 0x30 +.byte 0x39, 0x36, 0x37, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x41, 0x63 +.byte 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0xc6, 0xc4 +.byte 0xa5, 0x29, 0xa4, 0x2c, 0xef, 0xe5, 0x18, 0xc5, 0xb0, 0x50, 0xa3, 0x6f, 0x51, 0x3b, 0x9f, 0x0a +.byte 0x5a, 0xc9, 0xc2, 0x48, 0x38, 0x0a, 0xc2, 0x1c, 0xa0, 0x18, 0x7f, 0x91, 0xb5, 0x87, 0xb9, 0x40 +.byte 0x3f, 0xdd, 0x1d, 0x68, 0x1f, 0x08, 0x83, 0xd5, 0x2d, 0x1e, 0x88, 0xa0, 0xf8, 0x8f, 0x56, 0x8f +.byte 0x6d, 0x99, 0x02, 0x92, 0x90, 0x16, 0xd5, 0x5f, 0x08, 0x6c, 0x89, 0xd7, 0xe1, 0xac, 0xbc, 0x20 +.byte 0xc2, 0xb1, 0xe0, 0x83, 0x51, 0x8a, 0x69, 0x4d, 0x00, 0x96, 0x5a, 0x6f, 0x2f, 0xc0, 0x44, 0x7e +.byte 0xa3, 0x0e, 0xe4, 0x91, 0xcd, 0x58, 0xee, 0xdc, 0xfb, 0xc7, 0x1e, 0x45, 0x47, 0xdd, 0x27, 0xb9 +.byte 0x08, 0x01, 0x9f, 0xa6, 0x21, 0x1d, 0xf5, 0x41, 0x2d, 0x2f, 0x4c, 0xfd, 0x28, 0xad, 0xe0, 0x8a +.byte 0xad, 0x22, 0xb4, 0x56, 0x65, 0x8e, 0x86, 0x54, 0x8f, 0x93, 0x43, 0x29, 0xde, 0x39, 0x46, 0x78 +.byte 0xa3, 0x30, 0x23, 0xba, 0xcd, 0xf0, 0x7d, 0x13, 0x57, 0xc0, 0x5d, 0xd2, 0x83, 0x6b, 0x48, 0x4c +.byte 0xc4, 0xab, 0x9f, 0x80, 0x5a, 0x5b, 0x3a, 0xbd, 0xc9, 0xa7, 0x22, 0x3f, 0x80, 0x27, 0x33, 0x5b +.byte 0x0e, 0xb7, 0x8a, 0x0c, 0x5d, 0x07, 0x37, 0x08, 0xcb, 0x6c, 0xd2, 0x7a, 0x47, 0x22, 0x44, 0x35 +.byte 0xc5, 0xcc, 0xcc, 0x2e, 0x8e, 0xdd, 0x2a, 0xed, 0xb7, 0x7d, 0x66, 0x0d, 0x5f, 0x61, 0x51, 0x22 +.byte 0x55, 0x1b, 0xe3, 0x46, 0xe3, 0xe3, 0x3d, 0xd0, 0x35, 0x62, 0x9a, 0xdb, 0xaf, 0x14, 0xc8, 0x5b +.byte 0xa1, 0xcc, 0x89, 0x1b, 0xe1, 0x30, 0x26, 0xfc, 0xa0, 0x9b, 0x1f, 0x81, 0xa7, 0x47, 0x1f, 0x04 +.byte 0xeb, 0xa3, 0x39, 0x92, 0x06, 0x9f, 0x99, 0xd3, 0xbf, 0xd3, 0xea, 0x4f, 0x50, 0x9c, 0x19, 0xfe +.byte 0x96, 0x87, 0x1e, 0x3c, 0x65, 0xf6, 0xa3, 0x18, 0x24, 0x83, 0x86, 0x10, 0xe7, 0x54, 0x3e, 0xa8 +.byte 0x3a, 0x76, 0x24, 0x4f, 0x81, 0x21, 0xc5, 0xe3, 0x0f, 0x02, 0xf8, 0x93, 0x94, 0x47, 0x20, 0xbb +.byte 0xfe, 0xd4, 0x0e, 0xd3, 0x68, 0xb9, 0xdd, 0xc4, 0x7a, 0x84, 0x82, 0xe3, 0x53, 0x54, 0x79, 0xdd +.byte 0xdb, 0x9c, 0xd2, 0xf2, 0x07, 0x9b, 0x2e, 0xb6, 0xbc, 0x3e, 0xed, 0x85, 0x6d, 0xef, 0x25, 0x11 +.byte 0xf2, 0x97, 0x1a, 0x42, 0x61, 0xf7, 0x4a, 0x97, 0xe8, 0x8b, 0xb1, 0x10, 0x07, 0xfa, 0x65, 0x81 +.byte 0xb2, 0xa2, 0x39, 0xcf, 0xf7, 0x3c, 0xff, 0x18, 0xfb, 0xc6, 0xf1, 0x5a, 0x8b, 0x59, 0xe2, 0x02 +.byte 0xac, 0x7b, 0x92, 0xd0, 0x4e, 0x14, 0x4f, 0x59, 0x45, 0xf6, 0x0c, 0x5e, 0x28, 0x5f, 0xb0, 0xe8 +.byte 0x3f, 0x45, 0xcf, 0xcf, 0xaf, 0x9b, 0x6f, 0xfb, 0x84, 0xd3, 0x77, 0x5a, 0x95, 0x6f, 0xac, 0x94 +.byte 0x84, 0x9e, 0xee, 0xbc, 0xc0, 0x4a, 0x8f, 0x4a, 0x93, 0xf8, 0x44, 0x21, 0xe2, 0x31, 0x45, 0x61 +.byte 0x50, 0x4e, 0x10, 0xd8, 0xe3, 0x35, 0x7c, 0x4c, 0x19, 0xb4, 0xde, 0x05, 0xbf, 0xa3, 0x06, 0x9f +.byte 0xc8, 0xb5, 0xcd, 0xe4, 0x1f, 0xd7, 0x17, 0x06, 0x0d, 0x7a, 0x95, 0x74, 0x55, 0x0d, 0x68, 0x1a +.byte 0xfc, 0x10, 0x1b, 0x62, 0x64, 0x9d, 0x6d, 0xe0, 0x95, 0xa0, 0xc3, 0x94, 0x07, 0x57, 0x0d, 0x14 +.byte 0xe6, 0xbd, 0x05, 0xfb, 0xb8, 0x9f, 0xe6, 0xdf, 0x8b, 0xe2, 0xc6, 0xe7, 0x7e, 0x96, 0xf6, 0x53 +.byte 0xc5, 0x80, 0x34, 0x50, 0x28, 0x58, 0xf0, 0x12, 0x50, 0x71, 0x17, 0x30, 0xba, 0xe6, 0x78, 0x63 +.byte 0xbc, 0xf4, 0xb2, 0xad, 0x9b, 0x2b, 0xb2, 0xfe, 0xe1, 0x39, 0x8c, 0x5e, 0xba, 0x0b, 0x20, 0x94 +.byte 0xde, 0x7b, 0x83, 0xb8, 0xff, 0xe3, 0x56, 0x8d, 0xb7, 0x11, 0xe9, 0x3b, 0x8c, 0xf2, 0xb1, 0xc1 +.byte 0x5d, 0x9d, 0xa4, 0x0b, 0x4c, 0x2b, 0xd9, 0xb2, 0x18, 0xf5, 0xb5, 0x9f, 0x4b, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x6e, 0x00, 0x78, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e +.byte 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69 +.byte 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49 +.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x41, 0x31, 0x24 +.byte 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20 +.byte 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x32, 0x30, 0x32, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x38, 0x08, 0xfe, 0xb1 +.byte 0xa0, 0x96, 0xd2, 0x7a, 0xac, 0xaf, 0x49, 0x3a, 0xd0, 0xc0, 0xe0, 0xc3, 0x3b, 0x28, 0xaa, 0xf1 +.byte 0x72, 0x6d, 0x65, 0x00, 0x47, 0x88, 0x84, 0xfc, 0x9a, 0x26, 0x6b, 0xaa, 0x4b, 0xba, 0x6c, 0x04 +.byte 0x0a, 0x88, 0x5e, 0x17, 0xf2, 0x55, 0x87, 0xfc, 0x30, 0xb0, 0x34, 0xe2, 0x34, 0x58, 0x57, 0x1a +.byte 0x84, 0x53, 0xe9, 0x30, 0xd9, 0xa9, 0xf2, 0x96, 0x74, 0xc3, 0x51, 0x1f, 0x58, 0x49, 0x31, 0xcc +.byte 0x98, 0x4e, 0x60, 0x11, 0x87, 0x75, 0xd3, 0x72, 0x94, 0x90, 0x4f, 0x9b, 0x10, 0x25, 0x2a, 0xa8 +.byte 0x78, 0x2d, 0xbe, 0x90, 0x41, 0x58, 0x90, 0x15, 0x72, 0xa7, 0xa1, 0xb7, 0x00, 0x6e, 0x02, 0x26 +.byte 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31 +.byte 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e +.byte 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53 +.byte 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8b +.byte 0xc2, 0xe7, 0xaf, 0x65, 0x9b, 0x05, 0x67, 0x96, 0xc9, 0x0d, 0x24, 0xb9, 0xd0, 0x0e, 0x64, 0xfc +.byte 0xce, 0xe2, 0x24, 0x18, 0x2c, 0x84, 0x7f, 0x77, 0x51, 0xcb, 0x04, 0x11, 0x36, 0xb8, 0x5e, 0xed +.byte 0x69, 0x71, 0xa7, 0x9e, 0xe4, 0x25, 0x09, 0x97, 0x67, 0xc1, 0x47, 0xc2, 0xcf, 0x91, 0x16, 0x36 +.byte 0x62, 0x3d, 0x38, 0x04, 0xe1, 0x51, 0x82, 0xff, 0xac, 0xd2, 0xb4, 0x69, 0xdd, 0x2e, 0xec, 0x11 +.byte 0xa3, 0x45, 0xee, 0x6b, 0x6b, 0x3b, 0x4c, 0xbf, 0x8c, 0x8d, 0xa4, 0x1e, 0x9d, 0x11, 0xb9, 0xe9 +.byte 0x38, 0xf9, 0x7a, 0x0e, 0x0c, 0x98, 0xe2, 0x23, 0x1d, 0xd1, 0x4e, 0x63, 0xd4, 0xe7, 0xb8, 0x41 +.byte 0x44, 0xfb, 0x6b, 0xaf, 0x6b, 0xda, 0x1f, 0xd3, 0xc5, 0x91, 0x88, 0x5b, 0xa4, 0x89, 0x92, 0xd1 +.byte 0x81, 0xe6, 0x8c, 0x39, 0x58, 0xa0, 0xd6, 0x69, 0x43, 0xa9, 0xad, 0x98, 0x52, 0x58, 0x6e, 0xdb +.byte 0x0a, 0xfb, 0x6b, 0xcf, 0x68, 0xfa, 0xe3, 0xa4, 0x5e, 0x3a, 0x45, 0x73, 0x98, 0x07, 0xea, 0x5f +.byte 0x02, 0x72, 0xde, 0x0c, 0xa5, 0xb3, 0x9f, 0xae, 0xa9, 0x1d, 0xb7, 0x1d, 0xb3, 0xfc, 0x8a, 0x59 +.byte 0xe7, 0x6e, 0x72, 0x65, 0xad, 0xf5, 0x30, 0x94, 0x23, 0x07, 0xf3, 0x82, 0x16, 0x4b, 0x35, 0x98 +.byte 0x9c, 0x53, 0xbb, 0x2f, 0xca, 0xe4, 0x5a, 0xd9, 0xc7, 0x8d, 0x1d, 0xfc, 0x98, 0x99, 0xfb, 0x2c +.byte 0xa4, 0x82, 0x6b, 0xf0, 0x2a, 0x1f, 0x8e, 0x0b, 0x5f, 0x71, 0x5c, 0x5c, 0xae, 0x42, 0x7b, 0x29 +.byte 0x89, 0x81, 0xcb, 0x03, 0xa3, 0x99, 0xca, 0x88, 0x9e, 0x0b, 0x40, 0x09, 0x41, 0x33, 0xdb, 0xe6 +.byte 0x58, 0x7a, 0xfd, 0xae, 0x99, 0x70, 0xc0, 0x5a, 0x0f, 0xd6, 0x13, 0x86, 0x71, 0x2f, 0x76, 0x69 +.byte 0xfc, 0x90, 0xdd, 0xdb, 0x2d, 0x6e, 0xd1, 0xf2, 0x9b, 0xf5, 0x1a, 0x6b, 0x9e, 0x6f, 0x15, 0x8c +.byte 0x7a, 0xf0, 0x4b, 0x28, 0xa0, 0x22, 0x38, 0x80, 0x24, 0x6c, 0x36, 0xa4, 0x3b, 0xf2, 0x30, 0x91 +.byte 0xf3, 0x78, 0x13, 0xcf, 0xc1, 0x3f, 0x35, 0xab, 0xf1, 0x1d, 0x11, 0x23, 0xb5, 0x43, 0x22, 0x9e +.byte 0x01, 0x92, 0xb7, 0x18, 0x02, 0xe5, 0x11, 0xd1, 0x82, 0xdb, 0x15, 0x00, 0xcc, 0x61, 0x37, 0xc1 +.byte 0x2a, 0x7c, 0x9a, 0xe1, 0xd0, 0xba, 0xb3, 0x50, 0x46, 0xee, 0x82, 0xac, 0x9d, 0x31, 0xf8, 0xfb +.byte 0x23, 0xe2, 0x03, 0x00, 0x48, 0x70, 0xa3, 0x09, 0x26, 0x79, 0x15, 0x53, 0x60, 0xf3, 0x38, 0x5c +.byte 0xad, 0x38, 0xea, 0x81, 0x00, 0x63, 0x14, 0xb9, 0x33, 0x5e, 0xdd, 0x0b, 0xdb, 0xa0, 0x45, 0x07 +.byte 0x1a, 0x33, 0x09, 0xf8, 0x4d, 0xb4, 0xa7, 0x02, 0xa6, 0x69, 0xf4, 0xc2, 0x59, 0x05, 0x88, 0x65 +.byte 0x85, 0x56, 0xae, 0x4b, 0xcb, 0xe0, 0xde, 0x3c, 0x7d, 0x2d, 0x1a, 0xc8, 0xe9, 0xfb, 0x1f, 0xa3 +.byte 0x61, 0x4a, 0xd6, 0x2a, 0x13, 0xad, 0x77, 0x4c, 0x1a, 0x18, 0x9b, 0x91, 0x0f, 0x58, 0xd8, 0x06 +.byte 0x54, 0xc5, 0x97, 0xf8, 0xaa, 0x3f, 0x20, 0x8a, 0xa6, 0x85, 0xa6, 0x77, 0xf6, 0xa6, 0xfc, 0x1c +.byte 0xe2, 0xee, 0x6e, 0x94, 0x33, 0x2a, 0x83, 0x50, 0x84, 0x0a, 0xe5, 0x4f, 0x86, 0xf8, 0x50, 0x45 +.byte 0x78, 0x00, 0x81, 0xeb, 0x5b, 0x68, 0xe3, 0x26, 0x8d, 0xcc, 0x7b, 0x5c, 0x51, 0xf4, 0x14, 0x2c +.byte 0x40, 0xbe, 0x1a, 0x60, 0x1d, 0x7a, 0x72, 0x61, 0x1d, 0x1f, 0x63, 0x2d, 0x88, 0xaa, 0xce, 0xa2 +.byte 0x45, 0x90, 0x08, 0xfc, 0x6b, 0xbe, 0xb3, 0x50, 0x2a, 0x5a, 0xfd, 0xa8, 0x48, 0x18, 0x46, 0xd6 +.byte 0x90, 0x40, 0x92, 0x90, 0x0a, 0x84, 0x5e, 0x68, 0x31, 0xf8, 0xeb, 0xed, 0x0d, 0xd3, 0x1d, 0xc6 +.byte 0x7d, 0x99, 0x18, 0x55, 0x56, 0x27, 0x65, 0x2e, 0x8d, 0x45, 0xc5, 0x24, 0xec, 0xce, 0xe3, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x6e, 0x01, 0x26, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19 +.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67 +.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67 +.byte 0x68, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc6, 0xcc, 0xe5, 0x73, 0xe6, 0xfb, 0xd4, 0xbb, 0xe5 +.byte 0x2d, 0x2d, 0x32, 0xa6, 0xdf, 0xe5, 0x81, 0x3f, 0xc9, 0xcd, 0x25, 0x49, 0xb6, 0x71, 0x2a, 0xc3 +.byte 0xd5, 0x94, 0x34, 0x67, 0xa2, 0x0a, 0x1c, 0xb0, 0x5f, 0x69, 0xa6, 0x40, 0xb1, 0xc4, 0xb7, 0xb2 +.byte 0x8f, 0xd0, 0x98, 0xa4, 0xa9, 0x41, 0x59, 0x3a, 0xd3, 0xdc, 0x94, 0xd6, 0x3c, 0xdb, 0x74, 0x38 +.byte 0xa4, 0x4a, 0xcc, 0x4d, 0x25, 0x82, 0xf7, 0x4a, 0xa5, 0x53, 0x12, 0x38, 0xee, 0xf3, 0x49, 0x6d +.byte 0x71, 0x91, 0x7e, 0x63, 0xb6, 0xab, 0xa6, 0x5f, 0xc3, 0xa4, 0x84, 0xf8, 0x4f, 0x62, 0x51, 0xbe +.byte 0xf8, 0xc5, 0xec, 0xdb, 0x38, 0x92, 0xe3, 0x06, 0xe5, 0x08, 0x91, 0x0c, 0xc4, 0x28, 0x41, 0x55 +.byte 0xfb, 0xcb, 0x5a, 0x89, 0x15, 0x7e, 0x71, 0xe8, 0x35, 0xbf, 0x4d, 0x72, 0x09, 0x3d, 0xbe, 0x3a +.byte 0x38, 0x50, 0x5b, 0x77, 0x31, 0x1b, 0x8d, 0xb3, 0xc7, 0x24, 0x45, 0x9a, 0xa7, 0xac, 0x6d, 0x00 +.byte 0x14, 0x5a, 0x04, 0xb7, 0xba, 0x13, 0xeb, 0x51, 0x0a, 0x98, 0x41, 0x41, 0x22, 0x4e, 0x65, 0x61 +.byte 0x87, 0x81, 0x41, 0x50, 0xa6, 0x79, 0x5c, 0x89, 0xde, 0x19, 0x4a, 0x57, 0xd5, 0x2e, 0xe6, 0x5d +.byte 0x1c, 0x53, 0x2c, 0x7e, 0x98, 0xcd, 0x1a, 0x06, 0x16, 0xa4, 0x68, 0x73, 0xd0, 0x34, 0x04, 0x13 +.byte 0x5c, 0xa1, 0x71, 0xd3, 0x5a, 0x7c, 0x55, 0xdb, 0x5e, 0x64, 0xe1, 0x37, 0x87, 0x30, 0x56, 0x04 +.byte 0xe5, 0x11, 0xb4, 0x29, 0x80, 0x12, 0xf1, 0x79, 0x39, 0x88, 0xa2, 0x02, 0x11, 0x7c, 0x27, 0x66 +.byte 0xb7, 0x88, 0xb7, 0x78, 0xf2, 0xca, 0x0a, 0xa8, 0x38, 0xab, 0x0a, 0x64, 0xc2, 0xbf, 0x66, 0x5d +.byte 0x95, 0x84, 0xc1, 0xa1, 0x25, 0x1e, 0x87, 0x5d, 0x1a, 0x50, 0x0b, 0x20, 0x12, 0xcc, 0x41, 0xbb +.byte 0x6e, 0x0b, 0x51, 0x38, 0xb8, 0x4b, 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6f, 0x01, 0x26 +.byte 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31 +.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65 +.byte 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54 +.byte 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64 +.byte 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f +.byte 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x42, 0x20, 0x43, 0x41, 0x30 +.byte 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00 +.byte 0xd8, 0x17, 0xb7, 0x1c, 0x4a, 0x24, 0x2a, 0xd6, 0x97, 0xb1, 0xca, 0xe2, 0x1e, 0xfb, 0x7d, 0x38 +.byte 0xef, 0x98, 0xf5, 0xb2, 0x39, 0x98, 0x4e, 0x27, 0xb8, 0x11, 0x5d, 0x7b, 0xd2, 0x25, 0x94, 0x88 +.byte 0x82, 0x15, 0x26, 0x6a, 0x1b, 0x31, 0xbb, 0xa8, 0x5b, 0x21, 0x21, 0x2b, 0xd8, 0x0f, 0x4e, 0x9f +.byte 0x5a, 0xf1, 0xb1, 0x5a, 0xe4, 0x79, 0xd6, 0x32, 0x23, 0x2b, 0xe1, 0x53, 0xcc, 0x99, 0x45, 0x5c +.byte 0x7b, 0x4f, 0xad, 0xbc, 0xbf, 0x87, 0x4a, 0x0b, 0x4b, 0x97, 0x5a, 0xa8, 0xf6, 0x48, 0xec, 0x7d +.byte 0x7b, 0x0d, 0xcd, 0x21, 0x06, 0xdf, 0x9e, 0x15, 0xfd, 0x41, 0x8a, 0x48, 0xb7, 0x20, 0xf4, 0xa1 +.byte 0x7a, 0x1b, 0x57, 0xd4, 0x5d, 0x50, 0xff, 0xba, 0x67, 0xd8, 0x23, 0x99, 0x1f, 0xc8, 0x3f, 0xe3 +.byte 0xde, 0xff, 0x6f, 0x5b, 0x77, 0xb1, 0x6b, 0x6e, 0xb8, 0xc9, 0x64, 0xf7, 0xe1, 0xca, 0x41, 0x46 +.byte 0x0e, 0x29, 0x71, 0xd0, 0xb9, 0x23, 0xfc, 0xc9, 0x81, 0x5f, 0x4e, 0xf7, 0x6f, 0xdf, 0xbf, 0x84 +.byte 0xad, 0x73, 0x64, 0xbb, 0xb7, 0x42, 0x8e, 0x69, 0xf6, 0xd4, 0x76, 0x1d, 0x7e, 0x9d, 0xa7, 0xb8 +.byte 0x57, 0x8a, 0x51, 0x67, 0x72, 0xd7, 0xd4, 0xa8, 0xb8, 0x95, 0x54, 0x40, 0x73, 0x03, 0xf6, 0xea +.byte 0xf4, 0xeb, 0xfe, 0x28, 0x42, 0x77, 0x3f, 0x9d, 0x23, 0x1b, 0xb2, 0xb6, 0x3d, 0x80, 0x14, 0x07 +.byte 0x4c, 0x2e, 0x4f, 0xf7, 0xd5, 0x0a, 0x16, 0x0d, 0xbd, 0x66, 0x43, 0x37, 0x7e, 0x23, 0x43, 0x79 +.byte 0xc3, 0x40, 0x86, 0xf5, 0x4c, 0x29, 0xda, 0x8e, 0x9a, 0xad, 0x0d, 0xa5, 0x04, 0x87, 0x88, 0x1e +.byte 0x85, 0xe3, 0xe9, 0x53, 0xd5, 0x9b, 0xc8, 0x8b, 0x03, 0x63, 0x78, 0xeb, 0xe0, 0x19, 0x4a, 0x6e +.byte 0xbb, 0x2f, 0x6b, 0x33, 0x64, 0x58, 0x93, 0xad, 0x69, 0xbf, 0x8f, 0x1b, 0xef, 0x82, 0x48, 0xc7 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6f, 0x00, 0x78, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28 +.byte 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57 +.byte 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x47, 0x43, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0x4c, 0xe9, 0x50, 0xc0, 0xc6, 0x0f, 0x72, 0x18, 0xbc, 0xd8, 0xf1, 0xba, 0xb3, 0x89, 0xe2, 0x79 +.byte 0x4a, 0xa3, 0x16, 0xa7, 0x6b, 0x54, 0x24, 0xdb, 0x51, 0xff, 0xea, 0xf4, 0x09, 0x24, 0xc3, 0x0b +.byte 0x22, 0x9f, 0xcb, 0x6a, 0x27, 0x82, 0x81, 0x0d, 0xd2, 0xc0, 0xaf, 0x31, 0xe4, 0x74, 0x82, 0x6e +.byte 0xca, 0x25, 0xd9, 0x8c, 0x75, 0x9d, 0xf1, 0xdb, 0xd0, 0x9a, 0xa2, 0x4b, 0x21, 0x7e, 0x16, 0xa7 +.byte 0x63, 0x90, 0xd2, 0x39, 0xd4, 0xb1, 0x87, 0x78, 0x5f, 0x18, 0x96, 0x0f, 0x50, 0x1b, 0x35, 0x37 +.byte 0x0f, 0x6a, 0xc6, 0xdc, 0xd9, 0x13, 0x4d, 0xa4, 0x8e, 0x90, 0x37, 0xe6, 0xbd, 0x5b, 0x31, 0x91 +.byte 0x00, 0x71, 0x02, 0x26, 0x30, 0x6f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x48, 0x4b, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x09, 0x48, 0x6f +.byte 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07 +.byte 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x16, 0x30, 0x14, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50 +.byte 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f +.byte 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0x88, 0xd7, 0xea, 0xce, 0x0f, 0x20, 0x4e, 0xbe, 0xe6 +.byte 0xd6, 0x03, 0x6d, 0xee, 0x59, 0xfc, 0xc2, 0x57, 0xdf, 0x29, 0x68, 0xa1, 0x83, 0x0e, 0x3e, 0x68 +.byte 0xc7, 0x68, 0x58, 0x9c, 0x1c, 0x60, 0x4b, 0x89, 0x43, 0x0c, 0xb9, 0xd4, 0x15, 0xb2, 0xee, 0xc1 +.byte 0x4e, 0x75, 0xe9, 0xb5, 0xa7, 0xef, 0xe5, 0xe9, 0x35, 0x99, 0xe4, 0xcc, 0x1c, 0xe7, 0x4b, 0x5f +.byte 0x8d, 0x33, 0x30, 0x20, 0x33, 0x53, 0xd9, 0xa6, 0xbb, 0xd5, 0x3e, 0x13, 0x8e, 0xe9, 0x1f, 0x87 +.byte 0x49, 0xad, 0x50, 0x2d, 0x50, 0xca, 0x18, 0xbe, 0x01, 0x58, 0xa2, 0x13, 0x70, 0x96, 0xbb, 0x89 +.byte 0x88, 0x56, 0x80, 0x5c, 0xf8, 0xbd, 0x2c, 0x3c, 0xe1, 0x4c, 0x57, 0x88, 0xbb, 0xd3, 0xb9, 0x95 +.byte 0xef, 0xcb, 0xc7, 0xf6, 0xda, 0x31, 0x74, 0x28, 0xa6, 0xe6, 0x54, 0x89, 0xf5, 0x41, 0x31, 0xca +.byte 0xe5, 0x26, 0x1a, 0xcd, 0x82, 0xe0, 0x70, 0xda, 0x3b, 0x29, 0xbb, 0xd5, 0x03, 0xf5, 0x99, 0xba +.byte 0x55, 0xf5, 0x64, 0xd1, 0x60, 0x0e, 0xb3, 0x89, 0x49, 0xb8, 0x8a, 0x2f, 0x05, 0xd2, 0x84, 0x45 +.byte 0x28, 0x7c, 0x8f, 0x68, 0x50, 0x12, 0x78, 0xfc, 0x0b, 0xb5, 0x53, 0xcb, 0xc2, 0x98, 0x1c, 0x84 +.byte 0xa3, 0x9e, 0xb0, 0xbe, 0x23, 0xa4, 0xda, 0xdc, 0xc8, 0x2b, 0x1e, 0xda, 0x6e, 0x45, 0x1e, 0x89 +.byte 0x98, 0xda, 0xf9, 0x00, 0x2e, 0x06, 0xe9, 0x0c, 0x3b, 0x70, 0xd5, 0x50, 0x25, 0x88, 0x99, 0xcb +.byte 0xcd, 0x73, 0x60, 0xf7, 0xd5, 0xff, 0x35, 0x67, 0xc5, 0xa1, 0xbc, 0x5e, 0xab, 0xcd, 0x4a, 0xb8 +.byte 0x45, 0xeb, 0xc8, 0x68, 0x1e, 0x0d, 0x0d, 0x14, 0x46, 0x12, 0xe3, 0xd2, 0x64, 0x62, 0x8a, 0x42 +.byte 0x98, 0xbc, 0xb4, 0xc6, 0x08, 0x08, 0xf8, 0xfd, 0xa8, 0x4c, 0x64, 0x9c, 0x76, 0x01, 0xbd, 0x2f +.byte 0xa9, 0x6c, 0x33, 0x0f, 0xd8, 0x3f, 0x28, 0xb8, 0x3c, 0x69, 0x01, 0x42, 0x86, 0x7e, 0x69, 0xc1 +.byte 0xc9, 0x06, 0xca, 0xe5, 0x7a, 0x46, 0x65, 0xe9, 0xc2, 0xd6, 0x50, 0x41, 0x2e, 0x3f, 0xb7, 0xe4 +.byte 0xed, 0x6c, 0xd7, 0xbf, 0x26, 0x01, 0x11, 0xa2, 0x16, 0x29, 0x4a, 0x6b, 0x34, 0x06, 0x90, 0xec +.byte 0x13, 0xd2, 0xb6, 0xfb, 0x6a, 0x76, 0xd2, 0x3c, 0xed, 0xf0, 0xd6, 0x2d, 0xdd, 0xe1, 0x15, 0xec +.byte 0xa3, 0x9b, 0x2f, 0x2c, 0xc9, 0x3e, 0x2b, 0xe4, 0x69, 0x3b, 0xff, 0x72, 0x25, 0xb1, 0x36, 0x86 +.byte 0x5b, 0xc7, 0x7f, 0x6b, 0x8b, 0x55, 0x1b, 0x4a, 0xc5, 0x20, 0x61, 0x3d, 0xae, 0xcb, 0x50, 0xe1 +.byte 0x08, 0x3a, 0xbe, 0xb0, 0x8f, 0x63, 0x41, 0x53, 0x30, 0x08, 0x59, 0x3c, 0x98, 0x1d, 0x77, 0xba +.byte 0x63, 0x91, 0x7a, 0xca, 0x10, 0x50, 0x60, 0xbf, 0xf0, 0xd7, 0xbc, 0x95, 0x87, 0x8f, 0x97, 0xc5 +.byte 0xfe, 0x97, 0x6a, 0x01, 0x94, 0xa3, 0x7c, 0x5b, 0x85, 0x1d, 0x2a, 0x39, 0x3a, 0xd0, 0x54, 0xa1 +.byte 0xd1, 0x39, 0x71, 0x9d, 0xfd, 0x21, 0xf9, 0xb5, 0x7b, 0xf0, 0xe2, 0xe0, 0x02, 0x8f, 0x6e, 0x96 +.byte 0x24, 0x25, 0x2c, 0xa0, 0x1e, 0x2c, 0xa8, 0xc4, 0x89, 0xa7, 0xef, 0xed, 0x99, 0x06, 0x2f, 0xb6 +.byte 0x0a, 0x4c, 0x4f, 0xdb, 0xa2, 0xcc, 0x37, 0x1a, 0xaf, 0x47, 0x85, 0x2d, 0x8a, 0x5f, 0xc4, 0x34 +.byte 0x34, 0x4c, 0x00, 0xfd, 0x18, 0x93, 0x67, 0x13, 0xd1, 0x37, 0xe6, 0x48, 0xb4, 0x8b, 0x06, 0xc5 +.byte 0x57, 0x7b, 0x19, 0x86, 0x0a, 0x79, 0xcb, 0x00, 0xc9, 0x52, 0xaf, 0x42, 0xff, 0x37, 0x8f, 0xe1 +.byte 0xa3, 0x1e, 0x7a, 0x3d, 0x50, 0xab, 0x63, 0x06, 0xe7, 0x15, 0xb5, 0x3f, 0xb6, 0x45, 0x37, 0x94 +.byte 0x37, 0xb1, 0x7e, 0xf2, 0x48, 0xc3, 0x7f, 0xc5, 0x75, 0xfe, 0x97, 0x8d, 0x45, 0x8f, 0x1a, 0xa7 +.byte 0x1a, 0x72, 0x28, 0x1a, 0x40, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x73, 0x00, 0x5b, 0x30 +.byte 0x71, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11 +.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73 +.byte 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55 +.byte 0x04, 0x61, 0x0c, 0x0e, 0x56, 0x41, 0x54, 0x48, 0x55, 0x2d, 0x32, 0x33, 0x35, 0x38, 0x34, 0x34 +.byte 0x39, 0x37, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x15, 0x65, 0x2d, 0x53 +.byte 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30 +.byte 0x31, 0x37, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x96, 0xdc, 0x3d +.byte 0x8a, 0xd8, 0xb0, 0x7b, 0x6f, 0xc6, 0x27, 0xbe, 0x44, 0x90, 0xb1, 0xb3, 0x56, 0x15, 0x7b, 0x8e +.byte 0x43, 0x24, 0x7d, 0x1a, 0x84, 0x59, 0xee, 0x63, 0x68, 0xb2, 0xc6, 0x5e, 0x87, 0xd0, 0x15, 0x48 +.byte 0x1e, 0xa8, 0x90, 0xad, 0xbd, 0x53, 0xa2, 0xda, 0xde, 0x3a, 0x90, 0xa6, 0x60, 0x5f, 0x68, 0x32 +.byte 0xb5, 0x86, 0x41, 0xdf, 0x87, 0x5b, 0x2c, 0x7b, 0xc5, 0xfe, 0x7c, 0x7a, 0xda, 0x00, 0x76, 0x00 +.byte 0x78, 0x30, 0x74, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c +.byte 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63 +.byte 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53 +.byte 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65 +.byte 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x45, 0x43 +.byte 0x2d, 0x33, 0x38, 0x34, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xc4 +.byte 0x28, 0x8e, 0xab, 0x18, 0x5b, 0x6a, 0xbe, 0x6e, 0x64, 0x37, 0x63, 0xe4, 0xcd, 0xec, 0xab, 0x3a +.byte 0xf7, 0xcc, 0xa1, 0xb8, 0x0e, 0x82, 0x49, 0xd7, 0x86, 0x29, 0x9f, 0xa1, 0x94, 0xf2, 0xe3, 0x60 +.byte 0x78, 0x98, 0x81, 0x78, 0x06, 0x4d, 0xf2, 0xec, 0x9a, 0x0e, 0x57, 0x60, 0x83, 0x9f, 0xb4, 0xe6 +.byte 0x17, 0x2f, 0x1a, 0xb3, 0x5d, 0x02, 0x5b, 0x89, 0x23, 0x3c, 0xc2, 0x11, 0x05, 0x2a, 0xa7, 0x88 +.byte 0x13, 0x18, 0xf3, 0x50, 0x84, 0xd7, 0xbd, 0x34, 0x2c, 0x27, 0x89, 0x55, 0xff, 0xce, 0x4c, 0xe7 +.byte 0xdf, 0xa6, 0x1f, 0x28, 0xc4, 0xf0, 0x54, 0xc3, 0xb9, 0x7c, 0xb7, 0x53, 0xad, 0xeb, 0xc2, 0x00 +.byte 0x7a, 0x00, 0x78, 0x30, 0x78, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x46, 0x4e, 0x4d +.byte 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x05 +.byte 0x43, 0x65, 0x72, 0x65, 0x73, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f +.byte 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x51, 0x32, 0x38, 0x32, 0x36, 0x30, 0x30, 0x34, 0x4a, 0x31 +.byte 0x2c, 0x30, 0x2a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x23, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49 +.byte 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x20, 0x53, 0x45, 0x52, 0x56, 0x49 +.byte 0x44, 0x4f, 0x52, 0x45, 0x53, 0x20, 0x53, 0x45, 0x47, 0x55, 0x52, 0x4f, 0x53, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xf6, 0xba, 0x57, 0x53, 0xc8, 0xca, 0xab, 0xdf, 0x36, 0x4a, 0x52 +.byte 0x21, 0xe4, 0x97, 0xd2, 0x83, 0x67, 0x9e, 0xf0, 0x65, 0x51, 0xd0, 0x5e, 0x87, 0xc7, 0x47, 0xb1 +.byte 0x59, 0xf2, 0x57, 0x47, 0x9b, 0x00, 0x02, 0x93, 0x44, 0x17, 0x69, 0xdb, 0x42, 0xc7, 0xb1, 0xb2 +.byte 0x3a, 0x18, 0x0e, 0xb4, 0x5d, 0x8c, 0xb3, 0x66, 0x5d, 0xa1, 0x34, 0xf9, 0x36, 0x2c, 0x49, 0xdb +.byte 0xf3, 0x46, 0xfc, 0xb3, 0x44, 0x69, 0x44, 0x13, 0x66, 0xfd, 0xd7, 0xc5, 0xfd, 0xaf, 0x36, 0x4d +.byte 0xce, 0x03, 0x4d, 0x07, 0x71, 0xcf, 0xaf, 0x6a, 0x05, 0xd2, 0xa2, 0x43, 0x5a, 0x0a, 0x52, 0x6f +.byte 0x01, 0x03, 0x4e, 0x8e, 0x8b, 0x00, 0x7c, 0x02, 0x26, 0x30, 0x7a, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53 +.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16, 0x43 +.byte 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd1, 0x2d, 0x8e, 0xbb, 0xb7, 0x36, 0xea, 0x6d, 0x37, 0x91 +.byte 0x9f, 0x4e, 0x93, 0xa7, 0x05, 0xe4, 0x29, 0x03, 0x25, 0xce, 0x1c, 0x82, 0xf7, 0x7c, 0x99, 0x9f +.byte 0x41, 0x06, 0xcd, 0xed, 0xa3, 0xba, 0xc0, 0xdb, 0x09, 0x2c, 0xc1, 0x7c, 0xdf, 0x29, 0x7e, 0x4b +.byte 0x65, 0x2f, 0x93, 0xa7, 0xd4, 0x01, 0x6b, 0x03, 0x28, 0x18, 0xa3, 0xd8, 0x9d, 0x05, 0xc1, 0x2a +.byte 0xd8, 0x45, 0xf1, 0x91, 0xde, 0xdf, 0x3b, 0xd0, 0x80, 0x02, 0x8c, 0xcf, 0x38, 0x0f, 0xea, 0xa7 +.byte 0x5c, 0x78, 0x11, 0xa4, 0xc1, 0xc8, 0x85, 0x5c, 0x25, 0xd3, 0xd3, 0xb2, 0xe7, 0x25, 0xcf, 0x11 +.byte 0x54, 0x97, 0xab, 0x35, 0xc0, 0x1e, 0x76, 0x1c, 0xef, 0x00, 0x53, 0x9f, 0x39, 0xdc, 0x14, 0xa5 +.byte 0x2c, 0x22, 0x25, 0xb3, 0x72, 0x72, 0xfc, 0x8d, 0xb3, 0xe5, 0x3e, 0x08, 0x1e, 0x14, 0x2a, 0x37 +.byte 0x0b, 0x88, 0x3c, 0xca, 0xb0, 0xf4, 0xc8, 0xc2, 0xa1, 0xae, 0xbc, 0xc1, 0xbe, 0x29, 0x67, 0x55 +.byte 0xe2, 0xfc, 0xad, 0x59, 0x5c, 0xfe, 0xbd, 0x57, 0x2c, 0xb0, 0x90, 0x8d, 0xc2, 0xed, 0x37, 0xb6 +.byte 0x7c, 0x99, 0x88, 0xb5, 0xd5, 0x03, 0x9a, 0x3d, 0x15, 0x0d, 0x3d, 0x3a, 0xa8, 0xa8, 0x45, 0xf0 +.byte 0x95, 0x4e, 0x25, 0x59, 0x1d, 0xcd, 0x98, 0x69, 0xbb, 0xd3, 0xcc, 0x32, 0xc9, 0x8d, 0xef, 0x81 +.byte 0xfe, 0xad, 0x7d, 0x89, 0xbb, 0xba, 0x60, 0x13, 0xca, 0x65, 0x95, 0x67, 0xa0, 0xf3, 0x19, 0xf6 +.byte 0x03, 0x56, 0xd4, 0x6a, 0xd3, 0x27, 0xe2, 0xa1, 0xad, 0x83, 0xf0, 0x4a, 0x12, 0x22, 0x77, 0x1c +.byte 0x05, 0x73, 0xe2, 0x19, 0x71, 0x42, 0xc0, 0xec, 0x75, 0x46, 0x9a, 0x90, 0x58, 0xe0, 0x6a, 0x8e +.byte 0x2b, 0xa5, 0x46, 0x30, 0x04, 0x8e, 0x19, 0xb2, 0x17, 0xe3, 0xbe, 0xa9, 0xba, 0x7f, 0x56, 0xf1 +.byte 0x24, 0x03, 0xd7, 0xb2, 0x21, 0x28, 0x76, 0x0e, 0x36, 0x30, 0x4c, 0x79, 0xd5, 0x41, 0x9a, 0x9a +.byte 0xa8, 0xb8, 0x35, 0xba, 0x0c, 0x3a, 0xf2, 0x44, 0x1b, 0x20, 0x88, 0xf7, 0xc5, 0x25, 0xd7, 0x3d +.byte 0xc6, 0xe3, 0x3e, 0x43, 0xdd, 0x87, 0xfe, 0xc4, 0xea, 0xf5, 0x53, 0x3e, 0x4c, 0x65, 0xff, 0x3b +.byte 0x4a, 0xcb, 0x78, 0x5a, 0x6b, 0x17, 0x5f, 0x0d, 0xc7, 0xc3, 0x4f, 0x4e, 0x9a, 0x2a, 0xa2, 0xed +.byte 0x57, 0x4d, 0x22, 0xe2, 0x46, 0x9a, 0x3f, 0x0f, 0x91, 0x34, 0x24, 0x7d, 0x55, 0xe3, 0x8c, 0x95 +.byte 0x37, 0xd3, 0x1a, 0xf0, 0x09, 0x2b, 0x2c, 0xd2, 0xc9, 0x8d, 0xb4, 0x0d, 0x00, 0xab, 0x67, 0x29 +.byte 0x28, 0xd8, 0x01, 0xf5, 0x19, 0x04, 0xb6, 0x1d, 0xbe, 0x76, 0xfe, 0x72, 0x5c, 0xc4, 0x85, 0xca +.byte 0xd2, 0x80, 0x41, 0xdf, 0x05, 0xa8, 0xa3, 0xd5, 0x84, 0x90, 0x4f, 0x0b, 0xf3, 0xe0, 0x3f, 0x9b +.byte 0x19, 0xd2, 0x37, 0x89, 0x3f, 0xf2, 0x7b, 0x52, 0x1c, 0x8c, 0xf6, 0xe1, 0xf7, 0x3c, 0x07, 0x97 +.byte 0x8c, 0x0e, 0xa2, 0x59, 0x81, 0x0c, 0xb2, 0x90, 0x3d, 0xd3, 0xe3, 0x59, 0x46, 0xed, 0x0f, 0xa9 +.byte 0xa7, 0xde, 0x80, 0x6b, 0x5a, 0xaa, 0x07, 0xb6, 0x19, 0xcb, 0xbc, 0x57, 0xf3, 0x97, 0x21, 0x7a +.byte 0x0c, 0xb1, 0x2b, 0x74, 0x3e, 0xeb, 0xda, 0xa7, 0x67, 0x2d, 0x4c, 0xc4, 0x98, 0x9e, 0x36, 0x09 +.byte 0x76, 0x66, 0x66, 0xfc, 0x1a, 0x3f, 0xea, 0x48, 0x54, 0x1c, 0xbe, 0x30, 0xbd, 0x80, 0x50, 0xbf +.byte 0x7c, 0xb5, 0xce, 0x00, 0xf6, 0x0c, 0x61, 0xd9, 0xe7, 0x24, 0x03, 0xe0, 0xe3, 0x01, 0x81, 0x0e +.byte 0xbd, 0xd8, 0x85, 0x34, 0x88, 0xbd, 0xb2, 0x36, 0xa8, 0x7b, 0x5c, 0x08, 0xe5, 0x44, 0x80, 0x8c +.byte 0x6f, 0xf8, 0x2f, 0xd5, 0x21, 0xca, 0x1d, 0x1c, 0xd0, 0xfb, 0xc4, 0xb5, 0x87, 0xd1, 0x3a, 0x4e +.byte 0xc7, 0x76, 0xb5, 0x35, 0x48, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x7d, 0x01, 0x26, 0x30 +.byte 0x7b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b +.byte 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72 +.byte 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30 +.byte 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x43, 0x6f, 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x43 +.byte 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x18, 0x41, 0x41, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 +.byte 0x61, 0x74, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbe, 0x40, 0x9d +.byte 0xf4, 0x6e, 0xe1, 0xea, 0x76, 0x87, 0x1c, 0x4d, 0x45, 0x44, 0x8e, 0xbe, 0x46, 0xc8, 0x83, 0x06 +.byte 0x9d, 0xc1, 0x2a, 0xfe, 0x18, 0x1f, 0x8e, 0xe4, 0x02, 0xfa, 0xf3, 0xab, 0x5d, 0x50, 0x8a, 0x16 +.byte 0x31, 0x0b, 0x9a, 0x06, 0xd0, 0xc5, 0x70, 0x22, 0xcd, 0x49, 0x2d, 0x54, 0x63, 0xcc, 0xb6, 0x6e +.byte 0x68, 0x46, 0x0b, 0x53, 0xea, 0xcb, 0x4c, 0x24, 0xc0, 0xbc, 0x72, 0x4e, 0xea, 0xf1, 0x15, 0xae +.byte 0xf4, 0x54, 0x9a, 0x12, 0x0a, 0xc3, 0x7a, 0xb2, 0x33, 0x60, 0xe2, 0xda, 0x89, 0x55, 0xf3, 0x22 +.byte 0x58, 0xf3, 0xde, 0xdc, 0xcf, 0xef, 0x83, 0x86, 0xa2, 0x8c, 0x94, 0x4f, 0x9f, 0x68, 0xf2, 0x98 +.byte 0x90, 0x46, 0x84, 0x27, 0xc7, 0x76, 0xbf, 0xe3, 0xcc, 0x35, 0x2c, 0x8b, 0x5e, 0x07, 0x64, 0x65 +.byte 0x82, 0xc0, 0x48, 0xb0, 0xa8, 0x91, 0xf9, 0x61, 0x9f, 0x76, 0x20, 0x50, 0xa8, 0x91, 0xc7, 0x66 +.byte 0xb5, 0xeb, 0x78, 0x62, 0x03, 0x56, 0xf0, 0x8a, 0x1a, 0x13, 0xea, 0x31, 0xa3, 0x1e, 0xa0, 0x99 +.byte 0xfd, 0x38, 0xf6, 0xf6, 0x27, 0x32, 0x58, 0x6f, 0x07, 0xf5, 0x6b, 0xb8, 0xfb, 0x14, 0x2b, 0xaf +.byte 0xb7, 0xaa, 0xcc, 0xd6, 0x63, 0x5f, 0x73, 0x8c, 0xda, 0x05, 0x99, 0xa8, 0x38, 0xa8, 0xcb, 0x17 +.byte 0x78, 0x36, 0x51, 0xac, 0xe9, 0x9e, 0xf4, 0x78, 0x3a, 0x8d, 0xcf, 0x0f, 0xd9, 0x42, 0xe2, 0x98 +.byte 0x0c, 0xab, 0x2f, 0x9f, 0x0e, 0x01, 0xde, 0xef, 0x9f, 0x99, 0x49, 0xf1, 0x2d, 0xdf, 0xac, 0x74 +.byte 0x4d, 0x1b, 0x98, 0xb5, 0x47, 0xc5, 0xe5, 0x29, 0xd1, 0xf9, 0x90, 0x18, 0xc7, 0x62, 0x9c, 0xbe +.byte 0x83, 0xc7, 0x26, 0x7b, 0x3e, 0x8a, 0x25, 0xc7, 0xc0, 0xdd, 0x9d, 0xe6, 0x35, 0x68, 0x10, 0x20 +.byte 0x9d, 0x8f, 0xd8, 0xde, 0xd2, 0xc3, 0x84, 0x9c, 0x0d, 0x5e, 0xe8, 0x2f, 0xc9, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x7e, 0x00, 0x78, 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05 +.byte 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 +.byte 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x45, 0x6e, 0xa9, 0x50 +.byte 0xc4, 0xa6, 0x23, 0x36, 0x9e, 0x5f, 0x28, 0x8d, 0x17, 0xcb, 0x96, 0x22, 0x64, 0x3f, 0xdc, 0x7a +.byte 0x8e, 0x1d, 0xcc, 0x08, 0xb3, 0xa2, 0x71, 0x24, 0xba, 0x8e, 0x49, 0xb9, 0x04, 0x1b, 0x47, 0x96 +.byte 0x58, 0xab, 0x2d, 0x95, 0xc8, 0xed, 0x9e, 0x08, 0x35, 0xc8, 0x27, 0xeb, 0x89, 0x8c, 0x53, 0x58 +.byte 0xeb, 0x62, 0x8a, 0xfe, 0xf0, 0x5b, 0x0f, 0x6b, 0x31, 0x52, 0x63, 0x41, 0x3b, 0x89, 0xcd, 0xec +.byte 0xec, 0xb6, 0x8d, 0x19, 0xd3, 0x34, 0x07, 0xdc, 0xbb, 0xc6, 0x06, 0x7f, 0xc2, 0x45, 0x95, 0xec +.byte 0xcb, 0x7f, 0xa8, 0x23, 0xe0, 0x09, 0xe9, 0x81, 0xfa, 0xf3, 0x47, 0xd3, 0x00, 0x7e, 0x02, 0x26 +.byte 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31 +.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f +.byte 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20 +.byte 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x53, 0x41, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf9 +.byte 0x0f, 0xdd, 0xa3, 0x2b, 0x7d, 0xcb, 0xd0, 0x2a, 0xfe, 0xec, 0x67, 0x85, 0xa6, 0xe7, 0x2e, 0x1b +.byte 0xba, 0x77, 0xe1, 0xe3, 0xf5, 0xaf, 0xa4, 0xec, 0xfa, 0x4a, 0x5d, 0x91, 0xc4, 0x57, 0x47, 0x6b +.byte 0x18, 0x77, 0x6b, 0x76, 0xf2, 0xfd, 0x93, 0xe4, 0x3d, 0x0f, 0xc2, 0x16, 0x9e, 0x0b, 0x66, 0xc3 +.byte 0x56, 0x94, 0x9e, 0x17, 0x83, 0x85, 0xce, 0x56, 0xef, 0xf2, 0x16, 0xfd, 0x00, 0x62, 0xf5, 0x22 +.byte 0x09, 0x54, 0xe8, 0x65, 0x17, 0x4e, 0x41, 0xb9, 0xe0, 0x4f, 0x46, 0x97, 0xaa, 0x1b, 0xc8, 0xb8 +.byte 0x6e, 0x62, 0x5e, 0x69, 0xb1, 0x5f, 0xdb, 0x2a, 0x02, 0x7e, 0xfc, 0x6c, 0xca, 0xf3, 0x41, 0xd8 +.byte 0xed, 0xd0, 0xe8, 0xfc, 0x3f, 0x61, 0x48, 0xed, 0xb0, 0x03, 0x14, 0x1d, 0x10, 0x0e, 0x4b, 0x19 +.byte 0xe0, 0xbb, 0x4e, 0xec, 0x86, 0x65, 0xff, 0x36, 0xf3, 0x5e, 0x67, 0x02, 0x0b, 0x9d, 0x86, 0x55 +.byte 0x61, 0xfd, 0x7a, 0x38, 0xed, 0xfe, 0xe2, 0x19, 0x00, 0xb7, 0x6f, 0xa1, 0x50, 0x62, 0x75, 0x74 +.byte 0x3c, 0xa0, 0xfa, 0xc8, 0x25, 0x92, 0xb4, 0x6e, 0x7a, 0x22, 0xc7, 0xf8, 0x1e, 0xa1, 0xe3, 0xb2 +.byte 0xdd, 0x91, 0x31, 0xab, 0x2b, 0x1d, 0x04, 0xff, 0xa5, 0x4a, 0x04, 0x37, 0xe9, 0x85, 0xa4, 0x33 +.byte 0x2b, 0xfd, 0xe2, 0xd6, 0x55, 0x34, 0x7c, 0x19, 0xa4, 0x4a, 0x68, 0xc7, 0xb2, 0xa8, 0xd3, 0xb7 +.byte 0xca, 0xa1, 0x93, 0x88, 0xeb, 0xc1, 0x97, 0xbc, 0x8c, 0xf9, 0x1d, 0xd9, 0x22, 0x84, 0x24, 0x74 +.byte 0xc7, 0x04, 0x3d, 0x6a, 0xa9, 0x29, 0x93, 0xcc, 0xeb, 0xb8, 0x5b, 0xe1, 0xfe, 0x5f, 0x25, 0xaa +.byte 0x34, 0x58, 0xc8, 0xc1, 0x23, 0x54, 0x9d, 0x1b, 0x98, 0x11, 0xc3, 0x38, 0x9c, 0x7e, 0x3d, 0x86 +.byte 0x6c, 0xa5, 0x0f, 0x40, 0x86, 0x7c, 0x02, 0xf4, 0x5c, 0x02, 0x4f, 0x28, 0xcb, 0xae, 0x71, 0x9f +.byte 0x0f, 0x3a, 0xc8, 0x33, 0xfe, 0x11, 0x25, 0x35, 0xea, 0xfc, 0xba, 0xc5, 0x60, 0x3d, 0xd9, 0x7c +.byte 0x18, 0xd5, 0xb2, 0xa9, 0xd3, 0x75, 0x78, 0x03, 0x72, 0x22, 0xca, 0x3a, 0xc3, 0x1f, 0xef, 0x2c +.byte 0xe5, 0x2e, 0xa9, 0xfa, 0x9e, 0x2c, 0xb6, 0x51, 0x46, 0xfd, 0xaf, 0x03, 0xd6, 0xea, 0x60, 0x68 +.byte 0xea, 0x85, 0x16, 0x36, 0x6b, 0x85, 0xe9, 0x1e, 0xc0, 0xb3, 0xdd, 0xc4, 0x24, 0xdc, 0x80, 0x2a +.byte 0x81, 0x41, 0x6d, 0x94, 0x3e, 0xc8, 0xe0, 0xc9, 0x81, 0x41, 0x00, 0x9e, 0x5e, 0xbf, 0x7f, 0xc5 +.byte 0x08, 0x98, 0xa2, 0x18, 0x2c, 0x42, 0x40, 0xb3, 0xf9, 0x6f, 0x38, 0x27, 0x4b, 0x4e, 0x80, 0xf4 +.byte 0x3d, 0x81, 0x47, 0xe0, 0x88, 0x7c, 0xea, 0x1c, 0xce, 0xb5, 0x75, 0x5c, 0x51, 0x2e, 0x1c, 0x2b +.byte 0x7f, 0x1a, 0x72, 0x28, 0xe7, 0x00, 0xb5, 0xd1, 0x74, 0xc6, 0xd7, 0xe4, 0x9f, 0xad, 0x07, 0x93 +.byte 0xb6, 0x53, 0x35, 0x35, 0xfc, 0x37, 0xe4, 0xc3, 0xf6, 0x5d, 0x16, 0xbe, 0x21, 0x73, 0xde, 0x92 +.byte 0x0a, 0xf8, 0xa0, 0x63, 0x6a, 0xbc, 0x96, 0x92, 0x6a, 0x3e, 0xf8, 0xbc, 0x65, 0x55, 0x9b, 0xde +.byte 0xf5, 0x0d, 0x89, 0x26, 0x04, 0xfc, 0x25, 0x1a, 0xa6, 0x25, 0x69, 0xcb, 0xc2, 0x6d, 0xca, 0x7c +.byte 0xe2, 0x59, 0x5f, 0x97, 0xac, 0xeb, 0xef, 0x2e, 0xc8, 0xbc, 0xd7, 0x1b, 0x59, 0x3c, 0x2b, 0xcc +.byte 0xf2, 0x19, 0xc8, 0x93, 0x6b, 0x27, 0x63, 0x19, 0xcf, 0xfc, 0xe9, 0x26, 0xf8, 0xca, 0x71, 0x9b +.byte 0x7f, 0x93, 0xfe, 0x34, 0x67, 0x84, 0x4e, 0x99, 0xeb, 0xfc, 0xb3, 0x78, 0x09, 0x33, 0x70, 0xba +.byte 0x66, 0xa6, 0x76, 0xed, 0x1b, 0x73, 0xeb, 0x1a, 0xa5, 0x0d, 0xc4, 0x22, 0x13, 0x20, 0x94, 0x56 +.byte 0x0a, 0x4e, 0x2c, 0x6c, 0x4e, 0xb1, 0xfd, 0xcf, 0x9c, 0x09, 0xba, 0xa2, 0x33, 0xed, 0x87, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x80, 0x01, 0x26, 0x30, 0x7e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f +.byte 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x43 +.byte 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65 +.byte 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe3, 0xfb, 0x7d, 0xa3, 0x72, 0xba, 0xc2 +.byte 0xf0, 0xc9, 0x14, 0x87, 0xf5, 0x6b, 0x01, 0x4e, 0xe1, 0x6e, 0x40, 0x07, 0xba, 0x6d, 0x27, 0x5d +.byte 0x7f, 0xf7, 0x5b, 0x2d, 0xb3, 0x5a, 0xc7, 0x51, 0x5f, 0xab, 0xa4, 0x32, 0xa6, 0x61, 0x87, 0xb6 +.byte 0x6e, 0x0f, 0x86, 0xd2, 0x30, 0x02, 0x97, 0xf8, 0xd7, 0x69, 0x57, 0xa1, 0x18, 0x39, 0x5d, 0x6a +.byte 0x64, 0x79, 0xc6, 0x01, 0x59, 0xac, 0x3c, 0x31, 0x4a, 0x38, 0x7c, 0xd2, 0x04, 0xd2, 0x4b, 0x28 +.byte 0xe8, 0x20, 0x5f, 0x3b, 0x07, 0xa2, 0xcc, 0x4d, 0x73, 0xdb, 0xf3, 0xae, 0x4f, 0xc7, 0x56, 0xd5 +.byte 0x5a, 0xa7, 0x96, 0x89, 0xfa, 0xf3, 0xab, 0x68, 0xd4, 0x23, 0x86, 0x59, 0x27, 0xcf, 0x09, 0x27 +.byte 0xbc, 0xac, 0x6e, 0x72, 0x83, 0x1c, 0x30, 0x72, 0xdf, 0xe0, 0xa2, 0xe9, 0xd2, 0xe1, 0x74, 0x75 +.byte 0x19, 0xbd, 0x2a, 0x9e, 0x7b, 0x15, 0x54, 0x04, 0x1b, 0xd7, 0x43, 0x39, 0xad, 0x55, 0x28, 0xc5 +.byte 0xe2, 0x1a, 0xbb, 0xf4, 0xc0, 0xe4, 0xae, 0x38, 0x49, 0x33, 0xcc, 0x76, 0x85, 0x9f, 0x39, 0x45 +.byte 0xd2, 0xa4, 0x9e, 0xf2, 0x12, 0x8c, 0x51, 0xf8, 0x7c, 0xe4, 0x2d, 0x7f, 0xf5, 0xac, 0x5f, 0xeb +.byte 0x16, 0x9f, 0xb1, 0x2d, 0xd1, 0xba, 0xcc, 0x91, 0x42, 0x77, 0x4c, 0x25, 0xc9, 0x90, 0x38, 0x6f +.byte 0xdb, 0xf0, 0xcc, 0xfb, 0x8e, 0x1e, 0x97, 0x59, 0x3e, 0xd5, 0x60, 0x4e, 0xe6, 0x05, 0x28, 0xed +.byte 0x49, 0x79, 0x13, 0x4b, 0xba, 0x48, 0xdb, 0x2f, 0xf9, 0x72, 0xd3, 0x39, 0xca, 0xfe, 0x1f, 0xd8 +.byte 0x34, 0x72, 0xf5, 0xb4, 0x40, 0xcf, 0x31, 0x01, 0xc3, 0xec, 0xde, 0x11, 0x2d, 0x17, 0x5d, 0x1f +.byte 0xb8, 0x50, 0xd1, 0x5e, 0x19, 0xa7, 0x69, 0xde, 0x07, 0x33, 0x28, 0xca, 0x50, 0x95, 0xf9, 0xa7 +.byte 0x54, 0xcb, 0x54, 0x86, 0x50, 0x45, 0xa9, 0xf9, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x81 +.byte 0x00, 0x78, 0x30, 0x7f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61 +.byte 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73 +.byte 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53 +.byte 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x34, 0x30 +.byte 0x32, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2b, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20 +.byte 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20 +.byte 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xaa, 0x12, 0x47, 0x90, 0x98 +.byte 0x1b, 0xfb, 0xef, 0xc3, 0x40, 0x07, 0x83, 0x20, 0x4e, 0xf1, 0x30, 0x82, 0xa2, 0x06, 0xd1, 0xf2 +.byte 0x92, 0x86, 0x61, 0xf2, 0xf6, 0x21, 0x68, 0xca, 0x00, 0xc4, 0xc7, 0xea, 0x43, 0x00, 0x54, 0x86 +.byte 0xdc, 0xfd, 0x1f, 0xdf, 0x00, 0xb8, 0x41, 0x62, 0x5c, 0xdc, 0x70, 0x16, 0x32, 0xde, 0x1f, 0x99 +.byte 0xd4, 0xcc, 0xc5, 0x07, 0xc8, 0x08, 0x1f, 0x61, 0x16, 0x07, 0x51, 0x3d, 0x7d, 0x5c, 0x07, 0x53 +.byte 0xe3, 0x35, 0x38, 0x8c, 0xdf, 0xcd, 0x9f, 0xd9, 0x2e, 0x0d, 0x4a, 0xb6, 0x19, 0x2e, 0x5a, 0x70 +.byte 0x5a, 0x06, 0xed, 0xbe, 0xf0, 0xa1, 0xb0, 0xca, 0xd0, 0x09, 0x29, 0x00, 0x83, 0x02, 0x26, 0x30 +.byte 0x81, 0x80, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31 +.byte 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74 +.byte 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53 +.byte 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65 +.byte 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x24, 0x30, 0x22 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41 +.byte 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xbd, 0xf9, 0x78, 0xf8, 0xe6, 0xd5, 0x80, 0x0c, 0x64, 0x9d, 0x86, 0x1b, 0x96 +.byte 0x64, 0x67, 0x3f, 0x22, 0x3a, 0x1e, 0x75, 0x01, 0x7d, 0xef, 0xfb, 0x5c, 0x67, 0x8c, 0xc9, 0xcc +.byte 0x5c, 0x6b, 0xa9, 0x91, 0xe6, 0xb9, 0x42, 0xe5, 0x20, 0x4b, 0x9b, 0xda, 0x9b, 0x7b, 0xb9, 0x99 +.byte 0x5d, 0xd9, 0x9b, 0x80, 0x4b, 0xd7, 0x84, 0x40, 0x2b, 0x27, 0xd3, 0xe8, 0xba, 0x30, 0xbb, 0x3e +.byte 0x09, 0x1a, 0xa7, 0x49, 0x95, 0xef, 0x2b, 0x40, 0x24, 0xc2, 0x97, 0xc7, 0xa7, 0xee, 0x9b, 0x25 +.byte 0xef, 0xa8, 0x0a, 0x00, 0x97, 0x85, 0x5a, 0xaa, 0x9d, 0xdc, 0x29, 0xc9, 0xe2, 0x35, 0x07, 0xeb +.byte 0x70, 0x4d, 0x4a, 0xd6, 0xc1, 0xb3, 0x56, 0xb8, 0xa1, 0x41, 0x38, 0x9b, 0xd1, 0xfb, 0x31, 0x7f +.byte 0x8f, 0xe0, 0x5f, 0xe1, 0xb1, 0x3f, 0x0f, 0x8e, 0x16, 0x49, 0x60, 0xd7, 0x06, 0x8d, 0x18, 0xf9 +.byte 0xaa, 0x26, 0x10, 0xab, 0x2a, 0xd3, 0xd0, 0xd1, 0x67, 0x8d, 0x1b, 0x46, 0xbe, 0x47, 0x30, 0xd5 +.byte 0x2e, 0x72, 0xd1, 0xc5, 0x63, 0xda, 0xe7, 0x63, 0x79, 0x44, 0x7e, 0x4b, 0x63, 0x24, 0x89, 0x86 +.byte 0x2e, 0x34, 0x3f, 0x29, 0x4c, 0x52, 0x8b, 0x2a, 0xa7, 0xc0, 0xe2, 0x91, 0x28, 0x89, 0xb9, 0xc0 +.byte 0x5b, 0xf9, 0x1d, 0xd9, 0xe7, 0x27, 0xad, 0xff, 0x9a, 0x02, 0x97, 0xc1, 0xc6, 0x50, 0x92, 0x9b +.byte 0x02, 0x2c, 0xbd, 0xa9, 0xb9, 0x34, 0x59, 0x0a, 0xbf, 0x84, 0x4a, 0xff, 0xdf, 0xfe, 0xb3, 0x9f +.byte 0xeb, 0xd9, 0x9e, 0xe0, 0x98, 0x23, 0xec, 0xa6, 0x6b, 0x77, 0x16, 0x2a, 0xdb, 0xcc, 0xad, 0x3b +.byte 0x1c, 0xa4, 0x87, 0xdc, 0x46, 0x73, 0x5e, 0x19, 0x62, 0x68, 0x45, 0x57, 0xe4, 0x90, 0x82, 0x42 +.byte 0xbb, 0x42, 0xd6, 0xf0, 0x61, 0xe0, 0xc1, 0xa3, 0x3d, 0x66, 0xa3, 0x5d, 0xf4, 0x18, 0xee, 0x88 +.byte 0xc9, 0x8d, 0x17, 0x45, 0x29, 0x99, 0x32, 0x75, 0x02, 0x31, 0xee, 0x29, 0x26, 0xc8, 0x6b, 0x02 +.byte 0xe6, 0xb5, 0x62, 0x45, 0x7f, 0x37, 0x15, 0x5a, 0x23, 0x68, 0x89, 0xd4, 0x3e, 0xde, 0x4e, 0x27 +.byte 0xb0, 0xf0, 0x40, 0x0c, 0xbc, 0x4d, 0x17, 0xcb, 0x4d, 0xa2, 0xb3, 0x1e, 0xd0, 0x06, 0x5a, 0xdd +.byte 0xf6, 0x93, 0xcf, 0x57, 0x75, 0x99, 0xf5, 0xfa, 0x86, 0x1a, 0x67, 0x78, 0xb3, 0xbf, 0x96, 0xfe +.byte 0x34, 0xdc, 0xbd, 0xe7, 0x52, 0x56, 0xe5, 0xb3, 0xe5, 0x75, 0x7b, 0xd7, 0x41, 0x91, 0x05, 0xdc +.byte 0x5d, 0x69, 0xe3, 0x95, 0x0d, 0x43, 0xb9, 0xfc, 0x83, 0x96, 0x39, 0x95, 0x7b, 0x6c, 0x80, 0x5a +.byte 0x4f, 0x13, 0x72, 0xc6, 0xd7, 0x7d, 0x29, 0x7a, 0x44, 0xba, 0x52, 0xa4, 0x2a, 0xd5, 0x41, 0x46 +.byte 0x09, 0x20, 0xfe, 0x22, 0xa0, 0xb6, 0x5b, 0x30, 0x8d, 0xbc, 0x89, 0x0c, 0xd5, 0xd7, 0x70, 0xf8 +.byte 0x87, 0x52, 0xfd, 0xda, 0xef, 0xac, 0x51, 0x2e, 0x07, 0xb3, 0x4e, 0xfe, 0xd0, 0x09, 0xda, 0x70 +.byte 0xef, 0x98, 0xfa, 0x56, 0xe6, 0x6d, 0xdb, 0xb5, 0x57, 0x4b, 0xdc, 0xe5, 0x2c, 0x25, 0x15, 0xc8 +.byte 0x9e, 0x2e, 0x78, 0x4e, 0xf8, 0xda, 0x9c, 0x9e, 0x86, 0x2c, 0xca, 0x57, 0xf3, 0x1a, 0xe5, 0xc8 +.byte 0x92, 0x8b, 0x1a, 0x82, 0x96, 0x7a, 0xc3, 0xbc, 0x50, 0x12, 0x69, 0xd8, 0x0e, 0x5a, 0x46, 0x8b +.byte 0x3a, 0xeb, 0x26, 0xfa, 0x23, 0xc9, 0xb6, 0xb0, 0x81, 0xbe, 0x42, 0x00, 0xa4, 0xf8, 0xd6, 0xfe +.byte 0x30, 0x2e, 0xc7, 0xd2, 0x46, 0xf6, 0xe5, 0x8e, 0x75, 0xfd, 0xf2, 0xcc, 0xb9, 0xd0, 0x87, 0x5b +.byte 0xcc, 0x06, 0x10, 0x60, 0xbb, 0x83, 0x35, 0xb7, 0x5e, 0x67, 0xde, 0x47, 0xec, 0x99, 0x48, 0xf1 +.byte 0xa4, 0xa1, 0x15, 0xfe, 0xad, 0x8c, 0x62, 0x8e, 0x39, 0x55, 0x4f, 0x39, 0x16, 0xb9, 0xb1, 0x63 +.byte 0x9d, 0xff, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x83, 0x00, 0x78, 0x30, 0x81, 0x80, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d +.byte 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x19, 0x30 +.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20 +.byte 0x45, 0x42, 0x47, 0x20, 0x41, 0x2e, 0x53, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x14, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x45, 0x43, 0x43, 0x20, 0x76, 0x33, 0x30 +.byte 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81 +.byte 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x8e, 0x98, 0x29, 0xbf, 0xc7, 0x10, 0x1e, 0x27, 0xdb +.byte 0xab, 0x03, 0xcc, 0x28, 0x2c, 0xd8, 0x5e, 0x48, 0x19, 0x10, 0x29, 0xcc, 0xcb, 0x59, 0x81, 0xcc +.byte 0x8c, 0xb8, 0x92, 0x17, 0x89, 0x83, 0x2a, 0x92, 0xf6, 0xc3, 0xa4, 0x1d, 0x4c, 0x62, 0xd5, 0x9f +.byte 0xd6, 0xa0, 0x46, 0xdc, 0x1c, 0xbc, 0x76, 0xc1, 0xe3, 0x47, 0xd0, 0x5b, 0x13, 0xda, 0xe7, 0xa5 +.byte 0xb3, 0x66, 0x48, 0xe7, 0x21, 0x9a, 0x4a, 0x4f, 0x86, 0x0a, 0x7d, 0x6c, 0xea, 0x4d, 0x32, 0x80 +.byte 0x0a, 0xb2, 0x7a, 0x09, 0x9b, 0x69, 0x4b, 0x98, 0x81, 0xe2, 0x2e, 0xec, 0x02, 0x70, 0x96, 0x1f +.byte 0xfd, 0xf5, 0x46, 0xce, 0xca, 0xdc, 0x82, 0x00, 0x83, 0x02, 0x26, 0x30, 0x81, 0x80, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x45 +.byte 0x42, 0x47, 0x20, 0x41, 0x2e, 0x53, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x14, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x52, 0x53, 0x41, 0x20, 0x76, 0x33, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2 +.byte 0x66, 0xf0, 0x89, 0xb7, 0x72, 0x7b, 0xee, 0x09, 0xc9, 0x63, 0xd2, 0xd3, 0x43, 0xdd, 0x5e, 0xc3 +.byte 0xa6, 0x84, 0x38, 0x4a, 0xf1, 0x8d, 0x81, 0xbb, 0x14, 0xbd, 0x47, 0xe8, 0x40, 0x17, 0xf3, 0x3d +.byte 0xc3, 0x78, 0x45, 0x72, 0xa6, 0x2e, 0x90, 0xde, 0x9a, 0x3a, 0xd4, 0x20, 0x71, 0xca, 0xbc, 0x9f +.byte 0x1d, 0x4b, 0x97, 0x0a, 0xc7, 0x31, 0xba, 0x3e, 0xd7, 0xfe, 0x25, 0xa9, 0x2a, 0x8e, 0x36, 0xf4 +.byte 0xd1, 0x2f, 0xc7, 0xb7, 0xa9, 0x5d, 0x33, 0xdc, 0x30, 0x70, 0xf8, 0x40, 0x6c, 0x4b, 0xb2, 0xa6 +.byte 0x31, 0x61, 0xd1, 0x34, 0x3c, 0x3d, 0x31, 0x7a, 0xc7, 0xaf, 0xc4, 0xa7, 0xa7, 0x84, 0xe1, 0x97 +.byte 0xa4, 0xe8, 0x4b, 0xf6, 0x17, 0x7c, 0xee, 0x3c, 0x07, 0xed, 0xe2, 0x8a, 0x57, 0xdc, 0xb6, 0xfb +.byte 0xf8, 0x43, 0x25, 0x50, 0xea, 0x27, 0x81, 0xa8, 0x86, 0xbc, 0x8f, 0x52, 0x4a, 0x96, 0x3a, 0x60 +.byte 0x1a, 0x96, 0xbb, 0xfd, 0x73, 0xf4, 0x85, 0xfd, 0x83, 0xfd, 0x7f, 0x84, 0x6d, 0x34, 0x6c, 0x7f +.byte 0x6a, 0xb7, 0x4b, 0x01, 0x03, 0xbf, 0xad, 0x69, 0xb7, 0xd7, 0x32, 0xd9, 0xf5, 0x57, 0x6a, 0xe9 +.byte 0x86, 0x82, 0x3e, 0xa5, 0x66, 0x31, 0xb3, 0x16, 0x3d, 0xc2, 0xf3, 0x26, 0x60, 0x32, 0xd3, 0x52 +.byte 0x1e, 0xb0, 0x6c, 0xa4, 0x37, 0x3e, 0xf4, 0xf5, 0xaf, 0xeb, 0xe1, 0xdf, 0x80, 0x06, 0xcf, 0x2a +.byte 0x41, 0xe7, 0x66, 0x09, 0xe1, 0x4b, 0x97, 0xe7, 0x77, 0xbd, 0x21, 0x6d, 0x29, 0xb6, 0x67, 0xc3 +.byte 0x2d, 0x7e, 0xed, 0xd6, 0x79, 0x65, 0xd1, 0xcf, 0x3a, 0xb6, 0xd1, 0xb1, 0x5e, 0x56, 0x61, 0x50 +.byte 0x7a, 0x5a, 0xce, 0x4e, 0x50, 0x31, 0x80, 0x03, 0x98, 0x47, 0xe7, 0xe4, 0x18, 0x7c, 0x44, 0x5a +.byte 0xc6, 0xa4, 0xb3, 0x3b, 0xc6, 0xc6, 0xc3, 0x3a, 0xf0, 0x6c, 0xc3, 0x8b, 0xc8, 0xa4, 0x91, 0x05 +.byte 0xf3, 0xf5, 0xd9, 0xb6, 0xaa, 0x06, 0xa1, 0xb7, 0xab, 0xe4, 0xb1, 0xea, 0x21, 0x14, 0x5c, 0x83 +.byte 0xa4, 0xfc, 0xff, 0xb6, 0x50, 0xd3, 0x8c, 0x12, 0x26, 0x99, 0x76, 0x70, 0xe9, 0xc0, 0x0f, 0xa6 +.byte 0x74, 0xfc, 0xbb, 0xd0, 0x1b, 0x78, 0xce, 0x72, 0x92, 0xe2, 0x28, 0x9c, 0xbc, 0xe6, 0xe9, 0x09 +.byte 0xd8, 0x3a, 0xd3, 0x89, 0xe6, 0xbe, 0x2e, 0x77, 0xdf, 0x01, 0x0a, 0x6f, 0x96, 0xf6, 0xe5, 0x8d +.byte 0x3c, 0x4d, 0x52, 0x76, 0x1a, 0x56, 0xe1, 0x73, 0x7e, 0x17, 0xac, 0x3d, 0xad, 0x6c, 0xa3, 0x52 +.byte 0x12, 0x18, 0x70, 0xe6, 0x80, 0x4e, 0x33, 0xf2, 0x7e, 0x26, 0x32, 0xac, 0x05, 0x8d, 0x38, 0xa4 +.byte 0xe6, 0x76, 0x3c, 0x9f, 0x10, 0x69, 0x0e, 0x6d, 0x9d, 0xd2, 0xc1, 0x79, 0x20, 0x6b, 0x5b, 0xcf +.byte 0x33, 0x8d, 0xd1, 0x94, 0x76, 0x35, 0xe7, 0x5d, 0x55, 0xc7, 0xb7, 0xac, 0x28, 0xab, 0x46, 0xcc +.byte 0xe7, 0x3b, 0x21, 0xb5, 0x0a, 0x0a, 0xe4, 0x4a, 0x59, 0xdc, 0x81, 0x35, 0x4b, 0x44, 0x95, 0x12 +.byte 0x0a, 0x67, 0xa5, 0xa1, 0xff, 0x5b, 0x00, 0x07, 0xd2, 0xc0, 0xcc, 0xf9, 0x3f, 0xfc, 0x9f, 0x33 +.byte 0xf2, 0x00, 0xf8, 0x8c, 0x6c, 0x87, 0x9d, 0x06, 0x2d, 0xf1, 0xef, 0xe3, 0xe6, 0x06, 0xfa, 0xc5 +.byte 0x66, 0x13, 0x5b, 0xfc, 0x50, 0x07, 0x9e, 0x71, 0x86, 0xb2, 0xda, 0x6f, 0x74, 0x30, 0xcf, 0x93 +.byte 0x53, 0xe8, 0xdc, 0x22, 0xd6, 0xde, 0x20, 0x1f, 0x61, 0x8d, 0xa3, 0x2e, 0xa3, 0x78, 0x32, 0x90 +.byte 0x6c, 0xdc, 0xac, 0x32, 0xb5, 0x05, 0xe4, 0xf5, 0x3c, 0x33, 0x0d, 0xd6, 0xe0, 0x87, 0x77, 0x17 +.byte 0x4c, 0x9d, 0xb0, 0xd8, 0x09, 0xa8, 0x0d, 0x57, 0xf7, 0x44, 0x85, 0xf0, 0xc8, 0x04, 0xbe, 0x5c +.byte 0x5d, 0x5a, 0xe3, 0x17, 0x8e, 0x54, 0x63, 0x69, 0x7f, 0x49, 0x74, 0x64, 0x05, 0x8c, 0xa3, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x84, 0x01, 0x26, 0x30, 0x81, 0x81, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04 +.byte 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68 +.byte 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07 +.byte 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69 +.byte 0x74, 0x65, 0x64, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x43, 0x4f +.byte 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x40, 0x8b +.byte 0x8b, 0x72, 0xe3, 0x91, 0x1b, 0xf7, 0x51, 0xc1, 0x1b, 0x54, 0x04, 0x98, 0xd3, 0xa9, 0xbf, 0xc1 +.byte 0xe6, 0x8a, 0x5d, 0x3b, 0x87, 0xfb, 0xbb, 0x88, 0xce, 0x0d, 0xe3, 0x2f, 0x3f, 0x06, 0x96, 0xf0 +.byte 0xa2, 0x29, 0x50, 0x99, 0xae, 0xdb, 0x3b, 0xa1, 0x57, 0xb0, 0x74, 0x51, 0x71, 0xcd, 0xed, 0x42 +.byte 0x91, 0x4d, 0x41, 0xfe, 0xa9, 0xc8, 0xd8, 0x6a, 0x86, 0x77, 0x44, 0xbb, 0x59, 0x66, 0x97, 0x50 +.byte 0x5e, 0xb4, 0xd4, 0x2c, 0x70, 0x44, 0xcf, 0xda, 0x37, 0x95, 0x42, 0x69, 0x3c, 0x30, 0xc4, 0x71 +.byte 0xb3, 0x52, 0xf0, 0x21, 0x4d, 0xa1, 0xd8, 0xba, 0x39, 0x7c, 0x1c, 0x9e, 0xa3, 0x24, 0x9d, 0xf2 +.byte 0x83, 0x16, 0x98, 0xaa, 0x16, 0x7c, 0x43, 0x9b, 0x15, 0x5b, 0xb7, 0xae, 0x34, 0x91, 0xfe, 0xd4 +.byte 0x62, 0x26, 0x18, 0x46, 0x9a, 0x3f, 0xeb, 0xc1, 0xf9, 0xf1, 0x90, 0x57, 0xeb, 0xac, 0x7a, 0x0d +.byte 0x8b, 0xdb, 0x72, 0x30, 0x6a, 0x66, 0xd5, 0xe0, 0x46, 0xa3, 0x70, 0xdc, 0x68, 0xd9, 0xff, 0x04 +.byte 0x48, 0x89, 0x77, 0xde, 0xb5, 0xe9, 0xfb, 0x67, 0x6d, 0x41, 0xe9, 0xbc, 0x39, 0xbd, 0x32, 0xd9 +.byte 0x62, 0x02, 0xf1, 0xb1, 0xa8, 0x3d, 0x6e, 0x37, 0x9c, 0xe2, 0x2f, 0xe2, 0xd3, 0xa2, 0x26, 0x8b +.byte 0xc6, 0xb8, 0x55, 0x43, 0x88, 0xe1, 0x23, 0x3e, 0xa5, 0xd2, 0x24, 0x39, 0x6a, 0x47, 0xab, 0x00 +.byte 0xd4, 0xa1, 0xb3, 0xa9, 0x25, 0xfe, 0x0d, 0x3f, 0xa7, 0x1d, 0xba, 0xd3, 0x51, 0xc1, 0x0b, 0xa4 +.byte 0xda, 0xac, 0x38, 0xef, 0x55, 0x50, 0x24, 0x05, 0x65, 0x46, 0x93, 0x34, 0x4f, 0x2d, 0x8d, 0xad +.byte 0xc6, 0xd4, 0x21, 0x19, 0xd2, 0x8e, 0xca, 0x05, 0x61, 0x71, 0x07, 0x73, 0x47, 0xe5, 0x8a, 0x19 +.byte 0x12, 0xbd, 0x04, 0x4d, 0xce, 0x4e, 0x9c, 0xa5, 0x48, 0xac, 0xbb, 0x26, 0xf7, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72 +.byte 0x70, 0x72, 0x69, 0x73, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47 +.byte 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d +.byte 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65 +.byte 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54 +.byte 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaa, 0x5f, 0xda, 0x1b +.byte 0x5f, 0xe8, 0x73, 0x91, 0xe5, 0xda, 0x5c, 0xf4, 0xa2, 0xe6, 0x47, 0xe5, 0xf3, 0x68, 0x55, 0x60 +.byte 0x05, 0x1d, 0x02, 0xa4, 0xb3, 0x9b, 0x59, 0xf3, 0x1e, 0x8a, 0xaf, 0x34, 0xad, 0xfc, 0x0d, 0xc2 +.byte 0xd9, 0x48, 0x19, 0xee, 0x69, 0x8f, 0xc9, 0x20, 0xfc, 0x21, 0xaa, 0x07, 0x19, 0xed, 0xb0, 0x5c +.byte 0xac, 0x65, 0xc7, 0x5f, 0xed, 0x02, 0x7c, 0x7b, 0x7c, 0x2d, 0x1b, 0xd6, 0xba, 0xb9, 0x80, 0xc2 +.byte 0x18, 0x82, 0x16, 0x84, 0xfa, 0x66, 0xb0, 0x08, 0xc6, 0x54, 0x23, 0x81, 0xe4, 0xcd, 0xb9, 0x49 +.byte 0x3f, 0xf6, 0x4f, 0x6e, 0x37, 0x48, 0x28, 0x38, 0x0f, 0xc5, 0xbe, 0xe7, 0x68, 0x70, 0xfd, 0x39 +.byte 0x97, 0x4d, 0xd2, 0xc7, 0x98, 0x91, 0x50, 0xaa, 0xc4, 0x44, 0xb3, 0x23, 0x7d, 0x39, 0x47, 0xe9 +.byte 0x52, 0x62, 0xd6, 0x12, 0x93, 0x5e, 0xb7, 0x31, 0x96, 0x42, 0x05, 0xfb, 0x76, 0xa7, 0x1e, 0xa3 +.byte 0xf5, 0xc2, 0xfc, 0xe9, 0x7a, 0xc5, 0x6c, 0xa9, 0x71, 0x4f, 0xea, 0xcb, 0x78, 0xbc, 0x60, 0xaf +.byte 0xc7, 0xde, 0xf4, 0xd9, 0xcb, 0xbe, 0x7e, 0x33, 0xa5, 0x6e, 0x94, 0x83, 0xf0, 0x34, 0xfa, 0x21 +.byte 0xab, 0xea, 0x8e, 0x72, 0xa0, 0x3f, 0xa4, 0xde, 0x30, 0x5b, 0xef, 0x86, 0x4d, 0x6a, 0x95, 0x5b +.byte 0x43, 0x44, 0xa8, 0x10, 0x15, 0x1c, 0xe5, 0x01, 0x57, 0xc5, 0x98, 0xf1, 0xe6, 0x06, 0x28, 0x91 +.byte 0xaa, 0x20, 0xc5, 0xb7, 0x53, 0x26, 0x51, 0x43, 0xb2, 0x0b, 0x11, 0x95, 0x58, 0xe1, 0xc0, 0x0f +.byte 0x76, 0xd9, 0xc0, 0x8d, 0x7c, 0x81, 0xf3, 0x72, 0x70, 0x9e, 0x6f, 0xfe, 0x1a, 0x8e, 0xd9, 0x5f +.byte 0x35, 0xc6, 0xb2, 0x6f, 0x34, 0x7c, 0xbe, 0x48, 0x4f, 0xe2, 0x5a, 0x39, 0xd7, 0xd8, 0x9d, 0x78 +.byte 0x9e, 0x9f, 0x86, 0x3e, 0x03, 0x5e, 0x19, 0x8b, 0x44, 0xa2, 0xd5, 0xc7, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22 +.byte 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70 +.byte 0x72, 0x69, 0x73, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d +.byte 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53 +.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e +.byte 0x74, 0x65, 0x72, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d +.byte 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0x75, 0x93, 0xf0, 0x62 +.byte 0x22, 0x6f, 0x24, 0xae, 0xe0, 0x7a, 0x76, 0xac, 0x7d, 0xbd, 0xd9, 0x24, 0xd5, 0xb8, 0xb7, 0xfc +.byte 0xcd, 0xf0, 0x42, 0xe0, 0xeb, 0x78, 0x88, 0x56, 0x5e, 0x9b, 0x9a, 0x54, 0x1d, 0x4d, 0x0c, 0x8a +.byte 0xf6, 0xd3, 0xcf, 0x70, 0xf4, 0x52, 0xb5, 0xd8, 0x93, 0x04, 0xe3, 0x46, 0x86, 0x71, 0x41, 0x4a +.byte 0x2b, 0xf0, 0x2a, 0x2c, 0x55, 0x03, 0xd6, 0x48, 0xc3, 0xe0, 0x39, 0x38, 0xed, 0xf2, 0x5c, 0x3c +.byte 0x3f, 0x44, 0xbc, 0x93, 0x3d, 0x61, 0xab, 0x4e, 0xcd, 0x0d, 0xbe, 0xf0, 0x20, 0x27, 0x58, 0x0e +.byte 0x44, 0x7f, 0x04, 0x1a, 0x87, 0xa5, 0xd7, 0x96, 0x14, 0x36, 0x90, 0xd0, 0x49, 0x7b, 0xa1, 0x75 +.byte 0xfb, 0x1a, 0x6b, 0x73, 0xb1, 0xf8, 0xce, 0xa9, 0x09, 0x2c, 0xf2, 0x53, 0xd5, 0xc3, 0x14, 0x44 +.byte 0xb8, 0x86, 0xa5, 0xf6, 0x8b, 0x2b, 0x39, 0xda, 0xa3, 0x33, 0x54, 0xd9, 0xfa, 0x72, 0x1a, 0xf7 +.byte 0x22, 0x15, 0x1c, 0x88, 0x91, 0x6b, 0x7f, 0x66, 0xe5, 0xc3, 0x6a, 0x80, 0xb0, 0x24, 0xf3, 0xdf +.byte 0x86, 0x45, 0x88, 0xfd, 0x19, 0x7f, 0x75, 0x87, 0x1f, 0x1f, 0xb1, 0x1b, 0x0a, 0x73, 0x24, 0x5b +.byte 0xb9, 0x65, 0xe0, 0x2c, 0x54, 0xc8, 0x60, 0xd3, 0x66, 0x17, 0x3f, 0xe1, 0xcc, 0x54, 0x33, 0x73 +.byte 0x91, 0x02, 0x3a, 0xa6, 0x7f, 0x7b, 0x76, 0x39, 0xa2, 0x1f, 0x96, 0xb6, 0x38, 0xae, 0xb5, 0xc8 +.byte 0x93, 0x74, 0x1d, 0x9e, 0xb9, 0xb4, 0xe5, 0x60, 0x9d, 0x2f, 0x56, 0xd1, 0xe0, 0xeb, 0x5e, 0x5b +.byte 0x4c, 0x12, 0x70, 0x0c, 0x6c, 0x44, 0x20, 0xab, 0x11, 0xd8, 0xf4, 0x19, 0xf6, 0xd2, 0x9c, 0x52 +.byte 0x37, 0xe7, 0xfa, 0xb6, 0xc2, 0x31, 0x3b, 0x4a, 0xd4, 0x14, 0x99, 0xad, 0xc7, 0x1a, 0xf5, 0x5d +.byte 0x5f, 0xfa, 0x07, 0xb8, 0x7c, 0x0d, 0x1f, 0xd6, 0x83, 0x1e, 0xb3, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42 +.byte 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73 +.byte 0x65, 0x63, 0x20, 0x65, 0x2d, 0x53, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x30, 0x39, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x01, 0x16, 0x10, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x65, 0x2d +.byte 0x73, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x2e, 0x68, 0x75, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f +.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe9, 0xf8, 0x8f, 0xf3, 0x63, 0xad +.byte 0xda, 0x86, 0xd8, 0xa7, 0xe0, 0x42, 0xfb, 0xcf, 0x91, 0xde, 0xa6, 0x26, 0xf8, 0x99, 0xa5, 0x63 +.byte 0x70, 0xad, 0x9b, 0xae, 0xca, 0x33, 0x40, 0x7d, 0x6d, 0x96, 0x6e, 0xa1, 0x0e, 0x44, 0xee, 0xe1 +.byte 0x13, 0x9d, 0x94, 0x42, 0x52, 0x9a, 0xbd, 0x75, 0x85, 0x74, 0x2c, 0xa8, 0x0e, 0x1d, 0x93, 0xb6 +.byte 0x18, 0xb7, 0x8c, 0x2c, 0xa8, 0xcf, 0xfb, 0x5c, 0x71, 0xb9, 0xda, 0xec, 0xfe, 0xe8, 0x7e, 0x8f +.byte 0xe4, 0x2f, 0x1d, 0xb2, 0xa8, 0x75, 0x87, 0xd8, 0xb7, 0xa1, 0xe5, 0x3b, 0xcf, 0x99, 0x4a, 0x46 +.byte 0xd0, 0x83, 0x19, 0x7d, 0xc0, 0xa1, 0x12, 0x1c, 0x95, 0x6d, 0x4a, 0xf4, 0xd8, 0xc7, 0xa5, 0x4d +.byte 0x33, 0x2e, 0x85, 0x39, 0x40, 0x75, 0x7e, 0x14, 0x7c, 0x80, 0x12, 0x98, 0x50, 0xc7, 0x41, 0x67 +.byte 0xb8, 0xa0, 0x80, 0x61, 0x54, 0xa6, 0x6c, 0x4e, 0x1f, 0xe0, 0x9d, 0x0e, 0x07, 0xe9, 0xc9, 0xba +.byte 0x33, 0xe7, 0xfe, 0xc0, 0x55, 0x28, 0x2c, 0x02, 0x80, 0xa7, 0x19, 0xf5, 0x9e, 0xdc, 0x55, 0x53 +.byte 0x03, 0x97, 0x7b, 0x07, 0x48, 0xff, 0x99, 0xfb, 0x37, 0x8a, 0x24, 0xc4, 0x59, 0xcc, 0x50, 0x10 +.byte 0x63, 0x8e, 0xaa, 0xa9, 0x1a, 0xb0, 0x84, 0x1a, 0x86, 0xf9, 0x5f, 0xbb, 0xb1, 0x50, 0x6e, 0xa4 +.byte 0xd1, 0x0a, 0xcc, 0xd5, 0x71, 0x7e, 0x1f, 0xa7, 0x1b, 0x7c, 0xf5, 0x53, 0x6e, 0x22, 0x5f, 0xcb +.byte 0x2b, 0xe6, 0xd4, 0x7c, 0x5d, 0xae, 0xd6, 0xc2, 0xc6, 0x4c, 0xe5, 0x05, 0x01, 0xd9, 0xed, 0x57 +.byte 0xfc, 0xc1, 0x23, 0x79, 0xfc, 0xfa, 0xc8, 0x24, 0x83, 0x95, 0xf3, 0xb5, 0x6a, 0x51, 0x01, 0xd0 +.byte 0x77, 0xd6, 0xe9, 0x12, 0xa1, 0xf9, 0x1a, 0x83, 0xfb, 0x82, 0x1b, 0xb9, 0xb0, 0x97, 0xf4, 0x76 +.byte 0x06, 0x33, 0x43, 0x49, 0xa0, 0xff, 0x0b, 0xb5, 0xfa, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 +.byte 0x85, 0x02, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65 +.byte 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f +.byte 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f +.byte 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31 +.byte 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2e, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f +.byte 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 +.byte 0x79, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8f, 0x36, 0x65, 0x40, 0xe1, 0xd6, 0x4d +.byte 0xc0, 0xd7, 0xb4, 0xe9, 0x46, 0xda, 0x6b, 0xea, 0x33, 0x47, 0xcd, 0x4c, 0xf9, 0x7d, 0x7d, 0xbe +.byte 0xbd, 0x2d, 0x3d, 0xf0, 0xdb, 0x78, 0xe1, 0x86, 0xa5, 0xd9, 0xba, 0x09, 0x57, 0x68, 0xed, 0x57 +.byte 0x3e, 0xa0, 0xd0, 0x08, 0x41, 0x83, 0xe7, 0x28, 0x41, 0x24, 0x1f, 0xe3, 0x72, 0x15, 0xd0, 0x01 +.byte 0x1a, 0xfb, 0x5e, 0x70, 0x23, 0xb2, 0xcb, 0x9f, 0x39, 0xe3, 0xcf, 0xc5, 0x4e, 0xc6, 0x92, 0x6d +.byte 0x26, 0xc6, 0x7b, 0xbb, 0xb3, 0xda, 0x27, 0x9d, 0x0a, 0x86, 0xe9, 0x81, 0x37, 0x05, 0xfe, 0xf0 +.byte 0x71, 0x71, 0xec, 0xc3, 0x1c, 0xe9, 0x63, 0xa2, 0x17, 0x14, 0x9d, 0xef, 0x1b, 0x67, 0xd3, 0x85 +.byte 0x55, 0x02, 0x02, 0xd6, 0x49, 0xc9, 0xcc, 0x5a, 0xe1, 0xb1, 0xf7, 0x6f, 0x32, 0x9f, 0xc9, 0xd4 +.byte 0x3b, 0x88, 0x41, 0xa8, 0x9c, 0xbd, 0xcb, 0xab, 0xdb, 0x6d, 0x7b, 0x09, 0x1f, 0xa2, 0x4c, 0x72 +.byte 0x90, 0xda, 0x2b, 0x08, 0xfc, 0xcf, 0x3c, 0x54, 0xce, 0x67, 0x0f, 0xa8, 0xcf, 0x5d, 0x96, 0x19 +.byte 0x0b, 0xc4, 0xe3, 0x72, 0xeb, 0xad, 0xd1, 0x7d, 0x1d, 0x27, 0xef, 0x92, 0xeb, 0x10, 0xbf, 0x5b +.byte 0xeb, 0x3b, 0xaf, 0xcf, 0x80, 0xdd, 0xc1, 0xd2, 0x96, 0x04, 0x5b, 0x7a, 0x7e, 0xa4, 0xa9, 0x3c +.byte 0x38, 0x76, 0xa4, 0x62, 0x8e, 0xa0, 0x39, 0x5e, 0xea, 0x77, 0xcf, 0x5d, 0x00, 0x59, 0x8f, 0x66 +.byte 0x2c, 0x3e, 0x07, 0xa2, 0xa3, 0x05, 0x26, 0x11, 0x69, 0x97, 0xea, 0x85, 0xb7, 0x0f, 0x96, 0x0b +.byte 0x4b, 0xc8, 0x40, 0xe1, 0x50, 0xba, 0x2e, 0x8a, 0xcb, 0xf7, 0x0f, 0x9a, 0x22, 0xe7, 0x7f, 0x9a +.byte 0x37, 0x13, 0xcd, 0xf2, 0x4d, 0x13, 0x6b, 0x21, 0xd1, 0xc0, 0xcc, 0x22, 0xf2, 0xa1, 0x46, 0xf6 +.byte 0x44, 0x69, 0x9c, 0xca, 0x61, 0x35, 0x07, 0x00, 0x6f, 0xd6, 0x61, 0x08, 0x11, 0xea, 0xba, 0xb8 +.byte 0xf6, 0xe9, 0xb3, 0x60, 0xe5, 0x4d, 0xb9, 0xec, 0x9f, 0x14, 0x66, 0xc9, 0x57, 0x58, 0xdb, 0xcd +.byte 0x87, 0x69, 0xf8, 0x8a, 0x86, 0x12, 0x03, 0x47, 0xbf, 0x66, 0x13, 0x76, 0xac, 0x77, 0x7d, 0x34 +.byte 0x24, 0x85, 0x83, 0xcd, 0xd7, 0xaa, 0x9c, 0x90, 0x1a, 0x9f, 0x21, 0x2c, 0x7f, 0x78, 0xb7, 0x64 +.byte 0xb8, 0xd8, 0xe8, 0xa6, 0xf4, 0x78, 0xb3, 0x55, 0xcb, 0x84, 0xd2, 0x32, 0xc4, 0x78, 0xae, 0xa3 +.byte 0x8f, 0x61, 0xdd, 0xce, 0x08, 0x53, 0xad, 0xec, 0x88, 0xfc, 0x15, 0xe4, 0x9a, 0x0d, 0xe6, 0x9f +.byte 0x1a, 0x77, 0xce, 0x4c, 0x8f, 0xb8, 0x14, 0x15, 0x3d, 0x62, 0x9c, 0x86, 0x38, 0x06, 0x00, 0x66 +.byte 0x12, 0xe4, 0x59, 0x76, 0x5a, 0x53, 0xc0, 0x02, 0x98, 0xa2, 0x10, 0x2b, 0x68, 0x44, 0x7b, 0x8e +.byte 0x79, 0xce, 0x33, 0x4a, 0x76, 0xaa, 0x5b, 0x81, 0x16, 0x1b, 0xb5, 0x8a, 0xd8, 0xd0, 0x00, 0x7b +.byte 0x5e, 0x62, 0xb4, 0x09, 0xd6, 0x86, 0x63, 0x0e, 0xa6, 0x05, 0x95, 0x49, 0xba, 0x28, 0x8b, 0x88 +.byte 0x93, 0xb2, 0x34, 0x1c, 0xd8, 0xa4, 0x55, 0x6e, 0xb7, 0x1c, 0xd0, 0xde, 0x99, 0x55, 0x3b, 0x23 +.byte 0xf4, 0x22, 0xe0, 0xf9, 0x29, 0x66, 0x26, 0xec, 0x20, 0x50, 0x77, 0xdb, 0x4a, 0x0b, 0x8f, 0xbe +.byte 0xe5, 0x02, 0x60, 0x70, 0x41, 0x5e, 0xd4, 0xae, 0x50, 0x39, 0x22, 0x14, 0x26, 0xcb, 0xb2, 0x3b +.byte 0x73, 0x74, 0x55, 0x47, 0x07, 0x79, 0x81, 0x39, 0xa8, 0x30, 0x13, 0x44, 0xe5, 0x04, 0x8a, 0xae +.byte 0x96, 0x13, 0x25, 0x42, 0x0f, 0xb9, 0x53, 0xc4, 0x9b, 0xfc, 0xcd, 0xe4, 0x1c, 0xde, 0x3c, 0xfa +.byte 0xab, 0xd6, 0x06, 0x4a, 0x1f, 0x67, 0xa6, 0x98, 0x30, 0x1c, 0xdd, 0x2c, 0xdb, 0xdc, 0x18, 0x95 +.byte 0x57, 0x66, 0xc6, 0xff, 0x5c, 0x8b, 0x56, 0xf5, 0x77, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x85 +.byte 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x15, 0x77, 0x77, 0x77 +.byte 0x2e, 0x78, 0x72, 0x61, 0x6d, 0x70, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x63 +.byte 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x58, 0x52, 0x61 +.byte 0x6d, 0x70, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x53, 0x65, 0x72, 0x76 +.byte 0x69, 0x63, 0x65, 0x73, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x24, 0x58, 0x52, 0x61, 0x6d, 0x70, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75 +.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 +.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x98, 0x24, 0x1e, 0xbd, 0x15, 0xb4, 0xba, 0xdf +.byte 0xc7, 0x8c, 0xa5, 0x27, 0xb6, 0x38, 0x0b, 0x69, 0xf3, 0xb6, 0x4e, 0xa8, 0x2c, 0x2e, 0x21, 0x1d +.byte 0x5c, 0x44, 0xdf, 0x21, 0x5d, 0x7e, 0x23, 0x74, 0xfe, 0x5e, 0x7e, 0xb4, 0x4a, 0xb7, 0xa6, 0xad +.byte 0x1f, 0xae, 0xe0, 0x06, 0x16, 0xe2, 0x9b, 0x5b, 0xd9, 0x67, 0x74, 0x6b, 0x5d, 0x80, 0x8f, 0x29 +.byte 0x9d, 0x86, 0x1b, 0xd9, 0x9c, 0x0d, 0x98, 0x6d, 0x76, 0x10, 0x28, 0x58, 0xe4, 0x65, 0xb0, 0x7f +.byte 0x4a, 0x98, 0x79, 0x9f, 0xe0, 0xc3, 0x31, 0x7e, 0x80, 0x2b, 0xb5, 0x8c, 0xc0, 0x40, 0x3b, 0x11 +.byte 0x86, 0xd0, 0xcb, 0xa2, 0x86, 0x36, 0x60, 0xa4, 0xd5, 0x30, 0x82, 0x6d, 0xd9, 0x6e, 0xd0, 0x0f +.byte 0x12, 0x04, 0x33, 0x97, 0x5f, 0x4f, 0x61, 0x5a, 0xf0, 0xe4, 0xf9, 0x91, 0xab, 0xe7, 0x1d, 0x3b +.byte 0xbc, 0xe8, 0xcf, 0xf4, 0x6b, 0x2d, 0x34, 0x7c, 0xe2, 0x48, 0x61, 0x1c, 0x8e, 0xf3, 0x61, 0x44 +.byte 0xcc, 0x6f, 0xa0, 0x4a, 0xa9, 0x94, 0xb0, 0x4d, 0xda, 0xe7, 0xa9, 0x34, 0x7a, 0x72, 0x38, 0xa8 +.byte 0x41, 0xcc, 0x3c, 0x94, 0x11, 0x7d, 0xeb, 0xc8, 0xa6, 0x8c, 0xb7, 0x86, 0xcb, 0xca, 0x33, 0x3b +.byte 0xd9, 0x3d, 0x37, 0x8b, 0xfb, 0x7a, 0x3e, 0x86, 0x2c, 0xe7, 0x73, 0xd7, 0x0a, 0x57, 0xac, 0x64 +.byte 0x9b, 0x19, 0xeb, 0xf4, 0x0f, 0x04, 0x08, 0x8a, 0xac, 0x03, 0x17, 0x19, 0x64, 0xf4, 0x5a, 0x25 +.byte 0x22, 0x8d, 0x34, 0x2c, 0xb2, 0xf6, 0x68, 0x1d, 0x12, 0x6d, 0xd3, 0x8a, 0x1e, 0x14, 0xda, 0xc4 +.byte 0x8f, 0xa6, 0xe2, 0x23, 0x85, 0xd5, 0x7a, 0x0d, 0xbd, 0x6a, 0xe0, 0xe9, 0xec, 0xec, 0x17, 0xbb +.byte 0x42, 0x1b, 0x67, 0xaa, 0x25, 0xed, 0x45, 0x83, 0x21, 0xfc, 0xc1, 0xc9, 0x7c, 0xd5, 0x62, 0x3e +.byte 0xfa, 0xf2, 0xc5, 0x2d, 0xd3, 0xfd, 0xd4, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x86, 0x01 +.byte 0x26, 0x30, 0x81, 0x83, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a +.byte 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63 +.byte 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44, 0x61, 0x64, 0x64, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2c, 0x20 +.byte 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x28, 0x47 +.byte 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 +.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbf, 0x71, 0x62, 0x08, 0xf1, 0xfa, 0x59, 0x34 +.byte 0xf7, 0x1b, 0xc9, 0x18, 0xa3, 0xf7, 0x80, 0x49, 0x58, 0xe9, 0x22, 0x83, 0x13, 0xa6, 0xc5, 0x20 +.byte 0x43, 0x01, 0x3b, 0x84, 0xf1, 0xe6, 0x85, 0x49, 0x9f, 0x27, 0xea, 0xf6, 0x84, 0x1b, 0x4e, 0xa0 +.byte 0xb4, 0xdb, 0x70, 0x98, 0xc7, 0x32, 0x01, 0xb1, 0x05, 0x3e, 0x07, 0x4e, 0xee, 0xf4, 0xfa, 0x4f +.byte 0x2f, 0x59, 0x30, 0x22, 0xe7, 0xab, 0x19, 0x56, 0x6b, 0xe2, 0x80, 0x07, 0xfc, 0xf3, 0x16, 0x75 +.byte 0x80, 0x39, 0x51, 0x7b, 0xe5, 0xf9, 0x35, 0xb6, 0x74, 0x4e, 0xa9, 0x8d, 0x82, 0x13, 0xe4, 0xb6 +.byte 0x3f, 0xa9, 0x03, 0x83, 0xfa, 0xa2, 0xbe, 0x8a, 0x15, 0x6a, 0x7f, 0xde, 0x0b, 0xc3, 0xb6, 0x19 +.byte 0x14, 0x05, 0xca, 0xea, 0xc3, 0xa8, 0x04, 0x94, 0x3b, 0x46, 0x7c, 0x32, 0x0d, 0xf3, 0x00, 0x66 +.byte 0x22, 0xc8, 0x8d, 0x69, 0x6d, 0x36, 0x8c, 0x11, 0x18, 0xb7, 0xd3, 0xb2, 0x1c, 0x60, 0xb4, 0x38 +.byte 0xfa, 0x02, 0x8c, 0xce, 0xd3, 0xdd, 0x46, 0x07, 0xde, 0x0a, 0x3e, 0xeb, 0x5d, 0x7c, 0xc8, 0x7c +.byte 0xfb, 0xb0, 0x2b, 0x53, 0xa4, 0x92, 0x62, 0x69, 0x51, 0x25, 0x05, 0x61, 0x1a, 0x44, 0x81, 0x8c +.byte 0x2c, 0xa9, 0x43, 0x96, 0x23, 0xdf, 0xac, 0x3a, 0x81, 0x9a, 0x0e, 0x29, 0xc5, 0x1c, 0xa9, 0xe9 +.byte 0x5d, 0x1e, 0xb6, 0x9e, 0x9e, 0x30, 0x0a, 0x39, 0xce, 0xf1, 0x88, 0x80, 0xfb, 0x4b, 0x5d, 0xcc +.byte 0x32, 0xec, 0x85, 0x62, 0x43, 0x25, 0x34, 0x02, 0x56, 0x27, 0x01, 0x91, 0xb4, 0x3b, 0x70, 0x2a +.byte 0x3f, 0x6e, 0xb1, 0xe8, 0x9c, 0x88, 0x01, 0x7d, 0x9f, 0xd4, 0xf9, 0xdb, 0x53, 0x6d, 0x60, 0x9d +.byte 0xbf, 0x2c, 0xe7, 0x58, 0xab, 0xb8, 0x5f, 0x46, 0xfc, 0xce, 0xc4, 0x1b, 0x03, 0x3c, 0x09, 0xeb +.byte 0x49, 0x31, 0x5c, 0x69, 0x46, 0xb3, 0xe0, 0x47, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x87, 0x02 +.byte 0x26, 0x30, 0x81, 0x84, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x09, 0x47 +.byte 0x36, 0x33, 0x32, 0x38, 0x37, 0x35, 0x31, 0x30, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1e +.byte 0x41, 0x4e, 0x46, 0x20, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x31, 0x14 +.byte 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0b, 0x41, 0x4e, 0x46, 0x20, 0x43, 0x41, 0x20 +.byte 0x52, 0x61, 0x69, 0x7a, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x41 +.byte 0x4e, 0x46, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xdb, 0xeb, 0x6b, 0x2b, 0xe6, 0x64, 0x54 +.byte 0x95, 0x82, 0x90, 0xa3, 0x72, 0xa4, 0x19, 0x01, 0x9d, 0x9c, 0x0b, 0x81, 0x5f, 0x73, 0x49, 0xba +.byte 0xa7, 0xac, 0xf3, 0x04, 0x4e, 0x7b, 0x96, 0x0b, 0xec, 0x11, 0xe0, 0x5b, 0xa6, 0x1c, 0xce, 0x1b +.byte 0xd2, 0x0d, 0x83, 0x1c, 0x2b, 0xb8, 0x9e, 0x1d, 0x7e, 0x45, 0x32, 0x60, 0x0f, 0x07, 0xe9, 0x77 +.byte 0x58, 0x7e, 0x9f, 0x6a, 0xc8, 0x61, 0x4e, 0xb6, 0x26, 0xc1, 0x4c, 0x8d, 0xff, 0x4c, 0xef, 0x34 +.byte 0xb2, 0x1f, 0x65, 0xd8, 0xb9, 0x78, 0xf5, 0xad, 0xa9, 0x71, 0xb9, 0xef, 0x4f, 0x58, 0x1d, 0xa5 +.byte 0xde, 0x74, 0x20, 0x97, 0xa1, 0xed, 0x68, 0x4c, 0xde, 0x92, 0x17, 0x4b, 0xbc, 0xab, 0xff, 0x65 +.byte 0x9a, 0x9e, 0xfb, 0x47, 0xd9, 0x57, 0x72, 0xf3, 0x09, 0xa1, 0xae, 0x76, 0x44, 0x13, 0x6e, 0x9c +.byte 0x2d, 0x44, 0x39, 0xbc, 0xf9, 0xc7, 0x3b, 0xa4, 0x58, 0x3d, 0x41, 0xbd, 0xb4, 0xc2, 0x49, 0xa3 +.byte 0xc8, 0x0d, 0xd2, 0x97, 0x2f, 0x07, 0x65, 0x52, 0x00, 0xa7, 0x6e, 0xc8, 0xaf, 0x68, 0xec, 0xf4 +.byte 0x14, 0x96, 0xb6, 0x57, 0x1f, 0x56, 0xc3, 0x39, 0x9f, 0x2b, 0x6d, 0xe4, 0xf3, 0x3e, 0xf6, 0x35 +.byte 0x64, 0xda, 0x0c, 0x1c, 0xa1, 0x84, 0x4b, 0x2f, 0x4b, 0x4b, 0xe2, 0x2c, 0x24, 0x9d, 0x6d, 0x93 +.byte 0x40, 0xeb, 0xb5, 0x23, 0x8e, 0x32, 0xca, 0x6f, 0x45, 0xd3, 0xa8, 0x89, 0x7b, 0x1e, 0xcf, 0x1e +.byte 0xfa, 0x5b, 0x43, 0x8b, 0xcd, 0xcd, 0xa8, 0x0f, 0x6a, 0xca, 0x0c, 0x5e, 0xb9, 0x9e, 0x47, 0x8f +.byte 0xf0, 0xd9, 0xb6, 0x0a, 0x0b, 0x58, 0x65, 0x17, 0x33, 0xb9, 0x23, 0xe4, 0x77, 0x19, 0x7d, 0xcb +.byte 0x4a, 0x2e, 0x92, 0x7b, 0x4f, 0x2f, 0x10, 0x77, 0xb1, 0x8d, 0x2f, 0x68, 0x9c, 0x62, 0xcc, 0xe0 +.byte 0x50, 0xf8, 0xec, 0x91, 0xa7, 0x54, 0x4c, 0x57, 0x09, 0xd5, 0x76, 0x63, 0xc5, 0xe8, 0x65, 0x1e +.byte 0xee, 0x6d, 0x6a, 0xcf, 0x09, 0x9d, 0xfa, 0x7c, 0x4f, 0xad, 0x60, 0x08, 0xfd, 0x56, 0x99, 0x0f +.byte 0x15, 0x2c, 0x7b, 0xa9, 0x80, 0xab, 0x8c, 0x61, 0x8f, 0x4a, 0x07, 0x76, 0x42, 0xde, 0x3d, 0xf4 +.byte 0xdd, 0xb2, 0x24, 0x33, 0x5b, 0xb8, 0xb5, 0xa3, 0x44, 0xc9, 0xac, 0x7f, 0x77, 0x3c, 0x1d, 0x23 +.byte 0xec, 0x82, 0xa9, 0xa6, 0xe2, 0xc8, 0x06, 0x4c, 0x02, 0xfe, 0xac, 0x5c, 0x99, 0x99, 0x0b, 0x2f +.byte 0x10, 0x8a, 0xa6, 0xf4, 0x7f, 0xd5, 0x87, 0x74, 0x0d, 0x59, 0x49, 0x45, 0xf6, 0xf0, 0x71, 0x5c +.byte 0x39, 0x29, 0xd6, 0xbf, 0x4a, 0x23, 0x8b, 0xf5, 0x5f, 0x01, 0x63, 0xd2, 0x87, 0x73, 0x28, 0xb5 +.byte 0x4b, 0x0a, 0xf5, 0xf8, 0xab, 0x82, 0x2c, 0x7e, 0x73, 0x25, 0x32, 0x1d, 0x0b, 0x63, 0x0a, 0x17 +.byte 0x81, 0x00, 0xff, 0xb6, 0x76, 0x5e, 0xe7, 0xb4, 0xb1, 0x40, 0xca, 0x21, 0xbb, 0xd5, 0x80, 0x51 +.byte 0xe5, 0x48, 0x52, 0x67, 0x2c, 0xd2, 0x61, 0x89, 0x07, 0x0d, 0x0f, 0xce, 0x42, 0x77, 0xc0, 0x44 +.byte 0x73, 0x9c, 0x44, 0x50, 0xa0, 0xdb, 0x10, 0x0a, 0x2d, 0x95, 0x1c, 0x81, 0xaf, 0xe4, 0x1c, 0xe5 +.byte 0x14, 0x1e, 0xf1, 0x36, 0x41, 0x01, 0x02, 0x2f, 0x7d, 0x73, 0xa7, 0xde, 0x42, 0xcc, 0x4c, 0xe9 +.byte 0x89, 0x0d, 0x56, 0xf7, 0x9f, 0x91, 0xd4, 0x03, 0xc6, 0x6c, 0xc9, 0x8f, 0xdb, 0xd8, 0x1c, 0xe0 +.byte 0x40, 0x98, 0x5d, 0x66, 0x99, 0x98, 0x80, 0x6e, 0x2d, 0xff, 0x01, 0xc5, 0xce, 0xcb, 0x46, 0x1f +.byte 0xac, 0x02, 0xc6, 0x43, 0xe6, 0xae, 0xa2, 0x84, 0x3c, 0xc5, 0x4e, 0x1e, 0x3d, 0x6d, 0xc9, 0x14 +.byte 0x4c, 0xe3, 0x2e, 0x41, 0xbb, 0xca, 0x39, 0xbf, 0x36, 0x3c, 0x2a, 0x19, 0xaa, 0x41, 0x87, 0x4e +.byte 0xa5, 0xce, 0x4b, 0x32, 0x79, 0xdd, 0x90, 0x49, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x88 +.byte 0x00, 0x78, 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65 +.byte 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31 +.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72 +.byte 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f +.byte 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30 +.byte 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x45 +.byte 0x43, 0x43, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0x03, 0x47, 0x7b, 0x2f, 0x75, 0xc9, 0x82, 0x15, 0x85, 0xfb, 0x75, 0xe4, 0x91, 0x16 +.byte 0xd4, 0xab, 0x62, 0x99, 0xf5, 0x3e, 0x52, 0x0b, 0x06, 0xce, 0x41, 0x00, 0x7f, 0x97, 0xe1, 0x0a +.byte 0x24, 0x3c, 0x1d, 0x01, 0x04, 0xee, 0x3d, 0xd2, 0x8d, 0x09, 0x97, 0x0c, 0xe0, 0x75, 0xe4, 0xfa +.byte 0xfb, 0x77, 0x8a, 0x2a, 0xf5, 0x03, 0x60, 0x4b, 0x36, 0x8b, 0x16, 0x23, 0x16, 0xad, 0x09, 0x71 +.byte 0xf4, 0x4a, 0xf4, 0x28, 0x50, 0xb4, 0xfe, 0x88, 0x1c, 0x6e, 0x3f, 0x6c, 0x2f, 0x2f, 0x09, 0x59 +.byte 0x5b, 0xa5, 0x5b, 0x0b, 0x33, 0x99, 0xe2, 0xc3, 0x3d, 0x89, 0xf9, 0x6a, 0x2c, 0xef, 0xb2, 0xd3 +.byte 0x06, 0xe9, 0x00, 0x88, 0x02, 0x26, 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13 +.byte 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73 +.byte 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61 +.byte 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11 +.byte 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 +.byte 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f +.byte 0x44, 0x4f, 0x20, 0x52, 0x53, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x91 +.byte 0xe8, 0x54, 0x92, 0xd2, 0x0a, 0x56, 0xb1, 0xac, 0x0d, 0x24, 0xdd, 0xc5, 0xcf, 0x44, 0x67, 0x74 +.byte 0x99, 0x2b, 0x37, 0xa3, 0x7d, 0x23, 0x70, 0x00, 0x71, 0xbc, 0x53, 0xdf, 0xc4, 0xfa, 0x2a, 0x12 +.byte 0x8f, 0x4b, 0x7f, 0x10, 0x56, 0xbd, 0x9f, 0x70, 0x72, 0xb7, 0x61, 0x7f, 0xc9, 0x4b, 0x0f, 0x17 +.byte 0xa7, 0x3d, 0xe3, 0xb0, 0x04, 0x61, 0xee, 0xff, 0x11, 0x97, 0xc7, 0xf4, 0x86, 0x3e, 0x0a, 0xfa +.byte 0x3e, 0x5c, 0xf9, 0x93, 0xe6, 0x34, 0x7a, 0xd9, 0x14, 0x6b, 0xe7, 0x9c, 0xb3, 0x85, 0xa0, 0x82 +.byte 0x7a, 0x76, 0xaf, 0x71, 0x90, 0xd7, 0xec, 0xfd, 0x0d, 0xfa, 0x9c, 0x6c, 0xfa, 0xdf, 0xb0, 0x82 +.byte 0xf4, 0x14, 0x7e, 0xf9, 0xbe, 0xc4, 0xa6, 0x2f, 0x4f, 0x7f, 0x99, 0x7f, 0xb5, 0xfc, 0x67, 0x43 +.byte 0x72, 0xbd, 0x0c, 0x00, 0xd6, 0x89, 0xeb, 0x6b, 0x2c, 0xd3, 0xed, 0x8f, 0x98, 0x1c, 0x14, 0xab +.byte 0x7e, 0xe5, 0xe3, 0x6e, 0xfc, 0xd8, 0xa8, 0xe4, 0x92, 0x24, 0xda, 0x43, 0x6b, 0x62, 0xb8, 0x55 +.byte 0xfd, 0xea, 0xc1, 0xbc, 0x6c, 0xb6, 0x8b, 0xf3, 0x0e, 0x8d, 0x9a, 0xe4, 0x9b, 0x6c, 0x69, 0x99 +.byte 0xf8, 0x78, 0x48, 0x30, 0x45, 0xd5, 0xad, 0xe1, 0x0d, 0x3c, 0x45, 0x60, 0xfc, 0x32, 0x96, 0x51 +.byte 0x27, 0xbc, 0x67, 0xc3, 0xca, 0x2e, 0xb6, 0x6b, 0xea, 0x46, 0xc7, 0xc7, 0x20, 0xa0, 0xb1, 0x1f +.byte 0x65, 0xde, 0x48, 0x08, 0xba, 0xa4, 0x4e, 0xa9, 0xf2, 0x83, 0x46, 0x37, 0x84, 0xeb, 0xe8, 0xcc +.byte 0x81, 0x48, 0x43, 0x67, 0x4e, 0x72, 0x2a, 0x9b, 0x5c, 0xbd, 0x4c, 0x1b, 0x28, 0x8a, 0x5c, 0x22 +.byte 0x7b, 0xb4, 0xab, 0x98, 0xd9, 0xee, 0xe0, 0x51, 0x83, 0xc3, 0x09, 0x46, 0x4e, 0x6d, 0x3e, 0x99 +.byte 0xfa, 0x95, 0x17, 0xda, 0x7c, 0x33, 0x57, 0x41, 0x3c, 0x8d, 0x51, 0xed, 0x0b, 0xb6, 0x5c, 0xaf +.byte 0x2c, 0x63, 0x1a, 0xdf, 0x57, 0xc8, 0x3f, 0xbc, 0xe9, 0x5d, 0xc4, 0x9b, 0xaf, 0x45, 0x99, 0xe2 +.byte 0xa3, 0x5a, 0x24, 0xb4, 0xba, 0xa9, 0x56, 0x3d, 0xcf, 0x6f, 0xaa, 0xff, 0x49, 0x58, 0xbe, 0xf0 +.byte 0xa8, 0xff, 0xf4, 0xb8, 0xad, 0xe9, 0x37, 0xfb, 0xba, 0xb8, 0xf4, 0x0b, 0x3a, 0xf9, 0xe8, 0x43 +.byte 0x42, 0x1e, 0x89, 0xd8, 0x84, 0xcb, 0x13, 0xf1, 0xd9, 0xbb, 0xe1, 0x89, 0x60, 0xb8, 0x8c, 0x28 +.byte 0x56, 0xac, 0x14, 0x1d, 0x9c, 0x0a, 0xe7, 0x71, 0xeb, 0xcf, 0x0e, 0xdd, 0x3d, 0xa9, 0x96, 0xa1 +.byte 0x48, 0xbd, 0x3c, 0xf7, 0xaf, 0xb5, 0x0d, 0x22, 0x4c, 0xc0, 0x11, 0x81, 0xec, 0x56, 0x3b, 0xf6 +.byte 0xd3, 0xa2, 0xe2, 0x5b, 0xb7, 0xb2, 0x04, 0x22, 0x52, 0x95, 0x80, 0x93, 0x69, 0xe8, 0x8e, 0x4c +.byte 0x65, 0xf1, 0x91, 0x03, 0x2d, 0x70, 0x74, 0x02, 0xea, 0x8b, 0x67, 0x15, 0x29, 0x69, 0x52, 0x02 +.byte 0xbb, 0xd7, 0xdf, 0x50, 0x6a, 0x55, 0x46, 0xbf, 0xa0, 0xa3, 0x28, 0x61, 0x7f, 0x70, 0xd0, 0xc3 +.byte 0xa2, 0xaa, 0x2c, 0x21, 0xaa, 0x47, 0xce, 0x28, 0x9c, 0x06, 0x45, 0x76, 0xbf, 0x82, 0x18, 0x27 +.byte 0xb4, 0xd5, 0xae, 0xb4, 0xcb, 0x50, 0xe6, 0x6b, 0xf4, 0x4c, 0x86, 0x71, 0x30, 0xe9, 0xa6, 0xdf +.byte 0x16, 0x86, 0xe0, 0xd8, 0xff, 0x40, 0xdd, 0xfb, 0xd0, 0x42, 0x88, 0x7f, 0xa3, 0x33, 0x3a, 0x2e +.byte 0x5c, 0x1e, 0x41, 0x11, 0x81, 0x63, 0xce, 0x18, 0x71, 0x6b, 0x2b, 0xec, 0xa6, 0x8a, 0xb7, 0x31 +.byte 0x5c, 0x3a, 0x6a, 0x47, 0xe0, 0xc3, 0x79, 0x59, 0xd6, 0x20, 0x1a, 0xaf, 0xf2, 0x6a, 0x98, 0xaa +.byte 0x72, 0xbc, 0x57, 0x4a, 0xd2, 0x4b, 0x9d, 0xbb, 0x10, 0xfc, 0xb0, 0x4c, 0x41, 0xe5, 0xed, 0x1d +.byte 0x3d, 0x5e, 0x28, 0x9d, 0x9c, 0xcc, 0xbf, 0xb3, 0x51, 0xda, 0xa7, 0x47, 0xe5, 0x84, 0x53, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x8b, 0x02, 0x26, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 +.byte 0x08, 0x0c, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30 +.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 +.byte 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e +.byte 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xb9, 0x5d, 0x51, 0x28, 0x4b, 0x3c, 0x37, 0x92, 0xd1, 0x82, 0xce, 0xbd +.byte 0x1d, 0xbd, 0xcd, 0xdd, 0xb8, 0xab, 0xcf, 0x0a, 0x3e, 0xe1, 0x5d, 0xe5, 0xdc, 0xaa, 0x09, 0xb9 +.byte 0x57, 0x02, 0x3e, 0xe6, 0x63, 0x61, 0xdf, 0xf2, 0x0f, 0x82, 0x63, 0xae, 0xa3, 0xf7, 0xac, 0x73 +.byte 0xd1, 0x7c, 0xe7, 0xb3, 0x0b, 0xaf, 0x08, 0x00, 0x09, 0x59, 0x7f, 0xcd, 0x29, 0x2a, 0x88, 0x93 +.byte 0x87, 0x17, 0x18, 0x80, 0xed, 0x88, 0xb2, 0xb4, 0xb6, 0x10, 0x1f, 0x2d, 0xd6, 0x5f, 0x55, 0xa2 +.byte 0x13, 0x5d, 0xd1, 0xc6, 0xeb, 0x06, 0x56, 0x89, 0x88, 0xfe, 0xac, 0x32, 0x9d, 0xfd, 0x5c, 0xc3 +.byte 0x05, 0xc7, 0x6e, 0xee, 0x86, 0x89, 0xba, 0x88, 0x03, 0x9d, 0x72, 0x21, 0x86, 0x90, 0xae, 0x8f +.byte 0x03, 0xa5, 0xdc, 0x9f, 0x88, 0x28, 0xcb, 0xa3, 0x92, 0x49, 0x0f, 0xec, 0xd0, 0x0f, 0xe2, 0x6d +.byte 0x44, 0x4f, 0x80, 0x6a, 0xb2, 0xd4, 0xe7, 0xa0, 0x0a, 0x53, 0x01, 0xba, 0x8e, 0x97, 0x91, 0x76 +.byte 0x6e, 0xbc, 0xfc, 0xd5, 0x6b, 0x36, 0xe6, 0x40, 0x88, 0xd6, 0x7b, 0x2f, 0x5f, 0x05, 0xe8, 0x2c +.byte 0x6d, 0x11, 0xf3, 0xe7, 0xb2, 0xbe, 0x92, 0x44, 0x4c, 0xd2, 0x97, 0xa4, 0xfe, 0xd2, 0x72, 0x81 +.byte 0x43, 0x07, 0x9c, 0xe9, 0x11, 0x3e, 0xf5, 0x8b, 0x1a, 0x59, 0x7d, 0x1f, 0x68, 0x58, 0xdd, 0x04 +.byte 0x00, 0x2c, 0x96, 0xf3, 0x43, 0xb3, 0x7e, 0x98, 0x19, 0x74, 0xd9, 0x9c, 0x73, 0xd9, 0x18, 0xbe +.byte 0x41, 0xc7, 0x34, 0x79, 0xd9, 0xf4, 0x62, 0xc2, 0x43, 0xb9, 0xb3, 0x27, 0xb0, 0x22, 0xcb, 0xf9 +.byte 0x3d, 0x52, 0xc7, 0x30, 0x47, 0xb3, 0xc9, 0x3e, 0xb8, 0x6a, 0xe2, 0xe7, 0xe8, 0x81, 0x70, 0x5e +.byte 0x42, 0x8b, 0x4f, 0x26, 0xa5, 0xfe, 0x3a, 0xc2, 0x20, 0x6e, 0xbb, 0xf8, 0x16, 0x8e, 0xcd, 0x0c +.byte 0xa9, 0xb4, 0x1b, 0x6c, 0x76, 0x10, 0xe1, 0x58, 0x79, 0x46, 0x3e, 0x54, 0xce, 0x80, 0xa8, 0x57 +.byte 0x09, 0x37, 0x29, 0x1b, 0x99, 0x13, 0x8f, 0x0c, 0xc8, 0xd6, 0x2c, 0x1c, 0xfb, 0x05, 0xe8, 0x08 +.byte 0x95, 0x3d, 0x65, 0x46, 0xdc, 0xee, 0xcd, 0x69, 0xe2, 0x4d, 0x8f, 0x87, 0x28, 0x4e, 0x34, 0x0b +.byte 0x3e, 0xcf, 0x14, 0xd9, 0xbb, 0xdd, 0xb6, 0x50, 0x9a, 0xad, 0x77, 0xd4, 0x19, 0xd6, 0xda, 0x1a +.byte 0x88, 0xc8, 0x4e, 0x1b, 0x27, 0x75, 0xd8, 0xb2, 0x08, 0xf1, 0xae, 0x83, 0x30, 0xb9, 0x11, 0x0e +.byte 0xcd, 0x87, 0xf0, 0x84, 0x8d, 0x15, 0x72, 0x7c, 0xa1, 0xef, 0xcc, 0xf2, 0x88, 0x61, 0xba, 0xf4 +.byte 0x69, 0xbb, 0x0c, 0x8c, 0x0b, 0x75, 0x57, 0x04, 0xb8, 0x4e, 0x2a, 0x14, 0x2e, 0x3d, 0x0f, 0x1c +.byte 0x1e, 0x32, 0xa6, 0x62, 0x36, 0xee, 0x66, 0xe2, 0x22, 0xb8, 0x05, 0x40, 0x63, 0x10, 0x22, 0xf3 +.byte 0x33, 0x1d, 0x74, 0x72, 0x8a, 0x2c, 0xf5, 0x39, 0x29, 0xa0, 0xd3, 0xe7, 0x1b, 0x80, 0x84, 0x2d +.byte 0xc5, 0x3d, 0xe3, 0x4d, 0xb1, 0xfd, 0x1a, 0x6f, 0xba, 0x65, 0x07, 0x3b, 0x58, 0xec, 0x42, 0x45 +.byte 0x26, 0xfb, 0xd8, 0xda, 0x25, 0x72, 0xc4, 0xf6, 0x00, 0xb1, 0x22, 0x79, 0xbd, 0xe3, 0x7c, 0x59 +.byte 0x62, 0x4a, 0x9c, 0x05, 0x6f, 0x3d, 0xce, 0xe6, 0xd6, 0x47, 0x63, 0x99, 0xc6, 0x24, 0x6f, 0x72 +.byte 0x12, 0xc8, 0xac, 0x7f, 0x90, 0xb4, 0x0b, 0x91, 0x70, 0xe8, 0xb7, 0xe6, 0x16, 0x10, 0x71, 0x17 +.byte 0xce, 0xde, 0x06, 0x4f, 0x48, 0x41, 0x7d, 0x35, 0x4a, 0xa3, 0x89, 0xf2, 0xc9, 0x4b, 0x7b, 0x41 +.byte 0x11, 0x6d, 0x67, 0xb7, 0x08, 0x98, 0x4c, 0xe5, 0x11, 0x19, 0xae, 0x42, 0x80, 0xdc, 0xfb, 0x90 +.byte 0x05, 0xd4, 0xf8, 0x50, 0xca, 0xbe, 0xe4, 0xad, 0xc7, 0xc2, 0x94, 0xd7, 0x16, 0x9d, 0xe6, 0x17 +.byte 0x8f, 0xaf, 0x36, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x8b, 0x00, 0x78, 0x30, 0x81, 0x88 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30 +.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73 +.byte 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72 +.byte 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54 +.byte 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0x1a, 0xac, 0x54, 0x5a, 0xa9, 0xf9, 0x68, 0x23, 0xe7, 0x7a, 0xd5, 0x24, 0x6f, 0x53, 0xc6, 0x5a +.byte 0xd8, 0x4b, 0xab, 0xc6, 0xd5, 0xb6, 0xd1, 0xe6, 0x73, 0x71, 0xae, 0xdd, 0x9c, 0xd6, 0x0c, 0x61 +.byte 0xfd, 0xdb, 0xa0, 0x89, 0x03, 0xb8, 0x05, 0x14, 0xec, 0x57, 0xce, 0xee, 0x5d, 0x3f, 0xe2, 0x21 +.byte 0xb3, 0xce, 0xf7, 0xd4, 0x8a, 0x79, 0xe0, 0xa3, 0x83, 0x7e, 0x2d, 0x97, 0xd0, 0x61, 0xc4, 0xf1 +.byte 0x99, 0xdc, 0x25, 0x91, 0x63, 0xab, 0x7f, 0x30, 0xa3, 0xb4, 0x70, 0xe2, 0xc7, 0xa1, 0x33, 0x9c +.byte 0xf3, 0xbf, 0x2e, 0x5c, 0x53, 0xb1, 0x5f, 0xb3, 0x7d, 0x32, 0x7f, 0x8a, 0x34, 0xe3, 0x79, 0x79 +.byte 0x00, 0x8b, 0x02, 0x26, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e +.byte 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55 +.byte 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31 +.byte 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53 +.byte 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31 +.byte 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0x80, 0x12, 0x65, 0x17, 0x36, 0x0e, 0xc3, 0xdb, 0x08, 0xb3, 0xd0, 0xac, 0x57, 0x0d, 0x76, 0xed +.byte 0xcd, 0x27, 0xd3, 0x4c, 0xad, 0x50, 0x83, 0x61, 0xe2, 0xaa, 0x20, 0x4d, 0x09, 0x2d, 0x64, 0x09 +.byte 0xdc, 0xce, 0x89, 0x9f, 0xcc, 0x3d, 0xa9, 0xec, 0xf6, 0xcf, 0xc1, 0xdc, 0xf1, 0xd3, 0xb1, 0xd6 +.byte 0x7b, 0x37, 0x28, 0x11, 0x2b, 0x47, 0xda, 0x39, 0xc6, 0xbc, 0x3a, 0x19, 0xb4, 0x5f, 0xa6, 0xbd +.byte 0x7d, 0x9d, 0xa3, 0x63, 0x42, 0xb6, 0x76, 0xf2, 0xa9, 0x3b, 0x2b, 0x91, 0xf8, 0xe2, 0x6f, 0xd0 +.byte 0xec, 0x16, 0x20, 0x90, 0x09, 0x3e, 0xe2, 0xe8, 0x74, 0xc9, 0x18, 0xb4, 0x91, 0xd4, 0x62, 0x64 +.byte 0xdb, 0x7f, 0xa3, 0x06, 0xf1, 0x88, 0x18, 0x6a, 0x90, 0x22, 0x3c, 0xbc, 0xfe, 0x13, 0xf0, 0x87 +.byte 0x14, 0x7b, 0xf6, 0xe4, 0x1f, 0x8e, 0xd4, 0xe4, 0x51, 0xc6, 0x11, 0x67, 0x46, 0x08, 0x51, 0xcb +.byte 0x86, 0x14, 0x54, 0x3f, 0xbc, 0x33, 0xfe, 0x7e, 0x6c, 0x9c, 0xff, 0x16, 0x9d, 0x18, 0xbd, 0x51 +.byte 0x8e, 0x35, 0xa6, 0xa7, 0x66, 0xc8, 0x72, 0x67, 0xdb, 0x21, 0x66, 0xb1, 0xd4, 0x9b, 0x78, 0x03 +.byte 0xc0, 0x50, 0x3a, 0xe8, 0xcc, 0xf0, 0xdc, 0xbc, 0x9e, 0x4c, 0xfe, 0xaf, 0x05, 0x96, 0x35, 0x1f +.byte 0x57, 0x5a, 0xb7, 0xff, 0xce, 0xf9, 0x3d, 0xb7, 0x2c, 0xb6, 0xf6, 0x54, 0xdd, 0xc8, 0xe7, 0x12 +.byte 0x3a, 0x4d, 0xae, 0x4c, 0x8a, 0xb7, 0x5c, 0x9a, 0xb4, 0xb7, 0x20, 0x3d, 0xca, 0x7f, 0x22, 0x34 +.byte 0xae, 0x7e, 0x3b, 0x68, 0x66, 0x01, 0x44, 0xe7, 0x01, 0x4e, 0x46, 0x53, 0x9b, 0x33, 0x60, 0xf7 +.byte 0x94, 0xbe, 0x53, 0x37, 0x90, 0x73, 0x43, 0xf3, 0x32, 0xc3, 0x53, 0xef, 0xdb, 0xaa, 0xfe, 0x74 +.byte 0x4e, 0x69, 0xc7, 0x6b, 0x8c, 0x60, 0x93, 0xde, 0xc4, 0xc7, 0x0c, 0xdf, 0xe1, 0x32, 0xae, 0xcc +.byte 0x93, 0x3b, 0x51, 0x78, 0x95, 0x67, 0x8b, 0xee, 0x3d, 0x56, 0xfe, 0x0c, 0xd0, 0x69, 0x0f, 0x1b +.byte 0x0f, 0xf3, 0x25, 0x26, 0x6b, 0x33, 0x6d, 0xf7, 0x6e, 0x47, 0xfa, 0x73, 0x43, 0xe5, 0x7e, 0x0e +.byte 0xa5, 0x66, 0xb1, 0x29, 0x7c, 0x32, 0x84, 0x63, 0x55, 0x89, 0xc4, 0x0d, 0xc1, 0x93, 0x54, 0x30 +.byte 0x19, 0x13, 0xac, 0xd3, 0x7d, 0x37, 0xa7, 0xeb, 0x5d, 0x3a, 0x6c, 0x35, 0x5c, 0xdb, 0x41, 0xd7 +.byte 0x12, 0xda, 0xa9, 0x49, 0x0b, 0xdf, 0xd8, 0x80, 0x8a, 0x09, 0x93, 0x62, 0x8e, 0xb5, 0x66, 0xcf +.byte 0x25, 0x88, 0xcd, 0x84, 0xb8, 0xb1, 0x3f, 0xa4, 0x39, 0x0f, 0xd9, 0x02, 0x9e, 0xeb, 0x12, 0x4c +.byte 0x95, 0x7c, 0xf3, 0x6b, 0x05, 0xa9, 0x5e, 0x16, 0x83, 0xcc, 0xb8, 0x67, 0xe2, 0xe8, 0x13, 0x9d +.byte 0xcc, 0x5b, 0x82, 0xd3, 0x4c, 0xb3, 0xed, 0x5b, 0xff, 0xde, 0xe5, 0x73, 0xac, 0x23, 0x3b, 0x2d +.byte 0x00, 0xbf, 0x35, 0x55, 0x74, 0x09, 0x49, 0xd8, 0x49, 0x58, 0x1a, 0x7f, 0x92, 0x36, 0xe6, 0x51 +.byte 0x92, 0x0e, 0xf3, 0x26, 0x7d, 0x1c, 0x4d, 0x17, 0xbc, 0xc9, 0xec, 0x43, 0x26, 0xd0, 0xbf, 0x41 +.byte 0x5f, 0x40, 0xa9, 0x44, 0x44, 0xf4, 0x99, 0xe7, 0x57, 0x87, 0x9e, 0x50, 0x1f, 0x57, 0x54, 0xa8 +.byte 0x3e, 0xfd, 0x74, 0x63, 0x2f, 0xb1, 0x50, 0x65, 0x09, 0xe6, 0x58, 0x42, 0x2e, 0x43, 0x1a, 0x4c +.byte 0xb4, 0xf0, 0x25, 0x47, 0x59, 0xfa, 0x04, 0x1e, 0x93, 0xd4, 0x26, 0x46, 0x4a, 0x50, 0x81, 0xb2 +.byte 0xde, 0xbe, 0x78, 0xb7, 0xfc, 0x67, 0x15, 0xe1, 0xc9, 0x57, 0x84, 0x1e, 0x0f, 0x63, 0xd6, 0xe9 +.byte 0x62, 0xba, 0xd6, 0x5f, 0x55, 0x2e, 0xea, 0x5c, 0xc6, 0x28, 0x08, 0x04, 0x25, 0x39, 0xb8, 0x0e +.byte 0x2b, 0xa9, 0xf2, 0x4c, 0x97, 0x1c, 0x07, 0x3f, 0x0d, 0x52, 0xf5, 0xed, 0xef, 0x2f, 0x82, 0x0f +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x92, 0x01, 0x26, 0x30, 0x81, 0x8f, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65 +.byte 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66 +.byte 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65 +.byte 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x29, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0xed, 0xc1, 0x03 +.byte 0xfc, 0xf6, 0x8f, 0xfc, 0x02, 0xb1, 0x6f, 0x5b, 0x9f, 0x48, 0xd9, 0x9d, 0x79, 0xe2, 0xa2, 0xb7 +.byte 0x03, 0x61, 0x56, 0x18, 0xc3, 0x47, 0xb6, 0xd7, 0xca, 0x3d, 0x35, 0x2e, 0x89, 0x43, 0xf7, 0xa1 +.byte 0x69, 0x9b, 0xde, 0x8a, 0x1a, 0xfd, 0x13, 0x20, 0x9c, 0xb4, 0x49, 0x77, 0x32, 0x29, 0x56, 0xfd +.byte 0xb9, 0xec, 0x8c, 0xdd, 0x22, 0xfa, 0x72, 0xdc, 0x27, 0x61, 0x97, 0xee, 0xf6, 0x5a, 0x84, 0xec +.byte 0x6e, 0x19, 0xb9, 0x89, 0x2c, 0xdc, 0x84, 0x5b, 0xd5, 0x74, 0xfb, 0x6b, 0x5f, 0xc5, 0x89, 0xa5 +.byte 0x10, 0x52, 0x89, 0x46, 0x55, 0xf4, 0xb8, 0x75, 0x1c, 0xe6, 0x7f, 0xe4, 0x54, 0xae, 0x4b, 0xf8 +.byte 0x55, 0x72, 0x57, 0x02, 0x19, 0xf8, 0x17, 0x71, 0x59, 0xeb, 0x1e, 0x28, 0x07, 0x74, 0xc5, 0x9d +.byte 0x48, 0xbe, 0x6c, 0xb4, 0xf4, 0xa4, 0xb0, 0xf3, 0x64, 0x37, 0x79, 0x92, 0xc0, 0xec, 0x46, 0x5e +.byte 0x7f, 0xe1, 0x6d, 0x53, 0x4c, 0x62, 0xaf, 0xcd, 0x1f, 0x0b, 0x63, 0xbb, 0x3a, 0x9d, 0xfb, 0xfc +.byte 0x79, 0x00, 0x98, 0x61, 0x74, 0xcf, 0x26, 0x82, 0x40, 0x63, 0xf3, 0xb2, 0x72, 0x6a, 0x19, 0x0d +.byte 0x99, 0xca, 0xd4, 0x0e, 0x75, 0xcc, 0x37, 0xfb, 0x8b, 0x89, 0xc1, 0x59, 0xf1, 0x62, 0x7f, 0x5f +.byte 0xb3, 0x5f, 0x65, 0x30, 0xf8, 0xa7, 0xb7, 0x4d, 0x76, 0x5a, 0x1e, 0x76, 0x5e, 0x34, 0xc0, 0xe8 +.byte 0x96, 0x56, 0x99, 0x8a, 0xb3, 0xf0, 0x7f, 0xa4, 0xcd, 0xbd, 0xdc, 0x32, 0x31, 0x7c, 0x91, 0xcf +.byte 0xe0, 0x5f, 0x11, 0xf8, 0x6b, 0xaa, 0x49, 0x5c, 0xd1, 0x99, 0x94, 0xd1, 0xa2, 0xe3, 0x63, 0x5b +.byte 0x09, 0x76, 0xb5, 0x56, 0x62, 0xe1, 0x4b, 0x74, 0x1d, 0x96, 0xd4, 0x26, 0xd4, 0x08, 0x04, 0x59 +.byte 0xd0, 0x98, 0x0e, 0x0e, 0xe6, 0xde, 0xfc, 0xc3, 0xec, 0x1f, 0x90, 0xf1, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x00, 0x94, 0x00, 0x5b, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08 +.byte 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 +.byte 0x07, 0x13, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48 +.byte 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30 +.byte 0x38, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 +.byte 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x32, 0x35 +.byte 0x36, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07 +.byte 0x03, 0x42, 0x00, 0x04, 0x7e, 0xfb, 0x6c, 0xe6, 0x23, 0xe3, 0x73, 0x32, 0x08, 0xca, 0x60, 0xe6 +.byte 0x53, 0x9c, 0xba, 0x74, 0x8d, 0x18, 0xb0, 0x78, 0x90, 0x52, 0x80, 0xdd, 0x38, 0xc0, 0x4a, 0x1d +.byte 0xd1, 0xa8, 0xcc, 0x93, 0xa4, 0x97, 0x06, 0x38, 0xca, 0x0d, 0x15, 0x62, 0xc6, 0x8e, 0x01, 0x2a +.byte 0x65, 0x9d, 0xaa, 0xdf, 0x34, 0x91, 0x2e, 0x81, 0xc1, 0xe4, 0x33, 0x92, 0x31, 0xc4, 0xfd, 0x09 +.byte 0x3a, 0xa6, 0x3f, 0xad, 0x00, 0x94, 0x00, 0x78, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 +.byte 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30 +.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 +.byte 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e +.byte 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x50, 0x33, 0x38, 0x34, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10 +.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 +.byte 0x03, 0x62, 0x00, 0x04, 0x6b, 0xda, 0x0d, 0x75, 0x35, 0x08, 0x31, 0x47, 0x05, 0xae, 0x45, 0x99 +.byte 0x55, 0xf1, 0x11, 0x13, 0x2e, 0x4a, 0xf8, 0x10, 0x31, 0x23, 0xa3, 0x7e, 0x83, 0xd3, 0x7f, 0x28 +.byte 0x08, 0x3a, 0x26, 0x1a, 0x3a, 0xcf, 0x97, 0x82, 0x1f, 0x80, 0xb7, 0x27, 0x09, 0x8f, 0xd1, 0x8e +.byte 0x30, 0xc4, 0x0a, 0x9b, 0x0e, 0xac, 0x58, 0x04, 0xab, 0xf7, 0x36, 0x7d, 0x94, 0x23, 0xa4, 0x9b +.byte 0x0a, 0x8a, 0x8b, 0xab, 0xeb, 0xfd, 0x39, 0x25, 0x66, 0xf1, 0x5e, 0xfe, 0x8c, 0xae, 0x8d, 0x41 +.byte 0x79, 0x9d, 0x09, 0x60, 0xce, 0x28, 0xa9, 0xd3, 0x8a, 0x6d, 0xf3, 0xd6, 0x45, 0xd4, 0xf2, 0x98 +.byte 0x84, 0x38, 0x65, 0xa0, 0x00, 0x9b, 0x01, 0x26, 0x30, 0x81, 0x98, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 +.byte 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03 +.byte 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31 +.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69 +.byte 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73 +.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3b, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x32, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69 +.byte 0x63, 0x65, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d +.byte 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xd5, 0x0c, 0x3a, 0xc4, 0x2a, 0xf9, 0x4e, 0xe2, 0xf5, 0xbe, 0x19, 0x97 +.byte 0x5f, 0x8e, 0x88, 0x53, 0xb1, 0x1f, 0x3f, 0xcb, 0xcf, 0x9f, 0x20, 0x13, 0x6d, 0x29, 0x3a, 0xc8 +.byte 0x0f, 0x7d, 0x3c, 0xf7, 0x6b, 0x76, 0x38, 0x63, 0xd9, 0x36, 0x60, 0xa8, 0x9b, 0x5e, 0x5c, 0x00 +.byte 0x80, 0xb2, 0x2f, 0x59, 0x7f, 0xf6, 0x87, 0xf9, 0x25, 0x43, 0x86, 0xe7, 0x69, 0x1b, 0x52, 0x9a +.byte 0x90, 0xe1, 0x71, 0xe3, 0xd8, 0x2d, 0x0d, 0x4e, 0x6f, 0xf6, 0xc8, 0x49, 0xd9, 0xb6, 0xf3, 0x1a +.byte 0x56, 0xae, 0x2b, 0xb6, 0x74, 0x14, 0xeb, 0xcf, 0xfb, 0x26, 0xe3, 0x1a, 0xba, 0x1d, 0x96, 0x2e +.byte 0x6a, 0x3b, 0x58, 0x94, 0x89, 0x47, 0x56, 0xff, 0x25, 0xa0, 0x93, 0x70, 0x53, 0x83, 0xda, 0x84 +.byte 0x74, 0x14, 0xc3, 0x67, 0x9e, 0x04, 0x68, 0x3a, 0xdf, 0x8e, 0x40, 0x5a, 0x1d, 0x4a, 0x4e, 0xcf +.byte 0x43, 0x91, 0x3b, 0xe7, 0x56, 0xd6, 0x00, 0x70, 0xcb, 0x52, 0xee, 0x7b, 0x7d, 0xae, 0x3a, 0xe7 +.byte 0xbc, 0x31, 0xf9, 0x45, 0xf6, 0xc2, 0x60, 0xcf, 0x13, 0x59, 0x02, 0x2b, 0x80, 0xcc, 0x34, 0x47 +.byte 0xdf, 0xb9, 0xde, 0x90, 0x65, 0x6d, 0x02, 0xcf, 0x2c, 0x91, 0xa6, 0xa6, 0xe7, 0xde, 0x85, 0x18 +.byte 0x49, 0x7c, 0x66, 0x4e, 0xa3, 0x3a, 0x6d, 0xa9, 0xb5, 0xee, 0x34, 0x2e, 0xba, 0x0d, 0x03, 0xb8 +.byte 0x33, 0xdf, 0x47, 0xeb, 0xb1, 0x6b, 0x8d, 0x25, 0xd9, 0x9b, 0xce, 0x81, 0xd1, 0x45, 0x46, 0x32 +.byte 0x96, 0x70, 0x87, 0xde, 0x02, 0x0e, 0x49, 0x43, 0x85, 0xb6, 0x6c, 0x73, 0xbb, 0x64, 0xea, 0x61 +.byte 0x41, 0xac, 0xc9, 0xd4, 0x54, 0xdf, 0x87, 0x2f, 0xc7, 0x22, 0xb2, 0x26, 0xcc, 0x9f, 0x59, 0x54 +.byte 0x68, 0x9f, 0xfc, 0xbe, 0x2a, 0x2f, 0xc4, 0x55, 0x1c, 0x75, 0x40, 0x60, 0x17, 0x85, 0x02, 0x55 +.byte 0x39, 0x8b, 0x7f, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xa9, 0x02, 0x26, 0x30, 0x81, 0xa6 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30 +.byte 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44 +.byte 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69 +.byte 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52 +.byte 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x37, 0x48 +.byte 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63 +.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e +.byte 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43 +.byte 0x41, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc2, 0xf8, 0xa9, 0x3f, 0x1b, 0x89, 0xfc, 0x3c, 0x3c +.byte 0x04, 0x5d, 0x3d, 0x90, 0x36, 0xb0, 0x91, 0x3a, 0x79, 0x3c, 0x66, 0x5a, 0xef, 0x6d, 0x39, 0x01 +.byte 0x49, 0x1a, 0xb4, 0xb7, 0xcf, 0x7f, 0x4d, 0x23, 0x53, 0xb7, 0x90, 0x00, 0xe3, 0x13, 0x2a, 0x28 +.byte 0xa6, 0x31, 0xf1, 0x91, 0x00, 0xe3, 0x28, 0xec, 0xae, 0x21, 0x41, 0xce, 0x1f, 0xda, 0xfd, 0x7d +.byte 0x12, 0x5b, 0x01, 0x83, 0x0f, 0xb9, 0xb0, 0x5f, 0x99, 0xe1, 0xf2, 0x12, 0x83, 0x80, 0x4d, 0x06 +.byte 0x3e, 0xdf, 0xac, 0xaf, 0xe7, 0xa1, 0x88, 0x6b, 0x31, 0xaf, 0xf0, 0x8b, 0xd0, 0x18, 0x33, 0xb8 +.byte 0xdb, 0x45, 0x6a, 0x34, 0xf4, 0x02, 0x80, 0x24, 0x28, 0x0a, 0x02, 0x15, 0x95, 0x5e, 0x76, 0x2a +.byte 0x0d, 0x99, 0x3a, 0x14, 0x5b, 0xf6, 0xcb, 0xcb, 0x53, 0xbc, 0x13, 0x4d, 0x01, 0x88, 0x37, 0x94 +.byte 0x25, 0x1b, 0x42, 0xbc, 0x22, 0xd8, 0x8e, 0xa3, 0x96, 0x5e, 0x3a, 0xd9, 0x32, 0xdb, 0x3e, 0xe8 +.byte 0xf0, 0x10, 0x65, 0xed, 0x74, 0xe1, 0x2f, 0xa7, 0x7c, 0xaf, 0x27, 0x34, 0xbb, 0x29, 0x7d, 0x9b +.byte 0xb6, 0xcf, 0x09, 0xc8, 0xe5, 0xd3, 0x0a, 0xfc, 0x88, 0x65, 0x65, 0x74, 0x0a, 0xdc, 0x73, 0x1c +.byte 0x5c, 0xcd, 0x40, 0xb1, 0x1c, 0xd4, 0xb6, 0x84, 0x8c, 0x4c, 0x50, 0xcf, 0x68, 0x8e, 0xa8, 0x59 +.byte 0xae, 0xc2, 0x27, 0x4e, 0x82, 0xa2, 0x35, 0xdd, 0x14, 0xf4, 0x1f, 0xff, 0xb2, 0x77, 0xd5, 0x87 +.byte 0x2f, 0xaa, 0x6e, 0x7d, 0x24, 0x27, 0xe7, 0xc6, 0xcb, 0x26, 0xe6, 0xe5, 0xfe, 0x67, 0x07, 0x63 +.byte 0xd8, 0x45, 0x0d, 0xdd, 0x3a, 0x59, 0x65, 0x39, 0x58, 0x7a, 0x92, 0x99, 0x72, 0x3d, 0x9c, 0x84 +.byte 0x5e, 0x88, 0x21, 0xb8, 0xd5, 0xf4, 0x2c, 0xfc, 0xd9, 0x70, 0x52, 0x4f, 0x78, 0xb8, 0xbd, 0x3c +.byte 0x2b, 0x8b, 0x95, 0x98, 0xf5, 0xb3, 0xd1, 0x68, 0xcf, 0x20, 0x14, 0x7e, 0x4c, 0x5c, 0x5f, 0xe7 +.byte 0x8b, 0xe5, 0xf5, 0x35, 0x81, 0x19, 0x37, 0xd7, 0x11, 0x08, 0xb7, 0x66, 0xbe, 0xd3, 0x4a, 0xce +.byte 0x83, 0x57, 0x00, 0x3a, 0xc3, 0x81, 0xf8, 0x17, 0xcb, 0x92, 0x36, 0x5d, 0xd1, 0xa3, 0xd8, 0x75 +.byte 0x1b, 0xe1, 0x8b, 0x27, 0xea, 0x7a, 0x48, 0x41, 0xfd, 0x45, 0x19, 0x06, 0xad, 0x27, 0x99, 0x4e +.byte 0xc1, 0x70, 0x47, 0xdd, 0xb5, 0x9f, 0x81, 0x53, 0x12, 0xe5, 0xb1, 0x8c, 0x48, 0x5d, 0x31, 0x43 +.byte 0x17, 0xe3, 0x8c, 0xc6, 0x7a, 0x63, 0x96, 0x4b, 0x29, 0x30, 0x4e, 0x84, 0x4e, 0x62, 0x19, 0x5e +.byte 0x3c, 0xce, 0x97, 0x90, 0xa5, 0x7f, 0x01, 0xeb, 0x9d, 0xe0, 0xf8, 0x8b, 0x89, 0xdd, 0x25, 0x98 +.byte 0x3d, 0x92, 0xb6, 0x7e, 0xef, 0xd9, 0xf1, 0x51, 0x51, 0x7d, 0x2d, 0x26, 0xc8, 0x69, 0x59, 0x61 +.byte 0xe0, 0xac, 0x6a, 0xb8, 0x2a, 0x36, 0x11, 0x04, 0x7a, 0x50, 0xbd, 0x32, 0x84, 0xbe, 0x2f, 0xdc +.byte 0x72, 0xd5, 0xd7, 0x1d, 0x16, 0x47, 0xe4, 0x47, 0x66, 0x20, 0x3f, 0xf4, 0x96, 0xc5, 0xaf, 0x8e +.byte 0x01, 0x7a, 0xa5, 0x0f, 0x7a, 0x64, 0xf5, 0x0d, 0x18, 0x87, 0xd9, 0xae, 0x88, 0xd5, 0xfa, 0x84 +.byte 0xc1, 0x3a, 0xc0, 0x69, 0x28, 0x2d, 0xf2, 0x0d, 0x68, 0x51, 0xaa, 0xe3, 0xa5, 0x77, 0xc6, 0xa4 +.byte 0x90, 0x0e, 0xa1, 0x37, 0x8b, 0x31, 0x23, 0x47, 0xc1, 0x09, 0x08, 0xeb, 0x6e, 0xf7, 0x78, 0x9b +.byte 0xd7, 0x82, 0xfc, 0x84, 0x20, 0x99, 0x49, 0x19, 0xb6, 0x12, 0x46, 0xb1, 0xfb, 0x45, 0x55, 0x16 +.byte 0xa9, 0xa3, 0x65, 0xac, 0x9c, 0x07, 0x0f, 0xea, 0x6b, 0xdc, 0x1f, 0x2e, 0x06, 0x72, 0xec, 0x86 +.byte 0x88, 0x12, 0xe4, 0x2d, 0xdb, 0x5f, 0x05, 0x2f, 0xe4, 0xf0, 0x03, 0xd3, 0x26, 0x33, 0xe7, 0x80 +.byte 0xc2, 0xcd, 0x42, 0xa1, 0x17, 0x34, 0x0b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xaa, 0x01, 0x26 +.byte 0x30, 0x81, 0xa7, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55 +.byte 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70 +.byte 0x65, 0x73, 0x74, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x4e, 0x65 +.byte 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20, 0x4b, 0x66, 0x74, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x0c, 0x2e, 0x54, 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3 +.byte 0xa1, 0x6e, 0x79, 0x6b, 0x69, 0x61, 0x64, 0xc3, 0xb3, 0x6b, 0x20, 0x28, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63 +.byte 0x65, 0x73, 0x29, 0x31, 0x35, 0x30, 0x33, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2c, 0x4e, 0x65 +.byte 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20, 0x41, 0x72, 0x61, 0x6e, 0x79, 0x20, 0x28, 0x43, 0x6c, 0x61 +.byte 0x73, 0x73, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x29, 0x20, 0x46, 0xc5, 0x91, 0x74, 0x61, 0x6e, 0xc3 +.byte 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3, 0xa1, 0x6e, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc4, 0x24, 0x5e, 0x73, 0xbe +.byte 0x4b, 0x6d, 0x14, 0xc3, 0xa1, 0xf4, 0xe3, 0x97, 0x90, 0x6e, 0xd2, 0x30, 0x45, 0x1e, 0x3c, 0xee +.byte 0x67, 0xd9, 0x64, 0xe0, 0x1a, 0x8a, 0x7f, 0xca, 0x30, 0xca, 0x83, 0xe3, 0x20, 0xc1, 0xe3, 0xf4 +.byte 0x3a, 0xd3, 0x94, 0x5f, 0x1a, 0x7c, 0x5b, 0x6d, 0xbf, 0x30, 0x4f, 0x84, 0x27, 0xf6, 0x9f, 0x1f +.byte 0x49, 0xbc, 0xc6, 0x99, 0x0a, 0x90, 0xf2, 0x0f, 0xf5, 0x7f, 0x43, 0x84, 0x37, 0x63, 0x51, 0x8b +.byte 0x7a, 0xa5, 0x70, 0xfc, 0x7a, 0x58, 0xcd, 0x8e, 0x9b, 0xed, 0xc3, 0x46, 0x6c, 0x84, 0x70, 0x5d +.byte 0xda, 0xf3, 0x01, 0x90, 0x23, 0xfc, 0x4e, 0x30, 0xa9, 0x7e, 0xe1, 0x27, 0x63, 0xe7, 0xed, 0x64 +.byte 0x3c, 0xa0, 0xb8, 0xc9, 0x33, 0x63, 0xfe, 0x16, 0x90, 0xff, 0xb0, 0xb8, 0xfd, 0xd7, 0xa8, 0xc0 +.byte 0xc0, 0x94, 0x43, 0x0b, 0xb6, 0xd5, 0x59, 0xa6, 0x9e, 0x56, 0xd0, 0x24, 0x1f, 0x70, 0x79, 0xaf +.byte 0xdb, 0x39, 0x54, 0x0d, 0x65, 0x75, 0xd9, 0x15, 0x41, 0x94, 0x01, 0xaf, 0x5e, 0xec, 0xf6, 0x8d +.byte 0xf1, 0xff, 0xad, 0x64, 0xfe, 0x20, 0x9a, 0xd7, 0x5c, 0xeb, 0xfe, 0xa6, 0x1f, 0x08, 0x64, 0xa3 +.byte 0x8b, 0x76, 0x55, 0xad, 0x1e, 0x3b, 0x28, 0x60, 0x2e, 0x87, 0x25, 0xe8, 0xaa, 0xaf, 0x1f, 0xc6 +.byte 0x64, 0x46, 0x20, 0xb7, 0x70, 0x7f, 0x3c, 0xde, 0x48, 0xdb, 0x96, 0x53, 0xb7, 0x39, 0x77, 0xe4 +.byte 0x1a, 0xe2, 0xc7, 0x16, 0x84, 0x76, 0x97, 0x5b, 0x2f, 0xbb, 0x19, 0x15, 0x85, 0xf8, 0x69, 0x85 +.byte 0xf5, 0x99, 0xa7, 0xa9, 0xf2, 0x34, 0xa7, 0xa9, 0xb6, 0xa6, 0x03, 0xfc, 0x6f, 0x86, 0x3d, 0x54 +.byte 0x7c, 0x76, 0x04, 0x9b, 0x6b, 0xf9, 0x40, 0x5d, 0x00, 0x34, 0xc7, 0x2e, 0x99, 0x75, 0x9d, 0xe5 +.byte 0x88, 0x03, 0xaa, 0x4d, 0xf8, 0x03, 0xd2, 0x42, 0x76, 0xc0, 0x1b, 0x02, 0x03, 0x00, 0xa8, 0x8b +.byte 0x00, 0xad, 0x00, 0x78, 0x30, 0x81, 0xaa, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41 +.byte 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b +.byte 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69 +.byte 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49 +.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x44, 0x30, 0x42, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41 +.byte 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65 +.byte 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e +.byte 0x73, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31 +.byte 0x35, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 +.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x92, 0xa0, 0x41, 0xe8, 0x4b, 0x82, 0x84 +.byte 0x5c, 0xe2, 0xf8, 0x31, 0x11, 0x99, 0x86, 0x64, 0x4e, 0x09, 0x25, 0x2f, 0x9d, 0x41, 0x2f, 0x0a +.byte 0xae, 0x35, 0x4f, 0x74, 0x95, 0xb2, 0x51, 0x64, 0x6b, 0x8d, 0x6b, 0xe6, 0x3f, 0x70, 0x95, 0xf0 +.byte 0x05, 0x44, 0x47, 0xa6, 0x72, 0x38, 0x50, 0x76, 0x95, 0x02, 0x5a, 0x8e, 0xae, 0x28, 0x9e, 0xf9 +.byte 0x2d, 0x4e, 0x99, 0xef, 0x2c, 0x48, 0x6f, 0x4c, 0x25, 0x29, 0xe8, 0xd1, 0x71, 0x5b, 0xdf, 0x1d +.byte 0xc1, 0x75, 0x37, 0xb4, 0xd7, 0xfa, 0x7b, 0x7a, 0x42, 0x9c, 0x6a, 0x0a, 0x56, 0x5a, 0x7c, 0x69 +.byte 0x0b, 0xaa, 0x80, 0x09, 0x24, 0x6c, 0x7e, 0xc1, 0x46, 0x00, 0xb3, 0x01, 0x26, 0x30, 0x81, 0xb0 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30 +.byte 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c +.byte 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30 +.byte 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f +.byte 0x43, 0x50, 0x53, 0x20, 0x69, 0x73, 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61 +.byte 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65 +.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x16, 0x28, 0x63, 0x29, 0x20, 0x32 +.byte 0x30, 0x30, 0x36, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63 +.byte 0x2e, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x45, 0x6e, 0x74, 0x72 +.byte 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xb6, 0x95, 0xb6, 0x43, 0x42, 0xfa, 0xc6, 0x6d, 0x2a, 0x6f, 0x48, 0xdf, 0x94, 0x4c, 0x39 +.byte 0x57, 0x05, 0xee, 0xc3, 0x79, 0x11, 0x41, 0x68, 0x36, 0xed, 0xec, 0xfe, 0x9a, 0x01, 0x8f, 0xa1 +.byte 0x38, 0x28, 0xfc, 0xf7, 0x10, 0x46, 0x66, 0x2e, 0x4d, 0x1e, 0x1a, 0xb1, 0x1a, 0x4e, 0xc6, 0xd1 +.byte 0xc0, 0x95, 0x88, 0xb0, 0xc9, 0xff, 0x31, 0x8b, 0x33, 0x03, 0xdb, 0xb7, 0x83, 0x7b, 0x3e, 0x20 +.byte 0x84, 0x5e, 0xed, 0xb2, 0x56, 0x28, 0xa7, 0xf8, 0xe0, 0xb9, 0x40, 0x71, 0x37, 0xc5, 0xcb, 0x47 +.byte 0x0e, 0x97, 0x2a, 0x68, 0xc0, 0x22, 0x95, 0x62, 0x15, 0xdb, 0x47, 0xd9, 0xf5, 0xd0, 0x2b, 0xff +.byte 0x82, 0x4b, 0xc9, 0xad, 0x3e, 0xde, 0x4c, 0xdb, 0x90, 0x80, 0x50, 0x3f, 0x09, 0x8a, 0x84, 0x00 +.byte 0xec, 0x30, 0x0a, 0x3d, 0x18, 0xcd, 0xfb, 0xfd, 0x2a, 0x59, 0x9a, 0x23, 0x95, 0x17, 0x2c, 0x45 +.byte 0x9e, 0x1f, 0x6e, 0x43, 0x79, 0x6d, 0x0c, 0x5c, 0x98, 0xfe, 0x48, 0xa7, 0xc5, 0x23, 0x47, 0x5c +.byte 0x5e, 0xfd, 0x6e, 0xe7, 0x1e, 0xb4, 0xf6, 0x68, 0x45, 0xd1, 0x86, 0x83, 0x5b, 0xa2, 0x8a, 0x8d +.byte 0xb1, 0xe3, 0x29, 0x80, 0xfe, 0x25, 0x71, 0x88, 0xad, 0xbe, 0xbc, 0x8f, 0xac, 0x52, 0x96, 0x4b +.byte 0xaa, 0x51, 0x8d, 0xe4, 0x13, 0x31, 0x19, 0xe8, 0x4e, 0x4d, 0x9f, 0xdb, 0xac, 0xb3, 0x6a, 0xd5 +.byte 0xbc, 0x39, 0x54, 0x71, 0xca, 0x7a, 0x7a, 0x7f, 0x90, 0xdd, 0x7d, 0x1d, 0x80, 0xd9, 0x81, 0xbb +.byte 0x59, 0x26, 0xc2, 0x11, 0xfe, 0xe6, 0x93, 0xe2, 0xf7, 0x80, 0xe4, 0x65, 0xfb, 0x34, 0x37, 0x0e +.byte 0x29, 0x80, 0x70, 0x4d, 0xaf, 0x38, 0x86, 0x2e, 0x9e, 0x7f, 0x57, 0xaf, 0x9e, 0x17, 0xae, 0xeb +.byte 0x1c, 0xcb, 0x28, 0x21, 0x5f, 0xb6, 0x1c, 0xd8, 0xe7, 0xa2, 0x04, 0x22, 0xf9, 0xd3, 0xda, 0xd8 +.byte 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xb5, 0x02, 0x26, 0x30, 0x81, 0xb2, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03 +.byte 0x55, 0x04, 0x07, 0x0c, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x40, 0x30, 0x3e, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x37, 0x45, 0x2d, 0x54, 0x75, 0xc4, 0x9f, 0x72, 0x61, 0x20, 0x45 +.byte 0x42, 0x47, 0x20, 0x42, 0x69, 0x6c, 0x69, 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x54, 0x65, 0x6b, 0x6e +.byte 0x6f, 0x6c, 0x6f, 0x6a, 0x69, 0x6c, 0x65, 0x72, 0x69, 0x20, 0x76, 0x65, 0x20, 0x48, 0x69, 0x7a +.byte 0x6d, 0x65, 0x74, 0x6c, 0x65, 0x72, 0x69, 0x20, 0x41, 0x2e, 0xc5, 0x9e, 0x2e, 0x31, 0x26, 0x30 +.byte 0x24, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20 +.byte 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65 +.byte 0x72, 0x6b, 0x65, 0x7a, 0x69, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1f +.byte 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xe2, 0xf5, 0x3f, 0x93, 0x05, 0x51, 0x1e, 0x85, 0x62, 0x54, 0x5e, 0x7a, 0x0b, 0xf5, 0x18, 0x07 +.byte 0x83, 0xae, 0x7e, 0xaf, 0x7c, 0xf7, 0xd4, 0x8a, 0x6b, 0xa5, 0x63, 0x43, 0x39, 0xb9, 0x4b, 0xf7 +.byte 0xc3, 0xc6, 0x64, 0x89, 0x3d, 0x94, 0x2e, 0x54, 0x80, 0x52, 0x39, 0x39, 0x07, 0x4b, 0x4b, 0xdd +.byte 0x85, 0x07, 0x76, 0x87, 0xcc, 0xbf, 0x2f, 0x95, 0x4c, 0xcc, 0x7d, 0xa7, 0x3d, 0xbc, 0x47, 0x0f +.byte 0x98, 0x70, 0xf8, 0x8c, 0x85, 0x1e, 0x74, 0x8e, 0x92, 0x6d, 0x1b, 0x40, 0xd1, 0x99, 0x0d, 0xbb +.byte 0x75, 0x6e, 0xc8, 0xa9, 0x6b, 0x9a, 0xc0, 0x84, 0x31, 0xaf, 0xca, 0x43, 0xcb, 0xeb, 0x2b, 0x34 +.byte 0xe8, 0x8f, 0x97, 0x6b, 0x01, 0x9b, 0xd5, 0x0e, 0x4a, 0x08, 0xaa, 0x5b, 0x92, 0x74, 0x85, 0x43 +.byte 0xd3, 0x80, 0xae, 0xa1, 0x88, 0x5b, 0xae, 0xb3, 0xea, 0x5e, 0xcb, 0x16, 0x9a, 0x77, 0x44, 0xc8 +.byte 0xa1, 0xf6, 0x54, 0x68, 0xce, 0xde, 0x8f, 0x97, 0x2b, 0xba, 0x5b, 0x40, 0x02, 0x0c, 0x64, 0x17 +.byte 0xc0, 0xb5, 0x93, 0xcd, 0xe1, 0xf1, 0x13, 0x66, 0xce, 0x0c, 0x79, 0xef, 0xd1, 0x91, 0x28, 0xab +.byte 0x5f, 0xa0, 0x12, 0x52, 0x30, 0x73, 0x19, 0x8e, 0x8f, 0xe1, 0x8c, 0x07, 0xa2, 0xc3, 0xbb, 0x4a +.byte 0xf0, 0xea, 0x1f, 0x15, 0xa8, 0xee, 0x25, 0xcc, 0xa4, 0x46, 0xf8, 0x1b, 0x22, 0xef, 0xb3, 0x0e +.byte 0x43, 0xba, 0x2c, 0x24, 0xb8, 0xc5, 0x2c, 0x5c, 0xd4, 0x1c, 0xf8, 0x5d, 0x64, 0xbd, 0xc3, 0x93 +.byte 0x5e, 0x28, 0xa7, 0x3f, 0x27, 0xf1, 0x8e, 0x1e, 0xd3, 0x2a, 0x50, 0x05, 0xa3, 0x55, 0xd9, 0xcb +.byte 0xe7, 0x39, 0x53, 0xc0, 0x98, 0x9e, 0x8c, 0x54, 0x62, 0x8b, 0x26, 0xb0, 0xf7, 0x7d, 0x8d, 0x7c +.byte 0xe4, 0xc6, 0x9e, 0x66, 0x42, 0x55, 0x82, 0x47, 0xe7, 0xb2, 0x58, 0x8d, 0x66, 0xf7, 0x07, 0x7c +.byte 0x2e, 0x36, 0xe6, 0x50, 0x1c, 0x3f, 0xdb, 0x43, 0x24, 0xc5, 0xbf, 0x86, 0x47, 0x79, 0xb3, 0x79 +.byte 0x1c, 0xf7, 0x5a, 0xf4, 0x13, 0xec, 0x6c, 0xf8, 0x3f, 0xe2, 0x59, 0x1f, 0x95, 0xee, 0x42, 0x3e +.byte 0xb9, 0xad, 0xa8, 0x32, 0x85, 0x49, 0x97, 0x46, 0xfe, 0x4b, 0x31, 0x8f, 0x5a, 0xcb, 0xad, 0x74 +.byte 0x47, 0x1f, 0xe9, 0x91, 0xb7, 0xdf, 0x28, 0x04, 0x22, 0xa0, 0xd4, 0x0f, 0x5d, 0xe2, 0x79, 0x4f +.byte 0xea, 0x6c, 0x85, 0x86, 0xbd, 0xa8, 0xa6, 0xce, 0xe4, 0xfa, 0xc3, 0xe1, 0xb3, 0xae, 0xde, 0x3c +.byte 0x51, 0xee, 0xcb, 0x13, 0x7c, 0x01, 0x7f, 0x84, 0x0e, 0x5d, 0x51, 0x94, 0x9e, 0x13, 0x0c, 0xb6 +.byte 0x2e, 0xa5, 0x4c, 0xf9, 0x39, 0x70, 0x36, 0x6f, 0x96, 0xca, 0x2e, 0x0c, 0x44, 0x55, 0xc5, 0xca +.byte 0xfa, 0x5d, 0x02, 0xa3, 0xdf, 0xd6, 0x64, 0x8c, 0x5a, 0xb3, 0x01, 0x0a, 0xa9, 0xb5, 0x0a, 0x47 +.byte 0x17, 0xff, 0xef, 0x91, 0x40, 0x2a, 0x8e, 0xa1, 0x46, 0x3a, 0x31, 0x98, 0xe5, 0x11, 0xfc, 0xcc +.byte 0xbb, 0x49, 0x56, 0x8a, 0xfc, 0xb9, 0xd0, 0x61, 0x9a, 0x6f, 0x65, 0x6c, 0xe6, 0xc3, 0xcb, 0x3e +.byte 0x75, 0x49, 0xfe, 0x8f, 0xa7, 0xe2, 0x89, 0xc5, 0x67, 0xd7, 0x9d, 0x46, 0x13, 0x4e, 0x31, 0x76 +.byte 0x3b, 0x24, 0xb3, 0x9e, 0x11, 0x65, 0x86, 0xab, 0x7f, 0xef, 0x1d, 0xd4, 0xf8, 0xbc, 0xe7, 0xac +.byte 0x5a, 0x5c, 0xb7, 0x5a, 0x47, 0x5c, 0x55, 0xce, 0x55, 0xb4, 0x22, 0x71, 0x5b, 0x5b, 0x0b, 0xf0 +.byte 0xcf, 0xdc, 0xa0, 0x61, 0x64, 0xea, 0xa9, 0xd7, 0x68, 0x0a, 0x63, 0xa7, 0xe0, 0x0d, 0x3f, 0xa0 +.byte 0xaf, 0xd3, 0xaa, 0xd2, 0x7e, 0xef, 0x51, 0xa0, 0xe6, 0x51, 0x2b, 0x55, 0x92, 0x15, 0x17, 0x53 +.byte 0xcb, 0xb7, 0x66, 0x0e, 0x66, 0x4c, 0xf8, 0xf9, 0x75, 0x4c, 0x90, 0xe7, 0x12, 0x70, 0xc7, 0x45 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xb7, 0x01, 0x26, 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e +.byte 0x65, 0x74, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 0x77, 0x77, 0x77 +.byte 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53 +.byte 0x5f, 0x32, 0x30, 0x34, 0x38, 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79 +.byte 0x20, 0x72, 0x65, 0x66, 0x2e, 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x69 +.byte 0x61, 0x62, 0x2e, 0x29, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28 +.byte 0x63, 0x29, 0x20, 0x31, 0x39, 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e +.byte 0x6e, 0x65, 0x74, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 0x30, 0x31, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65 +.byte 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30, 0x34, 0x38, 0x29 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xad, 0x4d, 0x4b, 0xa9, 0x12, 0x86, 0xb2, 0xea, 0xa3, 0x20, 0x07, 0x15, 0x16, 0x64, 0x2a +.byte 0x2b, 0x4b, 0xd1, 0xbf, 0x0b, 0x4a, 0x4d, 0x8e, 0xed, 0x80, 0x76, 0xa5, 0x67, 0xb7, 0x78, 0x40 +.byte 0xc0, 0x73, 0x42, 0xc8, 0x68, 0xc0, 0xdb, 0x53, 0x2b, 0xdd, 0x5e, 0xb8, 0x76, 0x98, 0x35, 0x93 +.byte 0x8b, 0x1a, 0x9d, 0x7c, 0x13, 0x3a, 0x0e, 0x1f, 0x5b, 0xb7, 0x1e, 0xcf, 0xe5, 0x24, 0x14, 0x1e +.byte 0xb1, 0x81, 0xa9, 0x8d, 0x7d, 0xb8, 0xcc, 0x6b, 0x4b, 0x03, 0xf1, 0x02, 0x0c, 0xdc, 0xab, 0xa5 +.byte 0x40, 0x24, 0x00, 0x7f, 0x74, 0x94, 0xa1, 0x9d, 0x08, 0x29, 0xb3, 0x88, 0x0b, 0xf5, 0x87, 0x77 +.byte 0x9d, 0x55, 0xcd, 0xe4, 0xc3, 0x7e, 0xd7, 0x6a, 0x64, 0xab, 0x85, 0x14, 0x86, 0x95, 0x5b, 0x97 +.byte 0x32, 0x50, 0x6f, 0x3d, 0xc8, 0xba, 0x66, 0x0c, 0xe3, 0xfc, 0xbd, 0xb8, 0x49, 0xc1, 0x76, 0x89 +.byte 0x49, 0x19, 0xfd, 0xc0, 0xa8, 0xbd, 0x89, 0xa3, 0x67, 0x2f, 0xc6, 0x9f, 0xbc, 0x71, 0x19, 0x60 +.byte 0xb8, 0x2d, 0xe9, 0x2c, 0xc9, 0x90, 0x76, 0x66, 0x7b, 0x94, 0xe2, 0xaf, 0x78, 0xd6, 0x65, 0x53 +.byte 0x5d, 0x3c, 0xd6, 0x9c, 0xb2, 0xcf, 0x29, 0x03, 0xf9, 0x2f, 0xa4, 0x50, 0xb2, 0xd4, 0x48, 0xce +.byte 0x05, 0x32, 0x55, 0x8a, 0xfd, 0xb2, 0x64, 0x4c, 0x0e, 0xe4, 0x98, 0x07, 0x75, 0xdb, 0x7f, 0xdf +.byte 0xb9, 0x08, 0x55, 0x60, 0x85, 0x30, 0x29, 0xf9, 0x7b, 0x48, 0xa4, 0x69, 0x86, 0xe3, 0x35, 0x3f +.byte 0x1e, 0x86, 0x5d, 0x7a, 0x7a, 0x15, 0xbd, 0xef, 0x00, 0x8e, 0x15, 0x22, 0x54, 0x17, 0x00, 0x90 +.byte 0x26, 0x93, 0xbc, 0x0e, 0x49, 0x68, 0x91, 0xbf, 0xf8, 0x47, 0xd3, 0x9d, 0x95, 0x42, 0xc1, 0x0e +.byte 0x4d, 0xdf, 0x6f, 0x26, 0xcf, 0xc3, 0x18, 0x21, 0x62, 0x66, 0x43, 0x70, 0xd6, 0xd5, 0xc0, 0x07 +.byte 0xe1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xc1, 0x01, 0x26, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e +.byte 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65 +.byte 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74 +.byte 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37 +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x39, 0x20 +.byte 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20 +.byte 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75 +.byte 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x29, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xba, 0x84, 0xb6, 0x72 +.byte 0xdb, 0x9e, 0x0c, 0x6b, 0xe2, 0x99, 0xe9, 0x30, 0x01, 0xa7, 0x76, 0xea, 0x32, 0xb8, 0x95, 0x41 +.byte 0x1a, 0xc9, 0xda, 0x61, 0x4e, 0x58, 0x72, 0xcf, 0xfe, 0xf6, 0x82, 0x79, 0xbf, 0x73, 0x61, 0x06 +.byte 0x0a, 0xa5, 0x27, 0xd8, 0xb3, 0x5f, 0xd3, 0x45, 0x4e, 0x1c, 0x72, 0xd6, 0x4e, 0x32, 0xf2, 0x72 +.byte 0x8a, 0x0f, 0xf7, 0x83, 0x19, 0xd0, 0x6a, 0x80, 0x80, 0x00, 0x45, 0x1e, 0xb0, 0xc7, 0xe7, 0x9a +.byte 0xbf, 0x12, 0x57, 0x27, 0x1c, 0xa3, 0x68, 0x2f, 0x0a, 0x87, 0xbd, 0x6a, 0x6b, 0x0e, 0x5e, 0x65 +.byte 0xf3, 0x1c, 0x77, 0xd5, 0xd4, 0x85, 0x8d, 0x70, 0x21, 0xb4, 0xb3, 0x32, 0xe7, 0x8b, 0xa2, 0xd5 +.byte 0x86, 0x39, 0x02, 0xb1, 0xb8, 0xd2, 0x47, 0xce, 0xe4, 0xc9, 0x49, 0xc4, 0x3b, 0xa7, 0xde, 0xfb +.byte 0x54, 0x7d, 0x57, 0xbe, 0xf0, 0xe8, 0x6e, 0xc2, 0x79, 0xb2, 0x3a, 0x0b, 0x55, 0xe2, 0x50, 0x98 +.byte 0x16, 0x32, 0x13, 0x5c, 0x2f, 0x78, 0x56, 0xc1, 0xc2, 0x94, 0xb3, 0xf2, 0x5a, 0xe4, 0x27, 0x9a +.byte 0x9f, 0x24, 0xd7, 0xc6, 0xec, 0xd0, 0x9b, 0x25, 0x82, 0xe3, 0xcc, 0xc2, 0xc4, 0x45, 0xc5, 0x8c +.byte 0x97, 0x7a, 0x06, 0x6b, 0x2a, 0x11, 0x9f, 0xa9, 0x0a, 0x6e, 0x48, 0x3b, 0x6f, 0xdb, 0xd4, 0x11 +.byte 0x19, 0x42, 0xf7, 0x8f, 0x07, 0xbf, 0xf5, 0x53, 0x5f, 0x9c, 0x3e, 0xf4, 0x17, 0x2c, 0xe6, 0x69 +.byte 0xac, 0x4e, 0x32, 0x4c, 0x62, 0x77, 0xea, 0xb7, 0xe8, 0xe5, 0xbb, 0x34, 0xbc, 0x19, 0x8b, 0xae +.byte 0x9c, 0x51, 0xe7, 0xb7, 0x7e, 0xb5, 0x53, 0xb1, 0x33, 0x22, 0xe5, 0x6d, 0xcf, 0x70, 0x3c, 0x1a +.byte 0xfa, 0xe2, 0x9b, 0x67, 0xb6, 0x83, 0xf4, 0x8d, 0xa5, 0xaf, 0x62, 0x4c, 0x4d, 0xe0, 0x58, 0xac +.byte 0x64, 0x34, 0x12, 0x03, 0xf8, 0xb6, 0x8d, 0x94, 0x63, 0x24, 0xa4, 0x71, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x00, 0xc1, 0x02, 0x26, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d +.byte 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30 +.byte 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e +.byte 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61 +.byte 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x35, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e +.byte 0x6c, 0x79, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x45, 0x6e, 0x74 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 +.byte 0x79, 0x20, 0x2d, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb1, 0xec, 0x2c, 0x42, 0xee, 0xe2, 0xd1, 0x30, 0xff +.byte 0xa5, 0x92, 0x47, 0xe2, 0x2d, 0xc3, 0xba, 0x64, 0x97, 0x6d, 0xca, 0xf7, 0x0d, 0xb5, 0x59, 0xc1 +.byte 0xb3, 0xcb, 0xa8, 0x68, 0x19, 0xd8, 0xaf, 0x84, 0x6d, 0x30, 0x70, 0x5d, 0x7e, 0xf3, 0x2e, 0xd2 +.byte 0x53, 0x99, 0xe1, 0xfe, 0x1f, 0x5e, 0xd9, 0x48, 0xaf, 0x5d, 0x13, 0x8d, 0xdb, 0xff, 0x63, 0x33 +.byte 0x4d, 0xd3, 0x00, 0x02, 0xbc, 0xc4, 0xf8, 0xd1, 0x06, 0x08, 0x94, 0x79, 0x58, 0x8a, 0x15, 0xde +.byte 0x29, 0xb3, 0xfd, 0xfd, 0xc4, 0x4f, 0xe8, 0xaa, 0xe2, 0xa0, 0x3b, 0x79, 0xcd, 0xbf, 0x6b, 0x43 +.byte 0x32, 0xdd, 0xd9, 0x74, 0x10, 0xb9, 0xf7, 0xf4, 0x68, 0xd4, 0xbb, 0xd0, 0x87, 0xd5, 0xaa, 0x4b +.byte 0x8a, 0x2a, 0x6f, 0x2a, 0x04, 0xb5, 0xb2, 0xa6, 0xc7, 0xa0, 0x7a, 0xe6, 0x48, 0xab, 0xd2, 0xd1 +.byte 0x59, 0xcc, 0xd6, 0x7e, 0x23, 0xe6, 0x97, 0x6c, 0xf0, 0x42, 0xe5, 0xdc, 0x51, 0x4b, 0x15, 0x41 +.byte 0xed, 0x49, 0x4a, 0xc9, 0xde, 0x10, 0x97, 0xd6, 0x76, 0xc1, 0xef, 0xa5, 0xb5, 0x36, 0x14, 0x97 +.byte 0x35, 0xd8, 0x78, 0x22, 0x35, 0x52, 0xef, 0x43, 0xbd, 0xdb, 0x27, 0xdb, 0x61, 0x56, 0x82, 0x34 +.byte 0xdc, 0xcb, 0x88, 0x60, 0x0c, 0x0b, 0x5a, 0xe5, 0x2c, 0x01, 0xc6, 0x54, 0xaf, 0xd7, 0xaa, 0xc1 +.byte 0x10, 0x7b, 0xd2, 0x05, 0x5a, 0xb8, 0x40, 0x9e, 0x86, 0xa7, 0xc3, 0x90, 0x86, 0x02, 0x56, 0x52 +.byte 0x09, 0x7a, 0x9c, 0xd2, 0x27, 0x82, 0x53, 0x4a, 0x65, 0x52, 0x6a, 0xf5, 0x3c, 0xe7, 0xa8, 0xf2 +.byte 0x9c, 0xaf, 0x8b, 0xbd, 0xd3, 0x0e, 0xd4, 0xd4, 0x5e, 0x6e, 0x87, 0x9e, 0x6a, 0x3d, 0x45, 0x1d +.byte 0xd1, 0x5d, 0x1b, 0xf4, 0xe9, 0x0a, 0xac, 0x60, 0x99, 0xfb, 0x89, 0xb4, 0xff, 0x98, 0x2c, 0xcf +.byte 0x7c, 0x1d, 0xe9, 0x02, 0xaa, 0x04, 0x9a, 0x1e, 0xb8, 0xdc, 0x88, 0x6e, 0x25, 0xb3, 0x6c, 0x66 +.byte 0xf7, 0x3c, 0x90, 0xf3, 0x57, 0xc1, 0xb3, 0x2f, 0xf5, 0x6d, 0xf2, 0xfb, 0xca, 0xa1, 0xf8, 0x29 +.byte 0x9d, 0x46, 0x8b, 0xb3, 0x6a, 0xf6, 0xe6, 0x67, 0x07, 0xbe, 0x2c, 0x67, 0x0a, 0x2a, 0x1f, 0x5a +.byte 0xb2, 0x3e, 0x57, 0xc4, 0xd3, 0x21, 0x21, 0x63, 0x65, 0x52, 0x91, 0x1b, 0xb1, 0x99, 0x8e, 0x79 +.byte 0x7e, 0xe6, 0xeb, 0x8d, 0x00, 0xd9, 0x5a, 0xaa, 0xea, 0x73, 0xe8, 0xa4, 0x82, 0x02, 0x47, 0x96 +.byte 0xfe, 0x5b, 0x8e, 0x54, 0x61, 0xa3, 0xeb, 0x2f, 0x4b, 0x30, 0xb0, 0x8b, 0x23, 0x75, 0x72, 0x7c +.byte 0x21, 0x3c, 0xc8, 0xf6, 0xf1, 0x74, 0xd4, 0x1c, 0x7b, 0xa3, 0x05, 0x55, 0xee, 0xbb, 0x4d, 0x3b +.byte 0x32, 0xbe, 0x9a, 0x77, 0x66, 0x9e, 0xac, 0x69, 0x90, 0x22, 0x07, 0x1f, 0x61, 0x3a, 0x96, 0xbe +.byte 0xe5, 0x9a, 0x4f, 0xcc, 0x05, 0x3c, 0x28, 0x59, 0xd3, 0xc1, 0x0c, 0x54, 0xa8, 0x59, 0x61, 0xbd +.byte 0xc8, 0x72, 0x4c, 0xe8, 0xdc, 0x9f, 0x87, 0x7f, 0xbd, 0x9c, 0x48, 0x36, 0x5e, 0x95, 0xa3, 0x0e +.byte 0xb9, 0x38, 0x24, 0x55, 0xfc, 0x75, 0x66, 0xeb, 0x02, 0xe3, 0x08, 0x34, 0x29, 0x4a, 0xc6, 0xe3 +.byte 0x2b, 0x2f, 0x33, 0xa0, 0xda, 0xa3, 0x86, 0xa5, 0x12, 0x97, 0xfd, 0x80, 0x2b, 0xda, 0x14, 0x42 +.byte 0xe3, 0x92, 0xbd, 0x3e, 0xf2, 0x5d, 0x5e, 0x67, 0x74, 0x2e, 0x1c, 0x88, 0x47, 0x29, 0x34, 0x5f +.byte 0xe2, 0x32, 0xa8, 0x9c, 0x25, 0x37, 0x8c, 0xba, 0x98, 0x00, 0x97, 0x8b, 0x49, 0x96, 0x1e, 0xfd +.byte 0x25, 0x8a, 0xac, 0xdc, 0xda, 0xd8, 0x5d, 0x74, 0x6e, 0x66, 0xb0, 0xff, 0x44, 0xdf, 0xa1, 0x18 +.byte 0xc6, 0xbe, 0x48, 0x2f, 0x37, 0x94, 0x78, 0xf8, 0x95, 0x4a, 0x3f, 0x7f, 0x13, 0x5e, 0x5d, 0x59 +.byte 0xfd, 0x74, 0x86, 0x43, 0x63, 0x73, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xc2, 0x00, 0x78 +.byte 0x30, 0x81, 0xbf, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75 +.byte 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72 +.byte 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29 +.byte 0x20, 0x32, 0x30, 0x31, 0x32, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 +.byte 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x33, 0x30 +.byte 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x45 +.byte 0x43, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x84, 0x13, 0xc9, 0xd0, 0xba, 0x6d +.byte 0x41, 0x7b, 0xe2, 0x6c, 0xd0, 0xeb, 0x55, 0x5f, 0x66, 0x02, 0x1a, 0x24, 0xf4, 0x5b, 0x89, 0x69 +.byte 0x47, 0xe3, 0xb8, 0xc2, 0x7d, 0xf1, 0xf2, 0x02, 0xc5, 0x9f, 0xa0, 0xf6, 0x5b, 0xd5, 0x8b, 0x06 +.byte 0x19, 0x86, 0x4f, 0x53, 0x10, 0x6d, 0x07, 0x24, 0x27, 0xa1, 0xa0, 0xf8, 0xd5, 0x47, 0x19, 0x61 +.byte 0x4c, 0x7d, 0xca, 0x93, 0x27, 0xea, 0x74, 0x0c, 0xef, 0x6f, 0x96, 0x09, 0xfe, 0x63, 0xec, 0x70 +.byte 0x5d, 0x36, 0xad, 0x67, 0x77, 0xae, 0xc9, 0x9d, 0x7c, 0x55, 0x44, 0x3a, 0xa2, 0x63, 0x51, 0x1f +.byte 0xf5, 0xe3, 0x62, 0xd4, 0xa9, 0x47, 0x07, 0x3e, 0xcc, 0x20, 0x00, 0xd5, 0x01, 0x26, 0x30, 0x81 +.byte 0xd2, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x18 +.byte 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0f, 0x47, 0x65, 0x62, 0x7a, 0x65, 0x20, 0x2d +.byte 0x20, 0x4b, 0x6f, 0x63, 0x61, 0x65, 0x6c, 0x69, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x39, 0x54, 0x75, 0x72, 0x6b, 0x69, 0x79, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 0x6d +.byte 0x73, 0x65, 0x6c, 0x20, 0x76, 0x65, 0x20, 0x54, 0x65, 0x6b, 0x6e, 0x6f, 0x6c, 0x6f, 0x6a, 0x69 +.byte 0x6b, 0x20, 0x41, 0x72, 0x61, 0x73, 0x74, 0x69, 0x72, 0x6d, 0x61, 0x20, 0x4b, 0x75, 0x72, 0x75 +.byte 0x6d, 0x75, 0x20, 0x2d, 0x20, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x31, 0x2d, 0x30, 0x2b +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x24, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65, 0x72, 0x6b, 0x65, 0x7a +.byte 0x69, 0x20, 0x2d, 0x20, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x31, 0x36, 0x30, 0x34, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x20, 0x4b, 0x61 +.byte 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x20, 0x53, 0x53, 0x4c, 0x20, 0x4b, 0x6f, 0x6b, 0x20, 0x53, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x69, 0x20, 0x2d, 0x20, 0x53, 0x75, 0x72, 0x75 +.byte 0x6d, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xaf, 0x75, 0x30, 0x33, 0xaa, 0xbb, 0x6b, 0xd3, 0x99, 0x2c, 0x12, 0x37 +.byte 0x84, 0xd9, 0x8d, 0x7b, 0x97, 0x80, 0xd3, 0x6e, 0xe7, 0xff, 0x9b, 0x50, 0x95, 0x3e, 0x90, 0x95 +.byte 0x56, 0x42, 0xd7, 0x19, 0x7c, 0x26, 0x84, 0x8d, 0x92, 0xfa, 0x01, 0x1d, 0x3a, 0x0f, 0xe2, 0x64 +.byte 0x38, 0xb7, 0x8c, 0xbc, 0xe8, 0x88, 0xf9, 0x8b, 0x24, 0xab, 0x2e, 0xa3, 0xf5, 0x37, 0xe4, 0x40 +.byte 0x8e, 0x18, 0x25, 0x79, 0x83, 0x75, 0x1f, 0x3b, 0xff, 0x6c, 0xa8, 0xc5, 0xc6, 0x56, 0xf8, 0xb4 +.byte 0xed, 0x8a, 0x44, 0xa3, 0xab, 0x6c, 0x4c, 0xfc, 0x1d, 0xd0, 0xdc, 0xef, 0x68, 0xbd, 0xcf, 0xe4 +.byte 0xaa, 0xce, 0xf0, 0x55, 0xf7, 0xa2, 0x34, 0xd4, 0x83, 0x6b, 0x37, 0x7c, 0x1c, 0xc2, 0xfe, 0xb5 +.byte 0x03, 0xec, 0x57, 0xce, 0xbc, 0xb4, 0xb5, 0xc5, 0xed, 0x00, 0x0f, 0x53, 0x37, 0x2a, 0x4d, 0xf4 +.byte 0x4f, 0x0c, 0x83, 0xfb, 0x86, 0xcf, 0xcb, 0xfe, 0x8c, 0x4e, 0xbd, 0x87, 0xf9, 0xa7, 0x8b, 0x21 +.byte 0x57, 0x9c, 0x7a, 0xdf, 0x03, 0x67, 0x89, 0x2c, 0x9d, 0x97, 0x61, 0xa7, 0x10, 0xb8, 0x55, 0x90 +.byte 0x7f, 0x0e, 0x2d, 0x27, 0x38, 0x74, 0xdf, 0xe7, 0xfd, 0xda, 0x4e, 0x12, 0xe3, 0x4d, 0x15, 0x22 +.byte 0x02, 0xc8, 0xe0, 0xe0, 0xfc, 0x0f, 0xad, 0x8a, 0xd7, 0xc9, 0x54, 0x50, 0xcc, 0x3b, 0x0f, 0xca +.byte 0x16, 0x80, 0x84, 0xd0, 0x51, 0x56, 0xc3, 0x8e, 0x56, 0x7f, 0x89, 0x22, 0x33, 0x2f, 0xe6, 0x85 +.byte 0x0a, 0xbd, 0xa5, 0xa8, 0x1b, 0x36, 0xde, 0xd3, 0xdc, 0x2c, 0x6d, 0x3b, 0xc7, 0x13, 0xbd, 0x59 +.byte 0x23, 0x2c, 0xe6, 0xe5, 0xa4, 0xf7, 0xd8, 0x0b, 0xed, 0xea, 0x90, 0x40, 0x44, 0xa8, 0x95, 0xbb +.byte 0x93, 0xd5, 0xd0, 0x80, 0x34, 0xb6, 0x46, 0x78, 0x0e, 0x1f, 0x00, 0x93, 0x46, 0xe1, 0xee, 0xe9 +.byte 0xf9, 0xec, 0x4f, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01 + +.global _binary_x509_crt_bundle_end +_binary_x509_crt_bundle_end: /* for objcopy compatibility */ + + +.global x509_crt_bundle_length +x509_crt_bundle_length: +.word 64057 diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..fd7158a --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,32 @@ +idf_component_register( + SRCS + "main.c" + "wifi_config_portal.c" + "mqtt_handler.c" + "mqtt_comandos.c" + "fs_handler.c" + "eeprom_tls.c" + "eeprom_virtual.c" + "dns_server.c" + + # LED driver + "${CMAKE_CURRENT_SOURCE_DIR}/led_driver.c" + "${CMAKE_CURRENT_SOURCE_DIR}/led_strip/led_strip.c" + "${CMAKE_CURRENT_SOURCE_DIR}/led_strip/led_strip_encoder.c" + + INCLUDE_DIRS + "." + "include" + "${CMAKE_CURRENT_SOURCE_DIR}/led_strip" + + REQUIRES + esp_wifi + esp_netif + esp_event + nvs_flash + mqtt + json + spiffs + driver + esp_http_server +) diff --git a/main/certs.h b/main/certs.h new file mode 100644 index 0000000..6ac1b3e --- /dev/null +++ b/main/certs.h @@ -0,0 +1,35 @@ +// certs.h +#pragma once + +static const char ca_cert_pem[] = +"-----BEGIN CERTIFICATE-----\n" +"MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw\n" +"TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh\n" +"cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4\n" +"WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu\n" +"ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY\n" +"MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc\n" +"h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+\n" +"0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U\n" +"A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW\n" +"T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH\n" +"B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC\n" +"B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv\n" +"KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn\n" +"OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn\n" +"jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw\n" +"qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI\n" +"rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\n" +"HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq\n" +"hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL\n" +"ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ\n" +"3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK\n" +"NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5\n" +"ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur\n" +"TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC\n" +"jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc\n" +"oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq\n" +"4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA\n" +"mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d\n" +"emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc=\n" +"-----END CERTIFICATE-----\n"; diff --git a/main/dns_server.c b/main/dns_server.c new file mode 100644 index 0000000..5b58040 --- /dev/null +++ b/main/dns_server.c @@ -0,0 +1,60 @@ +#include +#include "lwip/err.h" +#include "lwip/sockets.h" +#include "esp_log.h" +#include "dns_server.h" + + +static const char *TAG = "DNS"; + +#define DNS_PORT 53 + +void start_dns_server(void) { + int sock = socket(AF_INET, SOCK_DGRAM, 0); + if (sock < 0) { + ESP_LOGE(TAG, "❌ Falha ao criar socket DNS"); + return; + } + + struct sockaddr_in addr; + addr.sin_family = AF_INET; + addr.sin_port = htons(DNS_PORT); + addr.sin_addr.s_addr = htonl(INADDR_ANY); + + if (bind(sock, (struct sockaddr*)&addr, sizeof(addr)) < 0) { + ESP_LOGE(TAG, "❌ Falha ao bind socket DNS"); + close(sock); + return; + } + + ESP_LOGI(TAG, "✅ DNS captive portal iniciado na porta %d", DNS_PORT); + + while (1) { + char buf[512]; + struct sockaddr_in source_addr; + socklen_t socklen = sizeof(source_addr); + + int len = recvfrom(sock, buf, sizeof(buf), 0, + (struct sockaddr*)&source_addr, &socklen); + + if (len > 0) { + // resposta simples: sempre devolve 192.168.4.1 + buf[2] |= 0x80; // resposta + buf[3] |= 0x80; // autoritativo + buf[7] = 1; // 1 resposta + + // append resposta A 192.168.4.1 + buf[len++] = 0xC0; buf[len++] = 0x0C; + buf[len++] = 0x00; buf[len++] = 0x01; // type A + buf[len++] = 0x00; buf[len++] = 0x01; // class IN + buf[len++] = 0x00; buf[len++] = 0x00; + buf[len++] = 0x00; buf[len++] = 0x3C; // TTL 60s + buf[len++] = 0x00; buf[len++] = 0x04; // data length + buf[len++] = 192; buf[len++] = 168; + buf[len++] = 4; buf[len++] = 1; + + sendto(sock, buf, len, 0, + (struct sockaddr*)&source_addr, socklen); + } + } +} diff --git a/main/eeprom_tls.c b/main/eeprom_tls.c new file mode 100644 index 0000000..943a43e --- /dev/null +++ b/main/eeprom_tls.c @@ -0,0 +1,67 @@ +#include +#include "esp_log.h" +#include "nvs_flash.h" +#include "eeprom_tls.h" + +static const char *TAG = "EEPROM_TLS"; + +// --- Inicializa NVS --- +esp_err_t eeprom_tls_init(void) { + esp_err_t err = nvs_flash_init(); + if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { + ESP_ERROR_CHECK(nvs_flash_erase()); + err = nvs_flash_init(); + } + return err; +} + +// --- Grava certificado PEM --- +esp_err_t eeprom_tls_write_cert(const char *cert_pem) { + if (!cert_pem) return ESP_ERR_INVALID_ARG; + + nvs_handle_t nvs; + esp_err_t err = nvs_open("storage", NVS_READWRITE, &nvs); + if (err != ESP_OK) return err; + + err = nvs_set_blob(nvs, "tls_cert", cert_pem, strlen(cert_pem) + 1); + if (err == ESP_OK) { + nvs_commit(nvs); + ESP_LOGI(TAG, "💾 Certificado TLS gravado na EEPROM (%d bytes)", strlen(cert_pem)); + } + nvs_close(nvs); + return err; +} + +// --- Lê certificado PEM --- +esp_err_t eeprom_tls_read_cert(char *buffer, size_t buf_size) { + nvs_handle_t nvs; + esp_err_t err = nvs_open("storage", NVS_READONLY, &nvs); + if (err != ESP_OK) return err; + + size_t required = buf_size; + err = nvs_get_blob(nvs, "tls_cert", buffer, &required); + nvs_close(nvs); + + if (err == ESP_OK) { + ESP_LOGI(TAG, "📦 Certificado TLS lido (%d bytes)", (int)required); + } else if (err == ESP_ERR_NVS_NOT_FOUND) { + ESP_LOGW(TAG, "⚠️ Nenhum certificado TLS encontrado na EEPROM"); + } else { + ESP_LOGE(TAG, "❌ Erro ao ler certificado (%s)", esp_err_to_name(err)); + } + return err; +} + +// --- Apaga certificado --- +esp_err_t eeprom_tls_clear_cert(void) { + nvs_handle_t nvs; + esp_err_t err = nvs_open("storage", NVS_READWRITE, &nvs); + if (err != ESP_OK) return err; + + err = nvs_erase_key(nvs, "tls_cert"); + nvs_commit(nvs); + nvs_close(nvs); + + ESP_LOGW(TAG, "🧹 Certificado TLS removido da EEPROM"); + return err; +} diff --git a/main/eeprom_virtual.c b/main/eeprom_virtual.c new file mode 100644 index 0000000..f8d0f69 --- /dev/null +++ b/main/eeprom_virtual.c @@ -0,0 +1,88 @@ +#include +#include "esp_log.h" +#include "nvs_flash.h" +#include "nvs.h" +#include "eeprom_virtual.h" + +static const char *TAG = "EEPROM_VIRTUAL"; +static nvs_handle_t s_nvs; + + +/** + * @brief Inicializa o “EEPROM virtual” (usa partição NVS) + */ +esp_err_t eeprom_virtual_init(void) +{ + esp_err_t ret = nvs_flash_init(); + if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { + ESP_ERROR_CHECK(nvs_flash_erase()); + ret = nvs_flash_init(); + } + if (ret != ESP_OK) { + ESP_LOGE(TAG, "❌ Falha ao inicializar NVS (%s)", esp_err_to_name(ret)); + return ret; + } + + ret = nvs_open("storage", NVS_READWRITE, &s_nvs); + if (ret != ESP_OK) { + ESP_LOGE(TAG, "❌ Erro ao abrir namespace NVS: %s", esp_err_to_name(ret)); + return ret; + } + + ESP_LOGI(TAG, "✅ EEPROM virtual pronta (namespace 'storage')"); + return ESP_OK; +} + +/** + * @brief Guarda dados binários na NVS + */ +esp_err_t eeprom_virtual_write_bin(const char *key, const void *data, size_t len) +{ + if (!key || !data || len == 0) return ESP_ERR_INVALID_ARG; + esp_err_t ret = nvs_set_blob(s_nvs, key, data, len); + if (ret == ESP_OK) { + ret = nvs_commit(s_nvs); + ESP_LOGI(TAG, "💾 Gravado '%s' (%d bytes)", key, (int)len); + } else { + ESP_LOGE(TAG, "❌ Falha ao gravar '%s' (%s)", key, esp_err_to_name(ret)); + } + return ret; +} + +/** + * @brief Lê dados binários da NVS + */ +esp_err_t eeprom_virtual_read_bin(const char *key, void *buf, size_t *len) +{ + if (!key || !buf || !len) return ESP_ERR_INVALID_ARG; + esp_err_t ret = nvs_get_blob(s_nvs, key, buf, len); + if (ret == ESP_OK) + ESP_LOGI(TAG, "📖 Lido '%s' (%d bytes)", key, (int)*len); + else if (ret == ESP_ERR_NVS_NOT_FOUND) + ESP_LOGW(TAG, "⚠️ Chave '%s' não encontrada", key); + else + ESP_LOGE(TAG, "❌ Erro ao ler '%s' (%s)", key, esp_err_to_name(ret)); + return ret; +} + +/** + * @brief Apaga uma chave da EEPROM virtual + */ +esp_err_t eeprom_virtual_erase_key(const char *key) +{ + esp_err_t ret = nvs_erase_key(s_nvs, key); + if (ret == ESP_OK) nvs_commit(s_nvs); + ESP_LOGI(TAG, "🧹 Apagado '%s' (%s)", key, esp_err_to_name(ret)); + return ret; +} + +/** + * @brief Apaga todo o conteúdo da EEPROM virtual + */ +esp_err_t eeprom_virtual_erase_all(void) +{ + esp_err_t ret = nvs_erase_all(s_nvs); + if (ret == ESP_OK) nvs_commit(s_nvs); + ESP_LOGW(TAG, "🧨 EEPROM virtual limpa (%s)", esp_err_to_name(ret)); + return ret; +} diff --git a/main/fs_handler.c b/main/fs_handler.c new file mode 100644 index 0000000..1a3ee20 --- /dev/null +++ b/main/fs_handler.c @@ -0,0 +1,54 @@ +#include +#include +#include "esp_log.h" +#include "esp_spiffs.h" + +static const char *TAG = "FS"; + +// --- MONTAR SPIFFS --- +void fs_init(void) { + esp_vfs_spiffs_conf_t conf = { + .base_path = "/spiffs", + .partition_label = "storage", + .max_files = 5, + .format_if_mount_failed = true + }; + + esp_err_t ret = esp_vfs_spiffs_register(&conf); + if (ret != ESP_OK) { + ESP_LOGE(TAG, "❌ Falha ao montar SPIFFS (%s)", esp_err_to_name(ret)); + return; + } + + size_t total = 0, used = 0; + ret = esp_spiffs_info(conf.partition_label, &total, &used); + if (ret != ESP_OK) { + ESP_LOGE(TAG, "❌ Erro ao obter info SPIFFS (%s)", esp_err_to_name(ret)); + return; + } + + ESP_LOGI(TAG, "📂 SPIFFS montado: total=%d KB, usado=%d KB", + (int)(total / 1024), (int)(used / 1024)); + + // Criar ficheiro de exemplo se não existir + FILE *f = fopen("/spiffs/config.json", "r"); + if (!f) { + ESP_LOGW(TAG, "⚠️ config.json não existe, a criar..."); + f = fopen("/spiffs/config.json", "w"); + if (f) { + fprintf(f, "{ \"ssid\": \"ALQAEDA\", \"pass\": \"1q2w3e4r5t\" }"); + fclose(f); + ESP_LOGI(TAG, "✅ config.json criado."); + } else { + ESP_LOGE(TAG, "❌ Erro a criar config.json"); + } + } else { + fclose(f); + } +} + +// --- DESMONTAR SPIFFS --- +void fs_deinit(void) { + ESP_LOGI(TAG, "🧹 Desmontando SPIFFS..."); + esp_vfs_spiffs_unregister(NULL); +} diff --git a/main/include/dns_server.h b/main/include/dns_server.h new file mode 100644 index 0000000..9d9c7f7 --- /dev/null +++ b/main/include/dns_server.h @@ -0,0 +1,10 @@ +#pragma once +#ifdef __cplusplus +extern "C" { +#endif + +void start_dns_server(void); + +#ifdef __cplusplus +} +#endif diff --git a/main/include/eeprom_tls.h b/main/include/eeprom_tls.h new file mode 100644 index 0000000..36b9170 --- /dev/null +++ b/main/include/eeprom_tls.h @@ -0,0 +1,18 @@ +#pragma once +#include "esp_err.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +#define TLS_CERT_MAX_SIZE (10 * 1024) // até 10 KB de PEM + +esp_err_t eeprom_tls_init(void); +esp_err_t eeprom_tls_write_cert(const char *cert_pem); +esp_err_t eeprom_tls_read_cert(char *buffer, size_t buf_size); +esp_err_t eeprom_tls_clear_cert(void); + +#ifdef __cplusplus +} +#endif diff --git a/main/include/eeprom_virtual.h b/main/include/eeprom_virtual.h new file mode 100644 index 0000000..c57b06c --- /dev/null +++ b/main/include/eeprom_virtual.h @@ -0,0 +1,17 @@ +#pragma once +#include "esp_err.h" +#include + +#ifdef __cplusplus +extern "C" { +#endif + +esp_err_t eeprom_virtual_init(void); +esp_err_t eeprom_virtual_write_bin(const char *key, const void *data, size_t len); +esp_err_t eeprom_virtual_read_bin(const char *key, void *buf, size_t *len); +esp_err_t eeprom_virtual_erase_key(const char *key); +esp_err_t eeprom_virtual_erase_all(void); + +#ifdef __cplusplus +} +#endif diff --git a/main/include/led_driver.h b/main/include/led_driver.h new file mode 100644 index 0000000..54b1c5f --- /dev/null +++ b/main/include/led_driver.h @@ -0,0 +1,24 @@ +#pragma once +#include +#include "esp_err.h" + +#ifdef __cplusplus +extern "C" { +#endif + +// === Configurações principais === +#define LED_PIN 18 +#define LED_COUNT 60 +#define LED_RES_HZ 10000000 // 10 MHz de resolução (0.1 µs por tick) + +// === Interface pública === +esp_err_t led_init(void); +esp_err_t led_clear(void); +esp_err_t led_set(uint16_t index, uint8_t r, uint8_t g, uint8_t b); +esp_err_t led_show(void); +void led_rainbow(uint16_t offset); +void led_spin_to(uint16_t target, uint16_t rounds, uint16_t delay_start, uint16_t delay_end); +void led_idle_animation(void); +#ifdef __cplusplus +} +#endif diff --git a/main/include/led_strip_encoder.h b/main/include/led_strip_encoder.h new file mode 100644 index 0000000..db5ef07 --- /dev/null +++ b/main/include/led_strip_encoder.h @@ -0,0 +1,36 @@ +/* + * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +#pragma once + +#include +#include "driver/rmt_encoder.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Type of led strip encoder configuration + */ +typedef struct { + uint32_t resolution; /*!< Encoder resolution, in Hz */ +} led_strip_encoder_config_t; + +/** + * @brief Create RMT encoder for encoding LED strip pixels into RMT symbols + * + * @param[in] config Encoder configuration + * @param[out] ret_encoder Returned encoder handle + * @return + * - ESP_ERR_INVALID_ARG for any invalid arguments + * - ESP_ERR_NO_MEM out of memory when creating led strip encoder + * - ESP_OK if creating encoder successfully + */ +esp_err_t rmt_new_led_strip_encoder(const led_strip_encoder_config_t *config, rmt_encoder_handle_t *ret_encoder); + +#ifdef __cplusplus +} +#endif diff --git a/main/include/mqtt_comandos.h b/main/include/mqtt_comandos.h new file mode 100644 index 0000000..9f380f2 --- /dev/null +++ b/main/include/mqtt_comandos.h @@ -0,0 +1,5 @@ +#pragma once +#include "cJSON.h" +#include "esp_err.h" + +void mqtt_comandos_handle(cJSON *root); diff --git a/main/include/mqtt_handler.h b/main/include/mqtt_handler.h new file mode 100644 index 0000000..cfec561 --- /dev/null +++ b/main/include/mqtt_handler.h @@ -0,0 +1,17 @@ +#pragma once +#include "mqtt_client.h" + +#ifdef __cplusplus +extern "C" { +#endif + +extern esp_mqtt_client_handle_t mqtt_client; // ✅ agora visível em outros .c +static inline void mqtt_handler_loop(void) { + // placeholder — sem função neste build +} + +void mqtt_handler_start(void); + +#ifdef __cplusplus +} +#endif diff --git a/main/include/project_config.h b/main/include/project_config.h new file mode 100644 index 0000000..2d362d2 --- /dev/null +++ b/main/include/project_config.h @@ -0,0 +1,56 @@ +#pragma once + +// ============================================================================ +// 🧠 CONFIGURAÇÃO GLOBAL DO PROJETO ESP-IDF +// ============================================================================ +// Todos os módulos incluem este header para aceder a constantes e parâmetros. +// Ajusta os valores conforme o teu hardware e preferências. +// ============================================================================ + +// --- Identificação --- +#define PROJECT_NAME "LED_shit" +#define PROJECT_VERSION "1.0.0" + +// --- Rede WiFi --- +#define WIFI_AP_SSID "ESP32_Config" // SSID modo AP +#define WIFI_AP_PASS "12345678" // Senha modo AP +#define WIFI_MAX_CONN 4 // nº máximo de conexões no modo AP + +// --- MQTT Broker --- +#define MQTT_BROKER_HOST "mtqq.xupas.mywire.org" +#define MQTT_BROKER_PORT_TLS 8883 +#define MQTT_BROKER_PORT_TCP 1883 +#define MQTT_USER "xupa" +#define MQTT_PASS "xupa" + +// --- LEDs --- +#define LED_PIN 13 +#define LED_COUNT 60 +#define LED_RES_HZ 10000000 + +// --- EEPROM / NVS --- +#define EEPROM_NAMESPACE "storage" +#define EEPROM_TLS_KEY "tls_cert" +#define EEPROM_MAX_SIZE (100 * 1024) // 100 KB reservados virtualmente + +// --- Display / outras features futuras --- +#define USE_DISPLAY_TM1637 0 +#define USE_DISPLAY_I2C 0 + +// --- Logs --- +#define LOG_LEVEL_DEFAULT ESP_LOG_INFO + +// --- Segurança --- +#define USE_TLS 1 // 1 = usa TLS no MQTT, 0 = TCP +#define AUTO_RECONNECT 1 + +// --- Animações / jogo --- +#define ENABLE_DEMO_MODE 1 +#define ENABLE_IDLE_ANIM 1 + +// --- Tempo --- +#define SNTP_SERVER "pool.ntp.org" + +// ============================================================================ +// ⚙️ Fim da configuração global +// ============================================================================ diff --git a/main/include/wifi_config_portal.h b/main/include/wifi_config_portal.h new file mode 100644 index 0000000..5b0fabf --- /dev/null +++ b/main/include/wifi_config_portal.h @@ -0,0 +1,34 @@ +#pragma once + +#include "esp_err.h" +#include "esp_wifi_types.h" +#include "esp_event.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Callback chamado quando o Wi-Fi se conecta e obtém IP. + * (usado para iniciar MQTT, LEDs, etc.) + */ +typedef void (*wifi_connected_cb_t)(void); + +/** + * @brief Inicializa o módulo Wi-Fi com modo STA ou AP de configuração. + * + * @param cb Função callback chamada quando há ligação Wi-Fi com IP. + * @param have_creds true se já tiver credenciais gravadas. + */ +void wifi_config_portal_init(wifi_connected_cb_t cb, bool have_creds); + +/** + * @brief Funções auxiliares do portal cativo (DNS + HTTP) + * São definidas em dns_server.c + */ +void start_dns_server(void); +void stop_dns_server(void); + +#ifdef __cplusplus +} +#endif diff --git a/main/led_driver.c b/main/led_driver.c new file mode 100644 index 0000000..94b9071 --- /dev/null +++ b/main/led_driver.c @@ -0,0 +1,147 @@ +#include "led_driver.h" +#include "driver/rmt_tx.h" +#include "led_strip_encoder.h" +#include "esp_log.h" +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "esp_random.h" +#include +#include "esp_rom_sys.h" + +static const char *TAG = "LED"; +static bool led_ready = false; // 🚦 flag de inicialização +static rmt_channel_handle_t led_chan = NULL; +static rmt_encoder_handle_t led_enc = NULL; +static uint8_t led_pixels[LED_COUNT * 3]; + +// --- Conversão HSV → RGB --- +static void hsv2rgb(uint32_t h, uint32_t s, uint32_t v, + uint8_t *r, uint8_t *g, uint8_t *b) +{ + h %= 360; + uint32_t rgb_max = v * 255 / 100; + uint32_t rgb_min = rgb_max * (100 - s) / 100; + uint32_t i = h / 60, diff = h % 60; + uint32_t adj = (rgb_max - rgb_min) * diff / 60; + + switch (i) { + case 0: *r = rgb_max; *g = rgb_min + adj; *b = rgb_min; break; + case 1: *r = rgb_max - adj; *g = rgb_max; *b = rgb_min; break; + case 2: *r = rgb_min; *g = rgb_max; *b = rgb_min + adj; break; + case 3: *r = rgb_min; *g = rgb_max - adj; *b = rgb_max; break; + case 4: *r = rgb_min + adj; *g = rgb_min; *b = rgb_max; break; + default:*r = rgb_max; *g = rgb_min; *b = rgb_max - adj; break; + } +} + +// --- Inicialização --- +esp_err_t led_init(void) +{ + ESP_LOGI(TAG, "Inicializando LEDs no GPIO%d (%d LEDs)", LED_PIN, LED_COUNT); + + rmt_tx_channel_config_t tx_cfg = { + .gpio_num = LED_PIN, + .clk_src = RMT_CLK_SRC_DEFAULT, + .mem_block_symbols = 64, + .resolution_hz = LED_RES_HZ, + .trans_queue_depth = 4, + }; + ESP_ERROR_CHECK(rmt_new_tx_channel(&tx_cfg, &led_chan)); + + led_strip_encoder_config_t enc_cfg = {.resolution = LED_RES_HZ}; + ESP_ERROR_CHECK(rmt_new_led_strip_encoder(&enc_cfg, &led_enc)); + ESP_ERROR_CHECK(rmt_enable(led_chan)); + + memset(led_pixels, 0, sizeof(led_pixels)); + + led_ready = true; // ✅ marca como pronto + led_show(); // apaga tudo ao iniciar + return ESP_OK; +} + +// --- Apagar todos os LEDs --- +esp_err_t led_clear(void) +{ + if (!led_ready) return ESP_ERR_INVALID_STATE; + memset(led_pixels, 0, sizeof(led_pixels)); + return led_show(); +} + +// --- Definir cor individual --- +esp_err_t led_set(uint16_t index, uint8_t r, uint8_t g, uint8_t b) +{ + if (index >= LED_COUNT) return ESP_ERR_INVALID_ARG; + led_pixels[index * 3 + 0] = g; // WS2812 usa ordem GRB + led_pixels[index * 3 + 1] = r; + led_pixels[index * 3 + 2] = b; + return ESP_OK; +} + +// --- Enviar buffer para o anel --- +esp_err_t led_show(void) +{ + if (!led_ready || !led_chan || !led_enc) { + ESP_LOGW(TAG, "⚠️ led_show() chamado antes da inicialização — ignorado"); + return ESP_ERR_INVALID_STATE; + } + + rmt_transmit_config_t tx_cfg = {.loop_count = 0}; + esp_err_t err = rmt_transmit(led_chan, led_enc, + led_pixels, sizeof(led_pixels), &tx_cfg); + if (err != ESP_OK) { + ESP_LOGE(TAG, "❌ rmt_transmit falhou (%s)", esp_err_to_name(err)); + return err; + } + + err = rmt_tx_wait_all_done(led_chan, portMAX_DELAY); + if (err != ESP_OK) { + ESP_LOGE(TAG, "❌ rmt_tx_wait_all_done falhou (%s)", esp_err_to_name(err)); + return err; + } + return ESP_OK; +} +// --- Animação de rotação até posição alvo --- +void led_spin_to(uint16_t target, uint16_t rounds, uint16_t delay_start, uint16_t delay_end) +{ + if (!led_ready) return; + + uint32_t total_steps = rounds * LED_COUNT + target; + for (uint32_t i = 0; i < total_steps; i++) { + uint16_t pos = i % LED_COUNT; + + // Limpa e acende o LED atual + led_clear(); + led_set(pos, 255, 150, 0); + led_show(); + + // Calcula delay progressivo (aceleração -> desaceleração) + uint32_t delay = delay_start + ((delay_end - delay_start) * i) / total_steps; + vTaskDelay(pdMS_TO_TICKS(delay)); + } + + // Flash final + for (int j = 0; j < 3; j++) { + led_clear(); + led_show(); + vTaskDelay(pdMS_TO_TICKS(80)); + for (int k = 0; k < LED_COUNT; k++) + led_set(k, 255, 200, 50); + led_show(); + vTaskDelay(pdMS_TO_TICKS(80)); + } +} + +// --- Animação idle (arco-íris lento) --- +void led_idle_animation(void) +{ + if (!led_ready) return; + + static uint16_t hue = 0; + for (int i = 0; i < LED_COUNT; i++) { + uint8_t r, g, b; + hsv2rgb((hue + i * 6) % 360, 100, 10, &r, &g, &b); + led_set(i, r, g, b); + } + led_show(); + hue = (hue + 2) % 360; +} diff --git a/main/led_strip/led_strip.c b/main/led_strip/led_strip.c new file mode 100644 index 0000000..c818dd5 --- /dev/null +++ b/main/led_strip/led_strip.c @@ -0,0 +1,65 @@ +#include "led_strip.h" +#include "esp_log.h" +#include +#include +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" + +static const char *TAG = "led_strip"; + +struct led_strip_t { + uint32_t length; + uint8_t *buffer; + rmt_channel_handle_t channel; + uint32_t resolution; +}; + +typedef struct { + uint8_t g; + uint8_t r; + uint8_t b; +} __attribute__((packed)) grb_pixel_t; + +esp_err_t led_strip_new_rmt_device(const led_strip_config_t *config, led_strip_handle_t *ret_strip) { + if (!config || !ret_strip) return ESP_ERR_INVALID_ARG; + + led_strip_handle_t strip = calloc(1, sizeof(struct led_strip_t)); + if (!strip) return ESP_ERR_NO_MEM; + + strip->length = config->strip_length; + strip->resolution = config->resolution_hz; + strip->channel = config->rmt_channel; + strip->buffer = calloc(strip->length, sizeof(grb_pixel_t)); + if (!strip->buffer) { + free(strip); + return ESP_ERR_NO_MEM; + } + + *ret_strip = strip; + ESP_LOGI(TAG, "Novo LED strip criado (%lu LEDs)", (unsigned long)strip->length); + return ESP_OK; +} + +esp_err_t led_strip_set_pixel(led_strip_handle_t strip, uint32_t index, uint8_t red, uint8_t green, uint8_t blue) { + if (!strip || index >= strip->length) return ESP_ERR_INVALID_ARG; + grb_pixel_t *pixels = (grb_pixel_t *)strip->buffer; + pixels[index].g = green; + pixels[index].r = red; + pixels[index].b = blue; + return ESP_OK; +} + +esp_err_t led_strip_refresh(led_strip_handle_t strip) { + if (!strip) return ESP_ERR_INVALID_ARG; + // Envia os dados via RMT + rmt_transmit_config_t tx_conf = { .loop_count = 0 }; + ESP_ERROR_CHECK(rmt_transmit(strip->channel, NULL, strip->buffer, strip->length * sizeof(grb_pixel_t), &tx_conf)); + ESP_ERROR_CHECK(rmt_tx_wait_all_done(strip->channel, portMAX_DELAY)); + return ESP_OK; +} + +esp_err_t led_strip_clear(led_strip_handle_t strip) { + if (!strip) return ESP_ERR_INVALID_ARG; + memset(strip->buffer, 0, strip->length * sizeof(grb_pixel_t)); + return led_strip_refresh(strip); +} diff --git a/main/led_strip/led_strip.h b/main/led_strip/led_strip.h new file mode 100644 index 0000000..594bc5e --- /dev/null +++ b/main/led_strip/led_strip.h @@ -0,0 +1,46 @@ +#pragma once + +#include "esp_err.h" +#include "driver/rmt_tx.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Handle para a instância de LED strip + */ +typedef struct led_strip_t *led_strip_handle_t; + +/** + * @brief Configuração para criar um LED strip + */ +typedef struct { + uint32_t strip_length; // número de LEDs + uint32_t resolution_hz; // resolução do RMT + rmt_channel_handle_t rmt_channel;// canal RMT a usar +} led_strip_config_t; + +/** + * @brief Cria uma nova instância de LED strip + */ +esp_err_t led_strip_new_rmt_device(const led_strip_config_t *config, led_strip_handle_t *ret_strip); + +/** + * @brief Define a cor de um LED (index base 0) + */ +esp_err_t led_strip_set_pixel(led_strip_handle_t strip, uint32_t index, uint8_t red, uint8_t green, uint8_t blue); + +/** + * @brief Atualiza os LEDs com as cores definidas + */ +esp_err_t led_strip_refresh(led_strip_handle_t strip); + +/** + * @brief Limpa todos os LEDs (define para preto) + */ +esp_err_t led_strip_clear(led_strip_handle_t strip); + +#ifdef __cplusplus +} +#endif diff --git a/main/led_strip/led_strip_encoder.c b/main/led_strip/led_strip_encoder.c new file mode 100644 index 0000000..de8638c --- /dev/null +++ b/main/led_strip/led_strip_encoder.c @@ -0,0 +1,124 @@ +/* + * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#include "esp_check.h" +#include "led_strip_encoder.h" + +static const char *TAG = "led_encoder"; + +typedef struct { + rmt_encoder_t base; + rmt_encoder_t *bytes_encoder; + rmt_encoder_t *copy_encoder; + int state; + rmt_symbol_word_t reset_code; +} rmt_led_strip_encoder_t; + +static size_t rmt_encode_led_strip(rmt_encoder_t *encoder, rmt_channel_handle_t channel, const void *primary_data, size_t data_size, rmt_encode_state_t *ret_state) +{ + rmt_led_strip_encoder_t *led_encoder = __containerof(encoder, rmt_led_strip_encoder_t, base); + rmt_encoder_handle_t bytes_encoder = led_encoder->bytes_encoder; + rmt_encoder_handle_t copy_encoder = led_encoder->copy_encoder; + rmt_encode_state_t session_state = RMT_ENCODING_RESET; + rmt_encode_state_t state = RMT_ENCODING_RESET; + size_t encoded_symbols = 0; + switch (led_encoder->state) { + case 0: // send RGB data + encoded_symbols += bytes_encoder->encode(bytes_encoder, channel, primary_data, data_size, &session_state); + if (session_state & RMT_ENCODING_COMPLETE) { + led_encoder->state = 1; // switch to next state when current encoding session finished + } + if (session_state & RMT_ENCODING_MEM_FULL) { + state |= RMT_ENCODING_MEM_FULL; + goto out; // yield if there's no free space for encoding artifacts + } + // fall-through + case 1: // send reset code + encoded_symbols += copy_encoder->encode(copy_encoder, channel, &led_encoder->reset_code, + sizeof(led_encoder->reset_code), &session_state); + if (session_state & RMT_ENCODING_COMPLETE) { + led_encoder->state = RMT_ENCODING_RESET; // back to the initial encoding session + state |= RMT_ENCODING_COMPLETE; + } + if (session_state & RMT_ENCODING_MEM_FULL) { + state |= RMT_ENCODING_MEM_FULL; + goto out; // yield if there's no free space for encoding artifacts + } + } +out: + *ret_state = state; + return encoded_symbols; +} + +static esp_err_t rmt_del_led_strip_encoder(rmt_encoder_t *encoder) +{ + rmt_led_strip_encoder_t *led_encoder = __containerof(encoder, rmt_led_strip_encoder_t, base); + rmt_del_encoder(led_encoder->bytes_encoder); + rmt_del_encoder(led_encoder->copy_encoder); + free(led_encoder); + return ESP_OK; +} + +static esp_err_t rmt_led_strip_encoder_reset(rmt_encoder_t *encoder) +{ + rmt_led_strip_encoder_t *led_encoder = __containerof(encoder, rmt_led_strip_encoder_t, base); + rmt_encoder_reset(led_encoder->bytes_encoder); + rmt_encoder_reset(led_encoder->copy_encoder); + led_encoder->state = RMT_ENCODING_RESET; + return ESP_OK; +} + +esp_err_t rmt_new_led_strip_encoder(const led_strip_encoder_config_t *config, rmt_encoder_handle_t *ret_encoder) +{ + esp_err_t ret = ESP_OK; + rmt_led_strip_encoder_t *led_encoder = NULL; + ESP_GOTO_ON_FALSE(config && ret_encoder, ESP_ERR_INVALID_ARG, err, TAG, "invalid argument"); + led_encoder = rmt_alloc_encoder_mem(sizeof(rmt_led_strip_encoder_t)); + ESP_GOTO_ON_FALSE(led_encoder, ESP_ERR_NO_MEM, err, TAG, "no mem for led strip encoder"); + led_encoder->base.encode = rmt_encode_led_strip; + led_encoder->base.del = rmt_del_led_strip_encoder; + led_encoder->base.reset = rmt_led_strip_encoder_reset; + // different led strip might have its own timing requirements, following parameter is for WS2812 + rmt_bytes_encoder_config_t bytes_encoder_config = { + .bit0 = { + .level0 = 1, + .duration0 = 0.3 * config->resolution / 1000000, // T0H=0.3us + .level1 = 0, + .duration1 = 0.9 * config->resolution / 1000000, // T0L=0.9us + }, + .bit1 = { + .level0 = 1, + .duration0 = 0.9 * config->resolution / 1000000, // T1H=0.9us + .level1 = 0, + .duration1 = 0.3 * config->resolution / 1000000, // T1L=0.3us + }, + .flags.msb_first = 1 // WS2812 transfer bit order: G7...G0R7...R0B7...B0 + }; + ESP_GOTO_ON_ERROR(rmt_new_bytes_encoder(&bytes_encoder_config, &led_encoder->bytes_encoder), err, TAG, "create bytes encoder failed"); + rmt_copy_encoder_config_t copy_encoder_config = {}; + ESP_GOTO_ON_ERROR(rmt_new_copy_encoder(©_encoder_config, &led_encoder->copy_encoder), err, TAG, "create copy encoder failed"); + + uint32_t reset_ticks = config->resolution / 1000000 * 50 / 2; // reset code duration defaults to 50us + led_encoder->reset_code = (rmt_symbol_word_t) { + .level0 = 0, + .duration0 = reset_ticks, + .level1 = 0, + .duration1 = reset_ticks, + }; + *ret_encoder = &led_encoder->base; + return ESP_OK; +err: + if (led_encoder) { + if (led_encoder->bytes_encoder) { + rmt_del_encoder(led_encoder->bytes_encoder); + } + if (led_encoder->copy_encoder) { + rmt_del_encoder(led_encoder->copy_encoder); + } + free(led_encoder); + } + return ret; +} diff --git a/main/led_strip/led_strip_encoder.h b/main/led_strip/led_strip_encoder.h new file mode 100644 index 0000000..d839add --- /dev/null +++ b/main/led_strip/led_strip_encoder.h @@ -0,0 +1,28 @@ +#pragma once +#include "driver/rmt_tx.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Configuração do encoder de LED strip (usado pelo RMT) + */ +typedef struct { + uint32_t resolution; // resolução em Hz +} led_strip_encoder_config_t; + +/** + * @brief Cria um novo encoder para enviar dados WS2812 via RMT. + * + * @param config Configuração do encoder (resolução) + * @param ret_encoder Ponteiro de retorno do handle do encoder + * + * @return ESP_OK se criado com sucesso + */ +esp_err_t rmt_new_led_strip_encoder(const led_strip_encoder_config_t *config, + rmt_encoder_handle_t *ret_encoder); + +#ifdef __cplusplus +} +#endif diff --git a/main/main.c b/main/main.c new file mode 100644 index 0000000..ee2ecbc --- /dev/null +++ b/main/main.c @@ -0,0 +1,157 @@ +#include +#include +#include "esp_rom_sys.h" +#include "esp_task_wdt.h" +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "driver/gpio.h" +#include "nvs_flash.h" +#include "esp_system.h" +#include "esp_log.h" +#include "esp_wifi.h" +#include "esp_event.h" +#include "esp_netif.h" +#include "esp_spiffs.h" +#include "esp_sntp.h" +#include "wifi_config_portal.h" +#include "mqtt_handler.h" +#include "led_driver.h" +#include "esp_random.h" +#include "eeprom_virtual.h" +#include "eeprom_tls.h" + + +typedef struct { + int total_creditos; + int total_saidas; +} contadores_t; + +static const char *TAG = "APP"; +static uint32_t segundos = 0; +static bool wifi_ready = false; + +// === Contador simples de debug === +void segundos_task(void *pv) { + while (1) { + vTaskDelay(pdMS_TO_TICKS(1000)); + segundos++; + // ESP_LOGI("TIMER", "⏱ %lu segundos", segundos); + } +} + +uint32_t get_segundos(void) { + return segundos; +} + +// === Task de LEDs === +void led_task(void *pv) { + bool tem_creditos = false; + while (1) { + if (wifi_ready && tem_creditos) { + uint16_t target = esp_random() % LED_COUNT; + led_spin_to(target, 2, 12, 80); + tem_creditos = false; + } else if (wifi_ready) { + led_idle_animation(); + } else { + vTaskDelay(pdMS_TO_TICKS(100)); // espera Wi-Fi + } + vTaskDelay(pdMS_TO_TICKS(50)); + } +} + +// === Callback quando Wi-Fi e IP estão prontos === +static void on_wifi_connected(void) { + wifi_ready = true; + ESP_LOGI(TAG, "✅ Wi-Fi conectado, IP obtido — iniciando MQTT e LEDs..."); + + mqtt_handler_start(); + + ESP_LOGI(TAG, "🕒 Inicializando SNTP..."); + esp_sntp_setoperatingmode(SNTP_OPMODE_POLL); + esp_sntp_setservername(0, "pool.ntp.org"); + esp_sntp_init(); + + ESP_LOGI(TAG, "💡 Inicializando LEDs..."); + led_init(); +} + +#include "esp_rom_sys.h" + +void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName) +{ + esp_rom_printf("\n🧨 Stack overflow em %s!\n", pcTaskName); + // NÃO reinicia aqui — isso bloqueia o WiFi event task e causa WDT + // apenas marca para reiniciar depois + esp_task_wdt_reset(); + vTaskDelay(pdMS_TO_TICKS(1000)); + esp_restart(); +} + + +// === Função principal === +void app_main(void) { + // ---------- EEPROM ---------- + eeprom_virtual_init(); + + contadores_t contadores = {100, 25}; + eeprom_virtual_write_bin("contadores", &contadores, sizeof(contadores)); + ESP_LOGI("EEPROM", "💾 Gravado: total_creditos=%d, total_saidas=%d", + contadores.total_creditos, contadores.total_saidas); + + contadores_t lidos = {0}; + size_t len = sizeof(lidos); + if (eeprom_virtual_read_bin("contadores", &lidos, &len) == ESP_OK) { + ESP_LOGI("EEPROM", "📖 Lido: total_creditos=%d, total_saidas=%d", + lidos.total_creditos, lidos.total_saidas); + } else { + ESP_LOGW("EEPROM", "⚠️ Falha ao ler dados!"); + } + + // ---------- NVS ---------- + ESP_ERROR_CHECK(nvs_flash_init()); + + // ---------- LOG ---------- + esp_log_level_set("wifi", ESP_LOG_WARN); + + // ---------- SPIFFS ---------- + ESP_LOGI(TAG, "🔧 Montando SPIFFS..."); + esp_vfs_spiffs_conf_t spiffs_conf = { + .base_path = "/spiffs", + .partition_label = "storage", + .max_files = 5, + .format_if_mount_failed = true + }; + esp_err_t ret = esp_vfs_spiffs_register(&spiffs_conf); + if (ret != ESP_OK) { + ESP_LOGE(TAG, "❌ Falha ao montar SPIFFS (%s)", esp_err_to_name(ret)); + } else { + size_t total = 0, used = 0; + esp_spiffs_info(spiffs_conf.partition_label, &total, &used); + ESP_LOGI(TAG, "📦 SPIFFS OK: total=%d bytes, usado=%d", total, used); + } + + // ---------- Wi-Fi ---------- + wifi_config_t cfg; + bool have_creds = false; + if (esp_wifi_get_config(WIFI_IF_STA, &cfg) == ESP_OK) { + if (strlen((char *)cfg.sta.ssid) > 0) { + ESP_LOGI(TAG, "📂 Credenciais encontradas no NVS: SSID=%s", cfg.sta.ssid); + have_creds = true; + } + } + + wifi_config_portal_init(on_wifi_connected, have_creds); + + // ---------- Tasks ---------- + xTaskCreate(segundos_task, "segundos_task", 12288, NULL, 5, NULL); + xTaskCreate(led_task, "led_task", 12288, NULL, 5, NULL); + + // ---------- Loop principal (livre) ---------- + while (1) { + if (wifi_ready) { + mqtt_handler_loop(); // mantém MQTT ativo + } + vTaskDelay(pdMS_TO_TICKS(100)); + } +} diff --git a/main/mqtt_comandos.c b/main/mqtt_comandos.c new file mode 100644 index 0000000..6e129a1 --- /dev/null +++ b/main/mqtt_comandos.c @@ -0,0 +1,89 @@ +#include +#include +#include +#include +#include "esp_log.h" +#include "mqtt_client.h" +#include "cJSON.h" +#include "eeprom_virtual.h" + +static const char *TAG = "MQTT_CMD"; +extern esp_mqtt_client_handle_t mqtt_client; + +#define TOPIC_RESP "esp/esp32-002/resp" + +void mqtt_comandos_handle(cJSON *root) { + cJSON *id = cJSON_GetObjectItem(root, "id"); + cJSON *cmd = cJSON_GetObjectItem(root, "cmd"); + if (!cJSON_IsNumber(id) || !cJSON_IsString(cmd)) { + ESP_LOGW(TAG, "⚠️ Comando inválido"); + return; + } + + int req_id = id->valueint; + const char *comando = cmd->valuestring; + + // -------- FS_LIST -------- + if (strcmp(comando, "FS_LIST") == 0) { + DIR *dir = opendir("/spiffs"); + if (!dir) { + char resp[128]; + snprintf(resp, sizeof(resp), "{\"id\":%d,\"error\":\"fs_not_mounted\"}", req_id); + esp_mqtt_client_publish(mqtt_client, TOPIC_RESP, resp, 0, 1, false); + return; + } + + char json[2048]; + snprintf(json, sizeof(json), "{\"id\":%d,\"files\":[", req_id); + + struct dirent *entry; + int first = 1; + while ((entry = readdir(dir)) != NULL) { + char path[512]; + snprintf(path, sizeof(path), "/spiffs/%.255s", entry->d_name); + struct stat st; + if (stat(path, &st) == 0) { + // 🔧 Correção: buffer maior e limite de nome seguro + char file_json[320]; + snprintf(file_json, sizeof(file_json), + "{\"name\":\"%.200s\",\"size\":%ld}", entry->d_name, (long)st.st_size); + if (!first) strlcat(json, ",", sizeof(json)); + strlcat(json, file_json, sizeof(json)); + first = 0; + } + } + closedir(dir); + strlcat(json, "]}", sizeof(json)); + esp_mqtt_client_publish(mqtt_client, TOPIC_RESP, json, 0, 1, false); + } + + // -------- CERT_REQ -------- + else if (strcmp(comando, "CERT_REQ") == 0) { + char json[128]; + snprintf(json, sizeof(json), "{\"id\":%d,\"cmd\":\"CERT_REQ\"}", req_id); + esp_mqtt_client_publish(mqtt_client, TOPIC_RESP, json, 0, 1, false); + ESP_LOGI(TAG, "📤 Pedido de certificado enviado"); + + // -------- CERT_SAVE -------- + } else if (strcmp(comando, "CERT_SAVE") == 0) { + cJSON *cert = cJSON_GetObjectItem(root, "cert"); + if (!cJSON_IsString(cert)) { + char resp[128]; + snprintf(resp, sizeof(resp), "{\"id\":%d,\"error\":\"missing_cert\"}", req_id); + esp_mqtt_client_publish(mqtt_client, TOPIC_RESP, resp, 0, 1, false); + return; + } + + const char *cert_str = cert->valuestring; + + // 🔧 Correção: usar versão binária (string + terminador) + if (eeprom_virtual_write_bin("cert", cert_str, strlen(cert_str) + 1) == ESP_OK) { + ESP_LOGI(TAG, "💾 Certificado gravado na EEPROM (%d bytes)", (int)strlen(cert_str)); + char resp[128]; + snprintf(resp, sizeof(resp), "{\"id\":%d,\"cmd\":\"CERT_SAVE\",\"ok\":true}", req_id); + esp_mqtt_client_publish(mqtt_client, TOPIC_RESP, resp, 0, 1, false); + } else { + ESP_LOGE(TAG, "❌ Falha ao gravar certificado"); + } + } +} diff --git a/main/mqtt_handler.c b/main/mqtt_handler.c new file mode 100644 index 0000000..e723367 --- /dev/null +++ b/main/mqtt_handler.c @@ -0,0 +1,215 @@ +#include +#include +#include "esp_log.h" +#include "mqtt_client.h" +#include "esp_system.h" +#include "esp_mac.h" +#include "esp_netif.h" +#include "cJSON.h" +#include "certs.h" +#include "mqtt_comandos.h" +#include "led_driver.h" +#include "esp_timer.h" +#include "esp_event.h" +#include "eeprom_virtual.h" + +static const char *TAG = "MQTT"; + +// -------- CONFIG -------- +#define BROKER_HOST "mtqq.xupas.mywire.org" +#define BROKER_PORT_TLS 8883 +#define BROKER_PORT_TCP 1883 +#define MQTT_USER "xupa" +#define MQTT_PASS "xupa" + +esp_mqtt_client_handle_t mqtt_client = NULL; +static esp_timer_handle_t mqtt_watchdog = NULL; +static bool mqtt_connected = false; + +static char topic_status[64]; +static char topic_cmd[64]; +static char topic_resp[64]; +static char topic_lwt[64]; + +// ====================================================== +// HEARTBEAT / STATUS +// ====================================================== +static void send_status(void) { + if (!mqtt_client || !mqtt_connected) return; + + char buf[160]; + snprintf(buf, sizeof(buf), + "{\"uptime\":%lu,\"heap\":%lu}", + (unsigned long)(esp_log_timestamp() / 1000), + (unsigned long)esp_get_free_heap_size()); + + esp_mqtt_client_publish(mqtt_client, topic_status, buf, 0, 1, true); + ESP_LOGI(TAG, "📤 STATUS -> %s", buf); +} + +// ====================================================== +// WATCHDOG CALLBACK +// ====================================================== +static void mqtt_watchdog_cb(void *arg) { + if (!mqtt_connected) { + ESP_LOGE(TAG, "⏱️ 2 minutos sem MQTT, reiniciando ESP..."); + esp_restart(); + } +} + +// ====================================================== +// EVENT HANDLER +// ====================================================== +static void mqtt_event_handler(void *handler_args, esp_event_base_t base, + int32_t event_id, void *event_data) { + esp_mqtt_event_handle_t event = event_data; + + switch (event->event_id) { + case MQTT_EVENT_CONNECTED: + mqtt_connected = true; + led_set(0, 0, 50, 0); + led_show(); + ESP_LOGI(TAG, "✅ MQTT conectado"); + esp_mqtt_client_publish(mqtt_client, topic_status, "online", 0, 1, true); + esp_mqtt_client_subscribe(mqtt_client, topic_cmd, 1); + send_status(); + + if (mqtt_watchdog) esp_timer_stop(mqtt_watchdog); + break; + + case MQTT_EVENT_DISCONNECTED: + mqtt_connected = false; + led_set(0, 50, 0, 0); + led_show(); + ESP_LOGW(TAG, "⚠️ MQTT desconectado"); + if (mqtt_watchdog) esp_timer_start_periodic(mqtt_watchdog, 120000000); + break; + + case MQTT_EVENT_DATA: { + ESP_LOGI(TAG, "📩 [%.*s] %.*s", + event->topic_len, event->topic, + event->data_len, event->data); + + cJSON *root = cJSON_ParseWithLength(event->data, event->data_len); + if (root) { + mqtt_comandos_handle(root); + cJSON_Delete(root); + } else { + ESP_LOGE(TAG, "❌ JSON inválido"); + } + break; + } + + case MQTT_EVENT_ERROR: + ESP_LOGE(TAG, "❌ Erro MQTT"); + break; + + default: + break; + } +} + +// ====================================================== +// HEARTBEAT TASK +// ====================================================== +static void mqtt_heartbeat_task(void *arg) { + while (1) { + send_status(); + vTaskDelay(pdMS_TO_TICKS(30000)); // envia status a cada 30s + } +} + +// ====================================================== +// START / CONFIG +// ====================================================== +void mqtt_handler_start(void) { + esp_mqtt_client_config_t mqtt_cfg = {0}; + + // -------- IDENTIFICADOR AUTOMÁTICO -------- + char device_id[16]; + uint8_t mac[6]; + esp_read_mac(mac, ESP_MAC_WIFI_STA); + snprintf(device_id, sizeof(device_id), "esp_%02X%02X%02X", mac[3], mac[4], mac[5]); + + esp_netif_t *netif = esp_netif_get_handle_from_ifkey("WIFI_STA_DEF"); + if (netif) esp_netif_set_hostname(netif, device_id); + ESP_LOGI(TAG, "🆔 ID do dispositivo: %s", device_id); + + snprintf(topic_status, sizeof(topic_status), "esp/%s/status", device_id); + snprintf(topic_cmd, sizeof(topic_cmd), "esp/%s/cmd", device_id); + snprintf(topic_resp, sizeof(topic_resp), "esp/%s/resp", device_id); + snprintf(topic_lwt, sizeof(topic_lwt), "esp/%s/lwt", device_id); + + mqtt_cfg.credentials.client_id = device_id; + mqtt_cfg.credentials.username = MQTT_USER; + mqtt_cfg.credentials.authentication.password = MQTT_PASS; + + // ====================================================== + // TENTA CARREGAR CERTIFICADO E USAR TLS + // ====================================================== + bool tls_ok = false; + static char cert_buf[4096]; + size_t cert_len = sizeof(cert_buf) - 1; + + if (eeprom_virtual_read_bin("cert", cert_buf, &cert_len) == ESP_OK && cert_len > 0) { + cert_buf[cert_len] = '\0'; + mqtt_cfg.broker.verification.certificate = strdup(cert_buf); + mqtt_cfg.broker.address.hostname = BROKER_HOST; + mqtt_cfg.broker.address.port = BROKER_PORT_TLS; + mqtt_cfg.broker.address.transport = MQTT_TRANSPORT_OVER_SSL; + tls_ok = true; + ESP_LOGI(TAG, "🔐 Certificado TLS carregado da EEPROM (%d bytes)", (int)cert_len); + } else { + ESP_LOGW(TAG, "⚠️ Certificado TLS não encontrado — vai tentar padrão embutido..."); + mqtt_cfg.broker.verification.certificate = (const char *)ca_cert_pem; + mqtt_cfg.broker.address.hostname = BROKER_HOST; + mqtt_cfg.broker.address.port = BROKER_PORT_TLS; + mqtt_cfg.broker.address.transport = MQTT_TRANSPORT_OVER_SSL; + tls_ok = true; + } + + // ====================================================== + // TESTE: se TLS falhar, cai para TCP (sem SSL) + // ====================================================== + if (!tls_ok) { + ESP_LOGW(TAG, "⚠️ TLS indisponível — a usar MQTT sem SSL."); + mqtt_cfg.broker.address.hostname = BROKER_HOST; + mqtt_cfg.broker.address.port = BROKER_PORT_TCP; + mqtt_cfg.broker.address.transport = MQTT_TRANSPORT_OVER_TCP; + } + + // -------- LWT -------- + mqtt_cfg.session.last_will.topic = topic_lwt; + mqtt_cfg.session.last_will.msg = "offline"; + mqtt_cfg.session.last_will.qos = 1; + mqtt_cfg.session.last_will.retain = true; + + // ====================================================== + // INICIALIZAÇÃO DO CLIENTE + // ====================================================== + mqtt_client = esp_mqtt_client_init(&mqtt_cfg); + if (mqtt_client == NULL) { + ESP_LOGE(TAG, "❌ Falha a inicializar MQTT — a tentar fallback TCP..."); + mqtt_cfg.broker.address.transport = MQTT_TRANSPORT_OVER_TCP; + mqtt_cfg.broker.address.port = BROKER_PORT_TCP; + mqtt_client = esp_mqtt_client_init(&mqtt_cfg); + } + + esp_mqtt_client_register_event(mqtt_client, ESP_EVENT_ANY_ID, mqtt_event_handler, NULL); + esp_mqtt_client_start(mqtt_client); + + ESP_LOGI(TAG, "🚀 MQTT inicializado em %s:%lu (%s)", + mqtt_cfg.broker.address.hostname, + (unsigned long)mqtt_cfg.broker.address.port, + mqtt_cfg.broker.address.transport == MQTT_TRANSPORT_OVER_SSL ? "TLS" : "TCP"); + + // -------- WATCHDOG MQTT -------- + const esp_timer_create_args_t wd_args = { + .callback = &mqtt_watchdog_cb, + .name = "mqtt_watchdog" + }; + esp_timer_create(&wd_args, &mqtt_watchdog); + + // -------- HEARTBEAT TASK -------- + xTaskCreate(mqtt_heartbeat_task, "mqtt_heartbeat", 12288, NULL, 5, NULL); +} diff --git a/main/wifi_config_portal.c b/main/wifi_config_portal.c new file mode 100644 index 0000000..d5d951d --- /dev/null +++ b/main/wifi_config_portal.c @@ -0,0 +1,252 @@ +#include "wifi_config_portal.h" +#include "esp_wifi.h" +#include "esp_log.h" +#include "esp_event.h" +#include "esp_netif.h" +#include "nvs_flash.h" +#include "esp_timer.h" +#include "esp_http_server.h" +#include +#include +#include +#include "dns_server.h" + +#ifndef MIN +#define MIN(a,b) ((a) < (b) ? (a) : (b)) +#endif + +static const char *TAG = "WIFI_PORTAL"; +static httpd_handle_t server = NULL; +static wifi_connected_cb_t g_on_connected = NULL; +static esp_timer_handle_t wifi_watchdog_timer = NULL; +static bool got_ip = false; + +// --- WATCHDOG: tenta reconectar se ficar 60 s sem IP --- +static void wifi_watchdog_cb(void *arg) { + if (!got_ip) { + ESP_LOGW(TAG, "⏱️ 60 s sem IP — a tentar reconectar Wi-Fi..."); + esp_wifi_disconnect(); + vTaskDelay(pdMS_TO_TICKS(1000)); // espera 1 s + esp_wifi_connect(); + } +} + +// --- EVENTOS WIFI --- +static void on_wifi_event(void *arg, esp_event_base_t event_base, + int32_t event_id, void *event_data) { + if (event_base == WIFI_EVENT) { + switch (event_id) { + case WIFI_EVENT_STA_START: + ESP_LOGI(TAG, "📡 STA start"); + esp_wifi_connect(); + break; + case WIFI_EVENT_STA_CONNECTED: + ESP_LOGI(TAG, "🔗 STA conectado ao AP, aguardando IP..."); + break; + case WIFI_EVENT_STA_DISCONNECTED: { + wifi_event_sta_disconnected_t *disconn = (wifi_event_sta_disconnected_t *) event_data; + ESP_LOGW(TAG, "⚠️ STA desconectado (motivo %d)", disconn->reason); + got_ip = false; + esp_wifi_connect(); + break; + } + default: + ESP_LOGI(TAG, "ℹ️ Evento Wi-Fi não tratado: %ld", (long)event_id); + break; + } + } +} + +// --- Task auxiliar para iniciar o app (MQTT, LEDs, etc.) --- +static void wifi_start_app_task(void *arg) { + if (g_on_connected) + g_on_connected(); // chamada do callback da aplicação + vTaskDelete(NULL); +} + +// --- EVENTO IP OBTIDO --- +static void on_got_ip(void *arg, esp_event_base_t event_base, + int32_t event_id, void *event_data) { + got_ip = true; + ESP_LOGI(TAG, "🌐 STA obteve IP!"); + + if (wifi_watchdog_timer) + esp_timer_stop(wifi_watchdog_timer); + + // 🧠 executa o callback noutra task (stack própria) + xTaskCreate(wifi_start_app_task, "wifi_start_app", 6144, NULL, 5, NULL); +} + +// --- NVS: guardar e ler credenciais --- +static bool wifi_load_creds(char *ssid, char *pass) { + nvs_handle_t nvs; + if (nvs_open("wifi", NVS_READONLY, &nvs) != ESP_OK) return false; + size_t len1 = 32, len2 = 64; + if (nvs_get_str(nvs, "ssid", ssid, &len1) != ESP_OK) { nvs_close(nvs); return false; } + if (nvs_get_str(nvs, "pass", pass, &len2) != ESP_OK) { nvs_close(nvs); return false; } + nvs_close(nvs); + return true; +} + +static void wifi_save_creds(const char *ssid, const char *pass) { + nvs_handle_t nvs; + if (nvs_open("wifi", NVS_READWRITE, &nvs) != ESP_OK) return; + nvs_set_str(nvs, "ssid", ssid); + nvs_set_str(nvs, "pass", pass); + nvs_commit(nvs); + nvs_close(nvs); +} + +// --- Handlers HTTP --- +static esp_err_t handle_root(httpd_req_t *req) +{ + const char *html = + "" + "" + "Configuração Wi-Fi" + "" + "

Configuração Wi-Fi

" + "
" + "SSID:

" + "Senha:


" + "" + "
" + "" + ""; + + httpd_resp_set_type(req, "text/html; charset=UTF-8"); + httpd_resp_set_hdr(req, "Cache-Control", "no-store, no-cache, must-revalidate"); + return httpd_resp_send(req, html, HTTPD_RESP_USE_STRLEN); +} + +static esp_err_t handle_save(httpd_req_t *req) +{ + char buf[128]; + int ret = httpd_req_recv(req, buf, MIN(req->content_len, sizeof(buf) - 1)); + if (ret <= 0) { + return httpd_resp_send_err(req, HTTPD_400_BAD_REQUEST, "Nada recebido"); + } + buf[ret] = '\0'; + + char ssid[32] = {0}, pass[64] = {0}; + sscanf(buf, "ssid=%31[^&]&pass=%63s", ssid, pass); + + wifi_save_creds(ssid, pass); + ESP_LOGI(TAG, "💾 Credenciais salvas: SSID=%s", ssid); + + const char *resp = + "" + "" + "

✅ Credenciais guardadas!

" + "

O dispositivo vai reiniciar em 2 segundos...

" + ""; + + httpd_resp_set_type(req, "text/html; charset=UTF-8"); + httpd_resp_send(req, resp, HTTPD_RESP_USE_STRLEN); + + vTaskDelay(pdMS_TO_TICKS(2000)); + esp_restart(); + + return ESP_OK; +} + +// --- Inicia o servidor HTTP --- +static void start_webserver(void) { + httpd_config_t config = HTTPD_DEFAULT_CONFIG(); + config.stack_size = 8192; + config.server_port = 80; + config.max_uri_handlers = 8; + config.uri_match_fn = httpd_uri_match_wildcard; + config.recv_wait_timeout = 10; + config.send_wait_timeout = 10; + config.max_resp_headers = 20; + + if (httpd_start(&server, &config) == ESP_OK) { + httpd_uri_t root = { .uri = "/", .method = HTTP_GET, .handler = handle_root }; + httpd_uri_t save = { .uri = "/save", .method = HTTP_POST, .handler = handle_save }; + httpd_register_uri_handler(server, &root); + httpd_register_uri_handler(server, &save); + ESP_LOGI(TAG, "🌐 Servidor HTTP iniciado na porta %d", config.server_port); + } else { + ESP_LOGE(TAG, "❌ Falha ao iniciar servidor HTTP!"); + } +} + +// --- Inicialização principal --- +void wifi_config_portal_init(wifi_connected_cb_t cb, bool have_creds) +{ + g_on_connected = cb; + esp_netif_init(); + esp_event_loop_create_default(); + esp_netif_create_default_wifi_sta(); + + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + ESP_ERROR_CHECK(esp_wifi_init(&cfg)); + ESP_ERROR_CHECK(esp_event_handler_register(WIFI_EVENT, ESP_EVENT_ANY_ID, &on_wifi_event, NULL)); + ESP_ERROR_CHECK(esp_event_handler_register(IP_EVENT, IP_EVENT_STA_GOT_IP, &on_got_ip, NULL)); + + const esp_timer_create_args_t timer_args = { + .callback = &wifi_watchdog_cb, + .name = "wifi_watchdog" + }; + esp_timer_create(&timer_args, &wifi_watchdog_timer); + esp_timer_start_periodic(wifi_watchdog_timer, 60000000); // 60 s + + char ssid[32] = {0}, pass[64] = {0}; + bool stored = wifi_load_creds(ssid, pass); + + if (have_creds || stored) { + ESP_LOGI(TAG, "🔄 A ligar à rede guardada..."); + wifi_config_t wifi_cfg = {0}; + strcpy((char *)wifi_cfg.sta.ssid, ssid); + strcpy((char *)wifi_cfg.sta.password, pass); + ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA)); + ESP_ERROR_CHECK(esp_wifi_set_config(WIFI_IF_STA, &wifi_cfg)); + ESP_ERROR_CHECK(esp_wifi_start()); + esp_wifi_connect(); + } else { + ESP_LOGW(TAG, "❌ Sem credenciais — modo AP de configuração..."); + esp_netif_create_default_wifi_ap(); + + wifi_config_t ap_cfg = { + .ap = { + .ssid_len = 0, + .password = "12345678", + .max_connection = 4, + .authmode = WIFI_AUTH_WPA_WPA2_PSK + } + }; + uint8_t mac[6]; + esp_wifi_get_mac(WIFI_IF_AP, mac); + snprintf((char *)ap_cfg.ap.ssid, sizeof(ap_cfg.ap.ssid), + "ESP32_%02X%02X%02X", mac[3], mac[4], mac[5]); + if (strlen((char *)ap_cfg.ap.password) == 0) + ap_cfg.ap.authmode = WIFI_AUTH_OPEN; + + ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_AP)); + ESP_ERROR_CHECK(esp_wifi_set_config(WIFI_IF_AP, &ap_cfg)); + ESP_ERROR_CHECK(esp_wifi_start()); + + if (wifi_watchdog_timer) + esp_timer_stop(wifi_watchdog_timer); + + start_dns_server(); + start_webserver(); + + ESP_LOGI(TAG, "🌐 Criado AP SSID=%s Senha=%s", ap_cfg.ap.ssid, ap_cfg.ap.password); + } +} diff --git a/mapear.bat b/mapear.bat new file mode 100644 index 0000000..429cd2b --- /dev/null +++ b/mapear.bat @@ -0,0 +1,3 @@ +@echo off +net use Z: "\\192.168.10.251\partilha\varios" /user:xupa xupa /persistent:yes +exit diff --git a/partitions.csv b/partitions.csv new file mode 100644 index 0000000..372da1d --- /dev/null +++ b/partitions.csv @@ -0,0 +1,6 @@ +# ESP-IDF Partition Table +# Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 24K, +phy_init, data, phy, 0xf000, 4K, +factory, app, factory, 0x10000, 1792K, +storage, data, spiffs, 0x1D0000, 256K, diff --git a/sdkconfig b/sdkconfig new file mode 100644 index 0000000..3010128 --- /dev/null +++ b/sdkconfig @@ -0,0 +1,1858 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) 5.1.6 Project Configuration +# +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED="Not determined" +CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED="Not determined" +CONFIG_SOC_DPORT_WORKAROUND="Not determined" +CONFIG_SOC_CAPS_ECO_VER_MAX=301 +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DAC_SUPPORTED=y +CONFIG_SOC_UART_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_GPTIMER_SUPPORTED=y +CONFIG_SOC_SDMMC_HOST_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_EMAC_SUPPORTED=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_CCOMP_TIMER_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_GPSPI_SUPPORTED=y +CONFIG_SOC_LEDC_SUPPORTED=y +CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y +CONFIG_SOC_BOD_SUPPORTED=y +CONFIG_SOC_ULP_FSM_SUPPORTED=y +CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL=5 +CONFIG_SOC_XTAL_SUPPORT_26M=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT=y +CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=2 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=10 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=2 +CONFIG_SOC_ADC_PATT_LEN_MAX=16 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=2 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=2 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=20 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_IDCACHE_PER_CORE=y +CONFIG_SOC_CPU_CORES_NUM=2 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FPU=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=64 +CONFIG_SOC_DAC_CHAN_NUM=2 +CONFIG_SOC_DAC_RESOLUTION=8 +CONFIG_SOC_DAC_DMA_16BIT_ALIGN=y +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=40 +CONFIG_SOC_GPIO_VALID_GPIO_MASK=0xFFFFFFFFFF +CONFIG_SOC_GPIO_IN_RANGE_MAX=39 +CONFIG_SOC_GPIO_OUT_RANGE_MAX=33 +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0xEF0FEA +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_CMD_REG_NUM=16 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_APB=y +CONFIG_SOC_I2S_NUM=2 +CONFIG_SOC_I2S_HW_VERSION_1=y +CONFIG_SOC_I2S_SUPPORTS_APLL=y +CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_PDM_RX=y +CONFIG_SOC_I2S_PDM_MAX_RX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_ADC_DAC=y +CONFIG_SOC_I2S_SUPPORTS_ADC=y +CONFIG_SOC_I2S_SUPPORTS_DAC=y +CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA=y +CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD=y +CONFIG_SOC_I2S_LCD_I80_VARIANT=y +CONFIG_SOC_LCD_I80_SUPPORTED=y +CONFIG_SOC_LCD_I80_BUSES=2 +CONFIG_SOC_LCD_I80_BUS_WIDTH=24 +CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX=y +CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_REF_TICK=y +CONFIG_SOC_LEDC_SUPPORT_HS_MODE=y +CONFIG_SOC_LEDC_CHANNEL_NUM=8 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 +CONFIG_SOC_MCPWM_GROUPS=2 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MMU_PERIPH_NUM=2 +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=3 +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=8 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=8 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=64 +CONFIG_SOC_RMT_SUPPORT_REF_TICK=y +CONFIG_SOC_RMT_SUPPORT_APB=y +CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT=y +CONFIG_SOC_RTCIO_PIN_COUNT=18 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=8 +CONFIG_SOC_SDM_CLK_SUPPORT_APB=y +CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED=y +CONFIG_SOC_SPI_AS_CS_SUPPORTED=y +CONFIG_SOC_SPI_PERIPH_NUM=3 +CONFIG_SOC_SPI_DMA_CHAN_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=3 +CONFIG_SOC_SPI_SUPPORT_CLK_APB=y +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=8192 +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=2 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=64 +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=4 +CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y +CONFIG_SOC_TOUCH_VERSION_1=y +CONFIG_SOC_TOUCH_SENSOR_NUM=10 +CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX=0xFF +CONFIG_SOC_TWAI_CONTROLLER_NUM=1 +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y +CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_SUPPORT_APB_CLK=y +CONFIG_SOC_UART_SUPPORT_REF_TICK=y +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_SPIRAM_SUPPORTED=y +CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y +CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SHA_SUPPORT_SHA384=y +CONFIG_SOC_SHA_SUPPORT_SHA512=y +CONFIG_SOC_RSA_MAX_BIT_LEN=4096 +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_192=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_SECURE_BOOT_V1=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y +CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED=y +CONFIG_SOC_CLK_APLL_SUPPORTED=y +CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ=350000000 +CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ=500000000 +CONFIG_SOC_APLL_MIN_HZ=5303031 +CONFIG_SOC_APLL_MAX_HZ=125000000 +CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256=y +CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y +CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y +CONFIG_SOC_SDMMC_USE_IOMUX=y +CONFIG_SOC_SDMMC_NUM_SLOTS=2 +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW=y +CONFIG_SOC_WIFI_NAN_SUPPORT=y +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_BT_CLASSIC_SUPPORTED=y +CONFIG_SOC_BLUFI_SUPPORTED=y +CONFIG_SOC_ULP_HAS_ADC=y +CONFIG_SOC_PHY_COMBO_MODULE=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TARGET_ARCH_XTENSA=y +CONFIG_IDF_TARGET_ARCH="xtensa" +CONFIG_IDF_TARGET="esp32" +CONFIG_IDF_TARGET_ESP32=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# end of Build type + +# +# Bootloader config +# +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 + +# +# Serial Flash Configurations +# +# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Serial Flash Configurations + +# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set +CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V1_SUPPORTED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_MZ_CRC32=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH=y +CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y +CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +# CONFIG_PARTITION_TABLE_SINGLE_APP is not set +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +CONFIG_PARTITION_TABLE_CUSTOM=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +CONFIG_BT_ALARM_MAX_NUM=50 +# end of Bluetooth + +# +# Driver Configurations +# + +# +# Legacy ADC Configuration +# +CONFIG_ADC_DISABLE_DAC=y +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y +CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CAL_LUT_ENABLE=y +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Configuration + +# +# SPI Configuration +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of SPI Configuration + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC=y +CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y +CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y +CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y +CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y +# end of TWAI Configuration + +# +# UART Configuration +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of UART Configuration + +# +# GPIO Configuration +# +# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of GPIO Configuration + +# +# Sigma Delta Modulator Configuration +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of Sigma Delta Modulator Configuration + +# +# GPTimer Configuration +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of GPTimer Configuration + +# +# PCNT Configuration +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of PCNT Configuration + +# +# RMT Configuration +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of RMT Configuration + +# +# MCPWM Configuration +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of MCPWM Configuration + +# +# I2S Configuration +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of I2S Configuration + +# +# DAC Configuration +# +# CONFIG_DAC_CTRL_FUNC_IN_IRAM is not set +# CONFIG_DAC_ISR_IRAM_SAFE is not set +# CONFIG_DAC_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_DAC_ENABLE_DEBUG_LOG is not set +CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y +# end of DAC Configuration +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set +CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set +CONFIG_EFUSE_MAX_BLK_LEN=192 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set + +# +# ADC Calibration Configurations +# +CONFIG_ADC_CALI_EFUSE_TP_ENABLE=y +CONFIG_ADC_CALI_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CALI_LUT_ENABLE=y +# end of ADC Calibration Configurations + +CONFIG_ADC_DISABLE_DAC_OUTPUT=y +# end of ADC and ADC Calibration + +# +# Wireless Coexistence +# +# CONFIG_ESP_COEX_GPIO_DEBUG is not set +# end of Wireless Coexistence + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_ESP32_EMAC=y +CONFIG_ETH_PHY_INTERFACE_RMII=y +CONFIG_ETH_RMII_CLK_INPUT=y +# CONFIG_ETH_RMII_CLK_OUTPUT is not set +CONFIG_ETH_RMII_CLK_IN_GPIO=0 +CONFIG_ETH_DMA_BUFFER_SIZE=512 +CONFIG_ETH_DMA_RX_BUFFER_NUM=10 +CONFIG_ETH_DMA_TX_BUFFER_NUM=10 +# CONFIG_ETH_IRAM_OPTIMIZATION is not set +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32_REV_MIN_0=y +# CONFIG_ESP32_REV_MIN_1 is not set +# CONFIG_ESP32_REV_MIN_1_1 is not set +# CONFIG_ESP32_REV_MIN_2 is not set +# CONFIG_ESP32_REV_MIN_3 is not set +# CONFIG_ESP32_REV_MIN_3_1 is not set +CONFIG_ESP32_REV_MIN=0 +CONFIG_ESP32_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32 Revision (Rev v3.99) +# +CONFIG_ESP32_REV_MAX_FULL=399 +CONFIG_ESP_REV_MAX_FULL=399 +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y +# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set +# CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y +# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set +CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=2000 +# CONFIG_ESP_SLEEP_DEBUG is not set +CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y +# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_INT_8MD256 is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y +# end of Peripheral Control + +# +# Main XTAL Config +# +# CONFIG_XTAL_FREQ_26 is not set +CONFIG_XTAL_FREQ_40=y +# CONFIG_XTAL_FREQ_AUTO is not set +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config +# end of Hardware Settings + +# +# LCD and Touch Panel +# + +# +# LCD Touch Drivers are maintained in the IDF Component Registry +# + +# +# LCD Peripheral Configuration +# +CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of LCD Peripheral Configuration +# end of LCD and Touch Panel + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +# CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# end of ESP NETIF Adapter + +# +# Partition API Configuration +# +# end of Partition API Configuration + +# +# PHY +# +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +# CONFIG_ESP_PHY_ENABLE_CERT_TEST is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# CONFIG_ESP_PHY_PLL_TRACK_DEBUG is not set +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +# end of Power Management + +# +# ESP PSRAM +# +# CONFIG_SPIRAM is not set +# end of ESP PSRAM + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 + +# +# Memory +# +# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set + +# +# Non-backward compatible options +# +# CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM is not set +# end of Non-backward compatible options +# end of Memory + +# +# Trace memory +# +# CONFIG_ESP32_TRAX is not set +CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 +# end of Trace memory + +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 + +# +# Memory protection +# +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_MULTIPLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_INT_WDT_CHECK_CPU1=y +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=0 +# end of Brownout Detector + +# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y +CONFIG_ESP_IPC_ISR_ENABLE=y +# end of IPC (Inter-Processor Call) + +# +# High resolution timer (esp_timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set +CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 +CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y +CONFIG_ESP_TIMER_ISR_AFFINITY=0x1 +CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_TG0_LAC=y +# end of High resolution timer (esp_timer) + +# +# Wi-Fi +# +CONFIG_ESP_WIFI_ENABLED=y +CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER=y +# CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF=0 +CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF=5 +# CONFIG_ESP_WIFI_CSI_ENABLED is not set +CONFIG_ESP_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP_WIFI_TX_BA_WIN=6 +CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP_WIFI_RX_BA_WIN=6 +CONFIG_ESP_WIFI_NVS_ENABLED=y +CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP_WIFI_IRAM_OPT=y +# CONFIG_ESP_WIFI_EXTRA_IRAM_OPT is not set +CONFIG_ESP_WIFI_RX_IRAM_OPT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME=50 +CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME=10 +CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME=15 +CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y +CONFIG_ESP_WIFI_GMAC_SUPPORT=y +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +# CONFIG_ESP_WIFI_NAN_ENABLE is not set +CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y +CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y +# CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_11KV_SUPPORT is not set +# CONFIG_ESP_WIFI_MBO_SUPPORT is not set +# CONFIG_ESP_WIFI_DPP_SUPPORT is not set +# CONFIG_ESP_WIFI_11R_SUPPORT is not set +# CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR is not set + +# +# WPS Configuration Options +# +# CONFIG_ESP_WIFI_WPS_STRICT is not set +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of WPS Configuration Options + +# CONFIG_ESP_WIFI_DEBUG_PRINT is not set +# CONFIG_ESP_WIFI_TESTING_OPTIONS is not set +CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER is not set +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +# CONFIG_FATFS_SECTOR_512 is not set +CONFIG_FATFS_SECTOR_4096=y +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +# CONFIG_FREERTOS_UNICORE is not set +CONFIG_FREERTOS_HZ=100 +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +# CONFIG_FREERTOS_FPU_IN_ISR is not set +CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y +CONFIG_FREERTOS_CORETIMER_0=y +# CONFIG_FREERTOS_CORETIMER_1 is not set +CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +# end of Port + +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y +CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +# CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH is not set +# end of Heap memory debugging + +# +# Log output +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 +CONFIG_LOG_COLORS=y +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Log output + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +CONFIG_LWIP_TCPIP_TASK_PRIO=18 +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +# CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_ND6=y +# CONFIG_LWIP_FORCE_ROUTER_FORWARDING is not set +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP_DEFAULT_TTL=64 +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_REASS_MAX_PBUFS=10 +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV4=y +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +CONFIG_LWIP_TCP_OOSEQ_TIMEOUT=6 +CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS=4 +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES=5 +CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS=3 +CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS=10 +# CONFIG_LWIP_PPP_SUPPORT is not set +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=1 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +# end of SNTP + +# +# DNS +# +CONFIG_LWIP_DNS_MAX_SERVERS=3 +# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set +# end of DNS + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_NONE is not set +CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT=y +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +CONFIG_MBEDTLS_CMAC_C=y +CONFIG_MBEDTLS_HARDWARE_AES=y +# CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER is not set +CONFIG_MBEDTLS_HARDWARE_MPI=y +# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +# CONFIG_MBEDTLS_SHA3_C is not set +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +CONFIG_MBEDTLS_ERROR_STRINGS=y +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set + +# +# OpenThread Spinel +# +# CONFIG_OPENTHREAD_SPINEL_ONLY is not set +# end of OpenThread Spinel +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y +# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set +# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_64KB=y +CONFIG_MMU_PAGE_MODE="64KB" +CONFIG_MMU_PAGE_SIZE=0x10000 +# end of MMU Config + +# +# Main Flash configuration +# + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Optional and Experimental Features (READ DOCS FIRST) +# + +# +# Features here require specific hardware (READ DOCS FIRST!) +# +# CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND is not set +# end of Optional and Experimental Features (READ DOCS FIRST) +# end of Main Flash configuration + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED=y +CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SELECT_IN_RAM is not set +CONFIG_VFS_SUPPORT_TERMIOS=y +CONFIG_VFS_MAX_COUNT=8 + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager +# end of Component config + +# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set + +# Deprecated options for backward compatibility +# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set +# CONFIG_NO_BLOBS is not set +# CONFIG_ESP32_NO_BLOBS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set +CONFIG_LOG_BOOTLOADER_LEVEL=3 +# CONFIG_APP_ROLLBACK_ENABLE is not set +# CONFIG_FLASH_ENCRYPTION_ENABLED is not set +# CONFIG_FLASHMODE_QIO is not set +# CONFIG_FLASHMODE_QOUT is not set +CONFIG_FLASHMODE_DIO=y +# CONFIG_FLASHMODE_DOUT is not set +CONFIG_MONITOR_BAUD=115200 +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set +# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set +CONFIG_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_CXX_EXCEPTIONS is not set +CONFIG_STACK_CHECK_NONE=y +# CONFIG_STACK_CHECK_NORM is not set +# CONFIG_STACK_CHECK_STRONG is not set +# CONFIG_STACK_CHECK_ALL is not set +# CONFIG_WARN_WRITE_STRINGS is not set +# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_ADC2_DISABLE_DAC=y +# CONFIG_MCPWM_ISR_IN_IRAM is not set +# CONFIG_EVENT_LOOP_PROFILING is not set +CONFIG_POST_EVENTS_FROM_ISR=y +CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +# CONFIG_OTA_ALLOW_HTTP is not set +# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +# CONFIG_ESP_SYSTEM_PD_FLASH is not set +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +# CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set +# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set +# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +# CONFIG_ESP32_XTAL_FREQ_26 is not set +CONFIG_ESP32_XTAL_FREQ_40=y +# CONFIG_ESP32_XTAL_FREQ_AUTO is not set +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +# CONFIG_REDUCE_PHY_TX_POWER is not set +# CONFIG_ESP32_REDUCE_PHY_TX_POWER is not set +# CONFIG_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +# CONFIG_ESP32_PANIC_PRINT_HALT is not set +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP32_PANIC_GDBSTUB is not set +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_CONSOLE_UART_DEFAULT=y +# CONFIG_CONSOLE_UART_CUSTOM is not set +# CONFIG_CONSOLE_UART_NONE is not set +# CONFIG_ESP_CONSOLE_UART_NONE is not set +CONFIG_CONSOLE_UART=y +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_TASK_WDT=y +CONFIG_ESP_TASK_WDT=y +# CONFIG_TASK_WDT_PANIC is not set +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_BROWNOUT_DET=y +CONFIG_ESP32_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_BROWNOUT_DET_LVL=0 +# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP32_WIFI_ENABLED=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_CSI_ENABLED is not set +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP32_WIFI_IRAM_OPT=y +CONFIG_ESP32_WIFI_RX_IRAM_OPT=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA=y +CONFIG_WPA_MBEDTLS_CRYPTO=y +CONFIG_WPA_MBEDTLS_TLS_CLIENT=y +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_11KV_SUPPORT is not set +# CONFIG_WPA_MBO_SUPPORT is not set +# CONFIG_WPA_DPP_SUPPORT is not set +# CONFIG_WPA_11R_SUPPORT is not set +# CONFIG_WPA_WPS_SOFTAP_REGISTRAR is not set +# CONFIG_WPA_WPS_STRICT is not set +# CONFIG_WPA_DEBUG_PRINT is not set +# CONFIG_WPA_TESTING_OPTIONS is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set +# CONFIG_HAL_ASSERTION_SILIENT is not set +# CONFIG_L2_TO_L3_COPY is not set +CONFIG_ESP_GRATUITOUS_ARP=y +CONFIG_GARP_TMR_INTERVAL=60 +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=12 +CONFIG_TCP_MSS=1440 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5760 +CONFIG_TCP_WND_DEFAULT=5760 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_TCP_OVERSIZE_DISABLE is not set +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_PPP_SUPPORT is not set +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_HRT is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_ESP32_PTHREAD_STACK_MIN=768 +CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set +CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set +# CONFIG_ESP32_ULP_COPROC_ENABLED is not set +CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_SUPPORT_TERMIOS=y +CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# End of deprecated options diff --git a/sdkconfig.ci b/sdkconfig.ci new file mode 100644 index 0000000..e69de29 diff --git a/sdkconfig.old b/sdkconfig.old new file mode 100644 index 0000000..7e5b4cc --- /dev/null +++ b/sdkconfig.old @@ -0,0 +1,1648 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) Project Configuration +# +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED="Not determined" +CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED="Not determined" +CONFIG_SOC_DPORT_WORKAROUND="Not determined" +CONFIG_SOC_CAPS_ECO_VER_MAX=301 +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DAC_SUPPORTED=y +CONFIG_SOC_UART_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_GPTIMER_SUPPORTED=y +CONFIG_SOC_SDMMC_HOST_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_EMAC_SUPPORTED=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_CCOMP_TIMER_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_GPSPI_SUPPORTED=y +CONFIG_SOC_LEDC_SUPPORTED=y +CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y +CONFIG_SOC_BOD_SUPPORTED=y +CONFIG_SOC_ULP_FSM_SUPPORTED=y +CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL=5 +CONFIG_SOC_XTAL_SUPPORT_26M=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT=y +CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=2 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=10 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=2 +CONFIG_SOC_ADC_PATT_LEN_MAX=16 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=2 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=2 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=20 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_IDCACHE_PER_CORE=y +CONFIG_SOC_CPU_CORES_NUM=2 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FPU=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=64 +CONFIG_SOC_DAC_CHAN_NUM=2 +CONFIG_SOC_DAC_RESOLUTION=8 +CONFIG_SOC_DAC_DMA_16BIT_ALIGN=y +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=40 +CONFIG_SOC_GPIO_VALID_GPIO_MASK=0xFFFFFFFFFF +CONFIG_SOC_GPIO_IN_RANGE_MAX=39 +CONFIG_SOC_GPIO_OUT_RANGE_MAX=33 +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0xEF0FEA +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_CMD_REG_NUM=16 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_APB=y +CONFIG_SOC_I2S_NUM=2 +CONFIG_SOC_I2S_HW_VERSION_1=y +CONFIG_SOC_I2S_SUPPORTS_APLL=y +CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_PDM_RX=y +CONFIG_SOC_I2S_PDM_MAX_RX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_ADC_DAC=y +CONFIG_SOC_I2S_SUPPORTS_ADC=y +CONFIG_SOC_I2S_SUPPORTS_DAC=y +CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA=y +CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD=y +CONFIG_SOC_I2S_LCD_I80_VARIANT=y +CONFIG_SOC_LCD_I80_SUPPORTED=y +CONFIG_SOC_LCD_I80_BUSES=2 +CONFIG_SOC_LCD_I80_BUS_WIDTH=24 +CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX=y +CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_REF_TICK=y +CONFIG_SOC_LEDC_SUPPORT_HS_MODE=y +CONFIG_SOC_LEDC_CHANNEL_NUM=8 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 +CONFIG_SOC_MCPWM_GROUPS=2 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MMU_PERIPH_NUM=2 +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=3 +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=8 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=8 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=64 +CONFIG_SOC_RMT_SUPPORT_REF_TICK=y +CONFIG_SOC_RMT_SUPPORT_APB=y +CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT=y +CONFIG_SOC_RTCIO_PIN_COUNT=18 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=8 +CONFIG_SOC_SDM_CLK_SUPPORT_APB=y +CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED=y +CONFIG_SOC_SPI_AS_CS_SUPPORTED=y +CONFIG_SOC_SPI_PERIPH_NUM=3 +CONFIG_SOC_SPI_DMA_CHAN_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=3 +CONFIG_SOC_SPI_SUPPORT_CLK_APB=y +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=8192 +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=2 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=64 +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=4 +CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y +CONFIG_SOC_TOUCH_VERSION_1=y +CONFIG_SOC_TOUCH_SENSOR_NUM=10 +CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX=0xFF +CONFIG_SOC_TWAI_CONTROLLER_NUM=1 +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y +CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_SUPPORT_APB_CLK=y +CONFIG_SOC_UART_SUPPORT_REF_TICK=y +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_SPIRAM_SUPPORTED=y +CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y +CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SHA_SUPPORT_SHA384=y +CONFIG_SOC_SHA_SUPPORT_SHA512=y +CONFIG_SOC_RSA_MAX_BIT_LEN=4096 +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_192=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_SECURE_BOOT_V1=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y +CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED=y +CONFIG_SOC_CLK_APLL_SUPPORTED=y +CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ=350000000 +CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ=500000000 +CONFIG_SOC_APLL_MIN_HZ=5303031 +CONFIG_SOC_APLL_MAX_HZ=125000000 +CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256=y +CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y +CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y +CONFIG_SOC_SDMMC_USE_IOMUX=y +CONFIG_SOC_SDMMC_NUM_SLOTS=2 +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW=y +CONFIG_SOC_WIFI_NAN_SUPPORT=y +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_BT_CLASSIC_SUPPORTED=y +CONFIG_SOC_BLUFI_SUPPORTED=y +CONFIG_SOC_ULP_HAS_ADC=y +CONFIG_SOC_PHY_COMBO_MODULE=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TARGET_ARCH_XTENSA=y +CONFIG_IDF_TARGET_ARCH="xtensa" +CONFIG_IDF_TARGET="esp32" +CONFIG_IDF_TARGET_ESP32=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# end of Build type + +# +# Bootloader config +# +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 + +# +# Serial Flash Configurations +# +# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Serial Flash Configurations + +# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set +CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V1_SUPPORTED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_MZ_CRC32=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH=y +CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y +CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_CUSTOM is not set +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +CONFIG_BT_ALARM_MAX_NUM=50 +# end of Bluetooth + +# +# Driver Configurations +# + +# +# Legacy ADC Configuration +# +CONFIG_ADC_DISABLE_DAC=y +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y +CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CAL_LUT_ENABLE=y +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Configuration + +# +# SPI Configuration +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of SPI Configuration + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC=y +CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y +CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y +CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y +CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y +# end of TWAI Configuration + +# +# UART Configuration +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of UART Configuration + +# +# GPIO Configuration +# +# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of GPIO Configuration + +# +# Sigma Delta Modulator Configuration +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of Sigma Delta Modulator Configuration + +# +# GPTimer Configuration +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of GPTimer Configuration + +# +# PCNT Configuration +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of PCNT Configuration + +# +# RMT Configuration +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of RMT Configuration + +# +# MCPWM Configuration +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of MCPWM Configuration + +# +# I2S Configuration +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of I2S Configuration + +# +# DAC Configuration +# +# CONFIG_DAC_CTRL_FUNC_IN_IRAM is not set +# CONFIG_DAC_ISR_IRAM_SAFE is not set +# CONFIG_DAC_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_DAC_ENABLE_DEBUG_LOG is not set +CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y +# end of DAC Configuration +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set +CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set +CONFIG_EFUSE_MAX_BLK_LEN=192 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set + +# +# ADC Calibration Configurations +# +CONFIG_ADC_CALI_EFUSE_TP_ENABLE=y +CONFIG_ADC_CALI_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CALI_LUT_ENABLE=y +# end of ADC Calibration Configurations + +CONFIG_ADC_DISABLE_DAC_OUTPUT=y +# end of ADC and ADC Calibration + +# +# Wireless Coexistence +# +# CONFIG_ESP_COEX_GPIO_DEBUG is not set +# end of Wireless Coexistence + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_ESP32_EMAC=y +CONFIG_ETH_PHY_INTERFACE_RMII=y +CONFIG_ETH_RMII_CLK_INPUT=y +# CONFIG_ETH_RMII_CLK_OUTPUT is not set +CONFIG_ETH_RMII_CLK_IN_GPIO=0 +CONFIG_ETH_DMA_BUFFER_SIZE=512 +CONFIG_ETH_DMA_RX_BUFFER_NUM=10 +CONFIG_ETH_DMA_TX_BUFFER_NUM=10 +# CONFIG_ETH_IRAM_OPTIMIZATION is not set +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32_REV_MIN_0=y +# CONFIG_ESP32_REV_MIN_1 is not set +# CONFIG_ESP32_REV_MIN_1_1 is not set +# CONFIG_ESP32_REV_MIN_2 is not set +# CONFIG_ESP32_REV_MIN_3 is not set +# CONFIG_ESP32_REV_MIN_3_1 is not set +CONFIG_ESP32_REV_MIN=0 +CONFIG_ESP32_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32 Revision (Rev v3.99) +# +CONFIG_ESP32_REV_MAX_FULL=399 +CONFIG_ESP_REV_MAX_FULL=399 +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y +# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set +# CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y +# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set +CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=2000 +# CONFIG_ESP_SLEEP_DEBUG is not set +CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y +# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_INT_8MD256 is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y +# end of Peripheral Control + +# +# Main XTAL Config +# +# CONFIG_XTAL_FREQ_26 is not set +CONFIG_XTAL_FREQ_40=y +# CONFIG_XTAL_FREQ_AUTO is not set +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config +# end of Hardware Settings + +# +# LCD and Touch Panel +# + +# +# LCD Touch Drivers are maintained in the IDF Component Registry +# + +# +# LCD Peripheral Configuration +# +CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of LCD Peripheral Configuration +# end of LCD and Touch Panel + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +# CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# end of ESP NETIF Adapter + +# +# Partition API Configuration +# +# end of Partition API Configuration + +# +# PHY +# +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +# CONFIG_ESP_PHY_ENABLE_CERT_TEST is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# CONFIG_ESP_PHY_PLL_TRACK_DEBUG is not set +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +# end of Power Management + +# +# ESP PSRAM +# +# CONFIG_SPIRAM is not set +# end of ESP PSRAM + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 + +# +# Memory +# +# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set + +# +# Non-backward compatible options +# +# CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM is not set +# end of Non-backward compatible options +# end of Memory + +# +# Trace memory +# +# CONFIG_ESP32_TRAX is not set +CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 +# end of Trace memory + +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 + +# +# Memory protection +# +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_MULTIPLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_INT_WDT_CHECK_CPU1=y +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=0 +# end of Brownout Detector + +# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y +CONFIG_ESP_IPC_ISR_ENABLE=y +# end of IPC (Inter-Processor Call) + +# +# High resolution timer (esp_timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set +CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 +CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y +CONFIG_ESP_TIMER_ISR_AFFINITY=0x1 +CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_TG0_LAC=y +# end of High resolution timer (esp_timer) + +# +# Wi-Fi +# +CONFIG_ESP_WIFI_ENABLED=y +CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER=y +# CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF=0 +CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF=5 +# CONFIG_ESP_WIFI_CSI_ENABLED is not set +CONFIG_ESP_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP_WIFI_TX_BA_WIN=6 +CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP_WIFI_RX_BA_WIN=6 +CONFIG_ESP_WIFI_NVS_ENABLED=y +CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP_WIFI_IRAM_OPT=y +# CONFIG_ESP_WIFI_EXTRA_IRAM_OPT is not set +CONFIG_ESP_WIFI_RX_IRAM_OPT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME=50 +CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME=10 +CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME=15 +CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y +CONFIG_ESP_WIFI_GMAC_SUPPORT=y +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +# CONFIG_ESP_WIFI_NAN_ENABLE is not set +CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y +CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y +# CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_11KV_SUPPORT is not set +# CONFIG_ESP_WIFI_MBO_SUPPORT is not set +# CONFIG_ESP_WIFI_DPP_SUPPORT is not set +# CONFIG_ESP_WIFI_11R_SUPPORT is not set +# CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR is not set + +# +# WPS Configuration Options +# +# CONFIG_ESP_WIFI_WPS_STRICT is not set +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of WPS Configuration Options + +# CONFIG_ESP_WIFI_DEBUG_PRINT is not set +# CONFIG_ESP_WIFI_TESTING_OPTIONS is not set +CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER is not set +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +# CONFIG_FATFS_SECTOR_512 is not set +CONFIG_FATFS_SECTOR_4096=y +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +# CONFIG_FREERTOS_UNICORE is not set +CONFIG_FREERTOS_HZ=100 +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +# CONFIG_FREERTOS_FPU_IN_ISR is not set +CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y +CONFIG_FREERTOS_CORETIMER_0=y +# CONFIG_FREERTOS_CORETIMER_1 is not set +CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +# end of Port + +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y +CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +# CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH is not set +# end of Heap memory debugging + +# +# Log output +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 +CONFIG_LOG_COLORS=y +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Log output + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +CONFIG_LWIP_TCPIP_TASK_PRIO=18 +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +# CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_ND6=y +# CONFIG_LWIP_FORCE_ROUTER_FORWARDING is not set +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP_DEFAULT_TTL=64 +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_REASS_MAX_PBUFS=10 +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV4=y +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +CONFIG_LWIP_TCP_OOSEQ_TIMEOUT=6 +CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS=4 +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES=5 +CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS=3 +CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS=10 +# CONFIG_LWIP_PPP_SUPPORT is not set +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=1 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +# end of SNTP + +# +# DNS +# +CONFIG_LWIP_DNS_MAX_SERVERS=3 +# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set +# end of DNS + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_NONE is not set +CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT=y +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +CONFIG_MBEDTLS_CMAC_C=y +CONFIG_MBEDTLS_HARDWARE_AES=y +# CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER is not set +CONFIG_MBEDTLS_HARDWARE_MPI=y +# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +# CONFIG_MBEDTLS_SHA3_C is not set +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +CONFIG_MBEDTLS_ERROR_STRINGS=y +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set + +# +# OpenThread Spinel +# +# CONFIG_OPENTHREAD_SPINEL_ONLY is not set +# end of OpenThread Spinel +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y +# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set +# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_64KB=y +CONFIG_MMU_PAGE_MODE="64KB" +CONFIG_MMU_PAGE_SIZE=0x10000 +# end of MMU Config + +# +# Main Flash configuration +# + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Optional and Experimental Features (READ DOCS FIRST) +# + +# +# Features here require specific hardware (READ DOCS FIRST!) +# +# CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND is not set +# end of Optional and Experimental Features (READ DOCS FIRST) +# end of Main Flash configuration + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED=y +CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SELECT_IN_RAM is not set +CONFIG_VFS_SUPPORT_TERMIOS=y +CONFIG_VFS_MAX_COUNT=8 + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager +# end of Component config + +# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set diff --git a/workspace.code-workspace b/workspace.code-workspace new file mode 100644 index 0000000..ce19acf --- /dev/null +++ b/workspace.code-workspace @@ -0,0 +1,17 @@ +{ + "folders": [ + { "path": "." } + ], + "settings": { + "idf.espIdfPath": "C:/Espressif/esp-idf", + "idf.pythonBinPath": "C:/Espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe", + "idf.toolsPath": "C:/Espressif/tools", + "idf.openOcdConfigs": [ + "board/esp32-wrover-kit-3.3v.cfg" + ], + "idf.port": "COM3", + "idf.flashBaudRate": 921600, + "idf.monitorBaudRate": 115200, + "cmake.sourceDirectory": "${workspaceFolder}" + } +}